/* =============================================================================
   Settl — unified site design system
   One stylesheet for every page. Manrope + brand blue #0052FF.
   ========================================================================== */

:root {
  --blue: #0052FF;
  --blue-hover: #0042CC;
  --blue-deep: #0036A6;
  --blue-tint: #EBF1FF;
  --blue-tint-soft: #F5F8FF;

  --ink: #0A0E1A;
  --ink-soft: #1F2937;
  --body: #4B5563;
  --muted: #6B7280;

  --line: #E5E7EB;
  --line-soft: #F1F3F7;
  --bg: #FFFFFF;
  --bg-soft: #FAFBFC;

  --green: #10B981;
  --amber: #F59E0B;

  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;

  --shadow-card: 0 1px 2px rgba(10, 14, 26, 0.04);
  --shadow-soft: 0 10px 30px rgba(10, 14, 26, 0.06), 0 2px 6px rgba(10, 14, 26, 0.04);
  --shadow-lift: 0 24px 60px rgba(0, 82, 255, 0.14), 0 4px 12px rgba(10, 14, 26, 0.06);
  --shadow-device: 0 40px 80px -24px rgba(10, 14, 26, 0.32), 0 8px 24px rgba(10, 14, 26, 0.10);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: var(--blue); }

.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.container-tight { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }
.container-narrow { width: min(820px, calc(100% - 48px)); margin: 0 auto; }

/* ---------------------------------------------------------------- Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  font-family: inherit; font-weight: 700; font-size: 15px;
  text-decoration: none; cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.18s var(--ease-out), background 0.18s var(--ease-out),
              box-shadow 0.18s var(--ease-out), border-color 0.18s var(--ease-out), color 0.18s var(--ease-out);
  white-space: nowrap;
}
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-hover); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 82, 255, 0.28); }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn-ghost-dark {
  background: rgba(255, 255, 255, 0.08); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.btn-ghost-dark:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); }

/* ----------------------------------------------------------------- Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 70px;
}
.logo {
  display: inline-flex; align-items: center; gap: 5px;
  text-decoration: none;
}
.logo-wordmark {
  font-size: 23px; font-weight: 800; letter-spacing: 0.04em;
  color: var(--blue); line-height: 1;
}
.logo-pin { width: 19px; height: 22px; color: var(--blue); flex-shrink: 0; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  font-size: 14.5px; font-weight: 600; text-decoration: none;
  color: var(--ink-soft); transition: color 0.15s var(--ease-out);
}
.site-nav a:hover { color: var(--blue); }
.site-nav a[aria-current="page"] { color: var(--blue); }
.site-nav .pill {
  padding: 9px 18px; border-radius: 100px;
  background: var(--ink); color: #fff;
}
.site-nav .pill:hover { background: var(--blue); color: #fff; }
.site-nav .nav-hide-sm { display: inline; }

/* ----------------------------------------------------- Section primitives */
.section { padding: 72px 0; }
.section-sm { padding: 56px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-title {
  font-size: clamp(30px, 4.2vw, 44px); line-height: 1.08; letter-spacing: -0.03em;
  color: var(--ink); font-weight: 800; margin-bottom: 16px;
}
.section-title em { font-style: normal; color: var(--blue); }
.section-sub { font-size: 18px; color: var(--body); line-height: 1.6; }

/* ----------------------------------------------------------- Status chips */
.stage-bar { display: inline-flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 13px; border-radius: 100px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.01em;
  background: #fff; border: 1px solid var(--line); color: var(--ink-soft);
}
.chip::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--muted); }
.chip.is-quoted::before { background: var(--blue); }
.chip.is-sched::before { background: var(--amber); }
.chip.is-live::before { background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 82, 255, 0.16); }
.chip.is-done::before { background: var(--green); }

/* --------------------------------------------------------- Device frames */
.frame-phone {
  position: relative; width: 290px; background: #0A0E1A;
  border-radius: 38px; padding: 9px;
  box-shadow: var(--shadow-device);
}
.frame-phone::before {
  content: ''; position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 6px; border-radius: 100px; background: rgba(255, 255, 255, 0.22); z-index: 2;
}
.frame-phone img { width: 100%; border-radius: 30px; display: block; }

