/* ================================================================
   LOKU LANDING — Section-specific styles
   ================================================================ */

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: 160px 0 120px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.hero-copy { position: relative; z-index: 2; width: 100%; }
.hero-copy h1 { font-size: clamp(36px, 5vw, 64px); }

.hero-grad {
  background: linear-gradient(120deg, var(--primary), var(--accent-cyan) 60%, var(--accent-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-cta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 36px;
}
.play-pill {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px;
  background: var(--ink-100);
  border-radius: 999px;
  color: var(--ink-700);
}
.hero-trust {
  margin-top: 48px;
  display: flex; align-items: center; gap: 16px;
}
.trust-avatars {
  display: flex;
}
.trust-avatars span {
  width: 36px; height: 36px;
  border-radius: 999px;
  display: grid; place-items: center;
  color: white; font-weight: 800; font-size: 13px;
  border: 2.5px solid white;
  margin-left: -10px;
}
.trust-avatars span:first-child { margin-left: 0; }
.trust-stars {
  font-size: 14px; color: #f59e0b; letter-spacing: 1px; font-weight: 700;
}
.trust-stars b { color: var(--ink-900); margin-left: 4px; }

/* Hero form column */
.hero-form-col {
  position: relative;
  z-index: 2;
  align-self: center;
}
.hero-form-col input:focus,
.hero-form-col select:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
  outline: none;
}

/* Hero stage / mockups (kept for reference) */
.hero-stage {
  position: relative;
  height: 600px;
}

.hero-mock-main {
  position: absolute;
  top: 30px; right: 0;
  width: 580px;
  max-width: 100%;
  z-index: 2;
}
.mock-url {
  flex: 1;
  text-align: center;
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--ink-500);
}
.mock-url span { color: var(--ink-400); }

