/* Zilva landing — redesign (Sep 2026).
 *
 * Port 1:1 dari mockup "Zilva ERP Landing Page Redesign" v8 (canvas 1440px).
 * Palet: navy #0B1E3A + aksen oranye #F2994A / kuning #F2C94C.
 *
 * Berkas ini HANYA dipakai oleh empat halaman baru: /, /produk, /harga, /faq.
 * Halaman legal (/privacy, /terms, /en/privacy, /en/terms) dan halaman sukses
 * waitlist masih memakai style.css lama — sengaja tidak disentuh.
 *
 * Nilai piksel di ≥1200px mengikuti mockup persis. Di bawah itu, grid turun
 * kolom dan gutter 72px mengecil sampai 16px di ponsel. Nol dependensi
 * eksternal: font sistem, ikon SVG inline.
 */

:root {
  --navy: #0B1E3A;
  --navy-2: #122a4d;
  --navy-3: #0E2140;
  --bar: #2E4A78;
  --ink: #F5F7FA;
  --ink-2: #C7D0DE;
  --ink-3: #B9C3D4;
  --ink-4: #A9B4C6;
  --ink-5: #94A3B8;
  --ink-6: #8593A8;
  --ink-7: #7C8BA5;
  --ink-8: #6B7A94;
  --orange: #F2994A;
  --yellow: #F2C94C;
  --green: #6FCF97;
  --red: #F2564A;
  --cta-sub: #3A2A12;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.12);
  --line-3: rgba(255, 255, 255, 0.16);
  --line-4: rgba(255, 255, 255, 0.18);
  --line-5: rgba(255, 255, 255, 0.25);
  --fill: rgba(255, 255, 255, 0.02);
  --fill-2: rgba(255, 255, 255, 0.03);
  --fill-3: rgba(255, 255, 255, 0.04);
  --fill-4: rgba(255, 255, 255, 0.06);
  --fill-5: rgba(255, 255, 255, 0.08);
  --fill-6: rgba(255, 255, 255, 0.10);
  --accent-fill: rgba(242, 153, 74, 0.12);
  --accent-fill-2: rgba(242, 153, 74, 0.14);
  --accent-fill-3: rgba(242, 153, 74, 0.15);
  --accent-line: rgba(242, 153, 74, 0.3);
  --accent-line-2: rgba(242, 153, 74, 0.4);
  --gradient: linear-gradient(135deg, #F2994A, #F2C94C);
  --gutter: 72px;
  --nav-h: 76px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--navy);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }

/* Header-nya sticky; tanpa ini lompatan anchor mendaratkan judul section
   persis di balik bilah header. */
[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  padding: 10px 14px; border-radius: 8px;
  background: var(--orange); color: var(--navy); font-weight: 700;
}
.skip:focus { top: 12px; }

.wrap { max-width: 1440px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 10px; font-weight: 600; cursor: pointer;
  border: 0; text-align: center; white-space: nowrap;
  transition: opacity .15s;
}
.btn:hover { opacity: .88; }
.btn:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.btn-primary { background: var(--orange); color: var(--navy); }
.btn-ghost { background: transparent; border: 1px solid var(--line-5); color: var(--ink); }
.btn-soft { background: var(--fill-5); border: 1px solid var(--line-4); color: var(--ink); }
.btn-dark { background: var(--navy); color: var(--ink); }
.btn-nav { padding: 10px 18px; font-size: 14px; }
.btn-nav.btn-primary { padding: 10px 20px; }
.btn-hero { padding: 15px 28px; font-size: 15px; }
.btn-cta { padding: 16px 32px; font-size: 15px; }
.play {
  width: 0; height: 0;
  border-top: 6px solid transparent; border-bottom: 6px solid transparent;
  border-left: 9px solid var(--ink);
}

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11, 30, 58, 0.92);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 20px; padding-bottom: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
/* Ikon ZL resmi (media/brand), varian gelap: cincin krem di atas navy.
   Kotak "Z" gradien dari mockup diganti atas permintaan Edi, 20 Sep. */
