/* ============================================================
   FLEETZIO GPS — Global Stylesheet (Light Theme)
   ============================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

/* --- CSS Custom Properties (Design Tokens) --- */
:root {
  /* Brand Colors — #257CFF primary */
  --brand-50:  #f0f6ff;
  --brand-100: #daeaff;
  --brand-200: #aed3ff;
  --brand-300: #6db5ff;
  --brand-400: #3b95ff;
  --brand-500: #257cff;
  --brand-600: #0f5fe6;
  --brand-700: #0a49bc;
  --brand-800: #0d3e96;
  --brand-900: #103677;

  /* Slate palette */
  --slate-50:  #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;

  /* Semantic */
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger:  #ef4444;
  --color-info:    #3b82f6;

  /* Typography */
  --font-sans:    'Plus Jakarta Sans', sans-serif;
  --font-display: 'Space Grotesk', sans-serif;

  /* Spacing */
  --section-py: 6rem;
  --max-w: 80rem; /* 1280px */

  /* Shadows — light-theme tuned */
  --shadow-sm:    0 1px 3px rgba(37,124,255,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md:    0 4px 16px rgba(37,124,255,.08), 0 2px 8px rgba(0,0,0,.04);
  --shadow-lg:    0 8px 30px rgba(37,124,255,.10), 0 4px 12px rgba(0,0,0,.06);
  --shadow-xl:    0 20px 60px rgba(37,124,255,.12), 0 8px 24px rgba(0,0,0,.08);
  --shadow-brand: 0 8px 24px rgba(37,124,255,.30);

  /* Border radius */
  --radius-sm:  0.5rem;
  --radius-md:  1rem;
  --radius-lg:  1.5rem;
  --radius-xl:  2rem;
  --radius-2xl: 3rem;
  --radius-full: 9999px;

  /* Transitions */
  --transition: all 0.45s cubic-bezier(0.32,0.72,0,1);
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-sans);
  background-color: #f4f7ff;
  color: var(--slate-700);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--slate-900);
}

