/*
Theme Name: DikhoOnline
Theme URI: https://dikhoonline.com
Author: Marc — DikhoOnline
Author URI: https://dikhoonline.com
Description: Modern, mobile-first WordPress theme for DikhoOnline — a done-for-you digital presence service for local Indian businesses. Funding Pips inspired design with navy + teal palette, crisp cards, and Hinglish copy ready out of the box.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dikhoonline
Tags: business, one-page, custom-colors, custom-menu, responsive
*/
/* ============================================================
   DikhoOnline — Modern Stylesheet v2
   FundingPips-inspired: navy + emerald, soft mint→sky gradients,
   layered shadows, Plus Jakarta Sans display + Inter body.
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  --ink-900: #0A1628;
  --ink-800: #0E1F36;
  --ink-700: #142A47;
  --ink-600: #1E3358;
  --ink-500: #354A6E;
  --ink-400: #5B6E8C;
  --ink-300: #8A9AB3;
  --ink-200: #BCC7D6;
  --ink-100: #DCE3ED;
  --ink-50:  #EEF2F8;

  --emerald-700: #0B6B53;
  --emerald-600: #0F8A6A;
  --emerald-500: #14A07C;
  --emerald-400: #3CC097;
  --emerald-100: #DDF1E9;
  --emerald-50:  #ECF7F2;

  --sky-100: #E6EEFC;
  --sky-50:  #F1F6FE;
  --mint-50: #EEF8F4;

  --bg:        #F6F9FE;
  --bg-elev:   #FFFFFF;
  --line:      #E4E9F2;
  --line-soft: #EEF2F8;

  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --s-1: 4px;   --s-2: 8px;   --s-3: 12px;  --s-4: 16px;
  --s-5: 20px;  --s-6: 24px;  --s-8: 32px;  --s-10: 40px;
  --s-12: 48px; --s-16: 64px; --s-20: 80px; --s-24: 96px;

  --r-sm: 10px; --r-md: 14px; --r-lg: 20px; --r-xl: 28px; --r-pill: 999px;

  --shadow-xs:  0 1px 2px rgba(11, 27, 43, 0.04);
  --shadow-sm:  0 1px 2px rgba(11, 27, 43, 0.05),
                0 2px 6px rgba(11, 27, 43, 0.04);
  --shadow-md:  0 4px 12px rgba(11, 27, 43, 0.06),
                0 10px 28px rgba(11, 27, 43, 0.05);
  --shadow-lg:  0 12px 24px rgba(11, 27, 43, 0.06),
                0 28px 60px rgba(11, 27, 43, 0.10);
  --shadow-emerald: 0 8px 24px rgba(15, 138, 106, 0.22),
                    0 18px 42px rgba(15, 138, 106, 0.18);
  --shadow-navy:    0 10px 30px rgba(10, 22, 40, 0.22),
                    0 24px 60px rgba(10, 22, 40, 0.18);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-800);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  width: 100%;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink-900);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.75rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); font-weight: 700; letter-spacing: -0.03em; }
h3 { font-size: 1.35rem; font-weight: 700; letter-spacing: -0.02em; }
h4 { font-size: 1.1rem;  font-weight: 600; }
p  { margin: 0; line-height: 1.7; color: var(--ink-500); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: var(--s-24) 0; }
.section-sm { padding: var(--s-16) 0; }
@media (max-width: 768px) { .section { padding: var(--s-16) 0; } }

/* ---------- Background atmosphere ---------- */
.bg-atmos {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(1100px 600px at 8% -10%, rgba(15, 138, 106, 0.10), transparent 60%),
    radial-gradient(900px 700px at 100% 0%, rgba(120, 162, 240, 0.14), transparent 60%),
    radial-gradient(1200px 600px at 50% 110%, rgba(15, 138, 106, 0.05), transparent 60%),
    linear-gradient(180deg, #F4F8FE 0%, #F8FBFA 60%, #F6F9FE 100%);
}
.bg-atmos::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.05 0 0 0 0 0.10 0 0 0 0 0.18 0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  z-index: -1;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.005em;
  transition: transform 0.25s var(--ease-spring),
              background-color 0.2s var(--ease-out),
              color 0.2s var(--ease-out),
              box-shadow 0.25s var(--ease-out);
  white-space: nowrap;
}
.btn:focus-visible {
  outline: 3px solid rgba(15, 138, 106, 0.35);
  outline-offset: 3px;
}
.btn:active { transform: translateY(1px) scale(0.985); }
.btn-primary { background: var(--ink-900); color: #fff; box-shadow: var(--shadow-navy); }
.btn-primary:hover { background: #0F2243; transform: translateY(-1px); }
.btn-emerald { background: var(--emerald-600); color: #fff; box-shadow: var(--shadow-emerald); }
.btn-emerald:hover { background: var(--emerald-500); transform: translateY(-1px); }
.btn-ghost {
  background: var(--bg-elev); color: var(--ink-900);
  border: 1px solid var(--line); box-shadow: var(--shadow-xs);
}
.btn-ghost:hover { border-color: var(--ink-200); background: #fff; transform: translateY(-1px); }
.btn-lg { height: 56px; padding: 0 28px; font-size: 1rem; }

/* ---------- Navigation ---------- */
.navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 249, 254, 0.78);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(228, 233, 242, 0.6);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 24px;
}
.logo {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.25rem; color: var(--ink-900); letter-spacing: -0.02em;
}
.logo .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--emerald-500);
  box-shadow: 0 0 0 4px rgba(20, 160, 124, 0.18);
}
.nav-links { display: flex; gap: 6px; list-style: none; padding: 0; margin: 0; }
.nav-links a {
  display: inline-block; padding: 10px 14px;
  border-radius: var(--r-pill);
  color: var(--ink-500); font-weight: 500; font-size: 0.94rem;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--ink-900); background: var(--ink-50); }
