:root{
  --bg:#0b0d12;
  --card:#101522;
  --text:#e8ebf2;
  --muted: rgba(255,255,255,.78);
  --line:rgba(255,255,255,.10);
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --radius:18px;
  --radius2:26px;
  /* Wider desktop container to avoid premature line breaks */
  --max:1240px;
  --accent: linear-gradient(135deg, #e99d45, #d28f46);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{
  margin:0;
  font-weight:400;
  line-height:1.55;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(71,196,255,.10), transparent 60%),
    radial-gradient(900px 520px at 88% 0%, rgba(178,83,255,.09), transparent 60%),
    var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  line-height:1.5;
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:28px 18px 80px}
.topbar{
  /* Desktop should scroll normally. No sticky header. */
  position: relative;
  padding: 16px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.topbar .container{
  /* Keep the max-width container, but remove page padding that would create a "band" */
  padding: 0 18px;
}

.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none}
.brand .logo-img{width:44px; height:44px; border-radius:12px; display:block; box-shadow:0 10px 30px rgba(245,158,11,.12)}
.brand strong{font-size:18px; font-weight:600; letter-spacing:-0.01em}
.nav{
  display:flex;
  align-items:center;
  gap:22px;
}

.nav-links{
  display:flex;
  align-items:center;
}

.nav-links a{
  margin-right:22px;
}

.nav-links a:last-child{
  margin-right:0;
}

.nav a{
  color: rgba(255,255,255,0.78);
  text-decoration:none;
  font-size:14px;
}

.nav a:hover{
  color:#fff;
}

.nav a.nav-cta{
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: #121212;
  font-weight: 600;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 10px 30px rgba(0,0,0,0.35);
}

.nav-cta .cta-short{display:none}
@media (max-width: 600px){
  .nav-cta .cta-long{display:none}
  .nav-cta .cta-short{display:inline}
}

.hero{padding:22px 0 10px; display:grid; gap:18px}
.hero-grid{display:grid; grid-template-columns: 1.25fr .75fr; gap:18px}
@media (max-width: 900px){.hero-grid{grid-template-columns:1fr}}
.meta-line{display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:14px 0 18px; color:var(--muted); font-size:13px}
.meta-sep{display:none}
.meta-item{white-space:nowrap; padding:6px 10px; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:rgba(255,255,255,.04); color:rgba(255,255,255,.82); font-weight:600; font-size:12px}
h1{font-size:44px; letter-spacing:-.02em; line-height:1.06; margin:10px 0 8px}

.lede{font-size:18px; color:var(--muted); max-width:72ch; margin:0 0 14px}
.ctas{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-start; margin-top:8px}

.doc-links{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  color:rgba(255,255,255,.66);
  margin-top:10px;
}
.doc-links a{color:rgba(255,255,255,.88); text-decoration:underline; text-underline-offset:3px}
.doc-links .dot{opacity:.55}

.logo-strip{
  display:flex;
  align-items:center;
  gap:12px;
  margin:-6px 0 12px;
}
.logo-label{font-family:var(--mono); letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.50); font-size:11px}
.logos{display:flex; flex-wrap:wrap; gap:8px}
.logo-chip{
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.76);
  font-family:var(--mono);
  font-size:11px;
}

.hero-proof{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border:1px solid rgba(233,157,69,.22);
  background:rgba(233,157,69,.07);
  color:rgba(255,255,255,.86);
  border-radius:999px;
  font-size:12px;
  margin-bottom:12px;
}
.mini-quote{margin:14px 0 6px; font-weight:700; color:rgba(255,255,255,.92)}
.mini-quote-sub{margin:0 0 14px; font-size:12px; color:rgba(255,255,255,.55)}

.setup-note{margin:-6px 0 12px; font-size:13px; color:rgba(255,255,255,.62)}

/* Highlighted ROI line in pricing section */
.roi-callout{
  margin: 12px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-left: 3px solid rgba(233,157,69,.85);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.92);
  max-width: none;
}
.roi-callout strong{font-weight:700}

