/* ══════════════════════════════════════════════════════════
   Naxio — getnaxio.com · Global Stylesheet v1.0
   ══════════════════════════════════════════════════════════ */

:root {
  --ni: #5B45E0;
  --nd: #4233B8;
  --ns: #8B7FF8;
  --nt: #EBE8FF;
  --nm: #0A0E27;
  --w:  #FFFFFF;
  --mu: rgba(255,255,255,0.65);
  --fa: rgba(255,255,255,0.38);
  --li: rgba(255,255,255,0.10);
  --l2: rgba(255,255,255,0.06);
  --su: rgba(255,255,255,0.04);
  --s2: rgba(255,255,255,0.07);
  --tr: 160ms ease;
  --r:  12px;
  --r2: 16px;
  --r3: 20px;
  --max: 1080px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--nm);
  color: var(--w);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3, h4 { font-family: 'Barlow', system-ui, sans-serif; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.site-nav {
  position: sticky; top: 0; z-index: 100; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  background: rgba(10,14,39,0.80);
  border-bottom: 1px solid var(--l2);
  transition: background 300ms ease, border-color 300ms ease;
}
.site-nav.scrolled { background: rgba(10,14,39,0.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: var(--li); }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-icon { width: 30px; height: 30px; flex-shrink: 0; }
.nav-logo-text { font-family: 'Barlow', system-ui, sans-serif; font-weight: 700; font-size: 17px; letter-spacing: 0.13em; color: var(--w); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; color: var(--mu); transition: color var(--tr); }
.nav-links a:hover, .nav-links a.active { color: var(--w); }
.nav-cta { padding: 9px 18px; background: var(--ni); border-radius: 9px; font-size: 13px; font-weight: 600; color: var(--w); transition: background var(--tr), transform var(--tr); }
.nav-cta:hover { background: var(--nd); transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--mu); border-radius: 2px; transition: all 250ms ease; }
.nav-mobile { display: none; position: fixed; top: 64px; left: 0; right: 0; background: rgba(10,14,39,0.98); border-bottom: 1px solid var(--li); padding: 20px; z-index: 99; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; margin-bottom: 16px; }
.nav-mobile ul a { display: block; padding: 13px 0; font-size: 16px; color: var(--mu); border-bottom: 1px solid var(--l2); }
.nav-mobile .nav-cta { display: block; text-align: center; padding: 13px; font-size: 14px; }

.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 26px; background: var(--ni); color: var(--w); border-radius: 10px; font-size: 14px; font-weight: 600; transition: background var(--tr), transform var(--tr), box-shadow var(--tr); }
.btn-primary:hover { background: var(--nd); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(91,69,224,0.35); }
.btn-primary.pulse { animation: btn-pulse 2.8s ease infinite; }
@keyframes btn-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(91,69,224,0.4); } 60% { box-shadow: 0 0 0 10px rgba(91,69,224,0); } }
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 26px; background: transparent; color: var(--mu); border: 1px solid var(--li); border-radius: 10px; font-size: 14px; font-weight: 500; transition: all var(--tr); }
.btn-ghost:hover { background: var(--su); border-color: rgba(255,255,255,0.18); color: var(--w); transform: translateY(-1px); }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

.section     { padding: 80px 0; }
.section-alt { padding: 80px 0; background: rgba(255,255,255,0.025); border-top: 1px solid var(--l2); border-bottom: 1px solid var(--l2); }
.section-head { margin-bottom: 48px; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ns); margin-bottom: 10px; }
.section-head h2 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 12px; }
.section-head p { font-size: 16px; color: var(--mu); line-height: 1.7; max-width: 580px; }

.kicker { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase; color: var(--ns); background: rgba(91,69,224,0.12); border: 1px solid rgba(91,69,224,0.25); border-radius: 20px; padding: 5px 13px; margin-bottom: 24px; }
.kicker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ni); flex-shrink: 0; }

.trust { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; color: var(--fa); }
.trust-item { display: flex; align-items: center; gap: 5px; }
.trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ni); flex-shrink: 0; }

