:root {
  --white: #FFFFFF;
  --off: #F7F7F5;
  --ink: #0D0D0D;
  --ink-2: #3A3A3A;
  --ink-3: #7A7A7A;
  --ink-4: #B8B8B8;
  --rule: #E5E5E3;
  --rule-2: #F0F0EE;
  --accent: #1A1AFF;
  --accent-2: #EBEBFF;
  --gold: #A67C3A;
  --gold-2: #FBF5EA;
  --gold-3: #E8D5B0;
  --jakarta: 'Plus Jakarta Sans', sans-serif;
  --body: 'Inter', sans-serif;
  --max: 760px;
  --ease: cubic-bezier(.16,1,.3,1);
}

.exp-page *, .exp-page *::before, .exp-page *::after { margin: 0; padding: 0; box-sizing: border-box; }
.exp-page { background: var(--white); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; min-height: 100vh; }
.exp-page ::selection { background: var(--gold); color: var(--white); }
.exp-page a { color: inherit; text-decoration: none; }
.exp-page .wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

.exp-page .progress-bar { position: fixed; top: 0; left: 0; height: 2px; background: var(--gold); z-index: 100; transition: width .1s linear; width: 0%; }
.exp-page .mini-header { position: fixed; top: 0; left: 0; right: 0; z-index: 99; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--rule); transform: translateY(-100%); transition: transform .4s var(--ease); }
.exp-page .mini-header.show { transform: none; }
.exp-page .mini-wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 56px; gap: 20px; }
.exp-page .mini-title { font-family: var(--jakarta); font-weight: 700; font-size: 14px; letter-spacing: -.01em; }
.exp-page .mini-cta { font-family: var(--jakarta); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 8px 18px; background: var(--gold); color: var(--white); border: none; cursor: pointer; transition: opacity .2s; white-space: nowrap; }
.exp-page .mini-cta:hover { opacity: .85; }

@keyframes expFadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
@keyframes expSlideUp { to{opacity:1;transform:none} }
.exp-page .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.exp-page .reveal.in { opacity: 1; transform: none; }
.exp-page .d1{transition-delay:.08s} .exp-page .d2{transition-delay:.16s} .exp-page .d3{transition-delay:.24s}

.exp-page .hero { padding: 96px 0 80px; border-bottom: 1px solid var(--rule); }
.exp-page .hero-label { font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; margin-bottom: 28px; opacity: 0; animation: expFadeUp .7s var(--ease) .1s forwards; }
.exp-page .hero-label::before { content: ''; width: 22px; height: 1px; background: var(--gold); }
.exp-page .hero-h { font-family: var(--jakarta); font-weight: 800; font-size: clamp(36px, 6vw, 62px); line-height: .96; letter-spacing: -.035em; margin-bottom: 28px; }
.exp-page .hero-h .line { display: block; overflow: hidden; }
.exp-page .hero-h .line span { display: block; opacity: 0; transform: translateY(100%); animation: expSlideUp .85s var(--ease) forwards; }
.exp-page .hero-h .line:nth-child(1) span { animation-delay: .18s; }
.exp-page .hero-h .line:nth-child(2) span { animation-delay: .28s; }
.exp-page .hero-h .line:nth-child(3) span { animation-delay: .38s; }
.exp-page .hero-h .line:nth-child(4) span { animation-delay: .48s; }
.exp-page .hero-h .gold { color: var(--gold); }
.exp-page .hero-sub { font-size: 19px; line-height: 1.65; color: var(--ink-2); max-width: 46ch; margin-bottom: 36px; opacity: 0; animation: expFadeUp .85s var(--ease) .56s forwards; }
.exp-page .hero-sub strong { color: var(--ink); font-weight: 600; }

