/* BizPass landing — its own brand, SHEEM disciplines */
:root {
  /* Brand */
  --bp-blue: #2038A0;
  --bp-blue-ink: #0F1B5C;
  --bp-blue-mist: #EEF1FB;
  --bp-blue-tint: #DDE3F4;

  /* Stone neutrals */
  --stone-50:  #fafaf9;
  --stone-100: #f5f5f4;
  --stone-150: #ECEAE6;
  --stone-200: #e7e5e3;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;

  /* Feedback */
  --sage:  #3f7a5c;
  --ochre: #b8842a;
  --clay:  #a8432e;

  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-full: 9999px;

  --container: 1200px;
  --container-narrow: 1024px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Pretendard', 'Apple SD Gothic Neo', 'Segoe UI', system-ui, sans-serif;
  font-feature-settings: 'cv11', 'ss01';
  background: #ffffff;
  color: var(--stone-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }

/* ============== NAV ============== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--stone-200);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo { display: flex; align-items: center; gap: 0; }
.nav-logo svg, .nav-logo img { height: 26px; width: auto; display: block; }
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-size: 14px; color: var(--stone-700); font-weight: 500;
  transition: color .15s;
}
.nav-links a:hover { color: var(--stone-950); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch {
  display: flex; align-items: center; gap: 4px;
  font-size: 13px; color: var(--stone-600); font-weight: 500;
  padding: 6px 10px; border-radius: var(--radius-md);
  border: 1px solid var(--stone-200);
  background: #fff;
  transition: all .15s;
}
.lang-switch:hover { border-color: var(--stone-300); color: var(--stone-900); }
.lang-switch svg { width: 14px; height: 14px; }
.lang-menu {
  position: absolute; top: calc(100% + 6px); right: 0;
  background: #fff; border: 1px solid var(--stone-200);
  border-radius: var(--radius-md); padding: 4px;
  box-shadow: 0 4px 16px rgba(12,10,9,.06), 0 1px 2px rgba(12,10,9,.04);
  min-width: 140px;
  display: none;
}
.lang-wrap { position: relative; }
.lang-wrap.open .lang-menu { display: block; }
.lang-menu button {
  display: flex; width: 100%; padding: 8px 10px;
  font-size: 13px; color: var(--stone-700); text-align: left;
  border-radius: var(--radius-sm);
  align-items: center; justify-content: space-between;
}
.lang-menu button:hover { background: var(--stone-100); }
.lang-menu button.active { color: var(--bp-blue); font-weight: 600; }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 600;
  padding: 0 16px; height: 38px;
  border-radius: var(--radius-md);
  transition: all .15s;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--bp-blue); color: #fff;
}
.btn-primary:hover { background: var(--bp-blue-ink); }
.btn-secondary {
  background: var(--stone-900); color: var(--stone-50);
}
.btn-secondary:hover { background: var(--stone-950); }
.btn-outline {
  background: #fff; color: var(--stone-900);
  border-color: var(--stone-200);
}
.btn-outline:hover { background: var(--stone-50); border-color: var(--stone-300); }
.btn-ghost {
  background: transparent; color: var(--stone-700);
}
.btn-ghost:hover { background: var(--stone-100); color: var(--stone-900); }
.btn-lg { height: 46px; padding: 0 22px; font-size: 15px; }
.btn-xl {
  height: 60px; padding: 0 32px; font-size: 17px; font-weight: 700;
  border-radius: 14px; gap: 10px;
}
.btn-xl svg { width: 22px; height: 22px; }
.btn svg { width: 16px; height: 16px; }
.btn .ext-icon { width: 13px; height: 13px; opacity: 0.6; }
.foot-ext {
  display: inline-flex; align-items: center; gap: 5px;
}
.foot-ext .ext-icon { width: 11px; height: 11px; opacity: 0.55; }

/* ============== HERO ============== */
.hero {
  padding: 80px 0 96px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 75% at 18% 8%, rgba(32,56,160,0.07), transparent 70%),
    radial-gradient(45% 60% at 92% 92%, rgba(32,56,160,0.05), transparent 75%),
    linear-gradient(180deg, #fafbff 0%, #ffffff 60%, #f7f8fc 100%);
}
.hero > .container { position: relative; z-index: 1; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 64px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: var(--bp-blue-mist);
  border: 1px solid var(--bp-blue-tint);
  color: var(--bp-blue-ink);
  border-radius: var(--radius-full);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(63,122,92,.15);
}
.hero h1 {
  font-size: 68px; line-height: 1.3; letter-spacing: -0.03em;
  font-weight: 700; color: var(--stone-950);
  margin: 0 0 20px;
}
.hero h1 .accent { color: var(--bp-blue); }
.hero h1 .hero-brand-glow {
  background: linear-gradient(
    100deg,
    #1a2d80 0%,
    #2038A0 25%,
    #4f6fff 42%,
    #6e8bff 50%,
    #4f6fff 58%,
    #2038A0 75%,
    #1a2d80 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  animation: heroBrandShine 4.5s linear infinite;
}
@keyframes heroBrandShine {
  0%   { background-position: 100% 50%; }
  100% { background-position: -100% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 .hero-brand-glow { animation: none; background-position: 50% 50%; }
}
.hero-sub {
  font-size: 18px; line-height: 1.7; color: var(--stone-600);
  margin: 0 0 32px; max-width: 560px;
}
.hero-sub strong { color: var(--stone-900); font-weight: 700; }
.hero-sub b      { color: var(--bp-blue);   font-weight: 700; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust {
  display: flex; gap: 40px; align-items: flex-end;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--stone-200);
}
.hero-trust-item {
  display: flex; flex-direction: column; gap: 6px;
}
.hero-trust-item .num {
  font-size: 36px; font-weight: 800; color: var(--stone-950);
  letter-spacing: -0.03em;
  line-height: 1;
}
.hero-trust-item .label {
  font-size: 13px; color: var(--stone-500); font-weight: 600;
  letter-spacing: 0.02em;
}

/* Hero phone visual */
.hero-visual {
  position: relative;
  height: 540px;
}
/* iPhone 13 Pro Max Sierra Blue mockup — uses a transparent PNG frame
   on top of a screen viewport. Measured viewport (image 1684x3178):
     left 11.94% / right 88.12% / top 6.36% / bottom 93.74% */
.mockup-phone {
  position: absolute;
  width: 290px;
  aspect-ratio: 1684 / 3265;
  filter:
    drop-shadow(0 30px 60px rgba(12,10,9,0.22))
    drop-shadow(0 12px 24px rgba(12,10,9,0.14));
}
.mockup-phone-front,
.mockup-phone-back {
  top: 0; right: 20px;
  transform-origin: center center;
  filter: drop-shadow(0 22px 40px rgba(12,10,9,0.16))
          drop-shadow(0 8px 16px rgba(12,10,9,0.10));
}
.mockup-phone-front { transform: translate(0, 0) rotate(3deg); z-index: 3; }
.mockup-phone-back  { transform: translate(-210px, 60px) rotate(-7deg) scale(0.92); z-index: 1; }
.mockup-frame {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none; user-select: none; -webkit-user-drag: none;
  z-index: 2;
}
.mockup-screen {
  position: absolute;
  left: 11.94%; right: 11.88%;
  top: 6.36%; bottom: 6.26%;
  border-radius: 8.5%;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  /* Reserve space at the top for the mockup's notch so screenshot content
     doesn't get hidden under it. */
  padding-top: 7.5%;
  box-sizing: border-box;
}
.mockup-screen img:not(.splash-logo) {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 54%;
  display: block;
}
.mockup-screen-splash { padding-top: 0; }
.mockup-screen-splash {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
}
.splash-logo {
  width: 50%; max-width: 150px; height: auto;
  user-select: none; -webkit-user-drag: none;
}
.splash-spinner {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 3px solid var(--stone-200);
  border-top-color: var(--bp-blue);
  animation: splash-spin 0.9s linear infinite;
}
@keyframes splash-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .splash-spinner { animation: none; border-top-color: var(--stone-300); }
}
.phone-screen {
  width: 100%; height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
}
.phone-notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 24px; background: var(--stone-950);
  border-radius: 14px; z-index: 5;
}
.phone-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 24px 4px; font-size: 12px; font-weight: 600; color: var(--stone-900);
}
.call-screen {
  flex: 1; padding: 28px 20px 20px;
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(180deg, #F7F8FC 0%, #EEF1FB 100%);
}
.call-label { font-size: 11px; letter-spacing: 0.12em; color: var(--bp-blue);
  font-weight: 700; text-transform: uppercase; margin-top: 18px; }
.call-store { font-size: 19px; font-weight: 700; color: var(--stone-950);
  margin-top: 6px; letter-spacing: -0.01em; }
.call-num { font-size: 13px; color: var(--stone-500); margin-top: 4px;
  font-variant-numeric: tabular-nums; }
.call-orb {
  width: 110px; height: 110px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bp-blue) 0%, var(--bp-blue-ink) 100%);
  margin: 26px 0 18px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.call-orb::before, .call-orb::after {
  content: ''; position: absolute; inset: -8px;
  border: 2px solid var(--bp-blue); border-radius: 50%;
  opacity: 0; animation: pulse 2.4s cubic-bezier(0.4,0,0.6,1) infinite;
}
.call-orb::after { animation-delay: 1.2s; }
@keyframes pulse {
  0% { opacity: 0.6; transform: scale(0.95); }
  100% { opacity: 0; transform: scale(1.45); }
}
.call-orb svg { width: 44px; height: 44px; color: #fff; position: relative; z-index: 1; }
.call-status {
  font-size: 13px; color: var(--stone-600); font-weight: 500;
  display: flex; align-items: center; gap: 6px;
}
.call-status .live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--sage);
  animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: 0.3; } }
