/* ─── Zero To Hero Studio ──────────────────────────────────────────
   Base tokens   → SDS (neutral scale + type ramp, semantic intent)
   Layout DNA    → Landify (hero w/ mockup + violet halo, marquee,
                   feature blocks, plan cards, soft CTA panels)
   Component finish → Untitled UI spacing rhythm, soft shadows,
                   pill chips, button hierarchy, generous radii
   ──────────────────────────────────────────────────────────────── */

/* ============ TOKENS ============ */
:root {
  /* Brand — Mediterranean cobalt accent on Malta sand */
  --primary-900: #082F49;
  --primary-800: #0C4A6E;
  --primary-700: #075985;
  --primary-600: #0369A1;      /* canonical accent */
  --primary-500: #0284C7;
  --primary-400: #38BDF8;
  --primary-300: #BAE6FD;
  --primary-200: #E0F2FE;
  --primary-100: #EEF8FE;
  --primary-50:  #F4FAFD;

  /* Neutrals — warm stone ramp (charcoal text, not cool gray) */
  --gray-900: #1C1917;
  --gray-800: #292524;
  --gray-700: #44403C;
  --gray-600: #57534E;
  --gray-500: #78716C;
  --gray-400: #A8A29E;
  --gray-300: #D6D3D1;
  --gray-200: #E7E5E4;
  --gray-100: #F1EDE6;
  --gray-50:  #F4EFE5;
  --paper:    #F8F4EB;         /* Maltese sand */
  --white:    #FFFFFF;

  /* Secondary accents — used sparingly */
  --ink-700:   #1E293B;        /* deep editorial blue, for inverse */
  --amber-500: #B45309;
  --green-700: #166534;
  --green-500: #10B981;
  --green-100: #DCFCE7;

  /* Semantic aliases */
  --bg:           var(--paper);
  --bg-subtle:    var(--gray-50);
  --surface:      var(--white);
  --border:       var(--gray-200);
  --border-soft:  var(--gray-100);
  --text:         var(--gray-900);
  --body:         var(--gray-700);
  --muted:        var(--gray-500);
  --primary:      var(--primary-600);
  --primary-hover:var(--primary-700);

  /* Type */
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Newsreader", "Source Serif Pro", Georgia, serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* Radii */
  --r-xs: 6px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 20px;
  --r-2xl: 24px;
  --r-pill: 999px;

  /* Shadows — Untitled-UI style, warmed slightly */
  --shadow-xs: 0 1px 2px rgba(28,25,23,0.05);
  --shadow-sm: 0 1px 3px rgba(28,25,23,0.10), 0 1px 2px rgba(28,25,23,0.06);
  --shadow-md: 0 4px 8px -2px rgba(28,25,23,0.10), 0 2px 4px -2px rgba(28,25,23,0.06);
  --shadow-lg: 0 12px 16px -4px rgba(28,25,23,0.08), 0 4px 6px -2px rgba(28,25,23,0.03);
  --shadow-xl: 0 20px 24px -4px rgba(28,25,23,0.10), 0 8px 8px -4px rgba(28,25,23,0.04);
  --shadow-2xl: 0 24px 48px -12px rgba(28,25,23,0.20);
  --ring-primary: 0 0 0 4px rgba(3,105,161,0.18);

  /* Containers */
  --container: 1200px;
  --container-narrow: 920px;

  /* Motion */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: var(--gray-900);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-family: var(--font-sans);
}
/* Editorial serif moments — only the largest display heads */
h1, .h-display, .h1, .section-head .h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
}
p { margin: 0; color: var(--body); }
a { color: var(--primary-600); text-decoration: none; }
a:hover { color: var(--primary-700); }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--primary-200); color: var(--primary-900); }
:focus-visible { outline: 2px solid var(--primary-600); outline-offset: 2px; }

/* ============ LAYOUT PRIMITIVES ============ */
.container        { max-width: var(--container);        margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 32px; }
.section { padding: 96px 0; }
.section--surface { background: var(--white); }
.section--warm    { background: var(--primary-50); }
.section--dark    { background: var(--gray-900); color: var(--gray-100); }

.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-head .overline { margin-bottom: 16px; }
.section-head .h2 { margin-bottom: 16px; }
.section-head .sub { margin: 0 auto; }

/* ============ TYPOGRAPHY UTILITIES ============ */
.h1 {
  font-size: clamp(40px, 5.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 500;
}
.h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.022em;
  font-weight: 500;
}
.h3 { font-size: 20px; line-height: 1.35; font-weight: 600; letter-spacing: -0.005em; font-family: var(--font-sans); }
.h4 { font-size: 16px; line-height: 1.4; font-weight: 600; font-family: var(--font-sans); }
.sub { font-size: 18px; line-height: 1.65; color: var(--body); }
.body-lg { font-size: 18px; line-height: 1.7; color: var(--body); }
.overline {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-700);
}
.accent { color: var(--primary-600); font-style: italic; font-family: var(--font-display); font-weight: 500; }
.underline {
  background-image: linear-gradient(transparent 62%, var(--primary-200) 62%, var(--primary-200) 96%, transparent 96%);
  padding: 0 0.05em;
  font-style: italic;
  font-family: var(--font-display);
  font-weight: 500;
}