.card { background: var(--su); border: 1px solid var(--l2); border-radius: var(--r2); padding: 24px; transition: transform var(--tr), border-color var(--tr); }
.card:hover { transform: translateY(-3px); border-color: rgba(91,69,224,0.28); }
.card h3 { font-size: 17px; margin-bottom: 8px; }
.card p  { font-size: 14px; color: var(--mu); line-height: 1.65; }
.card-icon { width: 36px; height: 36px; background: rgba(91,69,224,0.14); border: 1px solid rgba(91,69,224,0.22); border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--ns); font-size: 17px; }

.stats-strip { border-top: 1px solid var(--l2); border-bottom: 1px solid var(--l2); padding: 44px 0; }
.stats-grid  { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-item   { text-align: center; padding: 0 32px; border-right: 1px solid var(--l2); }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child  { border-right: none; padding-right: 0; }
.stat-num   { font-family: 'Barlow', system-ui, sans-serif; font-size: 36px; font-weight: 800; line-height: 1; color: var(--w); margin-bottom: 6px; }
.stat-label { font-size: 13px; color: var(--mu); }

.proof-card { background: var(--su); border: 1px solid var(--li); border-radius: var(--r2); padding: 26px; }
.proof-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--l2); }
.proof-card-head h3 { font-size: 15px; }
.tag { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 9px; border-radius: 6px; background: rgba(91,69,224,0.14); border: 1px solid rgba(91,69,224,0.25); color: var(--ns); white-space: nowrap; }
.before-after { border: 1px solid var(--l2); border-radius: 10px; overflow: hidden; margin-bottom: 16px; }
.ba-row { padding: 11px 14px; border-bottom: 1px solid var(--l2); }
.ba-row:last-child { border-bottom: none; }
.ba-label { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ns); margin-bottom: 3px; }
.ba-text  { font-size: 13px; color: var(--mu); line-height: 1.4; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.feature-list li { font-size: 13px; color: var(--mu); display: flex; align-items: flex-start; gap: 7px; line-height: 1.4; }
.feature-list li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--ni); flex-shrink: 0; margin-top: 6px; }

.loop { display: flex; flex-direction: column; }
.loop-step { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding-bottom: 24px; }
.loop-step:last-child { padding-bottom: 0; }
.loop-left { display: flex; flex-direction: column; align-items: center; }
.loop-num { width: 34px; height: 34px; border-radius: 50%; background: rgba(91,69,224,0.14); border: 1px solid rgba(91,69,224,0.28); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--ns); flex-shrink: 0; }
.loop-line { width: 1px; flex: 1; background: rgba(91,69,224,0.18); margin-top: 5px; }
.loop-step:last-child .loop-line { display: none; }
.loop-content { padding-top: 5px; }
.loop-title { font-family: 'Barlow', system-ui, sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.loop-desc  { font-size: 13px; color: var(--mu); line-height: 1.6; }

.tier-card { background: var(--su); border: 1px solid var(--l2); border-radius: var(--r2); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--tr), border-color var(--tr); }
.tier-card:hover { transform: translateY(-4px); }
.tier-card.featured { border-color: rgba(91,69,224,0.42); background: rgba(91,69,224,0.07); }
.tier-card.featured:hover { border-color: rgba(91,69,224,0.60); }
.tier-header { padding: 22px; border-bottom: 1px solid var(--l2); }
.tier-badge { font-size: 9px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; padding: 3px 9px; border-radius: 5px; background: rgba(91,69,224,0.14); border: 1px solid rgba(91,69,224,0.25); color: var(--ns); display: inline-block; margin-bottom: 8px; }
.tier-name  { font-family: 'Barlow', system-ui, sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; margin-bottom: 4px; }
.tier-price { font-family: 'Barlow', system-ui, sans-serif; font-size: 30px; font-weight: 800; line-height: 1; margin: 7px 0 6px; }
.tier-price .per { font-size: 13px; font-weight: 500; color: var(--mu); }
.tier-desc  { font-size: 13px; color: var(--mu); line-height: 1.5; }
.tier-body  { padding: 18px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.tier-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; flex: 1; }
.tier-features li { font-size: 13px; color: var(--mu); display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }
.tier-features li::before { content: '✓'; color: var(--ns); font-weight: 700; font-size: 11px; flex-shrink: 0; margin-top: 1px; }

