﻿:root {
  --bg: oklch(0.985 0.004 235);
  --bg-elev: #ffffff;
  --bg-sunken: oklch(0.965 0.008 235);
  --bg-tint: oklch(0.97 0.018 235);
  --border: oklch(0.92 0.012 235);
  --border-strong: oklch(0.86 0.016 235);
  --divider: oklch(0.94 0.01 235);
  --ink: oklch(0.18 0.01 240);
  --ink-muted: oklch(0.45 0.01 240);
  --ink-faint: oklch(0.46 0.008 240);
  --primary: oklch(0.66 0.13 235);
  --primary-hover: oklch(0.60 0.14 235);
  --primary-soft: oklch(0.94 0.04 235);
  --primary-ink: oklch(0.42 0.13 235);
  --mint: oklch(0.88 0.07 235);
  --st-cont: oklch(0.58 0.12 156);
  --st-cont-soft: oklch(0.94 0.05 156);
  --st-pending: oklch(0.62 0.18 28);
  --font-th: 'Prompt', 'IBM Plex Sans Thai', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --r-xs: 6px;
  --r-sm: 8px;
  --r: 10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --shadow-1: 0 1px 2px rgba(15,20,28,0.04);
  --shadow-2: 0 4px 16px -6px rgba(15,20,28,0.08), 0 1px 3px rgba(15,20,28,0.04);
  --shadow-pop: 0 16px 40px -10px rgba(15,20,28,0.18), 0 4px 12px -4px rgba(15,20,28,0.08);
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-th);
  color: var(--ink);
  background: var(--bg);
  font-size: 14px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