main {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

section,
.container,
.hero-inner,
.navbar-inner,
.navbar-content {
  min-width: 0;
  max-width: 100%;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

ul, ol { list-style: none; }

button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ============================================================
   BACKGROUND PATTERN — WhatsApp-style truck/GPS icons
   Fixed to viewport, very low opacity, randomly scattered
   ============================================================ */
.bg-pattern {
  position: fixed;
  inset: 0;
  z-index: -50;
  pointer-events: none;
  background-color: #f0f5ff;
  overflow: hidden;
}

/* Soft radial colour washes */
.bg-pattern::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -5%;
  width: 55rem;
  height: 55rem;
  background: radial-gradient(circle, rgba(37, 124, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.bg-pattern::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 60rem;
  height: 60rem;
  background: radial-gradient(circle, rgba(37, 124, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* The SVG icon tile pattern — truck icons at low opacity */
.bg-pattern-grid {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3C!-- Truck icon top-left --%3E%3Cg transform='translate(10,14) rotate(-8)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='0' y='4' width='22' height='12' rx='1.5'/%3E%3Cpath d='M22 8h6l4 4v4H22V8z'/%3E%3Ccircle cx='5' cy='17' r='2.2'/%3E%3Ccircle cx='27' cy='17' r='2.2'/%3E%3C/g%3E%3C!-- Location pin top-right --%3E%3Cg transform='translate(158,8)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 2a8 8 0 0 0-8 8c0 5.25 8 14 8 14s8-8.75 8-14a8 8 0 0 0-8-8z'/%3E%3Ccircle cx='16' cy='10' r='3'/%3E%3C/g%3E%3C!-- Route / road center top --%3E%3Cg transform='translate(84,6)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 2v28M10 2v4M10 10v4M10 18v4M22 2v4M22 10v4M22 18v4'/%3E%3C/g%3E%3C!-- Shield / weight station mid-left --%3E%3Cg transform='translate(6,96)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 2L4 7v9c0 7 7.5 12 12 13 4.5-1 12-6 12-13V7z'/%3E%3Cpath d='M11 14l3 3 5-5'/%3E%3C/g%3E%3C!-- Compass / navigation center --%3E%3Cg transform='translate(84,96)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='13'/%3E%3Cpolygon points='16,6 19,16 16,14 13,16' fill='%23257cff' opacity='0.4'/%3E%3Cpolygon points='16,26 13,16 16,18 19,16' opacity='0.2'/%3E%3C/g%3E%3C!-- Gas/petrol pump mid-right --%3E%3Cg transform='translate(158,88)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='26' rx='2'/%3E%3Cpath d='M9 2v10h6V2'/%3E%3Cpath d='M20 8l4 3v6a2 2 0 0 1-2 2h-2'/%3E%3C/g%3E%3C!-- Truck bottom-left --%3E%3Cg transform='translate(14,168) rotate(5)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='0' y='4' width='22' height='12' rx='1.5'/%3E%3Cpath d='M22 8h6l4 4v4H22V8z'/%3E%3Ccircle cx='5' cy='17' r='2.2'/%3E%3Ccircle cx='27' cy='17' r='2.2'/%3E%3C/g%3E%3C!-- Warning / alert bottom-center --%3E%3Cg transform='translate(80,164)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 3L2 29h28z'/%3E%3Cline x1='16' y1='14' x2='16' y2='21'/%3E%3Ccircle cx='16' cy='25' r='1.2' fill='%23257cff'/%3E%3C/g%3E%3C!-- Route arrow bottom-right --%3E%3Cg transform='translate(155,162)' fill='none' stroke='%23257cff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='13'/%3E%3Cpath d='M10 16h12M16 10l6 6-6 6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* Subtle vignette so content areas feel cleaner */
.bg-pattern-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(240, 245, 255, 0.55) 100%);
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 1000;
}

.navbar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px rgba(37,124,255,0.10), 0 1px 4px rgba(0,0,0,0.06);
  border: 1px solid rgba(37,124,255,0.12);
  padding: 0 1.5rem;
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.brand-icon {
  width: 2.6rem;
  height: 2.6rem;
  background: var(--brand-50);
  padding: 0.2rem;
  border-radius: 1rem;
  color: var(--brand-500);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(37,124,255,0.15);
  transition: var(--transition);
}

.brand-icon:hover { transform: scale(1.05); }
.brand-icon svg { display: none; }
.brand-icon::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url('../assets/full_logo/icon-only-blue-transparent.png') center / contain no-repeat;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--slate-900);
  letter-spacing: -0.025em;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--slate-600);
}

.navbar-nav a {
  transition: color 0.2s;
  position: relative;
}

.navbar-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-500);
  border-radius: 2px;
  transition: width 0.2s;
}

.navbar-nav a:hover { color: var(--brand-600); }
.navbar-nav a:hover::after, .navbar-nav a.active::after { width: 100%; }
.navbar-nav a.active { color: var(--brand-600); }

.navbar-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-nav-cta {
  background: var(--brand-500);
  color: white;
  padding: 0.625rem 1.25rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: var(--shadow-brand);
  transition: var(--transition);
}

.btn-nav-cta:hover {
  background: var(--brand-600);
  transform: translateY(-1px);
}

