/* =========================================================================
   Nutrionalife — Design System
   Subject: clinical nutritionist/dietitian (science + empathy), Bengali-first.
   Palette: fresh clinical green + warm cream + honey.
   ========================================================================= */

:root {
  /* Color — matched to the reference design tokens
     primary 142 76% 36% · secondary 43 84% 55% · fg 220 20% 14% */
  --ink:        #1D212B;   /* foreground — headings, body text (slate) */
  --ink-2:      #151921;   /* deeper slate — footer, dark bands */
  --ink-soft:   #576175;   /* muted-foreground */
  --green:      #16A24A;   /* primary emerald — CTAs, links, accents */
  --green-700:  #0D7332;   /* primary-dark — hover */
  --green-light:#22C35D;   /* primary-light */
  --green-soft: #E7F6EC;   /* pale emerald wash — chips, soft cards */
  --green-mist: #F3FAF5;   /* lighter wash */
  --honey:      #EDB62C;   /* secondary gold accent — highlights, lead magnet */
  --honey-700:  #cf9d1e;
  --honey-soft: #FBF0D2;
  --accent-blue:#3399CC;   /* teal accent */
  --paper:      #FFFFFF;   /* white background */
  --surface:    #F7FAFB;   /* light surface for alternating sections */
  --card:       #FFFFFF;
  --line:       #DFE5EA;   /* border 210 20% 90% */
  --line-2:     #EFF2F5;
  --star:       #EDB62C;

  /* Type — Hind Siliguri (Bengali) + Inter (Latin) */
  --font-display: 'Hind Siliguri', 'Inter', sans-serif;
  --font-body:    'Hind Siliguri', 'Inter', sans-serif;
  --font-accent:  'Inter', 'Hind Siliguri', sans-serif;

  /* Shape & motion */
  --radius:    12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-sm: 0 4px 16px rgba(20,24,31,.06);
  --shadow:    0 8px 32px rgba(20,24,31,.10);
  --shadow-lg: 0 16px 48px rgba(20,24,31,.16);
  --container: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; width: 100%; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--green-700); }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
}

:focus-visible { outline: 3px solid var(--honey); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--honey-soft); color: var(--ink); }

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

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.section { padding: 92px 0; position: relative; }
.section--soft { background: var(--surface); }
.section--mist { background: var(--green-mist); }
.section--ink  { background: var(--ink-2); color: #dfeae2; }

/* ---------- Eyebrow + section heads (signature sprout) ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-accent); font-weight: 600;
  font-size: .9rem; color: var(--green);
  background: var(--green-soft);
  padding: 6px 16px 6px 12px; border-radius: var(--radius-pill);
  margin-bottom: 18px; letter-spacing: .01em;
}
.section--ink .eyebrow { background: rgba(255,255,255,.08); color: #bfe6cf; }
.eyebrow .sprout { width: 16px; height: 16px; flex: none; }
.sprout { width: 18px; height: 18px; flex: none; }
.cred-strip-head .sprout { width: 22px; height: 22px; }
.sprout-leaf { fill: var(--green); }
.section--ink .sprout-leaf { fill: #7fd0a4; }

.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin-bottom: 14px; }
.section-sub { color: var(--ink-soft); font-size: 1.08rem; }
.section--ink .section-title { color: #fff; }
.section--ink .section-sub { color: #b6c7bc; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.02rem;
  padding: 14px 28px; border-radius: var(--radius-pill);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  line-height: 1; text-align: center; cursor: pointer; border: 2px solid transparent;
}
.btn i { font-size: .95em; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 22px rgba(46,125,91,.28); }
.btn-primary:hover { background: var(--green-700); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(46,125,91,.34); }
.btn-honey { background: var(--honey); color: #3a2a0c; box-shadow: 0 10px 22px rgba(232,161,58,.3); }
.btn-honey:hover { background: var(--honey-700); color: #3a2a0c; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--green); color: var(--green); }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 34px; font-size: 1.08rem; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink-2); color: #cfe0d4; font-size: .9rem;
  padding: 9px 0;
}
.announce .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.announce a { color: #fff; font-weight: 600; }
.announce-actions { display: flex; gap: 18px; align-items: center; }
.announce-actions a { display: inline-flex; align-items: center; gap: 7px; }
.announce-call i { color: var(--honey); }

/* ---------- Navbar ---------- */
.navbar {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease);
}
.navbar.scrolled { box-shadow: var(--shadow-sm); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .mark { width: 42px; height: 42px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.brand-role { font-size: .72rem; color: var(--green); font-weight: 600; letter-spacing: .02em; }
.custom-logo { max-height: 52px; width: auto; }

.navbar-list { display: flex; align-items: center; gap: 6px; }
.navbar-link {
  font-family: var(--font-display); font-weight: 600; color: var(--ink);
  padding: 10px 15px; border-radius: var(--radius-pill); font-size: 1rem;
  position: relative; transition: color .2s var(--ease), background .2s var(--ease);
}
.navbar-link:hover, .navbar-item.current-menu-item > .navbar-link,
.navbar-item.current_page_item > .navbar-link { color: var(--green); background: var(--green-soft); }
.navbar-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--green-soft); color: var(--green); font-size: 1.25rem; align-items: center; justify-content: center; }

