/* ==========================================================================
   Smile Appliances — main stylesheet
   ========================================================================== */
:root {
	--blue: #0B4F9C;
	--blue-600: #0a4589;
	--blue-700: #083b76;
	--navy: #0B1E3B;
	--night: #070d1a;
	--orange: #F97316;
	--orange-600: #EA580C;
	--ink: #111827;
	--text: #374151;
	--muted: #6B7280;
	--line: #E5E7EB;
	--soft: #F7F8FA;
	--green: #22C55E;
	--red: #EF4444;
	--yellow: #FBBF24;
	--r-sm: 10px;
	--r: 14px;
	--r-lg: 20px;
	--r-xl: 28px;
	--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06);
	--shadow-lg: 0 24px 60px -12px rgba(11, 30, 59, .25);
	--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--text);
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
h1, h2, h3, h4 { color: var(--ink); margin: 0 0 .5em; line-height: 1.12; letter-spacing: -.025em; font-weight: 800; }
h1 { font-size: clamp(2.3rem, 5vw, 4.1rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.75rem); }
h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
button { font-family: inherit; }
.ic { width: 1.1em; height: 1.1em; flex: none; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: #fff; padding: 10px 16px; }
.skip-link:focus { left: 12px; top: 12px; }

.container { width: 100%; max-width: 1216px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 860px; }
.container.mid { max-width: 1010px; }
.center { text-align: center; }
.nowrap { white-space: nowrap; }
.accent { color: var(--orange); }
.blue { color: var(--blue); }
.small-muted { color: var(--muted); font-size: .85rem; margin-top: 18px; }
.small-muted a { color: var(--muted); }

.section { padding: 96px 0; position: relative; }
.bg-soft { background: var(--soft); }
.bg-fade { background: linear-gradient(180deg, #fff, var(--soft)); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-head h2 { margin-bottom: 14px; }
.section-head h2.xl { font-size: clamp(2.3rem, 4.6vw, 3.6rem); }
.section-sub { font-size: 1.08rem; color: #4B5563; line-height: 1.65; }
.section-head.light h2, .section-head.light .section-sub { color: #fff; }
.section-head.light .section-sub { opacity: .8; }

.eyebrow { color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; margin-bottom: 10px; }

/* Buttons ------------------------------------------------------------------ */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	font-weight: 600; font-size: .98rem; line-height: 1;
	padding: 16px 26px; border-radius: 999px; border: 2px solid transparent;
	transition: transform .2s, box-shadow .2s, background .2s, color .2s;
	cursor: pointer; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px -8px rgba(249, 115, 22, .6); }
.btn-primary:hover { background: var(--orange-600); color: #fff; }
.btn-white { background: #fff; color: var(--blue); border-color: rgba(255,255,255,.9); box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.btn-outline { background: #fff; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.25); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }
.btn-dark { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.18); }
.btn-light { background: #fff; color: var(--ink); border: 1px solid var(--line); font-size: .9rem; padding: 12px 20px; }
.btn-sm { padding: 12px 20px; font-size: .88rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn-row.center { justify-content: center; }
.btn-col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 26px; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .9rem; color: var(--blue); }

/* Icon boxes ----------------------------------------------------------------- */
.icon-box {
	display: inline-grid; place-items: center; flex: none;
	width: 44px; height: 44px; border-radius: 12px;
	background: #EEF4FB; color: var(--blue);
}
.icon-box .ic { width: 22px; height: 22px; }
.icon-box.sm { width: 32px; height: 32px; border-radius: 9px; }
.icon-box.sm .ic { width: 17px; height: 17px; }
.icon-box.big { width: 64px; height: 64px; border-radius: 16px; }
.icon-box.big .ic { width: 30px; height: 30px; }
.icon-box.orange, .icon-box.soft-orange { background: #FFF1E6; color: var(--orange); }
.icon-box.red { background: #FDECEC; color: var(--red); }
.icon-box.green { background: #E8F8EE; color: #16A34A; }
.icon-box.blue { background: #EAF1FA; color: var(--blue); }
.icon-box.solid-orange { background: var(--orange); color: #fff; box-shadow: 0 10px 20px -8px rgba(249,115,22,.7); }
.icon-box.solid-blue { background: var(--blue); color: #fff; }
.icon-box.white-green { background: #fff; color: #16A34A; box-shadow: var(--shadow); }

.stars { display: inline-flex; gap: 2px; color: var(--orange); }
.stars .ic { width: 16px; height: 16px; }

/* Pills */
.pill-orange, .pill-outline, .pill-glass, .pill-soft {
	display: inline-flex; align-items: center; gap: 8px; border-radius: 999px;
	font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 7px 14px;
}
.pill-orange { background: #FFF1E6; color: var(--orange); }
.pill-outline { border: 1px solid #FED7AA; background: #FFF7ED; color: var(--orange); }
.pill-glass { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; }
.pill-glass .ic { color: var(--orange); }
.pill-soft { background: #EAF1FA; color: var(--blue); border: 1px solid #D6E4F5; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; box-shadow: 0 0 0 4px rgba(34,197,94,.2); }

/* Checks */
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; }
.checks .ic { color: var(--green); margin-top: 3px; }
.checks.light li { color: rgba(255,255,255,.88); }
.checks.inline { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; font-size: .88rem; }
.checks.inline li { align-items: center; }
.checks.inline .ic { margin: 0; }

/* ==========================================================================
   Header
   ========================================================================== */
.topbar { background: var(--blue-700); color: #fff; font-size: .8rem; font-weight: 500; height: 40px; overflow: hidden; position: relative; z-index: 60; }
.topbar .marquee-track { height: 40px; align-items: center; }
.topbar a { color: rgba(255,255,255,.88); display: inline-flex; align-items: center; gap: 6px; padding: 0 22px; white-space: nowrap; }
.topbar a .ic { color: var(--orange); width: 14px; height: 14px; }
.topbar a::after { content: "Area"; margin-left: -2px; }

.marquee { overflow: hidden; width: 100%; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 45s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 50; transition: background .3s, box-shadow .3s, color .3s; }
.site-header.is-solid { background: rgba(241, 245, 250, .92); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid rgba(11,79,156,.08); }
.site-header.is-transparent { position: fixed; left: 0; right: 0; top: 40px; background: transparent; }
.site-header.is-transparent.scrolled { top: 0; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); box-shadow: 0 6px 24px -12px rgba(11,30,59,.25); }
.header-inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.logo img { height: 44px; width: auto; }
.logo { display: inline-flex; align-items: center; border-radius: 12px; transition: background .3s, padding .3s; }
.site-header.is-transparent:not(.scrolled) .logo { background: #fff; padding: 5px 12px; box-shadow: 0 6px 20px -8px rgba(0,0,0,.35); }
.site-header.is-transparent:not(.scrolled) .logo img { height: 38px; }

.main-nav { display: flex; align-items: center; gap: 2px; margin: 0 auto; }
.main-nav > a, .nav-drop > a {
	display: inline-flex; align-items: center; gap: 4px;
	padding: 9px 12px; border-radius: 10px; font-size: .92rem; font-weight: 500; color: var(--text);
	transition: background .2s, color .2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--blue); background: rgba(11,79,156,.07); }
.site-header.is-transparent:not(.scrolled) .main-nav > a, .site-header.is-transparent:not(.scrolled) .nav-drop > a { color: rgba(255,255,255,.92); }
.site-header.is-transparent:not(.scrolled) .main-nav > a:hover, .site-header.is-transparent:not(.scrolled) .nav-drop > a:hover { background: rgba(255,255,255,.12); color: #fff; }
.nav-drop { position: relative; }
.nav-drop > a .ic { width: 14px; height: 14px; }
.drop-panel {
	position: absolute; top: calc(100% + 8px); left: -16px; width: 520px;
	display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 12px;
	background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--line);
	opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s;
}
.nav-drop:hover .drop-panel, .nav-drop:focus-within .drop-panel { opacity: 1; visibility: visible; transform: none; }
.drop-panel::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.drop-panel a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; font-size: .9rem; font-weight: 600; color: var(--ink); }
.drop-panel a:hover { background: var(--soft); }
.drop-panel .drop-all { grid-column: 1 / -1; justify-content: center; color: var(--blue); background: #F1F6FC; margin-top: 4px; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .92rem; color: var(--blue); white-space: nowrap; }
.site-header.is-transparent:not(.scrolled) .header-phone { color: #fff; }
.admin-bar .site-header.is-solid { top: 32px; }
.admin-bar .site-header.is-transparent { top: 72px; }
.admin-bar .site-header.is-transparent.scrolled { top: 32px; }
.burger { display: none; background: none; border: 0; padding: 8px; color: inherit; cursor: pointer; border-radius: 10px; }
.burger .ic { width: 26px; height: 26px; }
.site-header.is-transparent:not(.scrolled) .burger { color: #fff; }

.mobile-menu { position: fixed; inset: 0; z-index: 100; background: #fff; display: flex; flex-direction: column; padding: 16px 20px 28px; overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mm-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.mm-head img { height: 40px; width: auto; }
.mm-close { background: var(--soft); border: 0; border-radius: 12px; padding: 10px; cursor: pointer; color: var(--ink); }
.mm-close .ic { width: 22px; height: 22px; }
.mm-nav { display: flex; flex-direction: column; }
.mm-nav > a, .mm-nav summary { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; }
.mm-nav summary::-webkit-details-marker { display: none; }
.mm-nav details a { display: flex; gap: 10px; align-items: center; padding: 10px 8px; color: var(--text); font-weight: 500; }
.mm-nav details a .ic { color: var(--blue); }
.mm-actions { display: grid; gap: 12px; margin-top: 24px; }

/* ==========================================================================
   Home hero
   ========================================================================== */
.hero { position: relative; min-height: calc(100svh - 40px); color: #fff; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-h) + 70px) 0 150px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,45,100,.96) 0%, rgba(11,79,156,.88) 45%, rgba(11,79,156,.55) 100%); }
.hero-overlay::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 80% 90%, rgba(249,115,22,.14), transparent); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; align-items: end; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 8px 16px; font-size: .88rem; font-weight: 500; backdrop-filter: blur(6px); color: #fff; }
.hero-badge .hb-ic { width: 22px; height: 22px; border-radius: 50%; background: var(--orange); display: inline-grid; place-items: center; }
.hero-badge .hb-ic .ic { width: 13px; height: 13px; }
.hero h1 { color: #fff; margin: 26px 0 22px; max-width: 640px; font-size: clamp(2.5rem, 5.4vw, 4.3rem); line-height: 1.03; letter-spacing: -.035em; }
.hero .lead { font-size: 1.15rem; max-width: 600px; color: rgba(255,255,255,.88); }
.hero .lead strong { color: #fff; }
.hero-checks { list-style: none; padding: 0; margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: .9rem; color: rgba(255,255,255,.9); }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks .ic { color: var(--green); }
.hero-review { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; padding: 20px; backdrop-filter: blur(10px); font-size: .9rem; }
.hero-review p { margin: 14px 0 8px; color: #fff; line-height: 1.5; }
.hero-review > small { color: rgba(255,255,255,.65); font-size: .78rem; }
.hr-top { display: flex; align-items: center; gap: 12px; }
.hr-top small { display: block; font-size: .75rem; color: rgba(255,255,255,.8); }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .8rem; border: 2px solid #fff; margin-left: -8px; background: linear-gradient(135deg, #60A5FA, #1D4ED8); }
.avatars span:first-child { margin-left: 0; }
.avatars span:nth-child(2) { background: linear-gradient(135deg, #34D399, #059669); }
.avatars span:nth-child(3) { background: linear-gradient(135deg, #F472B6, #BE185D); }
.avatars .plus { background: var(--orange); font-size: .68rem; }
.scroll-hint { position: absolute; bottom: 110px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.6); font-size: .75rem; display: none; flex-direction: column; align-items: center; }

/* Picker */
.picker-wrap { position: relative; z-index: 5; margin-top: -110px; }
.picker-card { background: #fff; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); padding: 30px; border: 1px solid var(--line); }
.picker-card .pill-orange { margin-bottom: 10px; }
.picker-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 22px; }
.picker-head h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 4px; }
.picker-head p { margin: 0; color: var(--muted); }
.picker-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.picker-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 26px 12px; border-radius: 16px; border: 1px solid #EEF0F3; background: linear-gradient(180deg, #fff, #F8FAFC); color: var(--ink); transition: .25s; text-align: center; }
.picker-item .icon-box { background: #fff; box-shadow: 0 2px 8px rgba(16,24,40,.08); border: 1px solid #EEF0F3; }
.picker-item strong { font-size: .95rem; }
.picker-item small { color: var(--orange); font-weight: 600; font-size: .78rem; opacity: 0; transform: translateY(-4px); transition: .25s; }
.picker-item:hover { border-color: #BFD4EE; transform: translateY(-3px); box-shadow: var(--shadow); }
.picker-item:hover small { opacity: 1; transform: none; }
.picker-item:hover .icon-box { background: var(--blue); color: #fff; }

/* We handle every */
.handle { padding: 100px 0 0; background: radial-gradient(40% 40% at 0% 0%, rgba(249,115,22,.08), transparent), radial-gradient(35% 40% at 100% 60%, rgba(11,79,156,.07), transparent); position: relative; }
.handle::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(17,24,39,.08) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(180deg, #000, transparent 80%); pointer-events: none; }
.handle .container { position: relative; }
.handle-title { font-size: clamp(2.2rem, 5vw, 3.9rem); margin: 22px auto 22px; max-width: 900px; line-height: 1.1; }
.rotator { display: block; position: relative; height: 1.4em; margin: 6px 0 4px; overflow: hidden; }
.rot-item { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--blue); opacity: 0; transform: translateY(100%); transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .6s; }
.rot-item.is-active { opacity: 1; transform: none; }
.rot-item.is-leaving { opacity: 0; transform: translateY(-100%); }
.rot-ic { width: .95em; height: .95em; border-radius: .22em; background: linear-gradient(135deg, #FB923C, var(--orange-600)); color: #fff; display: inline-grid; place-items: center; box-shadow: 0 12px 28px -10px rgba(249,115,22,.8); }
.rot-ic .ic { width: .55em; height: .55em; }
.handle .section-sub { max-width: 640px; margin: 0 auto; }
.chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.chip-row span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .82rem; font-weight: 600; color: var(--ink); }
.chip-row .ic { color: var(--green); width: 15px; height: 15px; }
.stats-row { border-top: 1px solid #F0F1F4; border-bottom: 1px solid #F0F1F4; margin-top: 70px; padding: 34px 0; background: rgba(255,255,255,.7); position: relative; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.stats-grid > div { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; }
.stats-grid strong { font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 800; color: var(--blue); letter-spacing: -.03em; line-height: 1; }
.stats-grid b { font-size: 1.8rem; color: var(--blue); }
.stats-grid span { flex-basis: 100%; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.stats-grid.boxed { background: var(--soft); border-radius: var(--r-lg); padding: 36px 20px; }

/* Why */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-media { position: relative; }
.why-media img { position: relative; z-index: 1; border-radius: 26px; width: 100%; aspect-ratio: 4 / 4.2; object-fit: cover; box-shadow: var(--shadow-lg); }
.deco-square { position: absolute; top: -18px; left: -18px; width: 80px; height: 80px; border-radius: 18px; background: #FFE4CF; }
.deco-block { position: absolute; bottom: -18px; right: -18px; width: 110px; height: 110px; border-radius: 18px; background: #E3EAF3; }
.float-badge { position: absolute; z-index: 2; left: 18px; bottom: -22px; display: flex; gap: 12px; align-items: center; background: #fff; padding: 14px 18px; border-radius: 14px; box-shadow: var(--shadow-lg); }
.float-badge strong { display: block; color: var(--ink); font-size: .92rem; }
.float-badge small { color: var(--muted); font-size: .78rem; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; margin-top: 30px; }
.feature { display: flex; gap: 14px; }
.feature .icon-box { width: 40px; height: 40px; }
.feature h3 { margin-bottom: 4px; font-size: .98rem; }
.feature p { margin: 0; font-size: .88rem; color: var(--muted); line-height: 1.5; }

/* Estimator */
.estimate-section { background: linear-gradient(180deg, #fff, var(--soft)); }
.estimator { display: grid; grid-template-columns: 1fr 1fr; max-width: 920px; margin: 0 auto; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); background: #fff; }
.est-left { padding: 34px; }
.est-right { padding: 34px; background: linear-gradient(145deg, var(--blue), #062f63); color: #fff; position: relative; overflow: hidden; }
.est-right::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -70px; top: -70px; background: rgba(255,255,255,.06); }
.est-step { display: flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin: 0 0 14px; }
.est-step span { width: 20px; height: 20px; border-radius: 50%; background: var(--orange); color: #fff; display: inline-grid; place-items: center; font-size: .7rem; letter-spacing: 0; }
.est-apps { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.est-apps button { border: 1px solid var(--line); background: #fff; padding: 8px 14px; border-radius: 999px; font-size: .85rem; font-weight: 500; color: var(--ink); cursor: pointer; transition: .2s; }
.est-apps button:hover { border-color: var(--blue); }
.est-apps button.is-active { background: var(--blue); border-color: var(--blue); color: #fff; font-weight: 600; }
.est-symptoms { display: grid; gap: 8px; }
.est-symptoms button { display: flex; justify-content: space-between; align-items: center; text-align: left; border: 1px solid transparent; background: var(--soft); padding: 14px 16px; border-radius: 12px; font-size: .92rem; font-weight: 600; color: var(--ink); cursor: pointer; transition: .2s; }
.est-symptoms button:hover { border-color: #C9D8EC; background: #fff; }
.est-symptoms button.is-active { background: #FFF4EC; border-color: var(--orange); }
.est-symptoms .ic { width: 16px; height: 16px; color: var(--muted); }
.est-right h3 { color: #fff; font-size: 1.55rem; line-height: 1.25; margin-bottom: 14px; }
.est-right p { color: rgba(255,255,255,.75); font-size: .92rem; }
.est-right .checks { margin-top: 20px; font-size: .86rem; }
.est-label { font-weight: 600; color: #fff !important; font-size: 1rem !important; margin-bottom: 4px; }
.est-price { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; color: #fff !important; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 14px; }
.est-cause { display: flex; gap: 10px; align-items: flex-start; background: rgba(255,255,255,.08); border-radius: 12px; padding: 12px 14px; }
.est-cause .ic { color: var(--orange); margin-top: 3px; }
.est-cause b { color: #fff; font-weight: 600; }
.est-filled .btn-row { margin-top: 18px; }
.est-filled { animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* How it works */
.grad-blue { background: radial-gradient(40% 50% at 10% 60%, rgba(255,255,255,.07), transparent), radial-gradient(40% 50% at 90% 100%, rgba(20,184,166,.18), transparent), linear-gradient(160deg, var(--blue) 0%, #0a3e7a 60%, #083b76 100%); color: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 28px; }
.step-card h3 { color: #fff; font-size: 1.2rem; margin: 22px 0 8px; }
.step-card p { color: rgba(255,255,255,.75); margin: 0; font-size: .95rem; }
.step-num { position: absolute; right: 24px; top: 20px; font-size: 2.6rem; font-weight: 800; color: rgba(255,255,255,.1); letter-spacing: -.04em; }
.steps-grid.light .step-card { background: #fff; border-color: var(--line); box-shadow: var(--shadow); }
.steps-grid.light h3 { color: var(--ink); }
.steps-grid.light p { color: var(--muted); }
.steps-grid.light .step-num { color: #EEF0F3; }

/* Journey (scroll-driven) */
.journey { position: relative; height: 260vh; background: linear-gradient(180deg, #0B4F9C, #083b76 60%, #0a3a73); color: #fff; }
.journey-sticky { position: sticky; top: 0; height: 100vh; min-height: 560px; display: flex; align-items: center; overflow: hidden; padding-top: var(--header-h); }
.journey-sticky::before { content: ""; position: absolute; inset: 0; background: radial-gradient(30% 35% at 8% 30%, rgba(249,115,22,.16), transparent), radial-gradient(35% 40% at 92% 70%, rgba(20,184,166,.2), transparent); }
.journey .container { position: relative; }
.journey h2 { color: #fff; max-width: 780px; margin: 14px auto 6px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.journey-sub { color: rgba(255,255,255,.7); font-size: .95rem; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 999px; font-weight: 700; font-size: .9rem; background: var(--red); transition: background .4s; }
.status-pill .dot { background: #fff; box-shadow: none; }
.status-pill.s1 { background: #F59E0B; }
.status-pill.s2 { background: var(--orange); }
.status-pill.s3 { background: #16A34A; }
.journey-bar { width: min(300px, 70%); height: 7px; border-radius: 99px; background: rgba(255,255,255,.14); margin: 16px auto 0; overflow: hidden; }
.journey-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--red), var(--orange), var(--green)); border-radius: 99px; }
.journey-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 860px; margin: 28px auto 0; text-align: left; }
.journey-fridge { justify-self: center; position: relative; width: 150px; height: 230px; border-radius: 18px; background: linear-gradient(180deg, #E5E7EB, #CBD5E1); box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); display: grid; grid-template-rows: 38% 62%; padding: 8px; gap: 6px; transform: rotate(-9deg) translateY(10px); filter: grayscale(.8) brightness(.8); transition: transform .5s, filter .5s; }
.jf-top, .jf-bottom { background: linear-gradient(180deg, #fff, #F1F5F9); border-radius: 10px; position: relative; }
.jf-top { display: grid; place-items: center; color: var(--blue); }
.jf-top .ic { width: 34px; height: 34px; }
.jf-top::after, .jf-bottom::after { content: ""; position: absolute; right: 10px; top: 20%; width: 5px; height: 40%; border-radius: 4px; background: #94A3B8; }
.jf-temp { position: absolute; left: 50%; bottom: -46px; transform: translateX(-50%); background: var(--red); color: #fff; font-weight: 800; font-size: .95rem; padding: 6px 14px; border-radius: 999px; transition: background .4s; white-space: nowrap; }
.journey-fridge.s1 { transform: rotate(-4deg); filter: grayscale(.5) brightness(.9); }
.journey-fridge.s2 { transform: rotate(-1deg); filter: grayscale(.2); }
.journey-fridge.s3 { transform: none; filter: none; box-shadow: 0 0 0 10px rgba(34,197,94,.14), 0 30px 60px -20px rgba(0,0,0,.5); }
.journey-fridge.s1 .jf-temp { background: #F59E0B; }
.journey-fridge.s2 .jf-temp { background: var(--orange); }
.journey-fridge.s3 .jf-temp { background: #16A34A; }
.journey-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.journey-steps li { display: flex; gap: 14px; align-items: center; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); opacity: .45; transition: .4s; }
.journey-steps li > span { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.1); display: grid; place-items: center; flex: none; }
.journey-steps strong { display: block; color: #fff; }
.journey-steps small { color: rgba(255,255,255,.7); }
.journey-steps li.is-on { opacity: 1; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.22); }
.journey-steps li.is-on > span { background: var(--orange); }
.journey-steps li.is-done > span { background: #16A34A; }
.journey-quote { max-width: 620px; margin: 40px auto 0; color: rgba(255,255,255,.85); font-style: italic; opacity: 0; transform: translateY(10px); transition: .5s; }
.journey-quote.is-on { opacity: 1; transform: none; }

/* About values + serve */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { background: #fff; border: 1px solid #EEF0F3; border-radius: 18px; padding: 24px; box-shadow: 0 1px 2px rgba(16,24,40,.04); transition: .25s; }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value-card h3 { margin: 18px 0 8px; font-size: 1.08rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.serve-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 50px; margin-top: 90px; align-items: center; }
.serve-grid h2 { font-size: clamp(1.7rem, 2.6vw, 2.1rem); }
.serve-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.serve-card { position: relative; background: #fff; border-radius: 18px; padding: 22px; box-shadow: var(--shadow); border: 1px solid #EEF0F3; }
.serve-card .icon-box { width: 40px; height: 40px; border-radius: 10px; }
.serve-card h3 { margin: 16px 0 6px; font-size: 1rem; }
.serve-card p { margin: 0; font-size: .86rem; color: var(--muted); }
.serve-card .step-num { color: #F1F2F5; font-size: 2rem; top: 14px; right: 18px; }
.followup { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; font-size: .8rem; font-weight: 600; color: var(--ink); }
.followup span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 500; }
.followup .ic { width: 13px; height: 13px; color: var(--orange); }

/* Promo */
.promo { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; border-radius: 28px; padding: 50px 48px; background: radial-gradient(50% 80% at 80% 20%, rgba(249,115,22,.28), transparent), linear-gradient(135deg, #0B4F9C, #083b76 70%); color: #fff; }
.promo h2 { color: #fff; margin: 18px 0 16px; }
.promo p { color: rgba(255,255,255,.82); font-size: 1.02rem; max-width: 560px; }
.promo-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 290px; justify-self: end; width: 100%; }
.promo-tiles span { aspect-ratio: 1; border-radius: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; }
.promo-tiles .ic { width: 32px; height: 32px; }

/* Dark stats */
.dark-stats { background: radial-gradient(30% 30% at 5% 5%, rgba(249,115,22,.2), transparent), radial-gradient(30% 40% at 90% 90%, rgba(34,197,94,.12), transparent), var(--night); color: #fff; padding: 110px 0; }
.dstat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dstat { position: relative; overflow: hidden; border-radius: 20px; padding: 24px; background: #0e1526; border: 1px solid rgba(255,255,255,.08); }
.dstat::before { content: ""; position: absolute; right: -40px; top: -40px; width: 160px; height: 160px; border-radius: 50%; background: var(--c); opacity: .18; filter: blur(30px); }
.dstat::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 22px; height: 2px; background: var(--c); opacity: .9; }
.dstat .icon-box { background: rgba(255,255,255,.05); color: var(--c); border: 1px solid rgba(255,255,255,.08); }
.dstat .num { font-size: 3.2rem; font-weight: 800; letter-spacing: -.04em; margin: 16px 0 6px; line-height: 1; color: #fff; }
.dstat .num em { font-style: normal; font-size: 1.5rem; color: var(--c); margin-left: 3px; letter-spacing: -.01em; }
.dstat h3 { color: #fff; font-size: 1rem; margin: 0 0 4px; }
.dstat p { color: rgba(255,255,255,.55); font-size: .86rem; margin-bottom: 26px; }
.c-orange { --c: var(--orange); } .c-yellow { --c: var(--yellow); } .c-green { --c: var(--green); } .c-blue { --c: #3B82F6; }
.coverage { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; margin: 40px 0 44px; padding: 30px; border-radius: 22px; background: linear-gradient(110deg, #0B4F9C, #0a3e7a 70%, #3b3f57); border: 1px solid rgba(255,255,255,.12); }
.coverage .icon-box { background: rgba(255,255,255,.08); color: var(--orange); border: 1px solid rgba(255,255,255,.15); }
.coverage h3 { color: #fff; font-size: clamp(1.35rem, 2.3vw, 1.85rem); margin: 12px 0 6px; letter-spacing: -.02em; font-weight: 800; }
.coverage p { color: rgba(255,255,255,.75); margin-bottom: 12px; }
.dot.green { box-shadow: none; }
.area-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.area-chips a { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-size: .75rem; font-weight: 600; border: 1px solid rgba(255,255,255,.12); }
.area-chips a .ic { width: 12px; height: 12px; color: var(--orange); }
.area-chips a:hover { background: rgba(255,255,255,.2); }
.area-chips.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 26px; }
.area-chips.grid a { background: var(--soft); color: var(--ink); border-color: transparent; border-radius: 10px; padding: 10px 12px; font-size: .88rem; font-weight: 500; }
.area-chips.grid a .ic { color: var(--blue); width: 15px; height: 15px; }
.area-chips.grid a:hover { background: #EAF1FA; }

/* Brands */
.brands-marquee .marquee-track { gap: 16px; animation-duration: 60s; padding: 6px 0; }
.brand-tile { flex: none; width: 170px; height: 76px; display: grid; place-items: center; border: 1px solid #EEF0F3; border-radius: 16px; background: #fff; }
.brand-mark { font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.brand-mark.wide { letter-spacing: .14em; text-transform: uppercase; font-size: 1rem; }
.brand-mark.italic { font-style: italic; }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.brand-grid .brand-tile { width: auto; height: 92px; transition: .2s; }
.brand-grid .brand-tile:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.brand-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 860px; margin: 0 auto; }
.brand-pills span { padding: 9px 18px; background: #fff; border-radius: 999px; font-weight: 600; font-size: .88rem; color: var(--ink); box-shadow: 0 1px 3px rgba(16,24,40,.06); }

/* Reviews */
.rating-strip { display: flex; align-items: center; justify-content: center; gap: 12px; margin: -28px 0 36px; flex-wrap: wrap; font-size: .92rem; }
.rating-strip img { height: 26px; width: auto; }
.rating-strip strong { color: var(--ink); font-size: 1.1rem; }
.rating-strip span:last-child { color: var(--muted); }
.carousel { overflow: hidden; }
.carousel-track { display: flex; gap: 18px; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.review-card { margin: 0; flex: 0 0 calc((100% - 36px) / 3); background: #fff; border-radius: 18px; padding: 26px; border: 1px solid #EEF0F3; box-shadow: 0 1px 2px rgba(16,24,40,.04); display: flex; flex-direction: column; }
.review-card blockquote { margin: 14px 0 20px; color: var(--ink); line-height: 1.6; font-size: .95rem; flex: 1; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; }
.review-card figcaption strong { display: block; font-size: .9rem; color: var(--ink); }
.review-card figcaption small { color: var(--muted); font-size: .78rem; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; background: linear-gradient(135deg, var(--blue), var(--orange)); flex: none; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; margin-top: 26px; }
.carousel-dots button { width: 7px; height: 7px; border: 0; padding: 0; border-radius: 99px; background: #D1D5DB; cursor: pointer; transition: .3s; }
.carousel-dots button.is-active { width: 26px; background: var(--orange); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid .review-card { flex: none; }

/* Areas home */
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.areas-media { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); }
.areas-media img { width: 100%; aspect-ratio: 1 / 1.02; object-fit: cover; }
.resp-card { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; gap: 14px; align-items: center; background: #fff; border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow-lg); }
.resp-card small { display: block; font-weight: 600; color: var(--ink); font-size: .85rem; }
.resp-card strong { display: block; color: var(--blue); font-size: 1.35rem; font-weight: 800; line-height: 1.2; }
.resp-card em { font-style: normal; color: var(--muted); font-size: .76rem; }

/* CTA image */
.cta-image { position: relative; padding: 110px 0; color: #fff; background: linear-gradient(rgba(11,79,156,.86), rgba(11,79,156,.86)), var(--cta-img) center / cover; }
.cta-image h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-image p { color: rgba(255,255,255,.85); font-size: 1.1rem; }

.cta-band { padding: 80px 0; color: #fff; background: radial-gradient(35% 60% at 5% 50%, rgba(255,255,255,.08), transparent), radial-gradient(40% 60% at 95% 30%, rgba(20,184,166,.2), transparent), linear-gradient(120deg, var(--blue), #083b76); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin: 0; }

/* Booking */
.booking-section { background: var(--soft); }
.booking-section.bg-soft { background: var(--soft); }
.booking-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 50px; align-items: start; }
.booking-info h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.booking-info strong { color: var(--blue); }
.contact-cards { display: grid; gap: 12px; margin-top: 28px; }
.contact-card { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; border-radius: 14px; border: 1px solid #EEF0F3; color: var(--ink); }
.contact-card small { display: block; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact-card strong { display: block; font-size: 1rem; color: var(--ink) !important; line-height: 1.35; }
a.contact-card:hover { border-color: #C9D8EC; }
.form-card { background: #fff; border-radius: 26px; padding: 36px; box-shadow: var(--shadow-lg); border: 1px solid #EEF0F3; }
.form-card h2 { font-size: 1.6rem; }
.form-note { margin-top: 14px; padding: 11px 14px; border-radius: 12px; background: #EFF6FF; border: 1px solid #D6E4F5; font-size: .8rem; text-align: center; color: var(--text); }
.form-note strong { color: var(--blue); }
.form-legal { font-size: .76rem; color: var(--muted); text-align: center; margin: 10px 0 0; }

/* Contact Form 7 */
.sm-form .f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 16px; }
.sm-form .f-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.sm-form .f-field.full { grid-column: 1 / -1; }
.sm-form label { font-size: .85rem; font-weight: 600; color: var(--ink); }
.sm-form .wpcf7-form-control-wrap { display: block; }
.sm-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .sm-form select, .sm-form textarea {
	width: 100%; font: inherit; font-size: .92rem; color: var(--ink);
	background: #fff; border: 1px solid #D9DEE5; border-radius: 12px; padding: 12px 14px; height: 48px;
	transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
}
.sm-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.sm-form textarea { height: 104px; resize: vertical; }
.sm-form input:focus, .sm-form select:focus, .sm-form textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,79,156,.12); }
.sm-form ::placeholder { color: #9CA3AF; }
.sm-form .f-submit { margin-top: 20px; }
.sm-form .f-submit .wpcf7-submit, .sm-form input[type="submit"] { width: 100%; height: auto; padding: 17px 26px; border-radius: 999px; border: 0; background: var(--orange); color: #fff; font: inherit; font-weight: 700; font-size: 1rem; cursor: pointer; box-shadow: 0 12px 26px -10px rgba(249,115,22,.7); transition: .2s; }
.sm-form input[type="submit"]:hover { background: var(--orange-600); transform: translateY(-1px); }
.sm-form .wpcf7-spinner { display: block; margin: 10px auto 0; }
.sm-form .wpcf7-not-valid-tip { font-size: .76rem; margin-top: 4px; }
.sm-form .wpcf7-response-output { margin: 16px 0 0 !important; border-radius: 12px; font-size: .88rem; padding: 10px 14px !important; }
.sm-form .cf7ic-captcha, .sm-form .captcha-image { margin-top: 14px; }
.form-missing { padding: 20px; background: #FFF7ED; border-radius: 12px; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq-item { background: var(--soft); border-radius: 14px; border: 1px solid transparent; transition: .2s; }
.faq-item[open] { background: #fff; border-color: var(--line); box-shadow: var(--shadow); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { margin: 0; font-size: 1rem; }
.faq-item summary .ic { color: var(--muted); transition: transform .25s; }
.faq-item[open] summary .ic { transform: rotate(180deg); color: var(--orange); }
.faq-a { padding: 0 20px 18px; color: var(--text); }
.faq-a p { margin: 0; }

/* ==========================================================================
   Inner pages
   ========================================================================== */
.page-hero { position: relative; padding: 50px 0 80px; color: #fff; background: radial-gradient(40% 60% at 0% 100%, rgba(255,255,255,.06), transparent), radial-gradient(40% 60% at 100% 40%, rgba(20,184,166,.18), transparent), linear-gradient(120deg, var(--blue), #062f63); overflow: hidden; }
.page-hero.has-img::before { content: ""; position: absolute; inset: 0; background: var(--hero-img) center / cover; opacity: .16; mix-blend-mode: luminosity; }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; margin: 18px 0 18px; max-width: 760px; font-size: clamp(2.1rem, 4.6vw, 3.6rem); line-height: 1.06; }
.page-hero .lead { color: rgba(255,255,255,.86); font-size: 1.12rem; max-width: 640px; margin: 0; }
.page-hero .btn-row { margin-top: 28px; }
.page-hero.compact { padding: 40px 0 56px; }
.page-hero-grid.with-aside { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 50px; align-items: center; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: .82rem; color: rgba(255,255,255,.7); }
.crumbs a { color: rgba(255,255,255,.7); display: inline-flex; align-items: center; gap: 5px; }
.crumbs a:hover { color: #fff; }
.crumbs span { color: #fff; font-weight: 500; }
.crumbs .ic { width: 14px; height: 14px; }
.crumbs .sep { width: 13px; height: 13px; opacity: .6; }
.page-hero .hero-badge { margin-top: 16px; }

.hero-form-card { background: #fff; color: var(--text); border-radius: 22px; padding: 26px; box-shadow: var(--shadow-lg); }
.hero-form-card h2 { font-size: 1.35rem; margin-bottom: 4px; }
.hero-form-card > p { font-size: .85rem; color: var(--muted); }
.hero-form-card .sm-form .f-grid { gap: 12px; }
.hero-form-card .sm-form textarea { height: 76px; }
.hero-form-card .sm-form input:not([type="submit"]) { height: 44px; }
.mini-checks { display: flex; justify-content: center; gap: 16px; margin-top: 10px; font-size: .74rem; color: var(--muted); }
.mini-checks span { display: inline-flex; align-items: center; gap: 4px; }
.mini-checks .ic { color: var(--green); width: 13px; height: 13px; }

.hero-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; max-width: 560px; margin-top: 26px; }
.hero-tiles div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 12px; }
.hero-tiles .ic { color: var(--orange); width: 18px; height: 18px; }
.hero-tiles strong { display: block; margin-top: 8px; font-size: .92rem; }
.hero-tiles small { font-size: .72rem; color: rgba(255,255,255,.65); }

.hero-rating { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
.hero-rating .stars { color: var(--yellow); }
.hero-rating span { color: rgba(255,255,255,.75); }

/* Service page */
.intro-text { font-size: 1.15rem; line-height: 1.75; color: var(--ink); }
.price-box { display: flex; gap: 18px; align-items: flex-start; margin-top: 30px; padding: 24px; border-radius: 18px; background: linear-gradient(120deg, var(--soft), #FFF7F0); border: 1px solid #EEF0F3; }
.price-box .eyebrow { margin-bottom: 4px; }
.price-box h3 { font-size: 1.15rem; margin-bottom: 6px; }
.price-box p { margin: 0; font-size: .92rem; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.problem-card { display: flex; gap: 16px; background: #fff; border-radius: 16px; padding: 22px; box-shadow: 0 1px 3px rgba(16,24,40,.05); border: 1px solid #F0F1F4; }
.problem-card .icon-box { width: 38px; height: 38px; }
.problem-card .icon-box .ic { width: 18px; height: 18px; }
.problem-card h3 { margin-bottom: 6px; }
.problem-card p { margin: 0; font-size: .88rem; color: var(--muted); }
.signs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.signs-card { background: linear-gradient(150deg, var(--blue), #062f63); color: #fff; border-radius: 24px; padding: 34px; }
.signs-card h2 { color: #fff; font-size: clamp(1.6rem, 2.6vw, 2rem); }
.signs-card > p { color: rgba(255,255,255,.78); }
.signs-card .checks { margin: 22px 0 28px; font-size: .95rem; }
.signs-grid > div:last-child h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); }
.why-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.why-mini > div { display: flex; gap: 12px; padding: 16px; border: 1px solid #EEF0F3; border-radius: 14px; background: #fff; }
.why-mini .icon-box { width: 36px; height: 36px; border-radius: 10px; }
.why-mini .icon-box .ic { width: 18px; height: 18px; }
.why-mini h3 { margin: 0 0 3px; font-size: .95rem; }
.why-mini p { margin: 0; font-size: .82rem; color: var(--muted); line-height: 1.45; }
.why-mini.two > div { border: 0; padding: 0; background: none; }

/* Service cards */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-card { display: flex; flex-direction: column; background: #fff; border-radius: 18px; padding: 24px; border: 1px solid #EEF0F3; box-shadow: 0 1px 2px rgba(16,24,40,.04); color: var(--text); transition: .25s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #D6E4F5; }
.svc-card h3 { margin: 18px 0 8px; font-size: 1.15rem; }
.svc-card p { font-size: .88rem; color: var(--muted); flex: 1; }
.svc-card .more { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-weight: 600; font-size: .86rem; margin-top: auto; }
.svc-card .more .ic { width: 15px; height: 15px; transition: transform .2s; }
.svc-card:hover .more .ic { transform: translateX(3px); }
.svc-grid.compact .svc-card h3 { font-size: 1rem; margin: 16px 0 12px; }
.svc-grid.five { grid-template-columns: repeat(4, 1fr); }

/* Areas */
.region { margin-bottom: 44px; }
.region-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 16px; }
.region-head h2 { font-size: 1.7rem; margin: 0; }
.region-head span { font-size: .82rem; color: var(--muted); font-weight: 600; }
.region-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.region-grid a { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-radius: 12px; background: var(--soft); color: var(--ink); font-size: .9rem; font-weight: 500; transition: .2s; }
.region-grid a .ic { color: var(--blue); width: 16px; height: 16px; }
.region-grid a:hover { background: #EAF1FA; color: var(--blue); }
.map-card { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); margin-top: 20px; }
.map-embed { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); height: 420px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.prose p { font-size: 1.02rem; line-height: 1.75; }
.hood-title { font-weight: 700; color: var(--ink); margin-top: 26px; }
.hood-chips, .near-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hood-chips span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: var(--soft); font-size: .86rem; font-weight: 500; color: var(--ink); }
.hood-chips .ic, .near-chips .ic { width: 14px; height: 14px; color: var(--blue); }
.near-chips { justify-content: center; margin-bottom: 26px; }
.near-chips a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px; background: #fff; box-shadow: 0 1px 3px rgba(16,24,40,.07); font-size: .86rem; font-weight: 600; color: var(--ink); }
.near-chips a:hover { color: var(--blue); }
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.quote-card { background: linear-gradient(145deg, var(--blue), #062f63); color: #fff; border-radius: 24px; padding: 34px; }
.quote-card .stars { color: var(--yellow); }
.quote-card h3 { color: #fff; font-size: 1.6rem; margin: 14px 0 12px; font-weight: 800; }
.quote-card p { color: rgba(255,255,255,.82); }
.quote-card small { color: #fff; font-weight: 600; }

/* Book online */
.book-hero { padding-bottom: 90px; }
.book-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; margin-top: 10px; }
.book-copy h1 { margin-top: 18px; }
.book-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.book-perks > div { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 14px; }
.book-perks .icon-box { width: 40px; height: 40px; }
.book-perks strong { display: block; color: #fff; font-size: .95rem; }
.book-perks small { color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.3; display: block; }
.book-call { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 28px; font-size: .95rem; color: rgba(255,255,255,.8); }
.book-call a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; font-size: 1.3rem; }
.book-call a .ic { color: var(--orange); }
.book-call small { flex-basis: 100%; color: rgba(255,255,255,.6); }
.book-grid .form-card { color: var(--text); }

.thanks-hero { padding: 90px 0 100px; }
.thanks-ic { width: 78px; height: 78px; border-radius: 50%; background: var(--green); display: inline-grid; place-items: center; box-shadow: 0 0 0 12px rgba(34,197,94,.2); margin-bottom: 20px; }
.thanks-ic .ic { width: 38px; height: 38px; }
.thanks-hero h1 { margin: 10px auto 16px; }
.thanks-hero .lead { margin: 0 auto; }

/* Blog */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid #EEF0F3; box-shadow: 0 1px 2px rgba(16,24,40,.04); display: flex; flex-direction: column; transition: .25s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.post-thumb img, .post-thumb-ph { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.post-thumb-ph { display: grid; place-items: center; background: #EAF1FA; color: var(--blue); }
.post-thumb-ph .ic { width: 40px; height: 40px; }
.post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-body time { font-size: .78rem; color: var(--muted); }
.post-body h2 { font-size: 1.2rem; margin: 8px 0 10px; line-height: 1.3; }
.post-body h2 a { color: var(--ink); }
.post-body p { font-size: .9rem; color: var(--muted); flex: 1; }
.post-body .more { display: inline-flex; gap: 6px; align-items: center; color: var(--orange); font-weight: 600; font-size: .88rem; }
.pagination { margin-top: 36px; text-align: center; }
.pagination .page-numbers { display: inline-block; padding: 8px 14px; border-radius: 10px; background: var(--soft); margin: 0 3px; color: var(--ink); }
.pagination .current { background: var(--blue); color: #fff; }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; align-items: start; }
.post-aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 18px; }
.aside-card { background: var(--soft); border-radius: 18px; padding: 24px; }
.aside-card h3 { font-size: 1.15rem; }
.aside-card p { font-size: .9rem; color: var(--muted); }
.aside-card .btn { margin-top: 8px; }
.aside-links { list-style: none; margin: 0; padding: 0; }
.aside-links a { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 500; font-size: .92rem; }
.aside-links .ic { color: var(--blue); }
.entry-content { font-size: 1.04rem; line-height: 1.8; }
.entry-content h2 { font-size: 1.7rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.25rem; margin-top: 1.4em; }
.entry-content img { border-radius: 14px; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content a { text-decoration: underline; }
.post-hero-img { margin-bottom: 26px; width: 100%; }

/* Footer */
.site-footer { background: var(--navy); color: rgba(255,255,255,.72); padding: 70px 0 0; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; }
.logo-white { background: #fff; padding: 6px 14px; border-radius: 12px; }
.logo-white img { height: 38px; width: auto; }
.footer-brand p { margin: 18px 0; line-height: 1.6; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badges span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.07); font-size: .74rem; font-weight: 600; color: rgba(255,255,255,.85); }
.footer-badges .ic { color: var(--green); width: 12px; height: 12px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; letter-spacing: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer ul.cols-2 { grid-template-columns: 1fr 1fr; column-gap: 16px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .ic { color: var(--orange); margin-top: 3px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.08); margin-top: 50px; padding-top: 22px; padding-bottom: 22px; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }

.float-call { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(34,197,94,.7); animation: pulse 2.4s infinite; }
.float-call .ic { width: 26px; height: 26px; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); } 70% { box-shadow: 0 0 0 16px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1200px) {
	.main-nav > a, .nav-drop > a { padding: 9px 9px; font-size: .88rem; }
	.header-phone span { display: none; }
	.header-phone { width: 42px; height: 42px; border-radius: 50%; justify-content: center; background: rgba(11,79,156,.08); }
	.site-header.is-transparent:not(.scrolled) .header-phone { background: rgba(255,255,255,.14); }
}
@media (max-width: 1080px) {
	.main-nav { display: none; }
	.burger { display: inline-flex; }
	.header-actions { margin-left: auto; }
	.hero-inner { grid-template-columns: 1fr; }
	.hero-review { max-width: 380px; }
	.page-hero-grid.with-aside { grid-template-columns: 1fr; }
	.svc-grid, .svc-grid.five { grid-template-columns: repeat(3, 1fr); }
	.value-grid { grid-template-columns: repeat(2, 1fr); }
	.brand-grid { grid-template-columns: repeat(4, 1fr); }
	.region-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.post-layout { grid-template-columns: 1fr; }
	.post-aside { position: static; }
}
@media (max-width: 900px) {
	.section { padding: 72px 0; }
	.why-grid, .areas-grid, .signs-grid, .split-2, .booking-grid, .book-grid, .serve-grid, .estimator, .promo, .journey-stage { grid-template-columns: 1fr; }
	.why-grid { gap: 50px; }
	.serve-grid { margin-top: 60px; gap: 30px; }
	.promo { padding: 36px 26px; }
	.promo-tiles { justify-self: start; max-width: 220px; }
	.picker-grid { grid-template-columns: repeat(2, 1fr); }
	.steps-grid { grid-template-columns: 1fr; }
	.dstat-grid { grid-template-columns: 1fr 1fr; }
	.coverage { grid-template-columns: 1fr; }
	.review-card { flex-basis: calc((100% - 18px) / 2); }
	.review-grid { grid-template-columns: 1fr 1fr; }
	.post-grid { grid-template-columns: 1fr 1fr; }
	.journey-stage { gap: 70px; }
	.journey-steps { max-width: 420px; margin: 0 auto; width: 100%; }
	.journey { height: 360vh; }
	.journey-sticky { align-items: flex-start; padding-top: 80px; }
	.journey h2 { font-size: 1.8rem; }
	.journey-steps li { padding: 10px 12px; }
}
@media (max-width: 640px) {
	body { font-size: 15px; }
	.container { padding: 0 16px; }
	:root { --header-h: 66px; }
	.logo img { height: 36px; }
	.header-cta { display: none; }
	.hero { padding-top: calc(var(--header-h) + 90px); padding-bottom: 140px; }
	.hero .btn-row .btn { flex: 1 1 100%; }
	.picker-card { padding: 20px; border-radius: 22px; }
	.picker-head { flex-direction: column; align-items: flex-start; }
	.picker-item { padding: 18px 8px; }
	.stats-grid { grid-template-columns: 1fr 1fr; gap: 26px 0; }
	.feature-grid, .serve-cards, .problem-grid, .why-mini, .book-perks { grid-template-columns: 1fr; }
	.svc-grid, .svc-grid.five { grid-template-columns: 1fr 1fr; gap: 12px; }
	.svc-card { padding: 18px; }
	.svc-card p { display: none; }
	.value-grid, .dstat-grid, .review-grid, .post-grid { grid-template-columns: 1fr; }
	.review-card { flex-basis: 100%; }
	.area-chips.grid { grid-template-columns: 1fr 1fr; }
	.region-grid { grid-template-columns: 1fr 1fr; }
	.brand-grid { grid-template-columns: repeat(2, 1fr); }
	.hero-tiles { grid-template-columns: 1fr 1fr; }
	.sm-form .f-grid { grid-template-columns: 1fr; }
	.form-card { padding: 24px 18px; border-radius: 20px; }
	.est-left, .est-right { padding: 24px 20px; }
	.footer-grid { grid-template-columns: 1fr; }
	.btn { padding: 15px 22px; }
	.page-hero .btn-row .btn { flex: 1 1 100%; }
	.handle-title { font-size: 2rem; }
	.rotator { height: 1.35em; font-size: .78em; }
	.chip-row span { font-size: .76rem; }
	.float-call { width: 52px; height: 52px; right: 14px; bottom: 14px; }
	.journey-fridge { width: 110px; height: 170px; }
	.journey-stage { margin-top: 30px; gap: 60px; }
	.journey-quote { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.reveal { opacity: 1; transform: none; }
}

/* Eyebrows inside cards keep their accent colour. */
.signs-card .eyebrow, .hero-form-card .eyebrow { color: var(--orange); }
html, body { overflow-x: clip; }
@media (max-width: 640px) {
	.handle-title .nowrap { white-space: normal; }
	.deco-block { right: -8px; }
	.deco-square { left: -8px; }
}

/* Keep the whole sticky journey (incl. the quote) inside the viewport on short screens. */
.journey-sticky { padding-bottom: 32px; }
.journey-quote { font-size: .98rem; line-height: 1.6; padding: 0 16px; }
@media (max-height: 960px) and (min-width: 901px) {
	.journey h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-top: 10px; }
	.journey-stage { margin-top: 20px; }
	.journey-fridge { width: 124px; height: 190px; }
	.journey-steps { gap: 8px; }
	.journey-steps li { padding: 9px 14px; }
	.journey-steps li > span { width: 34px; height: 34px; }
	.journey-quote { margin-top: 34px; }
}
@media (max-height: 800px) and (min-width: 901px) {
	.journey-sub, .journey .pill-glass { display: none; }
	.journey-fridge { width: 104px; height: 160px; }
	.journey-quote { margin-top: 30px; font-size: .9rem; }
}
.region-missing { display: flex; align-items: center; gap: 22px; padding: 28px; border-radius: 22px; background: var(--soft); margin: 10px 0 30px; }
.region-missing h2 { font-size: 1.5rem; margin-bottom: 4px; }
.region-missing p { margin: 0; color: var(--muted); }
.region-missing .btn { margin-left: auto; }
.footer-more { color: var(--orange) !important; font-weight: 600; }
@media (max-width: 640px) { .region-missing { flex-direction: column; align-items: flex-start; } .region-missing .btn { margin-left: 0; } }
@media (max-width: 900px) {
	.journey-sticky { padding-top: calc(var(--header-h) + 8px); padding-bottom: 16px; align-items: center; }
	.journey-sub { display: none; }
	.journey h2 { font-size: 1.5rem; margin: 10px auto 10px; }
	.journey .pill-glass { font-size: .66rem; padding: 5px 11px; }
	.status-pill { font-size: .82rem; padding: 6px 14px; }
	.journey-stage { margin-top: 18px; gap: 44px; }
	.journey-fridge { width: 84px; height: 128px; border-radius: 14px; padding: 6px; }
	.jf-top .ic { width: 24px; height: 24px; }
	.jf-temp { bottom: -36px; font-size: .8rem; padding: 4px 10px; }
	.journey-steps { gap: 6px; }
	.journey-steps li { padding: 8px 12px; gap: 10px; }
	.journey-steps li > span { width: 30px; height: 30px; }
	.journey-steps small { font-size: .78rem; }
}
.page-hero-grid.with-aside .hero-tiles { max-width: 100%; }