.nav-links a.active { color: var(--ink-900); background: var(--bg-elev); box-shadow: var(--shadow-xs); }
.nav-cta { display: flex; align-items: center; gap: 10px; }

.hamburger {
  display: none; width: 44px; height: 44px;
  border-radius: 12px; background: var(--bg-elev);
  border: 1px solid var(--line); position: relative;
}
.hamburger span, .hamburger::before, .hamburger::after {
  content: ''; position: absolute; left: 12px; right: 12px;
  height: 2px; background: var(--ink-900); border-radius: 1px;
  transition: transform 0.2s var(--ease-out), top 0.2s;
}
.hamburger span { top: 50%; transform: translateY(-50%); }
.hamburger::before { top: 14px; }
.hamburger::after { bottom: 14px; }

@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-pricing { display: none; }
  .hamburger { display: inline-flex; }
}

.mobile-drawer {
  position: fixed; inset: 72px 0 0 0;
  background: rgba(246, 249, 254, 0.98);
  backdrop-filter: blur(20px);
  padding: 24px; display: none;
  flex-direction: column; gap: 8px; z-index: 49;
}
.mobile-drawer.open { display: flex; }
.mobile-drawer a {
  padding: 14px 18px; border-radius: var(--r-md);
  font-size: 1.05rem; font-weight: 600; color: var(--ink-900);
  background: var(--bg-elev); border: 1px solid var(--line);
}

/* ---------- Hero ---------- */
.hero { padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 9vw, 112px); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--emerald-50); color: var(--emerald-700);
  font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 8px 14px; border-radius: var(--r-pill);
  border: 1px solid rgba(15, 138, 106, 0.18);
}
.eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--emerald-500);
  box-shadow: 0 0 0 3px rgba(20, 160, 124, 0.2);
}