/* Mobile menu toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  cursor: pointer;
  background: none;
  border: none;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--slate-600);
  border-radius: 2px;
  transition: var(--transition);
}

.mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  max-width: var(--max-w);
  margin: 0.5rem auto 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px rgba(37,124,255,0.12);
  border: 1px solid rgba(37,124,255,0.10);
  padding: 1.5rem;
}

.mobile-menu.is-open { display: block; }

.mobile-menu a {
  display: block;
  padding: 0.75rem 0;
  color: var(--slate-600);
  font-weight: 500;
  border-bottom: 1px solid var(--slate-100);
  transition: color 0.2s;
}

.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--brand-600); }

.mobile-menu .btn-nav-cta {
  display: block;
  text-align: center;
  margin-top: 1rem;
  padding: 0.875rem;
  border-radius: var(--radius-md);
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  padding: 10rem 1rem 5rem;
}

.hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-inner > * {
  min-width: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.875rem;
  border-radius: var(--radius-full);
  background: var(--brand-50);
  color: var(--brand-700);
  border: 1px solid var(--brand-200);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--brand-500);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.3); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}

.hero h1 .highlight { color: var(--brand-500); }

.hero-desc {
  font-size: 1.125rem;
  color: var(--slate-600);
  line-height: 1.7;
  max-width: 36rem;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-trust {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--slate-500);
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
}

.hero-stat-item { display: flex; flex-direction: column; }

.hero-stat-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--slate-900);
}

.hero-stat-label { font-size: 0.8rem; color: var(--slate-500); }

/* Phone mockup */
.hero-mockup-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.hero-mockup-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle, rgba(37,124,255,0.15) 0%, transparent 70%);
  border-radius: var(--radius-full);
  z-index: -1;
  animation: glow-pulse 4s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.05); }
}

/* Single Vertical Mobile Mockup for Hero */
.phone-frame-single {
  width: 290px;
  max-width: 88vw;
  aspect-ratio: 1080 / 2424;
  background: #0f172a;
  border-radius: 2.5rem;
  padding: 0.5rem;
  box-shadow: 0 40px 90px rgba(37,124,255,0.28), 0 0 0 1px rgba(255,255,255,0.18) inset;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  animation: float 6s ease-in-out infinite;
}

.phone-screen-single {
  width: 100%;
  height: 100%;
  background: #0f172a;
  border-radius: 2.1rem;
  overflow: hidden;
}

.phone-screen-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.phone-frame {
  width: 280px;
  aspect-ratio: 9/19;
  background: var(--slate-200);
  border-radius: 2.5rem;
  padding: 0.5rem;
  box-shadow: 0 40px 80px rgba(37,124,255,0.15), 0 0 0 1px rgba(37,124,255,0.08) inset;
  position: relative;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.phone-screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-screen-img ~ .phone-map,
.phone-screen-img ~ .phone-info {
  display: none;
}

.phone-map {
  position: relative;
  height: 65%;
  overflow: hidden;
  background: #dce8f5;
}

.phone-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.phone-map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(37,124,255,0.15), transparent 50%);
}

.phone-route-card {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  background: white;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: 0 4px 16px rgba(37,124,255,0.15);
}

.phone-route-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.375rem;
}

.phone-route-distance {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--slate-900);
}

.phone-hazmat-badge {
  background: var(--brand-100);
  color: var(--brand-800);
  font-size: 0.55rem;
  font-weight: 800;
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
  letter-spacing: 0.05em;
}

.phone-route-direction {
  font-size: 0.7rem;
  color: var(--slate-600);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}

.phone-info {
  flex: 1;
  background: white;
  padding: 0.875rem;
}

.phone-info h3 {
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--slate-900);
  margin-bottom: 0.5rem;
}

.phone-truck-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--slate-50);
  padding: 0.625rem;
  border-radius: 0.75rem;
  border: 1px solid var(--slate-100);
}

.phone-truck-icon {
  background: var(--brand-100);
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-truck-info p:first-child {
  font-weight: 600;
  font-size: 0.7rem;
  color: var(--slate-900);
}

.phone-truck-info p:last-child {
  font-size: 0.6rem;
  color: var(--slate-500);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  border-radius: var(--radius-lg);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background: var(--brand-500);
  color: white;
  box-shadow: var(--shadow-brand);
}
.btn-primary:hover {
  background: var(--brand-600);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37,124,255,0.35);
}

.btn-secondary {
  background: white;
  color: var(--slate-800);
  border: 2px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
  border-color: var(--brand-300);
  background: var(--brand-50);
  transform: translateY(-2px);
}

.btn-brand {
  background: var(--brand-500);
  color: white;
  box-shadow: var(--shadow-brand);
}
.btn-brand:hover {
  background: var(--brand-600);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37,124,255,0.35);
}

