/* ==========================================================
   Ora Group — Cleaning Excellence
   Design system + components
   ========================================================== */

:root {
  /* Brand (sampled from logo) */
  --navy: #28395f;
  --navy-900: #0f1c33;
  --navy-800: #16284a;
  --blue: #0070ba;
  --sky: #38b6ff;
  --green: #7ed957;
  --green-600: #5bbf33;

  --ink: #0f1c33;
  --body: #475569;
  --muted: #64748b;
  --line: #e3e9f2;
  --bg: #ffffff;
  --bg-soft: #f4f8fc;
  --bg-tint: #eaf5ff;

  --grad-brand: linear-gradient(120deg, var(--blue) 0%, var(--sky) 55%, var(--green) 100%);
  --grad-navy: radial-gradient(1200px 600px at 85% -10%, rgba(56,182,255,.28), transparent 60%),
               radial-gradient(900px 500px at -10% 110%, rgba(126,217,87,.18), transparent 60%),
               linear-gradient(160deg, var(--navy-800), var(--navy-900));

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

  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --shadow-sm: 0 1px 2px rgba(15,28,51,.06), 0 2px 8px rgba(15,28,51,.05);
  --shadow: 0 10px 30px -10px rgba(15,28,51,.18), 0 4px 12px -4px rgba(15,28,51,.08);
  --shadow-lg: 0 30px 60px -20px rgba(15,28,51,.30), 0 12px 24px -12px rgba(15,28,51,.12);
  --shadow-blue: 0 14px 30px -10px rgba(0,112,186,.55);

  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 76px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.65;
  color: var(--body); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.35rem, 5.4vw, 4.25rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.9rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 700; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 12px; color: #fff; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(72px, 10vw, 128px) 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section--tight { padding: clamp(48px, 7vw, 80px) 0; }
.section--dark { background: var(--grad-navy); color: #c9d6ea; }
.section--dark h2, .section--dark h3 { color: #fff; }
.grid { display: grid; gap: clamp(16px, 2.4vw, 28px); }
.split { display: grid; gap: clamp(32px, 6vw, 80px); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 1.05fr .95fr; } .split--rev > :first-child { order: 2; } }

.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.lead { font-size: clamp(1.08rem, 1.4vw, 1.22rem); color: var(--body); }
.section--dark .lead { color: #b8c7de; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--grad-brand); }
.section--dark .eyebrow { color: var(--green); }

.text-grad { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hl { position: relative; white-space: nowrap; z-index: 0; }
.hl::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: .06em; height: .32em; z-index: -1;
  background: var(--green); opacity: .45; border-radius: 6px; transform-origin: left; transform: scaleX(0);
  animation: hl-in 1s .6s var(--ease) forwards;
}
@keyframes hl-in { to { transform: scaleX(1); } }

/* ---------- Buttons ---------- */
.btn {
  --b-bg: var(--blue); --b-fg: #fff;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; letter-spacing: -.005em;
  background: var(--b-bg); color: var(--b-fg); text-decoration: none; overflow: hidden; isolation: isolate;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space: nowrap;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grad-brand);
  opacity: 0; transition: opacity .35s var(--ease);
}
.btn:hover { color: var(--b-fg); transform: translateY(-2px); box-shadow: var(--shadow-blue); }
.btn:hover::before { opacity: 1; }
.btn svg { width: 20px; height: 20px; flex: none; transition: transform .25s var(--ease); }
.btn:hover svg.arrow { transform: translateX(4px); }
.btn--green { --b-bg: var(--green); --b-fg: var(--navy-900); }
.btn--green::before { background: linear-gradient(120deg, #9be86f, var(--green)); }
.btn--green:hover { box-shadow: 0 14px 30px -10px rgba(91,191,51,.6); }
.btn--ghost { --b-bg: transparent; --b-fg: var(--navy); box-shadow: inset 0 0 0 2px var(--line); }
.btn--ghost::before { background: var(--bg-tint); }
.btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--sky); }
.btn--light { --b-bg: rgba(255,255,255,.08); --b-fg: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.btn--light::before { background: rgba(255,255,255,.14); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: .95rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--blue); }
.link-arrow svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Top bar + Header ---------- */
.topbar { background: var(--navy-900); color: #b8c7de; font-size: .85rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.topbar a { color: #fff; }
.topbar a:hover { color: var(--green); }
.topbar__items { display: flex; gap: 24px; align-items: center; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__item svg { width: 15px; height: 15px; color: var(--green); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(126,217,87,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(126,217,87,0); } 100% { box-shadow: 0 0 0 0 rgba(126,217,87,0); } }
@media (max-width: 760px) { .topbar__hide-sm { display: none; } .topbar .container { justify-content: center; } }

.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s, background .3s;
}
.header.is-scrolled { box-shadow: 0 8px 30px -12px rgba(15,28,51,.18); border-color: var(--line); background: rgba(255,255,255,.95); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 50px; width: auto; transition: height .3s var(--ease); }
.header.is-scrolled .brand img { height: 44px; }

.nav { display: none; }
.nav__list { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav__link {
  position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--navy); background: none; border: 0; cursor: pointer;
  transition: background .2s, color .2s;
}
.nav__link:hover, .nav__item:focus-within > .nav__link { background: var(--bg-tint); color: var(--blue); }
.nav__link[aria-current="page"] { color: var(--blue); }
.nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); transform: translateX(-50%); }
.nav__link svg { width: 14px; height: 14px; transition: transform .25s; }
.nav__item { position: relative; }
.nav__item:hover .nav__link svg, .nav__item:focus-within .nav__link svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; width: 560px; padding: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
  opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
}
.dropdown::before { content: ""; position: absolute; inset: -14px 0 auto; height: 14px; }
.nav__item:hover .dropdown, .nav__item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dropdown a { display: flex; gap: 12px; padding: 12px; border-radius: 14px; color: var(--navy); transition: background .2s; }
.dropdown a:hover { background: var(--bg-soft); }
.dropdown strong { display: block; font-family: var(--font-head); font-size: .98rem; color: var(--ink); }
.dropdown span { display: block; font-size: .85rem; color: var(--muted); line-height: 1.4; }
.dropdown .ico { flex: none; width: 40px; height: 40px; }
.dropdown__foot { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding: 12px 14px 4px; border-top: 1px solid var(--line); margin-top: 6px; font-size: .9rem; }