.brand-mark { width: 34px; height: 34px; flex-shrink: 0; }
.brand-word { font-size: 19px; font-weight: 700; letter-spacing: -0.2px; }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 14px; color: var(--ink-2); }
.nav-links a[aria-current="page"] { color: var(--ink); font-weight: 700; }
/* Salinan "Log In" di dalam menu ponsel; di desktop yang tampil versi di .nav-actions. */
.nav-links .btn-ghost { display: none; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.lang { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; }
.lang-on { color: var(--ink); padding: 4px 8px; border-radius: 6px; background: var(--fill-6); }
.lang-off { color: var(--ink-8); padding: 4px 8px; cursor: default; }
.nav-toggle {
  display: none; width: 40px; height: 40px; padding: 0;
  border: 1px solid var(--line-5); border-radius: 10px; background: transparent; color: var(--ink);
  align-items: center; justify-content: center; cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  padding-top: 96px; padding-bottom: 64px;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; }
.hero-glow-a { top: -180px; right: -160px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(242,153,74,0.28), transparent 70%); }
.hero-glow-b { bottom: -220px; left: -180px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(86,132,255,0.22), transparent 70%); }
.hero > :not(.hero-glow) { position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  background: var(--fill-4); border: 1px solid var(--line-2);
  font-size: 13px; color: var(--yellow); margin-bottom: 28px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--yellow); }
.hero h1 { font-size: 58px; line-height: 1.08; font-weight: 800; letter-spacing: -1.2px; max-width: 900px; }
.hero .lede { margin-top: 24px; font-size: 19px; line-height: 1.6; color: var(--ink-3); max-width: 620px; }
.hero-cta { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; justify-content: center; }

/* dashboard mockup */
.dash {
  margin-top: 64px; width: 1120px; max-width: 100%; text-align: left;
  border-radius: 20px; background: linear-gradient(180deg, var(--navy-2), var(--navy-3));
  border: 1px solid var(--fill-6); box-shadow: 0 40px 90px rgba(0,0,0,0.45); overflow: hidden;
}
.dash-bar { display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.dash-bar span { width: 10px; height: 10px; border-radius: 999px; }
.dash-bar .url { width: auto; height: auto; margin-left: 12px; font-size: 12px; color: var(--ink-7); }
.dash-body { display: flex; gap: 20px; padding: 28px; }
.dash-side { width: 240px; flex-shrink: 0; display: flex; flex-direction: column; gap: 10px; }
.dash-side div { padding: 12px 14px; border-radius: 10px; font-size: 13px; color: var(--ink-3); }
.dash-side .on { background: var(--accent-fill-2); border: 1px solid var(--accent-line); font-weight: 600; color: var(--yellow); }
.dash-main { flex-grow: 1; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.dash-kpis { display: flex; gap: 16px; }
.kpi { flex: 1; padding: 18px; border-radius: 12px; background: var(--fill-3); border: 1px solid var(--line); }
.kpi-label { font-size: 12px; color: var(--ink-7); }
.kpi-value { font-size: 22px; font-weight: 700; margin-top: 6px; }
.kpi-delta { font-size: 12px; margin-top: 4px; }
.kpi-delta.up { color: var(--green); }
.kpi-delta.down { color: var(--orange); }
.dash-chart {
  flex-grow: 1; min-height: 180px; border-radius: 12px; background: var(--fill-3); border: 1px solid var(--line);
  display: flex; align-items: flex-end; gap: 10px; padding: 20px;
}
.dash-chart span { width: 28px; border-radius: 6px 6px 0 0; background: var(--bar); }
.dash-chart .hi { background: var(--orange); }
.dash-chart .hi2 { background: var(--yellow); }

/* ---------- stats ---------- */
.stats-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--fill); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 72px; padding-bottom: 72px; }
.stat { text-align: center; border-right: 1px solid var(--line); padding: 0 12px; }
.stat:last-child { border-right: 0; }
.stat-value { font-size: 44px; font-weight: 800; color: var(--orange); line-height: 1.1; }
.stat-label { font-size: 14px; color: var(--ink-3); margin-top: 8px; }