/* ============ BADGES & CHIPS ============ */
.eyebrow-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 8px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-size: 13px; font-weight: 500;
  color: var(--gray-700);
  box-shadow: var(--shadow-xs);
}
.eyebrow-chip .pip {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px;
  background: var(--primary-100); color: var(--primary-700);
  border-radius: var(--r-pill);
}

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: 13px; font-weight: 500;
  background: var(--primary-100); color: var(--primary-700);
}
.tag--success { background: var(--green-100); color: #065F46; }
.tag--warm    { background: var(--pink-100);  color: #9D174D; }
.tag--neutral { background: var(--gray-100);  color: var(--gray-700); }

/* ============ BUTTONS — Untitled-UI flavoured ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 18px;
  font-size: 15px; font-weight: 600;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  transition: background 160ms var(--ease), border-color 160ms var(--ease), color 160ms var(--ease), box-shadow 160ms var(--ease), transform 160ms var(--ease);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.btn:focus-visible { outline: none; box-shadow: var(--ring-primary); }

.btn--primary {
  background: var(--primary-600); color: var(--white);
  border-color: var(--primary-600);
  box-shadow: var(--shadow-xs);
}
.btn--primary:hover { background: var(--primary-700); border-color: var(--primary-700); color: var(--white); }

.btn--secondary {
  background: var(--white); color: var(--gray-800);
  border-color: var(--gray-300);
  box-shadow: var(--shadow-xs);
}
.btn--secondary:hover { background: var(--gray-50); border-color: var(--gray-400); color: var(--gray-900); }

.btn--ghost {
  background: transparent; color: var(--gray-700);
}
.btn--ghost:hover { color: var(--gray-900); background: var(--gray-100); }

.btn--inverse {
  background: var(--paper); color: var(--gray-900);
  border-color: var(--paper);
}
.btn--inverse:hover { background: var(--white); color: var(--gray-900); }

.btn--lg { height: 52px; padding: 0 24px; font-size: 16px; border-radius: var(--r-md); }
.btn--block { display: flex; width: 100%; }
.btn .arrow { transition: transform 200ms var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 242, 0.86);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.nav-logo  { display: inline-flex; align-items: center; gap: 0; color: var(--gray-900); font-weight: 700; font-size: 16px; text-decoration: none; letter-spacing: -0.01em; line-height: 1; }
.nav-logo:hover { color: var(--gray-900); }
.nav-logo .logo-img {
  height: 44px;
  width: auto;
  display: block;
}
.nav-logo .brand-text { display: none; }
/* Footer / dark backgrounds */
.footer-brand .nav-logo .logo-img { height: 56px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  color: var(--gray-600);
  font-size: 14px; font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--r-sm);
  text-decoration: none;
  transition: background 150ms var(--ease), color 150ms var(--ease);
}
.nav-links a:hover { color: var(--gray-900); background: var(--gray-100); }
.nav-links a.active { color: var(--primary-700); background: var(--primary-50); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-wa  {
  display: inline-flex; align-items: center; gap: 6px;
  height: 40px; padding: 0 14px;
  font-size: 14px; font-weight: 500;
  color: var(--gray-700); text-decoration: none;
  border-radius: var(--r-sm);
}
.nav-wa:hover { color: var(--primary-700); background: var(--gray-50); }
.nav-wa svg { color: #25D366; }

/* Language toggle (EN | MT) */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  height: 34px;
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  padding: 3px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.lang-toggle button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0 11px;
  height: 100%;
  border-radius: var(--r-pill);
  color: var(--muted);
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
  font: inherit;
  letter-spacing: inherit;
}
.lang-toggle button:hover { color: var(--gray-900); }
.lang-toggle button.on {
  background: var(--white);
  color: var(--gray-900);
  box-shadow: 0 1px 2px rgba(28,25,23,0.06);
}
@media (max-width: 720px) {
  .lang-toggle { display: none; }
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 80px 0 96px;
  overflow: hidden;
  isolation: isolate;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-halo {
  position: absolute;
  right: -120px; top: 40px;
  width: 720px; height: 720px;
  background: radial-gradient(circle at 40% 40%, var(--primary-100) 0%, var(--primary-50) 45%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(8px);
}
.hero-shape {
  position: absolute;
  right: -40px; top: 80px;
  width: 540px; height: 540px;
  background: var(--primary-100);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.55;
}
.hero h1 { margin: 24px 0 20px; }
.hero p.lead { font-size: 19px; color: var(--body); max-width: 560px; line-height: 1.6; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 24px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border-soft);
}
.hero-trust > span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--gray-600); font-weight: 500;
}
.hero-trust .dot {
  width: 6px; height: 6px;
  background: var(--primary-500); border-radius: var(--r-pill);
  flex: 0 0 auto;
}

/* ============ HERO VISUAL — phone mockup + floating cards ============ */
.hero-visual { position: relative; min-height: 580px; }
.phone {
  position: relative; z-index: 2;
  margin: 0 auto;
  width: 280px; height: 560px;
  background: var(--gray-900);
  border-radius: 40px;
  padding: 10px;
  box-shadow: var(--shadow-2xl);
}
.phone::before {
  content: ""; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 22px; background: var(--gray-900); border-radius: var(--r-pill);
  z-index: 3;
}
.phone-screen {
  background: var(--white);
  border-radius: 32px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
}
.phone-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px 8px;
  font-size: 11px; font-weight: 600; color: var(--gray-700);
}
.phone-body {
  flex: 1;
  display: flex; flex-direction: column;
  padding: 16px 16px 20px;
  gap: 12px;
}
.phone-shop {
  background: linear-gradient(135deg, var(--primary-600), var(--primary-400));
  border-radius: 14px;
  padding: 14px 16px;
  color: white;
}
.phone-shop .biz { font-size: 14px; font-weight: 700; }
.phone-shop .sub { font-size: 11px; opacity: 0.85; margin-top: 2px; }
.phone-section {
  background: var(--gray-50);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 12px;
}
.phone-section .label { font-size: 10px; font-weight: 600; color: var(--gray-500); letter-spacing: 0.04em; text-transform: uppercase; }
.phone-section .row { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.phone-section .row + .row { margin-top: 6px; }
.phone-section .row .name { font-size: 12px; font-weight: 600; color: var(--gray-800); }
.phone-section .row .meta { font-size: 11px; color: var(--gray-500); }
.phone-cta {
  background: var(--primary-600); color: white;
  text-align: center;
  padding: 11px;
  border-radius: 10px;
  font-size: 12px; font-weight: 600;
}

/* Floating cards around the phone */
.float-card {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: 14px 16px;
  z-index: 3;
}
.float-search {
  left: -32px; top: 64px;
  width: 280px;
}
.float-search .q {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--gray-700);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 10px;
}
.float-search .q .g { width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg,#4285F4,#34A853,#FBBC05,#EA4335); flex: 0 0 auto; }
.float-search .result { display: flex; gap: 10px; align-items: flex-start; }
.float-search .result .fav { width: 24px; height: 24px; border-radius: 6px; background: linear-gradient(135deg, var(--primary-500), var(--primary-300)); flex: 0 0 auto; }
.float-search .result .ttl { font-size: 12px; font-weight: 600; color: var(--gray-900); }
.float-search .result .url { font-size: 11px; color: var(--gray-500); margin-top: 2px; }

.float-ai {
  right: -32px; top: 36px;
  width: 240px;
}
.float-ai .head {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600; color: var(--gray-500); margin-bottom: 8px;
}
.float-ai .head .dot { width: 18px; height: 18px; border-radius: 50%; background: var(--gray-900); color: white; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; }
.float-ai .msg { font-size: 12px; line-height: 1.55; color: var(--gray-700); }
.float-ai .msg b { color: var(--gray-900); }

.float-badge {
  position: absolute;
  right: -16px; bottom: 80px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gray-900); color: white;
  padding: 10px 14px;
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-lg);
  font-size: 13px; font-weight: 600;
  z-index: 3;
}
.float-badge .ind { width: 8px; height: 8px; background: var(--green-500); border-radius: 50%; box-shadow: 0 0 0 4px rgba(16,185,129,0.18); }