.btn-outline-brand {
  background: transparent;
  color: var(--brand-600);
  border: 2px solid var(--brand-500);
}
.btn-outline-brand:hover {
  background: var(--brand-50);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 1.125rem 2.5rem;
  font-size: 1.125rem;
}

.btn-full { width: 100%; }

/* Store buttons */
.btn-store {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
  text-decoration: none;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-store:active,
.btn:active,
.btn-nav-cta:active {
  transform: scale(0.98);
}

.btn-appstore {
  background: var(--slate-900);
  color: white;
  box-shadow: 0 8px 24px rgba(15,23,42,0.15);
}
.btn-appstore:hover {
  background: var(--slate-800);
  transform: translateY(-2px);
}

.btn-playstore {
  background: white;
  color: var(--slate-900);
  border: 2px solid var(--slate-200);
}
.btn-playstore:hover {
  border-color: var(--brand-400);
  background: var(--brand-50);
  transform: translateY(-2px);
}

.btn-store-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-store-text { display: flex; flex-direction: column; line-height: 1.2; }
.btn-store-label { font-size: 0.65rem; opacity: 0.7; }
.btn-store-name { font-size: 0.95rem; font-weight: 700; }

/* ============================================================
   SECTION CONTAINERS
   ============================================================ */
.section { padding: var(--section-py) 1rem; }
.section-sm { padding: 4rem 1rem; }
.section-lg { padding: 8rem 1rem; }
.container { max-width: var(--max-w); margin: 0 auto; }
.container-md { max-width: 56rem; margin: 0 auto; }
.container-sm { max-width: 42rem; margin: 0 auto; }

.section-header { text-align: center; margin-bottom: 4rem; }

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  border-radius: var(--radius-full);
  background: var(--brand-100);
  color: var(--brand-700);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--slate-900);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--slate-600);
  max-width: 40rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================================
   PROBLEM/SOLUTION SECTION
   ============================================================ */
.problem-section {
  padding: 5rem 1rem;
  background: linear-gradient(135deg, rgba(37,124,255,0.06) 0%, rgba(37,124,255,0.02) 100%);
  border-top: 1px solid var(--brand-100);
  border-bottom: 1px solid var(--brand-100);
  color: var(--slate-900);
  position: relative;
  overflow: hidden;
}

.problem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(37,124,255,0.05) 0%, transparent 60%),
              radial-gradient(circle at 80% 50%, rgba(37,124,255,0.04) 0%, transparent 60%);
}

.problem-inner { max-width: var(--max-w); margin: 0 auto; position: relative; }

.problem-header { text-align: center; max-width: 48rem; margin: 0 auto 4rem; }

.problem-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  color: var(--slate-900);
}

.problem-subtitle { color: var(--slate-600); font-size: 1.125rem; line-height: 1.7; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.problem-card {
  background: white;
  border: 1px solid var(--brand-100);
  border-radius: var(--radius-xl);
  padding: 2rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.problem-card:hover {
  background: var(--brand-50);
  border-color: var(--brand-300);
  box-shadow: 0 12px 32px rgba(37, 124, 255, 0.14);
  transform: translateY(-4px);
}

.problem-card-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.problem-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--slate-900);
}

.problem-card p { color: var(--slate-600); line-height: 1.7; font-size: 0.9rem; }

/* ============================================================
   FEATURES SECTION
   ============================================================ */
.features-section { padding: var(--section-py) 1rem; }

/* ============================================================
   APP SHOWCASE
   ============================================================ */
.app-showcase-section {
  padding: 7rem 1rem;
  overflow: hidden;
}

.app-showcase-shell {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0.55rem;
  border-radius: 2.25rem;
  background: white;
  border: 1px solid var(--brand-100);
  box-shadow: 0 30px 80px rgba(37,124,255,0.10);
}

.app-showcase-core {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
  padding: 3.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #f0f5ff, #ffffff);
  border: 1px solid var(--brand-100);
}

.showcase-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 1rem 0;
  color: var(--slate-900);
}