.hero h1 { margin: 22px 0 18px; }
.hero h1 .accent {
  background: linear-gradient(120deg, var(--emerald-600) 0%, var(--emerald-500) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { font-size: 1.1rem; color: var(--ink-500); max-width: 540px; line-height: 1.7; }
.hero-ctas { display: flex; gap: 12px; margin: 32px 0 36px; flex-wrap: wrap; }
.hero-stats {
  display: grid; grid-template-columns: repeat(3, auto);
  gap: 36px; padding-top: 28px;
  border-top: 1px solid var(--line); max-width: 540px;
}
@media (max-width: 480px) { .hero-stats { grid-template-columns: 1fr 1fr; gap: 20px; } }
.hero-stat .num {
  font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 800; color: var(--ink-900); letter-spacing: -0.02em;
}
.hero-stat .lbl { font-size: 0.85rem; color: var(--ink-400); margin-top: 4px; }

/* ---------- Hero Visual ---------- */
.hero-visual { position: relative; min-height: 460px; }
.mock-card {
  position: relative;
  background: var(--bg-elev);
  border-radius: var(--r-xl);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line-soft);
  overflow: hidden;
  z-index: 2;
}
.mock-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(246, 249, 254, 0.6), transparent 30%);
  pointer-events: none;
}
.browser-bar { display: flex; gap: 6px; margin-bottom: 18px; position: relative; }
.browser-bar span { width: 11px; height: 11px; border-radius: 50%; background: var(--ink-100); }
.browser-bar span:nth-child(1) { background: #FF5F57; }
.browser-bar span:nth-child(2) { background: #FEBC2E; }
.browser-bar span:nth-child(3) { background: #28C840; }

.mock-hero {
  background: linear-gradient(135deg, var(--ink-900) 0%, var(--ink-700) 100%);
  border-radius: var(--r-lg);
  padding: 22px; color: #fff;
  position: relative; overflow: hidden;
}
.mock-hero::after {
  content: ''; position: absolute;
  width: 220px; height: 220px; right: -60px; bottom: -90px;
  background: radial-gradient(circle, rgba(20, 160, 124, 0.45), transparent 70%);
  border-radius: 50%;
}
.mock-hero .label {
  font-size: 0.78rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.7);
  position: relative; z-index: 1;
}
.mock-hero .value {
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  letter-spacing: -0.02em; margin-top: 6px; position: relative; z-index: 1;
}
.mock-hero .delta {
  margin-top: 4px; font-size: 0.85rem;
  color: var(--emerald-400); font-weight: 600;
  position: relative; z-index: 1;
}

.mock-list { margin-top: 14px; }
.mock-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px; border-radius: var(--r-md);
  background: var(--bg); border: 1px solid var(--line-soft);
  margin-top: 8px; font-size: 0.92rem;
}
.mock-row .left { display: flex; align-items: center; gap: 10px; color: var(--ink-700); font-weight: 500; }
.mock-row .ic {
  width: 30px; height: 30px; border-radius: 8px;
  display: grid; place-items: center;
  background: var(--bg-elev); border: 1px solid var(--line);
  color: var(--emerald-600); font-weight: 700; font-size: 0.85rem;
}
.mock-row .status {
  font-size: 0.78rem; font-weight: 600;
  color: var(--emerald-700); background: var(--emerald-50);
  padding: 4px 10px; border-radius: var(--r-pill);
}

.chip {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  background: var(--bg-elev); border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 10px 14px 10px 10px;
  box-shadow: var(--shadow-md);
  font-size: 0.85rem; font-weight: 600;
  color: var(--ink-800); z-index: 3;
  animation: float-y 5s var(--ease-out) infinite;
}
.chip .ic {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--emerald-50); color: var(--emerald-700);
  display: grid; place-items: center; font-size: 0.9rem;
}
.chip-1 { top: -18px; left: -22px; animation-delay: 0s; }
.chip-2 { bottom: 36px; right: -20px; animation-delay: 1.5s; }
.chip-3 { bottom: -22px; left: 20%; animation-delay: 3s; }
@keyframes float-y { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ---------- Trust strip ---------- */
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
}
.trust-grid {
  display: grid; grid-template-columns: auto 1fr;
  gap: 32px; align-items: center; padding: 24px 0;
}
@media (max-width: 768px) { .trust-grid { grid-template-columns: 1fr; gap: 16px; } }
.trust-label {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-400);
}
.trust-items { display: flex; flex-wrap: wrap; gap: 28px 40px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--ink-700); font-weight: 600; font-size: 0.95rem; }
.trust-item .ic {
  width: 32px; height: 32px; border-radius: 10px;
  background: var(--bg-elev); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--emerald-600);
}

/* ---------- Section header ---------- */
.section-head { text-align: center; max-width: 680px; margin: 0 auto var(--s-12); }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { font-size: 1.05rem; }