/* Dashboard mock */
.dash {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 360px;
}
.dash-side {
  background: var(--ink-900);
  padding: 16px 10px;
  display: flex; flex-direction: column; gap: 4px;
}
.dash-brand {
  width: 30px; height: 30px;
  background: var(--primary);
  border-radius: 8px;
  display: grid; place-items: center;
  margin-bottom: 12px;
}
.dash-nav {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
}
.dash-nav.active {
  background: var(--primary);
  color: white;
}
.dash-bullet {
  width: 5px; height: 5px;
  background: currentColor; border-radius: 999px; opacity: 0.6;
}
.dash-main { padding: 18px 22px; background: white; }
.dash-h {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 16px;
}
.dash-greet { font-size: 16px; font-weight: 800; color: var(--ink-900); }
.dash-sub { font-size: 11px; color: var(--ink-500); margin-top: 2px; }
.dash-pill {
  font-size: 10px; font-weight: 700;
  background: #dcfce7; color: #166534;
  padding: 4px 8px; border-radius: 999px;
  font-family: var(--font-mono);
}
.dash-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;
  margin-bottom: 16px;
}
.dash-stat {
  background: var(--ink-50);
  padding: 12px;
  border-radius: 12px;
  border-top: 3px solid var(--primary);
}
.dash-stat-label { font-size: 9px; font-weight: 700; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.06em; }
.dash-stat-v { font-size: 18px; font-weight: 800; color: var(--ink-900); margin-top: 4px; font-family: var(--font-mono); }
.dash-stat-sub { font-size: 10px; font-weight: 700; margin-top: 2px; }
.dash-chart { background: var(--ink-50); border-radius: 12px; padding: 14px; }
.dash-chart-h { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.dash-chart-t { font-size: 12px; font-weight: 800; }
.dash-chart-s { font-size: 10px; color: var(--ink-500); }
.dash-chart-leg { display: flex; gap: 10px; font-size: 10px; color: var(--ink-600); font-weight: 600; }
.dash-chart-leg span { display: flex; align-items: center; gap: 4px; }
.dash-chart-leg i { width: 8px; height: 8px; border-radius: 999px; display: inline-block; }
.dash-chart-svg { width: 100%; height: 110px; display: block; }

/* Hero phone */
.hero-phone {
  position: absolute;
  bottom: -20px; left: -30px;
  width: 220px;
  background: var(--ink-900);
  border-radius: 32px;
  padding: 8px;
  box-shadow: var(--shadow-lg);
  z-index: 3;
  border: 1px solid var(--ink-700);
}
.phone-notch {
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 18px;
  background: var(--ink-900);
  border-radius: 999px;
  z-index: 2;
}
.phone-screen {
  background: white;
  border-radius: 26px;
  padding: 36px 16px 18px;
  min-height: 380px;
}
.phone-h { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; margin-bottom: 14px; }
.phone-name { font-size: 18px; font-weight: 800; }
.phone-role { font-size: 11px; color: var(--ink-500); margin-top: 2px; }
.phone-greet { margin-bottom: 16px; }
.phone-card {
  background: linear-gradient(135deg, var(--primary), var(--primary-active));
  color: white;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 12px;
}
.phone-card-l { font-size: 10px; opacity: 0.8; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.phone-card-v { font-size: 18px; font-weight: 800; margin-top: 4px; font-family: var(--font-mono); }
.phone-btn {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 10px;
  background: rgba(255,255,255,0.18);
  color: white;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  width: 100%;
  justify-content: center;
}
.phone-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone-mini {
  background: var(--ink-50);
  border-radius: 12px;
  padding: 10px;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; gap: 6px;
  color: var(--ink-700);
}

/* Hero toast */
.hero-toast {
  position: absolute;
  top: -16px; right: -10px;
  background: white;
  border-radius: 16px;
  padding: 12px 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-200);
  z-index: 4;
  min-width: 240px;
}
.toast-ic {
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--primary), var(--primary-active));
  color: white;
  border-radius: 10px;
  display: grid; place-items: center;
}
.toast-pill {
  background: var(--primary);
  color: white;
  font-size: 11px; font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

/* Hero receipt */
.hero-receipt {
  position: absolute;
  bottom: 30px; right: -20px;
  width: 220px;
  background: white;
  padding: 14px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-200);
  z-index: 4;
  font-size: 12px;
}
.rc-h {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 10px; margin-bottom: 8px;
  border-bottom: 1.5px dashed var(--ink-200);
}
.rc-logo {
  width: 28px; height: 28px;
  background: var(--primary);
  border-radius: 8px;
  display: grid; place-items: center;
}
.rc-row { display: flex; justify-content: space-between; padding: 3px 0; font-size: 12px; }
.rc-row.total { font-weight: 800; font-size: 14px; }
.rc-divider { border-top: 1.5px dashed var(--ink-200); margin: 6px 0; }
.rc-pay {
  margin-top: 10px;
  background: #dcfce7; color: #166534;
  text-align: center;
  font-weight: 700; font-size: 11px;
  padding: 6px;
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hero-form-col { max-width: 560px; margin: 0 auto; width: 100%; }
  .hero-stage { height: 520px; max-width: 620px; margin: 0 auto; width: 100%; }
  .hero-mock-main { width: 100%; right: auto; left: 0; }
  .hero-phone { left: -10px; width: 180px; }
  .hero-receipt { right: -10px; width: 200px; }
  .hero-toast { right: 0; }
}
@media (max-width: 640px) {
  .hero { padding: 120px 0 80px; }
  .hero-form-col { max-width: 100%; }
  .hero-stage { height: 460px; }
  .hero-phone { display: none; }
  .hero-receipt { display: none; }
}

/* ---------- SECTIONS COMMON ---------- */
.section-h {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}
.section-h .lede { margin-left: auto; margin-right: auto; }

/* ---------- PRODUCTS (Hero + Modules) ---------- */
.section-products { background: white; padding-bottom: 140px; }

/* Hero products — 2 large cards */
.hp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 8px;
}
@media (max-width: 960px) { .hp-grid { grid-template-columns: 1fr; } }