.showcase-copy p {
  color: var(--slate-600);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 34rem;
}

.showcase-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.showcase-pills span {
  border-radius: var(--radius-full);
  background: white;
  color: var(--brand-700);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--brand-200);
  box-shadow: 0 2px 8px rgba(37,124,255,0.08);
}

.showcase-tablet-preview {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tablet-frame-single {
  width: 100%;
  max-width: 620px;
  background: #0f172a;
  border-radius: 1.6rem;
  padding: 0.65rem;
  box-shadow: 0 35px 85px rgba(37,124,255,0.20), 0 0 0 1px rgba(255,255,255,0.14) inset;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tablet-frame-single:hover {
  transform: translateY(-4px);
  box-shadow: 0 45px 100px rgba(37,124,255,0.26), 0 0 0 1px rgba(255,255,255,0.2) inset;
}

.tablet-screen-single {
  width: 100%;
  border-radius: 1.1rem;
  overflow: hidden;
  background: #1e293b;
}

.tablet-screen-single img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.device-showcase { min-width: 0; }

.device-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(42rem, 88%);
  gap: 1.25rem;
  padding: 0.65rem 0.65rem 1.25rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-300) transparent;
}

.device-gallery-mobile { display: none; }

.device-card {
  scroll-snap-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0.45rem 0.45rem 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1.6rem;
  box-shadow: 0 24px 65px rgba(37,124,255,0.14), inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 700ms cubic-bezier(0.32,0.72,0,1), box-shadow 700ms cubic-bezier(0.32,0.72,0,1);
}

.device-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 75px rgba(37,124,255,0.2), inset 0 1px 0 rgba(255,255,255,0.9);
}

.device-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2420 / 1668;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.2rem;
  background: var(--slate-100);
}

.device-card figcaption {
  padding: 0.8rem 0.65rem 0.9rem;
  color: var(--slate-700);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.gallery-hint {
  margin-top: 0.35rem;
  color: var(--slate-500);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--brand-100);
  background: white;
  box-shadow: var(--shadow-sm);
  padding: 2rem;
  transition: var(--transition);
}

.feature-card:hover { 
  transform: translateY(-4px); 
  border-color: var(--brand-300);
  box-shadow: 0 12px 32px rgba(37, 124, 255, 0.15); 
}

.feature-card.span-2 { grid-column: span 2; }
.feature-card.span-3 { grid-column: span 3; }