.header__cta { display: none; align-items: center; gap: 10px; }
.header__phone { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; color: var(--navy); padding: 6px 10px; border-radius: 999px; }
.header__phone .ico { width: 38px; height: 38px; }
.header__phone small { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); line-height: 1; letter-spacing: .02em; }

@media (min-width: 1080px) {
  .nav { display: block; }
  .header__cta { display: flex; }
  .menu-toggle { display: none !important; }
}
@media (min-width: 1080px) and (max-width: 1240px) { .header__phone-text { display: none; } }

/* Menu toggle */
.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px;
  background: var(--bg-tint); border: 0; cursor: pointer; position: relative; z-index: 120;
}
.menu-toggle__bars { position: relative; width: 22px; height: 14px; }
.menu-toggle__bars span { position: absolute; left: 0; width: 100%; height: 2.5px; border-radius: 2px; background: var(--navy); transition: transform .35s var(--ease), opacity .2s, top .35s var(--ease); }
.menu-toggle__bars span:nth-child(1) { top: 0; }
.menu-toggle__bars span:nth-child(2) { top: 6px; }
.menu-toggle__bars span:nth-child(3) { top: 12px; }
.menu-open .menu-toggle__bars span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.menu-open .menu-toggle__bars span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle__bars span:nth-child(3) { top: 6px; transform: rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 110; background: rgba(15,28,51,.45); opacity: 0; visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.mobile-menu__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: #fff; overflow-y: auto;
  padding: calc(var(--header-h) + 8px) 24px 32px; transform: translateX(100%); transition: transform .45s var(--ease);
  display: flex; flex-direction: column; gap: 20px;
}
.menu-open .mobile-menu { opacity: 1; visibility: visible; }
.menu-open .mobile-menu__panel { transform: none; }
.menu-open { overflow: hidden; }
.menu-open .header { background: #fff; }
.mobile-menu__top { position: absolute; top: 0; left: 24px; right: 24px; height: var(--header-h); display: flex; align-items: center; }
.mobile-menu__top img { height: 44px; width: auto; }
.m-nav { list-style: none; }
.m-nav > li { border-bottom: 1px solid var(--line); opacity: 0; transform: translateX(20px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.menu-open .m-nav > li { opacity: 1; transform: none; }
.menu-open .m-nav > li:nth-child(2) { transition-delay: .04s; } .menu-open .m-nav > li:nth-child(3) { transition-delay: .08s; }
.menu-open .m-nav > li:nth-child(4) { transition-delay: .12s; } .menu-open .m-nav > li:nth-child(5) { transition-delay: .16s; }
.menu-open .m-nav > li:nth-child(6) { transition-delay: .2s; }
.m-nav a, .m-nav button {
  display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 16px 4px; background: none; border: 0; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--ink); text-align: left;
}
.m-nav a[aria-current="page"] { color: var(--blue); }
.m-nav button svg { width: 20px; height: 20px; transition: transform .3s; }
.m-nav button[aria-expanded="true"] svg { transform: rotate(180deg); }
.m-sub { list-style: none; display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.m-sub > div { overflow: hidden; }
.m-sub.is-open { grid-template-rows: 1fr; }
.m-sub a { font-size: 1rem; font-weight: 600; color: var(--body); padding: 10px 12px; border-radius: 10px; }
.m-sub a:hover { background: var(--bg-soft); }
.m-sub ul { list-style: none; padding-bottom: 12px; }
.mobile-menu__contact { display: grid; gap: 10px; margin-top: auto; }
.mobile-menu__contact p { font-size: .9rem; color: var(--muted); margin: 8px 0 0; text-align: center; }

/* ---------- Icons ---------- */
.ico {
  display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; flex: none;
  background: var(--bg-tint); color: var(--blue);
}
.ico svg { width: 55%; height: 55%; }
.ico--green { background: rgba(126,217,87,.18); color: var(--green-600); }
.ico--navy { background: var(--navy); color: #fff; }
.ico--grad { background: var(--grad-brand); color: #fff; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(40px, 6vw, 72px) 0 clamp(96px, 12vw, 150px); overflow: hidden; background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%); }
.hero__bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__bg .blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.hero__bg .blob--1 { width: 520px; height: 520px; right: -120px; top: -140px; background: rgba(56,182,255,.35); animation: drift 18s ease-in-out infinite alternate; }
.hero__bg .blob--2 { width: 420px; height: 420px; left: -160px; bottom: -120px; background: rgba(126,217,87,.28); animation: drift 22s ease-in-out infinite alternate-reverse; }
.hero__bg .dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(40,57,95,.12) 1px, transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, #000 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, #000 20%, transparent 70%); }
@keyframes drift { to { transform: translate(-60px, 50px) scale(1.1); } }
.hero__grid { position: relative; display: grid; gap: 56px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 980px) { .hero__grid { grid-template-columns: 1.08fr .92fr; } }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 8px; border-radius: 999px; background: #fff;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line); font-size: .9rem; font-weight: 600; color: var(--navy); margin-bottom: 24px;
}
.hero__badge b { background: var(--navy); color: #fff; font-family: var(--font-head); font-size: .75rem; padding: 4px 10px; border-radius: 999px; letter-spacing: .04em; }
.hero h1 { margin-bottom: 22px; }
.hero__lead { font-size: clamp(1.1rem, 1.5vw, 1.28rem); max-width: 560px; margin-bottom: 32px; }
.hero__checks { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
.hero__checks li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--navy); font-size: .96rem; }
.hero__checks svg { width: 20px; height: 20px; color: var(--green-600); flex: none; }

.hero__visual { position: relative; max-width: 560px; margin: 0 auto; width: 100%; }
.hero__img {
  position: relative; aspect-ratio: 4 / 4.6; border-radius: 48% 52% 42% 58% / 40% 38% 62% 60%; overflow: hidden;
  box-shadow: var(--shadow-lg); background: var(--bg-tint); animation: morph 16s ease-in-out infinite alternate;
}
.hero__img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
@keyframes morph { 50% { border-radius: 58% 42% 55% 45% / 50% 55% 45% 50%; } 100% { border-radius: 42% 58% 38% 62% / 55% 45% 55% 45%; } }
.orbit { position: absolute; inset: -8% -14%; pointer-events: none; z-index: 2; }
.orbit ellipse { fill: none; stroke: var(--green); stroke-width: 10; stroke-linecap: round; stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: orbit-draw 2.2s .3s var(--ease) forwards; }
.orbit .orbit__back { stroke: rgba(56,182,255,.45); stroke-width: 2; stroke-dasharray: 6 10; stroke-dashoffset: 0; animation: orbit-spin 30s linear infinite; }
@keyframes orbit-draw { to { stroke-dashoffset: 520; } }
@keyframes orbit-spin { to { stroke-dashoffset: -400; } }
.float-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 18px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7);
  animation: bob 6s ease-in-out infinite;
}
.float-card .ico { width: 44px; height: 44px; border-radius: 12px; }
.float-card strong { display: block; font-family: var(--font-head); color: var(--ink); font-size: 1.05rem; line-height: 1.1; }
.float-card span { font-size: .8rem; color: var(--muted); }
.float-card--1 { left: -4%; top: 14%; }
.float-card--2 { right: -4%; bottom: 16%; animation-delay: -3s; }
.float-card--3 { left: 6%; bottom: -2%; animation-delay: -1.5s; }
@keyframes bob { 50% { transform: translateY(-10px); } }
@media (max-width: 560px) { .float-card { padding: 9px 12px; } .float-card .ico { width: 36px; height: 36px; } .float-card strong { font-size: .92rem; } .float-card--1 { left: 0; } .float-card--2 { right: 0; } .float-card--3 { display: none; } }

/* Quick quote bar */
.quickquote { position: relative; z-index: 5; margin-top: clamp(-80px, -8vw, -56px); }
.quickquote__card {
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  padding: 22px; display: grid; gap: 14px; grid-template-columns: 1fr; align-items: end;
}
.quickquote__title { display: flex; align-items: center; gap: 14px; }
.quickquote__title strong { font-family: var(--font-head); font-size: 1.15rem; color: var(--ink); display: block; line-height: 1.2; }
.quickquote__title span { font-size: .88rem; color: var(--muted); }
@media (min-width: 720px) { .quickquote__card { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .quickquote__card { grid-template-columns: 1.2fr 1fr 1fr 1fr auto; padding: 22px 22px 22px 28px; } }

/* ---------- Forms ---------- */
.field { display: grid; gap: 6px; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--navy); }
.field label .req { color: var(--blue); }
.input, .select, .textarea {
  width: 100%; min-height: 52px; padding: 12px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--bg-soft);
  color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; font-size: 1rem;
}
.textarea { min-height: 130px; resize: vertical; }
.select { appearance: none; -webkit-appearance: none; padding-right: 42px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%2328395f' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.input:hover, .select:hover, .textarea:hover { border-color: #c9d6e6; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--sky); background: #fff; box-shadow: 0 0 0 4px rgba(56,182,255,.18); }
.input.is-invalid, .select.is-invalid, .textarea.is-invalid { border-color: #e14b4b; box-shadow: 0 0 0 4px rgba(225,75,75,.12); }
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .span-2 { grid-column: 1 / -1; } }
.form-note { font-size: .85rem; color: var(--muted); margin: 4px 0 0; display: flex; gap: 8px; align-items: center; }
.form-note svg { width: 16px; height: 16px; color: var(--green-600); flex: none; }
.form-status { display: none; padding: 14px 16px; border-radius: 14px; font-size: .95rem; margin-top: 4px; }
.form-status.is-error { display: block; background: #fdeeee; color: #9b2c2c; }
.form-status.is-ok { display: block; background: #ecf9e5; color: #2f6b18; }
.hp { position: absolute; left: -9999px; }
.btn.is-loading { pointer-events: none; opacity: .85; }
.btn.is-loading .btn__label::after { content: "…"; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; font-weight: 600; font-size: .92rem; color: var(--navy); cursor: pointer; transition: all .2s;
}
.chip span:hover { border-color: var(--sky); }
.chip input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--sky); outline-offset: 2px; }

/* ---------- Marquee ---------- */
.marquee { background: var(--navy); color: #fff; overflow: hidden; padding: 18px 0; position: relative; }
.marquee__track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; gap: 40px; padding-right: 40px; }
.marquee__item { display: inline-flex; align-items: center; gap: 40px; font-family: var(--font-head); font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.25rem); white-space: nowrap; letter-spacing: -.01em; }
.marquee__item::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(126,217,87,.18); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
@media (min-width: 860px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: #fff; padding: clamp(22px, 3vw, 34px); }
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--ink); line-height: 1; letter-spacing: -.04em; }
.stat__num em { font-style: normal; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { margin-top: 8px; font-size: .95rem; color: var(--muted); }
.section--dark .stats { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.12); }
.section--dark .stat { background: rgba(15,28,51,.55); }
.section--dark .stat__num { color: #fff; }
.section--dark .stat__label { color: #9fb3d1; }

/* ---------- Service cards (bento) ---------- */
.bento { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .bento { grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(250px, auto); } .bento .s-card:nth-child(1) { grid-column: span 7; grid-row: span 2; } .bento .s-card:nth-child(2) { grid-column: span 5; } .bento .s-card:nth-child(3) { grid-column: span 5; } .bento .s-card:nth-child(4) { grid-column: span 4; } .bento .s-card:nth-child(5) { grid-column: span 4; } .bento .s-card:nth-child(6) { grid-column: span 4; } }
.s-card {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; padding: 26px;
  border-radius: var(--r-lg); overflow: hidden; color: #fff; isolation: isolate; background: var(--navy);
  box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.s-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .9s var(--ease); }
.s-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,28,51,0) 20%, rgba(15,28,51,.55) 55%, rgba(15,28,51,.92) 100%); transition: background .45s; }
.s-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: #fff; }
.s-card:hover img { transform: scale(1.07); }
.s-card__tag { position: absolute; top: 20px; left: 20px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.16); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-family: var(--font-head); }
.s-card h3 { color: #fff; font-size: clamp(1.3rem, 2vw, 1.65rem); margin-bottom: 8px; }
.s-card p { color: #d4deec; margin: 0 0 14px; font-size: .98rem; max-width: 460px; }
.s-card__go { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--green); }
.s-card__go svg { width: 18px; height: 18px; transition: transform .25s; }
.s-card:hover .s-card__go svg { transform: translateX(5px); }
.s-card__arrow { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--navy); transform: rotate(-45deg) scale(.85); opacity: 0; transition: all .4s var(--ease); }
.s-card__arrow svg { width: 20px; height: 20px; }
.s-card:hover .s-card__arrow { opacity: 1; transform: rotate(0) scale(1); }