/* Tab switcher */
.prod-tabs {
  display: flex;
  gap: 4px;
  padding: 6px;
  background: var(--ink-100);
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto 32px;
}
.prod-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-500);
  cursor: pointer;
  transition: all 0.25s ease;
}
.prod-tab.active {
  background: white;
  color: var(--tab-color, var(--primary));
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.prod-tab:not(.active):hover { color: var(--ink-800); }

/* Product panel — text left, visual right */
.prod-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px;
  border-radius: 28px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-lg);
}
@media (max-width: 860px) {
  .prod-panel { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
}
@media (max-width: 600px) {
  .prod-panel { padding: 32px 24px; }
}
.prod-panel-dark {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #06b6d4 100%);
}
.prod-panel-light {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #06b6d4 100%);
}
.prod-text { display: flex; flex-direction: column; }
.prod-visual { width: 100%; }

@keyframes prodFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.prod-anim { animation: prodFadeIn 0.3s ease; }
@media (max-width: 600px) { .hp-side { padding: 32px 24px; } }
.hp-side-biz {
  background: linear-gradient(165deg, var(--primary-dark) 0%, var(--primary) 55%, var(--primary-active) 100%);
}
.hp-side-consumer {
  background: linear-gradient(165deg, #ecfeff 0%, #cffafe 55%, #a5f3fc 100%);
}
.hp-side-head { display: flex; align-items: center; gap: 14px; }

.hp-card {
  position: relative;
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: 28px;
  padding: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hp-card.reveal { transition: opacity .6s ease, transform .6s ease, box-shadow .3s ease; }
.hp-card:hover { box-shadow: var(--shadow-lg); }
.hp-glow {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 1;
}
.hp-head { display: flex; align-items: flex-start; gap: 16px; position: relative; }
.hp-ic {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.hp-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hp-name {
  font-size: 22px;
  font-weight: 800;
  margin-top: 4px;
  letter-spacing: -0.01em;
}
.hp-headline {
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 20px;
  color: var(--ink-900);
}
.hp-desc {
  font-size: 16px;
  color: var(--ink-600);
  line-height: 1.65;
  margin-top: 14px;
}
.hp-bullets {
  list-style: none; padding: 0; margin: 24px 0 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.hp-bullets li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink-700); font-weight: 500;
}
.hp-cta {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  padding: 14px 22px;
  border-radius: 999px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  margin-top: auto;
  transition: transform .2s ease;
}
.hp-cta:hover { transform: translateY(-2px); }

/* Hero surface — visual mockup inside each card */
.hp-surface {
  position: relative;
  height: 280px;
  margin: 24px 0 8px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ink-50), white);
  border: 1px solid var(--ink-100);
}

/* BIZ surface — laptop window + phone */
.hp-bizwin {
  position: absolute;
  top: 24px; left: 24px; right: 60px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15,23,42,0.08), 0 0 0 1px var(--ink-100);
  overflow: hidden;
}
.hp-bizwin-h {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--ink-100);
  background: var(--ink-50);
}
.hp-dot { width: 9px; height: 9px; border-radius: 999px; }
.hp-bizwin-url {
  margin-left: 10px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-500);
}
.hp-bizwin-body { padding: 14px; }
.hp-stat {
  display: inline-flex; flex-direction: column;
  margin-right: 18px;
  padding: 6px 0;
}
.hp-stat span { font-size: 10px; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.hp-stat b { font-size: 16px; color: var(--ink-900); font-weight: 800; margin-top: 2px; }
.hp-chart { width: 100%; height: 50px; margin-top: 8px; display: block; }

.hp-bizphone {
  position: absolute;
  bottom: -10px; right: 16px;
  width: 110px; height: 200px;
  background: #0f172a;
  border-radius: 22px;
  padding: 6px;
  box-shadow: 0 12px 28px rgba(15,23,42,0.18);
  transform: rotate(6deg);
}
.hp-bizphone-notch {
  position: absolute; top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 38px; height: 5px;
  background: #0f172a; border-radius: 999px;
  z-index: 2;
}
.hp-bizphone-body {
  width: 100%; height: 100%;
  border-radius: 18px;
  padding: 22px 12px 12px;
  color: white;
  display: flex; flex-direction: column;
}
.hp-bizphone-time { font-size: 10px; font-weight: 700; opacity: 0.9; }
.hp-bizphone-greet { font-size: 14px; font-weight: 800; margin-top: 18px; }
.hp-bizphone-shift {
  font-family: var(--mono);
  font-size: 9px;
  margin-top: 8px;
  background: rgba(255,255,255,0.15);
  padding: 6px 8px;
  border-radius: 8px;
  text-align: center;
  letter-spacing: 0.04em;
}
.hp-bizphone-cta {
  margin-top: auto;
  background: white;
  color: var(--primary);
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}

/* CONSUMER surface — phone + voucher + activity badges */
.hp-cphone {
  position: absolute;
  top: 16px; left: 50%;
  transform: translateX(-50%);
  width: 180px; height: 260px;
  background: #0f172a;
  border-radius: 26px;
  padding: 7px;
  box-shadow: 0 12px 28px rgba(15,23,42,0.16);
}
.hp-cphone-notch {
  position: absolute; top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 50px; height: 6px;
  background: #0f172a; border-radius: 999px; z-index: 2;
}
.hp-cphone-body {
  width: 100%; height: 100%;
  background: white;
  border-radius: 20px;
  padding: 22px 12px 12px;
  display: flex; flex-direction: column; gap: 8px;
}
.hp-cphone-search {
  display: flex; align-items: center; gap: 6px;
  background: var(--ink-100);
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 10px;
  color: var(--ink-700);
  font-weight: 600;
}
.hp-cphone-pin {
  width: 8px; height: 8px;
  background: #06b6d4;
  border-radius: 999px;
}
.hp-cphone-map {
  position: relative;
  flex: 1;
  background: linear-gradient(135deg, #ecfeff, #e0f2fe);
  border-radius: 10px;
  overflow: hidden;
}
.hp-cphone-map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(6,182,212,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,0.12) 1px, transparent 1px);
  background-size: 18px 18px;
}
.hp-cphone-pin-a, .hp-cphone-pin-b, .hp-cphone-pin-c {
  position: absolute;
  padding: 3px 6px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  color: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.hp-cphone-pin-a { top: 30%; left: 25%; }
.hp-cphone-pin-b { top: 55%; left: 60%; background: #1d4ed8; }
.hp-cphone-pin-c { top: 20%; left: 65%; background: #0891b2; }
.hp-cphone-me {
  position: absolute;
  bottom: 25%; left: 45%;
  width: 12px; height: 12px;
  background: #2563eb;
  border: 2px solid white;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(37,99,235,0.18);
}
.hp-cphone-card {
  display: flex; align-items: center; gap: 8px;
  background: var(--ink-50);
  padding: 8px;
  border-radius: 10px;
}
.hp-cphone-thumb {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: grid; place-items: center;
  font-size: 16px;
}
.hp-cphone-name { font-size: 11px; font-weight: 800; color: var(--ink-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hp-cphone-meta { font-size: 9px; color: var(--ink-500); margin-top: 2px; }
.hp-cphone-pts {
  background: #06b6d4;
  color: white;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.hp-vbadge {
  position: absolute;
  bottom: 18px; left: 18px;
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 6px 16px rgba(15,23,42,0.08);
  width: 130px;
}
.hp-vbadge-h { font-size: 9px; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }
.hp-vbadge-b { font-size: 11px; font-weight: 800; color: var(--ink-900); margin-top: 3px; line-height: 1.3; }
.hp-vbadge-pts {
  display: inline-block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  color: #06b6d4;
}

.hp-actbadge {
  position: absolute;
  top: 16px; right: 16px;
  display: flex; align-items: center; gap: 4px;
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: 999px;
  padding: 6px 10px 6px 6px;
  box-shadow: 0 4px 12px rgba(15,23,42,0.08);
  font-size: 10px;
  font-weight: 700;
  color: var(--ink-700);
}
.hp-actbadge-av {
  width: 18px; height: 18px;
  border-radius: 999px;
  border: 2px solid white;
  margin-right: -6px;
}
.hp-actbadge-av.av1 { background: linear-gradient(135deg, #f59e0b, #ef4444); }
.hp-actbadge-av.av2 { background: linear-gradient(135deg, #06b6d4, #2563eb); }
.hp-actbadge-av.av3 { background: linear-gradient(135deg, #7c3aed, #ec4899); margin-right: 4px; }

/* Modules — 4 small cards */
.modules-section { margin-top: 80px; }
.modules-h { text-align: center; margin: 0 auto 32px; max-width: 640px; }
.modules-h h3 { font-size: 28px; letter-spacing: -0.02em; }
.modules-h p { margin-left: auto; margin-right: auto; }
.modules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 960px) { .modules-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .modules-grid { grid-template-columns: 1fr; } }

.module-card {
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: 16px;
  padding: 14px 22px 22px;
  transition: all .25s ease;
  display: flex; flex-direction: column;
}
.module-card:hover { border-color: var(--primary-light); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,99,235,0.08); }
.module-ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
}
.module-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink-900);
  margin-top: 16px;
  letter-spacing: -0.01em;
}
.module-desc {
  font-size: 13px;
  color: var(--ink-600);
  line-height: 1.55;
  margin-top: 6px;
  flex: 1;
}
.module-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 14px;
}

/* ---------- FEATURE TABS ---------- */
.section-tabs { background: var(--ink-50); }
.tabs-nav {
  display: flex; gap: 10px; flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}
.tab-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--ink-200);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700);
  transition: all .2s ease;
}
.tab-pill:hover { border-color: var(--primary); color: var(--primary); }
.tab-pill.active {
  box-shadow: var(--shadow-blue);
}

.tabs-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding-top: 40px;
  animation: fadeUp .6s cubic-bezier(.16,1,.3,1);
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.tabs-mock-wrap {
  position: static;
}
@media (max-width: 900px) {
  .tabs-stage { grid-template-columns: 1fr; }
}
.tabs-list {
  list-style: none; padding: 0; margin: 24px 0;
  display: flex; flex-direction: column; gap: 12px;
}
.tabs-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 16px; font-weight: 500;
  color: var(--ink-700);
}

/* Feature mocks */
.fmock { padding: 24px; }
.fmock-h {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.fmock-avatar {
  width: 44px; height: 44px;
  border-radius: 12px;
  color: white;
  display: grid; place-items: center;
}
.fmock-h > div:nth-child(2) { flex: 1; }
.fmock-badge {
  font-size: 11px; font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
}

.fmock-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 18px; }
.fmock-cell { background: var(--ink-50); border-radius: 12px; padding: 14px; }
.fmock-cell-l { font-size: 10px; font-weight: 700; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.08em; }
.fmock-cell-v { font-size: 22px; font-weight: 800; margin-top: 4px; }
.fmock-week { display: grid; grid-template-columns: repeat(7,1fr); gap: 6px; }
.fmock-day {
  background: var(--ink-100);
  border-radius: 10px;
  padding: 12px 0;
  text-align: center;
  font-size: 11px; font-weight: 700;
  color: var(--ink-500);
  position: relative;
}
.fmock-day.on { color: white; }
.fmock-day i {
  position: absolute;
  bottom: 6px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 4px;
  background: rgba(255,255,255,0.7);
  border-radius: 999px;
}

.fmock-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.fmock-table td { padding: 8px 0; border-bottom: 1px dashed var(--ink-200); }
.fmock-table td:last-child { text-align: right; font-weight: 600; }
.fmock-table tfoot td {
  padding-top: 14px;
  font-weight: 800; font-size: 16px;
  border: 0;
}

.fmock-products { display: flex; flex-direction: column; gap: 8px; }
.fmock-prod {
  display: flex; align-items: center; gap: 12px;
  padding: 10px;
  background: var(--ink-50);
  border-radius: 12px;
}
.fmock-prod-img { width: 40px; height: 40px; border-radius: 10px; }
.fmock-q { font-weight: 800; font-size: 14px; }
.fmock-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px dashed;
  font-weight: 800;
  font-size: 14px;
}

.fmock-bars {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 6px;
  height: 140px;
  align-items: end;
}
.fmock-bar {
  border-radius: 6px 6px 0 0;
  min-height: 8px;
}
.fmock-foot {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--ink-200);
}