.call-actions {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; margin-top: 26px; width: 100%; padding: 0 8px;
}
.call-action {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.call-action-btn {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(28,25,23,0.06);
  display: flex; align-items: center; justify-content: center;
  color: var(--stone-800);
}
.call-action-btn.primary { background: var(--clay); color: #fff; }
.call-action svg { width: 22px; height: 22px; }
.call-action span { font-size: 10px; color: var(--stone-600); font-weight: 500; }

/* Hero phone displaying real app screen */
.phone-screen-app { padding: 0; background: #fff; position: relative; }
.phone-img {
  width: 100%; height: calc(100% - 38px);
  object-fit: cover; object-position: top center;
  display: block;
}

/* Faux iOS status bar (clock | dynamic island | signal/wifi/battery) */
.fake-status {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 16px 4px;
  height: 28px;
  background: #fff;
  color: var(--stone-900);
  font-size: 11px; font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.fake-status-lg {
  height: 38px;
  padding: 10px 22px 6px;
  font-size: 13px;
}
.fake-status .fs-time { line-height: 1; }
.fake-status .fs-island {
  width: 72px; height: 18px;
  background: var(--stone-950);
  border-radius: 11px;
}
.fake-status-lg .fs-island {
  width: 92px; height: 24px;
  border-radius: 14px;
}
.fake-status .fs-icons {
  display: flex; align-items: center; gap: 5px;
  color: var(--stone-900);
}
.fake-status .fs-icons svg {
  height: 11px; width: auto;
  fill: currentColor;
}
.fake-status-lg .fs-icons svg { height: 13px; }

/* Door card layered behind phone */
.door-card {
  position: absolute;
  width: 280px;
  background: #fff;
  border: 1px solid var(--stone-200);
  border-radius: var(--radius-xl);
  padding: 18px;
  bottom: 60px; left: -10px;
  transform: rotate(-3deg);
  box-shadow: 0 20px 40px -20px rgba(12,10,9,.18), 0 4px 8px rgba(12,10,9,.04);
}
.door-card-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.door-card-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--sage); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.door-card-icon svg { width: 18px; height: 18px; }
.door-card-title { font-size: 13px; font-weight: 600; color: var(--stone-950); }
.door-card-sub { font-size: 11px; color: var(--stone-500); margin-top: 2px; }
.door-card-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; padding: 7px 0;
  border-top: 1px solid var(--stone-150);
}
.door-card-row .k { color: var(--stone-500); }
.door-card-row .v { color: var(--stone-900); font-weight: 500; font-variant-numeric: tabular-nums; }
.door-card-row .v.success { color: var(--sage); font-weight: 600; }

/* Animated ambient canvas backdrop (Pipeline) */
.hero-canvas {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  /* Soft mask: full opacity in center band, fading to bg at top/bottom
     so the canvas doesn't clash with section boundaries. */
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  opacity: 0.32;
}
#app { position: relative; overflow: hidden; }
#app > .container { position: relative; z-index: 1; }

/* ============== PARTNERS ============== */
.partners {
  padding: 32px 0 48px;
  border-top: 1px solid var(--stone-150);
  border-bottom: 1px solid var(--stone-150);
}
.partners-label {
  text-align: center; font-size: 18px; color: var(--stone-500);
  font-weight: 600; letter-spacing: -0.01em;
  margin-bottom: 32px;
}
.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.marquee-track {
  display: flex; align-items: center; gap: 64px;
  width: max-content;
  animation: marquee 50s linear infinite;
  will-change: transform;
}
.marquee-track span {
  font-size: 66px; font-weight: 800; color: var(--stone-900);
  letter-spacing: -0.025em; white-space: nowrap;
}
.marquee-track em {
  font-style: normal; color: var(--bp-blue); font-size: 54px; opacity: 0.45;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}
@media (max-width: 600px) {
  .marquee-track { gap: 36px; animation-duration: 36s; }
  .marquee-track span { font-size: 42px; }
  .marquee-track em { font-size: 36px; }
  .partners-label { font-size: 15px; margin-bottom: 24px; }
}

/* ============== PARTNERSHIP (Superplace × Business&Communication) ============== */
.partner-pair {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px;
  align-items: stretch;
  margin-top: 56px;
}
.partner-card {
  background: #fff; border: 1px solid var(--stone-150); border-radius: 20px;
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 1px 0 rgba(15,23,42,0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.partner-card-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center right;
  opacity: 0.55;
}
.partner-card-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.94) 32%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,0.45) 100%);
}
.partner-card > *:not(.partner-card-bg) { position: relative; z-index: 1; }
.partner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  border-color: var(--stone-200);
}
.partner-logo-img {
  height: 38px; width: auto; object-fit: contain;
  align-self: flex-start;
  user-select: none; -webkit-user-drag: none;
  margin-bottom: 4px;
}
.partner-logo-bnc { height: 44px; }
.partner-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  color: var(--bp-blue); text-transform: uppercase;
}
.partner-card h4 {
  font-size: 22px; font-weight: 700; color: var(--stone-950);
  letter-spacing: -0.02em; margin: 0;
}
.partner-card p {
  font-size: 15px; line-height: 1.7; color: var(--stone-600); margin: 0;
}
.partner-meta {
  list-style: none; margin: 6px 0 0; padding: 14px 0 0;
  border-top: 1px dashed var(--stone-200);
  display: flex; flex-direction: column; gap: 6px;
  font-size: 13px;
}
.partner-meta li { display: flex; gap: 12px; align-items: baseline; }
.partner-meta .k {
  flex: 0 0 76px;
  color: var(--stone-500); font-weight: 600;
  font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase;
}
.partner-meta .v { color: var(--stone-800); font-weight: 500; }
.partner-meta a.v:hover { color: var(--bp-blue); text-decoration: underline; }
.partner-x {
  display: flex; align-items: center; justify-content: center;
  font-size: 48px; font-weight: 200; color: var(--stone-400);
  letter-spacing: -0.04em;
  align-self: center;
  user-select: none;
}
@media (max-width: 960px) {
  .partner-pair { grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
  .partner-x { font-size: 36px; padding: 4px 0; }
  .partner-card { padding: 28px 24px; }
}

/* ============== INFRASTRUCTURE / RELIABILITY ============== */
.infra-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}
.infra-card {
  background: #fff; border: 1px solid var(--stone-150); border-radius: 20px;
  padding: 28px; display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.infra-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  border-color: var(--stone-200);
}
.infra-brand {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 14px; border-bottom: 1px dashed var(--stone-200);
}
.infra-brand-mark {
  flex: 0 0 auto; width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; color: #fff; letter-spacing: -0.04em;
}
.infra-brand-failsafe { background: var(--bp-blue); }
.infra-brand-failsafe svg { width: 20px; height: 20px; }
.infra-logo-img {
  flex: 0 0 auto; height: 32px; width: auto;
  object-fit: contain; user-select: none; -webkit-user-drag: none;
}
.infra-logo-sejong { height: 28px; }
.infra-logo-aws    { height: 30px; }
.infra-brand-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.infra-brand-text strong {
  font-size: 15px; font-weight: 700; color: var(--stone-900); letter-spacing: -0.01em;
}
.infra-brand-text span {
  font-size: 12px; color: var(--stone-500); font-weight: 500;
}
.infra-card h4 {
  font-size: 20px; font-weight: 700; color: var(--stone-900);
  letter-spacing: -0.02em; margin: 0;
}
.infra-card p {
  font-size: 15px; line-height: 1.65; color: var(--stone-600); margin: 0;
}
@media (max-width: 960px) {
  .infra-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
  .infra-card { padding: 24px; }
}