/* Mobile drawer */
.mobile-drawer {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px);
  background: var(--paper); z-index: 400; transform: translateX(100%);
  transition: transform .32s var(--ease); box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; padding: 24px; overflow-y: auto;
}
.mobile-drawer.active { transform: translateX(0); }
.mobile-overlay { position: fixed; inset: 0; background: rgba(20,42,30,.45); z-index: 350; opacity: 0; visibility: hidden; transition: opacity .3s var(--ease); }
.mobile-overlay.active { opacity: 1; visibility: visible; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.drawer-close { width: 44px; height: 44px; border-radius: 12px; background: var(--green-soft); color: var(--ink); font-size: 1.3rem; }
.mobile-drawer .navbar-list { flex-direction: column; align-items: stretch; gap: 4px; }
.mobile-drawer .navbar-link { display: block; padding: 14px 16px; border-radius: 12px; font-size: 1.1rem; }
.mobile-drawer .btn { margin-top: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 70px 0 88px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -160px; right: -160px; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(46,125,91,.10), transparent 62%); z-index: 0;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); color: var(--green); font-weight: 600; font-family: var(--font-accent); padding: 7px 16px; border-radius: var(--radius-pill); font-size: .9rem; box-shadow: var(--shadow-sm); }
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(46,125,91,.18); }
.hero-title { font-size: clamp(2.2rem, 4.8vw, 3.5rem); line-height: 1.16; margin: 22px 0 18px; }
.hero-title .hl { color: var(--green); position: relative; }
.hero-title .hl::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: .32em; background: var(--honey-soft); z-index: -1; border-radius: 4px; }
.hero-lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 560px; margin-bottom: 26px; }
.hero-cred { display: flex; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.cred-chip { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 16px; box-shadow: var(--shadow-sm); }
.cred-chip .big { font-family: var(--font-accent); font-weight: 700; font-size: 1.25rem; color: var(--green); line-height: 1; }
.cred-chip .sm { font-size: .82rem; color: var(--ink-soft); line-height: 1.2; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero visual: profile inside organic blob + floating badges */
.hero-visual { position: relative; }
.hero-blob { position: relative; width: 100%; max-width: 460px; margin-left: auto; }
.hero-blob svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 24px 50px rgba(31,61,43,.18)); }
.hero-photo { position: absolute; inset: 8% 9% 0 9%; border-radius: 50% 50% 46% 46%; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.float-badge { position: absolute; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 12px 16px; display: flex; align-items: center; gap: 11px; }
.float-badge .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-size: 1.05rem; flex: none; }
.float-badge .num { font-family: var(--font-accent); font-weight: 700; font-size: 1.1rem; line-height: 1; }
.float-badge .lab { font-size: .76rem; color: var(--ink-soft); line-height: 1.2; }
.float-badge.b1 { top: 14%; left: -6%; animation: floaty 5s ease-in-out infinite; }
.float-badge.b1 .ic { background: var(--green); }
.float-badge.b2 { bottom: 12%; right: -4%; animation: floaty 5s ease-in-out infinite .8s; }
.float-badge.b2 .ic { background: var(--honey); color: #3a2a0c; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Credential / experience strip ---------- */
.cred-strip { background: var(--ink-2); }
.cred-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 40px; padding-bottom: 40px; }
.cred-item { color: #dfeae2; }
.cred-item h4 { color: #fff; font-size: 1.06rem; margin-bottom: 3px; }
.cred-item p { font-size: .9rem; color: #9fb6a8; }
.cred-item { padding-left: 16px; border-left: 2px solid rgba(127,208,164,.4); }

/* ---------- Stat cards (generic) ---------- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm); }
.stat-card .n { font-family: var(--font-accent); font-weight: 700; font-size: 2.1rem; color: var(--green); line-height: 1; }
.stat-card .l { font-size: .92rem; color: var(--ink-soft); margin-top: 6px; }
.section--ink .stat-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.section--ink .stat-card .l { color: #b6c7bc; }
.section--ink .stat-card .n { color: var(--honey); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.about-figure { position: relative; }
.about-figure .blob-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 6px solid #fff; }
.about-figure .blob-img img { aspect-ratio: 4/5; object-fit: cover; }
.about-figure .stamp { position: absolute; bottom: -22px; left: -22px; background: var(--honey); color: #3a2a0c; border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow); }
.about-figure .stamp .n { font-family: var(--font-accent); font-weight: 700; font-size: 1.7rem; line-height: 1; }
.about-figure .stamp .l { font-size: .82rem; font-weight: 600; }
.about-lead { font-size: 1.16rem; color: var(--ink); margin-bottom: 16px; font-weight: 500; }
.about-text p { color: var(--ink-soft); margin-bottom: 14px; }
.about-text strong { color: var(--ink); font-weight: 600; }

.exp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }
.exp-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; gap: 14px; }
.exp-card .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: 1.1rem; flex: none; }
.exp-card h4 { font-size: 1.02rem; margin-bottom: 2px; }
.exp-card p { font-size: .88rem; color: var(--ink-soft); }

.quote-band { margin-top: 40px; background: var(--green-soft); border-left: 5px solid var(--green); border-radius: var(--radius); padding: 28px 30px; }
.quote-band p { font-family: var(--font-display); font-size: 1.18rem; color: var(--ink); font-style: italic; line-height: 1.5; }
.quote-band cite { display: block; margin-top: 12px; font-style: normal; font-weight: 600; color: var(--green); }
.quote-band cite span { display: block; font-weight: 400; font-size: .86rem; color: var(--ink-soft); }

/* ---------- Approach (3 steps) ---------- */
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.approach-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; position: relative; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.approach-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.approach-step { font-family: var(--font-accent); font-weight: 700; font-size: .9rem; color: var(--honey-700); letter-spacing: .04em; }
.approach-card .ic { width: 58px; height: 58px; border-radius: 16px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: 1.5rem; margin: 14px 0 18px; }
.approach-card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.approach-card p { color: var(--ink-soft); font-size: .98rem; }

/* ---------- ABCD assessment (signature) ---------- */
.abcd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.abcd-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; position: relative; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.abcd-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.abcd-letter { position: absolute; top: -14px; right: 18px; font-family: var(--font-display); font-weight: 800; font-size: 7rem; line-height: 1; color: var(--green-soft); z-index: 0; }
.abcd-card.honey .abcd-letter { color: var(--honey-soft); }
.abcd-card > * { position: relative; z-index: 1; }
.abcd-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-accent); font-weight: 600; font-size: .82rem; color: var(--green); background: var(--green-soft); padding: 5px 14px; border-radius: var(--radius-pill); margin-bottom: 12px; }
.abcd-card.honey .abcd-tag { color: var(--honey-700); background: var(--honey-soft); }
.abcd-card h3 { font-size: 1.3rem; margin-bottom: 14px; }
.abcd-list { display: flex; flex-wrap: wrap; gap: 8px; }
.abcd-list li { font-size: .86rem; background: var(--paper); border: 1px solid var(--line); color: var(--ink-soft); padding: 6px 13px; border-radius: var(--radius-pill); }
.abcd-card p { color: var(--ink-soft); font-size: .92rem; }
.abcd-card p strong { color: var(--ink); }

.consider { margin-top: 40px; background: var(--green-soft); border-radius: var(--radius-lg); padding: 34px; }
.consider h3 { font-size: 1.3rem; margin-bottom: 6px; }
.consider > p { color: var(--ink-soft); margin-bottom: 20px; }
.consider-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.consider-tags span { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 8px 16px; font-size: .9rem; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }
.consider-tags i { color: var(--green); }

/* ---------- Lead magnet band ---------- */
.lead-band { background: linear-gradient(120deg, #fff5e3, var(--honey-soft)); border-radius: var(--radius-lg); overflow: hidden; }
.lead-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 40px; align-items: center; }
.lead-copy { padding: 56px 0 56px 56px; }
.lead-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--honey); color: #3a2a0c; font-family: var(--font-accent); font-weight: 600; font-size: .84rem; padding: 6px 15px; border-radius: var(--radius-pill); margin-bottom: 16px; }
.lead-copy h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 14px; }
.lead-copy > p { color: #6a5524; margin-bottom: 20px; }
.lead-points { display: grid; gap: 11px; margin-bottom: 26px; }
.lead-points li { display: flex; align-items: flex-start; gap: 11px; font-weight: 500; color: var(--ink); }
.lead-points i { color: var(--green); margin-top: 4px; }
.lead-visual { position: relative; padding: 30px 56px 30px 0; }
.lead-visual .blob-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transform: rotate(2deg); border: 6px solid #fff; }

/* Native form */
.nf { display: grid; gap: 14px; }
.nf-row { display: grid; gap: 14px; }
.nf-row.two { grid-template-columns: 1fr 1fr; }
.nf label { font-weight: 600; font-size: .92rem; color: var(--ink); display: block; margin-bottom: 6px; }
.nf label .req { color: #c0392b; }
.nf input, .nf textarea, .nf select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; color: var(--ink); transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.nf input:focus, .nf textarea:focus, .nf select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(46,125,91,.12); outline: none; }
.nf textarea { resize: vertical; min-height: 110px; }
.nf .note { font-size: .82rem; color: var(--ink-soft); display: flex; align-items: center; gap: 7px; }
.nf .note i { color: var(--green); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.form-notice { padding: 13px 16px; border-radius: var(--radius-sm); margin-bottom: 16px; font-weight: 500; font-size: .94rem; }
.form-notice.ok { background: var(--green-soft); color: var(--green-700); border: 1px solid #bfe0cd; }
.form-notice.err { background: #fdecea; color: #b93a2b; border: 1px solid #f5c6c0; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.testi-stars { color: var(--star); margin-bottom: 12px; letter-spacing: 2px; font-size: .95rem; }
.testi-quote { color: var(--ink-soft); font-size: .98rem; flex: 1; }
.testi-result { margin: 16px 0; background: var(--green-soft); color: var(--green-700); font-weight: 600; font-size: .86rem; padding: 9px 14px; border-radius: var(--radius-sm); display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; }
.testi-result i { color: var(--green); }
.testi-person { display: flex; align-items: center; gap: 13px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-family: var(--font-accent); font-weight: 700; flex: none; }
.testi-person h4 { font-size: 1rem; }
.testi-person span { font-size: .82rem; color: var(--ink-soft); }
.testi-cta { text-align: center; margin-top: 44px; }
.testi-cta p { font-size: 1.15rem; font-weight: 600; margin-bottom: 16px; color: var(--ink); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: start; }
.contact-methods { display: grid; gap: 16px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; gap: 16px; align-items: flex-start; }
.contact-card .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: 1.2rem; flex: none; }
.contact-card.accent .ic { background: var(--honey-soft); color: var(--honey-700); }
.contact-card h4 { font-size: 1.05rem; margin-bottom: 3px; }
.contact-card p { color: var(--ink-soft); font-size: .92rem; line-height: 1.5; }
.contact-card a { font-weight: 600; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--green-soft); display: block; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.post-thumb.placeholder { display: grid; place-items: center; color: var(--green); font-size: 2.4rem; }
.post-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-cat { align-self: flex-start; font-family: var(--font-accent); font-weight: 600; font-size: .78rem; color: var(--green); background: var(--green-soft); padding: 4px 12px; border-radius: var(--radius-pill); margin-bottom: 12px; }
.post-card h3 { font-size: 1.18rem; line-height: 1.35; margin-bottom: 10px; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--green); }
.post-excerpt { color: var(--ink-soft); font-size: .94rem; flex: 1; }
.post-meta { display: flex; align-items: center; gap: 14px; margin-top: 16px; font-size: .82rem; color: var(--ink-soft); }
.post-meta i { color: var(--green); margin-right: 5px; }
.read-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-weight: 600; font-family: var(--font-display); }
.read-more i { transition: transform .2s var(--ease); }
.read-more:hover i { transform: translateX(4px); }

/* Featured / latest post strip */
.feature-post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr; box-shadow: var(--shadow-sm); margin-bottom: 36px; }
.feature-post .fp-thumb { background: var(--green-soft); min-height: 280px; display: grid; place-items: center; color: var(--green); font-size: 3rem; }
.feature-post .fp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.feature-post .fp-body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.feature-post .fp-tag { align-self: flex-start; font-family: var(--font-accent); font-weight: 600; font-size: .8rem; color: var(--honey-700); background: var(--honey-soft); padding: 5px 14px; border-radius: var(--radius-pill); margin-bottom: 14px; }
.feature-post h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 12px; }
.feature-post p { color: var(--ink-soft); margin-bottom: 20px; }