/* Feature cards */
.cards { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } .cards--4 { grid-template-columns: repeat(4, 1fr); } }
.card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 32px);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card .ico { margin-bottom: 20px; }
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; font-size: 1rem; }
.card--link { display: block; color: inherit; }
.card--link:hover { color: inherit; }
.card--link .link-arrow { margin-top: 16px; }
.section--dark .card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); }
.section--dark .card p { color: #b8c7de; }
.section--dark .card:hover { background: rgba(255,255,255,.07); }

/* Image card (service grid on services page) */
.svc { display: grid; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.svc:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.svc__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-tint); }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.svc:hover .svc__media img { transform: scale(1.06); }
.svc__body { padding: 26px; display: flex; flex-direction: column; gap: 10px; }
.svc__body h3 { margin: 0; }
.svc__body p { margin: 0; }
.svc__list { list-style: none; display: grid; gap: 6px; margin: 6px 0 8px; }
.svc__list li { display: flex; gap: 10px; font-size: .96rem; }
.svc__list svg { width: 18px; height: 18px; color: var(--green-600); flex: none; margin-top: 4px; }
@media (min-width: 900px) { .svc--wide { grid-template-columns: 1fr 1fr; } .svc--wide .svc__media { aspect-ratio: auto; min-height: 100%; } .svc--wide .svc__body { padding: 40px; justify-content: center; } }

