/* ==========================================================================
   Leadcrm — public landing page stylesheet
   Served statically from /landing/css/landing.css (no auth, no bundler).
   Everything is prefixed .lcl- so it can never collide with the app shell.
   All motion is CSS-only: version upgrades cannot break it.
   ========================================================================== */

.lcl {
  --primary: #2563eb;
  --primary-deep: #1e3a8a;
  --navy: #0b1734;
  --navy-2: #13275c;
  --accent: #f97316;
  --accent-hover: #ea6a0a;
  --ink: #1e293b;
  --ink-muted: #64748b;
  --ink-onDark: #bfcde8;
  --ink-onDark-muted: #8fa3cc;
  --canvas: #f3f5fa;
  --surface: #fff;
  --border: #e1e7f1;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  font-family: 'Public Sans', 'Noto Sans Tamil', 'Noto Sans Devanagari',
    'Noto Kufi Arabic', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
  text-wrap: pretty;
  overflow-x: hidden;
}
.lcl *, .lcl *::before, .lcl *::after { box-sizing: border-box; }
.lcl h1, .lcl h2, .lcl h3 { margin: 0; letter-spacing: -.03em; line-height: 1.1; }
.lcl p { margin: 0; }
/* .lcl a { color: var(--primary); text-decoration: none; } */
.lcl a { color: #ffffff; text-decoration: none; }
.lcl a:hover { color: var(--accent); }
.lcl button { font: inherit; cursor: pointer; border: 0; }

.lcl-container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
.lcl-section { padding: clamp(56px, 7vw, 104px) 0; }
.lcl-kicker { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.lcl-h2 { font-size: clamp(28px, 3.4vw, 44px); max-width: 24ch; }
.lcl-lead { font-size: 15.5px; line-height: 1.6; color: var(--ink-muted); max-width: 40ch; }
.lcl-mono { font-family: var(--mono); }

/* ---------- motion ---------------------------------------------------- */
@property --lclNum { syntax: '<integer>'; initial-value: 0; inherits: false; }
@keyframes lclRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes lclType { from { width: 0; } to { width: 100%; } }
@keyframes lclCaret { 50% { opacity: 0; } }
@keyframes lclAgent { 0%,6% { opacity: 0; transform: translateY(8px); } 12%,88% { opacity: 1; transform: none; } 100% { opacity: 1; } }
@keyframes lclRow { 0%,10% { opacity: 0; transform: translateY(10px) scale(.98); } 18%,92% { opacity: 1; transform: none; } 100% { opacity: 1; } }
@keyframes lclCount { from { --lclNum: 0; } to { --lclNum: 194; } }
@keyframes lclFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-16px) rotate(2deg); } }
@keyframes lclOrbit { to { transform: rotate(360deg); } }
@keyframes lclMarquee { to { transform: translateX(-50%); } }
@keyframes lclSheen { 0% { transform: translateX(-120%) skewX(-18deg); } 55%,100% { transform: translateX(320%) skewX(-18deg); } }
@keyframes lclPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(249,115,22,.55); } 70% { box-shadow: 0 0 0 18px rgba(249,115,22,0); } }
@media (prefers-reduced-motion: reduce) { .lcl *, .lcl *::before, .lcl *::after { animation: none !important; } }