.faq-item{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:var(--radius2);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.faq-item summary{
  cursor:pointer;
  padding:16px 16px;
  font-weight:700;
  color:rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'›';
  font-size:18px;
  opacity:.65;
  transform:rotate(0deg);
  transition:transform .15s ease;
}
.faq-item[open] summary::after{transform:rotate(90deg)}
.faq-body{padding:0 16px 16px; color:rgba(255,255,255,.72); font-size:14px; line-height:1.55}

.cta-note{margin-top:10px; font-size:14px; color:var(--muted)}
.cta-note a{color:var(--text); text-decoration:underline; text-underline-offset:3px}

.offer-note{margin-top:14px; font-size:14px; color:var(--muted)}
.offer-note a{color:var(--text); text-decoration:underline; text-underline-offset:3px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--line);
  text-decoration:none;
  font-weight:600;
  letter-spacing:.1px;
}
.btn.primary{
  background:linear-gradient(135deg, #e99d45, #d28f46);
  color:#0b0d12;
  border-color:transparent;
}
.btn.primary:hover{filter:brightness(1.04)}
.btn.ghost{background:rgba(255,255,255,.06); color:var(--text); border-color: rgba(255,255,255,.18)}
.btn.ghost:hover{background:rgba(255,255,255,.08)}
.btn.small{
  padding:9px 12px;
  border-radius:12px;
  font-size:13px;
}
.btn.small.primary{font-weight:700}

.card{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:var(--radius2);
  box-shadow:var(--shadow);
}
.hero-side{padding:18px}
.hero-side h2,.hero-side h3{margin:0 0 10px; font-size:16px; letter-spacing:.2px}
.kv{display:grid; grid-template-columns: 1fr; gap:10px}
.kv .row{
  padding:12px 12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(0,0,0,.10);
}
.kv .row b{display:block; font-size:13px}
.kv .row span{color:var(--muted); font-size:13px}
.section{padding:46px 0 0}
.section h2{font-size:22px; margin:0 0 12px; letter-spacing:-.01em}
.section > p{color:var(--muted); margin:0 0 14px; max-width:110ch}
.grid3{display:grid; gap:14px; grid-template-columns: repeat(3, minmax(0, 1fr))}
@media (max-width: 980px){.grid3{grid-template-columns: repeat(2, minmax(0, 1fr))}}
@media (max-width: 640px){.grid3{grid-template-columns:1fr}}
.grid2{display:grid; gap:14px; grid-template-columns: repeat(2, minmax(0, 1fr))}
@media (max-width: 900px){.grid2{grid-template-columns:1fr}}
.box{
  padding:18px 18px 16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(0,0,0,.12);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  position:relative;
  overflow:hidden;
}
.box::before{
  content:'';
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background:linear-gradient(90deg, rgba(233,157,69,.55), transparent);
}
.box h3{margin:0 0 8px; font-size:15px}
.box p{margin:0; font-size:14px; color:var(--muted)}
.box:hover{border-color:rgba(233,157,69,.22); box-shadow:0 12px 30px rgba(0,0,0,.22)}

.steps{display:grid; gap:10px}
.step{
  display:grid;
  grid-template-columns: 40px 1fr;
  gap:12px;
  padding:14px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.10);
}
.step .n{
  width:40px; height:40px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(217,143,70,.14);
  border:1px solid rgba(217,143,70,.22);
  font-weight:700;
}
.step h3{margin:0 0 4px; font-size:15px}
.step p{margin:0; color:var(--muted); font-size:14px}
.pricing{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
@media (max-width: 900px){.pricing{grid-template-columns:1fr}}
.plan{padding:18px; position:relative}
.plan:hover{border-color:rgba(233,157,69,.22)}
.plan .tag{
  font-family:var(--mono);
  font-size:12px;
  color:rgba(255,255,255,.70);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.plan h3{margin:8px 0 6px; font-size:18px}
.price{font-size:30px; margin:6px 0 14px; letter-spacing:-.02em}
.ul{margin:0; padding-left:18px; color:var(--muted)}
.ul li{margin:8px 0}
.hr{height:1px; background:var(--line); margin:16px 0}
.faq{display:grid; grid-template-columns:1fr 1fr; gap:12px}
@media (max-width: 900px){.faq{grid-template-columns:1fr}}
.q b{display:block; margin-bottom:8px; font-size:14px}
.q span{color:var(--muted); font-size:14px; line-height:1.6}
.q:hover{border-color:rgba(233,157,69,.18)}

.formbox{padding:18px}
.smallnote{font-size:12px; color:rgba(255,255,255,.68)}
.footer{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:rgba(255,255,255,.68);
  font-size:12px;
}
.footer a{color:rgba(255,255,255,.74)}
.footer-row{margin-bottom:6px}
.fine{opacity:.7}
.sep{margin:0 6px; opacity:.5}
.kicker{
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:.14em;
  color:rgba(255,255,255,.60);
  text-transform:uppercase;
}

@media (max-width: 600px){
  h1{font-size:36px}

  /* Mobile header: show all items without horizontal scrolling */
  .topbar{padding-bottom:10px; flex-wrap:wrap; align-items:flex-start}
  .topbar-inner{flex-wrap:wrap; align-items:flex-start; gap:10px}
  .nav{width:100%; flex-wrap:wrap; overflow:visible; justify-content:flex-start; gap:8px}
  .nav a{white-space:normal; padding:7px 10px; font-size:14px}
  .nav a.nav-hide-mobile{display:none}
}

/* Responsive CTA labels */
.label-mobile{display:none}
.label-desktop{display:inline}

/* Subtext under hero CTA */
.cta-subtext{
  margin-top:10px;
  font-size:13px;
  color:rgba(255,255,255,.60);
}

/* Offer target helper line */
.offer-target{
  margin-top:8px;
  font-size:13px;
  color:rgba(255,255,255,.60);
}

/* Avoid default blue link states */
a:visited{color:inherit}


/* Links in content should look clickable */
main p a,
main li a,
main .smallnote a{
  text-decoration: underline;
  text-underline-offset: 3px;
}
main p a:hover,
main li a:hover,
main .smallnote a:hover{
  opacity:.95;
}



/* Mobile CTA layout */
@media (max-width: 520px){
  .label-mobile{display:inline}
  .label-desktop{display:none}

  .ctas{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:flex-start;
  }
  .ctas .btn{
    flex:1 1 calc(50% - 10px);
    text-align:center;
  }
  .ctas .btn.primary{
    flex:1 1 100%;
  }
}

/* Lists used in Diagnostic section */
.bullets{margin:12px 0 0; padding-left:18px; color:var(--text)}
.bullets li{margin:8px 0}

/* Social proof */
.quote{margin-top:16px; padding:14px 16px; border:1px solid rgba(255,255,255,.10); border-radius:16px; background:rgba(255,255,255,.03)}
.quote p{margin:0 0 6px}
.quote .muted{font-size:12px}

.micro-cta{margin-top:12px; font-size:14px; color:rgba(255,255,255,.72)}
.micro-cta a{color:#e99d45; text-decoration:none}
.micro-cta a:hover{text-decoration:underline}


/* micro polish premium */
.card,
.box,
.hero-side,
.plan{
  background: rgba(255,255,255,.06);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible{
  outline:2px solid rgba(242,184,75,1);
  outline-offset: 2px;
}
.nav a:hover{ color: rgba(255,255,255,.95); }
/* Utilities */
.muted{color:var(--muted)}
.mt-8{margin-top:8px}
.mt-10{margin-top:10px}
.mt-12{margin-top:12px}
.mt-14{margin-top:14px}
.mt-16{margin-top:16px}


/* Legal and long-form pages */
.page{
  max-width: 860px;
  margin: 0 auto;
  padding-top: 18px;
}

.page h1{
  font-size:32px;
  line-height:1.15;
  letter-spacing:-.02em;
  margin:10px 0 12px;
}
.page p,
.page li{
  font-size:14px;
  line-height:1.65;
}


/* Cards helpers */
.hero-card{padding:18px}
.card.pad{padding:16px}

/* Quote text helper */
.quote-text{margin:0}


/* Skip link for keyboard users */
.skip-link{
  position:absolute;
  left:-9999px;
  top:12px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  color:var(--text);
  text-decoration:none;
  z-index:999;
}
.skip-link:focus{left:18px}

/* Subpage hero */
.subpage-hero{
  padding:40px 0 32px;
  border-bottom:1px solid var(--line);
  margin-bottom:6px;
}
.subpage-hero .kicker{
  margin-bottom:14px;
  color:rgba(233,157,69,.80);
  letter-spacing:.18em;
}
.subpage-hero h1{
  font-size:38px;
  letter-spacing:-.025em;
  line-height:1.08;
  margin:0 0 14px;
  max-width:none;
}
@media(max-width:600px){
  .subpage-hero h1{font-size:28px}
}
.subpage-hero .lede{
  font-size:16px;
  max-width:70ch;
  margin:0 0 20px;
}
.subpage-hero .trust-note{
  margin-top:14px;
  font-size:12px;
  color:rgba(255,255,255,.50);
  display:flex;
  align-items:center;
  gap:6px;
}
.subpage-hero .trust-note::before{
  content:'';
  display:inline-block;
  width:6px; height:6px;
  border-radius:50%;
  background:rgba(100,220,130,.70);
  flex-shrink:0;
}

/* Feature cards */
.feature-card{
  padding:18px 18px 16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(0,0,0,.12);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  position:relative;
  overflow:hidden;
}
.feature-card::before{
  content:'';
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background:linear-gradient(90deg, rgba(233,157,69,.55), transparent);
  border-radius:18px 18px 0 0;
}
.feature-card .kicker{
  font-size:11px;
  letter-spacing:.16em;
  color:rgba(233,157,69,.75);
  margin-bottom:10px;
}
.feature-card p{
  margin:0;
  font-size:14px;
  color:var(--muted);
  line-height:1.55;
}
.feature-card ul.bullets{
  margin:8px 0 0;
  color:var(--muted);
}
/* Lists inside cards stay muted and don't overpower */
.card .bullets{color:var(--muted); font-size:14px}

/* Steps redesign */
.steps-v2{
  display:grid;
  gap:0;
  position:relative;
}
.steps-v2::before{
  content:'';
  position:absolute;
  left:19px; top:40px; bottom:40px;
  width:2px;
  background:linear-gradient(180deg, rgba(233,157,69,.30), transparent);
  pointer-events:none;
}
.step-v2{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:16px;
  padding:16px 0;
}
.step-v2 .n{
  width:40px; height:40px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(217,143,70,.16);
  border:1px solid rgba(217,143,70,.28);
  font-weight:700;
  font-size:15px;
  flex-shrink:0;
  position:relative;
  z-index:1;
}
.step-v2 .step-body{
  padding:4px 0 12px;
  border-bottom:1px solid var(--line);
}
.step-v2:last-child .step-body{
  border-bottom:none;
}
.step-v2 h3{
  margin:0 0 6px;
  font-size:15px;
  font-weight:600;
}
.step-v2 p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Section label */
.section-label{
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.35);
  margin-bottom:8px;
}
.section h2{
  letter-spacing:-.02em;
}

/* Inline bullets list */
.bullets-card{
  margin-top:16px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(0,0,0,.10);
}
.bullets-card ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  font-size:14px;
}
.bullets-card ul li{margin:8px 0}
.bullets-card ul li:first-child{margin-top:0}

/* CTA block */
.cta-block{
  margin-top:40px;
  padding:24px;
  border:1px solid rgba(233,157,69,.22);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(233,157,69,.06), rgba(0,0,0,.10));
}
.cta-block .cta-title{
  font-size:17px;
  font-weight:600;
  margin:0 0 8px;
  letter-spacing:-.01em;
}
.cta-block .cta-sub{
  font-size:14px;
  color:var(--muted);
  margin:0 0 18px;
  max-width:80ch;
}

/* --- Mock Table Styles --- */
.mock-table-container{
  width:100%;
  margin-bottom:24px;
}

.mock-table-container .card{
  border-color:rgba(255,255,255,.14);
}
@media (min-width:1100px){
  .mock-table-container .card{margin-left:-8px; margin-right:-8px}
}

.overflow-x{
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
}
.mock-table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
  text-align:left;
  min-width:720px;
}
.mock-table th{
  padding:12px;
  color:var(--muted);
  font-weight:600;
  border-bottom:1px solid var(--line);
  font-family:var(--mono);
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.14em;
}
.mock-table td{
  padding:14px 12px;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.mock-table tr:last-child td{
  border-bottom:none;
}
.row-muted{
  opacity:0.6;
}
.badge-status{
  background: rgba(100,220,130,0.15);
  color:#64dc82;
  padding:4px 8px;
  border-radius:8px;
  font-size:11px;
  font-weight:700;
  border:1px solid rgba(100,220,130,0.2);
  display:inline-block;
}
@media (max-width:600px){
  .mock-table td, .mock-table th{
    padding:10px 8px;
  }
}
/* Mock table micro polish */
.mock-table{
  font-variant-numeric: tabular-nums;
}
.mock-table th:nth-child(3),
.mock-table th:nth-child(4),
.mock-table td:nth-child(3),
.mock-table td:nth-child(4){
  text-align:right;
}
.mock-table th:nth-child(5),
.mock-table td:nth-child(5),
.mock-table td:nth-child(6){
  text-align:center;
}
.mock-table tbody tr:hover td{
  background: rgba(255,255,255,0.02);
}
.proof-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border-radius:10px;
  border:1px solid rgba(233,157,69,0.22);
  background: rgba(233,157,69,0.10);
  color: rgba(233,157,69,0.95);
  font-family: var(--mono);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;

  cursor:pointer;
  transition: transform .08s ease, filter .12s ease, background .12s ease;
}
.proof-link:hover{
  background: rgba(233,157,69,0.14);

  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Mock table final polish */
.mock-table{
  font-variant-numeric: tabular-nums;
}
.mock-table th:nth-child(1),
.mock-table td:nth-child(1),
.mock-table th:nth-child(3),
.mock-table td:nth-child(3),
.mock-table th:nth-child(4),
.mock-table td:nth-child(4),
.mock-table th:nth-child(5),
.mock-table td:nth-child(5),
.mock-table th:nth-child(6),
.mock-table td:nth-child(6){
  white-space: nowrap;
}
.mock-table th:nth-child(3),
.mock-table th:nth-child(4),
.mock-table td:nth-child(3),
.mock-table td:nth-child(4){
  text-align:right !important;
}
.mock-table th:nth-child(5),
.mock-table td:nth-child(5),
.mock-table th:nth-child(6),
.mock-table td:nth-child(6){
  text-align:center !important;
}
/* Proof link styling even if class is missing */
.mock-table td:nth-child(5) a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border-radius:10px;
  border:1px solid rgba(233,157,69,0.22);
  background: rgba(233,157,69,0.10);
  color: rgba(233,157,69,0.95);
  font-family: var(--mono);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none !important;
}
.mock-table td:nth-child(5) a:hover{
  background: rgba(233,157,69,0.14);
}