/* ---------- STATS ---------- */
.section-stats {
  position: relative;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #06b6d4 100%);
  color: white;
  padding: 80px 0;
  overflow: hidden;
}
.stats-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 32px;
}
@media (max-width: 720px) { .stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; } }
.stat { color: white; }
.stat-v {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(120deg, white, var(--primary-light));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-l { margin-top: 8px; font-size: 14px; font-weight: 700; }
.stat-s { font-size: 12px; color: rgba(255,255,255,0.6) !important; margin-top: 4px; }

/* ---------- HOW IT WORKS ---------- */
.section-how { background: white; position: relative; overflow: hidden; }
.timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.timeline-line {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--ink-200) 10%, var(--ink-200) 90%, transparent);
}
.tl-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 32px;
  margin-bottom: 48px;
  align-items: center;
}
.tl-item:last-child { margin-bottom: 0; }
.tl-item:nth-child(odd) .tl-card { grid-column: 1; text-align: right; }
.tl-item:nth-child(odd) .tl-head { justify-content: flex-end; }
.tl-item:nth-child(even) .tl-card { grid-column: 3; }
.tl-marker { grid-column: 2; display: grid; place-items: center; }
.tl-dot {
  width: 18px; height: 18px;
  background: var(--primary);
  border-radius: 999px;
  border: 4px solid white;
  box-shadow: 0 0 0 2px var(--primary), 0 0 0 8px rgba(37,99,235,0.12);
}
.tl-card {
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.tl-head { display: flex; align-items: center; gap: 10px; }
.tl-n {
  font-size: 24px; font-weight: 800;
  background: linear-gradient(120deg, var(--primary), var(--accent-cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tl-chip {
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 10px;
  background: var(--primary-mist); color: var(--primary-active);
  border-radius: 999px;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .timeline-line { left: 16px; }
  .tl-item { grid-template-columns: 32px 1fr; gap: 16px; }
  .tl-marker { grid-column: 1 !important; }
  .tl-item:nth-child(odd) .tl-card,
  .tl-item:nth-child(even) .tl-card { grid-column: 2; text-align: left; }
  .tl-item:nth-child(odd) .tl-head { justify-content: flex-start; }
}

/* ---------- TESTIMONIALS ---------- */
.section-testi {
  background: var(--ink-50);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: all .3s ease;
}
.testi-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.testi-q {
  font-family: serif;
  font-size: 80px;
  line-height: 0.6;
  height: 32px;
  font-weight: 800;
}
.testi-quote {
  flex: 1;
  font-size: 16px;
  color: var(--ink-800);
  line-height: 1.55;
  margin: 16px 0 24px;
}
.testi-foot { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 999px;
  color: white;
  display: grid; place-items: center;
  font-weight: 800; font-size: 14px;
}

/* ---------- FAQ ---------- */
.section-faq { background: white; }
.faq-grid { align-items: start; }
.faq-contact {
  margin-top: 32px;
  padding: 24px;
  background: var(--ink-50);
  border-radius: var(--radius-lg);
}
.faq-contact-row { display: flex; align-items: center; gap: 12px; }
.faq-ic {
  width: 36px; height: 36px;
  background: var(--primary-mist);
  color: var(--primary);
  border-radius: 10px;
  display: grid; place-items: center;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--ink-50);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius);
  padding: 18px 20px;
  cursor: pointer;
  transition: all .2s ease;
}
.faq-item:hover { border-color: var(--primary-light); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 700; font-size: 15px;
  color: var(--ink-900);
}
.faq-toggle {
  display: grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--ink-200);
  color: var(--ink-600);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, margin .35s ease;
}
.faq-item.open .faq-a {
  max-height: 200px;
  margin-top: 12px;
}

/* ---------- CTA ---------- */
.section-cta { background: var(--ink-50); padding: 80px 0; }
.cta-card {
  position: relative;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary-active) 50%, var(--primary));
  border-radius: 36px;
  padding: 96px 32px;
  overflow: hidden;
  text-align: center;
}
.cta-bg { position: absolute; inset: 0; }
.cta-inner { position: relative; z-index: 2; }
.cta-trust {
  margin-top: 36px;
  display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: center;
  font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cta-trust span { display: inline-flex; align-items: center; gap: 6px; }

/* ================================================================
   NAV — MEGA DROPDOWN  (professional redesign)
   ================================================================ */

/* Trigger button (Produk / Solusi) */
.nav-link-btn {
  font-size: 14px; font-weight: 600; color: var(--ink-600);
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 11px; border-radius: 8px;
  background: none; border: none; cursor: pointer;
  transition: color .15s, background .15s;
  font-family: inherit;
  position: relative;
}
.nav-link-btn:hover,
.nav-link-btn.open   { color: var(--ink-900); background: var(--ink-50); }
.nav-link-btn.active { color: var(--primary); }
.nav-link-btn.active::after {
  content: ""; position: absolute; bottom: 3px; left: 11px; right: 11px;
  height: 2px; background: var(--primary); border-radius: 2px;
}

/* Dropdown panel */
.nav-mega { position: relative; }
.nav-dropdown {
  position: absolute; top: calc(100% + 10px); left: -20px;
  background: white;
  border: 1px solid var(--ink-100);
  border-radius: 18px;
  box-shadow:
    0 24px 60px -12px rgba(15,23,42,0.16),
    0 4px 16px -4px rgba(15,23,42,0.06);
  padding: 14px;
  min-width: 520px;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 500;
  pointer-events: none;
}
.nav-dropdown.show {
  opacity: 1; visibility: visible; transform: translateY(0);
  pointer-events: auto;
}
.nav-dropdown--sm { min-width: 292px; }

/* Dropdown header row */
.nav-dd-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 4px 10px;
  border-bottom: 1px solid var(--ink-100);
  margin-bottom: 8px;
}
.nav-dd-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-400);
}
.nav-dd-all {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700; color: var(--primary);
  padding: 3px 8px; border-radius: 6px;
  transition: background .15s;
  text-decoration: none;
}
.nav-dd-all:hover { background: var(--primary-mist); }