/* ============== SECTIONS ============== */
.section { padding: 96px 0; }
.section-tight { padding: 72px 0; }
.section-bg { background: var(--stone-50); }
.section-dark { background: var(--stone-950); color: var(--stone-100); }

.section-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--bp-blue); margin-bottom: 12px;
}
.section-dark .section-eyebrow { color: #8A9FE0; }
.section-title {
  font-size: 42px; line-height: 1.1; letter-spacing: -0.025em;
  font-weight: 700; color: var(--stone-950);
  margin: 0 0 16px;
  max-width: 720px;
}
.section-dark .section-title { color: #fff; }
#how .section-title { font-size: 60px; line-height: 1.15; letter-spacing: -0.03em; }
@media (max-width: 900px) { #how .section-title { font-size: 46px; } }
@media (max-width: 600px) { #how .section-title { font-size: 38px; } }
.section-sub {
  font-size: 18px; line-height: 1.55; color: var(--stone-600);
  max-width: 600px; margin: 0;
}
.section-dark .section-sub { color: var(--stone-400); }
.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .section-title,
.section-head.center .section-sub { margin-left: auto; margin-right: auto; }

/* ============== FEATURES ============== */
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.feature-card {
  background: #fff; border: 1px solid var(--stone-200);
  border-radius: var(--radius-xl);
  padding: 32px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}
.feature-card:hover {
  border-color: var(--stone-300);
  transform: translateY(-2px);
}
.feature-art {
  width: 88px; height: 88px;
  object-fit: contain;
  display: block;
  margin: -8px 0 16px -10px;
  user-select: none;
  -webkit-user-drag: none;
}
.feature-card h3 {
  font-size: 19px; font-weight: 700; color: var(--stone-950);
  margin: 0 0 10px; letter-spacing: -0.015em;
}
.feature-card p {
  font-size: 14px; color: var(--stone-600); margin: 0; line-height: 1.6;
}

/* Featured big card */
.feature-hero {
  background: var(--stone-950); color: #fff;
  border-radius: 20px;
  padding: 56px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: center;
  margin-bottom: 24px;
  position: relative; overflow: hidden;
}
.feature-hero::before {
  content: '';
  position: absolute; right: -120px; top: -120px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(32,56,160,0.4), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.feature-hero > * { position: relative; z-index: 1; }
.feature-hero-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
  color: #8A9FE0; text-transform: uppercase; margin-bottom: 14px;
}
.feature-hero h2 {
  font-size: 38px; line-height: 1.1; letter-spacing: -0.025em;
  font-weight: 700; margin: 0 0 16px;
}
.feature-hero p {
  font-size: 16px; color: var(--stone-400); line-height: 1.6;
  margin: 0 0 24px;
}
.feature-hero-bullets {
  display: flex; flex-direction: column; gap: 12px;
  font-size: 14px; color: var(--stone-200);
}
.feature-hero-bullets div {
  display: flex; gap: 10px; align-items: flex-start;
}
.feature-hero-bullets svg {
  width: 16px; height: 16px; color: #8A9FE0; flex-shrink: 0; margin-top: 4px;
}
/* Visual: log mock */
.log-mock {
  background: #16140F;
  border: 1px solid #2a2521;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.log-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; border-bottom: 1px solid #2a2521;
  font-size: 12px; color: #a8a29e;
}
.log-head .dots { display: flex; gap: 6px; }
.log-head .dots span { width: 10px; height: 10px; border-radius: 50%; background: #3b342f; }
.log-row {
  display: grid; grid-template-columns: 60px 1fr auto;
  gap: 12px; padding: 11px 18px; align-items: center;
  border-bottom: 1px solid #221e1b;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.log-row:last-child { border-bottom: 0; }
.log-time { color: var(--stone-500); font-size: 11px; }
.log-num { color: #fff; font-weight: 500; }
.log-pill {
  font-size: 10px; padding: 3px 8px; border-radius: 999px;
  font-weight: 600;
}
.log-pill.ok { background: rgba(63,122,92,0.15); color: #7db197; }
.log-pill.warn { background: rgba(184,132,42,0.15); color: #d9a654; }
.log-pill.adult { background: rgba(32,56,160,0.18); color: #8A9FE0; }

/* ============== HOW IT WORKS ============== */
.how-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  position: relative;
}
.how-grid::before {
  content: ''; position: absolute;
  top: 27px; left: 12.5%; right: 12.5%; height: 2px;
  background-image:
    linear-gradient(90deg,
      transparent 0%,
      rgba(32,56,160,0.0) 25%,
      rgba(32,56,160,0.85) 50%,
      rgba(32,56,160,0.0) 75%,
      transparent 100%),
    linear-gradient(90deg, transparent, var(--stone-200) 10%, var(--stone-200) 90%, transparent);
  background-size: 40% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: -40% 0, 0 0;
  animation: how-flow 3.6s linear infinite;
  z-index: 0;
  border-radius: 1px;
}
@keyframes how-flow {
  to { background-position: 140% 0, 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .how-grid::before { animation: none; background-image: linear-gradient(90deg, transparent, var(--stone-200) 10%, var(--stone-200) 90%, transparent); }
}
.how-step { position: relative; z-index: 1; text-align: left; }
.how-num {
  width: 56px; height: 56px;
  border-radius: 50%; background: #fff;
  border: 1px solid var(--stone-200);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; color: var(--bp-blue);
  margin-bottom: 24px;
  font-variant-numeric: tabular-nums;
}
.how-step h4 {
  font-size: 18px; font-weight: 700; color: var(--stone-950);
  margin: 0 0 8px; letter-spacing: -0.01em;
}
.how-step p {
  font-size: 14px; color: var(--stone-600); margin: 0; line-height: 1.55;
}

/* ============== USE CASES ============== */
.cases-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.case-card {
  background: #fff; border: 1px solid var(--stone-200);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  transition: all .15s;
}
.case-card:hover { border-color: var(--bp-blue); }
.case-art {
  width: 128px; height: 128px;
  object-fit: contain;
  display: block;
  margin: -8px 0 16px -12px;
  user-select: none;
  -webkit-user-drag: none;
}
.case-card h4 {
  font-size: 16px; font-weight: 700; margin: 0 0 4px; color: var(--stone-950);
}
.case-card .case-ko { font-size: 12px; color: var(--stone-500); margin: 0 0 12px; }
.case-card p {
  font-size: 13px; color: var(--stone-600); margin: 0; line-height: 1.5;
}
.cases-extra {
  margin: 32px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--stone-500);
}

/* ============== ENTRY DEMO VIDEO ============== */
.entry-demo-frame {
  max-width: 880px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(12,10,9,0.18), 0 8px 18px rgba(12,10,9,0.10);
}
.entry-demo-video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* ============== APP GALLERY ============== */
.app-gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.app-screen {
  margin: 0;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.mockup-phone-static {
  position: relative;
  width: 100%; max-width: 240px;
  margin-bottom: 24px;
  filter: drop-shadow(0 6px 14px rgba(12,10,9,0.06));
}
.app-screen figcaption { max-width: 240px; }
.app-screen h4 {
  font-size: 16px; font-weight: 700; color: var(--stone-950);
  margin: 0 0 6px; letter-spacing: -0.01em;
}
.app-screen figcaption p {
  font-size: 13px; color: var(--stone-600); margin: 0; line-height: 1.5;
}

/* ============== LIVE COUNTER (dark) ============== */
.live-section {
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.live-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.live-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  will-change: transform, opacity;
}
.live-orb-1 {
  width: 520px; height: 520px;
  background: var(--bp-blue);
  top: -160px; left: -120px;
  animation: orbDrift1 18s ease-in-out infinite;
}
.live-orb-2 {
  width: 420px; height: 420px;
  background: #4f6dd9;
  bottom: -140px; right: -100px;
  animation: orbDrift2 22s ease-in-out infinite;
  opacity: 0.25;
}
.live-orb-3 {
  width: 280px; height: 280px;
  background: #2a4dc0;
  top: 30%; left: 45%;
  animation: orbDrift3 26s ease-in-out infinite;
  opacity: 0.20;
}
.live-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}
@keyframes orbDrift1 {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(80px, 60px) scale(1.1); }
}
@keyframes orbDrift2 {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-60px, -40px) scale(1.15); }
}
@keyframes orbDrift3 {
  0%,100% { transform: translate(0,0) scale(1); opacity: 0.20; }
  50% { transform: translate(40px, -30px) scale(1.05); opacity: 0.32; }
}
.live-section .container { position: relative; z-index: 1; }
.live-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.live-counter-eyebrow {
  font-size: 20px; font-weight: 700; letter-spacing: -0.01em;
  color: #c8d4ff; text-transform: none;
  margin-bottom: 22px;
  line-height: 1.4;
}
.live-counter-num {
  font-size: 96px; font-weight: 700; color: #fff;
  letter-spacing: -0.04em; line-height: 1;
  font-variant-numeric: tabular-nums;
  margin: 0 0 14px;
  display: inline-block;
  position: relative;
  transition: text-shadow .25s ease, color .25s ease;
}
.live-counter-num.bump {
  color: #e9efff;
  text-shadow: 0 0 28px rgba(168, 195, 255, 0.55);
}
.live-counter-num::after {
  content: '+';
  font-size: 0.5em;
  color: #8A9FE0;
  margin-left: 6px;
  vertical-align: 0.5em;
  font-weight: 600;
}
.live-counter-label {
  font-size: 16px; color: var(--stone-300); font-weight: 500;
  margin-bottom: 10px;
}
.live-counter-foot {
  font-size: 13px; color: var(--stone-500); line-height: 1.55;
  max-width: 380px;
}
.live-feed-wrap {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-xl);
  padding: 20px;
}
.live-feed-head {
  font-size: 12px; font-weight: 600; color: var(--stone-300);
  letter-spacing: 0.06em;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 8px;
}
.live-feed {
  display: flex; flex-direction: column; gap: 0;
  height: 280px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 80%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 80%, transparent 100%);
}
.live-event {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px; padding: 12px 4px; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  animation: liveSlideIn .45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.live-event:last-child { border-bottom: 0; }
.live-event .le-time { color: var(--stone-500); font-size: 11px; }
.live-event .le-body { color: #fff; }
.live-event .le-phone { color: #fff; font-weight: 500; }
.live-event .le-store {
  display: block; color: var(--stone-400); font-size: 11px; margin-top: 2px;
  font-variant-numeric: normal;
}
.live-event .le-pill {
  font-size: 10px; padding: 3px 8px; border-radius: 999px;
  font-weight: 600;
  background: rgba(74,222,128,0.15);
  color: #7dd99e;
}
@keyframes liveSlideIn {
  0%   { opacity: 0; max-height: 0; padding-top: 0; padding-bottom: 0; border-bottom-width: 0; }
  40%  { opacity: 1; }
  100% { opacity: 1; max-height: 80px; padding-top: 12px; padding-bottom: 12px; border-bottom-width: 1px; }
}

/* ============== VIDEO EMBED ============== */
.video-embed {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: var(--stone-950);
  box-shadow:
    0 32px 60px -24px rgba(12,10,9,.30),
    0 12px 24px -8px rgba(12,10,9,.16);
}
.video-embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
}

/* Hero phone fade transition */
.phone-img { transition: opacity .28s ease; }
.phone-img.is-fading { opacity: 0; }

/* ============== STATS / PROOF (dark band) ============== */
.proof-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.proof-item { padding: 0 32px; border-left: 1px solid #2a2521; }
.proof-item:first-child { border-left: 0; padding-left: 0; }
.proof-num {
  font-size: 76px; font-weight: 700; line-height: 1;
  letter-spacing: -0.035em; color: #fff;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.proof-num .unit { font-size: 36px; color: #8A9FE0; margin-left: 4px; font-weight: 700; }
.proof-label {
  font-size: 18px; color: var(--stone-400); line-height: 1.45; font-weight: 500;
}

/* ============== PRICING ============== */
.pricing-step {
  background: #fff; border: 1px solid var(--stone-200);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  margin-bottom: 24px;
  position: relative;
}
.pricing-step-num {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 8px;
}
.pricing-step-num > span:first-child {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  color: #fff; background: var(--bp-blue);
  padding: 5px 10px; border-radius: var(--radius-sm);
}
.pricing-step-label {
  font-size: 13px; color: var(--stone-600); font-weight: 500;
}

/* Step 1: setup — horizontal split */
.pricing-setup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.pricing-setup .pricing-step-num { grid-column: 1 / -1; }
.pricing-setup-body h3 {
  font-size: 24px; font-weight: 700; color: var(--stone-950);
  margin: 0 0 8px; letter-spacing: -0.015em;
}
.pricing-setup-body > p {
  font-size: 14px; color: var(--stone-600); margin: 0 0 18px; line-height: 1.55;
}
.price-features-inline {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
}
.price-features-inline li {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13px; color: var(--stone-700); line-height: 1.4;
}
.price-features-inline svg {
  width: 14px; height: 14px; color: var(--bp-blue);
  flex-shrink: 0; margin-top: 3px;
}
.pricing-setup-amount {
  display: flex; flex-direction: column; align-items: flex-end;
  text-align: right;
}
.pricing-setup-amount .price-strike {
  font-size: 14px; color: var(--stone-400); font-weight: 500;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.pricing-setup-amount .amount-line {
  display: flex; align-items: baseline; gap: 2px;
}
.pricing-setup-amount .currency {
  font-size: 22px; color: var(--stone-700); font-weight: 700;
}
.pricing-setup-amount .num {
  font-size: 56px; font-weight: 700; color: var(--bp-blue);
  letter-spacing: -0.025em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.pricing-setup-amount .amount-note {
  font-size: 12px; color: var(--stone-500); margin-top: 10px;
  max-width: 240px;
}

/* Background-like fleet image flush in the bottom-right of the STEP 1 card */
.pricing-setup { position: relative; overflow: hidden; }
.pricing-setup-bg {
  position: absolute;
  bottom: -20px; right: -30px;
  width: 620px; height: auto;
  pointer-events: none; user-select: none; -webkit-user-drag: none;
  z-index: 0;
  opacity: 0.32;
}
.pricing-setup .pricing-step-num,
.pricing-setup > .pricing-setup-tagline,
.pricing-setup .pricing-setup-installs,
.pricing-setup .pricing-setup-body,
.pricing-setup .pricing-setup-amount { position: relative; z-index: 1; }
.pricing-setup > .pricing-setup-tagline {
  grid-column: 1 / -1;
  font-size: 56px; font-weight: 800;
  color: var(--stone-950);
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 0 0 28px;
}
.pricing-setup > .pricing-setup-tagline b {
  color: var(--bp-blue); font-weight: 800;
}
.pricing-setup-installs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.pricing-setup-installs .install-card {
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--stone-200);
  transition: border-color .15s, transform .2s;
}
.pricing-setup-installs .install-card:hover {
  border-color: var(--bp-blue);
  transform: translateY(-2px);
}
.pricing-setup-installs .install-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: var(--stone-100);
}
.pricing-setup-installs .install-card figcaption {
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--stone-700);
  letter-spacing: -0.01em;
  border-top: 1px solid var(--stone-200);
}
.pricing-step-note {
  position: relative; z-index: 1;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--stone-150);
  font-size: 12px; color: var(--stone-500);
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}
.pricing-step-note span::before {
  content: '·'; color: var(--stone-400); margin-right: 6px;
}
.pricing-step-note span:first-child::before { display: none; }
.pricing-monthly-wrap .pricing-step-note { grid-column: 1 / -1; }
@media (max-width: 960px) {
  .pricing-setup-bg { width: 460px; opacity: 0.22; bottom: 0; right: -20px; }
  .pricing-setup-installs {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .pricing-setup-installs .install-card img { aspect-ratio: 16 / 10; }
  .pricing-setup-installs .install-card figcaption {
    padding: 12px 16px;
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .pricing-setup-bg { width: 340px; opacity: 0.18; }
  .pricing-setup > .pricing-setup-tagline { font-size: 34px; line-height: 1.25; margin-bottom: 20px; }
}

/* Step 2: monthly — base + optional with explicit + */
.pricing-monthly-wrap { padding-bottom: 32px; }
.pricing-monthly {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
}
.pm-card {
  display: flex; flex-direction: column;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--stone-200);
  background: #fff;
}
.pm-card.pm-required {
  border-color: var(--bp-blue);
  border-width: 2px;
  background: linear-gradient(180deg, var(--bp-blue-mist) 0%, #fff 30%);
}
.pm-card.pm-optional {
  border-style: dashed;
  background: var(--stone-50);
}
.pm-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--radius-full);
  align-self: flex-start;
  margin-bottom: 14px;
}
.pm-tag-required { background: var(--bp-blue); color: #fff; }
.pm-tag-optional { background: var(--stone-200); color: var(--stone-700); }
.pm-card h3 {
  font-size: 20px; font-weight: 700; color: var(--stone-950);
  margin: 0 0 10px; letter-spacing: -0.015em;
}
.pm-meta { font-size: 12px; color: var(--stone-500); margin: 0 0 18px; }
.pm-hint {
  font-size: 12px; color: var(--stone-500); margin: 16px 0 0;
  padding-top: 14px; border-top: 1px dashed var(--stone-200);
  line-height: 1.45; font-style: italic;
}
.pm-plus {
  font-size: 32px; font-weight: 300; color: var(--stone-400);
  display: flex; align-items: center; justify-content: center;
  align-self: center;
  user-select: none;
}

/* Shared price-amount + price-features (still used inside pm-cards) */
.price-amount {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 4px;
}
.price-amount .currency { font-size: 17px; color: var(--stone-700); font-weight: 600; }
.price-amount .price-strike {
  font-size: 14px; color: var(--stone-400); font-weight: 500;
  text-decoration: line-through; margin-right: 8px;
  align-self: center;
}
.price-amount .num {
  font-size: 38px; font-weight: 700; color: var(--stone-950);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.price-amount .per { font-size: 13px; color: var(--stone-500); }
.price-features {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid var(--stone-200);
  padding-top: 18px;
  flex: 1;
}
.pm-card.pm-required .price-features { border-top-color: var(--bp-blue-tint); }
.price-features li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; color: var(--stone-700); line-height: 1.4;
}
.price-features svg {
  width: 16px; height: 16px; color: var(--bp-blue);
  flex-shrink: 0; margin-top: 3px;
}

/* Summary band */
/* Install cases CTA — replaces the pricing summary */
.install-cases-cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  padding: 36px 44px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(80% 100% at 100% 50%, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(135deg, var(--bp-blue) 0%, var(--bp-blue-ink) 100%);
  color: #fff;
  text-decoration: none;
  position: relative; overflow: hidden;
  box-shadow: 0 12px 32px -12px rgba(32,56,160,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.install-cases-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px -12px rgba(32,56,160,0.55);
}
.install-cases-cta:hover .install-cases-arrow {
  transform: translateX(4px);
}
.install-cases-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.install-cases-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.7);
}
.install-cases-cta h3 {
  font-size: 38px; font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.25; color: #fff; margin: 0;
}
.install-cases-cta p {
  font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.78);
  margin: 0; max-width: 560px;
}
.install-cases-action {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 24px;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  font-weight: 700; font-size: 16px;
  border: 1px solid rgba(255,255,255,0.22);
  transition: background 0.2s ease;
}
.install-cases-cta:hover .install-cases-action {
  background: rgba(255,255,255,0.20);
}
.install-cases-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  transition: transform 0.2s ease;
}
.install-cases-arrow svg { width: 22px; height: 22px; }
@media (max-width: 760px) {
  .install-cases-cta {
    flex-direction: column; align-items: flex-start;
    padding: 28px 24px; gap: 22px;
  }
  .install-cases-cta h3 { font-size: 28px; letter-spacing: -0.025em; }
  .install-cases-action { width: 100%; justify-content: center; }
}

/* ============== TESTIMONIALS ============== */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.testimonial {
  background: #fff; border: 1px solid var(--stone-200);
  border-radius: var(--radius-xl);
  padding: 28px;
  display: flex; flex-direction: column;
}
.testimonial blockquote {
  margin: 0 0 24px; font-size: 16px; line-height: 1.55;
  color: var(--stone-800); font-weight: 500;
  letter-spacing: -0.005em;
  flex: 1;
}
.testimonial blockquote::before {
  content: '"'; font-size: 38px; color: var(--bp-blue);
  line-height: 0.5; vertical-align: -8px; margin-right: 4px;
  font-weight: 700;
}
.testimonial-meta {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px; border-top: 1px solid var(--stone-150);
}
.avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--stone-200);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: var(--stone-700);
  letter-spacing: -0.02em;
}
.testimonial-name { font-size: 14px; font-weight: 700; color: var(--stone-950); }
.testimonial-role { font-size: 12px; color: var(--stone-500); margin-top: 2px; }

/* ============== FAQ ============== */
.faq-list {
  border-top: 1px solid var(--stone-200);
}
.faq-item {
  border-bottom: 1px solid var(--stone-200);
}
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0;
  font-size: 17px; font-weight: 600; color: var(--stone-950);
  text-align: left;
  letter-spacing: -0.01em;
}
.faq-q .icon {
  width: 24px; height: 24px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
  font-size: 15px; color: var(--stone-600); line-height: 1.6;
}
.faq-item.open .faq-a { max-height: 320px; padding-bottom: 24px; }
.faq-a-inner { padding-top: 4px; }

/* ============== CTA ============== */
.cta-band {
  background: var(--bp-blue);
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08), transparent 40%),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.06), transparent 40%);
  color: #fff;
  border-radius: 24px;
  padding: 64px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-band h2 {
  font-size: 42px; line-height: 1.1; letter-spacing: -0.025em;
  font-weight: 700; margin: 0 0 16px;
  color: #fff;
}
.cta-band p {
  font-size: 18px; color: rgba(255,255,255,0.8);
  max-width: 500px; margin: 0 auto 32px;
}
.cta-band .btn-primary {
  background: #fff; color: var(--bp-blue);
}
.cta-band .btn-primary:hover { background: var(--stone-50); }
.cta-band .btn-outline {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,0.3);
}
.cta-band .btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }
.cta-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ============== FOOTER ============== */
footer {
  background: var(--stone-50);
  border-top: 1px solid var(--stone-200);
  padding: 64px 0 32px;
}
.foot-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  margin-bottom: 48px;
}
.foot-logo {
  height: 56px; width: auto; display: block;
  user-select: none; -webkit-user-drag: none;
  margin-bottom: 20px;
}
.foot-about p {
  font-size: 13px; color: var(--stone-600); line-height: 1.55;
  margin: 0; max-width: 360px;
}
.foot-col h5 {
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--stone-900);
  margin: 0 0 16px;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 14px; color: var(--stone-600); transition: color .15s; }
