:root{
  --bg:#d8d8d8;
  --bg2:#17171a;
  --surface:#1b1b1f;
  --surface2:#202026;
  --orange:#ff6600;
  --orange2:#dc4c1e;
  --grey:#cccccc;
  --muted:#afafb3;
  --white:#ffffff;
  --black:#111114;
  --text-dark:#17181b;
  --text-muted-dark:#666a73;
  --line:rgba(255,255,255,.12);
  --line-dark:rgba(17,17,20,.12);
  --line-dark-strong:rgba(24, 24, 27, 0.18);
  --light-card:rgba(255,255,255,.34);
  --light-card-hover:rgba(255,255,255,.58);
  --radius:18px;
  --container:1420px;
  --shadow:0 20px 80px rgba(255,102,0,.10);
  --light-shadow:0 18px 48px rgba(26, 26, 29, 0.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body{margin:0;background:var(--bg);color:var(--white);font-family:"Instrument Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(100% - 40px,var(--container));margin-inline:auto}

.section{padding:96px 0;position:relative;background:var(--bg);color:var(--text-dark)}
.section.alt{background:var(--bg2);color:var(--white)}

.eyebrow{display:inline-flex;gap:9px;align-items:center;color:var(--orange);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700}
.eyebrow:before{content:"";width:26px;height:2px;background:var(--orange)}

h1,h2,h3{margin:0 0 18px;line-height:1.04;letter-spacing:-.045em}
h1{font-size:clamp(2.65rem,4.75vw,5.05rem);font-weight:620}
h2{font-size:clamp(1.85rem,3vw,3.25rem);font-weight:620}
h3{font-size:clamp(1.25rem,2.1vw,2rem);font-weight:600}

.lead{font-size:clamp(1rem,1.4vw,1.22rem);color:var(--grey);max-width:720px}
.muted{color:var(--muted)}
.orange{color:var(--orange)}

.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}

.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:10px 21px;font-weight:700;line-height:1;white-space:nowrap;border:1px solid transparent;transition:transform .22s cubic-bezier(.22,.61,.36,1),box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(100deg,var(--orange2),var(--orange));color:#fff;box-shadow:0 12px 34px rgba(255,102,0,.24)}
.btn-primary:hover{box-shadow:0 16px 44px rgba(255,102,0,.35)}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.035);color:var(--white)}
.btn-secondary:hover{border-color:rgba(255,102,0,.6);background:rgba(255,102,0,.08)}
.button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:26px}

.card{background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border:1px solid var(--line);border-radius:var(--radius);padding:28px;transition:transform .24s cubic-bezier(.22,.61,.36,1),border-color .24s ease,box-shadow .24s ease,background-color .24s ease}
.card:hover{transform:translateY(-5px);border-color:rgba(255,102,0,.52);box-shadow:var(--shadow)}
.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,102,0,.1);border:1px solid rgba(255,102,0,.28);color:var(--orange);margin-bottom:22px}
.icon svg{width:24px;height:24px}
.card p{color:var(--muted);margin:0}

.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:46px}
.section-head p{max-width:520px;margin:0}