/* ---------- Check list ---------- */
.checklist { list-style: none; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; }
.checklist .tick { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(126,217,87,.2); color: var(--green-600); margin-top: 1px; }
.checklist .tick svg { width: 16px; height: 16px; }
.checklist strong { color: var(--ink); font-family: var(--font-head); }
.section--dark .checklist strong { color: #fff; }
.checklist--cols { grid-template-columns: 1fr; }
@media (min-width: 700px) { .checklist--cols { grid-template-columns: 1fr 1fr; gap: 16px 28px; } }

/* ---------- Media stack ---------- */
.media-stack { position: relative; padding: 0 0 12% 12%; }
.media-stack__main { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 4.4; box-shadow: var(--shadow-lg); background: var(--bg-tint); }
.media-stack__main img { width: 100%; height: 100%; object-fit: cover; }
.media-stack__sub { position: absolute; left: 0; bottom: 0; width: 46%; aspect-ratio: 1; border-radius: var(--r-lg); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow-lg); background: var(--bg-tint); }
.media-stack__sub img { width: 100%; height: 100%; object-fit: cover; }
.media-stack__badge {
  position: absolute; right: -10px; top: 28px; background: var(--navy); color: #fff; border-radius: 22px; padding: 18px 22px; box-shadow: var(--shadow-lg); text-align: center;
}
.media-stack__badge strong { display: block; font-family: var(--font-head); font-size: 2.4rem; line-height: 1; color: var(--green); letter-spacing: -.04em; }
.media-stack__badge span { font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.media-stack .ring { position: absolute; width: 180px; height: 180px; right: -40px; bottom: 6%; border-radius: 50%; border: 2px dashed rgba(56,182,255,.5); z-index: -1; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Process ---------- */
.process { display: grid; gap: 20px; grid-template-columns: 1fr; counter-reset: step; position: relative; }
@media (min-width: 900px) { .process { grid-template-columns: repeat(4, 1fr); } .process--3 { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; padding: 28px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.step__num { counter-increment: step; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.step__num::before { content: "0" counter(step); font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; line-height: 1; letter-spacing: -.04em; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { margin-bottom: 8px; }
.step p { margin: 0; font-size: .98rem; }
.process__line { display: none; }
@media (min-width: 900px) {
  .process__line { display: block; position: absolute; left: 28px; right: 28px; top: 50px; height: 2px; background: var(--line); z-index: 0; overflow: hidden; border-radius: 2px; }
  .process__line span { display: block; height: 100%; width: 100%; background: var(--grad-brand); transform-origin: left; transform: scaleX(0); transition: transform 1.6s var(--ease); }
  .is-visible .process__line span { transform: scaleX(1); }
  .step { background: transparent; border: 0; padding: 0 12px 0 0; }
  .step__num { background: var(--bg-soft); width: max-content; padding-right: 14px; position: relative; z-index: 1; }
  .section:not(.section--soft) .step__num { background: #fff; }
}

/* ---------- Areas ---------- */
.areas { display: grid; gap: 28px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 960px) { .areas { grid-template-columns: .9fr 1.1fr; } }
.area-map { position: relative; aspect-ratio: 1 / .86; border-radius: var(--r-xl); overflow: hidden; background: var(--grad-navy); box-shadow: var(--shadow-lg); }
.area-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.area-map .pin { cursor: default; }
.area-map .pin circle.halo { transform-box: fill-box; transform-origin: center; animation: halo 2.6s ease-out infinite; }
@keyframes halo { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(2.4); opacity: 0; } }
.area-links { display: flex; flex-wrap: wrap; gap: 10px; }
.area-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; font-weight: 600; color: var(--navy); transition: all .25s var(--ease); font-size: .96rem; }
.area-link svg { width: 16px; height: 16px; color: var(--blue); }
a.area-link:hover { border-color: var(--navy); background: var(--navy); color: #fff; transform: translateY(-2px); }
a.area-link:hover svg { color: var(--green); }
.area-link--static { background: var(--bg-soft); }

/* ---------- Promise / reviews ---------- */
.promise { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .promise { grid-template-columns: repeat(3, 1fr); } }
.quote-card { position: relative; padding: 32px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); overflow: hidden; }
.quote-card__mark { position: absolute; right: 18px; top: 6px; font-family: Georgia, serif; font-size: 7rem; line-height: 1; color: var(--bg-tint); pointer-events: none; }
.quote-card h3 { position: relative; }
.quote-card p { position: relative; margin: 0; }
.review-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 26px 30px; border-radius: var(--r-lg); background: var(--bg-tint); }
.review-cta__text { display: flex; align-items: center; gap: 16px; }
.review-cta strong { font-family: var(--font-head); color: var(--ink); font-size: 1.15rem; display: block; }
.review-cta span { color: var(--body); font-size: .95rem; }
.stars { display: inline-flex; gap: 2px; color: #f5b301; }
.stars svg { width: 20px; height: 20px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: box-shadow .3s, border-color .3s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; cursor: pointer; font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.06rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--bg-tint); position: relative; transition: background .3s, transform .3s var(--ease); }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 2px; border-radius: 2px; background: var(--blue); transform: translate(-50%, -50%); transition: transform .3s var(--ease), background .3s; }
.faq summary .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary .plus { background: var(--navy); transform: rotate(180deg); }
.faq details[open] summary .plus::before, .faq details[open] summary .plus::after { background: #fff; }
.faq details[open] summary .plus::after { transform: translate(-50%, -50%) rotate(0); }
.faq__body { padding: 0 24px 22px; }
.faq__body p:last-child { margin-bottom: 0; }
.faq-group + .faq-group { margin-top: 48px; }
.faq-group h2 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); display: flex; align-items: center; gap: 14px; }
.faq-layout { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 980px) { .faq-layout { grid-template-columns: 280px 1fr; } .faq-aside { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; } }
.faq-aside nav { display: grid; gap: 4px; }
.faq-aside a { padding: 10px 14px; border-radius: 12px; font-weight: 600; color: var(--navy); }
.faq-aside a:hover { background: var(--bg-soft); }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; border-radius: var(--r-xl); background: var(--grad-navy); color: #c9d6ea; padding: clamp(40px, 6vw, 80px); isolation: isolate; }
.cta h2 { color: #fff; max-width: 680px; }
.cta p { max-width: 560px; font-size: 1.1rem; }
.cta__rings { position: absolute; right: -120px; top: 50%; width: 560px; height: 560px; transform: translateY(-50%); z-index: -1; opacity: .9; }
.cta__rings ellipse, .cta__rings circle { fill: none; }
.cta__rings .r1 { stroke: rgba(126,217,87,.8); stroke-width: 10; stroke-linecap: round; }
.cta__rings .r2 { stroke: rgba(56,182,255,.35); stroke-width: 40; }
.cta__rings .r3 { stroke: rgba(0,112,186,.5); stroke-width: 26; }
.cta__rings g { transform-origin: 280px 280px; animation: spin 50s linear infinite; }
.cta .btn-row { margin-top: 28px; }
@media (max-width: 700px) { .cta__rings { opacity: .35; right: -240px; } }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 104px) 0 clamp(56px, 8vw, 96px); background: var(--grad-navy); color: #c9d6ea; isolation: isolate; }
.page-hero h1 { color: #fff; max-width: 880px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.page-hero .lead { color: #b8c7de; max-width: 680px; }
.page-hero .eyebrow { color: var(--green); }
.page-hero__img { position: absolute; inset: 0; z-index: -2; }
.page-hero__img img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,28,51,.96) 0%, rgba(15,28,51,.78) 50%, rgba(15,28,51,.35) 100%); }
.page-hero .btn-row { margin-top: 28px; }
.page-hero__orbit { position: absolute; right: -80px; bottom: -120px; width: 480px; opacity: .8; z-index: -1; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; font-size: .9rem; margin-bottom: 22px; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 8px; color: #9fb3d1; }
.breadcrumb li + li::before { content: "/"; color: rgba(255,255,255,.3); }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: var(--green); }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 30px; }
.page-hero__meta span { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; font-size: .95rem; }
.page-hero__meta svg { width: 18px; height: 18px; color: var(--green); }

