
html { scroll-behavior: smooth; }
body { margin: 0; background: #101116; color: #F3F1EC; font-family: 'Manrope', 'Segoe UI', system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #F3F1EC; }
a:hover { color: #E8663F; }
.ex-root :focus-visible { outline: 2px solid var(--ac, #E8663F); outline-offset: 3px; }
.ex-nav a { text-decoration: none; color: #B9BBC0; transition: color .2s; }
.ex-nav a:hover { color: #F3F1EC; }
.ex-btn { transition: background-color .2s, color .2s, box-shadow .2s; }
.ex-btn:hover { background-color: #F3F1EC !important; color: #15161A !important; }
.ex-btn-ink { transition: background-color .2s, color .2s; }
.ex-btn-ink:hover { background-color: #F3F1EC !important; color: #15161A !important; }
.ex-btn-line { transition: background-color .2s, color .2s, border-color .2s; }
.ex-btn-line:hover { background-color: #F3F1EC !important; color: #15161A !important; border-color: #F3F1EC !important; }
.ex-btn-line-light { transition: background-color .2s, color .2s, border-color .2s; }
.ex-btn-line-light:hover { background-color: #15161A !important; color: #F3F1EC !important; border-color: #15161A !important; }
.ex-arrow { display: inline-block; transition: transform .2s; }
.ex-btn:hover .ex-arrow, .ex-btn-ink:hover .ex-arrow, .ex-btn-line:hover .ex-arrow, .ex-btn-line-light:hover .ex-arrow, .ex-text:hover .ex-arrow { transform: translateX(5px); }
.ex-text { color: #F3F1EC; text-decoration: none; }
.ex-text:hover { color: #F3F1EC; }
.ex-card { transition: transform .25s cubic-bezier(.2,.7,.2,1), border-color .25s, box-shadow .25s; }
.ex-card:hover { transform: translateY(-3px); border-color: #5A5D66 !important; box-shadow: 0 34px 70px -34px rgba(0,0,0,0.85) !important; }
.ex-chip { transition: border-color .2s, color .2s; }
.ex-chip:hover { border-color: #5A5D66; color: #F3F1EC; }
.ex-faq { transition: color .2s; }
.ex-faq:hover { color: #FFFFFF; }
.ex-plus { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.ex-field:focus { outline: none; border-color: #F3F1EC !important; }
.ex-foot a { color: #B9BBC0; text-decoration: none; }
.ex-foot a:hover { color: #F3F1EC; }

@keyframes exRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes exBlink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes exScan { 0% { transform: translateY(0); } 100% { transform: translateY(520px); } }
@keyframes exMarq { to { transform: translateX(-50%); } }
@keyframes exPop { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: none; } }
@keyframes exFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes exDraw { from { stroke-dashoffset: 327; } to { stroke-dashoffset: 124; } }
@keyframes exStepGlow { 0%, 16%, 100% { color: #6A6D74; } 5% { color: var(--ac, #E8663F); } }
.ex-step { color: #6A6D74; animation: exStepGlow 6.5s linear infinite; }
[data-motion="off"] .ex-step { animation: none !important; color: #9A9DA4 !important; }
@media (prefers-reduced-motion: reduce) { .ex-step { animation: none !important; color: #9A9DA4 !important; } }
.ex-rise { animation: exRise .9s cubic-bezier(.2,.7,.2,1) both; }
.ex-blink { animation: exBlink 1.1s steps(1) infinite; }
.ex-scan { animation: exScan 5s cubic-bezier(.4,0,.6,1) infinite alternate; }
.ex-track { animation: exMarq 46s linear infinite; }
.ex-marq:hover .ex-track { animation-play-state: paused; }
.ex-pop { animation: exPop .6s cubic-bezier(.2,.7,.2,1) both; }
.ex-float { animation: exFloat 6s ease-in-out infinite; }
.ex-gauge { animation: exDraw 1.6s cubic-bezier(.2,.7,.2,1) .4s both; }

.ex-js .ex-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.ex-js .ex-reveal.ex-in { opacity: 1; transform: none; }

[data-motion="off"] .ex-rise, [data-motion="off"] .ex-blink, [data-motion="off"] .ex-scan, [data-motion="off"] .ex-track, [data-motion="off"] .ex-pop, [data-motion="off"] .ex-float, [data-motion="off"] .ex-gauge { animation: none !important; }
[data-motion="off"] .ex-gauge { stroke-dashoffset: 124; }
.ex-js[data-motion="off"] .ex-reveal { opacity: 1; transform: none; }

@media (max-width: 900px) { .ex-navlinks { display: none !important; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ex-rise, .ex-blink, .ex-scan, .ex-track, .ex-pop, .ex-float, .ex-gauge { animation: none !important; }
  .ex-gauge { stroke-dashoffset: 124; }
  .ex-js .ex-reveal { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 760px) {
  .ex-root { overflow-x: hidden; }
  .ex-float { display: none !important; }
  .ex-hero-cta { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .ex-root h1 { font-size: 34px !important; line-height: 1.06 !important; }
}

.ex-faq-a { display: none; }
.ex-faq-item.open .ex-faq-a { display: block; }
.ex-faq-item.open .ex-plus { transform: rotate(45deg); }


/* ---- forms ---- */
.ex-formcard { background: linear-gradient(180deg, #1B1D23, #141519); border: 1px solid #2A2D34; box-shadow: 0 40px 90px -34px rgba(0,0,0,0.55); padding: clamp(22px, 3vw, 36px); color: #F3F1EC; }
.ex-form { display: flex; flex-direction: column; gap: 18px; }
.ex-f { display: flex; flex-direction: column; gap: 8px; }
.ex-f label { font-size: 14px; font-weight: 700; color: #F3F1EC; }
.ex-opt { font-weight: 500; color: #9A9DA4; }
.ex-in { width: 100%; box-sizing: border-box; min-height: 54px; padding: 12px 16px; background: #101116; border: 1px solid #3A3D44; color: #F3F1EC; font-family: inherit; font-size: 16px; line-height: 1.4; border-radius: 0; -webkit-appearance: none; appearance: none; }
textarea.ex-in { min-height: 140px; resize: vertical; line-height: 1.55; }
select.ex-in { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239A9DA4' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.ex-in::placeholder { color: #6A6D74; }
.ex-in:focus { outline: none; border-color: #F3F1EC; }
.ex-in[aria-invalid="true"] { border-color: #E8663F; box-shadow: inset 0 0 0 1px #E8663F; }
.ex-err { margin: 0; font-size: 13px; line-height: 1.4; color: #F0956F; }
.ex-err:empty { display: none; }
.ex-row2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 18px; }
.ex-more { border-top: 1px solid #2B2D33; }
.ex-more > summary { cursor: pointer; list-style: none; min-height: 48px; display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 600; color: #C9CBD0; }
.ex-more > summary::-webkit-details-marker { display: none; }
.ex-more > summary::before { content: "+"; font-family: 'IBM Plex Mono', ui-monospace, Menlo, monospace; font-size: 18px; color: var(--ac, #E8663F); width: 14px; }
.ex-more[open] > summary::before { content: "\2212"; }
.ex-more-body { display: flex; flex-direction: column; gap: 18px; padding: 6px 0 4px; }
.ex-submit { min-height: 60px; width: 100%; border: 0; background: var(--ac, #E8663F); color: #15161A; font-family: inherit; font-weight: 700; font-size: 17px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 12px; box-shadow: 0 14px 38px -16px rgba(232,102,63,0.55); transition: background-color .2s, color .2s; }
.ex-submit:hover { background: #F3F1EC; color: #15161A; }
.ex-submit[disabled] { opacity: .7; cursor: progress; }
.ex-form-note { margin: 0; font-size: 14px; line-height: 1.55; color: #B9BBC0; }
.ex-form-legal { margin: 0; font-size: 12px; line-height: 1.55; color: #6A6D74; }
.ex-form-legal a { color: #9A9DA4; }
.ex-form-error { border: 1px solid #E8663F; background: rgba(232,102,63,0.08); padding: 14px 16px; font-size: 14px; line-height: 1.55; color: #F3F1EC; }
.ex-form-error a { color: #F3F1EC; font-weight: 700; }
.ex-form-success { display: flex; flex-direction: column; gap: 12px; padding: 8px 0; outline: none; }
.ex-form-success[hidden], .ex-form[hidden], .ex-form-error[hidden] { display: none; }
.ex-hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.ex-notice { margin: 0; font-size: 13px; line-height: 1.55; color: #9A9DA4; border-left: 2px solid #3A3D44; padding-left: 12px; }

/* ---- consent ---- */
.ex-consent { position: fixed; z-index: 60; left: 16px; right: 16px; bottom: 16px; max-width: 560px; margin: 0 auto; background: #1B1D23; border: 1px solid #3A3D44; box-shadow: 0 30px 70px -20px rgba(0,0,0,.8); padding: 18px 20px; display: flex; flex-direction: column; gap: 14px; font-size: 14px; line-height: 1.55; color: #D4D6DB; }
.ex-consent a { color: #F3F1EC; }
.ex-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ex-consent button { flex: 1 1 140px; min-height: 46px; font-family: inherit; font-weight: 700; font-size: 15px; cursor: pointer; border: 1px solid #5A5D66; background: transparent; color: #F3F1EC; }
.ex-linkbtn { background: none; border: 0; padding: 0; font: inherit; color: #B9BBC0; cursor: pointer; text-decoration: none; }
.ex-linkbtn:hover { color: #F3F1EC; }

/* ---- legal page ---- */
.ex-legal h2 { margin: 40px 0 12px; font-size: 22px; letter-spacing: -0.01em; }
.ex-legal p, .ex-legal li { font-size: 16px; line-height: 1.7; color: #C9CBD0; }
.ex-legal ul { padding-left: 20px; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.ex-legal a { color: #F3F1EC; }

@media (max-width: 760px) {
  .ex-navlinks + .ex-btn { padding: 0 16px !important; font-size: 14px !important; }
  header .ex-btn { min-height: 42px !important; }
}

/* ---- choice groups (radio / checkbox chips) ---- */
.ex-choice { border: 0; margin: 0; padding: 0; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.ex-choice > legend { padding: 0; margin: 0 0 10px; font-size: 14px; font-weight: 700; color: #F3F1EC; }
.ex-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ex-chip { position: relative; display: inline-flex; }
.ex-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.ex-chip span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 16px; border: 1px solid #3A3D44; background: #101116; font-size: 15px; font-weight: 600; color: #C9CBD0; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s; }
.ex-chip input:checked + span { border-color: #F3F1EC; background: #F3F1EC; color: #15161A; }
.ex-chip input:focus-visible + span { outline: 2px solid var(--ac, #E8663F); outline-offset: 2px; }
.ex-choice[aria-invalid="true"] .ex-chip span { border-color: #E8663F; }
.ex-hint { display: block; margin-top: 4px; font-size: 13px; font-weight: 500; line-height: 1.5; color: #8A8D94; }
.ex-step { display: flex; align-items: baseline; gap: 12px; padding-top: 14px; border-top: 1px solid #2B2D33; font-family: 'IBM Plex Mono', ui-monospace, Menlo, monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9A9DA4; }
.ex-step b { color: var(--ac, #E8663F); font-weight: 500; }
.ex-step:first-of-type { border-top: 0; padding-top: 0; }