.feature-card.brand-bg  { background: var(--brand-50); border-color: var(--brand-200); }
.feature-card.rose-bg   { background: #fff5f5; border-color: #fecaca; }
.feature-card.blue-bg   { background: #eff6ff; border-color: #bfdbfe; }
.feature-card.green-bg  { background: #f0fdf4; border-color: #bbf7d0; }
.feature-card.indigo-bg { background: #eef2ff; border-color: #c7d2fe; }
.feature-card.orange-bg { background: #fff7ed; border-color: #fed7aa; }

.feature-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: var(--brand-100);
  border: 1px solid var(--brand-200);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.75rem;
}

.feature-card p { color: var(--slate-600); line-height: 1.7; font-size: 1rem; }

/* ============================================================
   AUDIENCE SECTION
   ============================================================ */
.audience-section { padding: var(--section-py) 1rem; }

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.audience-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.audience-icon-wrap {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.audience-icon-circle {
  background: var(--brand-100);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
}

.audience-item h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.375rem;
}

.audience-item p { color: var(--slate-600); line-height: 1.6; }

.audience-image-wrap {
  position: relative;
  width: 100%;
}

.audience-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-2xl);
  object-fit: cover;
  box-shadow: var(--shadow-xl);
}

.audience-stat-card {
  position: absolute;
  bottom: -1.75rem;
  left: -1.5rem;
  background: white;
  border: 1px solid var(--brand-200);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 50px rgba(37,124,255,0.18);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 5;
  animation: float 6s ease-in-out infinite;
  animation-delay: 0.5s;
}

.audience-stat-icon {
  background: rgba(16,185,129,0.10);
  padding: 0.875rem;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.audience-stat-value {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1;
}

.audience-stat-label { font-size: 0.8rem; color: var(--slate-500); margin-top: 0.2rem; }

/* ============================================================
   PRICING SECTION
   ============================================================ */
.pricing-section { padding: var(--section-py) 1rem; }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 52rem;
  margin: 0 auto;
}

.pricing-card {
  background: white;
  border: 1px solid var(--brand-100);
  border-radius: var(--radius-2xl);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
  box-shadow: var(--shadow-md);
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-300);
  box-shadow: 0 20px 50px rgba(37,124,255,0.14);
}

.pricing-card.featured {
  border: 2px solid var(--brand-500);
  background: var(--brand-50);
  box-shadow: 0 20px 60px rgba(37,124,255,0.20);
}

.pricing-badge {
  position: absolute;
  top: -0.85rem;
  right: 2rem;
  background: var(--brand-500);
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25rem 0.875rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.pricing-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.375rem;
}

.pricing-card .plan-desc {
  color: var(--slate-500);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.pricing-price {
  margin-bottom: 2rem;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1;
}

.price-period { color: var(--slate-500); font-size: 0.9rem; }

.pricing-features {
  list-style: none;
  margin-bottom: 2rem;
  flex: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.625rem 0;
  color: var(--slate-700);
}

.pricing-features li.disabled { color: var(--slate-400); }

.pricing-features li .feat-icon { flex-shrink: 0; margin-top: 0.1rem; }

.feat-check { color: var(--brand-500); }
.feat-check-muted { color: var(--slate-400); }
.feat-x { color: var(--slate-400); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  padding: 6rem 1rem;
  background: linear-gradient(135deg, var(--brand-500) 0%, var(--brand-700) 100%);
  border-radius: var(--radius-2xl);
  max-width: var(--max-w);
  margin: 0 auto var(--section-py);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(37,124,255,0.30);
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.08) 2px, transparent 2px);
  background-size: 32px 32px;
}

.cta-inner {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}

.cta-section p {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.85);
  max-width: 36rem;
  margin: 0 auto 2.5rem;
  font-weight: 500;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-section .btn-appstore {
  background: white;
  color: var(--slate-900);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.cta-section .btn-playstore {
  background: rgba(255,255,255,0.15);
  color: white;
  border: 2px solid rgba(255,255,255,0.4);
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { padding: var(--section-py) 1rem; background: transparent; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--brand-100);
  transition: var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-300);
  box-shadow: 0 20px 50px rgba(37,124,255,0.14);
}

.testimonial-stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.star { color: #f59e0b; font-size: 1rem; }

.testimonial-text {
  color: var(--slate-600);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author { display: flex; align-items: center; gap: 0.875rem; }

.testimonial-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  object-fit: cover;
  background: var(--brand-100);
  border: 2px solid var(--brand-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--brand-600);
  font-size: 0.875rem;
  overflow: hidden;
}

.testimonial-name { font-weight: 700; color: var(--slate-900); font-size: 0.875rem; }
.testimonial-role { font-size: 0.8rem; color: var(--slate-500); }

/* ============================================================
   TRUST BADGES / STATS
   ============================================================ */
.trust-section {
  padding: 3rem 1rem;
  border-top: 1px solid var(--brand-100);
  border-bottom: 1px solid var(--brand-100);
  background: var(--brand-50);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}

.trust-stat-value {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--brand-600);
  line-height: 1;
}

.trust-stat-label {
  font-size: 0.85rem;
  color: var(--slate-500);
  margin-top: 0.375rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--slate-900);
  color: var(--slate-400);
  padding: 4rem 1rem 2rem;
  border-top: 1px solid var(--slate-800);
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.footer-brand-icon svg { color: var(--brand-400); }
.footer-brand-icon svg { display: none; }
.footer-brand-icon::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  background: url('../assets/full_logo/icon-only-white-transparent.png') center / contain no-repeat;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
}