.split-panel{border:1px solid var(--line);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;background:var(--surface);color:var(--white)}
.split-copy{padding:52px}
.split-copy h1,.split-copy h2,.split-copy h3{color:var(--white)}
.split-copy .lead,.split-copy p{color:var(--grey)}
.split-visual{min-height:400px;position:relative;background:radial-gradient(circle at 70% 45%,rgba(255,102,0,.34),transparent 38%),linear-gradient(145deg,#2b1711,#111113);display:grid;place-items:center}
.split-visual img{width:100%;height:100%;object-fit:cover;opacity:.7}

.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.pill{border:1px solid var(--line);border-radius:999px;padding:8px 13px;color:#ddd;font-size:.88rem}

.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat{border:1px solid var(--line);padding:24px;border-radius:15px;background:rgba(255,255,255,.025)}
.stat strong{display:block;font-size:2rem;color:#fff;line-height:1}
.stat span{color:var(--muted);font-size:.86rem}

.faq{max-width:900px;margin:auto}
.faq details{border-bottom:1px solid var(--line);padding:20px 0}
.faq summary{cursor:pointer;font-weight:650;font-size:1.1rem;display:flex;justify-content:space-between;gap:20px}
.faq summary:after{content:"+";color:var(--orange)}
.faq details[open] summary:after{content:"−"}
.faq p{color:var(--muted);max-width:760px}

.cta-band{border-radius:26px;padding:56px;background:radial-gradient(circle at 88% 20%,rgba(255,154,77,.26),transparent 30%),linear-gradient(120deg,#21130e,#17171a 62%);border:1px solid rgba(255,102,0,.32);display:flex;align-items:center;justify-content:space-between;gap:34px;color:var(--white)}
.cta-band h1,.cta-band h2,.cta-band h3{color:var(--white)}
.cta-band .lead,.cta-band p{color:var(--grey)}

.page-hero{padding:124px 0 72px;background:radial-gradient(circle at 86% 18%,rgba(255,102,0,.28),transparent 28%),linear-gradient(180deg,#17171a,#111113);color:var(--white)}
.page-hero h1{font-size:clamp(2.45rem,4.15vw,4.45rem);max-width:920px;color:var(--white)}
.breadcrumbs{color:var(--muted);font-size:.9rem;margin-bottom:20px}

.form{display:grid;gap:15px}
.form input,.form select,.form textarea{width:100%;padding:15px 16px;border-radius:12px;border:1px solid var(--line);background:#111114;color:white}
.form textarea{min-height:140px}
.notice{border-left:3px solid var(--orange);padding:18px 22px;background:rgba(255,102,0,.07);color:#ddd}

.legal h2{font-size:2rem;letter-spacing:-.02em;margin-top:44px}
.legal h3{font-size:1.25rem;letter-spacing:-.02em;margin-top:30px}
.legal p,.legal li{color:#bbb}
.legal a{color:var(--orange)}

.pricing-card .price{font-size:3.2rem;font-weight:700;line-height:1}
.pricing-card.featured{border-color:var(--orange);background:linear-gradient(150deg,rgba(255,102,0,.2),rgba(255,255,255,.035))}

.checklist{list-style:none;padding:0;margin:24px 0}
.checklist li{padding:9px 0 9px 28px;position:relative;color:#ccc}
.checklist li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:800}

.blog-card img{aspect-ratio:16/10;object-fit:cover;border-radius:12px;margin-bottom:20px}
.blog-card .tag{color:var(--orange);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}
.sticky-trial{display:none}

/* =========================================================
   LIGHT SECTION CONTRAST FIXES
   Applies only to .section without .alt
   Dark containers inside light sections stay dark.
   ========================================================= */

.section:not(.alt) h1,
.section:not(.alt) h2,
.section:not(.alt) h3,
.section:not(.alt) .section-head h2,
.section:not(.alt) .section-head h3,
.section:not(.alt) .timeline-item h3,
.section:not(.alt) .card h3,
.section:not(.alt) .stat strong,
.section:not(.alt) .faq summary{
  color:var(--text-dark);
}

.section:not(.alt) p,
.section:not(.alt) li,
.section:not(.alt) .muted,
.section:not(.alt) .lead,
.section:not(.alt) .section-head p,
.section:not(.alt) .card p,
.section:not(.alt) .timeline-item p,
.section:not(.alt) .faq p,
.section:not(.alt) .stat span{
  color:var(--text-muted-dark);
}

.section:not(.alt) .card{
  background:var(--light-card);
  border-color:var(--line-dark);
  box-shadow:none;
}
.section:not(.alt) .card:hover{
  background:var(--light-card-hover);
  border-color:rgba(255,102,0,.48);
  box-shadow:var(--light-shadow);
}
.section:not(.alt) .icon{
  background:rgba(255,102,0,.07);
  border-color:rgba(255,102,0,.35);
  color:var(--orange);
}
.section:not(.alt) .timeline-item{
  background:rgba(255,255,255,.22);
  border-color:var(--line-dark);
}
.section:not(.alt) .timeline:before{
  background:linear-gradient(var(--orange),rgba(255,102,0,.16),transparent);
}
.section:not(.alt) .logo-chip{
  background:rgba(255,255,255,.24);
  border-color:var(--line-dark);
  color:var(--text-muted-dark);
}
.section:not(.alt) .stat{
  background:rgba(255,255,255,.28);
  border-color:var(--line-dark);
}
.section:not(.alt) .faq details{
  border-bottom-color:var(--line-dark);
}
.section:not(.alt) .pill{
  color:var(--text-muted-dark);
  border-color:var(--line-dark-strong);
  background:rgba(255,255,255,.24);
}
.section:not(.alt) .btn-secondary{
  color:var(--text-dark);
  background:rgba(255,255,255,.28);
  border-color:var(--line-dark-strong);
}
.section:not(.alt) .btn-secondary:hover{
  color:var(--orange);
  background:rgba(255,102,0,.07);
  border-color:rgba(255,102,0,.55);
}
.section:not(.alt) .form input,
.section:not(.alt) .form select,
.section:not(.alt) .form textarea{
  background:rgba(255,255,255,.72);
  border-color:var(--line-dark-strong);
  color:var(--text-dark);
}
.section:not(.alt) .form input::placeholder,
.section:not(.alt) .form textarea::placeholder{
  color:#7a7e87;
}
.section:not(.alt) .notice{
  color:var(--text-dark);
  background:rgba(255,102,0,.08);
}
.section:not(.alt) .comparison th{
  color:var(--text-dark);
}
.section:not(.alt) .comparison td{
  color:var(--text-muted-dark);
}
.section:not(.alt) .comparison th,
.section:not(.alt) .comparison td{
  border-bottom-color:var(--line-dark);
}

/* Preserve intentional dark containers placed inside light sections */
.section:not(.alt) .split-panel,
.section:not(.alt) .split-panel h1,
.section:not(.alt) .split-panel h2,
.section:not(.alt) .split-panel h3,
.section:not(.alt) .cta-band,
.section:not(.alt) .cta-band h1,
.section:not(.alt) .cta-band h2,
.section:not(.alt) .cta-band h3{
  color:var(--white);
}
.section:not(.alt) .split-panel p,
.section:not(.alt) .split-panel li,
.section:not(.alt) .split-panel .lead,
.section:not(.alt) .cta-band p,
.section:not(.alt) .cta-band .lead{
  color:var(--grey);
}
.section:not(.alt) .split-panel .checklist li{
  color:var(--grey);
}

/* Dark sections always keep white text */
.section.alt h1,
.section.alt h2,
.section.alt h3,
.section.alt .section-head h2,
.section.alt .section-head h3,
.section.alt .card h3,
.section.alt .timeline-item h3,
.section.alt .faq summary,
.section.alt .stat strong{
  color:var(--white);
}
.section.alt p,
.section.alt li,
.section.alt .muted,
.section.alt .lead,
.section.alt .section-head p,
.section.alt .card p,
.section.alt .timeline-item p,
.section.alt .faq p,
.section.alt .stat span{
  color:var(--muted);
}

@media(max-width:900px){
  .grid-2,.grid-3,.grid-4,.split-panel{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
  .section{padding:72px 0}
  .section-head{display:block}
  .section-head p{margin-top:15px}
  .split-copy{padding:34px}
  .cta-band{display:block}
  .cta-band .button-row{margin-top:24px}
}

@media(max-width:600px){
  .container{width:min(100% - 28px,var(--container))}
  h1{font-size:clamp(2.3rem,11vw,3.25rem)}
  h2{font-size:2rem}
  .page-hero{padding:104px 0 56px}
  .section{padding:58px 0}
  .stats{grid-template-columns:1fr 1fr}
  .stat{padding:18px}
  .cta-band{padding:34px 24px}
  .sticky-trial{display:block;position:fixed;z-index:1000;left:12px;right:12px;bottom:12px}
  .sticky-trial a{width:100%;box-shadow:0 8px 30px rgba(0,0,0,.45)}
  body{padding-bottom:78px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important
  }
}