/* ============================================================
   SilaCares — Design System v3
   "Never alone, Never far"
   Midnight ink · brass · ivory
   Cross-browser: Chrome, Safari, Firefox, Edge, Opera, iOS, Android
   ============================================================ */

:root {
  --ink:        #141833;
  --ink-2:      #1f2549;
  --indigo:     #2e3566;
  --indigo-lt:  #3a4386;
  --slate:      #5b6288;
  --brass:      #c98b2e;      /* decorative only: rules, dots, chart fills */
  --brass-ink:  #8f6010;      /* WCAG-safe brass for text on light backgrounds */
  --brass-lt:   #e0a94a;
  --brass-soft: #f0dfc0;
  --brass-tint: #faf3e6;
  --paper:      #fbfaf7;
  --paper-2:    #f2f0ea;
  --mist:       #eceef6;
  --white:      #ffffff;
  --text:       #2a2e44;
  --text-soft:  #616880;
  --line:       rgba(20,24,51,.10);
  --line-soft:  rgba(20,24,51,.06);
  --danger:     #c0453c;
  --ok:         #3e7c64;

  --radius:     20px;
  --radius-sm:  14px;
  --shadow-xs:  0 1px 2px rgba(20,24,51,.05);
  --shadow-sm:  0 2px 14px rgba(20,24,51,.06);
  --shadow-md:  0 14px 44px rgba(20,24,51,.09);
  --shadow-lg:  0 34px 90px rgba(20,24,51,.16);
  --ring:       inset 0 0 0 1px rgba(20,24,51,.07);

  --font-display: "Fraunces", "Iowan Old Style", Palatino, Georgia, "Times New Roman", serif;
  --font-body:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --maxw: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.68;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--indigo-lt); text-decoration: none; }
a:hover { color: var(--indigo); }
:focus-visible { outline: 2px solid var(--indigo-lt); outline-offset: 3px; border-radius: 4px; }

/* --- typography: wrap safely in every engine --- */
h1, h2, h3, h4, p, li, td, th, label, span, a, button {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.14;
  margin: 0 0 .5em;
  font-weight: 600;
  letter-spacing: -.021em;
}
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
h1 { font-size: clamp(2.15rem, 4.6vw, 3.85rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.3rem; letter-spacing: -.012em; }
p  { margin: 0 0 1.1em; }

/* grid/flex children must be allowed to shrink or Chrome overflows */
.container > *, .hero-grid > *, .split > *, .card-grid > *, .footer-grid > *,
.price-grid > *, .quote-grid > *, .blog-grid > *, .steps > *, .stat-band > * { min-width: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.center { text-align: center; }
.narrow { max-width: 730px; margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .74rem; font-weight: 600; letter-spacing: .17em;
  text-transform: uppercase; color: var(--brass-ink);
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--brass); flex: none; }
.center .eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--brass); flex: none; }
.section-dark .eyebrow { color: var(--brass-lt); }
.section-dark .eyebrow::before, .section-dark .eyebrow::after { background: rgba(224,169,74,.55); }

.lead { font-size: 1.1rem; color: var(--text-soft); line-height: 1.7; }

/* ============================================================
   BANNER + NAV
   ============================================================ */
.launch-banner {
  background: var(--ink); color: #cdd2e6; text-align: center;
  font-size: .81rem; padding: 10px 18px;
}
.launch-banner strong { color: var(--brass-lt); font-weight: 500; }
.launch-banner a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

header.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,250,247,.85);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 26px;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 76px; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.38rem; font-weight: 600; color: var(--ink); letter-spacing: -.025em; white-space: nowrap; }
.logo .mark { width: 34px; height: 34px; flex: none; }
.site-footer .logo { color: #fff; }

nav.main-links { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
nav.main-links a { color: var(--text); font-size: .92rem; font-weight: 450; padding: 5px 0; position: relative; white-space: nowrap; }
nav.main-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--brass); transition: right .28s ease; }
nav.main-links a:hover, nav.main-links a.active { color: var(--ink); }
nav.main-links a:hover::after, nav.main-links a.active::after { right: 0; }