/* ---------- Service detail ---------- */
.detail { display: grid; gap: clamp(40px, 5vw, 64px); grid-template-columns: 1fr; }
@media (min-width: 1000px) { .detail { grid-template-columns: 1fr 400px; } .sticky-aside { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; } }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.4em; }
.prose img { border-radius: var(--r-lg); margin: 28px 0; aspect-ratio: 16/9; object-fit: cover; width: 100%; background: var(--bg-tint); }
.prose ul:not(.checklist) { padding-left: 1.2em; margin-bottom: 1em; }
.prose .checklist { margin: 16px 0 24px; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow); }
.aside-card h2, .aside-card h3 { font-size: 1.35rem; margin-bottom: 6px; }
.aside-card > p { font-size: .95rem; }
.aside-card form { display: grid; gap: 14px; margin-top: 18px; }
.aside-contact { margin-top: 18px; padding: 22px; border-radius: var(--r-lg); background: var(--navy); color: #c9d6ea; display: grid; gap: 12px; }
.aside-contact a { color: #fff; display: flex; gap: 12px; align-items: center; font-weight: 600; }
.aside-contact a:hover { color: var(--green); }
.aside-contact .ico { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); color: var(--green); }

.tabs-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 8px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: 1.35fr .65fr; } }
.contact-form-card { background: #fff; border-radius: var(--r-xl); padding: clamp(24px, 4vw, 48px); box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); color: inherit; transition: transform .3s var(--ease), box-shadow .3s; }
a.contact-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: inherit; }
.contact-item strong { display: block; font-family: var(--font-head); color: var(--ink); font-size: 1.05rem; }
.contact-item span { font-size: .95rem; word-break: break-word; }
.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 11; background: var(--bg-tint); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #9fb3d1; padding-top: clamp(64px, 8vw, 96px); position: relative; overflow: hidden; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-brand); }
.footer__grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.footer__brand img { height: 56px; width: auto; margin-bottom: 18px; }
.footer__brand p { max-width: 340px; font-size: .96rem; }
.footer h2 { font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer a { color: #c9d6ea; font-size: .96rem; transition: color .2s; }
.footer a:hover { color: var(--green); }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--green); flex: none; margin-top: 4px; }
.footer__bottom { margin-top: 56px; padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.08); display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: .88rem; }
.footer__bottom nav { display: flex; gap: 20px; flex-wrap: wrap; }
.footer__big { font-family: var(--font-head); font-weight: 800; font-size: clamp(3.5rem, 13vw, 11rem); line-height: .8; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); text-align: center; margin-top: 40px; user-select: none; white-space: nowrap; }
@media (max-width: 1079px) { .footer { padding-bottom: 76px; } }