.float-rating {
  position: absolute;
  left: -8px; bottom: 56px;
  display: inline-flex; align-items: center; gap: 8px;
  background: white;
  border: 1px solid var(--border);
  padding: 10px 14px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  font-size: 13px; font-weight: 600; color: var(--gray-800);
  z-index: 3;
}
.float-rating .stars { color: var(--amber-500); letter-spacing: 1px; font-size: 13px; }

/* ============ MARQUEE (logo strip) ============ */
.marquee {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--gray-50);
  padding: 28px 0;
  overflow: hidden;
}
.marquee .label {
  text-align: center;
  font-size: 13px; font-weight: 500; color: var(--muted);
  margin-bottom: 18px;
}
.marquee-track {
  display: flex; gap: 48px;
  white-space: nowrap;
  animation: marquee 36s linear infinite;
  width: max-content;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 600;
  color: var(--gray-500);
}
.marquee-item .sep { width: 6px; height: 6px; background: var(--gray-300); border-radius: 50%; }
.marquee-item .accent { color: var(--gray-300); font-weight: 400; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ STATS / PROBLEM ============ */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 32px;
}
.stat {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-xs);
  text-align: left;
}
.stat-num {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--gray-900);
}
.stat-num .unit { font-size: 36px; color: var(--gray-900); margin-left: 2px; }
.stat-label { margin-top: 12px; color: var(--body); font-size: 15px; }
.stat--accent { background: var(--primary-600); color: var(--white); border-color: var(--primary-600); }
.stat--accent .stat-num { color: var(--white); }
.stat--accent .stat-num .unit { color: var(--primary-200); }
.stat--accent .stat-label { color: var(--primary-100); }

/* ============ FEATURES ============ */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.feature {
  padding: 8px 0;
}
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  background: var(--primary-50);
  color: var(--primary-600);
  border-radius: var(--r-md);
  margin-bottom: 20px;
}
.feature h3 { margin-bottom: 8px; }
.feature p { color: var(--body); font-size: 15px; line-height: 1.65; }

