/* ==========================================================================
   HIV PEP Bangkok: main stylesheet
   ========================================================================== */
:root {
	--ink: #0d2b2e;
	--ink-2: #274649;
	--muted: #5b6f70;
	--bg: #fbf8f3;
	--surface: #ffffff;
	--tint: #edf4f0;
	--line-c: #dfe6e1;
	--primary: #d9412f;
	--primary-d: #b8321f;
	--primary-soft: #fde9e5;
	--teal: #1f7a6d;
	--teal-soft: #d8ede7;
	--amber: #d98b1e;
	--line-green: #06c755;
	--wa-green: #25d366;
	--radius: 18px;
	--radius-sm: 12px;
	--shadow: 0 1px 2px rgba(13, 43, 46, .06), 0 12px 32px -12px rgba(13, 43, 46, .18);
	--shadow-lg: 0 30px 60px -20px rgba(13, 43, 46, .35);
	--font: "Manrope", "Noto Sans Thai", system-ui, -apple-system, "Segoe UI", sans-serif;
	--display: "Fraunces", Georgia, serif;
	--gutter: clamp(16px, 4vw, 48px);
	--container: 1400px;
	--section-y: clamp(64px, 7.5vw, 112px);
	--header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-underline-offset: 3px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }
.screen-reader-text, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 880px; }
.center { text-align: center; }
.muted { color: var(--muted); font-size: .95rem; }
.icon { width: 1.25em; height: 1.25em; flex: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font: 700 .95rem/1 var(--font); padding: .95em 1.4em; border-radius: 999px; border: 2px solid transparent; text-decoration: none; cursor: pointer; transition: transform .15s, background .15s, box-shadow .15s, color .15s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn .icon { width: 1.1em; height: 1.1em; }
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px -8px rgba(217, 65, 47, .7); }
.btn--primary:hover { background: var(--primary-d); }
.btn--line { background: var(--line-green); color: #fff; }
.btn--line:hover { background: #05b04b; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-c); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--sm { padding: .7em 1.1em; font-size: .88rem; }
.btn--lg { padding: 1.1em 1.6em; font-size: 1rem; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: .35em; font-weight: 700; text-decoration: none; color: var(--primary); }
.link-arrow .icon { transition: transform .15s; }
.link-arrow:hover .icon { transform: translateX(3px); }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-c); background: var(--surface); color: var(--ink); cursor: pointer; }
.icon-btn:hover { border-color: var(--ink); }

/* ---------- Top bar & header ---------- */
.topbar { background: var(--ink); color: #e6efec; font-size: .85rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: .6em; }
.topbar .icon { width: 1em; height: 1em; opacity: .7; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #ff6b5a; box-shadow: 0 0 0 0 rgba(255, 107, 90, .6); animation: pulse 2s infinite; flex: none; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255, 107, 90, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 107, 90, 0); } }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 243, .88); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line-c); box-shadow: 0 6px 20px -16px rgba(13, 43, 46, .5); }
.site-header__inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 1.1rem; letter-spacing: -.01em; margin-right: auto; }
.brand__mark { color: var(--primary); display: inline-flex; }
.brand__text em { font-family: var(--display); font-style: italic; font-weight: 500; color: var(--primary); }
.brand__logo { max-height: 44px; width: auto; }
.nav__list { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav__list a { display: block; padding: 8px 12px; border-radius: 999px; color: var(--ink-2); font-weight: 600; font-size: .93rem; text-decoration: none; transition: background .15s; }
.nav__list a:hover, .nav__list a.is-active,
.nav__list .current-menu-item > a, .nav__list .current_page_parent > a, .nav__list .current-post-ancestor > a { background: var(--tint); color: var(--ink); }
.nav__list.has-section .current-menu-item > a:not(:hover), .nav__list.has-section a.is-home:not(:hover) { background: none; color: var(--ink-2); }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; }
.nav-toggle__close { display: none; }
.nav__mobile-cta { display: none; }

@media (max-width: 1040px) {
	.nav-toggle { display: inline-grid; }
	.nav { position: fixed; inset: calc(var(--header-h) + 40px) 0 0 0; background: var(--bg); padding: 24px var(--gutter); opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease, visibility .25s; overflow-y: auto; visibility: hidden; }
	.nav.is-open { opacity: 1; transform: none; visibility: visible; }
	body.nav-open { overflow: hidden; }
	.is-scrolled-past .nav { inset-block-start: var(--header-h); }
	.nav__list { flex-direction: column; gap: 0; }
	.nav__list a { font-size: 1.25rem; padding: 14px 4px; border-radius: 0; border-bottom: 1px solid var(--line-c); }
	.nav__mobile-cta { display: grid; gap: 12px; margin-top: 28px; }
	.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
	.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: inline; }
}
@media (max-width: 560px) {
	.hide-sm { display: none; }
	.topbar__meta { display: none !important; }
	.topbar__inner { justify-content: center; text-align: center; }
}

