/* ============================================
   DISTRIBUTOR HERO
   ============================================ */
.dist-hero {
    padding: 100px 0 120px;
    background: #0F1923;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.dist-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dist-hero__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(212,149,42,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212,149,42,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.dist-hero__bg::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -15%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,149,42,0.07) 0%, transparent 70%);
}

.dist-hero__container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

.dist-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.dist-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 8px 18px;
    border-radius: 100px;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    text-transform: uppercase;
    color: #D4952A;
    margin-bottom: 24px;
}

.dist-hero__label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #D4952A;
}

.dist-hero__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 5.5vw, 72px);
    line-height: 1.05;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.dist-hero__headline span { color: #D4952A; }

.dist-hero__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #8A9BB5;
    max-width: 540px;
}

.dist-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.dist-hero__cta {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0F1923;
    background: #D4952A;
    border: 2px solid #D4952A;
    padding: 18px 40px;
    border-radius: 0.375rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
}

.dist-hero__cta:hover {
    background: #E5A93D;
    border-color: #E5A93D;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,149,42,0.35);
}

.dist-hero__trust {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E7189;
}

@media (min-width: 1024px) {
    .dist-hero__grid { grid-template-columns: 1.2fr 0.8fr; gap: 60px; }
}


/* ============================================
   PROBLEM - Two column with gold side bar + pain cards
   ============================================ */
.dist-problem {
    padding: 100px 0;
    background: #121E2B;
    position: relative;
}

.dist-problem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.dist-problem__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-problem__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
}

.dist-problem__content {
    padding-left: 28px;
    border-left: 4px solid #D4952A;
}

.dist-problem__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.dist-problem__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.dist-problem__headline span { color: #D4952A; }

.dist-problem__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #8A9BB5;
}

.dist-problem__pain-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dist-problem__pain {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    transition: all 200ms ease;
    position: relative;
    overflow: hidden;
}

.dist-problem__pain:hover {
    border-color: rgba(212,149,42,0.25);
    background: rgba(212,149,42,0.04);
}

.dist-problem__pain::after {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.dist-problem__pain:hover::after { opacity: 1; }

.dist-problem__pain-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(220,80,80,0.1);
    border: 1px solid rgba(220,80,80,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dist-problem__pain-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #DC5050;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dist-problem__pain-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #8A9BB5;
    line-height: 1.5;
}

.dist-problem__solution {
    margin-top: 12px;
    padding: 24px;
    background: rgba(212,149,42,0.05);
    border: 1px solid rgba(212,149,42,0.12);
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: #B0BEC5;
}

@media (min-width: 1024px) {
    .dist-problem { padding: 120px 0; }
    .dist-problem__grid { grid-template-columns: 1.1fr 0.9fr; gap: 60px; }
}


/* ============================================
   HOW IT WORKS - Vertical timeline
   ============================================ */
.dist-steps {
    padding: 100px 0;
    background: #0F1923;
    position: relative;
}

.dist-steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.dist-steps__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-steps__header {
    text-align: center;
    margin-bottom: 64px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dist-steps__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.dist-steps__title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

.dist-steps__title span { color: #D4952A; }

.dist-steps__timeline {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
}

.dist-steps__timeline::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #D4952A, rgba(212,149,42,0.1));
}

.dist-steps__item {
    position: relative;
    padding-left: 64px;
    padding-bottom: 48px;
}

.dist-steps__item:last-child { padding-bottom: 0; }

.dist-steps__dot {
    position: absolute;
    left: 11px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0F1923;
    border: 3px solid #D4952A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dist-steps__dot-inner {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D4952A;
}

.dist-steps__step-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    margin-bottom: 8px;
}

.dist-steps__step-title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dist-steps__step-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #8A9BB5;
    max-width: 500px;
}

@media (min-width: 1024px) {
    .dist-steps { padding: 120px 0; }
    .dist-steps__timeline::before { left: 50%; transform: translateX(-50%); }
    .dist-steps__item { padding-left: 0; width: 50%; }
    .dist-steps__item:nth-child(odd) { margin-left: 0; padding-right: 60px; text-align: right; }
    .dist-steps__item:nth-child(odd) .dist-steps__dot { left: auto; right: -12px; }
    .dist-steps__item:nth-child(odd) .dist-steps__step-desc { margin-left: auto; }
    .dist-steps__item:nth-child(even) { margin-left: 50%; padding-left: 60px; }
    .dist-steps__item:nth-child(even) .dist-steps__dot { left: -12px; }
}


/* ============================================
   WHAT YOU GET - Horizontal rows
   ============================================ */
.dist-benefits {
    padding: 100px 0;
    background: #121E2B;
    position: relative;
}

.dist-benefits::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.dist-benefits__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-benefits__header {
    margin-bottom: 64px;
    max-width: 600px;
}

.dist-benefits__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.dist-benefits__title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

.dist-benefits__title span { color: #D4952A; }

.dist-benefits__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dist-benefits__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    transition: all 300ms ease;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.dist-benefits__row:hover {
    border-color: rgba(212,149,42,0.25);
    background: rgba(212,149,42,0.04);
}

.dist-benefits__row::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.dist-benefits__row:hover::after { opacity: 1; }

.dist-benefits__row-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dist-benefits__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(212,149,42,0.08);
    border: 1px solid rgba(212,149,42,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dist-benefits__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #D4952A;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dist-benefits__row-title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.2;
}

.dist-benefits__row-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #8A9BB5;
}