/* Product grid */
.nav-dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.nav-dd-item {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 11px; border-radius: 11px;
  text-decoration: none;
  transition: background .15s;
}
.nav-dd-item:hover { background: var(--ink-50); }
.nav-dd-item--row  { justify-content: space-between; }
.nav-dd-n { font-weight: 700; font-size: 13.5px; color: var(--ink-900); line-height: 1.2; }
.nav-dd-d { font-size: 11.5px; color: var(--ink-500); margin-top: 2px; line-height: 1.3; }

/* Dropdown footer */
.nav-dd-footer {
  border-top: 1px solid var(--ink-100);
  margin-top: 10px; padding: 9px 6px 2px;
}
.nav-dd-stat {
  font-size: 11.5px; color: var(--ink-400); font-weight: 500;
}

/* Thin separator between link groups */
.nav-divider {
  width: 1px; height: 18px; background: var(--ink-200); margin: 0 3px;
}

/* Burger button */
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; border-radius: 8px; cursor: pointer; background: none; border: none;
  transition: background .15s;
}
.nav-burger:hover { background: var(--ink-50); }
.nav-burger span {
  display: block; width: 22px; height: 2px;
  background: var(--ink-800); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile panel */
.nav-mobile {
  background: white;
  border-top: 1px solid var(--ink-100);
  padding: 8px 0 24px;
  max-height: 80vh; overflow-y: auto;
}
.nav-mob-group {
  padding: 10px 0;
  border-bottom: 1px solid var(--ink-50);
}
.nav-mob-group:last-of-type { border-bottom: none; }
.nav-mob-label {
  font-size: 10px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--ink-400);
  padding: 4px 4px 6px; margin-bottom: 2px;
}
.nav-mob-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 4px; border-radius: 9px;
  text-decoration: none;
  transition: background .15s, padding-left .15s;
}
.nav-mob-item:hover { background: var(--primary-mist); padding-left: 12px; }
.nav-mob-item--plain {
  font-weight: 600; font-size: 14px; color: var(--ink-700);
}
.nav-mob-item--plain:hover { color: var(--primary); }
.nav-mob-cta {
  padding-top: 16px;
  display: flex; flex-direction: column; gap: 8px;
}