/* ---------- Common ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .55em; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
.eyebrow--light { color: #8fd3c3; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
.h2 { font-family: var(--display); font-weight: 500; font-size: clamp(1.9rem, 1.2rem + 2.4vw, 2.9rem); letter-spacing: -.02em; }
.section { padding: var(--section-y) 0; }
.hero + .section { padding-top: clamp(56px, 6vw, 96px); }
.section--tint { background: var(--tint); }
.section--dark { background: var(--ink); color: #e6efec; }
.section__head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section__head.center { margin-inline: auto; }
.section__head p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.card { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); }
.rounded { border-radius: var(--radius); }
.media-fallback { background: linear-gradient(135deg, var(--teal-soft), var(--primary-soft)); border-radius: var(--radius); overflow: hidden; }
.media-fallback img { width: 100%; height: 100%; object-fit: cover; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(40px, 5vw, 72px) 0 0; isolation: isolate; }
.hero__bg { position: absolute; inset: 0 0 40px; z-index: -1; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent); mask-image: linear-gradient(180deg, #000 70%, transparent);
	background:
		radial-gradient(60% 70% at 88% 18%, rgba(31, 122, 109, .13), transparent 70%),
		radial-gradient(45% 55% at 8% 92%, rgba(217, 65, 47, .07), transparent 70%),
		linear-gradient(180deg, #f7f3ec, var(--bg)); }
.hero__bg::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(13, 43, 46, .09) 1px, transparent 1px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(115deg, transparent 45%, #000 90%); mask-image: linear-gradient(115deg, transparent 45%, #000 90%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 96px); align-items: center; }

.status-pill { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 7px 14px 7px 10px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-c); box-shadow: 0 1px 2px rgba(13, 43, 46, .05); font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.status-pill__dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
.status-pill[data-state="open"] .status-pill__dot { background: #1fa37a; animation: pulse-green 2s infinite; }
.status-pill[data-state="closed"] .status-pill__dot { background: var(--amber); }
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(31, 163, 122, .5); } 70% { box-shadow: 0 0 0 8px rgba(31, 163, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(31, 163, 122, 0); } }

.hero__title { font-family: var(--display); font-weight: 500; font-size: clamp(2.5rem, 1.4rem + 3.3vw, 4.5rem); letter-spacing: -.012em; line-height: 1.06; margin-bottom: 22px; text-wrap: balance; }
.hero__title em { display: block; font-style: italic; color: var(--primary); margin-top: .06em; }
.hero__lede { font-size: clamp(1.05rem, 1rem + .25vw, 1.18rem); line-height: 1.6; color: var(--ink-2); max-width: 31em; text-wrap: pretty; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.btn--outline { background: var(--surface); color: var(--ink); border: 1px solid var(--line-c); box-shadow: 0 1px 2px rgba(13, 43, 46, .06); }
.btn--outline:hover { border-color: var(--ink); }
.line-badge { display: inline-grid; place-items: center; height: 22px; padding: 0 6px; border-radius: 6px; background: var(--line-green); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .03em; }
.hero__ticks { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .9rem; font-weight: 600; color: var(--muted); }
.hero__ticks li { display: inline-flex; align-items: center; gap: 7px; }
.hero__ticks .icon { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); stroke-width: 2.6; }

.hero__visual { position: relative; padding: 0 0 48px 88px; }
.hero__media { position: relative; aspect-ratio: 6 / 5.6; border-radius: 28px; box-shadow: var(--shadow-lg); }
.hero__media::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 55%, rgba(13, 43, 46, .28)); pointer-events: none; }
.hero__img { width: 100%; height: 100%; object-fit: cover; }
.hero__chip { position: absolute; top: 18px; right: 18px; z-index: 1; display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .88); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: .8rem; font-weight: 700; color: var(--ink); box-shadow: 0 6px 18px -8px rgba(13, 43, 46, .4); }
.hero__chip .icon { width: 15px; height: 15px; color: var(--teal); }

/* PEP window check */
.timer { position: absolute; left: 0; bottom: 0; width: min(400px, 78%); padding: 20px; background: rgba(255, 255, 255, .97); border: 1px solid rgba(13, 43, 46, .06); border-radius: 22px; box-shadow: 0 2px 4px rgba(13, 43, 46, .04), 0 28px 56px -18px rgba(13, 43, 46, .38); }
.timer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.timer__label { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: .95rem; margin: 0; }
.timer__label .icon { color: var(--primary); width: 18px; height: 18px; }
.timer__tag { font-size: .7rem; font-weight: 800; letter-spacing: .06em; padding: 4px 8px; border-radius: 6px; background: var(--primary-soft); color: var(--primary-d); }
.timer__main { display: grid; grid-template-columns: 104px 1fr; gap: 16px; align-items: center; }
.timer__body { position: relative; width: 104px; height: 104px; }
.ring { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring circle { fill: none; stroke-width: 9; }
.ring__track { stroke: #edf1ee; }
.ring__bar { stroke: var(--teal); stroke-linecap: round; transition: stroke-dashoffset .6s cubic-bezier(.2, .8, .2, 1), stroke .3s; }
.timer[data-state="warn"] .ring__bar { stroke: var(--amber); }
.timer[data-state="late"] .ring__bar, .timer[data-state="closed"] .ring__bar { stroke: var(--primary); }
.timer__readout { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; line-height: 1; }
.timer__readout strong { font-family: var(--display); font-size: 2.1rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.timer__readout span { font-size: .68rem; color: var(--muted); font-weight: 700; margin-top: 3px; text-transform: uppercase; letter-spacing: .06em; }
.timer__side { display: grid; gap: 10px; min-width: 0; }
.timer__input { display: grid; gap: 5px; font-size: .72rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.timer__input input { font: 600 .88rem var(--font); color: var(--ink); padding: 9px 10px; border: 1px solid var(--line-c); border-radius: 10px; background: #fbfaf7; width: 100%; min-width: 0; transition: border-color .15s, box-shadow .15s; }
.timer__input input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31, 122, 109, .15); }
.timer__quick { display: flex; gap: 6px; }
.timer__quick button { flex: 1; font: 700 .74rem var(--font); color: var(--ink-2); padding: 7px 4px; border-radius: 8px; border: 1px solid var(--line-c); background: var(--surface); cursor: pointer; transition: border-color .15s, background .15s, color .15s; white-space: nowrap; }
.timer__quick button:hover { border-color: var(--teal); color: var(--teal); }
.timer__quick button.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.timer__status { font-size: .86rem; font-weight: 600; line-height: 1.45; margin: 16px 0 0; padding: 11px 13px; border-radius: 12px; background: #f3f6f4; color: var(--ink-2); border-left: 3px solid var(--line-c); transition: background .2s, border-color .2s; }
.timer[data-state="good"] .timer__status { background: var(--teal-soft); border-color: var(--teal); color: #145a50; }
.timer[data-state="warn"] .timer__status { background: #fcf0dc; border-color: var(--amber); color: #7a4a08; }
.timer[data-state="late"] .timer__status, .timer[data-state="closed"] .timer__status { background: var(--primary-soft); border-color: var(--primary); color: var(--primary-d); }
.timer__note { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: .72rem; color: var(--muted); margin: 10px 0 0; }
.timer__note .icon { width: 12px; height: 12px; }

/* ---------- Trust ---------- */
.trust { list-style: none; margin: clamp(48px, 5vw, 80px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--surface); border: 1px solid var(--line-c); border-radius: 20px; box-shadow: var(--shadow); }
.trust__item { display: flex; gap: 16px; align-items: center; padding: 26px clamp(20px, 2vw, 32px); min-width: 0; }
.trust__item + .trust__item { border-left: 1px solid var(--line-c); }
.trust__item > .icon { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); }
.trust__item strong { display: block; font-size: .95rem; line-height: 1.3; }
.trust__item span { display: block; font-size: .84rem; line-height: 1.4; color: var(--muted); }

/* ---------- Split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 112px); align-items: center; }
.split--reverse { grid-template-columns: 1fr 1fr; }
.split__media { aspect-ratio: 1 / 1; }
.split--reverse .split__media { aspect-ratio: 5 / 4; }
.split__copy > p:not(.eyebrow) { color: var(--ink-2); }

.window { margin: 28px 0; }
.window__bar { height: 12px; border-radius: 999px; background: var(--tint); overflow: hidden; }
.window__fill { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--teal) 0%, var(--teal) 30%, var(--amber) 62%, var(--primary) 100%); }
.window__marks { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 10px; font-size: .78rem; color: var(--muted); }
.window__marks span { display: grid; }
.window__marks span:nth-child(2) { text-align: center; transform: translateX(-30%); }
.window__marks span:nth-child(3) { text-align: center; transform: translateX(15%); }
.window__marks span:last-child { text-align: right; }
.window__marks b { color: var(--ink); font-size: .9rem; }

.facts { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.facts li { background: var(--surface); border: 1px solid var(--line-c); border-radius: var(--radius-sm); padding: 16px; }
.facts strong { display: block; font-family: var(--display); font-weight: 600; font-size: 1.9rem; line-height: 1.1; color: var(--primary); }
.facts span { font-size: .85rem; color: var(--muted); }

/* ---------- Quiz ---------- */
.quiz { padding: clamp(24px, 4vw, 40px); border: 0; }
.quiz__progress { height: 6px; background: var(--tint); border-radius: 999px; margin-bottom: 28px; overflow: hidden; }
.quiz__progress span { display: block; height: 100%; width: 33%; background: var(--teal); border-radius: inherit; transition: width .35s ease; }
.quiz__step { border: 0; margin: 0; padding: 0; display: none; }
.quiz__step.is-active { display: block; animation: fadeIn .35s ease; }
.quiz legend { font-weight: 800; font-size: 1.2rem; margin-bottom: 18px; padding: 0; }
.choices { display: grid; gap: 10px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice span { display: block; padding: 15px 18px 15px 50px; border: 1.5px solid var(--line-c); border-radius: var(--radius-sm); font-weight: 600; transition: border-color .15s, background .15s; position: relative; }
.choice span::before { content: ""; position: absolute; left: 18px; top: 50%; width: 18px; height: 18px; margin-top: -9px; border-radius: 50%; border: 2px solid var(--line-c); transition: all .15s; }
.choice:hover span { border-color: var(--teal); }
.choice input:checked + span { border-color: var(--teal); background: var(--teal-soft); }
.choice input:checked + span::before { border-color: var(--teal); background: var(--teal); box-shadow: inset 0 0 0 3px #fff; }
.choice input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 2px; }
.quiz__nav { display: flex; gap: 10px; margin-top: 20px; }
.quiz__disclaimer { font-size: .8rem; color: var(--muted); margin: 18px 0 0; }
.quiz__result { animation: fadeIn .4s ease; }
.result { border-radius: var(--radius-sm); padding: 24px; }
.result h3 { font-family: var(--display); font-weight: 600; font-size: 1.5rem; }
.result--urgent { background: var(--primary-soft); }
.result--urgent h3 { color: var(--primary-d); }
.result--advice { background: #fcf0dc; }
.result--low { background: var(--teal-soft); }
.result__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ---------- Services ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svc { position: relative; padding: 28px 24px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc--featured { background: var(--ink); color: #e6efec; }
.svc--featured p { color: #b9ccc8; }
.svc--featured .svc__icon { background: var(--primary); color: #fff; }
.svc--featured .link-arrow { color: #ff8a7c; }
.svc__icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--primary-soft); color: var(--primary); margin-bottom: 20px; }
.svc p { color: var(--muted); font-size: .95rem; flex: 1; }
.svc__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line-c); }
.svc--featured .svc__foot { border-color: rgba(255, 255, 255, .15); }
.price { font-weight: 800; }
.badge { position: absolute; top: 20px; right: 20px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--primary); color: #fff; padding: 5px 10px; border-radius: 999px; }

/* ---------- Steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.step { position: relative; padding: 28px 24px; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); background: rgba(255, 255, 255, .03); }
.step__n { display: block; font-family: var(--display); font-size: 2.6rem; font-weight: 500; font-style: italic; color: #ff8a7c; line-height: 1; margin-bottom: 18px; }
.step h3 { color: #fff; }
.step p { color: #b9ccc8; font-size: .95rem; margin: 0; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 48px; right: -21px; width: 22px; height: 1px; background: rgba(255, 255, 255, .25); }

/* ---------- Compare table ---------- */
.table-wrap { overflow-x: auto; margin: 8px 0 18px; border-radius: var(--radius-sm); border: 1px solid var(--line-c); background: var(--surface); }
.compare { width: 100%; border-collapse: collapse; font-size: .95rem; }
.compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line-c); vertical-align: top; }
.compare tr:last-child > * { border-bottom: 0; }
.compare thead th { font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; background: var(--tint); }
.compare thead th:nth-child(2) { color: var(--primary); }
.compare thead th:nth-child(3) { color: var(--teal); }
.compare tbody th { font-weight: 700; color: var(--muted); font-size: .85rem; width: 26%; }

/* ---------- Band ---------- */
.band { position: relative; padding: clamp(80px, 12vw, 160px) 0; overflow: hidden; }
.band__media { position: absolute; inset: 0; border-radius: 0; }
.band__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 43, 46, .75), rgba(13, 43, 46, .15)); }
.band__img { width: 100%; height: 100%; object-fit: cover; }
.band__inner { position: relative; }
.band__card { max-width: 540px; padding: clamp(28px, 4vw, 44px); }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist .icon { color: #fff; background: var(--teal); border-radius: 50%; padding: 4px; width: 24px; height: 24px; margin-top: 2px; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.faq__head { position: sticky; top: calc(var(--header-h) + 32px); }
.accordion { display: grid; gap: 10px; }
.accordion__item { background: var(--surface); border: 1px solid var(--line-c); border-radius: var(--radius-sm); transition: border-color .15s; }
.accordion__item[open] { border-color: var(--teal); box-shadow: var(--shadow); }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 22px; font-weight: 700; font-size: 1.03rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion__icon { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--tint); flex: none; transition: transform .25s, background .25s; }
.accordion__icon .icon { width: 18px; height: 18px; }
.accordion__item[open] .accordion__icon { transform: rotate(45deg); background: var(--teal); color: #fff; }
.accordion__body { padding: 0 22px 6px; color: var(--ink-2); }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.contact__info > p:not(.eyebrow) { color: var(--ink-2); }
.quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.quick__item { display: flex; flex-direction: column; gap: 10px; padding: 16px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--line-c); text-decoration: none; color: var(--ink); font-size: .85rem; transition: transform .15s, border-color .15s; min-width: 0; }
.quick__item:hover { transform: translateY(-2px); border-color: var(--ink); }
.quick__item span { display: grid; overflow-wrap: anywhere; color: var(--muted); }
.quick__item strong { color: var(--ink); font-size: .95rem; }
.quick__item .icon { color: var(--teal); }
.quick__item--line .icon { color: var(--line-green); }
.quick__item--wa .icon { color: var(--wa-green); }
.location { padding: 20px; }
.location p { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; }
.location .icon { color: var(--primary); margin-top: 3px; }
.map { aspect-ratio: 16 / 9; border-radius: var(--radius-sm); overflow: hidden; background: var(--tint) repeating-linear-gradient(45deg, transparent 0 14px, rgba(31, 122, 109, .06) 14px 28px); display: grid; place-items: center; }
.map iframe { width: 100%; height: 100%; border: 0; }
.map__load { display: inline-flex; align-items: center; gap: 8px; font: 700 .9rem var(--font); padding: 10px 18px; border-radius: 999px; border: 0; background: var(--surface); box-shadow: var(--shadow); cursor: pointer; color: var(--ink); }

.booking { padding: clamp(24px, 4vw, 40px); }
.booking h3 { font-family: var(--display); font-weight: 600; font-size: 1.5rem; margin-bottom: 20px; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label { font-size: .85rem; font-weight: 700; color: var(--ink-2); }
.field input, .field select, .field textarea { font: 500 1rem var(--font); color: var(--ink); padding: 12px 14px; border: 1.5px solid var(--line-c); border-radius: 12px; background: var(--bg); width: 100%; transition: border-color .15s, background .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: #fff; }
.field [aria-invalid="true"] { border-color: var(--primary); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--muted); margin: 4px 0 20px; cursor: pointer; }
.consent input { margin-top: 4px; accent-color: var(--teal); width: 16px; height: 16px; flex: none; }
.booking__lock { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: .8rem; color: var(--muted); margin: 14px 0 0; }
.booking__lock .icon { width: 14px; height: 14px; }
.notice { padding: 14px 16px; border-radius: 12px; font-size: .92rem; font-weight: 600; margin-bottom: 18px; }
.notice--ok { background: var(--teal-soft); color: #145a50; }
.notice--err { background: var(--primary-soft); color: var(--primary-d); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b9ccc8; padding: 72px 0 110px; font-size: .93rem; }
.site-footer a { color: #e6efec; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.brand--light { color: #fff; margin-bottom: 16px; }
.brand--light .brand__mark { color: #fff; }
.brand--light .brand__text em { color: #ff8a7c; }
.site-footer__lede { max-width: 30em; }
.site-footer__h { font-family: var(--font); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: #8fd3c3; margin-bottom: 14px; }
.footer-links, .site-footer .nav__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.site-footer .nav__list a { padding: 0; color: #e6efec; font-weight: 500; background: none; }
.site-footer__bottom { margin-top: 48px; font-size: .8rem; }
.site-footer__bottom::before { content: ""; display: block; border-top: 1px solid rgba(255, 255, 255, .12); margin-bottom: 24px; }
.site-footer__bottom a { color: #b9ccc8; text-decoration: underline; }
.disclaimer { color: #e6efec; }

/* Floating chat */
.fab { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: grid; gap: 10px; transition: transform .3s, opacity .3s; }
.fab.is-hidden { transform: translateY(120%); opacity: 0; pointer-events: none; }
.fab__btn { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; text-decoration: none; box-shadow: var(--shadow-lg); transition: transform .15s; }
.fab__btn:hover { transform: scale(1.06); }
.fab__btn--wa { background: var(--wa-green); }
.fab__btn--line { background: var(--line-green); font-weight: 800; font-size: .78rem; letter-spacing: .02em; }

/* Prose (inner pages) */
.prose { max-width: 760px; }
.prose h1 { font-family: var(--display); font-weight: 500; font-size: clamp(2rem, 1.5rem + 2vw, 3rem); }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
	.cards, .steps { grid-template-columns: repeat(2, 1fr); }
	.step::after { display: none; }
	.trust { grid-template-columns: repeat(2, 1fr); }
	.trust__item:nth-child(3) { border-left: 0; }
	.trust__item:nth-child(n+3) { border-top: 1px solid var(--line-c); }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.hero__grid, .split, .split--reverse, .faq, .contact { grid-template-columns: 1fr; }
	.split--reverse .split__media { order: -1; }
	.split__media { aspect-ratio: 16 / 10; }
	.hero__visual { padding: 0; }
	.hero__media { aspect-ratio: 16 / 11; }
	.timer { position: relative; left: auto; bottom: auto; width: auto; max-width: 480px; margin: -72px auto 0; }
	.faq__head { position: static; }
}
@media (max-width: 600px) {
	body { font-size: 16px; }
	.cards, .steps, .trust { grid-template-columns: 1fr; }
	.trust__item + .trust__item { border-left: 0; border-top: 1px solid var(--line-c); }
	.trust__item { padding: 16px 18px; }
	.hero__title em { display: inline; }
	.hero__chip { top: 12px; right: 12px; font-size: .74rem; }
	.hero__ctas .btn { flex: 1 1 100%; }
	.facts { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
	.facts li { padding: 12px 10px; }
	.facts strong { font-size: 1.5rem; }
	.quick { grid-template-columns: 1fr; }
	.quick__item { flex-direction: row; align-items: center; }
	.field-row { grid-template-columns: 1fr; gap: 0; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.window__marks { font-size: .7rem; }
	.timer { margin: -56px 10px 0; padding: 18px; }
	.timer__main { grid-template-columns: 92px 1fr; gap: 14px; }
	.timer__body { width: 92px; height: 92px; }
	.timer__readout strong { font-size: 1.8rem; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.js .reveal { opacity: 1; transform: none; }
}


/* ---------- Dedicated pages & section links ---------- */
.section__more { display: inline-flex; margin-top: 6px; }
.section__cta { margin: 28px 0 0; }
.faq__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.section--tight { padding-top: 0; }
.section--spacer { height: var(--section-y); }
.page-hero .blog-hero__intro { max-width: 40em; }

.split--timer { align-items: center; }
.timer-stage { display: grid; place-items: center; padding: clamp(24px, 4vw, 48px); border-radius: 28px;
	background: radial-gradient(70% 80% at 80% 10%, rgba(31, 122, 109, .16), transparent 70%), radial-gradient(60% 60% at 10% 90%, rgba(217, 65, 47, .1), transparent 70%), var(--tint); }
.timer.timer--static { position: static; width: 100%; max-width: 440px; margin: 0; }

.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 28px); }
.info-card { padding: clamp(24px, 3vw, 36px); }
.info-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.15rem; margin-bottom: 16px; }
.info-card h3 .icon { width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: var(--teal-soft); color: var(--teal); }
.info-card + .info-card h3 .icon { background: var(--primary-soft); color: var(--primary); }
.checklist--plain { gap: 10px; }
.checklist--plain li { display: block; position: relative; padding-left: 22px; color: var(--ink-2); }
.checklist--plain li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }

@media (max-width: 900px) {
	.info-grid { grid-template-columns: 1fr; }
	.timer.timer--static { margin: 0 auto; }
}