/* ============ STEPS ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: step;
}
.step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  position: relative;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: var(--primary-600); color: var(--white);
  border-radius: var(--r-sm);
  font-weight: 700; font-size: 14px;
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: 15px; }

/* ============ PRICING ============ */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.plan {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-xs);
}
.plan--featured {
  background: var(--gray-900);
  color: var(--gray-100);
  border-color: var(--gray-900);
  box-shadow: var(--shadow-xl);
  transform: translateY(-8px);
  position: relative;
}
.plan--featured::after {
  content: ""; position: absolute; inset: 0;
  border-radius: var(--r-lg);
  pointer-events: none;
  background: radial-gradient(circle at 80% 0%, rgba(3,105,161,0.30) 0%, transparent 60%);
}
.plan-badge {
  position: absolute;
  top: -12px; left: 28px;
  background: var(--primary-600);
  color: var(--white);
  padding: 5px 12px;
  border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-sm);
}
.plan-name { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
.plan--featured .plan-name { color: var(--primary-300); }
.plan-tag { font-size: 12px; color: var(--muted); margin-top: 4px; font-style: italic; }
.plan--featured .plan-tag { color: var(--gray-400); }
.plan-price {
  display: flex; align-items: baseline; gap: 4px;
  margin: 16px 0 4px;
  font-family: var(--font-display);
  color: var(--gray-900);
}
.plan--featured .plan-price { color: var(--white); }
.plan-price .cur { font-size: 28px; font-weight: 600; }
.plan-price .amount { font-size: 56px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.plan-note { font-size: 13px; color: var(--muted); }
.plan--featured .plan-note { color: var(--gray-400); }
.plan-effective {
  display: inline-flex; align-items: center;
  margin-top: 16px;
  padding: 4px 10px;
  background: var(--green-100); color: var(--green-700);
  border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600;
}
.plan--featured .plan-effective { background: rgba(134,239,172,0.18); color: #BBF7D0; }
.plan-features {
  margin: 28px 0;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.plan--featured .plan-features { border-top-color: rgba(255,255,255,0.10); }
.plan-feature {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: var(--gray-700);
}
.plan--featured .plan-feature { color: var(--gray-200); }
.plan-feature .ck {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px;
  background: var(--primary-100); color: var(--primary-700);
  border-radius: var(--r-pill);
  flex: 0 0 auto;
  margin-top: 2px;
}
.plan--featured .plan-feature .ck { background: rgba(56,189,248,0.18); color: var(--primary-300); }
.plan-feature.dim { color: var(--gray-400); }
.plan-feature.dim .ck { background: var(--gray-100); color: var(--gray-400); }
.plan--featured .plan-feature.dim { color: var(--gray-500); }
.plan--featured .plan-feature.dim .ck { background: rgba(255,255,255,0.06); color: var(--gray-500); }

/* Guarantee strip */
.guarantee {
  margin-top: 48px;
  background: var(--primary-50);
  border: 1px solid var(--primary-100);
  border-radius: var(--r-lg);
  padding: 20px 24px;
  display: flex; align-items: center; gap: 16px;
}
.guarantee-icon {
  width: 44px; height: 44px; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--white); color: var(--primary-700);
  border-radius: var(--r-md);
  border: 1px solid var(--primary-100);
}
.guarantee-text { font-size: 15px; color: var(--gray-700); }
.guarantee-text strong { color: var(--gray-900); }
.guarantee-text a { color: var(--primary-700); font-weight: 600; }
.guarantee-text a:hover { color: var(--primary-800); }

/* ============ PORTFOLIO ============ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.portfolio-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease);
}
.portfolio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.portfolio-img {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--gray-100);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.portfolio-img .sector {
  position: absolute; top: 12px; left: 12px;
  background: rgba(255,255,255,0.95);
  padding: 4px 10px; border-radius: var(--r-pill);
  font-size: 11px; font-weight: 600; color: var(--gray-700);
  z-index: 2;
  box-shadow: var(--shadow-xs);
}
.pm { position: absolute; inset: 0; padding: 16px; }
.pm-card {
  background: white;
  border-radius: var(--r-sm);
  padding: 14px;
  box-shadow: var(--shadow-md);
  height: 100%;
  display: flex; flex-direction: column; gap: 8px;
}
.pm-card .biz { font-size: 14px; font-weight: 700; color: var(--primary-700); }
.pm-card .ttl { font-size: 12px; color: var(--gray-600); }
.pm-card .lns { display: flex; flex-direction: column; gap: 5px; margin: 6px 0; flex: 1; }
.pm-card .lns .ln { height: 6px; background: var(--gray-100); border-radius: var(--r-pill); }
.pm-card .lns .s1 { width: 90%; }
.pm-card .lns .s2 { width: 75%; }
.pm-card .lns .s3 { width: 60%; }
.pm-card .btn-mini {
  align-self: flex-start;
  padding: 5px 10px;
  background: var(--primary-600); color: white;
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 600;
}

.pm--cafe   { background: linear-gradient(135deg,#FEF3C7,#FDE68A); }
.pm--salon  { background: linear-gradient(135deg,#FCE7F3,#FBCFE8); }
.pm--trade  { background: linear-gradient(135deg,#FED7AA,#FDBA74); }
.pm--clinic { background: linear-gradient(135deg,#A7F3D0,#6EE7B7); }
.pm--gym    { background: linear-gradient(135deg,#1F2937,#374151); }
.pm--retail { background: linear-gradient(135deg,#DDD6FE,#C4B5FD); }
.pm--clean  { background: linear-gradient(135deg,#CFFAFE,#A5F3FC); }
.pm--ops    { background: linear-gradient(135deg,#E0E7FF,#C7D2FE); }
.pm--soon   {
  background: var(--gray-50);
  border-bottom: 1px solid var(--border);
}
.soon-dots-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, var(--gray-200) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  opacity: 0.7;
}
.portfolio-card--soon:hover { transform: none; box-shadow: none; cursor: default; }

.portfolio-body { padding: 20px 22px 22px; }
.portfolio-body h3 { font-size: 17px; font-weight: 600; margin-bottom: 4px; }
.portfolio-body p { font-size: 14px; color: var(--body); margin-bottom: 12px; }
.portfolio-result {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 600;
  color: var(--primary-700);
  padding: 4px 10px;
  background: var(--primary-50);
  border-radius: var(--r-pill);
}

/* ============ CONCEPT BUILDS ============ */
.concept-tag { color: var(--gray-600); background: var(--gray-100); }

.pm--ember { background: linear-gradient(135deg, #FEF3C7, #FDE68A); }
.pm--haven { background: linear-gradient(135deg, #F5F0E8, #E8DFD0); }
.pm--pulse { background: linear-gradient(135deg, #BAE6FD, #7DD3FC); }

/* ============ AI SECTION ============ */
.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.chat-window {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.chat-window .chat-head {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  background: var(--gray-50);
  font-size: 13px;
}
.chat-window .chat-head .ic { width: 22px; height: 22px; border-radius: 50%; background: var(--gray-900); color: white; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; }
.chat-window .chat-head .name { font-weight: 600; color: var(--gray-800); }
.chat-window .chat-head .when { margin-left: auto; color: var(--muted); font-size: 12px; }
.chat-msg { display: flex; gap: 12px; padding: 18px 18px 0; }
.chat-msg:last-of-type { padding-bottom: 18px; }
.chat-msg .av { width: 32px; height: 32px; border-radius: 50%; background: var(--gray-200); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--gray-700); flex: 0 0 auto; }
.chat-msg.ai .av { background: var(--gray-900); color: white; }
.chat-msg .bubble {
  background: var(--gray-100);
  border-radius: var(--r-md);
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray-800);
}
.chat-msg.ai .bubble { background: var(--primary-50); color: var(--gray-800); }
.chat-msg .bubble b { color: var(--primary-700); }
.chat-msg .bubble .biz { display: block; font-weight: 600; color: var(--primary-700); margin-top: 6px; }
.ai-cta {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px 18px;
  margin: 18px;
  background: var(--gray-50);
  border-radius: var(--r-md);
  border: 1px solid var(--border-soft);
}
.ai-cta .ico {
  width: 24px; height: 24px; flex: 0 0 auto;
  background: var(--primary-600); color: white;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
}
.ai-cta p { font-size: 13px; color: var(--gray-700); margin: 2px 0 0; }
.ai-cta p strong { color: var(--gray-900); }

.ai-bullets { display: flex; flex-direction: column; gap: 24px; }
.ai-bullet { display: flex; gap: 16px; }
.ai-bullet .step {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: var(--primary-50); color: var(--primary-700);
  border: 1px solid var(--primary-100);
  border-radius: var(--r-pill);
  font-size: 13px; font-weight: 700;
  flex: 0 0 auto;
}
.ai-bullet h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.ai-bullet p { font-size: 14px; color: var(--body); line-height: 1.6; }

.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
}
.metric .n {
  font-family: var(--font-display);
  font-size: 44px; font-weight: 700;
  color: var(--primary-600);
  letter-spacing: -0.02em;
  line-height: 1;
}
.metric .l { margin-top: 12px; color: var(--body); font-size: 14px; line-height: 1.5; }

/* ============ TESTIMONIALS ============ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
}
.testimonial-stars { color: var(--amber-500); letter-spacing: 2px; font-size: 14px; margin-bottom: 16px; }
.testimonial-quote { font-size: 15px; line-height: 1.7; color: var(--gray-700); margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--primary-200), var(--primary-100));
  color: var(--primary-700);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.testimonial-meta { display: flex; flex-direction: column; }
.testimonial-name { font-size: 14px; font-weight: 600; color: var(--gray-900); }
.testimonial-role { font-size: 13px; color: var(--muted); }

/* ============ FINAL CTA ============ */
.final-cta {
  background: var(--gray-900);
  color: var(--paper);
  padding: 112px 0;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  background: radial-gradient(circle at 30% 30%, rgba(3,105,161,0.55) 0%, transparent 60%) !important;
}
.final-cta .accent-line {
  display: inline-block; width: 56px; height: 2px;
  background: var(--primary-500);
  margin-bottom: 24px;
}
.final-cta::before {
  content: ""; position: absolute;
  right: -120px; top: -180px;
  width: 700px; height: 700px;
  border-radius: 50%;
}
.final-cta::after {
  content: ""; position: absolute;
  left: -120px; bottom: -200px;
  width: 480px; height: 480px;
  background: radial-gradient(circle at 60% 60%, rgba(3,105,161,0.25) 0%, transparent 70%);
  border-radius: 50%;
}
.final-cta .inner { position: relative; max-width: 720px; margin: 0 auto; text-align: center; z-index: 2; }
.final-cta h2 { color: var(--paper); margin-bottom: 16px; font-family: var(--font-display); font-weight: 500; }
.final-cta p { color: rgba(255,255,255,0.78); font-size: 19px; line-height: 1.6; margin-bottom: 32px; }
.final-cta .ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; align-items: center; }
.final-cta .wa-link { color: white; font-size: 15px; font-weight: 500; padding: 10px 14px; opacity: 0.9; }
.final-cta .wa-link:hover { opacity: 1; color: white; }

/* ============ FOOTER ============ */
footer {
  background: var(--gray-900);
  color: var(--gray-300);
  padding: 80px 0 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.footer-brand .nav-logo { color: white; }
.footer-brand .nav-logo:hover { color: white; }
.footer-brand p { color: var(--gray-400); font-size: 14px; margin-top: 16px; max-width: 320px; }
.footer-col h4 { color: white; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: var(--gray-400); font-size: 14px; }
.footer-col a:hover { color: white; }
.footer-sectors {
  display: flex; flex-wrap: wrap; gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  font-size: 14px; color: var(--gray-400);
  align-items: center;
}
.footer-sectors strong { color: white; font-weight: 600; margin-right: 4px; }
.footer-sectors a { color: var(--gray-400); }
.footer-sectors a:hover { color: white; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  font-size: 13px; color: var(--gray-500);
}
.footer-bottom .legal { display: flex; gap: 16px; }
.footer-bottom .legal a { color: var(--gray-500); }
.footer-bottom .legal a:hover { color: white; }

/* ============ FLOATING WHATSAPP ============ */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 100;
  width: 56px; height: 56px;
  background: #25D366; color: white;
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-xl);
  transition: transform 200ms var(--ease);
}
.wa-float:hover { transform: scale(1.06); color: white; }

/* ============ PAGE HERO (interior pages) ============ */
.page-hero {
  padding: 72px 0 56px;
  background: var(--primary-50);
  border-bottom: 1px solid var(--primary-100);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute;
  right: -140px; top: -160px;
  width: 440px; height: 440px;
  background: var(--primary-100);
  border-radius: 50%;
  z-index: 0;
}
.page-hero .container { position: relative; z-index: 1; text-align: center; }
.page-hero .overline { margin-bottom: 12px; }
.page-hero .h1 { margin-bottom: 16px; }
.page-hero .sub { max-width: 720px; margin: 0 auto; }

/* ============ BEFORE / AFTER ============ */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  position: relative;
}
.ba-grid .vs {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 56px; height: 56px;
  border-radius: var(--r-pill);
  background: var(--gray-900); color: var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-style: italic; font-size: 20px;
  z-index: 5;
  box-shadow: var(--shadow-lg);
}
.ba-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.ba-card .ba-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 12px;
  background: var(--gray-100); color: var(--gray-700);
  border-radius: var(--r-pill);
}
.ba-card.ba-after .ba-tag { background: var(--primary-100); color: var(--primary-700); }
.ba-head { padding: 24px 28px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ba-head h3 { font-size: 18px; font-weight: 600; font-family: var(--font-sans); }
.ba-screen {
  flex: 1;
  margin: 0 16px 16px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--gray-50);
  min-height: 280px;
  position: relative;
}
.ba-body { padding: 0 28px 24px; }
.ba-body p { font-size: 14px; color: var(--body); }
.ba-body .pts { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.ba-body .pts li { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; color: var(--gray-700); }
.ba-body .pts li .x { color: #B91C1C; font-weight: 700; flex: 0 0 14px; }
.ba-body .pts li .ok { color: var(--green-700); font-weight: 700; flex: 0 0 14px; }

/* Before — facebook-style mockup */
.fb-mock { padding: 16px; height: 100%; display: flex; flex-direction: column; gap: 10px; }
.fb-mock .fb-bar {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.fb-mock .fb-bar .fb-logo {
  width: 28px; height: 28px; border-radius: 8px;
  background: linear-gradient(135deg,#0866FF,#2D88FF);
  color: white; font-weight: 800; font-size: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Inter", sans-serif;
}
.fb-mock .fb-bar .biz { font-size: 13px; font-weight: 600; color: var(--gray-800); }
.fb-mock .fb-bar .meta { font-size: 11px; color: var(--muted); margin-left: auto; }
.fb-post {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  display: flex; flex-direction: column; gap: 4px;
  opacity: 0.55;
}
.fb-post.dim { opacity: 0.35; }
.fb-post .ttl { font-size: 12px; font-weight: 600; color: var(--gray-700); }
.fb-post .txt { font-size: 11px; color: var(--gray-500); line-height: 1.5; }
.fb-post .when { font-size: 10px; color: var(--gray-400); font-family: var(--font-mono); }

/* After — clean website mockup */
.web-mock { padding: 0; height: 100%; display: flex; flex-direction: column; }
.web-mock .wb-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 12px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--border);
}
.web-mock .wb-bar .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gray-300); }
.web-mock .wb-bar .url {
  flex: 1; height: 22px;
  background: white; border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-family: var(--font-mono); font-size: 11px;
  color: var(--gray-700);
  display: inline-flex; align-items: center;
  padding: 0 12px;
  margin-left: 6px;
}
.web-mock .wb-body { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--white); }
.web-mock .wb-hero {
  background: linear-gradient(135deg, var(--primary-100), var(--primary-50));
  border-radius: var(--r-sm);
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.web-mock .wb-hero::after {
  content: ""; position: absolute; right: -20px; top: -20px;
  width: 80px; height: 80px;
  background: var(--primary-200);
  border-radius: 50%;
}
.web-mock .wb-hero .ttl {
  font-family: var(--font-display); font-weight: 500;
  font-size: 16px; color: var(--gray-900);
  letter-spacing: -0.01em; line-height: 1.2;
  position: relative; z-index: 1;
}
.web-mock .wb-hero .sub { font-size: 11px; color: var(--gray-700); margin-top: 4px; position: relative; }
.web-mock .wb-hero .btn-mini {
  display: inline-block; margin-top: 8px;
  padding: 5px 10px;
  background: var(--primary-600); color: white;
  border-radius: var(--r-pill);
  font-size: 10px; font-weight: 600;
  position: relative;
}
.web-mock .wb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.web-mock .wb-card {
  background: var(--gray-50);
  border-radius: var(--r-xs);
  padding: 10px;
}
.web-mock .wb-card .ph { width: 100%; height: 32px; background: var(--gray-200); border-radius: 4px; margin-bottom: 6px; }
.web-mock .wb-card .l1 { width: 70%; height: 6px; background: var(--gray-300); border-radius: var(--r-pill); margin-bottom: 4px; }
.web-mock .wb-card .l2 { width: 50%; height: 6px; background: var(--gray-200); border-radius: var(--r-pill); }

/* ============ WHY US ============ */
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
.why-quote {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.why-quote .mark-q {
  position: absolute; left: 24px; top: -22px;
  width: 44px; height: 44px;
  background: var(--gray-900); color: var(--primary-400);
  border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-style: italic; font-size: 28px;
  font-weight: 500;
}
.why-quote blockquote {
  margin: 0;
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: 24px; line-height: 1.35; color: var(--gray-900);
  letter-spacing: -0.015em;
}
.why-quote .who {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px;
}
.why-quote .who .av {
  width: 52px; height: 52px; border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--border);
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  padding: 6px;
  overflow: hidden;
}
.why-quote .who .av img { width: 100%; height: 100%; object-fit: contain; display: block; }
.why-quote .who .name { font-size: 14px; font-weight: 600; color: var(--gray-900); }
.why-quote .who .role { font-size: 13px; color: var(--muted); }
.why-list { display: flex; flex-direction: column; gap: 24px; }
.why-item {
  display: flex; gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.why-item:last-child { border-bottom: 0; padding-bottom: 0; }
.why-item .ico {
  width: 40px; height: 40px; flex: 0 0 auto;
  background: var(--primary-50); color: var(--primary-700);
  border: 1px solid var(--primary-100);
  border-radius: var(--r-md);
  display: inline-flex; align-items: center; justify-content: center;
}
.why-item h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.why-item p { font-size: 14px; color: var(--body); line-height: 1.6; }

@media (max-width: 1080px) {
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .ba-grid { grid-template-columns: 1fr; }
  .ba-grid .vs { display: none; }
}

/* ============ FORMS (Untitled-UI style) ============ */
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-label { font-size: 14px; font-weight: 500; color: var(--gray-700); }
.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 10px 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  font-family: inherit; font-size: 15px; color: var(--gray-900);
  box-shadow: var(--shadow-xs);
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease);
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none;
  border-color: var(--primary-500);
  box-shadow: var(--ring-primary);
}
.form-textarea { min-height: 120px; resize: vertical; }
.form-hint { font-size: 13px; color: var(--muted); }

/* ============ REVEAL animation ============ */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 520px; }
  .features, .steps, .pricing, .portfolio-grid, .testimonials { grid-template-columns: repeat(2, 1fr); }
  .stats, .ai-grid, .metrics-row { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .container, .container-narrow { padding: 0 20px; }
  .nav-inner { height: 64px; }
  .nav-links { display: none; }
  .nav-cta .nav-wa { display: none; }
  .features, .steps, .pricing, .portfolio-grid, .testimonials,
  .stats, .ai-grid, .metrics-row, .footer-top { grid-template-columns: 1fr; }
  .plan--featured { transform: none; }
  .hero { padding: 48px 0 64px; }
  .hero-visual { min-height: 540px; }
  .phone { width: 240px; height: 480px; }
  .float-search, .float-ai { width: 200px; }
  .float-search { left: -8px; top: 24px; }
  .float-ai { right: -8px; top: 16px; }
  .float-badge { right: 12px; bottom: 24px; }
  .float-rating { left: 12px; bottom: 16px; }
  .section-head { margin-bottom: 40px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

/* ============ PRICING PAGE — INCLUDES / CARE / MICRO INVEST / COMPARE ============ */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  max-width: 780px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 32px;
  box-shadow: var(--shadow-xs);
}
.includes-item {
  display: flex; gap: 14px; align-items: center;
  font-size: 15px; color: var(--gray-800); line-height: 1.4;
}
.includes-item .ck {
  width: 28px; height: 28px; flex: 0 0 28px;
  border-radius: var(--r-pill);
  background: var(--primary-100); color: var(--primary-700);
  display: inline-grid; place-items: center;
}
@media (max-width: 720px) {
  .includes-grid { grid-template-columns: 1fr; padding: 24px; }
}

/* Care plan card */
.care-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.care-card .care-price {
  background: linear-gradient(160deg, var(--primary-600), var(--primary-700));
  color: var(--white);
  padding: 36px 32px;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
}
.care-card .care-price .label {
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--primary-200); font-weight: 600;
}
.care-card .care-price .amt {
  font-family: var(--font-display, var(--font-sans));
  font-size: 56px; font-weight: 700; line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
}
.care-card .care-price .amt .per {
  font-size: 18px; font-weight: 500; color: var(--primary-200); letter-spacing: 0;
  margin-left: 6px;
}
.care-card .care-price .note {
  font-size: 14px; color: var(--primary-100); margin-top: 8px; line-height: 1.5;
}
.care-card .care-features {
  padding: 32px;
  display: grid; gap: 14px;
}
.care-feature {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px; color: var(--gray-800);
}
.care-feature .ck {
  width: 22px; height: 22px; flex: 0 0 22px; margin-top: 1px;
  border-radius: var(--r-pill);
  background: var(--primary-100); color: var(--primary-700);
  display: inline-grid; place-items: center;
}
.care-feature strong { color: var(--gray-900); font-weight: 600; }
.care-foot {
  max-width: 880px; margin: 18px auto 0;
  text-align: center; font-size: 14px; color: var(--muted);
}
@media (max-width: 720px) {
  .care-card { grid-template-columns: 1fr; }
}

/* Micro Invest — tiered cards instead of a bare table */
.mi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.mi-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.mi-card.is-best {
  border-color: var(--primary-300);
  background: linear-gradient(180deg, var(--primary-50), var(--white) 40%);
  box-shadow: var(--shadow-md);
}
.mi-card .mi-flag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--primary-700); background: var(--primary-100);
  padding: 4px 10px; border-radius: var(--r-pill);
  margin-bottom: 14px;
}
.mi-card .mi-loc {
  font-size: 20px; font-weight: 700; color: var(--gray-900);
  display: flex; align-items: baseline; gap: 10px;
}
.mi-card .mi-pct {
  font-family: var(--font-display, var(--font-sans));
  font-size: 56px; font-weight: 700;
  color: var(--primary-600);
  line-height: 1; letter-spacing: -0.02em;
  margin: 12px 0 4px;
}
.mi-card .mi-pct .sm { font-size: 22px; color: var(--gray-700); font-weight: 500; margin-left: 4px; }
.mi-card .mi-pct-note { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.mi-tiers { display: grid; gap: 8px; }
.mi-tier {
  display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: baseline;
  padding: 10px 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  background: var(--paper);
}
.mi-tier .name { font-size: 14px; font-weight: 600; color: var(--gray-800); }
.mi-tier .strike { font-size: 13px; color: var(--gray-500); text-decoration: line-through; }
.mi-tier .eff { font-size: 16px; font-weight: 700; color: var(--green-700); font-variant-numeric: tabular-nums; }
.mi-card.is-best .mi-tier { background: var(--white); }
.mi-foot { text-align: center; margin-top: 22px; font-size: 14px; color: var(--muted); }
@media (max-width: 720px) {
  .mi-grid { grid-template-columns: 1fr; }
  .mi-tier { grid-template-columns: 1fr auto; }
  .mi-tier .strike { display: none; }
}

/* Comparison table */
.cmp-wrap {
  max-width: 980px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
table.compare thead th {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gray-600);
  padding: 18px 20px;
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
table.compare thead th.col--ours {
  color: var(--primary-700);
  background: var(--primary-50);
}
table.compare tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-soft);
  color: var(--gray-700);
  vertical-align: middle;
}
table.compare tbody tr:last-child td { border-bottom: 0; }
table.compare tbody td:first-child {
  color: var(--gray-900);
  font-weight: 500;
}
table.compare tbody td.col--ours {
  background: var(--primary-50);
  color: var(--gray-900);
}
table.compare tbody td.col--ours strong { color: var(--primary-700); }
table.compare td.yes, table.compare td .yes-pill {
  color: var(--green-700);
}
table.compare td.no { color: var(--gray-400); }
table.compare .pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  padding: 3px 10px; border-radius: var(--r-pill);
}
table.compare .pill--yes { background: var(--green-100); color: var(--green-700); }
table.compare .pill--no  { background: var(--gray-100);  color: var(--gray-500); }
@media (max-width: 720px) {
  table.compare { font-size: 13px; }
  table.compare thead th, table.compare tbody td { padding: 12px 14px; }
}

/* FAQ — accordion */
.faq {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq details {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: box-shadow 200ms var(--ease, ease), border-color 200ms ease;
}
.faq details[open] {
  border-color: var(--primary-200);
  box-shadow: var(--shadow-sm);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  position: relative;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 24px; top: 50%;
  width: 14px; height: 14px;
  margin-top: -7px;
  background:
    linear-gradient(var(--gray-700), var(--gray-700)) center/14px 2px no-repeat,
    linear-gradient(var(--gray-700), var(--gray-700)) center/2px 14px no-repeat;
  transition: transform 250ms ease;
}
.faq details[open] summary::after {
  background: linear-gradient(var(--primary-600), var(--primary-600)) center/14px 2px no-repeat;
}
.faq summary:hover { color: var(--primary-700); }
.faq details p {
  padding: 0 24px 22px;
  margin: -4px 0 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.65;
}