.exp-page .cta-block { border: 1px solid var(--rule); padding: 28px 28px 24px; opacity: 0; animation: expFadeUp .85s var(--ease) .68s forwards; }
.exp-page .cta-block-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.exp-page .cta-price { font-family: var(--jakarta); font-weight: 800; font-size: 38px; letter-spacing: -.03em; line-height: 1; }
.exp-page .cta-price-sub { font-size: 13px; color: var(--ink-3); margin-top: 4px; }
.exp-page .cta-what { font-size: 14px; color: var(--ink-2); line-height: 1.5; max-width: 28ch; }
.exp-page .cta-btn { width: 100%; padding: 17px 24px; background: var(--gold); color: var(--white); font-family: var(--jakarta); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; transition: all .25s var(--ease); }
.exp-page .cta-btn svg { transition: transform .25s; }
.exp-page .cta-btn:hover { background: #8C6830; }
.exp-page .cta-btn:hover svg { transform: translateX(5px); }
.exp-page .cta-guarantee { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 12px; color: var(--ink-3); }
.exp-page .cta-guarantee::before { content: '→'; color: var(--gold); font-family: var(--jakarta); font-weight: 700; flex: none; }

.exp-page .reframe-section { padding: 80px 0; border-bottom: 1px solid var(--rule); }
.exp-page .section-label { font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.exp-page .section-label::after { content: ''; flex: 1; height: 1px; background: var(--rule-2); }
.exp-page .reframe-body p { font-size: 18px; line-height: 1.72; color: var(--ink-2); margin-bottom: 22px; }
.exp-page .reframe-body p strong { color: var(--ink); font-weight: 600; }
.exp-page .reframe-body p:last-child { margin-bottom: 0; }
.exp-page .reframe-pull { border-left: 3px solid var(--gold); padding: 18px 0 18px 24px; font-family: var(--jakarta); font-weight: 700; font-size: 20px; letter-spacing: -.02em; color: var(--ink); line-height: 1.45; margin: 32px 0; }

.exp-page .gap-cards { display: flex; flex-direction: column; gap: 2px; margin: 36px 0; }
.exp-page .gap-card { border: 1px solid var(--rule); padding: 24px 26px; background: var(--white); position: relative; overflow: hidden; transition: all .25s; }
.exp-page .gap-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform .4s var(--ease); }
.exp-page .gap-card:hover { background: var(--gold-2); border-color: var(--gold-3); }
.exp-page .gap-card:hover::before { transform: scaleY(1); }
.exp-page .gap-card .gc-head { font-family: var(--jakarta); font-weight: 700; font-size: 15px; letter-spacing: -.01em; margin-bottom: 8px; color: var(--ink); display: flex; align-items: baseline; gap: 12px; }
.exp-page .gap-card .gc-head .gn { font-size: 10px; color: var(--gold); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.exp-page .gap-card .gc-body { font-size: 15px; color: var(--ink-3); line-height: 1.6; }

.exp-page .gap-section { padding: 80px 0; border-bottom: 1px solid var(--rule); background: var(--off); margin: 0 -32px; padding-left: 32px; padding-right: 32px; }
.exp-page .gap-viz { border: 1px solid var(--rule); background: var(--white); overflow: hidden; margin: 36px 0; }
.exp-page .gap-viz-head { background: var(--off); padding: 14px 20px; border-bottom: 1px solid var(--rule); font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); }
.exp-page .gap-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; border-bottom: 1px solid var(--rule-2); }
.exp-page .gap-row:last-child { border-bottom: none; }
.exp-page .gap-left { padding: 16px 20px; font-size: 14px; color: var(--ink-3); border-right: 1px solid var(--rule-2); line-height: 1.45; }
.exp-page .gap-left .gl-label { font-family: var(--jakarta); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 5px; }
.exp-page .gap-arrow { display: flex; align-items: center; justify-content: center; padding: 0 16px; color: var(--gold); font-size: 16px; flex: none; border-right: 1px solid var(--rule-2); }
.exp-page .gap-right { padding: 16px 20px; font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.exp-page .gap-right .gl-label { font-family: var(--jakarta); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.exp-page .gap-heading { font-family: var(--jakarta); font-weight: 800; font-size: clamp(22px, 4vw, 36px); letter-spacing: -.03em; line-height: 1.05; margin-bottom: 14px; }
.exp-page .gap-intro { font-size: 16px; color: var(--ink-3); margin-bottom: 8px; line-height: 1.6; }

.exp-page .what-section { padding: 80px 0; border-bottom: 1px solid var(--rule); }
.exp-page .what-heading { font-family: var(--jakarta); font-weight: 800; font-size: clamp(22px, 4vw, 36px); letter-spacing: -.03em; line-height: 1.05; margin-bottom: 32px; }
.exp-page .what-items { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--rule); margin-bottom: 36px; }
.exp-page .what-item { display: flex; gap: 0; border-bottom: 1px solid var(--rule); }
.exp-page .what-item:last-child { border-bottom: none; }
.exp-page .what-num { font-family: var(--jakarta); font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--gold); padding: 20px 20px; background: var(--gold-2); border-right: 1px solid var(--rule); display: flex; align-items: flex-start; min-width: 52px; }
.exp-page .what-body { padding: 20px 22px; flex: 1; }
.exp-page .what-title { font-family: var(--jakarta); font-weight: 700; font-size: 15px; letter-spacing: -.01em; margin-bottom: 5px; }
.exp-page .what-desc { font-size: 14px; color: var(--ink-3); line-height: 1.55; }