/* ---------- Cards grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

.card {
  background: var(--bg-elev);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease-out),
              box-shadow 0.3s var(--ease-out),
              border-color 0.3s var(--ease-out);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--ink-100);
}
.card .icn {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--emerald-50); color: var(--emerald-700);
  display: grid; place-items: center;
  font-size: 1.3rem; margin-bottom: 18px;
  border: 1px solid rgba(15, 138, 106, 0.12);
}
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.96rem; }
.card.alert .icn {
  background: #FEF2EE; color: #B6431E;
  border-color: rgba(182, 67, 30, 0.14);
}

/* ---------- Process / Steps ---------- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
@media (max-width: 768px) { .process-grid { grid-template-columns: 1fr; } }
.step {
  background: var(--bg-elev);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.step .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--ink-900); color: #fff;
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.05rem;
  margin-bottom: 18px; box-shadow: var(--shadow-navy);
}
.step .when {
  font-size: 0.78rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--emerald-700);
  font-weight: 700; margin-bottom: 8px;
}
.step h3 { margin-bottom: 10px; }

/* ---------- Differentiators (split layout) ---------- */
.split-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
@media (max-width: 960px) { .split-grid { grid-template-columns: 1fr; gap: 36px; } }
.reasons-list { display: flex; flex-direction: column; gap: 18px; }
.reason {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px;
  padding: 22px;
  background: var(--bg-elev);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-xs);
}
.reason .ic {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--emerald-50); color: var(--emerald-700);
  display: grid; place-items: center;
  font-size: 1.25rem;
  border: 1px solid rgba(15, 138, 106, 0.14);
}
.reason h4 { margin-bottom: 6px; }
.reason p { font-size: 0.95rem; }

/* ---------- CTA section ---------- */
.cta-block {
  position: relative; overflow: hidden;
  border-radius: var(--r-xl);
  padding: clamp(48px, 7vw, 80px);
  background:
    radial-gradient(700px 360px at 20% 0%, rgba(20, 160, 124, 0.35), transparent 60%),
    radial-gradient(800px 500px at 100% 100%, rgba(60, 192, 151, 0.25), transparent 60%),
    linear-gradient(135deg, #0A1628 0%, #0E1F36 100%);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-navy);
}
.cta-block::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.5; mix-blend-mode: screen; pointer-events: none;
}
.cta-block h2 { color: #fff; max-width: 720px; margin: 0 auto 14px; position: relative; }
.cta-block p { color: rgba(255, 255, 255, 0.78); max-width: 580px; margin: 0 auto 28px; font-size: 1.05rem; position: relative; }
.cta-block .btn { position: relative; }
.cta-block .btn-emerald { box-shadow: 0 12px 30px rgba(15, 138, 106, 0.35); }

/* ---------- Footer ---------- */
footer {
  background: var(--ink-900);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--s-16) 0 var(--s-8);
  position: relative;
  margin-top: var(--s-24);
}
footer .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) { footer .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { footer .foot-grid { grid-template-columns: 1fr; } }
footer .logo { color: #fff; }
footer h5 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.95rem; font-weight: 700;
  margin: 0 0 14px; letter-spacing: -0.01em;
}
footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer a { color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; transition: color 0.2s; }
footer a:hover { color: var(--emerald-400); }
footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem; margin-top: 12px; max-width: 320px;
}
.foot-bottom {
  display: flex; justify-content: space-between;
  padding-top: 24px; font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap; gap: 10px;
}