.footer-desc { font-size: 0.9rem; line-height: 1.7; max-width: 20rem; }

.footer-col h4 {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.footer-col ul { display: flex; flex-direction: column; gap: 0.625rem; }

.footer-col a {
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--brand-400); }

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--slate-800);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-bottom-right svg { color: var(--slate-500); }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.page-header {
  padding: 8rem 1rem 4rem;
  text-align: center;
}

.page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--slate-900);
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.page-header p {
  font-size: 1.25rem;
  color: var(--slate-600);
  max-width: 36rem;
  margin: 0 auto;
}

/* ============================================================
   BLOG
   ============================================================ */
.blog-article-card {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--slate-200);
}

.blog-article-card:last-child { border-bottom: none; }

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--slate-500);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.article-category {
  background: var(--brand-100);
  color: var(--brand-700);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.625rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-article-card h2 {
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.75rem;
  transition: color 0.2s;
}

.blog-article-card:hover h2 { color: var(--brand-600); }

.blog-article-card p {
  color: var(--slate-600);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--brand-600);
  font-weight: 700;
  transition: gap 0.2s;
}

.blog-article-card:hover .read-more { gap: 0.75rem; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: white;
  border: 1px solid var(--brand-100);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-300);
  box-shadow: 0 24px 70px rgba(37,124,255,0.14);
}

.blog-card-media {
  height: 11.5rem;
  overflow: hidden;
  background: var(--brand-50);
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.7s cubic-bezier(0.32,0.72,0,1);
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
  color: var(--slate-500);
  font-size: 0.78rem;
  font-weight: 600;
}

.blog-card h2 {
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
  color: var(--slate-900);
}

.blog-card h2 a {
  color: var(--slate-900);
}

.blog-card h2 a:hover {
  color: var(--brand-600);
}

.blog-card p {
  color: var(--slate-600);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.blog-card .read-more {
  margin-top: auto;
}

/* Blog article page */
.article-page { padding: 8rem 1rem 5rem; max-width: 42rem; margin: 0 auto; }

.article-page h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: var(--slate-900);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.article-page .article-meta { margin-bottom: 2rem; }

.article-body h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--slate-900);
  margin: 2rem 0 1rem;
}

.article-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--slate-800);
  margin: 1.5rem 0 0.75rem;
}

.article-body p {
  color: var(--slate-700);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.article-body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
  color: var(--slate-700);
}

.article-body ul li { padding: 0.25rem 0; line-height: 1.7; }

.article-callout {
  background: var(--brand-50);
  border-left: 4px solid var(--brand-500);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 2rem 0;
}

.article-callout p { color: var(--slate-700); margin: 0; font-weight: 500; }

/* ============================================================
   DOCS
   ============================================================ */
.docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.doc-card {
  background: white;
  border: 1px solid var(--brand-100);
  border-radius: var(--radius-xl);
  padding: 2rem;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.doc-card:hover {
  border-color: var(--brand-500);
  box-shadow: 0 12px 32px rgba(37,124,255,0.18);
  transform: translateY(-2px);
}

.doc-card-icon {
  width: 3rem;
  height: 3rem;
  background: var(--brand-100);
  border: 1px solid var(--brand-200);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.doc-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.5rem;
}

.doc-card p { color: var(--slate-600); font-size: 0.9rem; line-height: 1.6; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 5rem;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.value-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 2rem;
  text-align: center;
  border: 1px solid var(--brand-100);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.value-card:hover { 
  transform: translateY(-4px); 
  border-color: var(--brand-300);
  box-shadow: 0 12px 40px rgba(37,124,255,0.14);
}

.value-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  background: var(--brand-100);
  border: 1px solid var(--brand-200);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card h3 { font-weight: 700; color: var(--slate-900); margin-bottom: 0.5rem; }
.value-card p { color: var(--slate-600); font-size: 0.9rem; line-height: 1.6; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-icon {
  width: 3rem;
  height: 3rem;
  background: var(--brand-100);
  border: 1px solid var(--brand-200);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-item h3 { font-weight: 700; color: var(--slate-900); margin-bottom: 0.25rem; }
.contact-info-item p { color: var(--slate-600); font-size: 0.9rem; }

.contact-form { 
  background: white; 
  border-radius: var(--radius-xl); 
  padding: 2.5rem; 
  box-shadow: 0 20px 50px rgba(37,124,255,0.10); 
  border: 1px solid var(--brand-100); 
}

.form-group { margin-bottom: 1.5rem; }

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--slate-700);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1.5px solid var(--slate-200);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--slate-900);
  background: var(--slate-50);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--brand-500);
  background: white;
  box-shadow: 0 0 0 3px rgba(37,124,255,0.12);
}