/* ---------- buttons --------------------------------------------------- */
.lcl-btn { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; font-weight: 700; }
.lcl-btn--accent { position: relative; overflow: hidden; background: var(--accent); color: #fff; font-size: 16px; padding: 15px 26px; animation: lclPulse 3.4s ease-out infinite; }
.lcl-btn--accent:hover { background: var(--accent-hover); color: #fff; }
.lcl-btn--accent .lcl-sheen { position: absolute; top: 0; bottom: 0; width: 40px; background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.45), rgba(255,255,255,0)); animation: lclSheen 4.2s ease-in-out infinite; }
.lcl-btn--ghost { color: #fff; font-weight: 600; font-size: 16px; padding: 15px 24px; border: 1px solid rgba(255,255,255,.26); }
.lcl-btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.lcl-play { width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent var(--accent); }

/* ---------- header ---------------------------------------------------- */
.lcl-header { position: sticky; top: 0; z-index: 50; background: rgba(11,23,52,.88); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.09); }
.lcl-header__inner { display: flex; align-items: center; gap: 26px; height: 68px; }
.lcl-logo { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
.lcl-logo__mark { width: 30px; height: 30px; border-radius: 11px 4px 11px 11px; background: linear-gradient(135deg, var(--primary), var(--accent)); }
.lcl-nav { display: flex; flex-wrap: wrap; gap: 4px; flex: 1; margin-inline-start: 12px; }
.lcl-nav a { color: #c7d2e8; font-size: 14.5px; font-weight: 500; padding: 8px 12px; border-radius: 999px; }
.lcl-nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.lcl-actions { display: flex; align-items: center; gap: 10px; }
.lcl-login { color: #fff; font-size: 14.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); }
.lcl-login:hover { background: rgba(255,255,255,.1); color: #fff; }
.lcl-cta-sm { background: var(--accent); color: #fff; font-size: 14.5px; font-weight: 700; padding: 10px 18px; border-radius: 999px; }
.lcl-cta-sm:hover { background: var(--accent-hover); color: #fff; }

/* pill switchers (language, currency, billing cycle) */
.lcl-switch { display: flex; align-items: center; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.lcl-switch button { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; padding: 6px 11px; border-radius: 999px; background: transparent; color: var(--ink-onDark); }
.lcl-switch button[aria-pressed='true'] { background: var(--accent); color: #fff; }
.lcl-switch--wide button { font-size: 13.5px; letter-spacing: 0; padding: 9px 18px; }

@media (max-width: 900px) {
  .lcl-header__inner { height: auto; flex-wrap: wrap; padding-block: 12px; gap: 12px; }
  .lcl-nav { order: 3; flex-basis: 100%; margin-inline-start: 0; }
}

/* ---------- hero ------------------------------------------------------ */
.lcl-hero { position: relative; overflow: hidden; color: #fff; padding: clamp(48px,6vw,88px) 0 clamp(70px,8vw,120px);
  background: radial-gradient(120% 90% at 85% -10%, #2a4fb0 0%, rgba(42,79,176,0) 55%),
              linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 58%, var(--primary-deep) 100%); }
.lcl-hero__ring { position: absolute; inset-inline-end: -140px; top: 40px; width: 420px; height: 420px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.14); animation: lclOrbit 46s linear infinite; }
.lcl-hero__blob { position: absolute; inset-inline-start: -90px; bottom: -60px; width: 260px; height: 260px; border-radius: 46% 54% 38% 62%; background: rgba(249,115,22,.16); filter: blur(10px); animation: lclFloat 13s ease-in-out infinite; }
.lcl-hero__grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: clamp(32px,4vw,56px); align-items: center; }
.lcl-hero__copy { animation: lclRise .7s ease both; }
.lcl-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 9px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); font-size: 13px; font-weight: 600; color: #dce6fa; }
.lcl-badge__dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.2); }
.lcl-hero h1 { margin-top: 18px; font-size: clamp(38px,5.4vw,64px); line-height: 1.03; letter-spacing: -.035em; font-weight: 800; }
.lcl-hero__sub { margin-top: 20px; font-size: clamp(16.5px,1.5vw,19.5px); line-height: 1.6; color: var(--ink-onDark); max-width: 54ch; }
.lcl-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lcl-hero__trust { margin-top: 22px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-onDark-muted); }

/* product mock */
.lcl-mock { position: relative; margin-bottom: 56px; animation: lclRise .9s ease both .15s; }
.lcl-mock__counter { position: absolute; inset-inline-end: -10px; top: -26px; z-index: 2; background: #fff; color: var(--navy); border-radius: 18px 18px 18px 6px; padding: 14px 18px; box-shadow: 0 24px 60px -22px rgba(3,10,30,.7); animation: lclFloat 9s ease-in-out infinite; }
.lcl-count { font-family: var(--mono); font-size: 30px; font-weight: 500; line-height: 1; color: var(--primary-deep); counter-reset: lcln var(--lclNum); animation: lclCount 6s ease-out infinite alternate; }
.lcl-count::after { content: counter(lcln); font-variant-numeric: tabular-nums; }
.lcl-mock__counter span.lcl-caps { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-muted); margin-top: 4px; }
.lcl-window { border-radius: 22px; background: #fff; color: var(--ink); overflow: hidden; border: 1px solid rgba(255,255,255,.4); box-shadow: 0 40px 90px -30px rgba(2,8,25,.8); }
.lcl-window__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #f7f9fc; border-bottom: 1px solid #e6eaf2; }
.lcl-dot { width: 9px; height: 9px; border-radius: 50%; }
.lcl-window__title { margin-inline-start: 10px; font-family: var(--mono); font-size: 11.5px; color: #94a3b8; }
.lcl-window__body { padding: 18px; }
.lcl-search { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--primary); border-radius: 14px; padding: 11px 14px; box-shadow: 0 0 0 4px rgba(37,99,235,.12); }
.lcl-search__icon { width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--primary); flex: none; }
.lcl-search__text { overflow: hidden; white-space: nowrap; font-family: var(--mono); font-size: 13.5px; animation: lclType 3.2s steps(34,end) infinite alternate; }
.lcl-search__caret { width: 2px; height: 17px; background: var(--accent); flex: none; animation: lclCaret 1s step-end infinite; }
.lcl-agent { display: grid; gap: 7px; margin-top: 14px; }
.lcl-agent__line { display: flex; align-items: center; gap: 9px; font-size: 13px; color: #475569; animation: lclAgent 8s ease-in-out infinite; }
.lcl-tick { width: 17px; height: 17px; border-radius: 50%; background: rgba(14,164,114,.12); color: #0ea472; font-size: 11px; font-weight: 700; display: grid; place-items: center; flex: none; }
.lcl-leads { margin-top: 16px; padding-top: 14px; border-top: 1px dashed #e6eaf2; display: grid; gap: 8px; }
.lcl-lead-row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 14px; background: #f8fafc; animation: lclRow 8s ease-in-out infinite; }
.lcl-lead-row__thumb { width: 34px; height: 34px; border-radius: 12px 12px 12px 4px; background: linear-gradient(140deg,#dbeafe,#bfdbfe); flex: none; }
.lcl-lead-row__name { display: block; font-size: 13.5px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lcl-lead-row__meta { display: block; font-family: var(--mono); font-size: 11.5px; color: #94a3b8; }
.lcl-score { font-family: var(--mono); font-size: 13px; color: #0ea472; background: rgba(14,164,114,.1); padding: 5px 9px; border-radius: 999px; flex: none; }
.lcl-mock__msg { position: absolute; inset-inline-start: -18px; bottom: -96px; max-width: 268px; background: var(--navy); border: 1px solid rgba(255,255,255,.14); border-radius: 6px 18px 18px 18px; padding: 14px 16px; box-shadow: 0 26px 60px -24px rgba(2,8,25,.9); animation: lclFloat 11s ease-in-out infinite 1.2s; }
.lcl-mock__msg b { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.lcl-mock__msg p { margin-top: 7px; font-size: 13px; line-height: 1.5; color: #c7d2e8; }
@media (max-width: 640px) { .lcl-mock__msg, .lcl-mock__counter { position: static; inset: auto; margin-top: 14px; max-width: none; animation: none; } }

/* ---------- ticker ---------------------------------------------------- */
.lcl-ticker { background: var(--navy); display: flex; overflow: hidden; padding: 16px 0; border-block: 1px solid rgba(255,255,255,.08);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.lcl-ticker__track { display: flex; gap: 44px; flex: none; padding-inline-end: 44px; animation: lclMarquee 34s linear infinite; }
.lcl-ticker__item { display: inline-flex; align-items: center; gap: 12px; font-size: 13.5px; font-weight: 600; color: #93a6cc; white-space: nowrap; }
.lcl-ticker__item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---------- media (language-aware video + shots) ---------------------- */
.lcl-media { background: var(--canvas); }
.lcl-head-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px; }
.lcl-media__grid { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 20px; }
.lcl-media__main { grid-column: span 2; min-width: 0; }
.lcl-frame { position: relative; border-radius: 26px; overflow: hidden; border: 1px solid #d9e0ec; aspect-ratio: 16/9; display: grid; place-items: center;
  background: repeating-linear-gradient(135deg, #e4e9f3 0 14px, #edf1f8 14px 28px); }
.lcl-frame video, .lcl-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lcl-frame__tag { position: absolute; inset-block-start: 16px; inset-inline-start: 16px; background: var(--navy); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; }
.lcl-placeholder { text-align: center; padding: 24px; }
.lcl-placeholder__play { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; background: var(--primary-deep); box-shadow: 0 18px 40px -14px rgba(30,58,138,.6); }
.lcl-placeholder__play::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #fff; margin-inline-start: 5px; }
.lcl-placeholder code { display: block; margin-top: 18px; font-family: var(--mono); font-size: 13px; color: #475569; word-break: break-all; }
.lcl-placeholder small { display: block; margin-top: 6px; font-size: 13px; color: #94a3b8; }
.lcl-frame--shot { aspect-ratio: 4/3; border-radius: 22px; background: repeating-linear-gradient(135deg, #e8ecf4 0 12px, #f1f4f9 12px 24px); }
@media (max-width: 760px) { .lcl-media__main { grid-column: auto; } }

/* ---------- problem --------------------------------------------------- */
.lcl-problem__grid { margin-top: 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 2px; border-radius: 24px; overflow: hidden; background: #e6eaf2; }
.lcl-problem__cell { background: #fff; padding: 26px 24px 30px; min-width: 0; transition: background .25s; }
.lcl-problem__cell:hover { background: #f8fafc; }
.lcl-problem__n { font-family: var(--mono); font-size: 12px; color: var(--accent); }
.lcl-problem__cell h3 { margin: 12px 0 8px; font-size: 18px; }
.lcl-problem__cell p { font-size: 14.5px; line-height: 1.6; color: var(--ink-muted); }
.lcl-statement { margin-top: 28px; font-size: clamp(17px,1.7vw,21px); line-height: 1.5; font-weight: 600; letter-spacing: -.02em; max-width: 46ch; }

/* ---------- how it works ---------------------------------------------- */
.lcl-how { color: #fff; background: linear-gradient(180deg, var(--navy), var(--navy-2)); padding: clamp(60px,7vw,110px) 0;
  clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 calc(100% - 3vw)); }
.lcl-center { text-align: center; }
.lcl-center .lcl-h2 { margin-inline: auto; }
.lcl-steps { margin-top: 46px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 22px; }
.lcl-step { position: relative; min-width: 0; padding: 30px 26px; border-radius: 28px 10px 28px 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); animation: lclRise .8s ease both; }
.lcl-step:nth-child(2) { animation-delay: .12s; }
.lcl-step:nth-child(3) { animation-delay: .24s; }
.lcl-step__n { position: absolute; inset-inline-end: 22px; top: 22px; font-family: var(--mono); font-size: 46px; line-height: 1; color: rgba(255,255,255,.09); }
.lcl-step__mark { display: block; position: relative; width: 46px; height: 46px; border-radius: 50%; border: 1.5px dashed rgba(249,115,22,.7); }
.lcl-step__mark::after { content: ''; position: absolute; inset: 9px; border-radius: 50%; background: var(--accent); }
.lcl-step h3 { margin: 20px 0 8px; font-size: 20px; }
.lcl-step p { font-size: 14.5px; line-height: 1.65; color: var(--ink-onDark); }
.lcl-note { margin-top: 30px; text-align: center; font-family: var(--mono); font-size: 13px; color: var(--ink-onDark-muted); }

/* ---------- features -------------------------------------------------- */
.lcl-cards { margin-top: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 18px; }
.lcl-card { position: relative; min-width: 0; overflow: hidden; padding: 28px 26px 30px; border: 1px solid var(--border); background: #fff; border-radius: 26px;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease; }
.lcl-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(11,23,52,.45); }
.lcl-card__glyph { display: block; position: relative; width: 46px; height: 46px; border-radius: 14px; background: rgba(37,99,235,.1); }
.lcl-card__glyph::after { content: ''; position: absolute; inset: 13px; border-radius: 4px; background: var(--primary-deep); }
.lcl-card__kicker { margin-top: 20px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--primary); }
.lcl-card h3 { margin: 8px 0 10px; font-size: clamp(20px,2vw,24px); line-height: 1.2; letter-spacing: -.025em; }
.lcl-card p { font-size: 14.5px; line-height: 1.65; color: var(--ink-muted); }
.lcl-card__bullets { margin-top: 18px; display: grid; gap: 8px; }
.lcl-card__bullets div { display: flex; gap: 10px; align-items: start; font-size: 13.5px; line-height: 1.45; color: var(--ink-muted); }
.lcl-card__bullets div::before { content: ''; width: 6px; height: 6px; margin-top: 7px; border-radius: 2px; transform: rotate(45deg); background: var(--accent); flex: none; }
/* skins — deliberately varied so the page is not a grid of identical boxes */
.lcl-card--hero { grid-column: span 2; border-radius: 32px 10px 32px 10px; background: linear-gradient(140deg, var(--navy), var(--primary-deep)); border-color: rgba(255,255,255,.14); color: #fff; }
.lcl-card--hero p, .lcl-card--hero .lcl-card__bullets div { color: var(--ink-onDark); }
.lcl-card--hero .lcl-card__kicker { color: var(--accent); }
.lcl-card--hero .lcl-card__glyph { border-radius: 16px; background: rgba(249,115,22,.18); }
.lcl-card--hero .lcl-card__glyph::after { border-radius: 50%; background: var(--accent); }
.lcl-card--muted { background: var(--canvas); border-radius: 10px 32px 10px 32px; }
.lcl-card--muted .lcl-card__glyph { border-radius: 50%; background: #fff; }
.lcl-card--round .lcl-card__glyph { border-radius: 50% 50% 50% 12px; background: rgba(249,115,22,.12); }
.lcl-card--round .lcl-card__glyph::after { border-radius: 50%; background: var(--accent); }
.lcl-card--blue { border-radius: 32px 10px 32px 10px; background: linear-gradient(150deg, var(--navy-2), var(--primary)); border-color: rgba(255,255,255,.16); color: #fff; }
.lcl-card--blue p, .lcl-card--blue .lcl-card__bullets div { color: #d3def6; }
.lcl-card--blue .lcl-card__kicker { color: #fdba74; }
.lcl-card--blue .lcl-card__glyph { border-radius: 50%; background: rgba(255,255,255,.16); }
.lcl-card--blue .lcl-card__glyph::after { background: #fff; border-radius: 3px; }
@media (max-width: 760px) { .lcl-card--hero { grid-column: auto; } }

.lcl-more { margin-top: 18px; padding: 26px clamp(20px,3vw,32px); border-radius: 26px; background: var(--canvas);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 18px 26px; align-items: start; }
.lcl-more h3 { font-size: 18px; margin-bottom: 6px; }
.lcl-more p { font-size: 14px; color: var(--ink-muted); line-height: 1.6; }
.lcl-more__item { display: flex; gap: 11px; align-items: start; min-width: 0; }
.lcl-more__item::before { content: ''; width: 22px; height: 22px; border-radius: 8px 3px 8px 8px; background: #fff; border: 1px solid #d9e0ec; flex: none; }
.lcl-more__item b { display: block; font-size: 14.5px; }
.lcl-more__item span { display: block; font-size: 13px; color: var(--ink-muted); line-height: 1.5; }

.lcl-soon { margin-top: 18px; padding: 24px clamp(20px,3vw,30px); border-radius: 26px; border: 1px dashed #c9d3e4;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 20px; align-items: start; }
.lcl-soon__head { display: flex; align-items: center; gap: 12px; }
.lcl-soon__head::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #f5a623; box-shadow: 0 0 0 5px rgba(245,166,35,.18); }
.lcl-soon__head h3 { font-size: 17px; }
.lcl-soon__badge { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #8b6a10; background: rgba(245,166,35,.16); padding: 4px 9px; border-radius: 999px; }
.lcl-soon__item b { display: block; margin-top: 9px; font-size: 15px; }
.lcl-soon__item span { font-size: 13.5px; color: var(--ink-muted); line-height: 1.55; }

/* ---------- comparison ------------------------------------------------ */
.lcl-compare { background: var(--canvas); }
.lcl-table-scroll { margin-top: 32px; overflow-x: auto; padding-bottom: 6px; }
.lcl-table { min-width: 760px; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.05), 0 24px 50px -34px rgba(16,24,40,.3); }
.lcl-tr { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); border-top: 1px solid #eef1f7; }
.lcl-tr--head { border-top: 0; }
.lcl-th { padding: 18px 16px; background: var(--navy); color: #93a6cc; font-size: 13.5px; font-weight: 700; text-align: center; }
.lcl-th--us { background: var(--primary-deep); color: #fff; }
.lcl-th--blank { background: var(--navy); }
.lcl-td { padding: 15px 14px; text-align: center; font-size: 13.5px; color: var(--ink-muted); }
.lcl-td--label { padding-inline: 22px; text-align: start; font-size: 14px; font-weight: 600; color: var(--ink); }
.lcl-td--us { background: rgba(37,99,235,.06); color: var(--navy); font-weight: 700; }
.lcl-takeaway { margin-top: 26px; font-size: clamp(16px,1.6vw,20px); line-height: 1.5; font-weight: 600; letter-spacing: -.02em; max-width: 52ch; color: var(--primary-deep); }

/* ---------- trust ----------------------------------------------------- */
.lcl-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 26px; }
.lcl-trust__item { min-width: 0; padding-top: 18px; border-top: 2px solid var(--navy); }
.lcl-trust__item h3 { font-size: 15.5px; margin-bottom: 7px; }
.lcl-trust__item p { font-size: 13.5px; line-height: 1.6; color: var(--ink-muted); }

/* ---------- pricing --------------------------------------------------- */
.lcl-pricing { color: #fff; padding: clamp(60px,7vw,110px) 0;
  background: radial-gradient(90% 70% at 50% 0%, #163073 0%, rgba(22,48,115,0) 60%), var(--navy); }
.lcl-pricing__sub { margin: 14px auto 0; font-size: 16px; line-height: 1.6; color: var(--ink-onDark); max-width: 52ch; }
.lcl-pricing__controls { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; }
.lcl-pricing__tbd { font-family: var(--mono); font-size: 12px; color: var(--ink-onDark-muted); }
.lcl-tiers { margin-top: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; align-items: start; }
.lcl-tier { position: relative; min-width: 0; padding: 30px 26px 32px; border-radius: 28px 10px 28px 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); }
.lcl-tier--last { border-radius: 10px 28px 10px 28px; }
.lcl-tier--pop { border-radius: 28px; background: #fff; border-color: #fff; color: var(--ink); box-shadow: 0 40px 80px -34px rgba(2,8,25,.7); }
.lcl-tier__flag { position: absolute; top: -13px; inset-inline-start: 26px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.lcl-tier__name { display: flex; align-items: center; gap: 10px; }
.lcl-tier__name h3 { font-size: 19px; }
.lcl-tier__dot { width: 12px; height: 12px; border-radius: 50%; background: #0ea472; }
.lcl-tier--pop .lcl-tier__dot { border-radius: 4px; background: var(--primary); }
.lcl-tier--last .lcl-tier__dot { border-radius: 50% 50% 50% 4px; background: #a78bfa; }
.lcl-tier__desc { margin-top: 8px; font-size: 13.5px; line-height: 1.5; color: var(--ink-onDark-muted); }
.lcl-tier--pop .lcl-tier__desc, .lcl-tier--pop .lcl-tier__note, .lcl-tier--pop .lcl-tier__per { color: var(--ink-muted); }
.lcl-tier__price { margin-top: 20px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.lcl-tier__price b { font-size: clamp(32px,3.4vw,40px); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.lcl-tier__per { font-size: 13.5px; color: var(--ink-onDark-muted); }
.lcl-tier__note { margin-top: 6px; font-family: var(--mono); font-size: 11.5px; color: var(--ink-onDark-muted); }
.lcl-tier__cta { margin-top: 22px; display: block; text-align: center; font-size: 15px; font-weight: 700; padding: 13px 18px; border-radius: 999px; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.lcl-tier__cta:hover { background: rgba(255,255,255,.1); color: #fff; }
.lcl-tier--pop .lcl-tier__cta { background: var(--accent); border-color: var(--accent); color: #fff; }
.lcl-tier--pop .lcl-tier__cta:hover { background: var(--accent-hover); color: #fff; }
.lcl-tier__features { margin-top: 22px; display: grid; gap: 10px; }
.lcl-tier__features div { display: flex; gap: 10px; align-items: start; font-size: 13.5px; line-height: 1.5; color: var(--ink-onDark); }
.lcl-tier--pop .lcl-tier__features div { color: #475569; }
.lcl-tier__features div::before { content: '✓'; width: 17px; height: 17px; border-radius: 50%; background: rgba(255,255,255,.1); color: #93c5fd; font-size: 10.5px; font-weight: 700; display: grid; place-items: center; flex: none; margin-top: 1px; }
.lcl-tier--pop .lcl-tier__features div::before { background: rgba(37,99,235,.12); color: var(--primary); }

/* ---------- faq ------------------------------------------------------- */
.lcl-faq { max-width: 1000px; }
.lcl-faq__list { margin-top: 30px; display: grid; gap: 10px; }
.lcl-faq details { border-radius: 18px; background: #f8fafc; border: 1px solid #e6eaf2; padding: 18px 22px; }
.lcl-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 16px; font-weight: 650; letter-spacing: -.015em; list-style: none; cursor: pointer; }
.lcl-faq summary::-webkit-details-marker { display: none; }
.lcl-faq summary::after { content: '+'; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 1px solid #d9e0ec; color: var(--primary); font-size: 15px; display: grid; place-items: center; flex: none; }
.lcl-faq details[open] summary::after { content: '–'; }
.lcl-faq details p { margin-top: 12px; font-size: 14.5px; line-height: 1.7; color: var(--ink-muted); max-width: 70ch; }

/* ---------- closing CTA + footer -------------------------------------- */
.lcl-final { position: relative; overflow: hidden; color: #fff; text-align: center; padding: clamp(64px,8vw,120px) 0;
  background: linear-gradient(140deg, var(--primary-deep), var(--navy) 65%); }
.lcl-final__ring { position: absolute; inset-inline-end: 8%; top: -80px; width: 320px; height: 320px; border-radius: 50%; border: 1px dashed rgba(249,115,22,.35); animation: lclOrbit 38s linear infinite reverse; }
.lcl-final__inner { position: relative; max-width: 860px; margin: 0 auto; padding: 0 clamp(18px,4vw,40px); }
.lcl-final h2 { font-size: clamp(30px,4vw,52px); line-height: 1.05; letter-spacing: -.035em; }
.lcl-final p { margin: 20px auto 0; font-size: clamp(16px,1.6vw,19px); line-height: 1.6; color: var(--ink-onDark); max-width: 56ch; }
.lcl-final__ctas { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lcl-final__ctas .lcl-btn--accent { font-size: 17px; padding: 17px 32px; }
.lcl-final__ctas .lcl-btn--ghost { font-size: 17px; padding: 17px 28px; }
.lcl-final__note { margin-top: 20px; font-family: var(--mono); font-size: 12.5px; color: var(--ink-onDark-muted); }

.lcl-footer { background: #060e22; color: var(--ink-onDark-muted); padding: 46px 0 34px; }
.lcl-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 28px; align-items: start; }
.lcl-footer p { margin-top: 12px; font-size: 13.5px; line-height: 1.6; max-width: 34ch; }
.lcl-footer__links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.lcl-footer__links a { color: var(--ink-onDark-muted); font-size: 13.5px; }
.lcl-footer__meta { font-family: var(--mono); font-size: 12px; line-height: 1.8; }
