/* =====================================================================
   FARMA — Concept landing (farma/assets)
   Additive layer on the live design system. Same brand language,
   decluttered: restrained palette (green + gold + cream), compact
   buttons, uniform cards, generous whitespace. Loaded only on the
   concept page, so global overrides here never touch the live theme.
   ===================================================================== */

/* ── Compact, refined buttons (scoped to concept page) ── */
.action-btn {
    padding: 0.68rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(232, 168, 56, 0.22);
}
.action-btn:hover { box-shadow: 0 10px 26px rgba(232, 168, 56, 0.32); }
.action-btn-secondary,
.action-btn-outline { padding: 0.66rem 1.45rem; border-width: 1.5px; }

/* Remove the multicolour divider bars entirely for a cleaner flow */
.section-divider { display: none !important; }

/* Consistent section rhythm */
.cx-section { padding: 5.5rem 0; }
.sh-wrap.center { text-align: center; }
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }

/* ── Hero onboarding-track panel ── */
.trk-list { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.1rem; }
.trk-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(232, 168, 56, 0.2);
    border-radius: 14px;
    transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}
.trk-item:hover {
    background: rgba(232, 168, 56, 0.1);
    border-color: rgba(232, 168, 56, 0.45);
    transform: translateX(3px);
}
.trk-ico {
    width: 40px; height: 40px;
    flex-shrink: 0;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(232, 168, 56, 0.16);
    color: var(--accent-gold);
    font-size: 1.05rem;
}
.trk-t { font-weight: 800; font-size: 0.92rem; color: #fff; line-height: 1.25; }
.trk-s { font-size: 0.76rem; color: rgba(255, 255, 255, 0.62); margin-top: 0.15rem; }

/* ── Metrics: one flagship outcome + supporting network figures ── */
.metrics-clean { background: #f8f6ef; }
.reach-layout {
    display: grid;
    grid-template-columns: 1.05fr 1.35fr;
    gap: 1.25rem;
}
.reach-feature {
    position: relative;
    overflow: hidden;
    background: var(--primary-green);
    border-radius: 28px;
    padding: 3rem;
    color: #fff;
}
.reach-feature::after {
    content: '';
    position: absolute;
    width: 340px; height: 340px;
    right: -160px; bottom: -190px;
    border: 1px solid rgba(232,168,56,.28);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(232,168,56,.04), 0 0 0 100px rgba(232,168,56,.025);
}
.reach-kicker {
    color: var(--accent-gold);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.reach-number {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(4.2rem, 8vw, 6.6rem);
    line-height: .95;
    letter-spacing: -.05em;
    margin: 1.1rem 0 1.2rem;
}
.reach-number span { color: var(--accent-gold); font-size: .5em; vertical-align: top; }
.reach-feature h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.35rem;
    max-width: 370px;
    margin-bottom: .65rem;
}
.reach-feature > p {
    max-width: 400px;
    color: rgba(255,255,255,.68);
    font-size: .9rem;
    line-height: 1.65;
    margin: 0;
}
.reach-coverage {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 2.2rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255,255,255,.14);
}
.reach-coverage strong { font-family: 'Archivo Black', sans-serif; color: var(--accent-gold); font-size: 1.8rem; }
.reach-coverage span { color: rgba(255,255,255,.68); font-size: .8rem; max-width: 150px; line-height: 1.35; }
.reach-support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border: 1px solid rgba(45,80,22,.09);
    border-radius: 28px;
    overflow: hidden;
}
.reach-support-6 { grid-template-columns: repeat(3, 1fr); }
.reach-support-6 .reach-stat:nth-child(odd) { border-right: 1px solid rgba(45,80,22,.09); }
.reach-support-6 .reach-stat:nth-child(3),
.reach-support-6 .reach-stat:nth-child(6) { border-right: 0; }
.reach-support-6 .reach-stat:nth-child(-n+3) { border-bottom: 1px solid rgba(45,80,22,.09); }
.reach-stat {
    position: relative;
    overflow: hidden;
    padding: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background .25s ease;
}
.reach-stat:hover { background: #fcfbf6; }
.reach-stat > *:not(.cx-wm) { position: relative; z-index: 1; }
.reach-stat .cx-wm { font-size: 4.6rem; top: auto; bottom: -0.24em; right: -0.08em; }
.reach-stat:hover .cx-wm { transform: rotate(-3deg) scale(1.08); color: rgba(232,168,56,.12); }
.reach-stat:nth-child(odd) { border-right: 1px solid rgba(45,80,22,.09); }
.reach-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(45,80,22,.09); }
.reach-stat strong {
    font-family: 'Archivo Black', sans-serif;
    color: var(--primary-green);
    font-size: clamp(1.8rem, 3.3vw, 2.7rem);
    line-height: 1;
}
.reach-stat span { color: var(--dark-slate); font-weight: 800; font-size: .82rem; margin-top: .7rem; }
.reach-stat small { color: #918b7f; font-size: .75rem; margin-top: .25rem; }

/* ── Journey: three pathway cards in a row ── */
.journey-section { background: #fff; }
.journey-board {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.journey-path {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.75rem 1.5rem;
    background: #173b0f;
    border-radius: 24px;
    box-shadow: 0 24px 65px rgba(28, 62, 15, .14);
    transition: background .25s ease, transform .25s ease;
    height: 100%;
}
.journey-path:hover {
    background: #1a4511;
    transform: translateY(-3px);
}
.journey-path:hover .cx-wm {
    transform: rotate(-3deg) scale(1.08);
    color: rgba(232, 168, 56, 0.13);
}
.journey-path > *:not(.cx-wm) { position: relative; z-index: 1; }
.journey-number {
    font-family: 'Archivo Black', sans-serif;
    color: rgba(232, 168, 56, .45);
    font-size: 2rem;
    letter-spacing: -.03em;
    line-height: 1;
}
.journey-label {
    color: var(--accent-gold);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.journey-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.journey-copy h3 {
    font-family: 'Archivo Black', sans-serif;
    color: #fff;
    font-size: 1.12rem;
    margin: .25rem 0 .35rem;
}
.journey-copy p {
    color: rgba(255, 255, 255, .6);
    font-size: .84rem;
    margin: 0;
    line-height: 1.55;
}
.journey-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid rgba(232, 168, 56, .5);
    border-radius: 50px;
    padding: .65rem .9rem;
    margin-top: auto;
    transition: background .2s ease, color .2s ease;
}
.journey-link:hover { color: #183d10; background: var(--accent-gold); }

/* ── Hero trustline ── */
.hero-trustline {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.14);
}
.hero-trustline .item {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .78rem;
    font-weight: 700;
    color: rgba(255,255,255,.72);
}
.hero-trustline .item i { color: var(--accent-gold); font-size: .95rem; }

/* ── Shared card grids ── */
.enables-section { background: #fff; }
.ecosystem-section { background: #f8f6ef; }
.flow-section { background: var(--primary-green); }
.partner-value-section { background: #fff; }
.eoi-section { background: linear-gradient(180deg, #f0f8e8 0%, #fff 100%); }
.trust-section { background: #f8f6ef; }

.cx-grid { display: grid; gap: 1rem; }
.cx-grid-4 { grid-template-columns: repeat(4, 1fr); }
.cx-grid-3 { grid-template-columns: repeat(3, 1fr); }

.cx-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(45, 80, 22, 0.09);
    border-radius: 18px;
    padding: 1.15rem 1.25rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    height: 100%;
}
.cx-card:hover {
    transform: translateY(-4px);
    border-color: rgba(232, 168, 56, 0.45);
    box-shadow: 0 16px 40px rgba(45, 80, 22, 0.08);
}
.cx-card-compact { padding: 1rem 1.15rem; }
.cx-card h3 {
    position: relative;
    z-index: 1;
    font-family: 'Archivo Black', sans-serif;
    color: var(--primary-green);
    font-size: .98rem;
    margin-bottom: .4rem;
    line-height: 1.25;
    padding-right: 2.2rem;
}
.cx-card p {
    position: relative;
    z-index: 1;
    color: #1a1a1a;
    font-size: .85rem;
    line-height: 1.55;
    margin: 0;
}

/* ── Floating watermark icons (decorative, sit behind card content) ── */
.cx-wm {
    position: absolute;
    top: -0.2em;
    right: -0.1em;
    z-index: 0;
    line-height: 1;
    font-size: 4.6rem;
    color: rgba(45, 80, 22, 0.06);
    pointer-events: none;
    transform: rotate(-8deg);
    transition: transform .45s cubic-bezier(.2,.7,.3,1), color .45s ease;
}
.cx-card:hover .cx-wm {
    transform: rotate(-2deg) scale(1.1);
    color: rgba(232, 168, 56, 0.14);
}
.cx-wm-br {
    top: auto;
    right: -0.16em;
    bottom: -0.34em;
    transform: rotate(8deg);
}
.cx-wm-onDark { color: rgba(255, 255, 255, 0.05); }

/* ── How FARMA Works flow ── */
.flow-section .sh-label span { color: var(--accent-gold); }
.flow-section .section-title { color: #fff; }
.flow-section .section-subtitle { color: rgba(255,255,255,.68); margin-left: auto; margin-right: auto; }
.flow-steps {
    display: flex;
    align-items: stretch;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.flow-step {
    position: relative;
    overflow: hidden;
    flex: 1 1 130px;
    max-width: 170px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 1.1rem 1rem;
    text-align: left;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.flow-step:hover {
    background: rgba(255,255,255,.09);
    border-color: rgba(232,168,56,.35);
    transform: translateY(-3px);
}
.flow-step > *:not(.cx-wm) { position: relative; z-index: 1; }
.flow-step .cx-wm { font-size: 3.4rem; top: auto; bottom: -0.28em; right: -0.1em; color: rgba(255,255,255,.055); }
.flow-step:hover .cx-wm { transform: rotate(4deg) scale(1.1); color: rgba(232,168,56,.14); }
.flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px; height: 22px;
    margin: 0 .4rem 0 0;
    vertical-align: -2px;
    border-radius: 50%;
    background: rgba(232,168,56,.18);
    color: var(--accent-gold);
    font-family: 'Archivo Black', sans-serif;
    font-size: .7rem;
}
.flow-step h4 {
    font-family: 'Archivo Black', sans-serif;
    color: #fff;
    font-size: .88rem;
    margin-bottom: .45rem;
}
.flow-step p {
    color: rgba(255,255,255,.58);
    font-size: .76rem;
    line-height: 1.45;
    margin: 0;
}
.flow-arrow {
    display: flex;
    align-items: center;
    color: rgba(232,168,56,.5);
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── Partner value section ── */
.partner-reasons { margin-bottom: 2.5rem; }
.partner-standards-full {
    background: #f8f6ef;
    border: 1px solid rgba(45, 80, 22, 0.09);
    border-radius: 24px;
    padding: 2rem 1.75rem;
}
.partner-standards-full h3 {
    font-family: 'Archivo Black', sans-serif;
    color: var(--primary-green);
    font-size: 1.15rem;
    margin: 0 0 1.25rem;
}
.cx-checklist-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem 2rem;
}
.cx-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.cx-checklist li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    font-size: .88rem;
    color: #1a1a1a;
    line-height: 1.5;
}
.cx-checklist li i { color: var(--accent-gold); flex-shrink: 0; margin-top: .15rem; }

/* ── Trust panel ── */
.trust-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    background: var(--primary-green);
    border-radius: 28px;
    padding: 3rem;
    color: #fff;
}
.trust-panel > *:not(.cx-wm) { position: relative; z-index: 1; }
.trust-panel .cx-wm {
    font-size: 13rem;
    top: auto;
    bottom: -0.28em;
    right: 0.35em;
    color: rgba(255,255,255,.045);
    transform: rotate(-8deg);
}
.trust-panel .section-title { color: #fff; text-align: left; }
.trust-panel .section-subtitle { color: rgba(255,255,255,.68); text-align: left; }
.trust-copy { text-align: left; }
.cx-checklist-light li { color: rgba(255,255,255,.82); }
.cx-checklist-light li i { color: var(--accent-gold); }

/* ── EOI panel ── */
.eoi-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(45, 80, 22, 0.1);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(45, 80, 22, 0.07);
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 2.5rem;
    align-items: center;
}
.eoi-card > *:not(.cx-wm) { position: relative; z-index: 1; }
.eoi-card .cx-wm {
    font-size: 11rem;
    top: auto;
    bottom: -0.3em;
    right: -0.08em;
    color: rgba(45,80,22,.04);
}
.eoi-badge { display: none; }
.eoi-card h3 {
    font-family: 'Archivo Black', sans-serif;
    color: var(--primary-green);
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    margin: 0 0 0.8rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.eoi-card > div > p {
    color: #1a1a1a;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.1rem;
}
.eoi-facts {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0.85rem 1rem;
    display: grid;
    gap: 0.45rem;
    background: #f7f4ec;
    border: 1px solid rgba(45, 80, 22, 0.08);
    border-radius: 14px;
}
.eoi-facts li {
    font-size: 0.84rem;
    color: #1a1a1a;
    line-height: 1.45;
}
.eoi-facts li span {
    display: inline-block;
    min-width: 8.2rem;
    font-weight: 800;
    color: var(--primary-green);
}
.eoi-facts a {
    color: var(--primary-green);
    font-weight: 700;
    text-decoration: none;
}
.eoi-onboarding {
    background: #faf9f5;
    border: 1px solid rgba(45, 80, 22, 0.09);
    border-radius: 18px;
    padding: 1.5rem 1.4rem;
    align-self: start;
}
.eoi-onboarding h4 {
    font-family: 'Archivo Black', sans-serif;
    color: var(--primary-green);
    font-size: 1rem;
    margin: 0 0 1.1rem;
    line-height: 1.3;
}
.eoi-onboarding-steps {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.eoi-onboarding-step {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}
.eoi-onboarding-step .step-num {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--primary-green);
    color: var(--accent-gold);
    font-family: 'Archivo Black', sans-serif;
    font-size: 0.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eoi-onboarding-step .step-title {
    font-weight: 800;
    font-size: 0.88rem;
    color: var(--primary-green);
    line-height: 1.3;
    margin-bottom: 0.15rem;
}
.eoi-onboarding-step .step-desc {
    font-size: 0.8rem;
    color: #5b6155;
    line-height: 1.45;
}

/* ── Platform Access: borrowed content, new minimal representation ── */
.access-concept {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(145deg, #0c2008 0%, #173b0f 58%, #254d16 100%);
}
.access-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: .04;
    background-image:
        linear-gradient(rgba(232,168,56,.7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232,168,56,.7) 1px, transparent 1px);
    background-size: 54px 54px;
}
.access-concept .container { position: relative; z-index: 1; }
.access-concept-head {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 3rem;
    margin-bottom: 3rem;
}
.access-eyebrow {
    color: var(--accent-gold);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: .8rem;
}
.access-concept-head h2 {
    font-family: 'Archivo Black', sans-serif;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -.03em;
    margin: 0;
}
.access-concept-head > p {
    color: rgba(255,255,255,.62);
    font-size: .98rem;
    line-height: 1.7;
    margin: 0 0 .2rem;
    max-width: 440px;
}
.channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.channel-card {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 22px;
    padding: 1.8rem;
    backdrop-filter: blur(10px);
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.channel-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,.085);
    border-color: rgba(232,168,56,.42);
}
.channel-featured { background: rgba(232,168,56,.09); border-color: rgba(232,168,56,.3); }
.channel-top { display: flex; justify-content: space-between; align-items: flex-start; }
.channel-index { color: rgba(255,255,255,.32); font-family: 'Archivo Black', sans-serif; font-size: .82rem; }
.channel-icon { color: var(--accent-gold); font-size: 1.55rem; }
.channel-type {
    display: block;
    color: var(--accent-gold);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: .45rem;
}
.channel-card h3 {
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.2rem;
    margin: 0 0 .55rem;
}
.channel-card h3 em { color: var(--accent-gold); font-style: normal; font-size: .78em; }
.channel-card p { color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.6; max-width: 470px; margin: 0; }
.channel-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.25rem; }
.channel-meta span {
    color: rgba(255,255,255,.7);
    background: rgba(255,255,255,.07);
    border-radius: 50px;
    padding: .28rem .65rem;
    font-size: .67rem;
    font-weight: 700;
}

/* ── Contact section ── */
.contact-form-wrap {
    max-width: 720px;
    margin: 0 auto;
}
.contact-form {
    background: #fff;
    border: 1px solid rgba(45, 80, 22, 0.1);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(45, 80, 22, 0.07);
}
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
}
.contact-section .cx-field { margin-bottom: 1rem; }
.contact-section .cx-field label {
    display: block;
    font-weight: 800;
    font-size: 0.82rem;
    color: var(--primary-green);
    margin-bottom: 0.45rem;
}
.contact-section .cx-field input,
.contact-section .cx-field select,
.contact-section .cx-field textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.92rem;
    padding: 0.78rem 0.95rem;
    border-radius: 10px;
    border: 1.5px solid rgba(45, 80, 22, 0.18);
    background: #fff;
    color: #1a1a1a;
    transition: border-color 0.15s ease;
}
.contact-section .cx-field input:focus,
.contact-section .cx-field select:focus,
.contact-section .cx-field textarea:focus {
    outline: none;
    border-color: var(--primary-green);
}
.contact-section .cx-field textarea { resize: vertical; min-height: 120px; }
.contact-form-actions {
    margin-top: 0.25rem;
    text-align: center;
}
.contact-form-note {
    margin: 1rem 0 0;
    font-size: 0.86rem;
    color: #5b6155;
    text-align: center;
}
.contact-form-note-success { color: var(--primary-green); font-weight: 700; }
.contact-form-note-error { color: #b3261e; font-weight: 700; }

/* Contact form — top-of-screen sending indicator */
.contact-top-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 10050;
    pointer-events: none;
    overflow: hidden;
    background: rgba(45, 80, 22, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.contact-top-loader.is-active {
    opacity: 1;
    visibility: visible;
}
.contact-top-loader-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 42%;
    background: linear-gradient(90deg, var(--primary-green, #2d5016), var(--accent-gold, #e8a838), var(--primary-green, #2d5016));
    background-size: 200% 100%;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 12px rgba(232, 168, 56, 0.45);
    animation: contactTopLoaderMove 1.15s ease-in-out infinite, contactTopLoaderShimmer 2.2s linear infinite;
}
@keyframes contactTopLoaderMove {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(320%); }
}
@keyframes contactTopLoaderShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.contact-form.is-sending {
    opacity: 0.72;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.contact-form.is-sending .action-btn {
    position: relative;
}
.contact-form.is-sending .action-btn i {
    animation: contactBtnSpin 0.85s linear infinite;
}
@keyframes contactBtnSpin {
    to { transform: rotate(360deg); }
}

/* ── Closing CTA: tighter ── */
.cta-section { padding: 5rem 0; }
.cta-title { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
.cta-text { font-size: 1rem; margin-bottom: 2rem; }

/* ── Responsive ── */
@media (max-width: 991px) {
    .reach-layout { grid-template-columns: 1fr; }
    .reach-support-6 { grid-template-columns: 1fr 1fr; }
    .reach-support-6 .reach-stat { border-right: 0 !important; }
    .reach-support-6 .reach-stat:nth-child(odd) { border-right: 1px solid rgba(45,80,22,.09) !important; }
    .reach-support-6 .reach-stat:nth-child(even) { border-right: 0 !important; }
    .reach-support-6 .reach-stat { border-bottom: 1px solid rgba(45,80,22,.09); }
    .reach-support-6 .reach-stat:last-child { border-bottom: 0; }
    .cx-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .cx-grid-3 { grid-template-columns: 1fr; }
    .journey-board { grid-template-columns: 1fr; }
    .trust-panel { grid-template-columns: 1fr; padding: 2rem; }
    .flow-arrow { display: none; }
    .flow-step { max-width: none; flex: 1 1 calc(50% - .5rem); }
    .access-concept-head { grid-template-columns: 1fr; gap: 1.2rem; }
    .cx-checklist-columns { grid-template-columns: 1fr; }
    .eoi-card { grid-template-columns: 1fr; padding: 2rem; }
    .contact-form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .cx-section { padding: 3.75rem 0; }
    .reach-feature { padding: 2.2rem 1.7rem; }
    .reach-support,
    .reach-support-6 { grid-template-columns: 1fr; }
    .reach-stat { padding: 1.5rem 1.7rem; border-right: 0 !important; border-bottom: 1px solid rgba(45,80,22,.09); }
    .reach-stat:last-child { border-bottom: 0; }
    .cx-grid-4 { grid-template-columns: 1fr; }
    .flow-step { flex: 1 1 100%; }
    .channel-grid { grid-template-columns: 1fr; }
    .access-concept { padding: 4.5rem 0; }
}