/* ---------- Mobile action bar ---------- */
.action-bar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; padding: 8px;
  background: rgba(15,28,51,.92); backdrop-filter: blur(12px); border-radius: 999px; box-shadow: var(--shadow-lg);
  transform: translateY(140%); transition: transform .45s var(--ease);
}
.action-bar.is-visible { transform: none; }
.action-bar .btn { min-height: 48px; padding: 0 14px; font-size: .95rem; }
.action-bar .btn--light { box-shadow: none; background: rgba(255,255,255,.1); }
@media (min-width: 1080px) { .action-bar { display: none; } }
.menu-open .action-bar { transform: translateY(140%); }

/* Back to top */
.to-top { position: fixed; right: 20px; bottom: 24px; z-index: 80; width: 50px; height: 50px; border-radius: 50%; border: 0; cursor: pointer; background: var(--navy); color: #fff; display: none; place-items: center; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); transition: all .35s var(--ease); }
.to-top svg { width: 22px; height: 22px; }
.to-top:hover { background: var(--blue); }
.to-top.is-visible { opacity: 1; transform: none; }
@media (min-width: 1080px) { .to-top { display: grid; } }

/* ---------- Reveal animations ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal--left { transform: translateX(-36px); }
.js .reveal--right { transform: translateX(36px); }
.js .reveal--zoom { transform: scale(.94); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Progress bar */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 200; background: var(--grad-brand); transform-origin: left; transform: scaleX(0); pointer-events: none; }

