/* linevak-only additions on top of the shared Parent Vertical system (styles.css). */

/* linevak — accent. BLUE is the default (founder + family vote, 2026-09-23).
   To swap for everyone: change data-accent on <html> in each page, or just
   flip the default here. To compare on the live site without editing
   anything: add ?accent=orange or ?accent=blue to any linevak.com URL. */
:root:root{
  --accent:#2563eb; --accent-strong:#1d4ed8; --accent-ink:#1e40af; --accent-soft:#eff6ff;
  --grad-wash:linear-gradient(150deg,#eff6ff,#dbeafe,#bfdbfe,#e0f2fe);
  --grad-cta:linear-gradient(135deg,#1e40af 0%,#2563eb 55%,#0284c7 100%);
  --accent-rgb:37,99,235; --accent-deep-rgb:30,64,175;
}
:root:root[data-accent="orange"]{
  --accent:#f97316; --accent-strong:#ea580c; --accent-ink:#c2410c; --accent-soft:#fff7ed;
  --grad-wash:linear-gradient(150deg,#fff7ed,#ffedd5,#fed7aa,#fef3c7);
  --grad-cta:linear-gradient(135deg,#c2410c 0%,#ea580c 55%,#f97316 100%);
  --accent-rgb:249,115,22; --accent-deep-rgb:194,65,12;
}


/* The shared hero control has mailvak's green baked into its border and glow;
   these read linevak's accent instead. */
#heroForm { border-color: rgba(var(--accent-rgb), .28); box-shadow: 0 1px 2px rgba(15,23,42,.05), 0 20px 44px -24px rgba(var(--accent-deep-rgb), .5); }
#heroForm:hover { border-color: rgba(var(--accent-rgb), .45); }
#heroForm:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .12), 0 20px 44px -24px rgba(var(--accent-deep-rgb), .5); }
.btn-hero { background: var(--grad-cta); box-shadow: 0 10px 28px -8px rgba(var(--accent-deep-rgb), .55); }
.btn-hero:hover { box-shadow: 0 16px 38px -10px rgba(var(--accent-deep-rgb), .62); }

/* One page, two languages: the switch flips which half shows. */
html[lang="en"] .es, html[lang="es"] .en { display: none !important; }
.lang-switch a { cursor: pointer; }

/* ---------- hero preview: the text arriving, and the code going in ---------- */
.lv-preview { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.lv-notif, .lv-entry { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 18px; display: grid; gap: 12px; align-content: start; }
.lv-label { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--text-dim); }
.lv-banner { display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items: start; background: #f1f5f9; border-radius: 16px; padding: 12px 13px; }
.lv-banner .app { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--grad-cta); color: #fff; }
.lv-banner .app svg { width: 19px; height: 19px; }
.lv-banner b { font-size: 14px; }
.lv-banner p { font-size: 14px; color: #1e293b; line-height: 1.45; margin-top: 2px; }
.lv-banner time { font-size: 12px; color: var(--text-dim); }
.lv-otp { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.lv-otp span { aspect-ratio: 1 / 1.15; max-width: 100%; display: grid; place-items: center; border: 1.5px solid var(--border); border-radius: 11px; font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--text); background: var(--bg-soft); }
.lv-otp span.on { border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .12); }
.lv-ok { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #15803d; }
.lv-ok svg { width: 18px; height: 18px; }
.lv-mini { font-size: 13px; color: var(--text-mid); }
@media (max-width: 760px) { .lv-preview { grid-template-columns: 1fr; } }

/* ---------- signature: one call, the right text on every phone ---------- */
.lv-sms { display: grid; gap: 12px; }
.lv-sms .row { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; box-shadow: var(--shadow-sm); }
.lv-sms .ico { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.lv-sms .ico svg { width: 19px; height: 19px; }
.lv-sms .bubble { font-size: 14px; color: #1e293b; line-height: 1.45; }
.lv-sms .bubble b { display: block; font-size: 12px; color: var(--text-dim); font-weight: 600; margin-bottom: 2px; }
.lv-sms-note { margin-top: 12px; font-size: 13px; color: var(--text-dim); text-align: center; }

/* ---------- two lanes ---------- */
.lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.lane { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-xs); display: grid; gap: 14px; align-content: start; }
.lane .tag { justify-self: start; font-size: 12.5px; font-weight: 700; padding: 4px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-ink); }
.lane .tag.later { background: var(--bg-alt); color: var(--text-mid); }
.lane h3 { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.lane p { color: var(--text-mid); font-size: 15px; }
.lane ul { list-style: none; display: grid; gap: 8px; }
.lane li { display: grid; grid-template-columns: 18px 1fr; gap: 9px; font-size: 14.5px; color: var(--text); }
.lane li svg { width: 18px; height: 18px; color: var(--accent-strong); margin-top: 2px; }
.lane .sample { font-size: 13.5px; background: var(--bg-soft); border: 1px solid var(--border-soft); border-radius: 12px; padding: 11px 13px; color: #1e293b; }
@media (max-width: 880px) { .lanes { grid-template-columns: 1fr; } }

/* ---------- recipients band ---------- */
.kw { display: inline-block; font-weight: 800; background: var(--text); color: #fff; border-radius: 6px; padding: 0 7px; font-size: .85em; letter-spacing: .03em; }
.foot-base address { font-style: normal; }

/* The request card keeps its lines intact and scrolls on its own on a phone,
   instead of widening the page. */
.mux > * { min-width: 0; }
.mux-call { overflow-x: auto; white-space: nowrap; }

/* ---------- policy pages (/sms, /terms, /privacy): a reading column ---------- */
.doc { max-width: 760px; margin: 0 auto; padding: 56px 0 88px; }
.doc h1 { font-size: clamp(30px, 3.6vw, 40px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 8px; text-wrap: balance; }
.doc .upd { color: var(--text-dim); font-size: 14px; margin-bottom: 30px; }
.doc h2 { font-size: 20px; font-weight: 700; letter-spacing: -.02em; margin: 36px 0 10px; }
.doc p, .doc li { font-size: 16px; color: #1e293b; line-height: 1.7; }
.doc p + p { margin-top: 12px; }
.doc ul { padding-left: 22px; display: grid; gap: 6px; margin: 8px 0; }
.doc a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 2px; }
.doc .note { background: var(--accent-soft); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 10px; padding: 12px 15px; font-size: 14.5px; color: var(--text-mid); margin: 18px 0; }
.doc .sample { background: #0b1020; color: #dbe7f5; border-radius: 12px; padding: 13px 15px; font-size: 14.5px; line-height: 1.5; margin: 10px 0; }
.doc .sample b { color: #93c5fd; display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 5px; font-weight: 700; }
:root[data-accent="orange"] .doc .sample b { color: #fdba74; }
.doc .card { border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; margin: 14px 0; }
/* the consent example: a faithful copy of an app's sign-in step, its own look */
.optin { max-width: 380px; margin: 18px auto; background: #0e1311; color: #eef2f0; border-radius: 18px; padding: 26px 22px; text-align: center; font-family: Inter, system-ui, sans-serif; }
.optin .t { font-size: 21px; font-weight: 700; margin: 0 0 4px; color: #fff; }
.optin .s { font-size: 14px; color: #9aa5a0; margin: 0 0 16px; }
.optin .in { background: #1a211e; border: 1px solid #2c3631; border-radius: 12px; padding: 14px; font-size: 16px; color: #eef2f0; margin-bottom: 12px; }
.optin label { display: flex; gap: 9px; text-align: left; align-items: flex-start; font-size: 12.5px; line-height: 1.45; color: #c9d2ce; margin: 0 0 14px; }
.optin input[type=checkbox] { width: 17px; height: 17px; margin: 1px 0 0; flex: none; accent-color: #34e08a; }
.optin .btn { display: block; background: #34e08a; color: #06130c; font-weight: 700; border-radius: 12px; padding: 14px; font-size: 16px; }
.optin .btn[aria-disabled=true] { opacity: .45; }
.optin .fine { font-size: 11.5px; color: #8b978f; margin: 12px 0 0; line-height: 1.45; }
.optin .fine a { color: #8b978f; }

/* ---------- the whole line: product cards with an honest status ---------- */
.lv-line .card { position: relative; }
.lv-status { position: absolute; top: 22px; right: 22px; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-ink); }
.lv-status.next { background: #fef3c7; color: #92400e; }
.lv-status.later { background: var(--bg-alt); color: var(--text-mid); }
.grid.lv-line { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .grid.lv-line { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid.lv-line { grid-template-columns: 1fr; } }