.nav-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.lang-switch { position: relative; }
.lang-switch select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background: transparent; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 26px 7px 12px;
  font-family: var(--font-body); font-size: .78rem; color: var(--text); cursor: pointer;
}
.lang-switch::after { content: "▾"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; font-size: .62rem; color: var(--text-soft); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 550; font-size: .95rem;
  padding: 14px 27px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: all .3s cubic-bezier(.2,.7,.3,1);
  text-align: center; line-height: 1.3;
}
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 3px 14px rgba(20,24,51,.2); }
.btn-primary:hover { background: var(--indigo); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(20,24,51,.26); }
.btn-gold, .btn-accent { background: var(--brass); color: var(--ink); box-shadow: 0 3px 14px rgba(201,139,46,.3); font-weight: 600; }
.btn-gold:hover, .btn-accent:hover { background: var(--brass-lt); color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,139,46,.36); }
.btn-outline { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); background: var(--mist); color: var(--ink); }
.btn-ghost { color: var(--text); background: transparent; padding: 14px 12px; }
.btn-ghost:hover { color: var(--ink); }
.btn-lg { padding: 17px 34px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.section-dark .btn-outline, .band .btn-outline { border-color: rgba(255,255,255,.3); color: #eef0f8; }
.section-dark .btn-outline:hover, .band .btn-outline:hover { background: rgba(255,255,255,.09); color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 6px 0; border-radius: 2px; }

/* ============================================================
   CHANNEL BADGES
   ============================================================ */
.channels { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.channel {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: 999px; padding: 8px 15px 8px 9px;
  font-size: .84rem; font-weight: 500; color: var(--ink);
  box-shadow: var(--shadow-xs); white-space: nowrap;
}
.channel svg { width: 21px; height: 21px; flex: none; }
.section-dark .channel, .band .channel { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: #eef0f8; }
.channels-note { font-size: .84rem; color: var(--text-soft); }

.ch-tabs { display: flex; gap: 6px; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }
.ch-tab {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.75); border: 1px solid var(--line-soft);
  border-radius: 999px; padding: 8px 15px; cursor: pointer;
  font-family: var(--font-body); font-size: .81rem; font-weight: 500; color: var(--text-soft);
  transition: .25s; white-space: nowrap;
}
.ch-tab svg { width: 16px; height: 16px; flex: none; }
.ch-tab:hover { border-color: var(--line); color: var(--ink); }
.ch-tab.active { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }

/* ============================================================
   DEVICE — reusable animated phone
   ============================================================ */
.device {
  width: 100%; max-width: 320px; margin: 0 auto;
  background: #fff; border-radius: 40px;
  border: 10px solid var(--ink);
  box-shadow: var(--shadow-lg);
  overflow: hidden; position: relative;
}
.device-top { padding: 15px 16px 12px; display: flex; align-items: center; gap: 10px; background: #128C7E; color: #fff; transition: background .4s ease; }
.device-top .avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: .88rem; flex: none; }
.device-top .who { line-height: 1.25; min-width: 0; }
.device-top .who b { display: block; font-size: .89rem; font-weight: 550; }
.device-top .who small { font-size: .69rem; opacity: .9; }
.device-top .ch-badge { margin-left: auto; width: 21px; height: 21px; flex: none; }
.device-chat {
  background: #ebe4dc; padding: 16px 13px 20px;
  display: flex; flex-direction: column; gap: 9px;
  min-height: 396px; transition: background .4s ease;
}
.bubble {
  max-width: 86%; padding: 9px 13px; border-radius: 15px;
  font-size: .82rem; line-height: 1.48; box-shadow: 0 1px 2px rgba(0,0,0,.07);
  opacity: 0; transform: translateY(10px);
  animation: bubbleIn .45s cubic-bezier(.2,.7,.3,1) forwards;
}
.bubble.ai { background: #fff; border-top-left-radius: 4px; align-self: flex-start; }
.bubble.user { background: #d9fdd3; border-top-right-radius: 4px; align-self: flex-end; }
.bubble.alert { background: #fdeceb; border-left: 3px solid var(--danger); align-self: stretch; max-width: 100%; border-radius: 12px; }
.bubble.alert b { color: var(--danger); }
.bubble .time { display: block; font-size: .6rem; color: #98a0ad; text-align: right; margin-top: 3px; }
.bubble.voice { display: flex; align-items: center; gap: 9px; min-width: 168px; }
.bubble.voice .play { width: 25px; height: 25px; border-radius: 50%; background: var(--indigo); flex: none; position: relative; }
.bubble.voice .play::after { content: ""; position: absolute; left: 9px; top: 6.5px; border-left: 8px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.bubble.voice .wave { display: flex; align-items: center; gap: 2.5px; height: 20px; }
.bubble.voice .wave i { width: 3px; background: var(--slate); border-radius: 3px; opacity: .55; }
@keyframes bubbleIn { to { opacity: 1; transform: translateY(0); } }
.quick-replies { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; opacity: 0; animation: bubbleIn .45s ease forwards; }
.quick-replies span { font-size: .72rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; color: var(--indigo); font-weight: 500; }
.typing { display: inline-flex; gap: 4px; align-items: center; }
.typing i { width: 5px; height: 5px; border-radius: 50%; background: #b3bac6; animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .18s; } .typing i:nth-child(3) { animation-delay: .36s; }
@keyframes blink { 0%,60%,100% { opacity: .3; } 30% { opacity: 1; } }

/* channel themes */
.device[data-ch="telegram"] .device-top { background: #2f8fc4; }
.device[data-ch="telegram"] .device-chat { background: #e4ebef; }
.device[data-ch="telegram"] .bubble.user { background: #e3f2fd; }
.device[data-ch="imessage"] .device-top { background: #f3f3f5; color: #111; }
.device[data-ch="imessage"] .device-top .avatar { background: var(--ink); color: #fff; }
.device[data-ch="imessage"] .device-chat { background: #fff; }
.device[data-ch="imessage"] .bubble.ai { background: #eceaea; }
.device[data-ch="imessage"] .bubble.user { background: #2a8cf5; color: #fff; }
.device[data-ch="imessage"] .bubble.user .time { color: rgba(255,255,255,.75); }

/* scene dots */
.scene-dots { display: flex; gap: 7px; justify-content: center; margin-top: 18px; }
.scene-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0; cursor: pointer; background: var(--line); transition: .25s; }
.scene-dots button.on { background: var(--brass); width: 22px; border-radius: 999px; }
.scene-label { text-align: center; font-size: .8rem; color: var(--text-soft); margin-top: 12px; min-height: 1.2em; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden; padding: 76px 0 92px;
  background:
    radial-gradient(1100px 560px at 88% -16%, rgba(46,53,102,.09), transparent 62%),
    radial-gradient(700px 440px at -8% 110%, rgba(201,139,46,.10), transparent 58%),
    var(--paper);
}
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
.hero h1 em { font-style: italic; color: var(--indigo); }
.hero .tagline { font-family: var(--font-display); font-style: italic; color: var(--brass); font-size: 1.18rem; margin: 6px 0 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 24px; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; font-size: .84rem; color: var(--text-soft); }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 15px; height: 15px; color: var(--brass); flex: none; }

/* hero stage — device on a tinted panel. NOTHING overlaps the screen. */
.hero-stage {
  position: relative; border-radius: 28px; padding: 38px 30px 30px;
  background: linear-gradient(165deg, var(--mist), #fff 62%);
  box-shadow: var(--shadow-md), var(--ring);
}
.stage-person {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 999px; padding: 7px 18px 7px 7px;
  box-shadow: var(--shadow-sm); width: -webkit-fit-content; width: fit-content;
  margin: 0 auto 22px;
}
.stage-person img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none; }
.stage-person b { display: block; font-size: .86rem; color: var(--ink); font-weight: 550; line-height: 1.25; }
.stage-person small { font-size: .74rem; color: var(--text-soft); }
.stage-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.stage-card {
  background: #fff; border-radius: 13px; box-shadow: var(--shadow-sm);
  padding: 11px 13px; font-size: .76rem; display: flex; gap: 9px; align-items: center;
}
.stage-card b { display: block; font-size: .79rem; color: var(--ink); font-weight: 550; line-height: 1.3; }
.stage-card small { color: var(--text-soft); font-size: .72rem; }
.stage-card .dot { width: 30px; height: 30px; border-radius: 9px; flex: none; display: flex; align-items: center; justify-content: center; }
.stage-card .dot.a { background: var(--brass-tint); color: var(--brass); }
.stage-card .dot.b { background: #fdecea; color: var(--danger); }

/* ============================================================
   SECTIONS
   ============================================================ */
section { padding: 96px 0; }
section.tight { padding: 68px 0; }
.section-alt { background: var(--paper-2); }
.section-dark {
  background: radial-gradient(1000px 520px at 84% -12%, rgba(201,139,46,.13), transparent 62%), var(--ink);
  color: #b9c0d8;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .lead { color: #9aa3c0; }
.section-head { max-width: 700px; margin: 0 auto 54px; text-align: center; }

.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat b { font-family: var(--font-display); font-size: clamp(1.9rem, 3.2vw, 2.9rem); color: var(--brass-lt); display: block; line-height: 1.05; letter-spacing: -.03em; }
.stat span { font-size: .87rem; color: #9aa3c0; }

/* ---------- cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--white); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm), var(--ring); transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md), var(--ring); }
.card .icon { width: 48px; height: 48px; border-radius: 14px; background: var(--brass-tint); color: var(--brass-ink); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.25rem; flex: none; }
.card .icon.gold { background: var(--indigo-tint, #eceef6); color: var(--indigo); }
.card .icon svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .93rem; color: var(--text-soft); margin-bottom: 0; }
.section-dark .card { background: rgba(255,255,255,.05); box-shadow: none; border: 1px solid rgba(255,255,255,.1); }
.section-dark .card p { color: #9aa3c0; }
.section-dark .card .icon { background: rgba(255,255,255,.09); color: var(--brass-lt); }

.photo-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm), var(--ring); transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s; display: flex; flex-direction: column; }
.photo-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md), var(--ring); }
.photo-card .ph { position: relative; overflow: hidden; padding-top: 66%; }
.photo-card .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.photo-card:hover .ph img { transform: scale(1.05); }
.photo-card .bd { padding: 26px 28px 30px; flex: 1; }
.photo-card h3 { font-size: 1.18rem; }
.photo-card p { font-size: .92rem; color: var(--text-soft); margin: 0; }

/* ---------- steps ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { padding: 30px 24px 26px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm), var(--ring); }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 1.9rem; font-weight: 600; color: var(--brass-soft); display: block; margin-bottom: 8px; letter-spacing: -.03em; }
.step h3 { font-size: 1.08rem; }
.step p { font-size: .88rem; color: var(--text-soft); margin: 0; }

/* timeline */
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 25px; top: 10px; bottom: 10px; width: 1px; background: var(--line); }
.t-item { position: relative; padding: 0 0 44px 78px; }
.t-item:last-child { padding-bottom: 0; }
.t-item .t-dot { position: absolute; left: 6px; top: 0; width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--brass-ink); display: flex; align-items: center; justify-content: center; font-size: .92rem; box-shadow: var(--shadow-xs); }
.t-item .t-time { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--brass-ink); }
.t-item h3 { margin: 5px 0 7px; font-size: 1.18rem; }
.t-item p { color: var(--text-soft); font-size: .94rem; margin: 0; }

/* ---------- split rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split + .split { margin-top: 96px; }
.split .photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); position: relative; padding-top: 72%; }
.split .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split .visual { border-radius: var(--radius); background: linear-gradient(160deg, var(--mist), #fff); display: flex; align-items: center; justify-content: center; padding: 34px 26px; box-shadow: var(--shadow-sm), var(--ring); }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; }
.check-list li { position: relative; padding: 7px 0 7px 32px; font-size: .97rem; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 19px; height: 19px; border-radius: 50%;
  background: var(--brass-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238f6010' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px; background-position: center; background-repeat: no-repeat;
}

/* ---------- full-bleed band ---------- */
.band { position: relative; padding: 120px 0; overflow: hidden; background: var(--ink); }
.band .bg { position: absolute; inset: 0; }
.band .bg img { width: 100%; height: 100%; object-fit: cover; }
.band .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,24,51,.93) 20%, rgba(20,24,51,.68) 56%, rgba(20,24,51,.38)); }
.band .container { position: relative; z-index: 2; }
.band h2, .band h3 { color: #fff; }
.band p { color: #c2c8dd; }
.band .quote-big { font-family: var(--font-display); font-style: italic; font-size: clamp(1.35rem,2.4vw,2rem); color: #fff; line-height: 1.36; letter-spacing: -.02em; }

/* ---------- table ---------- */
.table-scroll { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm), var(--ring); background: #fff; -webkit-overflow-scrolling: touch; }
table.compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 760px; }
table.compare th, table.compare td { padding: 15px 16px; text-align: center; font-size: .86rem; border-bottom: 1px solid var(--line-soft); }
table.compare th { font-family: var(--font-body); font-weight: 550; color: var(--ink); background: var(--paper-2); }
table.compare td:first-child, table.compare th:first-child { text-align: left; font-weight: 500; color: var(--ink); }
table.compare tr.hero-row { background: var(--brass-tint); }
table.compare tr.hero-row td { font-weight: 550; color: var(--ink); }
.yes { color: var(--brass-ink); font-weight: 600; }
.no { color: #b9bcc9; }
.part { color: var(--slate); font-weight: 550; font-size: .78rem; }

/* ---------- testimonials ---------- */
.pilot-note { display: inline-block; font-size: .72rem; font-weight: 550; background: var(--brass-tint); color: var(--brass-ink); border: 1px solid var(--brass-soft); border-radius: 999px; padding: 6px 15px; margin-bottom: 18px; letter-spacing: .06em; text-transform: uppercase; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { background: #fff; border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm), var(--ring); display: flex; flex-direction: column; }
.quote .stars { color: var(--brass-lt); letter-spacing: 3px; font-size: .88rem; margin-bottom: 14px; }
.quote p { font-size: .95rem; color: var(--text); flex: 1; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.quote .who .av { width: 40px; height: 40px; border-radius: 50%; flex: none; background: var(--ink); color: var(--brass-lt); font-weight: 600; display: flex; align-items: center; justify-content: center; font-size: .84rem; }
.quote .who b { display: block; font-size: .89rem; color: var(--ink); font-weight: 550; }
.quote .who small { color: var(--text-soft); font-size: .78rem; }

/* ---------- pricing ---------- */
.toggle-row { display: flex; align-items: center; justify-content: center; gap: 13px; margin-bottom: 46px; font-size: .92rem; font-weight: 500; color: var(--ink); flex-wrap: wrap; }
.toggle-row .save { font-size: .73rem; background: var(--brass-tint); color: var(--brass-ink); border-radius: 999px; padding: 4px 12px; font-weight: 550; }
.switch { position: relative; width: 52px; height: 29px; background: var(--ink); border-radius: 999px; border: 0; cursor: pointer; flex: none; }
.switch::after { content: ""; position: absolute; top: 4px; left: 4px; width: 21px; height: 21px; border-radius: 50%; background: #fff; transition: left .26s cubic-bezier(.2,.7,.3,1); }
.switch[aria-checked="true"] { background: var(--brass); }
.switch[aria-checked="true"]::after { left: 27px; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { background: #fff; border-radius: 22px; padding: 40px 32px; box-shadow: var(--shadow-sm), var(--ring); display: flex; flex-direction: column; position: relative; }
.price-card.featured { box-shadow: var(--shadow-lg); border: 1px solid var(--brass); }
.price-card .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--brass); color: #fff; font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border-radius: 999px; padding: 6px 16px; white-space: nowrap; }
.price-card h3 { font-size: .88rem; letter-spacing: .14em; text-transform: uppercase; font-family: var(--font-body); font-weight: 600; color: var(--text-soft); }
.price-card .amount { font-family: var(--font-display); font-size: 3.1rem; color: var(--ink); line-height: 1; margin: 12px 0 2px; letter-spacing: -.035em; }
.price-card .amount small { font-size: .92rem; font-family: var(--font-body); color: var(--text-soft); font-weight: 450; letter-spacing: 0; }
.price-card .per { font-size: .8rem; color: var(--text-soft); margin-bottom: 22px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.price-card ul li { position: relative; padding: 9px 0 9px 28px; font-size: .89rem; border-bottom: 1px solid var(--line-soft); }
.price-card ul li:last-child { border-bottom: 0; }
.price-card ul li::before {
  content: ""; position: absolute; left: 0; top: 13px; width: 17px; height: 17px; border-radius: 50%;
  background: var(--brass-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238f6010' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 10px; background-position: center; background-repeat: no-repeat;
}
.price-card ul li.head { font-weight: 600; color: var(--brass-ink); padding-left: 0; }
.price-card ul li.head::before { display: none; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-xs), var(--ring); margin-bottom: 11px; overflow: hidden; }
.faq-item button { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--font-body); font-size: .98rem; font-weight: 500; color: var(--ink); padding: 21px 56px 21px 24px; position: relative; line-height: 1.45; }
.faq-item button::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 1.35rem; font-weight: 300; color: var(--brass); transition: transform .3s; }
.faq-item.open button::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-a { max-height: 0; overflow: hidden; transition: max-height .38s cubic-bezier(.2,.7,.3,1); }
.faq-item.open .faq-a { max-height: 520px; }
.faq-item .faq-a p { padding: 0 24px 22px; margin: 0; color: var(--text-soft); font-size: .93rem; }

/* ---------- CTA ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 26px; padding: 78px 40px; text-align: center; color: #c8cee2; background: var(--ink); box-shadow: var(--shadow-lg); }
.cta-band .cta-bg { position: absolute; inset: 0; opacity: .3; }
.cta-band .cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band .cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,24,51,.55), rgba(20,24,51,.9)); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band .tagline { font-family: var(--font-display); font-style: italic; color: var(--brass-lt); font-size: 1.1rem; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }

/* ============================================================
   FOOTER
   ============================================================ */
footer.site-footer { background: var(--ink); color: #8b93b3; padding: 74px 0 32px; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 44px; margin-bottom: 50px; }
.footer-grid h4 { color: #fff; font-family: var(--font-body); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; font-weight: 550; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a { color: #8b93b3; }
.footer-grid a:hover { color: #fff; }
.footer-brand p { font-size: .86rem; max-width: 310px; }
.footer-brand .tagline { font-family: var(--font-display); font-style: italic; color: var(--brass-lt); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .76rem; color: #6d759a; }
.footer-bottom a { color: #8b93b3; }

/* ============================================================
   FORMS / AUTH / WIZARD
   ============================================================ */
.auth-wrap { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 60px 22px; }
.auth-card { background: #fff; border-radius: 22px; box-shadow: var(--shadow-lg), var(--ring); padding: 46px 42px; width: 100%; max-width: 446px; }
.auth-card h1 { font-size: 1.8rem; margin-bottom: 6px; }
.auth-card .sub { color: var(--text-soft); font-size: .93rem; margin-bottom: 28px; }
.sso-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 13px; font-family: var(--font-body); font-size: .92rem; font-weight: 500; color: var(--ink); cursor: pointer; margin-bottom: 10px; transition: .25s; }
.sso-btn:hover { border-color: var(--ink); background: var(--mist); }
.sso-btn svg { width: 19px; height: 19px; flex: none; }
.divider { display: flex; align-items: center; gap: 13px; color: var(--text-soft); font-size: .72rem; margin: 22px 0; text-transform: uppercase; letter-spacing: .14em; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }

.field { margin-bottom: 18px; }
.field label { display: block; font-size: .83rem; font-weight: 550; color: var(--ink); margin-bottom: 7px; }
.field .hint { font-size: .76rem; color: var(--text-soft); margin-top: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px;
  font-family: var(--font-body); font-size: .93rem; color: var(--ink); background: #fff; transition: .2s;
  -webkit-appearance: none; appearance: none;
}
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23616880' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-size: 15px; padding-right: 38px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--indigo-lt); box-shadow: 0 0 0 3px rgba(58,67,134,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-note { font-size: .8rem; color: var(--text-soft); }
.form-note a { text-decoration: underline; text-underline-offset: 2px; }

.wizard-wrap { max-width: 880px; margin: 0 auto; padding: 52px 22px 90px; }
.wizard-progress { display: flex; gap: 6px; margin-bottom: 40px; }
.wizard-progress i { flex: 1; height: 4px; border-radius: 4px; background: var(--line); transition: background .35s; }
.wizard-progress i.done { background: var(--brass); }
.wizard-step-label { font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass-ink); margin-bottom: 10px; }
.wizard-card { background: #fff; border-radius: 22px; box-shadow: var(--shadow-md), var(--ring); padding: 44px 46px; }
.wizard-card h2 { font-size: 1.7rem; }
.wizard-card .sub { color: var(--text-soft); margin-bottom: 30px; font-size: .94rem; }
.wizard-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.wizard-nav > span { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.wstep { display: none; }
.wstep.active { display: block; animation: fadeUp .45s cubic-bezier(.2,.7,.3,1); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.repeat-block { border: 1px dashed var(--line); border-radius: var(--radius-sm); padding: 20px; margin-bottom: 13px; position: relative; background: #fdfdfb; }
.repeat-block .remove-row { position: absolute; top: 8px; right: 10px; background: none; border: 0; color: var(--danger); cursor: pointer; font-size: .95rem; font-weight: 600; line-height: 1; padding: 4px 6px; }
.add-row-btn { background: var(--mist); color: var(--indigo); border: 0; border-radius: 999px; font-weight: 550; font-size: .86rem; padding: 11px 21px; cursor: pointer; transition: .2s; }
.add-row-btn:hover { background: var(--line); }

.chip-row { display: flex; gap: 9px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); border-radius: 999px; padding: 10px 17px; font-size: .86rem; cursor: pointer; background: #fff; font-family: var(--font-body); transition: .18s; color: var(--text); }
.chip.selected, .chip:hover { border-color: var(--brass); background: var(--brass-tint); color: var(--brass); font-weight: 550; }

.mini-head { font-family: var(--font-body); font-size: .93rem; font-weight: 600; color: var(--ink); margin: 34px 0 4px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mini-head:first-of-type { margin-top: 12px; }
.mini-sub { font-size: .84rem; color: var(--text-soft); margin: 0 0 14px; }
.opt-tag { font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: var(--mist); color: var(--text-soft); border-radius: 999px; padding: 3px 9px; }

.disclose-btn { background: none; border: 0; cursor: pointer; padding: 9px 0; font-family: var(--font-body); font-size: .86rem; font-weight: 550; color: var(--indigo-lt); display: inline-flex; align-items: center; gap: 7px; }
.disclose-btn::before { content: "+"; font-size: 1.1rem; line-height: 1; transition: transform .22s; }
.disclose-btn.open::before { transform: rotate(45deg); }
.disclose-panel { display: none; }

.meal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.meal-row { display: flex; align-items: center; gap: 9px; }
.meal-row .chip { flex: 1; text-align: center; }
.meal-chip { position: relative; padding-left: 33px; }
.meal-chip::before { content: ""; position: absolute; left: 11px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border-radius: 5px; border: 1px solid var(--line); background: #fff; }
.meal-chip.selected::before {
  background: var(--brass); border-color: var(--brass);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px; background-position: center; background-repeat: no-repeat;
}
.meal-chip:not(.selected) { color: var(--text-soft); font-weight: 450; }
.meal-row input[type=time] { width: 116px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; font-family: var(--font-body); font-size: .86rem; color: var(--ink); background: #fff; }
.meal-row input[type=time]:disabled { opacity: .4; background: var(--paper); }

.circle-note { background: var(--brass-tint); border: 1px solid var(--brass-soft); border-radius: var(--radius-sm); padding: 16px 20px; font-size: .88rem; margin-bottom: 8px; color: var(--text); }
.review-box { background: var(--paper); border-radius: var(--radius-sm); padding: 20px 22px; margin-bottom: 12px; }
.review-box h4 { margin: 0 0 8px; font-family: var(--font-body); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--brass-ink); font-weight: 600; }
.review-box p { margin: 0; font-size: .9rem; }
.success-panel { text-align: center; padding: 30px 8px; }
.success-panel .big-check { width: 88px; height: 88px; margin: 0 auto 26px; border-radius: 50%; background: var(--brass-tint); display: flex; align-items: center; justify-content: center; }
.success-panel .big-check svg { width: 42px; height: 42px; color: var(--brass); }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm), var(--ring); transition: .35s cubic-bezier(.2,.7,.3,1); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md), var(--ring); }
.post-card .thumb { position: relative; overflow: hidden; padding-top: 56%; }
.post-card .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.post-card:hover .thumb img { transform: scale(1.06); }
.post-card .thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,24,51,.05), rgba(20,24,51,.52)); }
.post-card .thumb span { position: absolute; left: 16px; bottom: 14px; z-index: 2; background: rgba(255,255,255,.95); color: var(--ink); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px; padding: 5px 12px; }
.post-card .body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.13rem; line-height: 1.32; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--indigo-lt); }
.post-card p { font-size: .88rem; color: var(--text-soft); flex: 1; }
.post-card .meta { font-size: .76rem; color: #9aa0b4; margin-top: 12px; }

.article-hero { padding: 72px 0 36px; }
.article-hero .meta { color: var(--text-soft); font-size: .86rem; }
.article-figure { max-width: 900px; margin: 0 auto 44px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.article-body { max-width: 730px; margin: 0 auto; padding-bottom: 80px; font-size: 1.04rem; }
.article-body h2 { font-size: 1.55rem; margin-top: 2em; }
.article-body h3 { font-size: 1.18rem; margin-top: 1.6em; }
.article-body blockquote { border-left: 2px solid var(--brass); margin: 1.7em 0; padding: 4px 0 4px 22px; font-family: var(--font-display); font-style: italic; font-size: 1.14rem; color: var(--ink); }
.article-body .article-cta { background: var(--mist); border-radius: var(--radius); padding: 28px 30px; margin: 2.4em 0; }
.article-body .article-cta p { margin-bottom: 16px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 54px; align-items: start; }
.info-line { display: flex; gap: 15px; margin-bottom: 24px; }
.info-line .dot { width: 42px; height: 42px; border-radius: 12px; background: var(--brass-tint); color: var(--brass-ink); display: flex; align-items: center; justify-content: center; flex: none; }
.info-line .dot svg { width: 19px; height: 19px; }
.info-line b { display: block; color: var(--ink); font-size: .92rem; font-weight: 550; }
.info-line span, .info-line a { font-size: .9rem; color: var(--text-soft); }

/* ---------- misc ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.visible { opacity: 1; transform: none; }
.pill-list { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.pill-list span { background: #fff; border: 1px solid var(--line-soft); border-radius: 999px; padding: 9px 17px; font-size: .86rem; color: var(--ink); box-shadow: var(--shadow-xs); }
.legal-body { max-width: 780px; margin: 0 auto; padding: 56px 22px 92px; font-size: .95rem; }
.legal-body h2 { font-size: 1.34rem; margin-top: 2em; }
.notice-box { background: var(--brass-tint); border: 1px solid var(--brass-soft); border-radius: var(--radius-sm); padding: 17px 20px; font-size: .88rem; }
.figcap { font-size: .77rem; color: var(--text-soft); text-align: center; margin-top: 12px; }
.wide-figure { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); position: relative; padding-top: 38%; }
.wide-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-stage { max-width: 460px; margin: 0 auto; }
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .card-grid, .card-grid.four, .quote-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 470px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; gap: 38px; }
  .split + .split { margin-top: 64px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .wide-figure { padding-top: 50%; }
}
@media (max-width: 760px) {
  nav.main-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); flex-direction: column; align-items: flex-start;
    padding: 20px 26px 28px; gap: 16px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  nav.main-links.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-cta .btn-ghost { display: none; }
  .card-grid, .card-grid.four, .card-grid.two, .quote-grid, .blog-grid, .steps { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  section { padding: 60px 0; }
  .band { padding: 80px 0; }
  .cta-band { padding: 52px 22px; }
  .wizard-card { padding: 30px 22px; }
  .meal-grid, .field-row { grid-template-columns: 1fr; }
  .wizard-nav { flex-direction: column-reverse; align-items: stretch; }
  .wizard-nav > span { flex-direction: column; align-items: stretch; }
  .wizard-nav .btn { width: 100%; }
  .auth-card { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .t-item { padding-left: 62px; padding-bottom: 36px; }
  .timeline::before { left: 19px; }
  .t-item .t-dot { width: 32px; height: 32px; left: 3px; font-size: .82rem; }
  .hero-stage { padding: 28px 18px 24px; }
  .stage-cards { grid-template-columns: 1fr; }
  .wide-figure { padding-top: 62%; }
  .container { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
}
@media (max-width: 380px) {
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .channel { font-size: .78rem; padding: 7px 12px 7px 7px; }
}
