:root{
  --bg:#f6f8fc;
  --panel:#ffffff;
  --panel-soft:#f9fbff;
  --text:#142033;
  --muted:#64748b;
  --line:#e6ebf4;
  --blue:#4285f4;
  --green:#34a853;
  --yellow:#fbbc05;
  --shadow:0 18px 45px rgba(16,24,40,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 380px at 0% 0%, rgba(66,133,244,.10), transparent 60%),
    radial-gradient(780px 340px at 100% 0%, rgba(52,168,83,.08), transparent 60%),
    var(--bg);
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1140px, calc(100% - 32px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(230,235,244,.9);
}
.nav{
  min-height:74px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.brand{display:flex;align-items:center;gap:10px;font-weight:800}
.brand img{width:25%; flex:0 0 24px;}
.nav-links{display:flex;gap:24px;color:#506079;font-weight:600}
.nav-links a:hover{color:var(--text)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 20px;border-radius:999px;font-weight:700;
  border:1px solid transparent;transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#2f6edf);
  box-shadow:0 12px 26px rgba(66,133,244,.20);
}
.btn-secondary,.btn-outline{
  background:#fff;
  border-color:var(--line);
  color:var(--text);
}
.btn-block{width:100%}
.hero{padding:84px 0 46px}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;
}
.eyebrow,.section-label{
  display:inline-block;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#4679d8;
  font-weight:800;
}
.hero h1{
  margin:14px 0 16px;
  font-size:clamp(2.6rem, 6vw, 4.7rem);
  line-height:1;
  letter-spacing:-.045em;
  max-width:11ch;
}
.lead{
  color:var(--muted);
  line-height:1.8;
  font-size:1.05rem;
  max-width:60ch;
  margin:0;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hero-points span{
  padding:10px 14px;border-radius:999px;
  background:#fff;border:1px solid var(--line);
  color:#405168;font-size:.94rem;font-weight:600;
}
.pricing-card p {
  margin-bottom: 10px;
}
.mockup-shell{
  background:linear-gradient(180deg,#ffffff,#f9fbff);
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
  padding:16px;
}
.mini-strip{padding:8px 0 30px}
.mini-strip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.mini-strip-grid span{
  text-align:center;padding:12px 10px;border-radius:999px;
  border:1px solid var(--line);background:#fff;
  color:#41516a;font-size:.95rem;font-weight:600;
}
.section{padding:82px 0}
.alt{background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.35))}
.section-head{max-width:760px;margin-bottom:28px}
.section-head.left{margin-bottom:20px}
.section-head h2{
  margin:12px 0 10px;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;letter-spacing:-.03em;
}
.section-head p{margin:0;color:var(--muted);line-height:1.8}
.cards{display:grid;gap:18px}
.cards-3{grid-template-columns:repeat(3,1fr)}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:26px;
}
.card img{width:32px;height:32px;margin-bottom:18px}
.card h3{margin:0 0 10px;font-size:1.06rem}
.card p{margin:0;color:var(--muted);line-height:1.75}
.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.steps{display:grid;gap:14px}
.step{
  display:grid;grid-template-columns:58px 1fr;gap:14px;
  padding:18px;border-radius:20px;
  background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.step b{
  width:58px;height:58px;border-radius:18px;display:grid;place-items:center;
  color:#214f9f;
  background:linear-gradient(180deg, rgba(66,133,244,.12), rgba(66,133,244,.06));
}
.step h3{margin:2px 0 8px}
.step p{margin:0;color:var(--muted);line-height:1.75}
.compare-card{
  display:grid;grid-template-columns:1fr 52px 1fr;gap:10px;align-items:center;
  background:#fff;border:1px solid var(--line);
  border-radius:28px;box-shadow:var(--shadow);padding:22px;
}
.compare-col{
  border-radius:20px;padding:20px;border:1px solid var(--line);
}
.compare-col.bad{background:#fff7f7}
.compare-col.good{background:#f4fbf6}
.compare-col span{display:block;font-weight:800;margin-bottom:12px}
.compare-col ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.85}
.compare-arrow{text-align:center;font-size:1.7rem;color:#4d7fd8;font-weight:800}
.quote p{margin-bottom:18px;color:#22324a}
.quote strong{display:block;margin-bottom:6px}
.quote small{color:var(--muted)}
.pricing-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:center}
.check-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
.check-list li{
  position:relative;padding-left:26px;color:#334155;line-height:1.7;
}
.check-list li:before{
  content:"";position:absolute;left:0;top:11px;width:10px;height:10px;border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--green));
}
.price-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:28px;
}
.pill{
  display:inline-block;padding:8px 12px;border-radius:999px;
  background:#eef4ff;border:1px solid #d9e7ff;
  color:#3767c2;font-size:.82rem;font-weight:700;margin-bottom:18px;
}
.price{
  font-size:4rem;line-height:1;font-weight:800;letter-spacing:-.05em
}
.price-card p{color:var(--muted)}
.price-card .btn + .btn{margin-top:10px}
.price-card small{display:block;margin-top:14px;color:var(--muted);line-height:1.65}
.faq-list{display:grid;gap:12px}
.faq-list details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:0 18px;
  box-shadow:var(--shadow);
}
.faq-list summary{
  list-style:none;cursor:pointer;padding:18px 0;font-weight:700;position:relative;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{
  content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);
  color:#4d7fd8;font-size:1.3rem;
}
.faq-list details[open] summary:after{content:"–"}
.faq-list p{margin:0;padding:0 0 18px;color:var(--muted);line-height:1.75}
.site-footer{
  padding:24px 0 38px;border-top:1px solid rgba(230,235,244,.9);
  background:#fff;
}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:24px;height:24px}
.footer-brand strong{display:block}
.footer-brand span,.site-footer small{color:var(--muted)}
@media (max-width:1024px){
  .hero-grid,.process-grid,.pricing-grid{grid-template-columns:1fr}
}
@media (max-width:780px){
  .nav-links{display:none}
  .cards-3,.mini-strip-grid{grid-template-columns:1fr}
  .compare-card{grid-template-columns:1fr}
  .compare-arrow{transform:rotate(90deg)}
  .footer-row{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .hero{padding-top:52px}
  .hero h1{font-size:clamp(2.2rem,11vw,3.2rem)}
  .section{padding:58px 0}
  .step{grid-template-columns:1fr}
  .price{font-size:3.2rem}
}
/* ===== MOBILE NAV FIX ===== */
@media (max-width: 768px) {
  .site-header {
    position: relative;
  }

  .nav {
    min-height: auto;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
  }

  .brand img {
    width: 50%;
    flex: 0 0 24px;
  }

  .brand span {
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .nav-links {
    display: none !important;
  }

  .nav .btn-outline,
.nav .btn-light {
  display: none !important;
}

  .hero {
    padding-top: 32px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
    align-items: center;
  }

  .hero-copy,
  .hero-visual,
  .hero-panel,
  .mockup-shell {
    width: 100%;
    min-width: 0;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 1.05;
    max-width: 100%;
  }

  .lead {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-points,
  .mini-strip-grid,
  .cards-3,
  .pricing-grid,
  .process-grid,
  .compare-card,
  .footer-row {
    grid-template-columns: 1fr !important;
  }

  .mini-strip-grid {
    display: grid;
    gap: 10px;
  }

  .compare-arrow {
    transform: rotate(90deg);
  }

  .price {
    font-size: 52px;
  }

  body {
    overflow-x: hidden;
  }
}