.frame-browser {
  position: relative; width: 100%; background: #fff;
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow-device);
}
.frame-browser .frame-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 14px; background: #F7F8FA; border-bottom: 1px solid var(--line);
}
.frame-browser .frame-bar i { width: 11px; height: 11px; border-radius: 50%; background: #D7DBE2; display: block; }
.frame-browser .frame-bar .frame-url {
  margin-left: 10px; flex: 1; height: 22px; border-radius: 6px;
  background: #fff; border: 1px solid var(--line);
  font-size: 11px; color: var(--muted); display: flex; align-items: center; padding: 0 10px;
}
.frame-browser img { width: 100%; display: block; }

/* --------------------------------------------------------- Reveal motion
   Fail-safe: content is visible by default. JS adds .is-pending to arm the
   entrance animation, so a no-JS (or JS-error) visitor always sees content. */
.reveal { transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.is-pending { opacity: 0; transform: translateY(24px); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.06s; }
.reveal.d2 { transition-delay: 0.12s; }
.reveal.d3 { transition-delay: 0.18s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-pending { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ============================================================== HOMEPAGE */

/* Hero */
.hero { position: relative; padding: 60px 0 52px; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(58% 50% at 88% -5%, rgba(0, 82, 255, 0.07), transparent 70%),
    radial-gradient(40% 44% at -5% 25%, rgba(0, 82, 255, 0.045), transparent 65%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 {
  font-size: clamp(40px, 6vw, 66px); line-height: 1.02; letter-spacing: -0.04em;
  color: var(--ink); font-weight: 800; margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub { font-size: 19px; color: var(--body); max-width: 520px; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }
.hero-note {
  margin-top: 20px; font-size: 14px; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.hero-note svg { color: var(--green); flex-shrink: 0; }
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-visual .glow {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 82, 255, 0.18), transparent 65%); filter: blur(10px);
}
.hero-visual .frame-phone { transform: rotate(2.5deg); }
.hero-badge {
  position: absolute; z-index: 3; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 15px; box-shadow: var(--shadow-soft);
  display: flex; align-items: center; gap: 11px;
}
.hero-badge .hb-icon {
  width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  background: rgba(16, 185, 129, 0.12); color: var(--green); flex-shrink: 0;
}
.hero-badge .hb-title { font-size: 13px; font-weight: 800; color: var(--ink); line-height: 1.2; }
.hero-badge .hb-sub { font-size: 12px; color: var(--muted); }
.hero-badge.badge-tl { top: 28px; left: -8px; }
.hero-badge.badge-br { bottom: 40px; right: -12px; }
.hero-badge.badge-br .hb-icon { background: rgba(0, 82, 255, 0.12); color: var(--blue); }

/* One system — what's included */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.incl-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-soft); padding: 28px 30px;
}
.incl-card ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.incl-card li {
  position: relative; padding-left: 28px; font-size: 15px; font-weight: 600; color: var(--ink-soft); line-height: 1.4;
}
.incl-card li::before {
  content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%230052FF' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat;
}

/* Move stage rail */
.rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; counter-reset: stage; }
.rail::before {
  content: ''; position: absolute; top: 19px; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green)); opacity: 0.35;
}
.rail-step { padding: 0 18px; position: relative; }
.rail-dot {
  width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 2px solid var(--blue);
  color: var(--blue); display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; position: relative; z-index: 1; margin-bottom: 18px;
}
.rail-step:last-child .rail-dot { border-color: var(--green); color: var(--green); }
.rail-step h3 { font-size: 18px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.rail-step p { font-size: 14.5px; color: var(--body); }
.rail-step .rail-when {
  display: inline-block; margin-bottom: 12px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
}

/* Why it sticks — compact, no screenshots */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-item { padding-top: 24px; border-top: 2px solid var(--blue); }
.why-item .why-ico {
  width: 44px; height: 44px; border-radius: 12px; margin-bottom: 16px;
  background: var(--blue-tint); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
}
.why-item h3 { font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 10px; }
.why-item h3 em { font-style: normal; color: var(--blue); }
.why-item p { font-size: 15px; color: var(--body); line-height: 1.6; }

/* Owner note */
.owner { background: var(--bg-soft); }
.owner-wrap { max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 104px 1fr; gap: 32px; align-items: start; }
.owner-avatar { width: 104px; height: 104px; border-radius: 50%; overflow: hidden; box-shadow: var(--shadow-soft); }
.owner-avatar img { width: 100%; height: 100%; object-fit: cover; }
.owner-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.owner-card::before {
  content: ''; position: absolute; left: -9px; top: 30px; width: 18px; height: 18px;
  background: #fff; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(45deg);
}
.owner-card h2 { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
.owner-card p { font-size: 16.5px; color: var(--ink-soft); margin-bottom: 14px; }
.owner-sig { font-size: 15px; font-weight: 800; color: var(--ink); }
.owner-sig span { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-top: 3px; }

/* Promise strip */
.promise { background: var(--blue-tint-soft); border-top: 1px solid var(--blue-tint); border-bottom: 1px solid var(--blue-tint); }
.promise .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: 40px; padding-bottom: 40px; text-align: center; }
.promise-item .p-label { display: block; font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.promise-item p { font-size: 14px; color: var(--muted); margin-top: 3px; }

/* CTA block */
.cta-block {
  background: var(--ink); color: #fff; border-radius: var(--radius-lg);
  padding: 64px; text-align: center; position: relative; overflow: hidden;
  max-width: 1120px; margin: 0 auto;
}
.cta-block::before {
  content: ''; position: absolute; top: -45%; right: -8%; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(0, 82, 255, 0.34), transparent 60%); pointer-events: none;
}
.cta-block h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 18px; position: relative; }
.cta-block > p { font-size: 18px; color: rgba(255, 255, 255, 0.76); max-width: 600px; margin: 0 auto 30px; position: relative; }
.cta-block .btn-row { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-meta { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 32px; font-size: 14px; color: rgba(255, 255, 255, 0.62); position: relative; }
.cta-meta span { display: inline-flex; align-items: center; gap: 7px; }
.cta-meta span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

/* ===================================================== INNER PAGE HERO */
.page-hero { position: relative; padding: 72px 0 56px; overflow: hidden; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(50% 60% at 85% 0%, rgba(0, 82, 255, 0.06), transparent 70%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; color: var(--ink); margin-bottom: 18px; }
.page-hero h1 em { font-style: normal; color: var(--blue); }
.page-hero .lead { font-size: 18px; color: var(--body); max-width: 620px; }
.page-hero.center { text-align: center; }
.page-hero.center .lead { margin-left: auto; margin-right: auto; }

/* ===================================================== PRICING */
.price-wrap { max-width: 980px; margin: 0 auto; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); overflow: hidden; }
.price-top { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; }
.price-amount-side { padding: 44px; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.price-amount-side::before { content: ''; position: absolute; top: -40%; right: -20%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(0,82,255,0.35), transparent 60%); }
.price-amount-side .pa-label { position: relative; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #9DBBFF; }
.price-amount-side .pa-figure { position: relative; display: flex; align-items: baseline; gap: 6px; margin: 12px 0 6px; }
.price-amount-side .pa-figure b { font-size: 64px; font-weight: 800; letter-spacing: -0.04em; }
.price-amount-side .pa-figure span { font-size: 18px; color: rgba(255,255,255,0.7); font-weight: 600; }
.price-amount-side .pa-note { position: relative; font-size: 14px; color: rgba(255,255,255,0.74); margin-bottom: 26px; }
.price-amount-side .btn { position: relative; width: 100%; }
.price-trust { position: relative; display: flex; gap: 20px; margin-top: 22px; flex-wrap: wrap; }
.price-trust span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: rgba(255,255,255,0.85); }
.price-trust span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.price-incl { padding: 44px; }
.price-incl h2 { font-size: 14px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.price-incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.price-incl-grid h3 { font-size: 15px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.price-incl-grid ul { list-style: none; display: grid; gap: 9px; }
.price-incl-grid li { position: relative; padding-left: 26px; font-size: 14.5px; color: var(--ink-soft); }
.price-incl-grid li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%230052FF' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat;
}
.price-flat { margin-top: 28px; text-align: center; background: var(--blue-tint-soft); border: 1px solid var(--blue-tint); border-radius: var(--radius); padding: 26px; }
.price-flat strong { color: var(--ink); }
.price-foot { text-align: center; margin-top: 26px; font-size: 15px; color: var(--muted); }
.price-founding { text-align: center; margin-top: 14px; }
.price-founding button {
  font-family: inherit; background: none; border: none; cursor: pointer;
  color: var(--blue); font-weight: 700; font-size: 15px; text-decoration: underline; text-underline-offset: 3px;
}

/* Founding modal */
.modal-overlay {
  position: fixed; inset: 0; z-index: 90; display: none;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(10, 14, 26, 0.6); backdrop-filter: blur(4px);
}
.modal-overlay.is-open { display: flex; }
.modal {
  width: min(560px, 100%); max-height: 92vh; overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lift);
}
.modal-head { padding: 28px 28px 0; position: relative; }
.modal-close {
  position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 20px; cursor: pointer; line-height: 1;
}
.modal-close:hover { color: var(--ink); border-color: var(--muted); }
.modal-tag { display: inline-flex; align-items: center; gap: 8px; }
.modal-tag .t-label { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); }
.modal-tag .t-spots { font-size: 12px; font-weight: 800; color: var(--amber); background: rgba(245,158,11,0.12); padding: 3px 10px; border-radius: 100px; }
.modal h2 { font-size: 24px; font-weight: 800; color: var(--ink); margin: 14px 0 6px; letter-spacing: -0.02em; }
.modal .m-figure { display: flex; align-items: baseline; gap: 6px; }
.modal .m-figure b { font-size: 44px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.modal .m-figure span { font-size: 16px; color: var(--muted); font-weight: 600; }
.modal .m-note { font-size: 14px; color: var(--muted); margin-top: 4px; }
.modal-benefits { list-style: none; padding: 22px 28px 0; display: grid; gap: 12px; }
.modal-benefits li { position: relative; padding-left: 26px; font-size: 14.5px; color: var(--ink-soft); }
.modal-benefits li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%230052FF' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat;
}
.modal-form { padding: 22px 20px 24px; }
.modal-form iframe { width: 100%; border: 0; border-radius: 12px; display: block; }

/* ===================================================== FAQ */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: border-color 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out); }
.faq-item[open] { border-color: var(--blue); box-shadow: var(--shadow-soft); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-size: 17px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ''; width: 11px; height: 11px; flex-shrink: 0;
  border-right: 2.4px solid var(--muted); border-bottom: 2.4px solid var(--muted);
  transform: rotate(45deg); transition: transform 0.2s var(--ease-out); margin-top: -4px;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 4px; border-color: var(--blue); }