button { font-family: inherit; cursor: pointer; }
input, textarea, select, button { font-family: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
.mono { font-family: var(--font-mono); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--border);
  background: var(--bg-elev);
  color: var(--ink);
  border-radius: var(--r);
  padding: 8px 14px;
  font-size: 13px; font-weight: 500;
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: background 0.12s, border-color 0.12s, transform 0.05s;
}
.btn:hover { background: var(--bg-sunken); border-color: var(--border-strong); }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--primary); border-color: var(--primary); color: white; }
.btn--primary:hover { background: var(--primary-hover); border-color: var(--primary-hover); }
.lp-field { display: flex; flex-direction: column; gap: 6px; }
.lp-field label { font-size: 12px; color: var(--ink-muted); font-weight: 500; }
.lp-field-req { color: oklch(0.62 0.18 28); font-weight: 600; margin-left: 2px; }
.lp-input {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--bg-elev);
  transition: border-color 0.12s, box-shadow 0.12s;
}
.lp-input:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
.lp-input svg { color: var(--ink-faint); flex-shrink: 0; }
.lp-input input {
  border: 0; outline: 0; background: transparent;
  flex: 1; font-size: 14px; color: var(--ink); font-family: inherit;
  min-width: 0;
}
.lp-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp { background: var(--bg); color: var(--ink); font-family: var(--font-th); width: 100%; overflow-x: clip; }
.lp-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.lp-brand { display: flex; align-items: center; gap: 12px; }
.lp-brand b { font-size: 14px; display: block; line-height: 1.2; font-weight: 600; }
.lp-brand small { font-size: 11.5px; color: var(--ink-faint); display: block; line-height: 1.2; }
.lp-logo {
  width: 44px; height: 44px; object-fit: contain; flex-shrink: 0; display: block; background: none;
}
.lp-link { color: var(--ink-muted); font-size: 13.5px; cursor: pointer; }
.lp-link:hover { color: var(--primary-ink); }
.lp-dot { color: oklch(0.78 0.15 65); }
.lp-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.lp-header__inner {
  max-width: 1200px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; gap: 24px;
}
.lp-nav { display: flex; gap: 22px; margin: 0 auto; }
.lp-nav a { font-size: 13.5px; color: var(--ink-muted); cursor: pointer; transition: color 0.12s; text-decoration: none; }
.lp-nav a:hover { color: var(--ink); }
.lp-nav a.active { color: var(--primary-ink); font-weight: 500; }
.lp-header__cta { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.lp-hero { position: relative; padding: 64px 0 80px; overflow: hidden; }
.lp-hero__bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.lp-hero__blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.4; }
.lp-hero__blob--1 { width: 500px; height: 500px; top: -120px; right: -100px; background: oklch(0.78 0.13 235); }
.lp-hero__blob--2 { width: 380px; height: 380px; bottom: -120px; left: -80px; background: oklch(0.78 0.10 200); opacity: 0.3; }
.lp-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 48px; align-items: center;
}
.lp-hero__copy h1 {
  margin: 14px 0 16px;
  font-size: 46px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.15;
}
.lp-hero__copy > p {
  font-size: 16px; color: var(--ink-muted); line-height: 1.65; max-width: 520px; margin: 0 0 28px;
}
.lp-hero__copy > p b { color: var(--ink); font-weight: 600; }
.lp-hero__cta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; max-width: 520px;
}
.lp-hero__cta > a { width: 100%; justify-content: center; }
.lp-hero__trust {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px;
  padding: 14px 18px; background: var(--bg-elev);
  border: 1px solid var(--border); border-radius: var(--r); max-width: 520px;
}
.lp-hero__trust > div { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-muted); }
.lp-hero__trust svg { color: var(--st-cont); }
.lp-hero__trust b { color: var(--ink); font-weight: 600; }
.lp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-elev); border: 1px solid var(--border);
  padding: 6px 14px; border-radius: 999px;
  font-size: 12.5px; color: var(--ink-muted); font-weight: 500;
}
.lp-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--st-cont); box-shadow: 0 0 6px var(--st-cont); }
.lp-hero__visual { position: relative; }
.lp-mock {
  background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(15,20,28,0.25), 0 4px 12px -2px rgba(15,20,28,0.06);
  transform: perspective(1400px) rotateX(2deg) rotateY(-4deg);
}
.lp-mock__bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px; background: var(--bg-sunken); border-bottom: 1px solid var(--border);
}
.lp-mock__dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.lp-mock__dot--r { background: oklch(0.7 0.18 25); }
.lp-mock__dot--y { background: oklch(0.85 0.15 90); }
.lp-mock__dot--g { background: oklch(0.78 0.14 156); }
.lp-mock__url {
  background: var(--bg-elev); border-radius: 6px; padding: 3px 12px; margin-left: 8px;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-faint);
}
.lp-mock__shot { height: 400px; overflow: hidden; }
.lp-mock__shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.lp-hero__float {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: var(--r); padding: 10px 14px; box-shadow: var(--shadow-pop); font-size: 13px;
}
.lp-hero__float small { display: block; font-size: 11px; color: var(--ink-faint); }
.lp-hero__float b { display: block; font-size: 14px; font-weight: 600; }
.lp-hero__float-ic {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--primary-soft); color: var(--primary-ink); display: grid; place-items: center;
}
.lp-hero__float--1 { top: 40px; left: -24px; }
.lp-hero__float--2 { bottom: 40px; right: -16px; }
.lp-why { background: var(--bg-elev); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lp-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 40px 0; }
.lp-why__grid > div { text-align: left; }
.lp-why__grid svg { color: var(--primary); margin-bottom: 10px; display: block; }
.lp-why__grid h2 { margin: 0 0 6px; font-size: 14.5px; font-weight: 600; }
.lp-why__grid p { margin: 0; font-size: 12.5px; color: var(--ink-muted); line-height: 1.5; }
.lp-section { padding: 80px 0; }
.lp-section--alt { background: var(--bg-sunken); }
.lp-section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.lp-section__eyebrow { font-size: 12px; font-weight: 600; color: var(--primary-ink); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.lp-section__head h2 { margin: 0 0 14px; font-size: 36px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.lp-section__head p { margin: 0; font-size: 15px; color: var(--ink-muted); line-height: 1.6; }
.lp-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lp-about__visual { position: relative; }
.lp-about__photo-stack { position: relative; height: 400px; }
.lp-about__photo {
  position: absolute; border-radius: var(--r-lg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: white; overflow: hidden;
}
.lp-about__photo span { font-size: 13px; font-weight: 500; }
.lp-about__photo--big {
  inset: 0 60px 60px 0;
  background: linear-gradient(135deg, oklch(0.66 0.13 235), oklch(0.56 0.16 250));
  box-shadow: var(--shadow-pop);
}
.lp-about__photo--big img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; position: absolute; inset: 0; }
.lp-about__photo--big .lp-about__overlay { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; background: none; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; transition: transform .2s ease, opacity .2s ease; filter: drop-shadow(0 2px 10px rgba(0,0,0,.4)); }
.lp-about__photo--big .lp-about__overlay:hover { transform: scale(1.06); opacity: .9; }
/* While the video plays, lift the box above the floating stat cards so they don't cover it */
.lp-about__photo--big.is-playing { z-index: 5; }
.lp-about__video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: contain; background: #000; }
/* Floating stat cards over the demo poster */
.lp-about__stat {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 11px;
  padding: 12px 16px; background: var(--bg-elev);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  box-shadow: var(--shadow-pop);
  animation: lp-stat-float 4s ease-in-out infinite;
}
.lp-about__stat-ico {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; color: var(--primary-ink);
  background: linear-gradient(135deg, var(--mint), oklch(0.84 0.10 200));
}
.lp-about__stat-body b { display: block; font-size: 22px; font-weight: 700; line-height: 1; color: var(--primary-ink); }
.lp-about__stat-body b small { font-size: 13px; font-weight: 600; color: var(--ink-muted); }
.lp-about__stat-body span { font-size: 11.5px; color: var(--ink-muted); white-space: nowrap; }
.lp-about__stat--top { top: 24px; right: -12px; }
.lp-about__stat--bot { bottom: 12px; right: 52px; animation-delay: 1.5s; }
@keyframes lp-stat-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .lp-about__stat { animation: none; } }
.lp-about__copy h2 { margin: 0 0 18px; font-size: 36px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.lp-about__copy h2 span { color: var(--primary-ink); }
.lp-about__copy > p { font-size: 15px; color: var(--ink-muted); line-height: 1.7; margin-bottom: 24px; }
.lp-about__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.lp-about__list > li { display: flex; gap: 12px; align-items: flex-start; }
.lp-about__list .li-icon {
  flex-shrink: 0; background: var(--primary-soft); color: var(--primary-ink);
  width: 28px; height: 28px; border-radius: 50%; padding: 6px;
  display: grid; place-items: center;
}
.lp-about__list b { display: block; font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.lp-about__list p { margin: 0; font-size: 13.5px; color: var(--ink-muted); line-height: 1.55; }
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-feature {
  background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 24px; transition: box-shadow 0.15s, transform 0.05s;
}
.lp-feature:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); }
.lp-feature__icon {
  width: 48px; height: 48px; background: var(--primary-soft); color: var(--primary-ink);
  border-radius: var(--r); display: grid; place-items: center; margin-bottom: 16px;
}
.lp-feature h3 { margin: 0 0 8px; font-size: 16.5px; font-weight: 600; }
.lp-feature p { margin: 0; font-size: 13.5px; color: var(--ink-muted); line-height: 1.6; }
.lp-services__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.lp-service {
  background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 12px;
}
.lp-service__icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--primary), oklch(0.56 0.16 250));
  color: white; border-radius: var(--r-lg); display: grid; place-items: center;
  box-shadow: 0 6px 16px -6px var(--primary);
}
.lp-service h3 { margin: 4px 0 0; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.lp-service p { margin: 0; font-size: 14px; color: var(--ink-muted); line-height: 1.6; flex: 1; }
.lp-trust {
  padding: 80px 0;
  background: radial-gradient(at 80% 20%, oklch(0.78 0.13 235 / 0.12), transparent 50%), var(--bg);
}
.lp-trust__inner { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: center; }
.lp-trust__left h2 { margin: 12px 0 14px; font-size: 36px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.lp-trust__left p { margin: 0; font-size: 15px; color: var(--ink-muted); line-height: 1.6; }
.lp-trust__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-trust__card {
  background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 22px; display: flex; flex-direction: column; gap: 8px;
}
.lp-trust__badge {
  width: fit-content; padding: 4px 12px; border-radius: 6px;
  font-family: var(--font-mono); font-size: 13px; font-weight: 700;
  background: var(--ink); color: white; letter-spacing: 0.04em; margin-bottom: 4px;
}
.lp-trust__badge--aap  { background: oklch(0.42 0.18 268); color: oklch(0.96 0.003 240); }
.lp-trust__badge--aws  { background: oklch(0.65 0.18 55); }
.lp-trust__badge--2c2p { background: oklch(0.40 0.20 25);  color: oklch(0.96 0.003 240); }
.lp-trust__card h3 { margin: 0; font-size: 15px; font-weight: 600; }
.lp-trust__card p { margin: 0; font-size: 12.5px; color: var(--ink-muted); line-height: 1.55; }
.lp-trust__card b { color: var(--ink); font-weight: 600; }
.lp-trust__link { margin-top: auto; padding-top: 8px; font-size: 12px; color: var(--primary-ink); font-weight: 500; }
.lp-trust__check {
  margin-top: auto; padding-top: 8px;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; color: var(--st-cont); font-weight: 500;
}
/* ── Gallery: app screenshots (uniform cards w/ window chrome) ── */
.lp-shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-shot {
  background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-1);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.lp-shot:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-pop);
  border-color: var(--border-strong);
}
.lp-shot__cap { display: flex; align-items: center; gap: 12px; padding: 15px 16px; }
.lp-shot__ic {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px;
  background: var(--primary-soft); color: var(--primary-ink);
  display: flex; align-items: center; justify-content: center;
  line-height: 0;
}
.lp-shot__ic svg { display: block; }
.lp-shot__cap b { display: block; font-size: 14px; font-weight: 600; line-height: 1.3; }
.lp-shot__cap > div span { display: block; font-size: 11.5px; color: var(--ink-faint); line-height: 1.45; margin-top: 2px; }
.lp-shot__frame {
  margin: 0 14px 14px; border: 1px solid var(--border);
  border-radius: var(--r); overflow: hidden; background: var(--bg-sunken);
}
.lp-shot__bar {
  display: flex; align-items: center; gap: 5px;
  padding: 7px 10px; background: var(--bg-sunken); border-bottom: 1px solid var(--border);
}
.lp-shot__bar i { width: 8px; height: 8px; border-radius: 50%; display: block; }
.lp-shot__bar i:nth-child(1) { background: oklch(0.7 0.18 25); }
.lp-shot__bar i:nth-child(2) { background: oklch(0.85 0.15 90); }
.lp-shot__bar i:nth-child(3) { background: oklch(0.78 0.14 156); }
.lp-shot__img { height: 188px; overflow: hidden; background: var(--bg-elev); }
.lp-shot__img img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform 0.4s; }
.lp-shot:hover .lp-shot__img img { transform: scale(1.03); }