/* ---------- Misc ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; } .mb-0 { margin-bottom: 0; }
.divider { height: 1px; background: var(--line); margin: 40px 0; border: 0; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: var(--bg-tint); color: var(--blue); font-weight: 700; font-size: .82rem; font-family: var(--font-head); }
.note { padding: 18px 20px; border-radius: 16px; background: var(--bg-tint); border-left: 4px solid var(--sky); color: var(--navy); font-size: .98rem; }

.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 0; background: linear-gradient(180deg, #fff, var(--bg-soft)); }
.error-page__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(6rem, 22vw, 14rem); line-height: .9; letter-spacing: -.06em; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.success-mark { width: 110px; height: 110px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(126,217,87,.2); color: var(--green-600); }
.success-mark svg { width: 56px; height: 56px; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .8s .3s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}

/* Inline process inside article content */
.process--inline { grid-template-columns: 1fr; margin: 20px 0 32px; }
@media (min-width: 640px) { .process--inline { grid-template-columns: 1fr 1fr; } }
.process--inline .process__line { display: none !important; }
.process--inline .step { background: var(--bg-soft) !important; border: 0 !important; padding: 24px !important; }
.process--inline .step__num { background: transparent !important; padding-right: 0 !important; width: auto !important; }
.process--inline .step h3 { margin-top: 0; }
.chips.is-invalid .chip span { border-color: #e14b4b; }

/* ---------- Fixes ---------- */
main, .footer { overflow-x: clip; }
.media-stack__badge strong span { font-size: inherit; letter-spacing: inherit; font-weight: inherit; }
.footer .btn { color: var(--b-fg); }
.mobile-menu__close { margin-left: auto; width: 48px; height: 48px; border-radius: 14px; border: 0; background: var(--bg-tint); color: var(--navy); display: grid; place-items: center; cursor: pointer; }
.mobile-menu__close svg { width: 22px; height: 22px; }
.mobile-menu__close:hover { background: var(--navy); color: #fff; }
@media (max-width: 560px) { .media-stack__badge { right: 0; padding: 14px 16px; } .media-stack__badge strong { font-size: 1.9rem; } .media-stack .ring { right: 0; } }
.breadcrumb { padding: 0; margin-top: 0; }

/* Guide tables */
.table-wrap { overflow-x: auto; margin: 0 0 1.2em; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.table-wrap th, .table-wrap td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-wrap th { font-family: var(--font-head); color: var(--ink); background: var(--bg-soft); }

/* ---------- Hero photo focus ---------- */
.hero__img img { object-position: 30% 50%; }

/* ---------- WhatsApp live chat ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 24px; z-index: 95; display: inline-flex; align-items: center; gap: 10px;
  height: 60px; padding: 0 20px 0 14px; border-radius: 999px; background: #25d366; color: #fff; font-family: var(--font-head);
  font-weight: 700; font-size: 1rem; box-shadow: 0 14px 30px -10px rgba(37,211,102,.7), 0 4px 12px rgba(15,28,51,.18);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), bottom .45s var(--ease);
}
.wa-float:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 36px -10px rgba(37,211,102,.8), 0 6px 16px rgba(15,28,51,.2); }
.wa-float svg { width: 32px; height: 32px; flex: none; }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 0 rgba(37,211,102,.55); animation: wa-pulse 2.4s infinite; pointer-events: none; }
@keyframes wa-pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.wa-float__dot { position: absolute; top: 8px; left: 38px; width: 11px; height: 11px; border-radius: 50%; background: #ff3b30; border: 2px solid #25d366; }
@media (min-width: 1080px) { .to-top { bottom: 100px; } }
@media (max-width: 1079px) {
  .wa-float { right: 16px; bottom: 16px; width: 58px; height: 58px; padding: 0; justify-content: center; }
  .wa-float__label { display: none; }
  .wa-float__dot { left: auto; right: 6px; top: 6px; }
  .action-bar.is-visible ~ .wa-float { bottom: 86px; }
  .menu-open .wa-float { opacity: 0; pointer-events: none; }
}
.wa-inline { background: #25d366 !important; color: #fff !important; }
.wa-inline::before { background: #1ebe5b !important; }
