/* =====================================================================
   Nuviran Wellness — design system
   Premium + modern-tech, trustworthy. System fonts (offline-safe).
   ===================================================================== */

:root {
  /* Brand palette */
  --ink:        #0B1F3A;   /* deep navy — authority */
  --ink-2:      #0A1A30;   /* darker navy for gradients */
  --ink-3:      #13294b;   /* raised navy surface */
  --emerald:    #0E9F6E;   /* verified / food-safe accent */
  --emerald-d:  #0B7E58;
  --emerald-l:  #E7F6F0;
  --gold:       #C9A24B;   /* sparing premium accent */

  /* Neutrals */
  --bg:         #F7F8FA;
  --surface:    #FFFFFF;
  --line:       #E5E8EE;
  --line-2:     #D7DCE5;
  --text:       #14223B;
  --muted:      #5A6679;
  --muted-2:    #7C8699;
  --on-ink:     #EAF0F8;
  --on-ink-mut: #A9B7CC;

  /* Type */
  --font-sans: "Inter", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-head: "Space Grotesk", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Radius & shadow */
  --r-sm: 8px;
  --r:    14px;
  --r-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(11,31,58,.06), 0 1px 3px rgba(11,31,58,.04);
  --shadow:    0 6px 24px rgba(11,31,58,.08);
  --shadow-lg: 0 20px 50px rgba(11,31,58,.14);

  --maxw: 1180px;
  --header-h: 70px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -.02em; color: var(--ink); margin: 0 0 .4em; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 1.4rem + 3.2vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(48px, 6vw, 90px) 0; }
.section--tight { padding: clamp(36px, 4vw, 60px) 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--emerald-d);
  margin-bottom: 14px;
}
.lead { font-size: 1.12rem; color: var(--muted); max-width: 62ch; }
.center .lead { margin-left: auto; margin-right: auto; }
.section-head { max-width: 64ch; margin-bottom: 38px; }
.section-head.center { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  font-family: var(--font-head); font-weight: 600; font-size: .96rem;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--emerald); color: #fff; box-shadow: 0 8px 20px rgba(14,159,110,.28); }
.btn--primary:hover { background: var(--emerald-d); box-shadow: 0 10px 26px rgba(14,159,110,.34); }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-3); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }
.btn--light:hover { background: rgba(255,255,255,.18); }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.86); backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; color: var(--ink); letter-spacing: -.02em; font-size: 1.12rem; }
.brand .brand-mark { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(150deg, var(--ink), var(--ink-3)); color: #fff; }
.brand .brand-mark svg { width: 20px; height: 20px; }
.brand-mark .emr { color: var(--emerald); }

.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 10px 14px; border-radius: 10px; color: var(--text);
  font-weight: 500; font-size: .95rem; transition: background .15s, color .15s;
}
.nav-link svg { width: 15px; height: 15px; color: var(--muted-2); transition: transform .2s; }
.nav-link:hover { background: #eef1f6; color: var(--ink); }
.nav-item.has-menu:hover .nav-link svg { transform: rotate(180deg); }

/* Dropdown / mega-menu */
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 270px; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 8px;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease;
}
.nav-item.has-menu:hover .dropdown,
.nav-item.has-menu:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown.dropdown--wide { min-width: 340px; }
.dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 9px;
  color: var(--text); font-size: .92rem; font-weight: 500;
}
.dropdown a:hover { background: var(--emerald-l); color: var(--ink); }
.dropdown a .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); flex: none; }