.proof-link:active{
  transform: translateY(0);
}

.footer-row a{color:rgba(255,255,255,.80)}
.footer-row a:hover{color:var(--text)}


/* Tech chips */
.logo-strip { flex-wrap: wrap; }
.logo-strip.in-card { margin: 10px 0 14px; }
.logo-chip {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.72);
}
.logo-chip:hover {
  border-color: rgba(247,147,26,0.25);
  color: rgba(255,255,255,0.85);
}

/* FAQ markers */
.faq-item > summary { list-style: none; }
.faq-item > summary::marker { content: ""; }

/* Offers refinements */
.pricing { align-items: stretch; }
.plan { display: flex; flex-direction: column; }
.plan .hr { margin-top: auto; }
.plan-actions { padding-top: 0; }
.sub-ctas { margin-top: 10px; font-size: 14px; }
.sub-link { color: var(--text); opacity: 0.75; text-decoration: underline; text-underline-offset: 3px; }
.sub-link:hover { opacity: 1; }
.offer-reassurance { margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.offer-reassurance .muted { color: var(--muted); font-size: 13px; }

/* Tech logos (USDC / EURC / Base / Ethereum) */
.logo-strip.in-card{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}

.logo-strip.in-card .logo-chip{
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.logo-strip.in-card .logo-chip:hover{
  border-color: rgba(255,255,255,0.20);
}

.logo-strip.in-card .logo-img{
  width: 18px;
  height: 18px;
  display:block;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

/* Desktop nav spacing polish */
@media (min-width: 601px){
  .nav{
    gap: 14px;
  }

  .nav-links{
    margin-right: 12px;
  }

  .nav-links a{
    margin-right: 14px;
  }

  .nav a{
    font-size: 13px;
    color: rgba(255,255,255,0.72);
  }

  .nav a:hover{
    color: rgba(255,255,255,0.95);
  }
}

@media (max-width: 600px){
  /* 2 lignes sur mobile */
  .topbar-inner{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* nav sur la 2e ligne */
  .nav{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    gap: 12px;
  }

  /* resserrer les liens */
  .nav-links{
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 auto;
    min-width: 0;
  }

  .nav-links a{
    margin-right: 0; /* annule ton margin-right desktop */
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
  }

  /* bouton à droite de la ligne 2, sans passer dessous */
  .nav a.nav-cta{
    margin-left: auto;
    padding: 9px 12px;
    font-size: 13px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
}
/* 2026-03-09: Guide typography. Ensure headings bind to the paragraph that follows. */
.content .box h3{
  margin-top: 18px;
  margin-bottom: 8px;
}
.content .box h2 + h3{
  margin-top: 12px;
}


.lang-switch{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:rgba(255,255,255,.70);
  white-space:nowrap;
}
.lang-switch a{
  text-decoration:none;
  color:rgba(255,255,255,.70);
}
.lang-switch a.active{
  color:#fff;
  font-weight:700;
}
.lang-switch .sep{opacity:.45}
@media (max-width: 900px){
  .lang-switch{
    margin-left:auto;
  }
}
@media (max-width: 600px){
  .lang-switch{
    width:100%;
    justify-content:flex-end;
    font-size:12px;
    margin-top:4px;
  }
}