.faq-item .faq-a { padding: 0 24px 22px; font-size: 16px; color: var(--body); line-height: 1.7; }

/* ===================================================== ABOUT */
.prose-shell { max-width: 760px; margin: 0 auto; }
.prose-block { margin-bottom: 44px; }
.prose-block h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; color: var(--ink); letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 16px; }
.prose-block p { font-size: 17.5px; color: var(--body); line-height: 1.75; margin-bottom: 14px; }
.prose-block p strong { color: var(--ink); }
.about-cta { border-top: 1px solid var(--line); padding-top: 40px; }

/* ===================================================== SUPPORT */
.support-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.support-aside h2 { font-size: 22px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.support-aside p { font-size: 16px; color: var(--body); margin-bottom: 18px; }
.support-aside .s-link { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.support-aside .s-link a { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); text-decoration: none; font-weight: 600; font-size: 15px; }
.support-aside .s-link a:hover { color: var(--blue); }
.support-aside .s-link svg { color: var(--blue); }
.form-frame { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); overflow: hidden; }
.form-frame iframe { width: 100%; border: 0; display: block; }

/* ===================================================== WHATS NEW timeline */
.timeline { max-width: 820px; margin: 0 auto; }
.tl-entry { position: relative; padding-left: 40px; padding-bottom: 48px; }
.tl-entry::before { content: ''; position: absolute; left: 7px; top: 6px; bottom: -6px; width: 2px; background: var(--line); }
.tl-entry:last-child::before { display: none; }
.tl-dot { position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--blue); border: 3px solid var(--blue-tint); }
.tl-date { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.tl-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); background: var(--blue-tint); padding: 4px 10px; border-radius: 100px; margin-bottom: 12px; }
.tl-entry h2 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 10px; }
.tl-entry > p { font-size: 16px; color: var(--body); margin-bottom: 16px; }
.tl-items { list-style: none; display: grid; gap: 10px; }
.tl-items li { position: relative; padding-left: 26px; font-size: 15px; color: var(--ink-soft); }
.tl-items li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%230052FF' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px no-repeat;
}