.form-group textarea { resize: vertical; min-height: 120px; }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-scale.visible {
  opacity: 1;
  transform: scale(1);
}

.hero .fade-in,
.hero .fade-in-scale {
  opacity: 1;
  transform: none;
}

.page-header .fade-in,
.section > .container > article.fade-in {
  opacity: 1;
  transform: none;
}

/* Stagger delays */
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.text-center { text-align: center; }
.text-left   { text-align: left; }
.flex        { display: flex; }
.items-center{ align-items: center; }
.gap-2       { gap: 0.5rem; }
.gap-4       { gap: 1rem; }
.mt-4        { margin-top: 1rem; }
.mb-4        { margin-bottom: 1rem; }
.fw-bold     { font-weight: 700; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card.span-2,
  .feature-card.span-3 { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid > *:first-child { grid-column: span 2; }
}

@media (max-width: 768px) {
  :root { --section-py: 4rem; }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .navbar { left: 0.75rem; right: 0.75rem; }
  .navbar-inner { padding: 0 1rem; }
  .navbar-brand { min-width: 0; }
  .navbar-nav  { display: none; }
  .navbar-cta  { display: none; }
  .mobile-menu-toggle { display: flex; margin-left: auto; }

  .hero {
    width: 100%;
    overflow: hidden;
    padding: 7rem 1rem 4rem;
  }
  .hero-inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }
  .hero-mockup-wrapper { order: -1; }
  .phone-frame-single { width: 240px; }
  .hero h1 {
    width: 100%;
    max-width: 22rem;
    font-size: clamp(2.25rem, 8vw, 3rem);
    overflow-wrap: anywhere;
  }
  .hero-desc,
  .hero-trust {
    width: 100%;
    max-width: 22rem;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-store,
  .cta-actions .btn-store {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }
  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .hero-stat-value { font-size: 1.25rem; }
  .hero-stat-label { line-height: 1.35; }

  .app-showcase-section { padding: 4rem 1rem; }
  .app-showcase-core {
    grid-template-columns: 1fr;
    padding: 1.75rem;
    gap: 2.5rem;
  }

  .problem-grid { grid-template-columns: 1fr 1fr; }

  .features-grid { grid-template-columns: 1fr; }
  .feature-card.span-2,
  .feature-card.span-3 { grid-column: span 1; }

  .audience-grid { grid-template-columns: 1fr; gap: 3rem; }
  .audience-stat-card { left: 0; bottom: -1.5rem; }

  .pricing-grid { grid-template-columns: 1fr; max-width: 28rem; }

  .about-mission { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr 1fr; }

  .contact-grid { grid-template-columns: 1fr; }

  .docs-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > *:first-child { grid-column: span 1; }

  .footer-bottom { flex-direction: column; text-align: center; }

  .cta-actions { flex-direction: column; align-items: center; }

  .trust-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }
}

@media (max-width: 480px) {
  .hero h1,
  .hero-desc,
  .hero-trust,
  .hero-actions .btn-store {
    width: 100%;
    max-width: 22rem;
  }
  .hero h1 {
    font-size: 2.35rem;
  }
  .trust-grid {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
  .problem-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SVG ICON HELPERS
   ============================================================ */
.icon { display: inline-flex; align-items: center; justify-content: center; }
.icon svg { width: 1em; height: 1em; }