/* ---------- sections ---------- */
.section { display: flex; flex-direction: column; align-items: center; }
.section-modules { padding-top: 96px; padding-bottom: 96px; }
.section-industries { padding-bottom: 96px; }
.kicker {
  display: inline-flex; padding: 6px 14px; border-radius: 999px;
  background: var(--accent-fill); color: var(--yellow);
  font-size: 13px; font-weight: 600; margin-bottom: 20px;
}
.h2 { font-size: 36px; font-weight: 800; text-align: center; max-width: 640px; letter-spacing: -0.6px; }
.h2-sm { font-size: 30px; font-weight: 800; text-align: center; margin-bottom: 12px; }
.sub { font-size: 15px; color: var(--ink-5); text-align: center; margin-bottom: 44px; }

.cards { display: grid; gap: 20px; margin-top: 56px; width: 100%; }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 0; }
.card {
  padding: 26px; border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid var(--line);
}
.card-flat { background: var(--fill-2); }
.card-icon {
  width: 42px; height: 42px; border-radius: 10px; background: var(--accent-fill-3);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.card-icon svg { width: 20px; height: 20px; }
.card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 13px; color: var(--ink-5); line-height: 1.6; }

.more { margin-top: 40px; font-size: 14px; font-weight: 600; color: var(--yellow); display: inline-flex; align-items: center; gap: 6px; }
.more svg { width: 14px; height: 14px; }

.industries { display: flex; gap: 16px; width: 100%; flex-wrap: wrap; }
.industry {
  flex: 1 1 180px; padding: 24px; border-radius: 14px;
  background: var(--fill-3); border: 1px solid var(--line);
  text-align: center; font-size: 14px; font-weight: 600;
}