/* ── "เล่นสไลด์ทั้งหมด" button + fullscreen slideshow ─────────── */
.lp-gx-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 24px;
  padding: 11px 22px; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--primary); color: #fff; font: inherit; font-size: 14px; font-weight: 600;
  box-shadow: var(--shadow-pop); transition: transform .15s ease, opacity .15s ease;
}
.lp-gx-btn:hover { transform: translateY(-2px); opacity: .95; }
.lp-gx-btn svg { display: block; }

.lp-gx-overlay {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; padding: 26px clamp(16px, 5vw, 64px) 30px;
  background: rgba(8, 12, 18, .93); backdrop-filter: blur(4px);
  animation: lp-gx-in .25s ease;
}
.lp-gx-overlay.is-out { animation: lp-gx-out .22s ease forwards; }
@keyframes lp-gx-in  { from { opacity: 0 } to { opacity: 1 } }
@keyframes lp-gx-out { to { opacity: 0 } }

.lp-gx__bars { display: flex; gap: 6px; width: 100%; max-width: 1080px; margin: 0 auto 18px; }
.lp-gx__bar { flex: 1; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, .25); overflow: hidden; }
.lp-gx__bar > i { display: block; height: 100%; width: 0; background: #fff; border-radius: 4px; }

.lp-gx__stage { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 0; }
.lp-gx__stage img {
  max-width: min(1080px, 100%); max-height: 100%; object-fit: contain;
  border-radius: 12px; box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
}

.lp-gx__cap { text-align: center; color: #fff; margin-top: 18px; }
.lp-gx__cap b { display: block; font-size: 17px; font-weight: 600; }
.lp-gx__cap span { display: block; font-size: 13px; color: rgba(255, 255, 255, .68); margin-top: 4px; }

.lp-gx__close {
  position: absolute; top: 18px; right: 18px; width: 40px; height: 40px;
  border: 0; border-radius: 50%; cursor: pointer; font-size: 19px;
  background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center;
  transition: background .15s ease;
}
.lp-gx__close:hover { background: rgba(255, 255, 255, .24); }

.lp-gx__nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px;
  border: 0; border-radius: 50%; cursor: pointer; font-size: 26px; line-height: 1;
  background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center;
  transition: background .15s ease;
}
.lp-gx__nav:hover { background: rgba(255, 255, 255, .24); }
.lp-gx__nav--prev { left: 18px; }
.lp-gx__nav--next { right: 18px; }
@media (max-width: 640px) { .lp-gx__nav { display: none; } }

/* ── Visibility / med1.healthcare promo band ──────────────── */
.lp-visi { position: relative; overflow: hidden; }
.lp-visi::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(160deg, var(--bg-tint) 0%, var(--bg) 58%);
}
.lp-visi__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center;
}
.lp-visi__eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 600; color: var(--primary-ink);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px;
}
.lp-visi__copy h2 {
  margin: 0 0 16px; font-size: 32px; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.25;
}
.lp-visi__copy h2 span { color: var(--primary-ink); }
.lp-visi__copy > p { margin: 0 0 26px; font-size: 15px; color: var(--ink-muted); line-height: 1.7; }
.lp-visi__list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px; }
.lp-visi__item { display: flex; gap: 14px; align-items: flex-start; }
.lp-visi__item-ic {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px;
  background: var(--bg-elev); border: 1px solid var(--border);
  color: var(--primary-ink); display: grid; place-items: center; box-shadow: var(--shadow-1);
}
.lp-visi__item b { display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 3px; }
.lp-visi__item p { margin: 0; font-size: 13px; color: var(--ink-muted); line-height: 1.6; }
.lp-visi__note { font-size: 12px; color: var(--ink-faint); margin: 0 0 24px; }
.lp-visi__visual { position: relative; height: 430px; }
.lp-visi__shot {
  position: absolute; background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-pop);
}
.lp-visi__shot-bar {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 12px; background: var(--bg-sunken); border-bottom: 1px solid var(--border);
}
.lp-visi__shot-bar i { width: 8px; height: 8px; border-radius: 50%; display: block; }
.lp-visi__shot-bar i:nth-child(1) { background: oklch(0.7 0.18 25); }
.lp-visi__shot-bar i:nth-child(2) { background: oklch(0.85 0.15 90); }
.lp-visi__shot-bar i:nth-child(3) { background: oklch(0.78 0.14 156); }
.lp-visi__shot-bar span {
  margin-left: 8px; font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-faint);
  background: var(--bg-elev); border-radius: 5px; padding: 2px 10px;
}
.lp-visi__shot-img { overflow: hidden; }
.lp-visi__shot-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.lp-visi__shot--back { top: 0; right: 0; width: 80%; z-index: 2; }
.lp-visi__shot--back .lp-visi__shot-img { height: 248px; }
.lp-visi__shot--front { bottom: 0; left: 0; width: 64%; z-index: 1; }
.lp-visi__shot--front .lp-visi__shot-img { height: 210px; }
.lp-billing-toggle {
  display: inline-flex; gap: 4px;
  background: var(--bg-sunken); border: 1px solid var(--border);
  border-radius: 999px; padding: 4px;
  margin: 0 auto 28px; position: relative;
}
.lp-billing-toggle button {
  border: 0; background: transparent; cursor: pointer;
  padding: 9px 22px; border-radius: 999px;
  font-family: inherit; font-size: 13px; font-weight: 500;
  color: var(--ink-muted);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color .15s, background .15s, box-shadow .15s;
}
.lp-billing-toggle button:hover { color: var(--ink); }
.lp-billing-toggle button.is-active {
  background: var(--bg-elev); color: var(--ink); font-weight: 600;
  box-shadow: 0 2px 8px rgba(15,20,30,.08), 0 0 0 1px var(--border);
}
.lp-billing-toggle .save-badge {
  font-size: 10.5px; font-weight: 600;
  background: oklch(0.92 0.10 145); color: oklch(0.40 0.15 145);
  padding: 2px 7px; border-radius: 999px;
}
.lp-billing-wrap {
  display: flex; justify-content: center; margin-bottom: 8px;
}
.lp-price__was {
  min-height: 18px;
  font-size: 13px; font-weight: 500; color: var(--ink-faint);
  margin-bottom: 2px;
  visibility: hidden;
}
.lp-price__was .strike { text-decoration: line-through; }
.is-yearly .lp-price__was[data-monthly]:not([data-monthly="0"]) { visibility: visible; }
.lp-price--advanced .lp-price__was { color: rgba(255,255,255,0.55); }
.lp-price__billed-yearly {
  min-height: 18px;
  font-size: 11.5px; color: var(--ink-faint);
  margin-top: 4px; margin-bottom: 22px;
  visibility: hidden;
}
.is-yearly .lp-price__billed-yearly[data-monthly]:not([data-monthly="0"]) { visibility: visible; }
.lp-price--advanced .lp-price__billed-yearly { color: rgba(255,255,255,0.6); }
.lp-price--advanced .lp-price__billed-yearly b { color: rgba(255,255,255,0.85); }