/* ---------- Page Header (inner pages) ---------- */
.page-head { padding: clamp(64px, 8vw, 112px) 0 var(--s-12); text-align: center; position: relative; }
.page-head h1 { margin: 18px 0 14px; }
.page-head p { font-size: 1.1rem; max-width: 620px; margin: 0 auto; }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; align-items: stretch;
}
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 36px 30px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured {
  background:
    radial-gradient(500px 240px at 50% -20%, rgba(20, 160, 124, 0.22), transparent 60%),
    linear-gradient(180deg, #0E1F36 0%, #0A1628 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-navy);
}
.price-card.featured h3, .price-card.featured .price-num { color: #fff; }
.price-card.featured .price-note { color: rgba(255,255,255,0.7); }
.price-card.featured .feat li { color: rgba(255,255,255,0.82); }
.price-card.featured .best-for { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.12); }

.badge-pop {
  position: absolute;
  top: 18px; right: 22px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--emerald-500); color: #fff;
  padding: 6px 12px; border-radius: var(--r-pill);
  box-shadow: var(--shadow-emerald);
}
.price-tier {
  font-size: 0.8rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--emerald-600);
  font-weight: 700; margin-bottom: 10px;
}
.price-card.featured .price-tier { color: var(--emerald-400); }
.price-num {
  font-family: var(--font-display);
  font-size: 2.6rem; font-weight: 800;
  letter-spacing: -0.035em; color: var(--ink-900);
  display: flex; align-items: baseline; gap: 6px;
}
.price-num .unit { font-size: 0.9rem; color: var(--ink-400); font-weight: 600; letter-spacing: 0; }
.price-note { color: var(--ink-400); font-size: 0.92rem; margin: 4px 0 22px; }
.feat { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.feat li {
  position: relative; padding-left: 26px;
  font-size: 0.94rem; color: var(--ink-700); line-height: 1.55;
}
.feat li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--emerald-500);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'><path d='M1 4l2.5 2.5L9 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat; background-position: center;
}
.best-for {
  font-size: 0.84rem; color: var(--ink-400);
  padding-top: 16px; border-top: 1px solid var(--line);
  margin-bottom: 18px;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq {
  background: var(--bg-elev);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 22px 26px;
  box-shadow: var(--shadow-xs);
}
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.02rem; color: var(--ink-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 1.4rem;
  color: var(--emerald-600); font-weight: 500;
  transition: transform 0.25s var(--ease-out);
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { margin-top: 12px; font-size: 0.95rem; }

/* ---------- About profile ---------- */
.profile-grid {
  display: grid; grid-template-columns: 320px 1fr;
  gap: 56px; align-items: center;
}
@media (max-width: 768px) { .profile-grid { grid-template-columns: 1fr; gap: 32px; } }
.profile-img {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  border-radius: var(--r-xl);
  background:
    linear-gradient(180deg, rgba(10,22,40,0) 60%, rgba(10,22,40,0.55) 100%),
    linear-gradient(135deg, var(--emerald-100), var(--sky-100));
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: grid; place-items: center;
}
.profile-img .ph {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 800;
  color: rgba(10, 22, 40, 0.4); letter-spacing: -0.04em;
}
.profile-meta {
  position: absolute; left: 20px; bottom: 20px;
  color: #fff; font-family: var(--font-display);
}
.profile-meta .nm { font-weight: 800; font-size: 1.2rem; letter-spacing: -0.02em; }
.profile-meta .rl { font-size: 0.85rem; opacity: 0.8; font-weight: 500; font-family: var(--font-body); }

.promise-list { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
.promise-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 18px;
  background: var(--bg-elev);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
}
.promise-item .check {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: var(--emerald-500);
  display: grid; place-items: center;
  color: #fff; font-weight: 700;
}
.promise-item .check::before { content: '✓'; font-size: 0.9rem; }
.promise-item .txt { font-size: 0.96rem; color: var(--ink-700); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: var(--bg-elev);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.contact-card .icn {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--emerald-50); color: var(--emerald-700);
  display: grid; place-items: center;
  font-size: 1.3rem; border: 1px solid rgba(15, 138, 106, 0.14);
}
.contact-card.feat {
  background: linear-gradient(180deg, var(--emerald-50) 0%, var(--bg-elev) 60%);
  border-color: rgba(15, 138, 106, 0.18);
}
.contact-card .val {
  font-family: var(--font-display); font-weight: 700;
  color: var(--ink-900); font-size: 1rem;
}

.form-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-md);
  max-width: 720px; margin: 0 auto;
}
.form-row { display: grid; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink-700); }
.field input, .field select, .field textarea {
  font: inherit; padding: 14px 16px;
  border-radius: 12px; border: 1px solid var(--line);
  background: var(--bg); color: var(--ink-900);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: none; border-color: var(--emerald-500);
  background: var(--bg-elev);
  box-shadow: 0 0 0 4px rgba(15, 138, 106, 0.15);
}
.field textarea { min-height: 120px; resize: vertical; }
.form-row.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 640px) { .form-row.two { grid-template-columns: 1fr; } }
.form-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; flex-wrap: wrap; gap: 12px;
}
.form-foot p { font-size: 0.85rem; color: var(--ink-400); }