.header-cta { margin-left: 6px; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 10px; background: #fff; color: var(--ink); align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }

/* Mobile drawer */
.mobile-drawer { position: fixed; inset: 0; z-index: 80; display: none; }
.mobile-drawer.open { display: block; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(11,31,58,.5); }
.drawer-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(86vw, 360px);
  background: #fff; box-shadow: var(--shadow-lg); padding: 18px; overflow-y: auto;
  display: flex; flex-direction: column; gap: 4px;
}
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.drawer-close { width: 42px; height: 42px; border: 1px solid var(--line-2); border-radius: 10px; background: #fff; display: grid; place-items: center; }
.drawer-close svg { width: 22px; height: 22px; }
.m-group > .m-link { display: flex; justify-content: space-between; align-items: center; padding: 13px 12px; border-radius: 10px; font-weight: 600; color: var(--ink); }
.m-group > .m-link:hover { background: #f1f4f8; }
.m-sub { padding: 2px 0 8px 14px; margin-left: 6px; border-left: 2px solid var(--line); }
.m-sub a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--muted); font-size: .93rem; }
.m-sub a:hover { background: var(--emerald-l); color: var(--ink); }
.drawer-cta { margin-top: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: radial-gradient(120% 130% at 80% -10%, var(--ink-3) 0%, var(--ink) 45%, var(--ink-2) 100%); color: var(--on-ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(80% 80% at 70% 0%, #000, transparent); }
.hero .container { position: relative; padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 96px); }
.hero h1 { color: #fff; max-width: 16ch; }
.hero .lead { color: var(--on-ink-mut); font-size: 1.18rem; max-width: 56ch; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px; border-radius: 999px; background: rgba(14,159,110,.16); border: 1px solid rgba(14,159,110,.35); color: #b9f1d8; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; margin-bottom: 22px; }
.hero-badge svg { width: 16px; height: 16px; color: var(--emerald); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* Trust bar */
.trustbar { border-top: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.trustbar .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 22px 0; }
.trust-item { display: flex; align-items: center; gap: 11px; color: var(--on-ink); font-weight: 500; font-size: .95rem; }
.trust-item svg { width: 22px; height: 22px; color: var(--emerald); flex: none; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; }
.card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); margin-bottom: 0; }
.card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--emerald-d); font-family: var(--font-head); font-weight: 600; font-size: .92rem; }
.card .more svg { width: 16px; height: 16px; transition: transform .2s; }
.card--link:hover .more svg { transform: translateX(3px); }

.ic-badge { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: var(--emerald-l); color: var(--emerald-d); margin-bottom: 18px; }
.ic-badge svg { width: 26px; height: 26px; }
.ic-badge--ink { background: #eef2f8; color: var(--ink); }

.pill-note { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 600; font-family: var(--font-head); letter-spacing: .02em; padding: 5px 11px; border-radius: 999px; background: #eef2f8; color: var(--ink-3); }
.pill-note.warn { background: #FEF3E2; color: #9A6312; }

/* Steps */
.step-num { font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--emerald-d); border: 1.5px solid var(--emerald); border-radius: 999px; width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 16px; }

/* Stats strip */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 8px; }
.stat .v { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem); color: var(--ink); letter-spacing: -.03em; }
.stat .l { color: var(--muted); font-size: .92rem; }

/* Feature list (checkmarks) */
.checklist { list-style: none; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 11px; color: var(--text); }
.checklist li svg { width: 22px; height: 22px; flex: none; color: var(--emerald); margin-top: 1px; }

/* ---------- Pricing table ---------- */
.price-table { width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 16px 22px; border-top: 1px solid var(--line); }
.price-row:first-child { border-top: none; }
.price-row:nth-child(even) { background: #fbfcfd; }
.price-row .svc { font-weight: 500; color: var(--text); }
.price-row .num { color: var(--muted-2); font-family: var(--font-head); margin-right: 4px; }
.price-row .delivery { color: var(--muted); font-size: .88rem; min-width: 84px; text-align: right; }
.price-row .price { font-family: var(--font-head); font-weight: 700; color: var(--ink); min-width: 92px; text-align: right; font-size: 1.02rem; }
.price-row--core { background: var(--emerald-l) !important; }
.price-row--core .price { color: var(--emerald-d); }
.table-head { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; padding: 12px 22px; background: var(--ink); color: var(--on-ink-mut); font-family: var(--font-head); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.table-head .delivery, .table-head .price { text-align: right; }

/* ---------- Bundles ---------- */
.bundle { position: relative; display: flex; flex-direction: column; }
.bundle .price-big { font-family: var(--font-head); font-weight: 700; font-size: 2rem; color: var(--ink); letter-spacing: -.03em; margin: 6px 0 4px; }
.bundle .includes { color: var(--muted); margin-bottom: 18px; }
.bundle .btn { margin-top: auto; }
.bundle--popular { border-color: var(--emerald); box-shadow: var(--shadow); }
.ribbon { position: absolute; top: -12px; right: 18px; background: var(--emerald); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }

/* ---------- FAQ accordion ---------- */
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--ink); background: none; border: none; }
.faq-q svg { width: 20px; height: 20px; color: var(--emerald-d); transition: transform .2s; flex: none; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 20px; color: var(--muted); }
.faq-item.open .faq-a { max-height: 420px; }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(135deg, var(--ink), var(--ink-3)); color: #fff; border-radius: var(--r-lg); padding: clamp(34px, 5vw, 60px); text-align: center; position: relative; overflow: hidden; }
.cta-banner::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(14,159,110,.35), transparent 70%); top: -120px; right: -80px; }
.cta-banner h2 { color: #fff; position: relative; }
.cta-banner p { color: var(--on-ink-mut); max-width: 56ch; margin: 0 auto 26px; position: relative; }
.cta-banner .hero-actions { justify-content: center; position: relative; }

/* ---------- Breadcrumbs ---------- */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted-2); font-size: .88rem; padding: 18px 0 0; }
.crumbs a:hover { color: var(--ink); }
.crumbs .sep { color: var(--line-2); }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: linear-gradient(135deg, var(--ink), var(--ink-2)); color: var(--on-ink); }
.page-hero .container { padding-top: 30px; padding-bottom: clamp(40px, 5vw, 64px); }
.page-hero h1 { color: #fff; margin-bottom: 14px; }
.page-hero .lead { color: var(--on-ink-mut); }
.page-hero .crumbs { color: var(--on-ink-mut); }
.page-hero .crumbs a:hover { color: #fff; }

/* ---------- Contact form ---------- */
.form-grid { display: grid; gap: 16px; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--ink); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: var(--r-sm);
  font: inherit; color: var(--text); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(14,159,110,.15); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--muted-2); }

