:root {
  --bg: #ffffff;
  --bg-alt: #f6f8fb;
  --navy: #0d1b2a;
  --navy-2: #16324a;
  --text: #1e293b;
  --text-muted: #5b6b7f;
  --border: #e6eaf0;
  --orange: #ea580c;
  --orange-bright: #f97316;
  --orange-soft: #fff1e8;
  --green: #16a34a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .brand-name { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--navy); line-height: 1.2; letter-spacing: -0.01em; }

a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); }

/* Header */
header {
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,0.9); backdrop-filter: saturate(180%) blur(10px);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 34px; height: 34px; border-radius: 8px; box-shadow: 0 1px 3px rgba(13,27,42,0.18); }
.brand-name { font-size: 19px; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { color: var(--text-muted); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--navy); text-decoration: none; }
.nav-links a.btn-sm { background: var(--orange); color: #fff; padding: 9px 18px; border-radius: 9px; }
.nav-links a.btn-sm:hover { background: var(--orange-bright); color: #fff; }
.nav-links a.nav-login { color: var(--navy); font-weight: 600; border: 1.5px solid var(--border); padding: 8px 16px; border-radius: 9px; }
.nav-links a.nav-login:hover { border-color: var(--orange); color: var(--orange); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--orange); color: #fff; font-weight: 600;
  padding: 15px 28px; border-radius: 10px; font-size: 16px; cursor: pointer;
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn:hover { background: var(--orange-bright); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(234,88,12,.24); text-decoration: none; }
.btn.light { background: #fff; color: var(--navy); box-shadow: 0 6px 18px rgba(13,27,42,.18); }
.btn.ghost { background: transparent; color: var(--navy); border: 1px solid var(--border); }
.btn.ghost:hover { background: var(--bg-alt); box-shadow: none; }
.btn .play { width: 16px; height: 16px; }

/* Hero (two-column) */
.hero { padding: 84px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: 50px; margin: 16px 0 20px; }
.hero p.sub { font-size: 19px; color: var(--text-muted); margin-bottom: 30px; max-width: 520px; }
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero .reassure { margin-top: 20px; color: var(--text-muted); font-size: 14px; display: flex; gap: 18px; flex-wrap: wrap; }
.hero .reassure span { display: inline-flex; align-items: center; gap: 7px; }
.hero .reassure svg { width: 16px; height: 16px; color: var(--green); }

/* Phone mockup */
.phone-wrap { display: flex; justify-content: center; }
.phone {
  width: 300px; background: #0b1622; border-radius: 42px; padding: 11px;
  box-shadow: 0 40px 80px rgba(13,27,42,.28), 0 0 0 1px rgba(13,27,42,.06);
}
.phone-screen { background: var(--navy); border-radius: 32px; overflow: hidden; padding: 18px 14px 0; height: 600px; position: relative; }
.pm-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.pm-greet-s { color: #94a3b8; font-size: 10px; }
.pm-greet-b { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 17px; }
.pm-ico { width: 30px; height: 30px; border-radius: 50%; background: #1B3A4B; border: 1px solid #334155; display: flex; align-items: center; justify-content: center; }
.pm-ico svg { width: 15px; height: 15px; color: #94a3b8; }
.pm-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--orange-bright); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 13px; margin-left: 8px; }
.pm-stats { display: flex; gap: 8px; margin-bottom: 14px; }
.pm-stat { flex: 1; background: #1B3A4B; border: 1px solid #334155; border-radius: 11px; padding: 11px 9px; }
.pm-stat .n { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; }
.pm-stat .n.red { color: #f87171; }
.pm-stat .l { color: #94a3b8; font-size: 9px; margin-top: 2px; }
.pm-banner { background: var(--orange-bright); border-radius: 11px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.pm-banner .t { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; }
.pm-banner .s { color: #ffe8d6; font-size: 9px; }
.pm-banner .chev { color: #fff; font-size: 16px; }
.pm-card { background: #1B3A4B; border-radius: 11px; padding: 12px; margin-bottom: 10px; border-left: 3px solid; }
.pm-card .row { display: flex; align-items: center; justify-content: space-between; }
.pm-card .ti { color: #fff; font-size: 12px; font-weight: 600; }
.pm-card .badge { font-size: 8px; font-weight: 700; padding: 2px 7px; border-radius: 20px; }
.pm-card .meta { color: #94a3b8; font-size: 9px; margin-top: 6px; display: flex; gap: 6px; align-items: center; }
.pm-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 58px; background: #0d1b2a; border-top: 1px solid #1B3A4B; display: flex; align-items: center; justify-content: space-around; padding: 0 6px; }
.pm-tab { display: flex; flex-direction: column; align-items: center; gap: 3px; flex: 1; }
.pm-tab svg { width: 18px; height: 18px; color: #94a3b8; }
.pm-tab.active svg { color: var(--orange-bright); }
.pm-tab span { font-size: 8px; color: #94a3b8; }
.pm-tab.active span { color: var(--orange-bright); }
.pm-fab { width: 44px; height: 44px; border-radius: 50%; background: var(--orange-bright); display: flex; align-items: center; justify-content: center; margin-top: -20px; border: 4px solid #0d1b2a; flex: 0 0 auto; }
.pm-fab svg { width: 20px; height: 20px; color: #fff; }

/* Trust strip */
.trust { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 26px 0; }
.trust-row { display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; }
.trust-item { display: inline-flex; align-items: center; gap: 10px; color: var(--text-muted); font-size: 14.5px; font-weight: 500; }
.trust-item svg { width: 20px; height: 20px; color: var(--navy); }

/* Sections */
.section { padding: 84px 0; }
.section.alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-head h2 { font-size: 34px; margin: 10px 0 12px; }
.section-head p { color: var(--text-muted); font-size: 17px; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: 30px 28px;
  box-shadow: 0 1px 2px rgba(13,27,42,.04);
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(13,27,42,.08); }
.card .ico { width: 46px; height: 46px; border-radius: 11px; background: var(--orange-soft); color: var(--orange); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card .ico svg { width: 24px; height: 24px; }
.card h3 { font-size: 18px; margin-bottom: 9px; }
.card p { color: var(--text-muted); font-size: 15.5px; }

/* Founder */
.founder-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 52px; align-items: center; }
.founder-photo { background: var(--navy); border-radius: 18px; aspect-ratio: 4/5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #fff; text-align: center; padding: 30px; }
.founder-photo img { width: 84px; height: 84px; border-radius: 20px; }
.founder-photo .fp-name { font-family: 'Montserrat', sans-serif; font-weight: 700; }
.founder-photo .fp-role { color: #94a3b8; font-size: 13px; }
.founder blockquote { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 24px; color: var(--navy); line-height: 1.4; margin: 14px 0 20px; }
.founder p { color: var(--text-muted); font-size: 16px; margin-bottom: 12px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { text-align: center; }
.step .num { width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 18px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--text-muted); font-size: 15.5px; }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; display: flex; flex-direction: column; }
.plan.pop { border-color: var(--orange); box-shadow: 0 16px 40px rgba(234,88,12,.12); position: relative; }
.plan .tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 20px; font-family: 'Montserrat', sans-serif; letter-spacing: .04em; }
.plan h3 { font-size: 20px; margin-bottom: 4px; }
.plan .price { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--navy); font-size: 32px; margin: 10px 0 2px; }
.plan .price small { font-size: 15px; color: var(--text-muted); font-weight: 500; }
.plan .ann { color: var(--orange); font-size: 13px; font-weight: 600; margin: 2px 0 8px; }
.plan .desc { color: var(--text-muted); font-size: 14px; margin-bottom: 18px; }
.plan ul { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.plan li { color: var(--text); font-size: 14.5px; padding: 7px 0 7px 26px; position: relative; }
.plan li::before { content: ""; position: absolute; left: 0; top: 13px; width: 16px; height: 16px; background: var(--orange-soft); border-radius: 50%; }
.plan li::after { content: ""; position: absolute; left: 5px; top: 16px; width: 6px; height: 3px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.plan .btn { justify-content: center; width: 100%; }
.plan-note { text-align: center; color: var(--text-muted); font-size: 13.5px; margin-top: 24px; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq summary { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 17px; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { color: var(--text-muted); font-size: 15.5px; margin-top: 12px; }

/* CTA band */
.cta { background: var(--navy); color: #fff; text-align: center; padding: 88px 0; }
.cta h2 { color: #fff; font-size: 34px; margin-bottom: 16px; }
.cta p { color: #b9c6d6; margin-bottom: 30px; font-size: 17px; }

/* Article / legal */
.article { padding: 60px 0 88px; }
.article h1 { font-size: 36px; margin-bottom: 8px; }
.article .updated { color: var(--text-muted); font-size: 14px; margin-bottom: 40px; }
.article h2 { font-size: 22px; margin: 38px 0 12px; }
.article h3 { font-size: 17px; margin: 24px 0 8px; }
.article p, .article li { color: var(--text); font-size: 16px; margin-bottom: 12px; }
.article ul { padding-left: 22px; margin-bottom: 16px; }
.article strong { color: var(--navy); }
.article a { font-weight: 500; }
.article table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.article th, .article td { border: 1px solid var(--border); padding: 11px 13px; text-align: left; }
.article th { background: var(--bg-alt); color: var(--navy); font-family: 'Montserrat', sans-serif; }
.article td { color: var(--text-muted); }
.article .note { color: var(--text-muted); font-size: 13px; font-style: italic; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--border); }
.back { display: inline-block; margin-bottom: 26px; color: var(--text-muted); font-size: 14px; font-weight: 500; }

/* Footer */
footer { background: var(--navy); padding: 48px 0 40px; }
.foot { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.foot .brand-name { color: #fff; font-size: 16px; }
.foot-tag { color: #7d8fa3; font-size: 13px; margin-top: 8px; max-width: 280px; }
.foot-links { display: flex; gap: 24px; }
.foot-links a { color: #9fb0c2; font-size: 14px; font-weight: 500; }
.foot-links a:hover { color: #fff; }
.copy { color: #6f8197; font-size: 13px; width: 100%; margin-top: 22px; padding-top: 22px; border-top: 1px solid #1B3A4B; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
  .hero h1 { font-size: 36px; }
  .hero p.sub, .hero .reassure { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero .reassure { justify-content: center; }
  .founder-grid { grid-template-columns: 1fr; gap: 32px; }
  .grid, .steps { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .pricing { grid-template-columns: 1fr; }
  .trust-row { gap: 20px; }
  .section { padding: 56px 0; }
}