/* ── Discount coupon ──────────────────────────────────── */
.lp-billing-wrap { flex-wrap: wrap; gap: 14px 18px; align-items: flex-start; }
.lp-coupon { display: flex; flex-direction: column; gap: 5px; }
.lp-coupon__field {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 8px 7px 14px;
  transition: border-color .15s, box-shadow .15s;
}
.lp-coupon__field:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
.lp-coupon__field > svg { color: var(--ink-faint); flex-shrink: 0; }
.lp-coupon__field input {
  border: 0; background: transparent; outline: none;
  font-family: inherit; font-size: 13px; color: var(--ink);
  width: 140px; text-transform: uppercase; letter-spacing: .04em;
}
.lp-coupon__field input::placeholder { text-transform: none; letter-spacing: 0; color: var(--ink-faint); }
.lp-coupon__spin { flex-shrink: 0; color: var(--ink-muted); display: flex; }
.lp-coupon__spin svg { animation: lpCpnSpin .7s linear infinite; }
@keyframes lpCpnSpin { to { transform: rotate(360deg); } }
.lp-coupon__clear {
  border: 0; background: var(--bg-sunken); color: var(--ink-muted);
  width: 24px; height: 24px; border-radius: 50%; cursor: pointer; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s;
}
.lp-coupon__spin[hidden], .lp-coupon__clear[hidden] { display: none; }
.lp-coupon__clear:hover { background: var(--border); color: var(--ink); }
.lp-coupon__msg { font-size: 11.5px; min-height: 14px; padding-left: 14px; line-height: 1.45; max-width: 280px; }
.lp-coupon__msg.is-ok   { color: oklch(0.48 0.15 150); }
.lp-coupon__msg.is-err  { color: #e5534b; }
.lp-coupon__msg.is-info { color: var(--ink-muted); }
.lp-coupon__msg a { color: var(--primary); font-weight: 600; text-decoration: underline; }

/* per-card discount line */
.lp-price__disc { display: none; align-items: center; gap: 7px; flex-wrap: wrap; margin: 7px 0 2px; font-size: 12px; }
.lp-price__disc.is-on { display: flex; }
.lp-price__disc .o { text-decoration: line-through; color: var(--ink-faint); font-weight: 500; }
.lp-price__disc .b {
  font-weight: 600; color: oklch(0.42 0.14 150);
  background: oklch(0.93 0.07 150); border-radius: 999px; padding: 2px 9px;
}
.lp-price--advanced .lp-price__disc .o { color: rgba(255,255,255,0.55); }
.lp-price--advanced .lp-price__disc .b { color: #fff; background: rgba(255,255,255,0.20); }

.lp-pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.lp-price { height: 100%; }
.lp-price > .lp-price__group:last-of-type { padding-bottom: 18px; }
.lp-price > .btn:last-child { margin-top: auto !important; }
.lp-price {
  position: relative; background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px 22px 22px; display: flex; flex-direction: column;
}
.lp-price--popular {
  border-color: var(--primary);
  box-shadow: 0 20px 50px -16px rgba(15,20,28,0.18), 0 0 0 1px var(--primary);
  transform: translateY(-8px);
}
.lp-price--advanced {
  background:
    radial-gradient(circle at top right, oklch(0.50 0.20 290 / .35), transparent 60%),
    linear-gradient(155deg, oklch(0.32 0.18 290) 0%, oklch(0.36 0.18 270) 50%, oklch(0.40 0.18 250) 100%);
  color: white;
  border: 1px solid oklch(0.50 0.16 270);
  box-shadow:
    0 20px 50px -16px oklch(0.30 0.18 280 / .35),
    inset 0 1px 0 oklch(0.65 0.18 270 / .25);
}
.lp-price--advanced h3, .lp-price--advanced .lp-price__note { color: rgba(255,255,255,0.9); }
.lp-price--advanced .lp-price__note { color: rgba(255,255,255,0.65); }
.lp-price--advanced .lp-price__amt b { color: white; }
.lp-price--advanced .lp-price__amt sup, .lp-price--advanced .lp-price__amt span { color: rgba(255,255,255,0.7); }
.lp-price--advanced .lp-price__row { color: rgba(255,255,255,0.8); }
.lp-price--advanced .lp-price__row b { color: white; }
.lp-price--advanced hr { border-color: rgba(255,255,255,0.1); }
.lp-price--advanced .lp-price__bullet { color: oklch(0.82 0.15 65); }
.lp-price--advanced .lp-price__row svg { color: oklch(0.82 0.15 65); }
.lp-price--advanced .lp-price__row--off { color: rgba(255,255,255,0.35); }
.lp-price--advanced .lp-price__row--off svg { color: rgba(255,255,255,0.3); }
.lp-price__tag {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--primary); color: white;
  padding: 4px 14px; border-radius: 999px; font-size: 11px; font-weight: 600;
}
.lp-price__tag--advanced { background: oklch(0.78 0.15 65); color: oklch(0.20 0.04 65); }
.lp-price__cta--advanced {
  background: linear-gradient(180deg, oklch(0.84 0.14 65), oklch(0.76 0.16 60));
  color: oklch(0.22 0.05 65) !important;
  border: 1px solid oklch(0.70 0.16 60);
  font-weight: 600;
  box-shadow: 0 6px 18px -6px oklch(0.55 0.18 65 / .55), inset 0 1px 0 oklch(0.95 0.10 70 / .5);
  transition: transform .08s, box-shadow .15s, background .15s;
}
.lp-price__cta--advanced:hover {
  background: linear-gradient(180deg, oklch(0.88 0.14 65), oklch(0.80 0.16 60));
  box-shadow: 0 8px 22px -6px oklch(0.55 0.18 65 / .65), inset 0 1px 0 oklch(0.95 0.10 70 / .6);
  color: oklch(0.18 0.05 65) !important;
}
.lp-price__cta--advanced:active { transform: translateY(1px); }
.lp-price h3 { margin: 0 0 4px; font-size: 22px; font-weight: 600; letter-spacing: -0.01em; }
.lp-price__note { margin: 0 0 14px; font-size: 12px; color: var(--ink-faint); }
.lp-price__amt { display: flex; align-items: baseline; gap: 4px; margin-bottom: 0; }
.lp-price__amt sup { font-size: 16px; color: var(--ink-muted); position: relative; top: -10px; }
.lp-price__amt b { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.lp-price__amt span { font-size: 12.5px; color: var(--ink-muted); }
.lp-price__group { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; color: var(--ink-muted); }
.lp-price__row { display: flex; align-items: center; gap: 8px; }
.lp-price__row b { color: var(--ink); font-weight: 600; }
.lp-price__row svg { color: var(--st-cont); flex-shrink: 0; }
.lp-price__row--off { color: var(--ink-faint); text-decoration: line-through; opacity: 0.6; }
.lp-price__row--off svg { color: var(--ink-faint); }
.lp-price__bullet { color: var(--ink-faint); font-weight: 700; min-width: 12px; }
.lp-price hr { border: 0; height: 1px; background: var(--divider); margin: 14px 0; }
.lp-price__web-lbl { font-size: 10px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: .5px; display: flex; align-items: center; gap: 5px; margin-bottom: 4px; }
.lp-price--advanced .lp-price__web-lbl { color: oklch(0.82 0.15 65); }
.lp-pricing-note {
  margin: 24px auto 0;
  text-align: center;
  font-size: 12.5px;
  color: var(--ink-faint);
}
.lp-faq { display: flex; flex-direction: column; gap: 10px; max-width: 820px; margin: 0 auto; }
.lp-faq__item {
  background: var(--bg-elev); border: 1.5px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden; cursor: pointer;
  transition: border-color .15s, box-shadow .15s, transform .08s;
  box-shadow: 0 1px 2px rgba(15,20,28,.04);
}
.lp-faq__item:hover { border-color: oklch(0.78 0.04 235); }
.lp-faq__item.open {
  border-color: var(--primary);
  box-shadow: 0 6px 24px -10px oklch(0.66 0.13 235 / .25), 0 0 0 1px var(--primary);
}
.lp-faq__q {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
}
.lp-faq__q .lp-faq__ic {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--bg-sunken); color: var(--ink-faint);
  display: grid; place-items: center; flex-shrink: 0;
  transition: background .15s, color .15s;
}
.lp-faq__item.open .lp-faq__q .lp-faq__ic {
  background: var(--primary-soft); color: var(--primary);
}
.lp-faq__q h3 {
  margin: 0; font-size: 15px; font-weight: 500; color: var(--ink);
  flex: 1; min-width: 0;
}
.lp-faq__item.open .lp-faq__q h3 { font-weight: 600; }
.lp-faq__q .lp-faq__chev {
  color: var(--ink-faint); transition: transform .2s, color .15s;
  flex-shrink: 0;
}
.lp-faq__item.open .lp-faq__q .lp-faq__chev {
  transform: rotate(180deg); color: var(--primary);
}
.lp-faq__a {
  padding: 0 22px 18px 64px; font-size: 14px;
  color: var(--ink-muted); line-height: 1.7; display: none;
}
.lp-faq__item.open .lp-faq__a { display: block; }
@media (max-width: 600px) {
  .lp-faq__a { padding-left: 22px; }
}
.lp-contact {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px;
  background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 36px; box-shadow: var(--shadow-2);
}
.lp-contact h3 { margin: 0 0 8px; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.lp-contact__channels { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.lp-contact__channel {
  display: flex; align-items: center; gap: 12px; padding: 14px;
  border: 1px solid var(--border); border-radius: var(--r);
  background: var(--bg-elev); cursor: pointer; transition: border-color 0.12s, background 0.12s;
  text-decoration: none; color: inherit;
}
.lp-contact__channel:hover { border-color: var(--primary); background: var(--primary-soft); }
.lp-contact__channel small { display: block; font-size: 10.5px; color: var(--ink-faint); margin-bottom: 2px; }
.lp-contact__channel b { display: block; font-size: 13.5px; font-weight: 600; }
.lp-contact__ic { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.lp-contact__form { display: flex; flex-direction: column; gap: 14px; }
.lp-contact__form > p { margin: 0; font-size: 13px; color: var(--ink-muted); }
.lp-contact__form textarea {
  width: 100%; min-height: 100px; padding: 12px;
  border: 1px solid var(--border); border-radius: var(--r);
  font-size: 14px; font-family: inherit; resize: vertical;
  background: var(--bg-elev); color: var(--ink); outline: none;
  transition: border-color 0.12s, box-shadow 0.12s;
}
.lp-contact__form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
.lp-cta {
  position: relative;
  padding: 64px 0 110px;
  background:
    radial-gradient(ellipse at top right, oklch(0.55 0.20 215 / .55), transparent 55%),
    radial-gradient(ellipse at bottom left, oklch(0.40 0.18 270 / .50), transparent 55%),
    linear-gradient(135deg, oklch(0.70 0.18 235) 0%, oklch(0.55 0.20 245) 40%, oklch(0.38 0.18 258) 100%);
  color: white;
  overflow: hidden;
}
.lp-cta__bg { display: none; }
.lp-cta::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.06) 0, transparent 30%);
}
.lp-cta__inner {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.lp-cta__copy { flex: 1; min-width: 320px; }
.lp-cta__pill {
  display: inline-block;
  background: rgba(255,255,255,.18);
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
  backdrop-filter: blur(6px);
}
.lp-cta h2 {
  margin: 0 0 12px; font-size: 32px; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.25; color: white;
}
.lp-cta p { margin: 0 0 24px; font-size: 14.5px; opacity: 0.88; }
.lp-cta__buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-cta-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  background: white; color: var(--primary) !important;
  border: 0; font-weight: 600; font-size: 14px;
  text-decoration: none;
  transition: transform .08s, box-shadow .15s;
  box-shadow: 0 8px 22px -6px rgba(0,0,0,.25);
}
.lp-cta-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -6px rgba(0,0,0,.3); }
.lp-cta-btn-primary:active { transform: translateY(0); }
.lp-cta-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  background: transparent; color: white !important;
  border: 1px solid rgba(255,255,255,.45);
  font-weight: 500; font-size: 14px; font-family: inherit;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.lp-cta-btn-ghost:hover { background: rgba(255,255,255,.12); border-color: white; }