@media (min-width: 768px) {
    .dist-benefits__row { grid-template-columns: 1fr 1.5fr; gap: 32px; padding: 32px 32px; }
}

@media (min-width: 1024px) { .dist-benefits { padding: 120px 0; } }


/* ============================================
   WHO THIS IS FOR - Numbered cards
   ============================================ */
.dist-fit {
    padding: 100px 0;
    background: #0F1923;
    position: relative;
}

.dist-fit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.dist-fit__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-fit__header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dist-fit__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.dist-fit__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

.dist-fit__headline span { color: #D4952A; }

.dist-fit__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.dist-fit__card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    transition: all 200ms ease;
    position: relative;
    overflow: hidden;
}

.dist-fit__card:hover {
    border-color: rgba(212,149,42,0.25);
    background: rgba(212,149,42,0.04);
    transform: translateX(6px);
}

.dist-fit__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.dist-fit__card:hover::after { opacity: 1; }

.dist-fit__card-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #D4952A;
    opacity: 0.4;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.dist-fit__card-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #8A9BB5;
}

@media (min-width: 768px) {
    .dist-fit__grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) { .dist-fit { padding: 120px 0; } }


/* ============================================
   RESULTS / TESTIMONIAL - Quote + stats side by side
   ============================================ */
.dist-proof {
    padding: 100px 0;
    background: #121E2B;
    position: relative;
}

.dist-proof::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.dist-proof__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-proof__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.dist-proof__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.dist-proof__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.dist-proof__headline span { color: #D4952A; }

.dist-proof__quote-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 36px 32px;
    border-left: 4px solid #D4952A;
}

.dist-proof__quote-text {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #B0BEC5;
    font-style: italic;
    margin-bottom: 20px;
}

.dist-proof__quote-author {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #5E7189;
}

.dist-proof__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    overflow: hidden;
}

.dist-proof__stat {
    padding: 28px 24px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.dist-proof__stat:last-child { border-bottom: none; }

.dist-proof__stat-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 6px;
}

.dist-proof__stat-number span { color: #D4952A; }

.dist-proof__stat-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E7189;
}

@media (min-width: 640px) {
    .dist-proof__stats { grid-template-columns: repeat(3, 1fr); }
    .dist-proof__stat { border-bottom: none; border-right: 1px solid rgba(255,255,255,0.06); }
    .dist-proof__stat:last-child { border-right: none; }
}

@media (min-width: 1024px) {
    .dist-proof { padding: 120px 0; }
    .dist-proof__grid { grid-template-columns: 1fr 1fr; gap: 60px; }
}


/* ============================================
   FAQ - Two column: title left + accordion right
   ============================================ */
.dist-faq {
    padding: 100px 0;
    background: #0F1923;
    position: relative;
}

.dist-faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.dist-faq__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-faq__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
}

.dist-faq__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.dist-faq__title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

.dist-faq__title span { color: #D4952A; }

.dist-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dist-faq__item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 200ms ease;
}

.dist-faq__item:hover { border-color: rgba(212,149,42,0.15); }

.dist-faq__question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: left;
}

.dist-faq__question:hover { color: #D4952A; }

.dist-faq__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(212,149,42,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 250ms ease, background 250ms ease;
}

.dist-faq__icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #D4952A;
    stroke-width: 2;
    stroke-linecap: round;
}

.dist-faq__item--open .dist-faq__icon {
    transform: rotate(45deg);
    background: rgba(212,149,42,0.2);
}

.dist-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease;
}

.dist-faq__item--open .dist-faq__answer { max-height: 200px; }

.dist-faq__answer-inner {
    padding: 0 24px 22px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #8A9BB5;
}

@media (min-width: 1024px) {
    .dist-faq { padding: 120px 0; }
    .dist-faq__grid { grid-template-columns: 0.8fr 1.2fr; gap: 60px; }
}


/* ============================================
   FINAL CTA
   ============================================ */
.dist-cta {
    padding: 100px 0;
    background: linear-gradient(160deg, #152231 0%, #0F1923 40%, #1A2A3A 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.dist-cta__glow {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,149,42,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.dist-cta__container {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.dist-cta__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.dist-cta__headline span { color: #D4952A; }

.dist-cta__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #8A9BB5;
    margin-bottom: 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.dist-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.dist-cta__btn-primary {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0F1923;
    background: #D4952A;
    border: 2px solid #D4952A;
    padding: 18px 40px;
    border-radius: 0.375rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
}

.dist-cta__btn-primary:hover {
    background: #E5A93D;
    border-color: #E5A93D;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212,149,42,0.35);
}

.dist-cta__btn-secondary {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    padding: 18px 40px;
    border-radius: 0.375rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
}

.dist-cta__btn-secondary:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
}

@media (min-width: 640px) { .dist-cta__buttons { flex-direction: row; } }
@media (min-width: 1024px) { .dist-cta { padding: 120px 0; } }