.foot-col a:hover { color: var(--stone-950); }
.foot-contact { display: flex; flex-direction: column; }
.foot-contact-row {
  display: flex; align-items: center; gap: 12px;
  padding: 6px 0;
  margin-bottom: 6px;
  text-decoration: none;
  transition: color .15s;
}
.foot-contact-row:last-child { margin-bottom: 0; }
.foot-contact-row:hover .foot-contact-value { color: var(--bp-blue); }
.foot-contact-icon {
  flex: 0 0 auto; width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  color: var(--bp-blue);
}
.foot-contact-icon svg { width: 18px; height: 18px; }
.foot-contact-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.foot-contact-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--stone-500);
}
.foot-contact-value {
  font-size: 15px; font-weight: 600; color: var(--stone-900);
  letter-spacing: -0.01em;
}
.foot-bottom {
  border-top: 1px solid var(--stone-200);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: var(--stone-500);
  flex-wrap: wrap; gap: 16px;
}
.foot-bottom .legal { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.foot-bottom .foot-updated { color: var(--stone-400); font-size: 11px; }

/* ============== RESPONSIVE ============== */
@media (max-width: 960px) {
  .hero { padding: 56px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: 48px; }
  .hero-visual { height: 520px; max-width: 320px; margin: 0 auto; }
  .hero-visual .mockup-phone-front {
    width: 260px;
    top: 0; right: auto; left: 50%;
    transform: translateX(-50%);
  }
  .hero-visual .mockup-phone-back { display: none; }
  .how-grid { text-align: center; }
  .how-step { text-align: center; }
  .how-num { margin-left: auto; margin-right: auto; }
  .feature-grid, .testimonial-grid, .cases-grid, .how-grid, .app-gallery { grid-template-columns: repeat(2, 1fr); }
  .how-grid::before { display: none; }
  .feature-hero { grid-template-columns: 1fr; padding: 40px; }
  .feature-hero h2 { font-size: 30px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .proof-item { border-left: 0; padding: 0; min-width: 0; }
  .proof-num {
    font-size: clamp(28px, 9vw, 44px);
    letter-spacing: -0.04em;
  }
  .proof-num .unit { font-size: clamp(16px, 5vw, 22px); margin-left: 2px; }
  .proof-label { font-size: 14px; }
  .proof-label { font-size: 13px; }
  .section-title { font-size: 32px; }
  .nav-links { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-band { padding: 48px 24px; }
  .cta-band h2 { font-size: 30px; }
  .section { padding: 64px 0; }
  .live-grid { grid-template-columns: 1fr; gap: 32px; }
  .live-counter-num { font-size: 64px; }
  .live-counter-eyebrow { font-size: 17px; }
  .live-section { padding: 64px 0; }
  .pricing-setup { grid-template-columns: 1fr; gap: 24px; }
  .pricing-setup-amount { align-items: flex-start; text-align: left; }
  .pricing-setup-amount .num { font-size: 44px; }
  .pricing-monthly { grid-template-columns: 1fr; gap: 12px; }
  .pm-plus { padding: 4px 0; }
  .pricing-step { padding: 28px 24px; }
  .price-features-inline { grid-template-columns: 1fr; }
}
/* Mobile-only line break helper — usage: <br class="br-m"> */
.br-m { display: none; }
@media (max-width: 600px) {
  .br-m { display: inline; }
  .feature-grid, .testimonial-grid, .cases-grid, .how-grid, .app-gallery { grid-template-columns: 1fr; }
  .feature-grid, .cases-grid { gap: 12px; }
  .hero h1 { font-size: 41px; }
  .hero-trust { flex-wrap: wrap; gap: 16px; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 480px; max-width: 280px; }
  .hero-visual .mockup-phone-front { width: 230px; }

  /* Compact horizontal layout: icon left, copy right */
  .feature-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px; row-gap: 0;
    align-content: center;
    padding: 18px 18px;
  }
  .feature-art {
    width: 64px; height: 64px;
    margin: 0;
    grid-column: 1; grid-row: 1 / span 2;
    align-self: center;
  }
  .feature-card h3 {
    font-size: 17px; margin: 0 0 6px; line-height: 1.25;
    grid-column: 2; grid-row: 1; align-self: end;
  }
  .feature-card p {
    font-size: 13px; line-height: 1.5;
    grid-column: 2; grid-row: 2; align-self: start;
  }

  .case-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px; row-gap: 0;
    align-content: center;
    padding: 16px 18px;
  }
  .case-art {
    width: 80px; height: 80px;
    margin: 0;
    grid-column: 1; grid-row: 1 / span 2;
    align-self: center;
  }
  .case-card h4 {
    font-size: 16px; margin: 0 0 4px;
    grid-column: 2; grid-row: 1; align-self: end;
  }
  .case-card p {
    font-size: 13px; line-height: 1.5;
    grid-column: 2; grid-row: 2; align-self: start;
  }
  .cases-extra { margin-top: 20px; font-size: 13px; padding: 0 8px; }
}

/* ============== VIDEO MODAL ============== */
.video-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
}
.video-modal.is-open { display: flex; }
.video-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(12, 10, 9, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: video-fade-in .2s ease;
}
.video-modal-dialog {
  position: relative;
  width: min(100%, 1200px);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  animation: video-pop .25s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.video-modal-frame { position: absolute; inset: 0; }
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-modal-close {
  position: absolute; top: -48px; right: 0;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.12); color: #fff; border: 0;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 2;
  transition: background .15s;
}
.video-modal-close:hover { background: rgba(255,255,255,0.22); }
.video-modal-close svg { width: 20px; height: 20px; }
@keyframes video-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes video-pop {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}
@media (max-width: 600px) {
  .video-modal { padding: 12px; }
  .video-modal-close { top: 8px; right: 8px; background: rgba(0,0,0,0.5); }
}
@media (prefers-reduced-motion: reduce) {
  .video-modal-backdrop, .video-modal-dialog { animation: none; }
}