.lp-cta__visual {
  position: relative;
  flex-shrink: 0;
  width: 310px; height: 290px;
}
.lp-cta__card {
  position: absolute;
  width: 100px; height: 100px;
  background: white;
  border-radius: 22px;
  display: grid; place-items: center;
  box-shadow:
    0 22px 40px -14px rgba(15,20,30,.25),
    0 6px 14px -4px rgba(15,20,30,.12);
  transition: transform .25s;
}
.lp-cta__card:hover { transform: scale(1.05) rotate(0deg) !important; }
.lp-cta__card--bear {
  top: 0; left: 0;
  transform: rotate(-5deg);
}
.lp-cta__card--cat {
  top: 90px; left: 55px;
  transform: rotate(1deg);
  z-index: 2;
}
.lp-cta__card--rabbit {
  top: 182px; left: 110px;
  transform: rotate(4deg);
}
@media (max-width: 820px) {
  .lp-cta { padding: 48px 0; }
  .lp-cta h2 { font-size: 24px; }
  .lp-cta h2 br { display: none; }
  .lp-cta__visual {
    width: 280px; height: 220px;
    margin: 0 auto;
  }
  .lp-cta__card { width: 80px; height: 80px; border-radius: 18px; }
  .lp-cta__card--bear   { top: 0;   left: 0; }
  .lp-cta__card--cat    { top: 65px; left: 35px; }
  .lp-cta__card--rabbit { top: 130px; left: 70px; }
}
.lp-cta__waves {
  position: absolute; bottom: 0; left: 0;
  width: 100%; overflow: hidden; line-height: 0; z-index: 1; pointer-events: none;
}
.lp-cta__waves svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
}
.lp-wave-g > use {
  animation: lpWaveFlow 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.lp-wave-g > use:nth-child(1) { animation-delay: -2s;  animation-duration: 7s;  }
.lp-wave-g > use:nth-child(2) { animation-delay: -3s;  animation-duration: 10s; }
.lp-wave-g > use:nth-child(3) { animation-delay: -4s;  animation-duration: 13s; }
.lp-wave-g > use:nth-child(4) { animation-delay: -5s;  animation-duration: 20s; }
@keyframes lpWaveFlow {
  0%   { transform: translate3d(-90px, 0, 0); }
  100% { transform: translate3d(85px,  0, 0); }
}
.lp-footer { background: var(--bg-sunken); border-top: 1px solid var(--border); }
.lp-footer__inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding: 56px 32px 32px;
  max-width: 1200px; margin: 0 auto;
}
.lp-footer__col h3 { margin: 0 0 16px; font-size: 13.5px; font-weight: 600; }
.lp-footer__col a { display: block; padding: 5px 0; font-size: 13px; color: var(--ink-muted); cursor: pointer; text-decoration: none; }
.lp-footer__col a:hover { color: var(--primary-ink); }
.lp-footer__col--brand .lp-brand { margin-bottom: 14px; }
.lp-footer__col--brand p { margin: 0 0 8px; font-size: 12.5px; color: var(--ink-muted); line-height: 1.7; }
.lp-footer__bottom {
  padding: 20px 32px; border-top: 1px solid var(--border);
  font-size: 12px; color: var(--ink-faint);
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.lp-footer__bottom-right { display: flex; gap: 16px; }
.scroll-top-btn {
  position: fixed; right: 20px; bottom: 20px; z-index: 99;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--primary); color: white; border: 0;
  display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-2); opacity: 0; transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
}
.scroll-top-btn.visible { opacity: 1; pointer-events: all; }
.scroll-top-btn:hover { transform: translateY(-2px); }