.partner-teaser { background: rgba(91,69,224,0.08); border: 1px solid rgba(91,69,224,0.18); border-radius: var(--r2); padding: 40px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.partner-teaser h3  { font-size: clamp(20px, 2.5vw, 24px); margin-bottom: 10px; }
.partner-teaser p   { font-size: 15px; color: var(--mu); line-height: 1.65; max-width: 500px; }
.partner-stats      { display: flex; gap: 24px; flex-shrink: 0; }
.partner-stat       { text-align: center; }
.partner-stat-num   { font-family: 'Barlow', system-ui, sans-serif; font-size: 28px; font-weight: 800; color: var(--ns); line-height: 1; margin-bottom: 4px; }
.partner-stat-label { font-size: 10px; color: var(--fa); line-height: 1.4; }

.cta-section { padding: 80px 0; }
.cta-inner { background: rgba(91,69,224,0.08); border: 1px solid rgba(91,69,224,0.18); border-radius: var(--r3); padding: 60px 48px; text-align: center; }
.cta-inner h2 { font-size: clamp(26px, 3.5vw, 40px); margin-bottom: 14px; }
.cta-inner p  { font-size: 16px; color: var(--mu); line-height: 1.7; max-width: 520px; margin: 0 auto 32px; }
.cta-inner .btn-row { justify-content: center; }
.cta-note { font-size: 13px; color: var(--fa); margin-top: 16px; }

.site-footer { border-top: 1px solid var(--l2); padding: 40px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; max-width: var(--max); margin: 0 auto; }
.footer-logo  { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.footer-logo-text { font-family: 'Barlow', system-ui, sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.12em; }
.footer-copy  { font-size: 12px; color: var(--fa); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: var(--fa); transition: color var(--tr); }
.footer-links a:hover { color: var(--mu); }

.hero { padding: 80px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
.hero h1 { font-size: clamp(34px, 4.5vw, 52px); margin-bottom: 20px; }
.hero-lead { font-size: 17px; color: var(--mu); line-height: 1.7; margin-bottom: 32px; max-width: 520px; }
.hero-simple { padding: 80px 0 72px; text-align: center; }
.hero-simple h1 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 16px; max-width: 720px; margin-left: auto; margin-right: auto; }
.hero-simple p  { font-size: 17px; color: var(--mu); line-height: 1.7; max-width: 560px; margin: 0 auto 32px; }
.hero-simple .kicker { display: block; width: fit-content; margin: 0 auto 24px; }
.hero-simple .btn-row { justify-content: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

.toggle-wrap   { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 48px; }
.toggle-label  { font-size: 14px; color: var(--mu); }
.toggle-label.active { color: var(--w); font-weight: 600; }
.toggle-switch { width: 44px; height: 24px; background: var(--s2); border: 1px solid var(--li); border-radius: 12px; position: relative; cursor: pointer; transition: background var(--tr), border-color var(--tr); }
.toggle-switch.on { background: var(--ni); border-color: var(--nd); }
.toggle-knob   { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: var(--w); border-radius: 50%; transition: transform 200ms ease; }
.toggle-switch.on .toggle-knob { transform: translateX(20px); }
.annual-badge  { font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 5px; background: rgba(74,222,128,0.12); border: 1px solid rgba(74,222,128,0.25); color: #4ADE80; }

.addon-card  { background: var(--su); border: 1px solid var(--l2); border-radius: var(--r); padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; }
.addon-price { font-family: 'Barlow', system-ui, sans-serif; font-size: 18px; font-weight: 800; color: var(--w); white-space: nowrap; flex-shrink: 0; }
.addon-name  { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.addon-desc  { font-size: 12px; color: var(--mu); line-height: 1.4; }

.cmp-wrap { overflow-x: auto; border-radius: var(--r2); border: 1px solid var(--l2); }
.cmp-table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 13px; }
.cmp-table thead { background: rgba(91,69,224,0.07); border-bottom: 1px solid rgba(91,69,224,0.25); }
.cmp-table th { padding: 14px 16px; text-align: left; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--mu); white-space: nowrap; }
.cmp-table th.us { color: var(--ns); }
.cmp-table td { padding: 13px 16px; border-bottom: 1px solid var(--l2); color: var(--mu); vertical-align: middle; }
.cmp-table td.us { background: rgba(91,69,224,0.05); border-left: 1px solid rgba(91,69,224,0.18); border-right: 1px solid rgba(91,69,224,0.18); }
.cmp-table tr:last-child td { border-bottom: none; }
.cmp-table th:first-child, .cmp-table td:first-child { font-weight: 600; color: var(--w); }
.yes     { color: #4ADE80; font-weight: 700; }
.no      { color: rgba(248,113,113,0.85); font-weight: 600; }
.partial { color: rgba(251,191,36,0.9); font-weight: 600; }

.faq-item { border-bottom: 1px solid var(--l2); padding: 20px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-family: 'Barlow', system-ui, sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.faq-a { font-size: 14px; color: var(--mu); line-height: 1.7; }

.model-card { background: var(--su); border: 1px solid var(--l2); border-radius: var(--r2); overflow: hidden; }
.model-card.featured { border-color: rgba(91,69,224,0.38); background: rgba(91,69,224,0.06); }
.model-header { padding: 22px 24px 18px; border-bottom: 1px solid var(--l2); display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.model-tag    { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ns); margin-bottom: 4px; font-weight: 600; }
.model-name   { font-family: 'Barlow', system-ui, sans-serif; font-size: 20px; font-weight: 800; }
.model-rec    { font-size: 10px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; padding: 4px 10px; border-radius: 6px; border: 1px solid rgba(91,69,224,0.30); color: var(--ns); background: rgba(91,69,224,0.12); white-space: nowrap; flex-shrink: 0; }
.model-body   { padding: 22px 24px 26px; }
.model-desc   { font-size: 14px; color: var(--mu); line-height: 1.7; margin-bottom: 18px; }
.model-list   { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.model-list li { font-size: 13px; color: var(--mu); display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.model-list li::before { content: '→'; color: var(--ns); font-size: 11px; flex-shrink: 0; margin-top: 2px; }
.model-list li strong { color: var(--w); }

.resp-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.resp-card  { background: var(--su); border: 1px solid var(--l2); border-radius: var(--r2); padding: 24px; }
.resp-owner { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.resp-owner.you { color: var(--ns); }
.resp-owner.us  { color: var(--fa); }
.resp-list li   { font-size: 13px; color: var(--mu); display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; margin-bottom: 9px; }
.resp-list .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ni); flex-shrink: 0; margin-top: 6px; }

.rate-wrap  { overflow-x: auto; }
.rate-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--l2); border-radius: var(--r); overflow: hidden; font-size: 13px; }
.rate-table th { background: var(--s2); padding: 12px 16px; text-align: left; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fa); font-weight: 600; border-bottom: 1px solid var(--l2); }
.rate-table th:not(:last-child), .rate-table td:not(:last-child) { border-right: 1px solid var(--l2); }
.rate-table td { padding: 13px 16px; color: var(--mu); border-bottom: 1px solid var(--l2); }
.rate-table tr:last-child td { border-bottom: none; }
.rate-table .tier-n { font-weight: 700; color: var(--w); }
.rate-table .acc    { color: var(--ns); font-weight: 700; }
.rate-note { font-size: 12px; color: var(--fa); margin-top: 10px; font-style: italic; }

.process { display: flex; flex-direction: column; }
.process-step { display: flex; gap: 20px; align-items: flex-start; padding-bottom: 28px; }
.process-step:last-child { padding-bottom: 0; }
.process-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 36px; }
.process-num  { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(91,69,224,0.35); background: rgba(91,69,224,0.12); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--ns); }
.process-line { width: 1px; flex: 1; background: var(--l2); min-height: 20px; margin-top: 5px; }
.process-step:last-child .process-line { display: none; }
.process-content { padding-top: 6px; }
.process-title { font-family: 'Barlow', system-ui, sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.process-desc  { font-size: 13px; color: var(--fa); line-height: 1.6; }

.form-section { background: var(--su); border: 1px solid var(--li); border-radius: var(--r3); padding: 40px; }
.form-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group   { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--fa); }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid var(--li); border-radius: 9px; color: var(--w); font-size: 14px; font-family: 'DM Sans', system-ui, sans-serif; padding: 11px 14px; outline: none; -webkit-appearance: none; appearance: none; transition: border-color var(--tr), box-shadow var(--tr); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: rgba(91,69,224,0.55); box-shadow: 0 0 0 3px rgba(91,69,224,0.12); }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='rgba(255,255,255,0.35)'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-group select option { background: #0A1633; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group ::placeholder { color: rgba(255,255,255,0.25); }
.form-submit-row { margin-top: 22px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note   { font-size: 12px; color: var(--fa); line-height: 1.5; }
.form-status { display: none; margin-top: 14px; padding: 12px 16px; border-radius: 9px; font-size: 13px; font-weight: 600; }
.form-status.success { background: rgba(74,222,128,0.10); border: 1px solid rgba(74,222,128,0.25); color: #4ADE80; display: block; }
.form-status.error   { background: rgba(248,113,113,0.08); border: 1px solid rgba(248,113,113,0.22); color: #F87171; display: block; }
.hp { position: absolute; opacity: 0; pointer-events: none; height: 0; overflow: hidden; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .partner-teaser { grid-template-columns: 1fr; gap: 20px; }
  .partner-stats  { justify-content: flex-start; }
  .resp-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
}
@media (max-width: 768px) {
  .wrap { padding: 0 20px; }
  .site-nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 52px 0 44px; }
  .hero h1 { font-size: 30px; }
  .hero-simple h1 { font-size: 26px; }
  .hero-lead { font-size: 15px; max-width: 100%; }
  .section { padding: 56px 0; }
  .section-alt { padding: 56px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { padding: 16px 0 !important; border-right: none !important; border-bottom: 1px solid var(--l2); text-align: left; }
  .stat-item:last-child { border-bottom: none; }
  .proof-card { display: none; }
  .cta-inner { padding: 36px 24px; }
  .cta-inner .btn-row { flex-direction: column; }
  .cta-inner .btn-primary, .cta-inner .btn-ghost { width: 100%; text-align: center; justify-content: center; }
  .site-footer { padding: 28px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .form-section { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 26px; }
  .btn-row { flex-direction: column; }
  .btn-row .btn-primary, .btn-row .btn-ghost { width: 100%; text-align: center; justify-content: center; }
  .partner-teaser { padding: 24px; }
  .toggle-wrap { flex-wrap: wrap; }
}

/* ── Jordan AI Robot Widget ─────────────────────────────── */
.jordan-widget {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(139,127,248,0.28);
  background: rgba(91,69,224,0.07);
  margin-top: 18px;
}
.jordan-widget-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.jordan-widget-name {
  font-family: 'Barlow', system-ui, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: var(--w);
  letter-spacing: -0.01em;
}
.jordan-widget-sub {
  font-size: 12px;
  color: var(--mu);
  letter-spacing: 0.01em;
}
.jordan-widget-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5B45E0;
  box-shadow: 0 0 0 3px rgba(91,69,224,0.20);
  margin-left: auto;
  flex-shrink: 0;
  animation: jordan-pulse 2s ease-in-out infinite;
}
@keyframes jordan-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 3px rgba(91,69,224,0.20); }
  50%       { opacity: 0.6; box-shadow: 0 0 0 6px rgba(91,69,224,0.08); }
}
.jordan-robot-antenna {
  animation: jordan-antenna 2.2s ease-in-out infinite;
}
@keyframes jordan-antenna {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.45; }
}
.jordan-robot-eye-l,
.jordan-robot-eye-r {
  animation: jordan-blink 4s ease-in-out infinite;
  transform-origin: center;
}
.jordan-robot-eye-r { animation-delay: 0.08s; }
@keyframes jordan-blink {
  0%, 92%, 100% { transform: scaleY(1); }
  96%            { transform: scaleY(0.08); }
}