@media (max-width: 900px) {
  .nav-burger { display: flex; }
}

/* ---------- BRIGHT FOOTER ---------- */
.footer-bright {
  background: linear-gradient(180deg, var(--primary-mist) 0%, #ffffff 50%, var(--primary-mist) 100%);
  color: var(--ink-700);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.footer-bg-layer {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
}
.footer-bright a { color: var(--ink-600); }
.footer-bright a:hover { color: var(--primary); }
.footer-bright h4 {
  color: var(--ink-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* Newsletter band */
.footer-news {
  position: relative;
  z-index: 2;
  background: white;
  border-top: 1px solid var(--ink-200);
  border-bottom: 1px solid var(--ink-200);
  padding: 56px 0;
}
.footer-news-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.footer-news-form {
  display: flex; gap: 10px;
  background: var(--ink-50);
  border: 1.5px solid var(--ink-200);
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  align-items: center;
}
.footer-news-form input {
  flex: 1;
  border: 0; outline: 0; background: transparent;
  font: inherit; font-size: 15px;
  color: var(--ink-900);
  padding: 12px 0;
}
.footer-news-form input::placeholder { color: var(--ink-400); }
.footer-news-form .btn { padding: 12px 20px; font-size: 14px; }
@media (max-width: 720px) {
  .footer-news-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-news-form { flex-direction: column; padding: 12px; border-radius: 18px; }
  .footer-news-form input { padding: 12px 16px; width: 100%; }
  .footer-news-form .btn { width: 100%; justify-content: center; }
}

.footer-bright-inner { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 32px; }
.footer-bright-grid {
  display: grid;
  grid-template-columns: 1.2fr 2.2fr;
  gap: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--ink-200);
}
@media (max-width: 900px) { .footer-bright-grid { grid-template-columns: 1fr; gap: 40px; } }

.footer-brand-col p { color: var(--ink-600); }
.footer-trust { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.footer-trust-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  background: white;
  border: 1px solid var(--ink-200);
  border-radius: 12px;
  max-width: 320px;
}
.ftt-ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.ftt-t { font-weight: 700; font-size: 13px; color: var(--ink-900); }
.ftt-s { font-size: 11px; color: var(--ink-500); margin-top: 1px; }

.footer-social { display: flex; gap: 8px; margin-top: 24px; }
.footer-soc-bright {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--ink-200);
  display: grid; place-items: center;
  font-size: 11px; font-weight: 800;
  color: var(--ink-700) !important;
  transition: all .2s ease;
}
.footer-soc-bright:hover {
  background: var(--soc, var(--primary));
  border-color: var(--soc, var(--primary));
  color: white !important;
  transform: translateY(-2px);
}

.footer-bright-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 720px) { .footer-bright-cols { grid-template-columns: 1fr 1fr; gap: 24px; } }
.footer-bright-cols ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-bright-cols a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500;
  padding: 0 !important;
}
.fl-dot {
  width: 6px; height: 6px;
  border-radius: 999px;
  flex-shrink: 0;
  opacity: 0.7;
}