/* ── Mobile nav toggle button ─────────────────────────── */
.lp-nav-toggle {
  display: none; background: none;
  border: 1px solid var(--border); border-radius: var(--r-sm);
  padding: 8px 9px; cursor: pointer; color: var(--ink); flex-shrink: 0;
}
.lp-nav-toggle span {
  display: block; width: 18px; height: 1.5px; background: currentColor;
  transition: transform .2s, opacity .15s;
}
.lp-nav-toggle span + span { margin-top: 4.5px; }
.lp-nav-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.lp-nav-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.lp-nav-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── Mobile nav drawer ────────────────────────────────── */
.lp-nav-drawer {
  display: none; position: fixed; inset: 0; z-index: 48;
  background: rgba(0,0,0,.35);
}
.lp-nav-drawer.is-open { display: block; }
.lp-nav-drawer__panel {
  background: var(--bg-elev); padding-top: 70px;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(15,20,28,.14);
}
.lp-nav-drawer__panel > a {
  display: block; padding: 13px 20px;
  font-size: 15px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--divider); text-decoration: none;
  transition: background .1s;
}
.lp-nav-drawer__panel > a:hover,
.lp-nav-drawer__panel > a.active { background: var(--bg-sunken); color: var(--primary-ink); }
.lp-nav-drawer__cta {
  padding: 16px 20px 20px; display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid var(--border);
}
.lp-nav-drawer__cta a { justify-content: center; font-size: 14px; padding: 12px 14px; }