/* Blog layout with sidebar */
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.widget-title { font-size: 1.1rem; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--green-soft); }
.widget ul li { padding: 8px 0; border-bottom: 1px solid var(--line-2); }
.widget ul li:last-child { border-bottom: none; }
.widget a { color: var(--ink); font-weight: 500; }
.widget a:hover { color: var(--green); }

/* Single post */
.single-hero { background: var(--green-soft); padding: 56px 0; }
.single-hero .post-cat { margin-bottom: 16px; }
.single-title { font-size: clamp(1.8rem, 4vw, 2.8rem); max-width: 820px; }
.single-meta { display: flex; gap: 20px; margin-top: 18px; color: var(--ink-soft); font-size: .92rem; flex-wrap: wrap; }
.single-meta i { color: var(--green); margin-right: 6px; }
.single-feature { max-width: 980px; margin: -40px auto 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); position: relative; z-index: 2; }
.single-feature img { width: 100%; height: auto; display: block; }
.entry-content { max-width: 760px; margin: 0 auto; font-size: 1.08rem; }
.entry-content > * { margin-bottom: 1.3em; }
.entry-content h2 { font-size: 1.7rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.35rem; margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin-bottom: 1.3em; }
.entry-content ul li { list-style: none; position: relative; padding-left: 28px; margin-bottom: 10px; }
.entry-content ul li::before { content: "\f06c"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--green); position: absolute; left: 0; top: 1px; }
.entry-content ol { list-style: decimal; }
.entry-content ol li { margin-bottom: 10px; padding-left: 6px; }
.entry-content blockquote { border-left: 5px solid var(--green); background: var(--green-soft); padding: 20px 26px; border-radius: var(--radius); font-style: italic; font-size: 1.15rem; }
.entry-content img { border-radius: var(--radius); }
.entry-content a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.entry-content code { background: var(--green-soft); padding: 2px 7px; border-radius: 5px; font-size: .9em; }
.post-tags { max-width: 760px; margin: 36px auto 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.post-tags .lbl { font-weight: 600; }
.post-tags a { background: var(--green-soft); color: var(--green); padding: 5px 14px; border-radius: var(--radius-pill); font-size: .85rem; }
.author-box { max-width: 760px; margin: 40px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; display: flex; gap: 20px; align-items: center; }
.author-box .av { width: 70px; height: 70px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-family: var(--font-accent); font-weight: 700; font-size: 1.5rem; flex: none; }
.author-box h4 { font-size: 1.15rem; }
.author-box p { color: var(--ink-soft); font-size: .92rem; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; flex-wrap: wrap; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 14px; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.pagination .page-numbers.current { background: var(--green); color: #fff; border-color: var(--green); }
.pagination .page-numbers:hover:not(.current) { border-color: var(--green); color: var(--green); }

/* ---------- Newsletter band ---------- */
.news-band { background: var(--ink-2); border-radius: var(--radius-lg); padding: 48px; text-align: center; }
.news-band h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 10px; }
.news-band p { color: #b6c7bc; max-width: 540px; margin: 0 auto 24px; }
.news-form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto; }
.news-form input { flex: 1; padding: 14px 18px; border-radius: var(--radius-pill); border: none; }
.news-form .btn { white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-2); color: #bcccc1; padding-top: 70px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-role { color: #7fd0a4; }
.footer-about { margin: 16px 0; font-size: .94rem; line-height: 1.7; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badges span { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; background: rgba(255,255,255,.06); padding: 6px 12px; border-radius: var(--radius-pill); }
.footer-badges i { color: var(--honey); }
.footer-widget .footer-title, .footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; font-family: var(--font-display); }
.footer-col ul li { margin-bottom: 11px; }
.footer-col a { color: #bcccc1; font-size: .94rem; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; font-size: .92rem; }
.footer-contact-item i { color: var(--honey); margin-top: 4px; }
.footer-contact-item strong { color: #fff; display: block; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center; transition: background .2s var(--ease); }
.footer-social a:hover { background: var(--green); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; font-size: .86rem; flex-wrap: wrap; }
.footer-bottom a { color: #cfe0d4; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-disclaimer { background: rgba(0,0,0,.18); font-size: .82rem; color: #9fb6a8; padding: 16px 0; line-height: 1.6; }
.footer-disclaimer strong { color: #cfe0d4; }

/* ---------- 404 / page header ---------- */
.page-hero { background: var(--green-soft); padding: 60px 0; text-align: center; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
.page-hero .crumbs { color: var(--ink-soft); margin-top: 10px; font-size: .92rem; }
.page-hero .crumbs a { color: var(--green); }
.error-404 { text-align: center; padding: 90px 0; }
.error-404 .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(5rem, 16vw, 9rem); color: var(--green-soft); line-height: 1; }
.error-404 h1 { font-size: 1.8rem; margin: 10px 0; }
.error-404 p { color: var(--ink-soft); margin-bottom: 26px; }

/* Floating WhatsApp */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; font-size: 1.6rem; box-shadow: 0 12px 28px rgba(37,211,102,.4); z-index: 300; transition: transform .2s var(--ease); }
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* Comments */
.comments-area { max-width: 760px; margin: 48px auto 0; }
.comments-area .comments-title { font-size: 1.4rem; margin-bottom: 20px; }
.comment-list { margin-bottom: 30px; }
.comment-list li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-bottom: 14px; }
.comment-list .children { margin-left: 28px; margin-top: 14px; }
.comment-author { font-weight: 700; }
.comment-meta { font-size: .82rem; color: var(--ink-soft); margin-bottom: 8px; }
.comment-respond { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; margin-top: 24px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 14px;
}
.comment-form textarea:focus, .comment-form input:focus { border-color: var(--green); outline: none; }

/* Utility */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.divider-sprout { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto 8px; }
.divider-sprout::before, .divider-sprout::after { content: ""; height: 1px; width: 60px; background: var(--line); }

/* ============ Pixel-match additions (reference-aligned) ============ */
.accent-green { color: var(--green); }

/* Credential strip with heading */
.cred-strip { padding: 38px 0; }
.cred-strip .container { display: block; }
.cred-strip-head { display: flex; align-items: center; justify-content: center; gap: 10px; color: #cfe0d4; font-weight: 600; margin-bottom: 24px; font-family: var(--font-display); }
.cred-strip-head .sprout-leaf { fill: #7fd0a4; }
.cred-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* Hero trust chip */
.cred-chip.trust { background: var(--green-soft); border-color: transparent; }
.cred-chip.trust i { color: var(--green); font-size: 1.4rem; }

/* About enrich */
.about-sub { font-size: clamp(1.35rem, 2.4vw, 1.85rem); margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.mini-stat { background: var(--green-soft); border-radius: var(--radius); padding: 18px 14px; text-align: center; }
.mini-stat .n { font-family: var(--font-accent); font-weight: 700; font-size: 1.4rem; color: var(--green); line-height: 1; }
.mini-stat .l { font-size: .82rem; color: var(--ink-soft); margin-top: 6px; }
.about-detail { margin-top: 52px; }
.goal-card { display: flex; gap: 18px; align-items: flex-start; background: linear-gradient(135deg, var(--green), var(--green-700)); color: #fff; border-radius: var(--radius-lg); padding: 30px 32px; margin-bottom: 40px; }
.goal-card .ic { width: 54px; height: 54px; border-radius: 14px; background: rgba(255,255,255,.18); display: grid; place-items: center; font-size: 1.35rem; flex: none; }
.goal-card h3 { color: #fff; margin-bottom: 6px; }
.goal-card p { color: rgba(255,255,255,.94); }
.detail-title { font-size: 1.5rem; margin-bottom: 22px; text-align: center; }
.why-title { font-size: 1.3rem; margin-bottom: 12px; }
.quote-band .why-title { color: var(--green); }

/* ABCD tabs */
.abcd-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 26px; }
.abcd-tab { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 14px; border-radius: var(--radius); background: #fff; border: 1.5px solid var(--line); font-family: var(--font-display); font-weight: 600; color: var(--ink); transition: all .2s var(--ease); font-size: .98rem; }
.abcd-tab .tl { width: 30px; height: 30px; border-radius: 8px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-family: var(--font-accent); font-weight: 700; flex: none; }
.abcd-tab:hover { border-color: var(--green); }
.abcd-tab.active { background: var(--green); color: #fff; border-color: var(--green); box-shadow: 0 10px 22px rgba(22,162,74,.25); }
.abcd-tab.active .tl { background: rgba(255,255,255,.22); color: #fff; }
.abcd-panel { display: none; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); }
.abcd-panel.active { display: block; animation: abcdFade .3s var(--ease); }
@keyframes abcdFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.abcd-panel-head { display: flex; gap: 18px; align-items: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line-2); }
.big-letter { width: 64px; height: 64px; border-radius: 16px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 2rem; flex: none; }
.abcd-panel-head h3 { font-size: 1.3rem; }
.abcd-panel-head p { color: var(--ink-soft); font-size: .94rem; }
.abcd-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.abcd-points.col, .abcd-clinical .abcd-points { grid-template-columns: 1fr; }
.abcd-points li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); }
.abcd-points li i { color: var(--green); margin-top: 6px; font-size: .82rem; flex: none; }
.abcd-points li strong { color: var(--ink); }
.abcd-clinical > p { margin-bottom: 10px; font-weight: 600; }
.abcd-note { margin-top: 18px; background: var(--honey-soft); color: #7a5a12; padding: 12px 16px; border-radius: var(--radius-sm); font-size: .9rem; display: flex; gap: 10px; align-items: center; }
.abcd-note i { color: var(--honey-700); }

/* Lead magnet (form on right) */
.lead-band { background: linear-gradient(135deg, #fffaf0, var(--honey-soft)); border-radius: var(--radius-lg); padding: 48px; }
.lead-grid { grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.lead-copy { padding: 0; }
.lead-inside { font-size: 1.05rem; margin: 20px 0 12px; }
.lead-visual-mobile { display: none; margin-top: 20px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.fc-sub { color: var(--ink-soft); font-size: .94rem; margin-bottom: 18px; margin-top: 2px; }
.form-card h3 { font-size: 1.3rem; }

/* Testimonials stat band */
.stat-band { margin-top: 50px; }
.stat-band-title { text-align: center; font-size: 1.4rem; margin-bottom: 24px; }

/* Responsive for new blocks */
@media (max-width: 860px) {
  .cred-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .abcd-tabs { grid-template-columns: repeat(2, 1fr); }
  .abcd-points { grid-template-columns: 1fr; }
  .lead-grid { grid-template-columns: 1fr; }
  .lead-visual-mobile { display: block; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .cred-strip-grid, .about-stats { grid-template-columns: 1fr; }
  .abcd-tabs { grid-template-columns: 1fr; }
  .lead-band { padding: 28px; }
  .goal-card { flex-direction: column; }
  .abcd-panel { padding: 22px; }
}

/* ============ Blog post article content ============ */
.entry-content h4 { font-size: 1.12rem; margin-top: 1.3em; margin-bottom: .4em; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .95rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.entry-content th, .entry-content td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line-2); vertical-align: top; }
.entry-content thead th { background: var(--green-soft); color: var(--ink); font-weight: 700; }
.entry-content tbody tr:last-child td { border-bottom: none; }
.entry-content tbody tr:nth-child(even) { background: var(--surface); }
.entry-content blockquote p { margin: 0; }

.post-cta { margin: 40px 0 0; background: linear-gradient(135deg, var(--green-soft), var(--green-mist)); border: 1px solid #c9e9d6; border-radius: var(--radius-lg); padding: 32px; text-align: center; }
.post-cta h3 { font-size: 1.3rem; margin-bottom: 8px; }
.post-cta p { color: var(--ink-soft); margin: 0 auto 18px; max-width: 560px; }

/* ============ Blog newsletter band ============ */
.blog-news { background: var(--ink-2); border-radius: var(--radius-lg); padding: 48px; text-align: center; margin-top: 16px; }
.blog-news h2 { color: #fff; font-size: clamp(1.4rem, 2.6vw, 2rem); margin-bottom: 10px; }
.blog-news p { color: #b6c7bc; max-width: 560px; margin: 0 auto 24px; }
.blog-news .news-form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto; }
.blog-news .news-form input { flex: 1; padding: 14px 18px; border-radius: var(--radius-pill); border: none; }
@media (max-width: 640px) { .blog-news { padding: 32px 22px; } .blog-news .news-form { flex-direction: column; } .blog-news .news-form .btn { width: 100%; } }

/* ============ v1.1.0 — Search, mobile bar, blog filter, category, landing ============ */

/* Icon button (search trigger) */
.icon-btn { width: 46px; height: 46px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: 1.05rem; transition: background .2s var(--ease); flex: none; }
.icon-btn:hover { background: #d8eede; }

/* Full-screen search portal */
.search-portal { position: fixed; inset: 0; z-index: 500; background: rgba(20,24,31,.55); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .25s var(--ease); padding: 8vh 20px 20px; overflow-y: auto; }
.search-portal.active { opacity: 1; visibility: visible; }
.search-portal-inner { max-width: 680px; margin: 0 auto; position: relative; }
.search-close { position: absolute; top: -52px; right: 0; width: 44px; height: 44px; border-radius: 12px; background: #fff; color: var(--ink); font-size: 1.3rem; display: grid; place-items: center; }
.search-box { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 10px; }
.search-portal-form { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line-2); position: relative; }
.search-box-ic { color: var(--green); font-size: 1.2rem; }
.search-portal-form input { flex: 1; border: none; outline: none; font-size: 1.15rem; background: transparent; color: var(--ink); }
.search-spinner { width: 18px; height: 18px; border: 2px solid var(--line); border-top-color: var(--green); border-radius: 50%; opacity: 0; transition: opacity .2s; }
.search-spinner.on { opacity: 1; animation: nlspin .7s linear infinite; }
@keyframes nlspin { to { transform: rotate(360deg); } }
.search-suggest { max-height: 60vh; overflow-y: auto; }
.ss-item { display: flex; gap: 14px; padding: 12px 16px; border-radius: var(--radius); transition: background .15s var(--ease); align-items: center; }
.ss-item:hover { background: var(--green-mist); }
.ss-thumb { width: 56px; height: 56px; border-radius: 10px; background-size: cover; background-position: center; flex: none; background-color: var(--green-soft); }
.ss-thumb-ph { display: grid; place-items: center; color: var(--green); }
.ss-body { display: flex; flex-direction: column; min-width: 0; }
.ss-cat { font-size: .72rem; color: var(--green); font-weight: 600; }
.ss-title { font-weight: 600; color: var(--ink); font-family: var(--font-display); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ss-ex { font-size: .84rem; color: var(--ink-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ss-all { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-weight: 600; color: var(--green); border-top: 1px solid var(--line-2); margin-top: 4px; }
.ss-empty { padding: 28px 16px; text-align: center; color: var(--ink-soft); }
.search-hint { text-align: center; color: var(--ink-soft); font-size: .82rem; padding: 10px; }

/* Mobile sticky action bar (mobile only) */
.mobile-action-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 250; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(20,24,31,.10); padding: 8px; gap: 8px; }
.mab-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border-radius: var(--radius); font-family: var(--font-display); font-weight: 600; font-size: .98rem; }
.mab-wa { background: #25D366; color: #fff; }
.mab-book { background: var(--green); color: #fff; }

/* Blog search box */
.blog-search { max-width: 620px; margin: 0 auto 24px; position: relative; }
.blog-search-form { display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-pill); padding: 6px 6px 6px 20px; box-shadow: var(--shadow-sm); }
.blog-search-form > i { color: var(--green); }
.blog-search-form input { flex: 1; border: none; outline: none; background: transparent; font-size: 1rem; padding: 8px 0; }
.blog-search-form .btn { padding: 11px 22px; }
.blog-search-suggest { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); z-index: 30; overflow: hidden; }
.blog-search-suggest:empty { display: none; }

/* Category filter pills */
.cat-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.cat-pill { font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--ink-soft); background: #fff; border: 1.5px solid var(--line); padding: 9px 18px; border-radius: var(--radius-pill); transition: all .2s var(--ease); }
.cat-pill:hover { border-color: var(--green); color: var(--green); }
.cat-pill.active { background: var(--green); color: #fff; border-color: var(--green); }
.cat-desc { max-width: 640px; margin: 14px auto 0; color: var(--ink-soft); }

/* 2-col grid in category sidebar layout */
.post-grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Sidebar widgets */
.widget-search { display: flex; gap: 8px; }
.widget-search input { flex: 1; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); }
.widget-search input:focus { border-color: var(--green); outline: none; }
.widget-search button { width: 46px; border-radius: var(--radius-sm); background: var(--green); color: #fff; flex: none; }
.widget-recent li { display: flex; flex-direction: column; gap: 2px; }
.wr-date { font-size: .76rem; color: var(--ink-soft); }
.widget-cta { background: var(--green-soft); }
.widget-cta p { font-size: .92rem; color: var(--ink-soft); margin-bottom: 14px; }

/* ============ Landing pages ============ */
.landing-body { background: var(--surface); }
.landing-nav { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.landing-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.landing-nav-contact { display: flex; align-items: center; gap: 16px; font-weight: 600; font-size: .92rem; }
.landing-nav-contact a { color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.landing-nav-contact .ln-wa { background: #25D366; color: #fff; padding: 9px 16px; border-radius: var(--radius-pill); }
.landing-nav-contact a i { color: var(--green); }
.landing-nav-contact .ln-wa i { color: #fff; }

.lp { padding: 56px 0 70px; }
.lp-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: start; }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--honey-soft); color: var(--honey-700); font-weight: 700; font-size: .86rem; padding: 7px 16px; border-radius: var(--radius-pill); }
.lp-green .lp-eyebrow { background: var(--green-soft); color: var(--green); }
.lp-blue .lp-eyebrow { background: #e3f1f8; color: #2980b9; }
.lp-headline { font-size: clamp(2rem, 4.2vw, 3rem); line-height: 1.18; margin: 18px 0 16px; }
.lp-headline .hl { color: var(--green); }
.lp-honey .lp-headline .hl { color: var(--honey-700); }
.lp-blue .lp-headline .hl { color: #2980b9; }
.lp-sub { font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 24px; }
.lp-bullets { display: grid; gap: 12px; margin-bottom: 24px; }
.lp-bullets li { display: flex; align-items: flex-start; gap: 11px; font-weight: 500; font-size: 1.05rem; }
.lp-bullets i { color: var(--green); margin-top: 4px; }
.lp-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.lp-badges span { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 600; background: #fff; border: 1px solid var(--line); padding: 7px 14px; border-radius: var(--radius-pill); }
.lp-badges i { color: var(--green); }
.lp-visual { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }

.lp-form-side { position: sticky; top: 96px; }
.lp-form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-lg); }
.lp-urgency { display: inline-flex; align-items: center; gap: 7px; background: #fdecea; color: #c0392b; font-weight: 700; font-size: .8rem; padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 14px; }
.lp-form-card h2 { font-size: 1.4rem; margin-bottom: 16px; }
.btn-blue { background: var(--accent-blue); color: #fff; }
.btn-blue:hover { background: #2980b9; color: #fff; transform: translateY(-2px); }
.lp-proof { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-2); font-size: .9rem; color: var(--ink-soft); }
.lp-stars { color: var(--star); letter-spacing: 2px; }
.lp-proof strong { color: var(--ink); }

.lp-testi { max-width: 760px; margin: 40px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; text-align: center; box-shadow: var(--shadow-sm); }
.lp-testi > i { color: var(--green); font-size: 1.6rem; }
.lp-testi p { font-size: 1.12rem; color: var(--ink); margin: 12px 0 18px; font-style: italic; }
.lp-testi-by { display: inline-flex; align-items: center; gap: 12px; }
.lp-testi-by strong { display: block; }
.lp-testi-by span { font-size: .84rem; color: var(--ink-soft); }

.landing-footer { background: #fff; border-top: 1px solid var(--line); padding: 28px 0; text-align: center; color: var(--ink-soft); font-size: .9rem; }
.landing-footer a { color: var(--green); font-weight: 600; }
.landing-disclaimer { font-size: .8rem; margin-top: 8px; }

/* Responsive */
@media (max-width: 860px) {
  .mobile-action-bar { display: flex; }
  .wa-float { display: none; }
  body:not(.landing-body) { padding-bottom: 72px; }
  .lp-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-form-side { position: static; }
  .post-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .landing-nav-contact a span { display: none; }
  .landing-nav-contact .ln-wa span { display: inline; }
}
@media (max-width: 640px) {
  .post-grid-2 { grid-template-columns: 1fr; }
  .blog-search-form { flex-wrap: wrap; border-radius: var(--radius); padding: 12px; }
  .blog-search-form .btn { width: 100%; }
  .search-close { top: -48px; }
  .lp { padding: 32px 0 50px; }
  .lp-form-card { padding: 22px; }
}
