.drh-hero {
    position: relative;
    padding: 80px 0 60px;
    background: #f6f7fb;
    border-bottom: 1px solid #e6ebf3;
    overflow: hidden;
}

.drh-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.drh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 22px;
}

.drh-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    color: #1a202c;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}

.drh-title .accent {
    background: linear-gradient(90deg, #1565C0, #42A5F5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.drh-desc {
    font-size: 16.5px;
    line-height: 1.75;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto 28px;
}

.drh-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.drh-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #ffffff;
    border: 1px solid #e6ebf3;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a202c;
}

.drh-chip i {
    color: #1565C0;
}

[data-theme="dark"] .drh-hero {
    background: #14171f;
    border-bottom-color: #333949;
}

[data-theme="dark"] .drh-eyebrow {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .drh-title {
    color: #e6eaf2;
}

[data-theme="dark"] .drh-desc {
    color: #a2acc0;
}

[data-theme="dark"] .drh-chip {
    background: #1e222e;
    border-color: #333949;
    color: #e6eaf2;
}

[data-theme="dark"] .drh-chip i {
    color: #6cb6f5;
}

@media (max-width: 768px) {
    .drh-hero {
        padding: 56px 0 44px;
    }

    .drh-title {
        font-size: 30px;
    }
}

.dra-panel {
    position: sticky;
    top: 100px;
    background: #f6f7fb;
    border: 1px solid #e6ebf3;
    border-radius: 24px;
    padding: 32px 28px;
}

.dra-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 10px;
}

.dra-sub {
    font-size: 14px;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 24px;
}

.dra-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dra-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.dra-item-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    font-size: 16px;
}

.dra-item-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dra-item-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #1a202c;
}

.dra-item-desc {
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

.dra-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(21, 101, 192, 0.06);
    border: 1px solid rgba(21, 101, 192, 0.14);
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.55;
    color: #3b5a83;
}

.dra-note i {
    color: #1565C0;
    margin-top: 2px;
}

[data-theme="dark"] .dra-panel {
    background: #1e222e;
    border-color: #333949;
}

[data-theme="dark"] .dra-title,
[data-theme="dark"] .dra-item-title {
    color: #e6eaf2;
}

[data-theme="dark"] .dra-sub,
[data-theme="dark"] .dra-item-desc {
    color: #a2acc0;
}

[data-theme="dark"] .dra-item-icon {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .dra-note {
    background: rgba(66, 165, 245, 0.08);
    border-color: rgba(66, 165, 245, 0.2);
    color: #a2acc0;
}

[data-theme="dark"] .dra-note i {
    color: #6cb6f5;
}

@media (max-width: 991px) {
    .dra-panel {
        position: static;
    }
}

.drf-section {
    padding: 70px 0 90px;
    background: #ffffff;
}

.drf-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.drf-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.3fr;
    gap: 36px;
    align-items: start;
}

.drf-card {
    background: #ffffff;
    border: 1px solid #eaeef5;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 20px 50px rgba(21, 101, 192, 0.07);
}

.drf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.drf-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.drf-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.drf-field {
    position: relative;
}

.drf-field > i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #94a3b8;
    pointer-events: none;
}

.drf-field input,
.drf-field select,
.drf-field textarea {
    width: 100%;
    padding: 12px 14px 12px 42px;
    background: #f6f8fc;
    border: 1px solid #e6ebf3;
    border-radius: 12px;
    font-size: 14px;
    color: #1a202c;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.drf-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2394a3b8' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 38px;
    cursor: pointer;
}

.drf-field input:focus,
.drf-field select:focus,
.drf-field textarea:focus {
    border-color: #1565C0;
    box-shadow: 0 0 0 4px rgba(21, 101, 192, 0.1);
    background: #ffffff;
}

.drf-field input::placeholder,
.drf-field textarea::placeholder {
    color: #94a3b8;
}

.drf-field-textarea > i {
    top: 16px;
    transform: none;
}

.drf-field-phone .iti {
    width: 100%;
}

.drf-field-phone input {
    padding-left: 14px;
}

.drf-help {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 6px;
}

.drf-error {
    display: none;
    font-size: 12.5px;
    font-weight: 600;
    color: #dc2626;
    margin-top: 6px;
}

.drf-group.has-error .drf-error {
    display: block;
}

.drf-group.has-error .drf-field input,
.drf-group.has-error .drf-field select,
.drf-group.has-error .drf-field textarea {
    border-color: #dc2626;
}

.drf-actions {
    margin-top: 8px;
}

.cf-turnstile-wrapper {
    margin-bottom: 12px;
}

.drf-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 28px;
    background: #1565C0;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.drf-submit:hover {
    background: #0d47a1;
    transform: translateY(-2px);
}