/* ── Responsive: Tablet / Mobile (≤768px) ──────────────── */
@media (max-width: 768px) {
  .lp-container { padding: 0 16px; }

  /* Header */
  .lp-header__inner { padding: 12px 16px; gap: 12px; }
  .lp-nav { display: none; }
  .lp-header__cta { display: none; }
  .lp-nav-toggle { display: flex; flex-direction: column; margin-left: auto; }

  /* Hero */
  .lp-hero { padding: 36px 0 44px; }
  .lp-hero__inner { grid-template-columns: 1fr; gap: 0; }
  .lp-hero__copy h1 { font-size: 30px; margin: 12px 0 14px; }
  .lp-hero__copy > p { font-size: 14px; }
  .lp-hero__cta { grid-template-columns: 1fr; max-width: 100%; }
  .lp-hero__trust { max-width: 100%; grid-template-columns: 1fr 1fr; gap: 8px 16px; padding: 12px 14px; }
  .lp-hero__trust > div { white-space: normal !important; }
  .lp-hero__visual { display: none; }
  .lp-hero__float { display: none; }

  /* Why strip */
  .lp-why__grid { grid-template-columns: 1fr 1fr; gap: 18px; padding: 28px 0; }

  /* Sections */
  .lp-section { padding: 48px 0; }
  .lp-section--alt { padding: 48px 0; }
  .lp-section__head { margin-bottom: 28px; }
  .lp-section__head h2 { font-size: 26px; }
  .lp-section__head p { font-size: 14px; }

  /* About */
  .lp-about__grid { grid-template-columns: 1fr; gap: 28px; }
  .lp-about__visual { display: none; }
  .lp-about__copy h2 { font-size: 26px; }

  /* Features */
  .lp-features { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* Services */
  .lp-services__grid { grid-template-columns: 1fr; }

  /* Trust */
  .lp-trust { padding: 48px 0; }
  .lp-trust__inner { grid-template-columns: 1fr; gap: 24px; }
  .lp-trust__left h2 { font-size: 24px; margin: 8px 0 10px; }
  .lp-trust__cards { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* Gallery */
  .lp-shots { grid-template-columns: 1fr 1fr; gap: 14px; }
  .lp-shot__img { height: 160px; }

  /* Visibility promo */
  .lp-visi__inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-visi__copy h2 { font-size: 26px; }
  .lp-visi__visual { height: auto; display: flex; flex-direction: column; gap: 16px; }
  .lp-visi__shot { position: static; width: 100% !important; }
  .lp-visi__shot--back .lp-visi__shot-img,
  .lp-visi__shot--front .lp-visi__shot-img { height: auto; }

  /* Pricing */
  .lp-pricing { grid-template-columns: 1fr 1fr; gap: 14px; }
  .lp-price--popular { transform: none; }

  /* Contact */
  .lp-contact { grid-template-columns: 1fr; padding: 22px; gap: 24px; }
  .lp-contact__channels { grid-template-columns: 1fr 1fr; }

  /* CTA */
  .lp-cta { padding: 48px 0 90px; }
  .lp-cta__inner { flex-direction: column; }
  .lp-cta__copy { min-width: 0; }
  .lp-cta__visual { display: none; }
  .lp-cta h2 { font-size: 26px; }

  /* Footer */
  .lp-footer__inner { grid-template-columns: 1fr 1fr; gap: 24px; padding: 36px 16px 24px; }
  .lp-footer__col--brand { grid-column: 1 / -1; }
  .lp-footer__bottom { padding: 16px; flex-direction: column; gap: 4px; text-align: center; }
  .lp-footer__bottom-right { justify-content: center; }

  /* Form grid */
  .lp-grid2 { grid-template-columns: 1fr; }
}

/* ── Responsive: Small phone (≤480px) ──────────────────── */
@media (max-width: 480px) {
  .lp-hero__copy h1 { font-size: 26px; }
  .lp-hero__trust { grid-template-columns: 1fr; }
  .lp-why__grid { grid-template-columns: 1fr; gap: 16px; }
  .lp-features { grid-template-columns: 1fr; }
  .lp-shots { grid-template-columns: 1fr; }
  .lp-trust__cards { grid-template-columns: 1fr; }
  .lp-pricing { grid-template-columns: 1fr; }
  .lp-contact__channels { grid-template-columns: 1fr; }
  .lp-footer__inner { grid-template-columns: 1fr; }
}