.exp-page .output-box { background: var(--gold-2); border: 1px solid var(--gold-3); padding: 26px 28px; }
.exp-page .ob-label { font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.exp-page .ob-title { font-family: var(--jakarta); font-weight: 800; font-size: 20px; letter-spacing: -.02em; margin-bottom: 10px; line-height: 1.2; }
.exp-page .ob-body { font-size: 15px; color: var(--ink-2); line-height: 1.62; }
.exp-page .ob-body strong { color: var(--ink); font-weight: 600; }

.exp-page .who-section { padding: 80px 0; border-bottom: 1px solid var(--rule); }
.exp-page .who-layout { display: grid; grid-template-columns: 56px 1fr; gap: 22px; align-items: start; margin-bottom: 28px; }
.exp-page .who-avatar { width: 56px; height: 56px; background: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--jakarta); font-weight: 800; font-size: 20px; color: var(--white); flex: none; overflow: hidden; border-radius: 4px; }
.exp-page .who-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.exp-page .who-name { font-family: var(--jakarta); font-weight: 800; font-size: 20px; letter-spacing: -.02em; margin-bottom: 3px; }
.exp-page .who-title { font-size: 13px; color: var(--ink-3); }
.exp-page .who-body p { font-size: 17px; line-height: 1.72; color: var(--ink-2); margin-bottom: 18px; }
.exp-page .who-body p strong { color: var(--ink); font-weight: 600; }
.exp-page .who-body p:last-child { margin-bottom: 0; }
.exp-page .who-pull { font-family: var(--jakarta); font-weight: 700; font-size: 18px; letter-spacing: -.01em; line-height: 1.45; color: var(--ink); border-left: 3px solid var(--gold); padding: 14px 0 14px 22px; margin: 28px 0; }

