:root {
  --red: #C8102E;
  --red-dark: #9a0c24;
  --red-soft: #fff1f3;
  --dark: #111111;
  --bg: #F6F4F2;
  --text: #1c1d21;
  --muted: #6B7280;
  --border: #E6E2DE;
  --white: #FFFFFF;
  --success: #198754;
  --warning: #F59E0B;
  --wa: #25D366;
  --wa-dark: #1dae52;
  --shadow: 0 12px 40px rgba(17, 17, 17, .07);
  --radius: 18px;
  --max: 1180px;
  --font: "DM Sans", system-ui, sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 8px; top: 8px; background: #fff; padding: .5rem 1rem; z-index: 99; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.announce { background: var(--dark); color: #fff; font-size: .82rem; letter-spacing: .02em; padding: .5rem 0; text-align: center; }
.announce a { color: #fff; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; gap: .85rem; padding: .75rem 0; }
.logo { display: flex; align-items: center; gap: .7rem; color: var(--dark); font-weight: 700; text-decoration: none; min-width: 0; }
.logo img { height: 44px; width: auto; max-width: 200px; object-fit: contain; }
.logo-mark { width: 40px; height: 40px; background: var(--red); color: #fff; border-radius: 12px; display: grid; place-items: center; font-weight: 800; flex-shrink: 0; }
.logo span { display: block; font-size: .7rem; color: var(--muted); font-weight: 500; }
nav.primary { margin-left: auto; display: flex; gap: .15rem; flex-wrap: wrap; }
nav.primary a { color: var(--text); padding: .45rem .72rem; border-radius: 999px; font-size: .9rem; font-weight: 500; text-decoration: none; }
nav.primary a:hover, nav.primary a[aria-current="page"] { background: var(--red-soft); color: var(--red); }
.header-cta { display: flex; gap: .4rem; flex-shrink: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; border: 0; border-radius: 999px; padding: .68rem 1.15rem; font-weight: 600; cursor: pointer; font-family: inherit; text-decoration: none; line-height: 1.2; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 18px rgba(200,16,46,.22); }
.btn-primary:hover { background: var(--red-dark); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--dark); border: 1px solid var(--border); }
.btn-ghost:hover { text-decoration: none; background: var(--bg); }
.btn-whatsapp { background: var(--wa); color: #fff; }
.btn-whatsapp:hover { background: var(--wa-dark); text-decoration: none; color: #fff; }
.btn-dark { background: var(--dark); color: #fff; }
.hero { position: relative; overflow: hidden; background: radial-gradient(1200px 420px at 85% -10%, rgba(200,16,46,.45), transparent 50%), linear-gradient(145deg, #141414 0%, #2a0c14 58%, #7a1024 140%); color: #fff; padding: 4.6rem 0 3.8rem; }
.hero:after { content: ""; position: absolute; inset: auto -40px -80px auto; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.05); }
.hero .container { position: relative; z-index: 1; }
.eyebrow { display: inline-block; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: .25rem .7rem; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; color: #f7d4db; margin-bottom: 1rem; }
.hero-grid { display: grid; gap: 2rem; align-items: center; grid-template-columns: 1.15fr .85fr; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; border-radius: 28px; box-shadow: 0 30px 60px rgba(0,0,0,.28); animation: floaty 6s ease-in-out infinite; }
.hero h1 { font-size: clamp(2.05rem, 4.4vw, 3.35rem); line-height: 1.12; margin: 0 0 .85rem; max-width: 16ch; letter-spacing: -.02em; }
.page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #171417 0%, #2b0f16 46%, #8a1228 120%); color: #fff; padding: 2.6rem 0 2.4rem; margin-bottom: 0; }
.page-hero:before { content: ""; position: absolute; inset: -40% auto auto 55%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(200,16,46,.45), transparent 68%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(1.85rem, 4vw, 2.8rem); margin: .35rem 0 .5rem; letter-spacing: -.03em; max-width: 22ch; }
.page-hero p { margin: 0; max-width: 52ch; color: #f3c5ce; }
.page-hero--photo { min-height: 280px; display: flex; align-items: flex-end; padding: 3.2rem 0 2.2rem; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05); transform: scale(1.04); animation: kenburns 18s ease-in-out infinite alternate; }
.page-hero--photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.15), rgba(17,17,17,.78) 78%); }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; font-size: .82rem; color: var(--muted); margin: 1rem 0; font-weight: 600; }
.crumbs a { color: var(--muted); }
.page-hero .crumbs, .crumbs-on-dark { color: #f3c5ce; margin: 0 0 .65rem; }
.page-hero .crumbs a, .crumbs-on-dark a { color: #fff; }
.crumbs-sep { opacity: .55; font-weight: 500; }
.enquiry-wrap { background: var(--bg); }
.enquiry-card { display: grid; gap: 1.6rem; grid-template-columns: .9fr 1.1fr; background: #fff; border: 1px solid var(--border); border-radius: 28px; padding: 1.85rem 1.9rem; box-shadow: var(--shadow); }
.enquiry-card .eyebrow.dark { background: var(--red-soft); color: var(--red); border: 0; }
.enquiry-photo { border-radius: 18px; margin-top: 1rem; width: 100%; }
.form-row { display: grid; gap: .8rem; grid-template-columns: 1fr 1fr; }
.card-media { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.card-cover { position: relative; height: 158px; background: #171417; overflow: hidden; }
.card-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; margin: 0; display: block; background: #171417; transition: transform .55s ease; }
.card-icon { position: absolute; left: 1.4rem; bottom: -22px; width: 48px; height: 48px; border-radius: 14px; background: #fff; border: 1px solid var(--border); display: grid; place-items: center; box-shadow: var(--shadow); }
.card-icon svg { width: 22px; height: 22px; }
.card-body { padding: 2.05rem 1.45rem 1.4rem; }
.card-body h3, .card-body p { margin-left: 0; margin-right: 0; }
.card-media:hover .card-cover img { transform: scale(1.06); }
.prose img, .article-photo img { border-radius: 16px; margin: 1.1rem 0; box-shadow: var(--shadow); }
.article-photo { margin: 1.2rem 0; }
.reveal { opacity: 0; transform: translateY(18px); animation: none; }
.reveal.is-in { animation: rise .7s ease forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes kenburns { from { transform: scale(1.04) translateY(0); } to { transform: scale(1.12) translateY(-2%); } }
.hero p { max-width: 50ch; color: #f3c5ce; font-size: 1.05rem; }
.hero-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin: 1.5rem 0 1rem; }
.hero-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.hero-contact a { color: #fff; margin-right: 1.1rem; font-weight: 600; }
.section { padding: 3.6rem 0; }
.section.alt { background: var(--bg); }
.section h2 { font-size: 1.75rem; margin: 0 0 .35rem; letter-spacing: -.02em; }
.lede { color: var(--muted); margin-bottom: 1.6rem; max-width: 58ch; }
.grid { display: grid; gap: 1.05rem; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.45rem 1.5rem 1.4rem; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s, border-color .2s; color: inherit; }
.card.card-media { padding: 0; }
a.card { text-decoration: none; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(17,17,17,.1); border-color: #f0c9d0; text-decoration: none; }
.card h3 { margin: 0 0 .5rem; font-size: 1.08rem; color: var(--dark); padding: 0; }
.card p { margin: 0; }
.card strong { display: block; margin-bottom: .4rem; }
.muted { color: var(--muted); }
.icon-blob { width: 44px; height: 44px; border-radius: 14px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; font-weight: 800; }
.finder { background: #fff; border-radius: 22px; padding: 1.5rem; border: 1px solid var(--border); box-shadow: var(--shadow); }
.chip-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.chip { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: .48rem .9rem; cursor: pointer; font-weight: 500; }
.chip[aria-pressed="true"], .chip:has(input:checked) { background: var(--red); color: #fff; border-color: var(--red); }
.chip input { appearance: none; width: 0; height: 0; }
.steps { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.review { border-left: 4px solid var(--red); }
.review p { margin: .45rem 0 .7rem; }
.stars { color: var(--red); letter-spacing: 1px; }
.badge-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.badge { border: 1px solid var(--border); border-radius: 14px; padding: 1rem 1.15rem; background: #fff; font-size: .9rem; box-shadow: var(--shadow); }
.faq details { border-bottom: 1px solid var(--border); padding: .9rem 0; }
.faq summary { cursor: pointer; font-weight: 600; }
.cta-band { background: linear-gradient(135deg, var(--red), #8e0d22); color: #fff; border-radius: 22px; padding: 2.2rem 2.3rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; }
.cta-band h2, .cta-band p { margin: 0 0 .35rem; }
.cta-band a.btn, .cta-band a { background: #fff; color: var(--red); }
.site-footer { background: #0e0e0e; color: #c9cdd3; padding: 3.2rem 0 6.2rem; }
.site-footer a { color: #fff; }
.foot-grid { display: grid; gap: 1.5rem; grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.legal-links { display: flex; flex-wrap: wrap; gap: .45rem 1rem; font-size: .8rem; margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid #2a2a2a; }
.foot-copy { margin: 1.1rem 0 0; font-size: .9rem; color: #9aa1ab; }
.foot-copy a { color: #fff; font-weight: 700; text-decoration: underline; }
.form { display: grid; gap: .8rem; }
.form input, .form select, .form textarea { width: 100%; padding: .75rem .85rem; border: 1px solid var(--border); border-radius: 12px; font: inherit; background: #fff; }
.form label { font-weight: 600; font-size: .9rem; }
.hp { position: absolute; left: -9999px; }
.alert { padding: .8rem 1rem; border-radius: 12px; margin: 1rem 0; }
.alert-ok { background: #e8f6ee; color: #0f5132; }
.alert-err { background: #fde8ec; color: #9a0c24; }
.article { max-width: 720px; }
.article h1 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.2; }
.article .content h2 { margin-top: 1.8rem; }
.quick { background: var(--red-soft); border: 1px solid #f3c5ce; border-radius: 16px; padding: 1rem 1.15rem; margin: 1rem 0 1.4rem; }
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--border); padding: .5rem .8rem calc(.5rem + env(safe-area-inset-bottom)); z-index: 50; }
.mobile-bar a { flex: 1; text-align: center; color: var(--dark); font-size: .78rem; font-weight: 700; text-decoration: none; padding: .35rem; border-radius: 10px; }
.mobile-bar a.is-wa { color: var(--wa-dark); }
.ad-slot { margin: 1.2rem 0; min-height: 0; }
.cookie { position: fixed; bottom: 12px; left: 12px; right: 12px; max-width: 520px; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 1rem; box-shadow: var(--shadow); z-index: 60; }
.search-hit mark { background: #fde8ec; }
.pager { display: flex; gap: .4rem; margin: 1.5rem 0; }
.pager a, .pager span { padding: .4rem .7rem; border: 1px solid var(--border); border-radius: 8px; color: var(--text); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--border); border-radius: 12px; background: #fff; cursor: pointer; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-toggle-bars { display: flex; flex-direction: column; gap: 5px; width: 18px; }
.nav-toggle-bars span { display: block; height: 2px; width: 100%; background: var(--dark); border-radius: 2px; }
.nav-backdrop { position: fixed; inset: 0; background: rgba(17,17,17,.45); z-index: 70; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.nav-backdrop.is-on { opacity: 1; pointer-events: auto; }
.nav-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(86vw, 320px); background: #fff; z-index: 80; transform: translateX(-105%); transition: transform .28s ease; box-shadow: 12px 0 40px rgba(0,0,0,.18); padding: 1rem 1.1rem 1.4rem; display: flex; flex-direction: column; gap: 1rem; }
.nav-drawer.is-open { transform: translateX(0); }
.nav-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.nav-close { width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 10px; background: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.nav-drawer-links { display: flex; flex-direction: column; gap: .15rem; }
.nav-drawer-links a { color: var(--dark); text-decoration: none; padding: .75rem .85rem; border-radius: 12px; font-weight: 600; }
.nav-drawer-links a:hover, .nav-drawer-links a[aria-current="page"] { background: var(--red-soft); color: var(--red); }
.nav-drawer-actions { display: grid; gap: .5rem; margin-top: auto; }
body.drawer-open { overflow: hidden; }

.wa-float { position: fixed; right: 18px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.4); z-index: 45; text-decoration: none; }
.wa-float:hover { background: var(--wa-dark); color: #fff; text-decoration: none; }

@media (max-width: 1024px) {
  nav.primary { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn-ghost { display: none; }
}
@media (max-width: 900px) {
  .hero-grid, .enquiry-card, .form-row { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 68px; }
  .wa-float { bottom: 78px; }
  .header-cta .btn-primary { padding: .62rem .9rem; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .header-cta .btn-whatsapp span, .header-cta .btn-primary { font-size: .82rem; }
  .hero { padding: 3.2rem 0 2.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { border: 1px solid var(--border); padding: .5rem; text-align: left; }
.share { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.2rem 0; }
.share a, .share button { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: .35rem .8rem; font: inherit; cursor: pointer; color: var(--text); }
.auth-wrap, .install-wrap { min-height: 100vh; display: grid; place-items: center; background: var(--bg); padding: 1rem; }
.auth-card { width: min(100%, 420px); background: #fff; padding: 1.6rem; border-radius: 16px; border: 1px solid var(--border); }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-nav { background: #111; color: #ddd; padding: 1rem .8rem; }
.admin-nav a { display: block; color: #eee; padding: .4rem .6rem; border-radius: 8px; text-decoration: none; font-size: .9rem; }
.admin-nav a:hover { background: #222; }
.admin-nav h1 { color: #fff; font-size: 1rem; }
.admin-main { padding: 1.2rem; background: var(--bg); }
.table { width: 100%; border-collapse: collapse; background: #fff; }
.table th, .table td { border-bottom: 1px solid var(--border); padding: .55rem .7rem; text-align: left; font-size: .9rem; }
.kpi { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .8rem; }
.kpi div { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: .9rem; }
.kpi strong { display: block; font-size: 1.4rem; }
.source { font-size: .72rem; color: var(--muted); }
.score li.ok { color: var(--success); }
.score li.warn { color: var(--warning); }
@media (max-width: 800px) {
  .admin-shell { grid-template-columns: 1fr; }
}