/* ---------- CTA banner ---------- */
.cta {
  margin: 0 var(--gutter) 64px; padding: 56px 64px; border-radius: 24px;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.cta-wrap { max-width: 1440px; margin: 0 auto; }
.cta-title { font-size: 28px; font-weight: 800; color: var(--navy); }
.cta-title-sm { font-size: 26px; }
.cta-sub { font-size: 15px; color: var(--cta-sub); margin-top: 8px; }
.cta-end { margin-bottom: 96px; }

/* ---------- waitlist ---------- */
.waitlist { padding-bottom: 64px; }
.waitlist-inner {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 48px; align-items: start;
  padding: 48px 56px; border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid var(--line);
}
.waitlist-copy .kicker { margin-bottom: 16px; }
.waitlist-copy h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
.waitlist-copy p:not(.kicker) { font-size: 15px; color: var(--ink-4); line-height: 1.7; max-width: 420px; }
.waitlist-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field:nth-child(3), .btn-form, .form-error, .form-note { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-3); }
.field input {
  font: inherit; font-size: 15px; color: var(--ink);
  padding: 12px 14px; border-radius: 10px;
  background: rgba(11, 30, 58, 0.6); border: 1px solid var(--line-3);
  transition: border-color .15s;
}
.field input::placeholder { color: var(--ink-8); }
.field input:focus { outline: 0; border-color: var(--orange); }
.btn-form { padding: 14px 24px; font-size: 15px; margin-top: 4px; }
.btn-form:disabled { opacity: .6; cursor: progress; }
.form-error {
  margin: 0; padding: 12px 14px; border-radius: 10px; font-size: 13px;
  background: rgba(242, 86, 74, 0.12); border: 1px solid rgba(242, 86, 74, 0.4); color: #FFB4AD;
}
.form-error[hidden] { display: none; }
.form-note { font-size: 12px; color: var(--ink-7); line-height: 1.6; }
/* Honeypot: off-screen, not display:none, so bots still fill it in. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- trust badges ---------- */
.trust {
  margin: 0 var(--gutter) 64px; padding: 28px 40px; border-radius: 18px;
  background: var(--fill-3); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.badge-komdigi {
  display: flex; align-items: center; gap: 14px; padding: 10px 18px; border-radius: 12px; background: #FFFFFF;
}
.badge-komdigi img { height: 30px; width: auto; }
.badge-komdigi-text { text-align: left; border-left: 1px solid #E2E8F0; padding-left: 14px; }
.badge-komdigi-title { font-size: 12px; font-weight: 700; color: #1A2B4C; }
.badge-komdigi-no { font-size: 11px; color: #64748B; }
.badge-ms { padding: 6px; border-radius: 12px; background: #FFFFFF; }
.badge-ms img { height: 56px; width: auto; border-radius: 6px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); }
.footer-inner {
  padding-top: 40px; padding-bottom: 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-7);
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-mark { width: 24px; height: 24px; border-radius: 7px; background: var(--gradient); }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }

/* ---------- inner pages ---------- */
.page-head { padding-top: 72px; padding-bottom: 40px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.page-head h1 { font-size: 44px; font-weight: 800; letter-spacing: -0.8px; max-width: 760px; }
.page-head .lede { margin-top: 20px; font-size: 16px; color: var(--ink-5); max-width: 620px; line-height: 1.7; }

.category { padding-top: 40px; padding-bottom: 40px; display: flex; flex-direction: column; }
.category-last { padding-bottom: 96px; }
.category-title {
  font-size: 13px; font-weight: 700; color: var(--yellow);
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 24px;
}

/* ---------- pricing ---------- */
.pricing { padding-top: 40px; padding-bottom: 40px; display: flex; flex-direction: column; align-items: center; }
.plans { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; width: 100%; }
.plan {
  position: relative; padding: 28px 22px; border-radius: 16px;
  background: var(--fill-2); border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.plan-hot {
  background: linear-gradient(180deg, rgba(242,153,74,0.14), rgba(242,153,74,0.04));
  border-color: var(--accent-line-2);
}
.plan-tag {
  position: absolute; top: -12px; left: 22px; padding: 4px 12px; border-radius: 999px;
  background: var(--orange); color: var(--navy); font-size: 11px; font-weight: 700;
}
.plan-name { font-size: 14px; font-weight: 700; color: var(--ink-3); }
.plan-hot .plan-name { color: var(--yellow); }
.plan-price { font-size: 30px; font-weight: 800; margin-top: 12px; }
.plan-period { font-size: 12px; color: var(--ink-7); margin-bottom: 24px; }
.plan-features { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 12px; color: var(--ink-4); }
.plan-hot .plan-features { color: #E8DFC8; }
.plan .btn { margin-top: auto; padding: 10px; font-size: 13px; }
.plan-hot .btn { font-weight: 700; }
.plan-enterprise {
  margin-top: 20px; width: 100%; padding: 26px 32px; border-radius: 14px;
  background: var(--fill-2); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.plan-enterprise h2 { font-size: 16px; font-weight: 700; }
.plan-enterprise p { font-size: 13px; color: var(--ink-6); margin-top: 4px; }
.plan-enterprise .btn { padding: 12px 22px; font-size: 13px; }

/* ---------- FAQ ---------- */
.faq-short { padding-top: 64px; padding-bottom: 96px; display: flex; flex-direction: column; align-items: center; }
.faq-short h2 { font-size: 26px; font-weight: 800; text-align: center; margin-bottom: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; width: 100%; max-width: 800px; }
.faq-item { padding: 22px 26px; border-radius: 14px; background: var(--fill-2); border: 1px solid var(--line); }
.faq-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.faq-item p { font-size: 13px; color: var(--ink-4); line-height: 1.7; }
.faq-short .more { margin-top: 32px; }

.faq-group { padding-top: 24px; padding-bottom: 24px; display: flex; flex-direction: column; align-items: center; }
.faq-group-last { padding-bottom: 96px; }
.faq-group-inner { width: 100%; max-width: 880px; }
.faq-group .category-title { margin-bottom: 16px; }
.faq-group .faq-item { padding: 24px 28px; margin-bottom: 14px; }
.faq-group .faq-item:last-child { margin-bottom: 0; }
.faq-group .faq-item h3 { font-size: 16px; margin-bottom: 10px; }
.faq-group .faq-item p { font-size: 14px; line-height: 1.75; }
.faq-item strong { color: var(--ink); font-weight: 700; }
.faq-item a { color: var(--yellow); text-decoration: underline; }

/* ---------- demo dialog ---------- */
.demo-dialog {
  width: min(960px, calc(100vw - 32px)); padding: 0; border: 1px solid var(--line-2); border-radius: 16px;
  background: var(--navy-3); color: var(--ink); overflow: hidden;
}
.demo-dialog::backdrop { background: rgba(3, 10, 22, 0.8); }
.demo-dialog-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-3); }
.demo-dialog-close { background: transparent; border: 1px solid var(--line-5); color: var(--ink); border-radius: 8px; padding: 6px 10px; cursor: pointer; font-size: 13px; }
.demo-dialog video { width: 100%; height: auto; background: #000; }

/* ---------- responsive ---------- */
@media (max-width: 1200px) {
  :root { --gutter: 40px; }
  .hero h1 { font-size: 48px; }
  .cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plans { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plan-tag { top: -12px; }
}

@media (max-width: 960px) {
  .nav-links, .nav-actions .btn-ghost { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.is-open .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; left: 0; right: 0; top: 100%;
    padding: 12px var(--gutter) 20px; background: rgba(11, 30, 58, 0.98);
    border-bottom: 1px solid var(--line);
  }
  .nav.is-open .nav-links a { padding: 10px 0; font-size: 16px; }
  .nav.is-open .nav-links .btn-ghost { display: inline-flex; margin-top: 8px; }
  .nav-actions { gap: 12px; }
  .cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .stat:nth-child(2) { border-right: 0; }
  .dash-side { display: none; }
  .cta, .plan-enterprise { flex-direction: column; align-items: flex-start; }
  .waitlist-inner { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  :root { --gutter: 16px; --nav-h: 68px; }
  .nav-inner { padding-top: 14px; padding-bottom: 14px; }
  .hero { padding-top: 56px; padding-bottom: 40px; }
  .hero h1 { font-size: 34px; letter-spacing: -0.6px; }
  .hero .lede { font-size: 16px; }
  .hero-cta .btn { width: 100%; }
  .dash { margin-top: 40px; border-radius: 14px; }
  .dash-body { padding: 16px; }
  .dash-kpis { flex-direction: column; }
  .stats { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 48px; row-gap: 28px; }
  .stat { border-right: 0; }
  .stat-value { font-size: 36px; }
  .section-modules { padding-top: 64px; padding-bottom: 64px; }
  .section-industries { padding-bottom: 64px; }
  .h2 { font-size: 28px; }
  .h2-sm { font-size: 24px; }
  .cards { margin-top: 32px; }
  .cards-4, .cards-3 { grid-template-columns: 1fr; }
  .industry { flex-basis: 100%; }
  .cta { padding: 32px 24px; border-radius: 18px; margin-bottom: 40px; }
  .cta-title { font-size: 22px; }
  .cta .btn { width: 100%; }
  .trust { padding: 20px; gap: 20px; margin-bottom: 40px; }
  .waitlist { padding-bottom: 40px; }
  .waitlist-inner { padding: 24px 20px; border-radius: 18px; }
  .waitlist-copy h2 { font-size: 24px; }
  .waitlist-form { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .page-head { padding-top: 48px; padding-bottom: 24px; }
  .page-head h1 { font-size: 32px; }
  .category { padding-top: 24px; padding-bottom: 24px; }
  .category-last, .faq-group-last { padding-bottom: 64px; }
  .plans { grid-template-columns: 1fr; gap: 24px; }
  .plan-enterprise { padding: 22px; }
  .plan-enterprise .btn { width: 100%; }
  .faq-short { padding-top: 48px; padding-bottom: 64px; }
  .faq-group .faq-item { padding: 18px 20px; }
}