/* ===================================================== 404 */
.nf { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; min-height: 60vh; }
.nf-copy h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.04; color: var(--ink); margin-bottom: 18px; }
.nf-copy h1 em { font-style: normal; color: var(--blue); }
.nf-copy p { font-size: 18px; color: var(--body); margin-bottom: 28px; max-width: 440px; }
.nf-media { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; }
.nf-number { font-size: clamp(120px, 20vw, 220px); font-weight: 800; letter-spacing: -0.05em; color: var(--blue-tint); line-height: 1; }
.nf-truck {
  position: absolute; left: 50%; transform: translateX(-50%); top: 18%;
  font-size: 64px; animation: nf-bob 2.4s var(--ease-out) infinite;
}
@keyframes nf-bob { 0%,100% { transform: translateX(-50%) translateY(0) rotate(-2deg); } 50% { transform: translateX(-50%) translateY(-12px) rotate(2deg); } }
@media (prefers-reduced-motion: reduce) { .nf-truck { animation: none; } }

/* ===================================================== LEGAL (privacy/terms) */
.legal-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 96px; }
.legal-hero { max-width: 760px; margin-bottom: 44px; }
.legal-hero h1 { font-size: clamp(32px, 5vw, 50px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.06; color: var(--ink); margin-bottom: 14px; }
.legal-hero p { font-size: 18px; color: var(--body); max-width: 620px; }
.content-wrapper { display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; }
.sidebar { position: sticky; top: 92px; }
.toc-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.toc-title { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.toc-nav { display: grid; gap: 2px; }
.toc-link { display: block; padding: 7px 11px; border-radius: 8px; font-size: 13.5px; color: var(--body); text-decoration: none; transition: background 0.15s var(--ease-out), color 0.15s var(--ease-out); }
.toc-link:hover { background: var(--blue-tint-soft); color: var(--blue); }
.toc-link.active { background: var(--blue); color: #fff; }
.document { max-width: 760px; }
.doc-header { margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.doc-meta { font-size: 14px; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.doc-meta .divider { color: var(--line); }
.doc-meta a { color: var(--blue); text-decoration: none; }
.legal-main .section { padding: 0; margin-bottom: 40px; scroll-margin-top: 92px; }
.legal-main .section h2 { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 14px; }
.legal-main .section h3 { font-size: 16.5px; font-weight: 700; color: var(--ink-soft); margin: 20px 0 10px; }
.legal-main .section p, .legal-main .section li { font-size: 15.5px; color: var(--body); line-height: 1.75; margin-bottom: 12px; }
.legal-main .section ul, .legal-main .section ol { padding-left: 22px; margin-bottom: 12px; }
.legal-main .section a { color: var(--blue); }
.contact-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; font-size: 15.5px; color: var(--ink-soft); line-height: 1.9; }
.contact-box a { color: var(--blue); text-decoration: none; }

/* ===================================================== FEATURES */
.feat-group { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 52px; align-items: start; }
.feat-group + .feat-group { margin-top: 56px; padding-top: 56px; border-top: 1px solid var(--line); }
.feat-aside { position: sticky; top: 92px; }
.feat-aside h2 { font-size: clamp(26px, 3.2vw, 34px); font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 14px; }
.feat-aside h2 em { font-style: normal; color: var(--blue); }
.feat-aside p { font-size: 16px; color: var(--body); line-height: 1.65; max-width: 360px; }
.feat-cards { display: grid; gap: 16px; }
.feat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px;
  transition: border-color 0.18s var(--ease-out), box-shadow 0.18s var(--ease-out), transform 0.18s var(--ease-out);
}
.feat-card:hover { border-color: var(--blue); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.feat-card .fc-head { display: flex; align-items: center; gap: 13px; margin-bottom: 11px; }
.feat-card .fc-ico {
  width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0;
  background: var(--blue-tint); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
}
.feat-card h3 { font-size: 17.5px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; line-height: 1.2; }
.feat-card > p { font-size: 15px; color: var(--body); line-height: 1.65; }
.feat-card .fc-why {
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-soft);
  font-size: 14px; color: var(--ink-soft); line-height: 1.6;
}
.feat-card .fc-why b {
  display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 4px;
}

@media (max-width: 860px) {
  .feat-group { grid-template-columns: 1fr; gap: 28px; }
  .feat-aside { position: static; }
  .feat-group + .feat-group { margin-top: 44px; padding-top: 44px; }
}

/* ===================================================== FOOTER (kept) */
.foot { padding: 64px 0 40px; border-top: 1px solid var(--line); background: #fff; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.foot-brand .logo { display: inline-flex; align-items: center; gap: 5px; }
.foot-brand p { color: var(--muted); font-size: 14px; margin-top: 16px; max-width: 320px; line-height: 1.6; }
.foot-social { display: flex; gap: 12px; margin-top: 20px; }
.foot-social a {
  width: 34px; height: 34px; border-radius: 9px; background: var(--bg-soft);
  border: 1px solid var(--line); color: var(--ink-soft);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; transition: all 0.15s var(--ease-out);
}
.foot-social a:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.foot-social svg { width: 16px; height: 16px; }
.foot-heading { display: block; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin-bottom: 14px; }
.foot ul { list-style: none; }
.foot ul li { margin-bottom: 9px; }
.foot ul a { color: var(--body); text-decoration: none; font-size: 14px; transition: color 0.15s var(--ease-out); }
.foot ul a:hover { color: var(--blue); }
.foot-bar { border-top: 1px solid var(--line-soft); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.foot-bar small { font-size: 13px; color: var(--muted); }
.foot-bar a { color: var(--muted); text-decoration: none; font-size: 13px; }
.foot-bar a:hover { color: var(--blue); }

/* ===================================================== RESPONSIVE */
@media (max-width: 1024px) {
  .price-top { grid-template-columns: 1fr; }
  .content-wrapper { grid-template-columns: 1fr; gap: 28px; }
  .sidebar { position: static; }
  .toc-nav { display: flex; flex-wrap: wrap; gap: 6px; }
  .toc-link { background: var(--bg-soft); border: 1px solid var(--line); }
  .support-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 860px) {
  .section { padding: 56px 0; }
  .offer-grid, .nf { grid-template-columns: 1fr; }
  .incl-card ul { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 0; }
  .why-item { padding-top: 20px; padding-bottom: 4px; }
  .rail { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .rail::before { display: none; }
  .price-incl-grid { grid-template-columns: 1fr; }
  .owner-wrap { grid-template-columns: 1fr; }
  .owner-card::before { display: none; }
  .owner-avatar { margin: 0 auto; }
  .promise .container { grid-template-columns: 1fr; gap: 22px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-block { padding: 44px 24px; }
  .statline .container { gap: 16px; }
}
@media (max-width: 560px) {
  .site-nav { gap: 14px; }
  .site-nav .nav-hide-sm { display: none; }
  .rail { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .price-amount-side, .price-incl { padding: 30px; }
  .btn { width: 100%; }
  .hero-cta .btn, .cta-block .btn { width: 100%; }
}