/* ---------- Area chips ---------- */
.area-grid {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center;
  max-width: 720px; margin: 28px auto 0;
}
.area-chip {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 10px 18px;
  font-size: 0.92rem; font-weight: 600;
  color: var(--ink-700);
  box-shadow: var(--shadow-xs);
}

/* ============================================================
   Mobile optimisations
   ============================================================ */

/* Tablet / large phone */
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .nav-inner { height: 64px; gap: 12px; }
  .nav-cta { gap: 8px; }
  /* Drop primary CTA from navbar — drawer already has it */
  .nav-cta .btn-primary { display: none; }
  .mobile-drawer { inset: 64px 0 0 0; }

  .hero { padding: 40px 0 56px; }
  .hero-grid { gap: 36px; }
  .hero h1 { margin: 16px 0 14px; }
  .hero .lead { font-size: 1rem; }
  .hero-ctas { gap: 10px; margin: 24px 0 28px; }
  .hero-ctas .btn { flex: 1 1 auto; justify-content: center; }

  /* Hero visual: stop chips overflowing to the sides */
  .hero-visual { min-height: 0; padding: 8px 4px 28px; }
  .mock-card { padding: 18px; border-radius: var(--r-lg); }
  .chip { padding: 8px 14px 8px 8px; font-size: 0.82rem; }
  .chip-1 { top: -10px; left: 0; }
  .chip-2 { bottom: 18px; right: 0; }
  .chip-3 { bottom: -14px; left: 50%; transform: translateX(-50%); }

  .section-head { margin-bottom: 32px; }
  .cta-block { padding: 40px 24px; border-radius: var(--r-lg); }
  .cta-block .btn-lg { width: 100%; justify-content: center; }
}

/* Small phone */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .logo { font-size: 1.1rem; }
  .logo .dot { width: 8px; height: 8px; }
  .hamburger { width: 40px; height: 40px; }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.15rem; }

  .btn { height: 44px; padding: 0 18px; font-size: 0.9rem; }
  .btn-lg { height: 50px; padding: 0 22px; font-size: 0.95rem; }

  /* Hero text & ctas */
  .hero h1 { font-size: clamp(1.85rem, 8vw, 2.2rem); }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }

  /* Stats: 3 compact cols so they all line up evenly */
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 22px; }
  .hero-stat .num { font-size: 1.15rem; }
  .hero-stat .lbl { font-size: 0.72rem; }

  /* Trust strip more compact */
  .trust-items { gap: 14px 22px; }
  .trust-item { font-size: 0.88rem; }
  .trust-item .ic { width: 28px; height: 28px; }

  /* Mock card visuals */
  .mock-card { padding: 16px; }
  .mock-hero { padding: 18px; }
  .mock-hero .value { font-size: 1.6rem; }
  .mock-row { padding: 10px 12px; font-size: 0.85rem; }
  .mock-row .ic { width: 26px; height: 26px; }

  /* Pricing cards padding */
  .price-card { padding: 28px 22px; }
  .price-num { font-size: 2.1rem; }

  /* CTA block padding */
  .cta-block { padding: 36px 20px; }
  .cta-block .btn-lg { padding: 0 16px; font-size: 0.9rem; }

  /* FAQ tighter */
  .faq { padding: 18px 20px; }
  .faq summary { font-size: 0.95rem; }

  /* Footer */
  .foot-bottom { font-size: 0.78rem; }

  /* Contact card */
  .contact-card { padding: 22px; }
  .form-card { padding: 24px 20px; }

  /* Section header smaller */
  .section-head p { font-size: 0.98rem; }
}

/* Tiny phones (<= 360px) — keep the CTA pill from breaking the row */
@media (max-width: 360px) {
  .hero-stats { gap: 10px; }
  .hero-stat .num { font-size: 1.05rem; }
  .cta-block .btn-lg { font-size: 0.82rem; padding: 0 14px; }
}