.drf-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.drf-success {
    background: #ffffff;
    border: 1px solid #e6ebf3;
    border-radius: 24px;
    padding: 64px 40px;
    text-align: center;
    box-shadow: 0 18px 44px rgba(15, 30, 60, 0.06);
}

.drf-success-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.1);
    color: #16a34a;
    font-size: 30px;
}

.drf-success-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 12px;
}

.drf-success-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    max-width: 460px;
    margin: 0 auto 28px;
}

.drf-success-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: #1565C0;
    color: #ffffff;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.drf-success-btn:hover {
    background: #0d47a1;
    color: #ffffff;
    transform: translateY(-2px);
}

[data-theme="dark"] .drf-section {
    background: #1a1e29;
}

[data-theme="dark"] .drf-card,
[data-theme="dark"] .drf-success {
    background: #1f2430;
    border-color: #333949;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .drf-label {
    color: #e6eaf2;
}

[data-theme="dark"] .drf-field input,
[data-theme="dark"] .drf-field select,
[data-theme="dark"] .drf-field textarea {
    background: #1c2029;
    border-color: #333949;
    color: #e6eaf2;
}

[data-theme="dark"] .drf-field input:focus,
[data-theme="dark"] .drf-field select:focus,
[data-theme="dark"] .drf-field textarea:focus {
    border-color: #6cb6f5;
    box-shadow: 0 0 0 3px rgba(66, 165, 245, 0.14);
    background: #1c2029;
}

[data-theme="dark"] .drf-field input::placeholder,
[data-theme="dark"] .drf-field textarea::placeholder {
    color: #64748b;
}

[data-theme="dark"] .drf-help {
    color: #7c8699;
}

[data-theme="dark"] .drf-success-title {
    color: #e6eaf2;
}

[data-theme="dark"] .drf-success-desc {
    color: #a2acc0;
}

@media (max-width: 991px) {
    .drf-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .drf-section {
        padding: 50px 0 70px;
    }

    .drf-card {
        padding: 28px 20px;
    }

    .drf-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.drs-section {
    padding: 90px 0;
    background: #f6f7fb;
}

.drs-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.drs-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 52px;
}

.drs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.drs-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a202c;
    margin: 0;
}

.drs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.drs-card {
    position: relative;
    padding: 34px 28px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e6ebf3;
    overflow: hidden;
}

.drs-card-num {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 44px;
    font-weight: 800;
    color: rgba(21, 101, 192, 0.08);
    line-height: 1;
}

.drs-card-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    font-size: 22px;
    margin-bottom: 20px;
}

.drs-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 10px;
}

.drs-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

[data-theme="dark"] .drs-section {
    background: #141821;
}

[data-theme="dark"] .drs-eyebrow {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .drs-title {
    color: #e6eaf2;
}

[data-theme="dark"] .drs-card {
    background: #1e222e;
    border-color: #333949;
}

[data-theme="dark"] .drs-card-num {
    color: rgba(66, 165, 245, 0.12);
}

[data-theme="dark"] .drs-card-icon {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .drs-card-title {
    color: #e6eaf2;
}

[data-theme="dark"] .drs-card-desc {
    color: #a2acc0;
}

@media (max-width: 768px) {
    .drs-section {
        padding: 60px 0;
    }

    .drs-title {
        font-size: 26px;
    }

    .drs-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }
}

.drt-section {
    padding: 90px 0;
    background: #eef2f8;
}

.drt-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.drt-panel {
    padding: 44px 40px;
    background: #ffffff;
    border: 1px solid #e6ebf3;
    border-radius: 24px;
}

.drt-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 36px;
}

.drt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.drt-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 10px;
}

.drt-sub {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.drt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.drt-metric {
    text-align: center;
    padding: 22px 16px;
    background: #f6f8fc;
    border: 1px solid #eaeef5;
    border-radius: 16px;
}

.drt-metric-value {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #1565C0;
    line-height: 1;
    margin-bottom: 8px;
}

.drt-metric-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

[data-theme="dark"] .drt-section {
    background: #161b26;
}

[data-theme="dark"] .drt-panel {
    background: #1e222e;
    border-color: #333949;
}

[data-theme="dark"] .drt-eyebrow {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .drt-title {
    color: #e6eaf2;
}

[data-theme="dark"] .drt-sub {
    color: #a2acc0;
}

[data-theme="dark"] .drt-metric {
    background: #1c2029;
    border-color: #333949;
}

[data-theme="dark"] .drt-metric-value {
    color: #6cb6f5;
}

[data-theme="dark"] .drt-metric-label {
    color: #a2acc0;
}

@media (max-width: 991px) {
    .drt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .drt-section {
        padding: 60px 0;
    }

    .drt-panel {
        padding: 32px 20px;
    }
}