/* App download */
.footer-apps {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px;
  padding: 40px 0;
  border-bottom: 1px solid var(--ink-200);
}
.footer-apps-t { font-weight: 800; font-size: 18px; color: var(--ink-900); }
.footer-apps-s { font-size: 13px; margin-top: 4px; }
.footer-apps-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-store {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  background: var(--ink-900);
  color: white !important;
  border-radius: 12px;
  transition: transform .2s;
}
.footer-store:hover { transform: translateY(-2px); }
.store-ic { font-size: 20px; }
.store-s { font-size: 9px; letter-spacing: 0.08em; opacity: 0.7; text-transform: uppercase; }
.store-t { font-size: 14px; font-weight: 700; }

.footer-bright-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  padding-top: 28px;
  font-size: 13px;
  color: var(--ink-500);
}
.footer-bb-meta { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-status { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: #15803d; }
.fs-dot {
  width: 8px; height: 8px;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.18);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}

/* ---------- FOOTER ---------- */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

@media (max-width: 720px) {
  .footer-bright-inner { padding-top: 48px; padding-bottom: 24px; }
  .footer-news { padding: 40px 0; }
  .footer-apps {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px 0;
  }
  .footer-apps-btns { width: 100%; }
  .footer-store { flex: 1; justify-content: center; }
  .footer-bright-bottom {
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .footer-bb-meta { gap: 12px; }
}
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-soc {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  display: grid; place-items: center;
  font-size: 11px; font-weight: 800;
  color: white !important;
  padding: 0 !important;
}
.footer-soc:hover { background: var(--primary); }
.footer-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 12px; color: var(--ink-400);
}