/* Info card list (contact) */
.info-row { display: flex; gap: 13px; align-items: flex-start; padding: 14px 0; border-top: 1px solid var(--line); }
.info-row:first-child { border-top: none; }
.info-row svg { width: 22px; height: 22px; color: var(--emerald-d); flex: none; margin-top: 2px; }
.info-row .k { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: .92rem; }
.info-row .val { color: var(--muted); font-size: .95rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--on-ink-mut); margin-top: 10px; }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 32px; padding: 56px 0 40px; }
.site-footer .brand { color: #fff; }
.footer-about { color: var(--on-ink-mut); max-width: 34ch; margin-top: 14px; font-size: .94rem; }
.footer-col h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; padding: 5px 0; color: var(--on-ink-mut); font-size: .93rem; }
.footer-col a:hover { color: #fff; }
.footer-base { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0 44px; }
.footer-base-row { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between; }
.footer-meta { font-size: .85rem; color: var(--on-ink); font-weight: 500; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; }
.footer-legal a { font-size: .82rem; color: var(--on-ink-mut); padding: 0 16px; line-height: 1; border-left: 1px solid rgba(255,255,255,.18); transition: color .15s; }
.footer-legal a:first-child { padding-left: 0; border-left: none; }
.footer-legal a:hover { color: #fff; }
.footer-fine { margin-top: 16px; }
.footer-fine p { margin: 0 0 6px; }
.footer-fine .ff-entity { font-size: .8rem; color: var(--on-ink-mut); }
.footer-fine .ff-disc { font-size: .75rem; line-height: 1.65; color: #6c7a91; max-width: 96ch; margin: 0; }

/* ---------- Misc ---------- */
.divider { height: 1px; background: var(--line); border: none; margin: 0; }
.fade-up { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.fade-up.in { opacity: 1; transform: none; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.surface-soft { background: var(--surface); }
.bg-soft { background: #eef2f7; }

/* ---------- Legal / prose pages ---------- */
.legal { max-width: 820px; margin: 0 auto; }
.legal .updated { display: inline-block; font-size: .85rem; color: var(--muted); margin-bottom: 8px; }
.legal h2 { font-size: 1.35rem; margin: 2em 0 .5em; }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-size: 1.08rem; margin: 1.5em 0 .4em; }
.legal p, .legal li { color: var(--muted); }
.legal ul { list-style: disc; padding-left: 1.3em; margin: 0 0 1.1rem; }
.legal li { margin-bottom: .45em; }
.legal a { color: var(--emerald-d); }
.legal a:hover { text-decoration: underline; }
.legal strong { color: var(--text); }
.legal .callout { background: var(--emerald-l); border: 1px solid #cdeede; border-radius: var(--r); padding: 18px 20px; margin: 0 0 1.4rem; }
.legal .callout p { color: var(--text); margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .trustbar .row { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .price-row { grid-template-columns: 1fr auto; row-gap: 6px; }
  .price-row .delivery { grid-column: 1 / 2; text-align: left; min-width: 0; }
  .price-row .price { grid-column: 2; }
  .table-head { display: none; }
  .hero-actions .btn { width: 100%; }
}

/* ====================================================================
   ENHANCED (iteration 4) — imagery + richer components
   ==================================================================== */

/* Hero split (home + interior media heroes) */
.hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.hero--home .container.hero-split { padding-top: clamp(44px, 5vw, 78px); padding-bottom: clamp(40px, 4vw, 64px); }
.hero--home .ph-text h1 { color: #fff; max-width: 17ch; }
.hero--home .ph-text .lead { color: var(--on-ink-mut); }
.ph-text { position: relative; z-index: 1; }
.hero-mini-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 26px; color: var(--on-ink-mut); font-size: .88rem; }
.hero-mini-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-mini-trust svg { width: 16px; height: 16px; color: var(--emerald); }

.hero-media { position: relative; }
.hero-media > img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.float-badge { position: absolute; display: flex; align-items: center; gap: 11px; background: #fff; color: var(--ink); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-lg); }
.float-badge svg { width: 24px; height: 24px; color: var(--emerald-d); flex: none; }
.float-badge .fb-k { font-family: var(--font-head); font-weight: 700; font-size: .96rem; line-height: 1.1; }
.float-badge .fb-sub { display: block; font-family: var(--font-sans); font-weight: 500; font-size: .76rem; color: var(--muted); margin-top: 1px; }
.float-badge--tl { top: 20px; left: -22px; }
.float-badge--br { bottom: 20px; right: -18px; }

/* Standards strip */
.standards-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.std-label { font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.std-items { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.std-item { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--ink); box-shadow: var(--shadow-sm); }
.std-item svg { width: 17px; height: 17px; color: var(--emerald-d); }

/* Industry card with photo */
.industry-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--bg); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.industry-card:hover .card-media img { transform: scale(1.06); }
.card-ic { position: absolute; left: 16px; bottom: -20px; width: 46px; height: 46px; display: grid; place-items: center; background: #fff; color: var(--emerald-d); border-radius: 13px; box-shadow: var(--shadow); }
.card-ic svg { width: 23px; height: 23px; }
.card-body { padding: 30px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: 5px; }
.card-body p { color: var(--muted); margin: 0; font-size: .94rem; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; }
.industry-card .more { margin-top: 0; }

/* Process diagram (4 steps with dashed connector) */
.process { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.process::before { content: ""; position: absolute; left: 7%; right: 7%; top: 26px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 7px, transparent 7px 15px); }
.proc-step { position: relative; }
.proc-ic { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; background: var(--emerald-l); color: var(--emerald-d); border: 3px solid var(--surface); border-radius: 15px; margin-bottom: 18px; box-shadow: var(--shadow-sm); }
.proc-ic svg { width: 26px; height: 26px; }
.proc-no { font-family: var(--font-head); font-weight: 600; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--emerald-d); margin-bottom: 5px; }
.proc-step h3 { margin-bottom: 6px; }
.proc-step p { color: var(--muted); margin: 0; font-size: .94rem; }

/* Feature row (image <-> text) */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.feature-row + .feature-row { margin-top: clamp(40px, 5vw, 72px); }
.feature-row.reverse .feature-media { order: 2; }
.feature-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow); }
.feature-text .checklist { margin-top: 18px; }

/* Media band (stats over photo) */
.band--media { position: relative; color: var(--on-ink); border-radius: var(--r-lg); overflow: hidden; padding: clamp(40px, 5vw, 66px); }
.band-bg { position: absolute; inset: 0; z-index: 0; }
.band-bg img { width: 100%; height: 100%; object-fit: cover; }
.band--media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(120deg, rgba(10,26,48,.94), rgba(11,31,58,.74)); }
.band--media > * { position: relative; z-index: 2; }
.band--media h2 { color: #fff; }
.band--media .lead { color: var(--on-ink-mut); }
.band-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 30px; }
.band-stats .v { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem); color: #fff; letter-spacing: -.03em; }
.band-stats .l { color: var(--on-ink-mut); font-size: .9rem; margin-top: 4px; }

/* Interior media hero (industry/service template) */
.page-hero--media .hero-split { padding: 6px 0 6px; }
.ph-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.page-hero .ph-text .hero-actions { flex-wrap: wrap; }

/* Decorative pattern accent for simple interior page-heros */
.page-hero { position: relative; overflow: hidden; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero::after { content: ""; position: absolute; right: -60px; top: -40px; width: 320px; height: 320px; z-index: 0; border-radius: 50%; background: radial-gradient(circle, rgba(14,159,110,.18), transparent 70%); }

/* Small image helpers */
.media-rounded { border-radius: var(--r-lg); box-shadow: var(--shadow); width: 100%; object-fit: cover; }

/* ENHANCED responsive */
@media (max-width: 980px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 560px; }
  .float-badge--tl { left: 10px; }
  .float-badge--br { right: 10px; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; }
  .feature-row .feature-media, .feature-row.reverse .feature-media { order: -1; }
  .process { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .process::before { display: none; }
  .page-hero--media .hero-split { gap: 22px; }
}
@media (max-width: 560px) {
  .band-stats { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr; }
  .float-badge { position: static; display: inline-flex; margin-top: 12px; box-shadow: var(--shadow); }
  .hero-media { margin-bottom: 6px; }
  .standards-strip { gap: 10px 16px; }
}

/* ====================================================================
   LANDING-PAGE components (iteration 5)
   ==================================================================== */

/* Problem / pain cards */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-card { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid #E4A11B; border-radius: var(--r); padding: 22px; display: flex; gap: 13px; align-items: flex-start; box-shadow: var(--shadow-sm); }
.pain-card svg { width: 22px; height: 22px; flex: none; color: #C77D12; margin-top: 1px; }
.pain-card p { margin: 0; color: var(--text); font-size: .96rem; }

/* Benefit list (denser checklist) */
.benefit-list { margin-top: 6px; }

/* Risk reversal band */
.risk-reversal { background: var(--emerald-l); border: 1px solid #cdeede; border-radius: var(--r-lg); padding: clamp(30px, 4vw, 52px); }
.guarantee-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.guarantee { text-align: left; }
.guarantee .g-ic { width: 44px; height: 44px; display: grid; place-items: center; background: #fff; color: var(--emerald-d); border-radius: 12px; box-shadow: var(--shadow-sm); margin-bottom: 12px; }
.guarantee .g-ic svg { width: 22px; height: 22px; }
.guarantee .g-t { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: .98rem; margin-bottom: 4px; }
.guarantee .g-d { color: var(--muted); font-size: .86rem; line-height: 1.5; }

/* Sticky mobile CTA */
.sticky-cta { display: none; }
@media (max-width: 760px) {
  .sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line); padding: 10px 16px; box-shadow: 0 -4px 18px rgba(11,31,58,.1); }
  .sticky-cta .sc-text { font-size: .8rem; color: var(--muted); font-weight: 500; line-height: 1.25; }
  .sticky-cta .btn { padding: 11px 16px; white-space: nowrap; }
  body { padding-bottom: 68px; }
}

/* Landing responsive */
@media (max-width: 900px) {
  .guarantee-grid { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .pain-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .guarantee-grid { grid-template-columns: 1fr 1fr; }
}
