/* ==========================================================================
   LGO People — design tokens
   ========================================================================== */
:root{
  --navy: #1F2A63;
  --navy-deep: #161d47;
  --red: #E8232E;
  --red-deep: #c81c26;
  --tint: #F2F4FA;
  --white: #FFFFFF;
  --ink: #252A3D;
  --muted: #5C6478;
  --border: #DDE3F3;
  --success: #18A058;

  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 999px;

  --shadow-sm: 0 2px 8px rgba(31,42,99,0.06);
  --shadow-md: 0 8px 24px rgba(31,42,99,0.10);
  --shadow-lg: 0 20px 50px rgba(31,42,99,0.16);

  --container: 1180px;
}

/* ==========================================================================
   Reset
   ========================================================================== */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg{ display:block; max-width:100%; }
a{ color: inherit; text-decoration: none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family: inherit; }
h1,h2,h3,p{ margin:0; }
input{ font-family: inherit; }

.skip-link{
  position:absolute; left:-999px; top:0;
  background: var(--navy); color:#fff; padding: 12px 18px;
  border-radius: 0 0 8px 0; z-index: 200;
}
.skip-link:focus{ left:0; }

:focus-visible{
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior:auto !important; }
}

.wrap{
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.wrap-narrow{ max-width: 760px; }

@media (min-width: 640px){
  .wrap{ padding: 0 32px; }
}

section{ padding: 72px 0; }
@media (min-width: 900px){
  section{ padding: 108px 0; }
}
[id]{ scroll-margin-top: 90px; }

/* ==========================================================================
   Type
   ========================================================================== */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--red); margin: 0 0 14px;
}
.eyebrow-dark{ color: var(--navy); }
.eyebrow-on-dark{ color: #ff8b91; }

.section-heading{
  font-size: clamp(28px, 4.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--navy);
  max-width: 780px;
}
.section-heading.on-dark{ color: #fff; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn{
  display: inline-flex; align-items:center; justify-content:center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn:hover{ transform: translateY(-2px); }
.btn:active{ transform: translateY(0); }

.btn-primary{
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 24px rgba(232,35,46,0.28);
}
.btn-primary:hover{ background: var(--red-deep); box-shadow: 0 14px 28px rgba(232,35,46,0.34); }

.btn-ghost{
  background: transparent;
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}
.btn-ghost:hover{ border-color: #fff; background: rgba(255,255,255,0.08); }

.btn-outline{
  background: #fff;
  border-color: var(--border);
  color: var(--navy);
}
.btn-outline:hover{ border-color: var(--navy); }

.btn-sm{ padding: 9px 18px; font-size: 14px; }
.btn-lg{ padding: 16px 30px; font-size: 16px; }
.btn-block{ width: 100%; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  height: 74px;
}
.brand{ display:flex; align-items:center; gap:10px; }
.logo-mark{ flex-shrink:0; }
.brand-text{ display:flex; flex-direction:column; line-height:1.1; }
.brand-word{ font-size: 20px; font-weight: 800; letter-spacing: -0.01em; }
.brand-lgo{ color: var(--navy); }
.brand-lgo-on-dark{ color: #fff; }
.brand-people{ color: var(--red); margin-left: 2px; }
.brand-tagline{ font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; margin-top: 2px; }

.main-nav{ display:none; }
.main-nav ul{ display:flex; gap: 30px; }
.main-nav a{ font-size: 15px; font-weight: 600; color: var(--ink); transition: color .15s ease; }
.main-nav a:hover{ color: var(--red); }

.header-cta{ display:flex; align-items:center; gap: 14px; }

.hamburger{
  display:flex; flex-direction:column; justify-content:center; gap:5px;
  width: 40px; height: 40px; background: none; border: none; cursor: pointer;
  padding: 0;
}
.hamburger span{ display:block; height:2px; width: 22px; background: var(--navy); margin: 0 auto; transition: transform .2s ease, opacity .2s ease; }
.hamburger[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.mobile-menu{
  border-top: 1px solid var(--border);
  padding: 18px 20px 26px;
  background: #fff;
}
.mobile-menu ul{ display:flex; flex-direction:column; gap: 4px; margin-bottom: 18px; }
.mobile-menu a{ display:block; padding: 12px 4px; font-weight: 600; font-size: 16px; border-bottom: 1px solid var(--border); }

@media (min-width: 980px){
  .main-nav{ display:block; }
  .hamburger{ display:none; }
  .mobile-menu{ display:none !important; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, #2a3878 100%);
  padding: 64px 0 90px;
}
.hero-bg{ position:absolute; inset:0; overflow:hidden; }
.hero-blob{
  position:absolute; border-radius:50%;
  filter: blur(60px);
  opacity: 0.35;
}
.hero-blob-1{ width:420px; height:420px; background: #3b4a9e; top: -160px; right: -120px; animation: float-slow 9s ease-in-out infinite; }
.hero-blob-2{ width:320px; height:320px; background: var(--red); opacity:0.18; bottom: -140px; left: -100px; animation: float-slow 11s ease-in-out infinite reverse; }

.live-dot{
  position:absolute; width:8px; height:8px; border-radius:50%; background: var(--red);
  box-shadow: 0 0 0 0 rgba(232,35,46,0.6);
  animation: pulse-ring 2.4s ease-out infinite;
}
.live-dot-a{ top: 18%; left: 8%; animation-delay: 0s; }
.live-dot-b{ top: 62%; left: 92%; animation-delay: .8s; }
.live-dot-c{ top: 85%; left: 20%; animation-delay: 1.6s; }

@keyframes pulse-ring{
  0%{ box-shadow: 0 0 0 0 rgba(232,35,46,0.55); }
  70%{ box-shadow: 0 0 0 14px rgba(232,35,46,0); }
  100%{ box-shadow: 0 0 0 0 rgba(232,35,46,0); }
}
@keyframes float-slow{
  0%,100%{ transform: translateY(0) translateX(0); }
  50%{ transform: translateY(24px) translateX(-14px); }
}

.hero-inner{
  position: relative; z-index: 2;
  display:grid; gap: 56px;
}
.hero-copy{ color: #fff; }
.pulse-dot{
  display:inline-block; width:8px; height:8px; border-radius:50%; background: var(--red);
  box-shadow: 0 0 0 0 rgba(232,35,46,0.6);
  animation: pulse-ring 2.4s ease-out infinite;
}
.hero h1{
  font-size: clamp(32px, 5.6vw, 56px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 6px 0 18px;
}
.hero-highlight{
  display:inline-block;
  background: rgba(232,35,46,0.16);
  color: #ffb3b7;
  border: 1px solid rgba(232,35,46,0.4);
  font-weight: 700;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}
.hero-sub{
  font-size: 18px;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-ctas{ display:flex; flex-wrap:wrap; gap: 14px; margin-bottom: 28px; }
.hero-trust{ font-size: 14px; color: rgba(255,255,255,0.68); max-width: 460px; margin-bottom: 28px; }
.hero-trust strong{ color: #fff; }

.store-badges{ display:flex; flex-wrap:wrap; gap: 12px; }
.store-badge{
  display:flex; align-items:center; gap:8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 10.5px;
  color: rgba(255,255,255,0.85);
  line-height: 1.25;
}
.store-badge strong{ font-size: 13px; color: #fff; }
.store-icon{ width: 20px; height: 20px; color: #fff; flex-shrink:0; }
.store-badges-footer .store-badge-sm{ background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.18); font-size: 12px; font-weight:600; color: rgba(255,255,255,0.85); padding: 8px 14px; }
.store-badges-footer .store-badge-sm .store-icon{ width:16px; height:16px; }

/* Hero visual */
.hero-visual{ position: relative; z-index:2; height: 420px; display:flex; align-items:center; justify-content:center; }

.phone-mock{
  width: 220px;
  background: #0f1533;
  border-radius: 34px;
  padding: 12px;
  box-shadow: var(--shadow-lg), 0 0 0 6px rgba(255,255,255,0.04);
  position: relative;
  animation: float-y 6s ease-in-out infinite;
}
.phone-notch{
  position:absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 16px; background:#0f1533; border-radius: 0 0 12px 12px;
  z-index: 2;
}
.phone-screen{
  background: #fff;
  border-radius: 24px;
  padding: 26px 14px 18px;
  min-height: 300px;
}
.phone-app-title{ font-size: 12px; font-weight:800; color: var(--navy); text-align:center; margin-bottom: 14px; }
.mini-card{
  display:flex; align-items:center; gap: 8px;
  background: var(--tint); border-radius: 12px; padding: 10px; margin-bottom: 8px;
}
.mini-card-alt{ background: #FDECEC; }
.mini-live{ width:9px; height:9px; border-radius:50%; background: var(--success); box-shadow: 0 0 0 0 rgba(24,160,88,0.5); animation: pulse-ring-green 2.2s ease-out infinite; flex-shrink:0; }
@keyframes pulse-ring-green{
  0%{ box-shadow: 0 0 0 0 rgba(24,160,88,0.55); }
  70%{ box-shadow: 0 0 0 10px rgba(24,160,88,0); }
  100%{ box-shadow: 0 0 0 0 rgba(24,160,88,0); }
}
.mini-card-title{ font-size: 11.5px; font-weight:700; color: var(--ink); }
.mini-card-sub{ font-size: 10px; color: var(--muted); }
.mini-chat{ background: var(--navy); border-radius: 12px; padding: 10px; margin-top: 12px; }
.mini-chat-q{ font-size: 10.5px; color: rgba(255,255,255,0.7); margin-bottom: 6px; }
.mini-chat-a{ font-size: 11px; color: #fff; font-weight: 600; }

.dash-card{
  position:absolute;
  background: #fff; border-radius: 16px; padding: 14px 16px;
  box-shadow: var(--shadow-lg);
  width: 148px;
  top: 6%; left: 0%;
}
.dash-card-label{ font-size: 11px; color: var(--muted); font-weight:600; }
.dash-card-value{ font-size: 22px; font-weight:800; color: var(--navy); margin: 2px 0 10px; }
.dash-card-value span{ font-size: 11px; font-weight:600; color: var(--muted); }
.dash-bars{ display:flex; align-items:flex-end; gap:4px; height: 34px; }
.dash-bars span{ flex:1; background: var(--red); border-radius: 3px 3px 0 0; opacity: .85; }

.ai-bubble-card{
  position:absolute;
  bottom: 4%; right: -2%;
  background: var(--navy); color: #fff;
  border-radius: 16px 16px 16px 4px;
  padding: 14px 16px;
  box-shadow: var(--shadow-lg);
  width: 200px;
}
.ai-bubble-label{ font-size: 10px; font-weight:700; color: #ff8b91; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.ai-bubble-text{ font-size: 12.5px; line-height:1.4; }

.float-a{ animation: float-y 5s ease-in-out infinite; }
.float-b{ animation: float-y 7s ease-in-out infinite reverse; }
@keyframes float-y{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-12px); }
}

@media (min-width: 900px){
  .hero-inner{ grid-template-columns: 1.05fr 0.95fr; align-items:center; }
}

/* ==========================================================================
   Trust strip
   ========================================================================== */
.trust-strip{ padding: 44px 0; border-bottom: 1px solid var(--border); }
.trust-heading{ text-align:center; font-weight:700; color: var(--navy); font-size: 15px; margin-bottom: 22px; }
.trust-badges{
  display:flex; flex-wrap:wrap; justify-content:center; gap: 14px 34px;
  margin-bottom: 16px;
}
.trust-badges li{ font-weight: 700; font-size: 15px; color: var(--muted); letter-spacing: 0.01em; }
.trust-disclaimer{ text-align:center; font-size: 12px; color: var(--muted); opacity: 0.8; }

/* ==========================================================================
   Card grids
   ========================================================================== */
.card-grid{ display:grid; gap: 24px; margin-top: 44px; }
.card-grid-3{ grid-template-columns: 1fr; }
.card-grid-4{ grid-template-columns: 1fr; }
@media (min-width: 700px){
  .card-grid-3{ grid-template-columns: repeat(3, 1fr); }
  .card-grid-4{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1040px){
  .card-grid-4{ grid-template-columns: repeat(4, 1fr); }
}

/* ==========================================================================
   Problem section
   ========================================================================== */
.problem{ background: var(--tint); }
.pain-card{
  background: #fff; border-radius: var(--radius-md); padding: 30px 26px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pain-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pain-icon{
  width: 46px; height: 46px; border-radius: 12px; background: #FDECEC; color: var(--red);
  display:flex; align-items:center; justify-content:center; margin-bottom: 18px;
}
.pain-icon svg{ width: 24px; height: 24px; }
.pain-card h3{ font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.pain-card p{ font-size: 14.5px; color: var(--muted); }
.problem-close{ text-align:center; font-size: 17px; font-weight:700; color: var(--navy); margin-top: 48px; }

/* ==========================================================================
   Features
   ========================================================================== */
.feature-card{
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 30px 26px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature-icon{
  width: 46px; height: 46px; border-radius: 12px; background: var(--tint); color: var(--navy);
  display:flex; align-items:center; justify-content:center; margin-bottom: 18px;
}
.feature-icon svg{ width: 24px; height: 24px; }
.feature-card h3{ font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.feature-card p{ font-size: 14.5px; color: var(--muted); }

/* ==========================================================================
   AI section
   ========================================================================== */
.ai-section{ background: linear-gradient(180deg, var(--navy-deep), var(--navy)); }
.ai-sub{ color: rgba(255,255,255,0.78); font-size: 17px; max-width: 620px; margin-top: 14px; }
.ai-chat-grid{ align-items: stretch; }
.chat-card{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-md);
  padding: 22px;
}
.chat-role{ font-size: 12px; font-weight:700; text-transform: uppercase; letter-spacing:.06em; color: #ff8b91; margin-bottom: 12px; }
.chat-bubble{ border-radius: 14px; padding: 12px 14px; font-size: 14px; line-height:1.45; margin-bottom: 10px; }
.chat-bubble-user{ background: rgba(255,255,255,0.9); color: var(--navy); font-weight:600; border-radius: 14px 14px 4px 14px; margin-left: 18px; }
.chat-bubble-ai{ background: rgba(232,35,46,0.14); border: 1px solid rgba(232,35,46,0.3); color: #fff; border-radius: 14px 14px 14px 4px; margin-right: 6px; margin-bottom: 0; }
.chat-ai-tag{ display:inline-block; background: var(--red); color:#fff; font-size:10px; font-weight:800; padding: 2px 6px; border-radius: 5px; margin-right: 6px; vertical-align: 2px; }
.ai-micro{ text-align:center; margin-top: 40px; color: rgba(255,255,255,0.7); font-size: 14px; font-weight:600; }

/* ==========================================================================
   Plug and play
   ========================================================================== */
.step-card{ text-align:center; padding: 10px; }
.step-number{
  display:inline-flex; align-items:center; justify-content:center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--navy); color:#fff; font-weight: 800; font-size: 20px;
  margin-bottom: 18px;
}
.step-card h3{ font-size: 18px; font-weight:700; color: var(--navy); margin-bottom: 8px; }
.step-card p{ font-size: 14.5px; color: var(--muted); }
.plug-sub{ text-align:center; max-width: 640px; margin: 46px auto 0; color: var(--muted); font-size: 15px; }

/* ==========================================================================
   Real-time
   ========================================================================== */
.realtime{ background: var(--tint); }
.realtime-inner{ display:grid; gap: 48px; align-items:center; }
.realtime-scenario{ font-size: 18px; color: var(--ink); margin: 20px 0 18px; max-width: 520px; }
.realtime-key{ font-weight: 700; color: var(--navy); font-size: 16px; }
.realtime-visual{ display:flex; flex-direction:column; gap: 14px; }
.rt-card{
  display:flex; align-items:center; gap: 12px;
  background: #fff; border-radius: var(--radius-md); padding: 16px 18px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
}
.rt-card-1{ margin-right: 40px; }
.rt-card-2{ margin-left: 20px; margin-right: 20px; }
.rt-card-3{ margin-left: 40px; }
.rt-title{ font-size: 14px; font-weight: 700; color: var(--navy); }
.rt-sub{ font-size: 12.5px; color: var(--muted); }
.geo-pin{
  width: 14px; height: 14px; border-radius: 50% 50% 50% 0; background: var(--red);
  transform: rotate(-45deg); flex-shrink:0;
}
.rt-check{
  width: 26px; height:26px; border-radius:50%; background: var(--success); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size: 14px; font-weight:800; flex-shrink:0;
}

@media (min-width: 900px){
  .realtime-inner{ grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   Pricing
   ========================================================================== */
.price-card{
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px 26px; display:flex; flex-direction:column; position:relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.price-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card-featured{ border-color: var(--red); box-shadow: 0 12px 30px rgba(232,35,46,0.14); }
.price-badge{
  position:absolute; top: -13px; left: 24px;
  background: var(--red); color:#fff; font-size: 11px; font-weight:700;
  padding: 5px 12px; border-radius: var(--radius-full);
}
.price-tier{ font-size: 13px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; color: var(--red); margin-bottom: 10px; }
.price-tag{ font-size: 13px; font-weight:700; color: var(--success); margin-bottom: 4px; }
.price-range{ font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.price-amount{ font-size: 34px; font-weight:800; color: var(--navy); margin-bottom: 16px; }
.price-amount span{ font-size: 13px; font-weight:600; color: var(--muted); }
.price-desc{ font-size: 13.5px; color: var(--muted); margin-bottom: 24px; flex-grow:1; }

.pricing-notes{ display:flex; flex-wrap:wrap; gap: 12px; justify-content:center; margin-top: 40px; }
.pricing-note{
  font-size: 13px; color: var(--muted); background: var(--tint); border: 1px solid var(--border);
  padding: 9px 16px; border-radius: var(--radius-full);
}
.pricing-note strong{ color: var(--navy); }
.pricing-note-highlight{ background: #FDECEC; border-color: rgba(232,35,46,0.3); color: var(--red-deep); }
.pricing-note-highlight strong{ color: var(--red-deep); }

/* Calculator */
.calculator{
  margin-top: 56px;
  background: var(--navy); color: #fff;
  border-radius: var(--radius-lg);
  padding: 34px 28px;
}
.calc-head h3{ font-size: 22px; font-weight:800; margin-bottom: 4px; }
.calc-head p{ font-size: 14px; color: rgba(255,255,255,0.7); }
.calc-input-row{ display:flex; flex-wrap:wrap; align-items:center; gap: 18px; margin: 26px 0; }
.calc-input-row input[type="range"]{
  flex: 1 1 220px;
  accent-color: var(--red);
  height: 6px;
}
.calc-number-wrap{
  display:flex; align-items:center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px; padding: 8px 12px;
}
.calc-number-wrap input{
  width: 64px; background: transparent; border: none; color: #fff; font-weight:700; font-size: 15px;
}
.calc-number-wrap span{ font-size: 13px; color: rgba(255,255,255,0.7); }

.calc-results{ display:grid; gap: 16px; grid-template-columns: 1fr; }
.calc-stat{
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px; padding: 18px; display:flex; flex-direction:column; gap: 4px;
}
.calc-stat-highlight{ background: rgba(232,35,46,0.18); border-color: rgba(232,35,46,0.4); }
.calc-label{ font-size: 12.5px; color: rgba(255,255,255,0.7); font-weight:600; }
.calc-value{ font-size: 26px; font-weight: 800; }
.calc-sub{ font-size: 11.5px; color: rgba(255,255,255,0.55); }
.calc-note{ font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 20px; }

@media (min-width: 700px){
  .calc-results{ grid-template-columns: repeat(3, 1fr); }
}

/* ==========================================================================
   Why LGO
   ========================================================================== */
.why-lgo{ background: var(--tint); }
.why-copy{ font-size: 17px; color: var(--muted); max-width: 700px; margin-top: 16px; }
.stat-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin: 44px 0 56px; }
.stat-item{ background:#fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 22px; text-align:center; }
.stat-num{ font-size: 24px; font-weight: 800; color: var(--navy); }
.stat-label{ font-size: 12.5px; color: var(--muted); margin-top: 4px; }
@media (min-width: 780px){
  .stat-grid{ grid-template-columns: repeat(6,1fr); }
}

.compare-wrap{ overflow-x: auto; border-radius: var(--radius-md); border: 1px solid var(--border); }
.compare-table{ width: 100%; border-collapse: collapse; background: #fff; min-width: 620px; }
.compare-table th, .compare-table td{ padding: 16px 20px; text-align:left; font-size: 14px; border-bottom: 1px solid var(--border); }
.compare-table thead th{ background: var(--navy); color: #fff; font-weight:700; font-size: 13px; }
.compare-table tbody th{ color: var(--navy); font-weight:700; background: var(--tint); }
.compare-table tbody td:nth-child(2){ color: var(--ink); font-weight: 600; }
.compare-table tbody td:nth-child(3){ color: var(--muted); }
.compare-table tbody tr:last-child td, .compare-table tbody tr:last-child th{ border-bottom:none; }

/* ==========================================================================
   Security
   ========================================================================== */
.security-copy{ font-size: 17px; color: var(--muted); max-width: 640px; margin-top: 16px; }
.security-grid{ display:grid; grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
.security-item{
  display:flex; align-items:center; gap: 12px;
  background: var(--tint); border-radius: 12px; padding: 16px 18px;
  font-weight: 600; font-size: 14.5px; color: var(--ink);
}
.security-check{
  width: 22px; height:22px; border-radius:50%; background: var(--success); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size: 12px; flex-shrink:0;
}
@media (min-width: 700px){
  .security-grid{ grid-template-columns: repeat(2,1fr); }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.accordion{ margin-top: 36px; border-top: 1px solid var(--border); }
.accordion-item{ border-bottom: 1px solid var(--border); }
.accordion-item h3{ margin: 0; }
.accordion-trigger{
  width: 100%; text-align:left; background:none; border:none; cursor:pointer;
  padding: 20px 4px; font-size: 16px; font-weight: 700; color: var(--navy);
  display:flex; align-items:center; justify-content:space-between; gap: 16px;
}
.accordion-trigger::after{
  content: "+";
  font-size: 22px; font-weight:400; color: var(--red); flex-shrink:0;
  transition: transform .2s ease;
}
.accordion-trigger[aria-expanded="true"]::after{ transform: rotate(45deg); }
.accordion-panel{ overflow:hidden; padding: 0 4px; max-height: 0; transition: max-height .3s ease; }
.accordion-panel p{ font-size: 14.5px; color: var(--muted); padding-bottom: 20px; max-width: 640px; }

/* ==========================================================================
   Signup
   ========================================================================== */
.signup{ background: var(--tint); }
.signup-card{ background: #fff; border-radius: var(--radius-lg); padding: 40px 30px; box-shadow: var(--shadow-md); border: 1px solid var(--border); }
.signup-card .section-heading{ margin-bottom: 26px; }
.form-row{ margin-bottom: 18px; }
.form-row label{ display:block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.form-row input{
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1.5px solid var(--border);
  font-size: 15px; color: var(--ink); transition: border-color .15s ease;
}
.form-row input:focus{ border-color: var(--navy); outline:none; }
.form-micro{ font-size: 12.5px; color: var(--muted); text-align:center; margin-top: 14px; }
.form-success{
  margin-top: 16px; background: #E9F8F0; border: 1px solid rgba(24,160,88,0.35);
  color: #106b3c; padding: 14px 16px; border-radius: 10px; font-size: 13.5px; font-weight: 600;
}
.link-secondary{
  display:block; text-align:center; margin-top: 20px; font-weight:700; font-size: 14.5px; color: var(--navy);
}
.link-secondary:hover{ color: var(--red); }

/* ==========================================================================
   Final CTA
   ========================================================================== */
.final-cta{
  background: linear-gradient(160deg, var(--navy-deep), var(--navy));
  text-align:center;
}
.final-cta-sub{ color: rgba(255,255,255,0.8); font-size: 17px; max-width: 560px; margin: 18px auto 32px; }
.final-cta-buttons{ display:flex; flex-wrap:wrap; justify-content:center; gap: 14px; }
.final-cta .section-heading{ margin: 0 auto; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{ background: var(--navy-deep); color: rgba(255,255,255,0.75); padding: 64px 0 0; }
.footer-grid{ display:grid; gap: 40px; grid-template-columns: 1fr; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .brand{ margin-bottom: 14px; }
.footer-tag{ font-size: 14px; max-width: 280px; margin-bottom: 20px; }
.footer-col-title{ color:#fff; font-weight:700; font-size: 13.5px; margin-bottom: 14px; text-transform: uppercase; letter-spacing:.04em; }
.footer-col ul{ display:flex; flex-direction:column; gap: 10px; }
.footer-col a:hover{ color: #fff; }
.footer-col li{ font-size: 14px; }
.footer-bottom{ padding: 22px 0; font-size: 12.5px; color: rgba(255,255,255,0.5); }

@media (min-width: 780px){
  .footer-grid{ grid-template-columns: 1.4fr repeat(3, 1fr); }
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
.reveal{ opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view{ opacity: 1; transform: translateY(0); }