.exp-page .leads-section { padding: 80px 0; border-bottom: 1px solid var(--rule); background: var(--ink); color: var(--white); margin: 0 -32px; padding-left: 32px; padding-right: 32px; }
.exp-page .leads-section .section-label { color: rgba(255,255,255,.3); }
.exp-page .leads-section .section-label::after { background: rgba(255,255,255,.1); }
.exp-page .leads-title { font-family: var(--jakarta); font-weight: 800; font-size: clamp(24px, 4vw, 38px); letter-spacing: -.03em; line-height: 1.05; margin-bottom: 14px; }
.exp-page .leads-sub { font-size: 17px; color: rgba(255,255,255,.6); line-height: 1.65; max-width: 46ch; margin-bottom: 44px; }
.exp-page .leads-sub strong { color: var(--white); }
.exp-page .funnel-steps { display: flex; flex-direction: column; gap: 2px; }
.exp-page .funnel-step { display: flex; gap: 0; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); transition: all .25s; }
.exp-page .funnel-step:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.exp-page .funnel-step.current { border-color: var(--gold); background: rgba(166,124,58,.12); }
.exp-page .funnel-step.current .fs-num { background: var(--gold); color: var(--white); }
.exp-page .fs-num { font-family: var(--jakarta); font-weight: 700; font-size: 11px; padding: 20px 20px; background: rgba(255,255,255,.06); border-right: 1px solid rgba(255,255,255,.1); display: flex; align-items: flex-start; min-width: 52px; color: rgba(255,255,255,.4); letter-spacing: .06em; }
.exp-page .fs-body { padding: 20px 22px; flex: 1; }
.exp-page .fs-title { font-family: var(--jakarta); font-weight: 700; font-size: 15px; letter-spacing: -.01em; margin-bottom: 4px; color: var(--white); display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.exp-page .fs-price { font-family: var(--jakarta); font-size: 13px; font-weight: 700; }
.exp-page .funnel-step.current .fs-price { color: var(--gold); }
.exp-page .funnel-step:not(.current) .fs-price { color: rgba(255,255,255,.4); }
.exp-page .fs-desc { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.5; }
.exp-page .funnel-step.current .fs-desc { color: rgba(255,255,255,.7); }
.exp-page .fs-badge { font-family: var(--jakarta); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; background: var(--gold); color: var(--white); margin-left: 4px; }
.exp-page .funnel-step a { color: inherit; }
.exp-page .funnel-step a:hover .fs-title { color: var(--gold); }

.exp-page .fit-section { padding: 80px 0; border-bottom: 1px solid var(--rule); }
.exp-page .fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--rule); }
.exp-page .fit-col { background: var(--white); padding: 28px 26px; }
.exp-page .fit-col-head { font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.exp-page .fit-col-head.gold { color: var(--gold); border-bottom-color: var(--gold-2); }
.exp-page .fit-col-head.grey { color: var(--ink-4); }
.exp-page .fit-items { list-style: none; }
.exp-page .fit-items li { font-size: 14px; color: var(--ink-2); padding: 10px 0; border-bottom: 1px solid var(--rule-2); display: flex; gap: 11px; align-items: baseline; line-height: 1.5; }
.exp-page .fit-items li:last-child { border-bottom: none; }
.exp-page .fit-items.yes li::before { content: '✓'; color: var(--gold); font-family: var(--jakarta); font-weight: 700; flex: none; }
.exp-page .fit-items.no li::before { content: '×'; color: var(--ink-4); font-family: var(--jakarta); font-weight: 700; flex: none; }

.exp-page .obj-section { padding: 80px 0; border-bottom: 1px solid var(--rule); background: var(--off); margin: 0 -32px; padding-left: 32px; padding-right: 32px; }
.exp-page .obj-item { padding: 28px 0; border-bottom: 1px solid var(--rule); }
.exp-page .obj-item:last-child { border-bottom: none; }
.exp-page .obj-q { font-family: var(--jakarta); font-weight: 700; font-size: 16px; letter-spacing: -.01em; margin-bottom: 12px; display: flex; gap: 14px; align-items: baseline; }
.exp-page .obj-q::before { content: 'Q'; font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .1em; color: var(--gold); flex: none; padding-top: 3px; }
.exp-page .obj-a { font-size: 15px; color: var(--ink-2); line-height: 1.68; padding-left: 26px; }
.exp-page .obj-a strong { color: var(--ink); font-weight: 600; }

.exp-page .final-cta { padding: 100px 0; text-align: center; }
.exp-page .final-cta .fc-label { font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.exp-page .final-cta h2 { font-family: var(--jakarta); font-weight: 800; font-size: clamp(28px, 5vw, 48px); letter-spacing: -.03em; line-height: 1.02; margin-bottom: 16px; max-width: 20ch; margin-left: auto; margin-right: auto; }
.exp-page .final-cta p { font-size: 17px; color: var(--ink-3); line-height: 1.6; max-width: 40ch; margin: 0 auto 36px; }
.exp-page .final-cta-card { border: 1px solid var(--rule); padding: 36px 32px 30px; max-width: 480px; margin: 0 auto; text-align: left; }
.exp-page .fcc-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.exp-page .fcc-price { font-family: var(--jakarta); font-weight: 800; font-size: 44px; letter-spacing: -.04em; line-height: 1; }
.exp-page .fcc-what { font-size: 13px; color: var(--ink-3); max-width: 20ch; line-height: 1.4; }
.exp-page .fcc-includes { display: flex; flex-direction: column; gap: 0; margin-bottom: 24px; }
.exp-page .fcc-line { display: flex; gap: 11px; padding: 9px 0; border-bottom: 1px solid var(--rule-2); font-size: 14px; color: var(--ink-2); align-items: baseline; }
.exp-page .fcc-line:last-child { border-bottom: none; }
.exp-page .fcc-line::before { content: '✓'; color: var(--gold); font-family: var(--jakarta); font-weight: 700; flex: none; font-size: 12px; }
.exp-page .fcc-btn { width: 100%; padding: 17px; background: var(--gold); color: var(--white); font-family: var(--jakarta); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 12px; transition: all .25s var(--ease); margin-bottom: 12px; }
.exp-page .fcc-btn svg { transition: transform .25s; }
.exp-page .fcc-btn:hover { background: #8C6830; }
.exp-page .fcc-btn:hover svg { transform: translateX(5px); }
.exp-page .fcc-sub { text-align: center; font-size: 12px; color: var(--ink-4); line-height: 1.5; }
.exp-page .fcc-sub a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

.exp-page .modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 500; display: none; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 20px; }
.exp-page .modal-overlay.open { display: flex; }
.exp-page .modal { background: var(--white); width: 100%; max-width: 520px; margin: auto; }
.exp-page .modal-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 26px; border-bottom: 1px solid var(--rule); gap: 16px; }
.exp-page .modal-h { font-family: var(--jakarta); font-weight: 800; font-size: 17px; letter-spacing: -.02em; }
.exp-page .modal-price { font-family: var(--jakarta); font-weight: 800; font-size: 22px; letter-spacing: -.02em; color: var(--gold); white-space: nowrap; }
.exp-page .modal-close { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--ink-3); cursor: pointer; transition: color .2s; flex: none; border: none; background: none; }
.exp-page .modal-close:hover { color: var(--ink); }
.exp-page .modal-subhead { padding: 16px 26px; font-size: 14px; color: var(--ink-3); border-bottom: 1px solid var(--rule); line-height: 1.5; }
.exp-page .modal-body { padding: 24px 26px; display: flex; flex-direction: column; gap: 18px; }
.exp-page .mf { display: flex; flex-direction: column; gap: 7px; }
.exp-page .mf label { font-family: var(--jakarta); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.exp-page .mf input, .exp-page .mf select, .exp-page .mf textarea { background: var(--off); border: 1px solid var(--rule); padding: 12px 14px; color: var(--ink); font-family: var(--body); font-size: 15px; transition: all .2s; width: 100%; }
.exp-page .mf textarea { resize: vertical; min-height: 80px; }
.exp-page .mf input:focus, .exp-page .mf select:focus, .exp-page .mf textarea:focus { outline: none; border-color: var(--gold); background: var(--gold-2); }
.exp-page .mf input::placeholder, .exp-page .mf textarea::placeholder { color: var(--ink-4); }
.exp-page .mf select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A7A7A' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-color: var(--off); }
.exp-page .mf-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.exp-page .m-ack { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--ink-2); cursor: pointer; line-height: 1.55; }
.exp-page .m-ack .box { width: 16px; height: 16px; border: 1.5px solid var(--ink-4); flex: none; margin-top: 2px; position: relative; transition: all .2s; }
.exp-page .m-ack.on .box { background: var(--gold); border-color: var(--gold); }
.exp-page .m-ack.on .box::after { content: ''; position: absolute; left:3px; top:0; width:5px; height:9px; border:solid white; border-width:0 2px 2px 0; transform:rotate(45deg); }
.exp-page .modal-foot { padding: 0 26px 26px; display: flex; flex-direction: column; gap: 10px; }
.exp-page .m-submit { width: 100%; padding: 16px; background: var(--gold); color: var(--white); font-family: var(--jakarta); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all .25s; }
.exp-page .m-submit svg { transition: transform .25s; }
.exp-page .m-submit:hover { background: #8C6830; }
.exp-page .m-submit:hover svg { transform: translateX(4px); }
.exp-page .m-submit:disabled { opacity: .4; cursor: not-allowed; }
.exp-page .m-note { text-align: center; font-size: 12px; color: var(--ink-4); line-height: 1.5; }
.exp-page .m-note a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.exp-page .form-error-banner { margin: 0 26px 16px; padding: 12px 14px; background: #fff5f5; border: 1px solid #fecaca; color: #991b1b; font-size: 13px; line-height: 1.5; }
.exp-page .form-success { display: none; padding: 48px 26px; text-align: center; }
.exp-page .form-success.show { display: block; }
.exp-page .fs-icon { font-size: 36px; margin-bottom: 16px; color: var(--gold); }
.exp-page .fs-title { font-family: var(--jakarta); font-weight: 800; font-size: 22px; letter-spacing: -.02em; margin-bottom: 10px; }
.exp-page .fs-body { font-size: 15px; color: var(--ink-3); line-height: 1.65; margin-bottom: 18px; }
.exp-page .fs-next { font-size: 14px; color: var(--ink-2); border-top: 1px solid var(--rule); padding-top: 18px; margin-top: 8px; }
.exp-page .fs-next a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.exp-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.exp-page .page-foot { border-top: 1px solid var(--rule); padding: 32px 0; }
.exp-page .foot-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.exp-page .foot-brand { font-family: var(--jakarta); font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; display: flex; align-items: center; gap: 7px; color: var(--ink-3); }
.exp-page .foot-brand .dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.exp-page .foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
.exp-page .foot-links a { font-size: 12px; color: var(--ink-4); transition: color .2s; }
.exp-page .foot-links a:hover { color: var(--gold); }

@media (max-width: 560px) {
  .exp-page .wrap { padding: 0 22px; }
  .exp-page .fit-grid { grid-template-columns: 1fr; }
  .exp-page .mf-row2 { grid-template-columns: 1fr; }
  .exp-page .cta-block-top { flex-direction: column; gap: 12px; }
  .exp-page .gap-section, .exp-page .obj-section, .exp-page .leads-section { margin: 0 -22px; padding-left: 22px; padding-right: 22px; }
  .exp-page .gap-row { grid-template-columns: 1fr; }
  .exp-page .gap-arrow { display: none; }
  .exp-page .gap-right { border-top: 1px solid var(--rule-2); }
}
