
:root{--bg:#ffffff;--ink:#0f172a;--muted:#475569;--line:#e2e8f0;--brand:#0ea5e9;--brand-ink:#0b84bd}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;line-height:1.6}
img{max-width:100%;height:auto;display:block;border-radius:12px}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.site-header .brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--ink)}
.site-header .brand img{width:36px;height:36px;border-radius:8px}
.site-header nav{display:flex;gap:16px}
.site-header .cta{padding:10px 14px;border:1px solid var(--brand);border-radius:10px}
main{max-width:1100px;margin:0 auto;padding:24px}
.hero{position:relative;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.hero-text{position:absolute;inset:auto 0 0 0;padding:24px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.92) 45%,rgba(255,255,255,1) 100%)}
.hero-text h1{margin:0 0 8px;font-size:clamp(22px,3.5vw,36px)}
.hero-cta{display:flex;gap:12px;margin-top:10px}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;border:1px solid var(--line)}
.btn.primary{background:var(--brand);color:white;border-color:var(--brand)}
.btn.primary:hover{background:var(--brand-ink)}
.btn.ghost{background:#fff}
.trust{padding:32px 0}
.trust .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.card{border:1px solid var(--line);padding:12px;border-radius:14px;display:block}
.card h3{margin:10px 0 4px}
.value{border:1px solid var(--line);padding:20px;border-radius:16px}
.bullets{margin:0;padding-left:18px}
.cta-wide{margin:24px 0;padding:22px;border:1px dashed var(--line);border-radius:14px;text-align:center}
.page h1{margin-top:6px}
.product{display:grid;grid-template-columns:1fr 1fr;gap:18px;border-bottom:1px solid var(--line);padding:18px 0}
.product:last-child{border-bottom:none}
.form-section form{display:grid;gap:12px;max-width:560px}
label{display:grid;gap:6px}
input,select,textarea{padding:12px;border-radius:10px;border:1px solid var(--line)}
.hidden{display:none}
.booking,.chat{margin-top:24px}
.chat-placeholder{border:1px solid var(--line);padding:24px;border-radius:12px;color:var(--muted)}
.synergy{margin-top:24px;padding:22px;border:1px solid var(--line);border-radius:14px}
.site-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;border-top:1px solid var(--line);margin-top:32px;padding:20px}
@media (max-width:800px){
  .product{grid-template-columns:1fr}
  .site-footer{grid-template-columns:1fr}
  .hero-text{position:relative;background:#fff}
}

.cta-grid{margin:24px 0;padding:22px;border:1px solid var(--line);border-radius:14px}
.cta-grid .cta-buttons{display:flex;flex-wrap:wrap;gap:12px}

.cards-uniform .thumb{aspect-ratio: 16/9; width:100%; overflow:hidden; border-radius:12px; border:1px solid var(--line); background:#fafafa}
.cards-uniform .thumb img{width:100%; height:100%; object-fit:cover; display:block}
.cards .card{display:block}

/* v12: uniform product images */
.product img{width:100%; height:auto; border-radius:12px; border:1px solid var(--line)}
.product .thumb{aspect-ratio:16/9; width:100%; overflow:hidden; border-radius:12px; border:1px solid var(--line); background:#fafafa}
.product .thumb img{width:100%; height:100%; object-fit:cover; display:block}
/* tighter grid and consistent alignment */
.product{align-items:center}
@media (min-width:900px){
  .product{grid-template-columns:1.1fr .9fr}
}

/* v13: calmer, plus pro */
.page .product{gap:24px;margin:18px 0;padding:16px 0;border-bottom:1px solid var(--line)}
.page .product:last-child{border-bottom:none}
.page .product .thumb{max-width:520px; aspect-ratio:16/9}
.page .product .product-copy h2{margin:0 0 6px}
.page .product .product-copy p{margin:0 0 10px; color:var(--muted)}
@media (max-width:900px){
  .page .product .thumb{max-width:100%}
}

/* v14 theme: slate + orange */
:root{
  --bg:#ffffff;
  --ink:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;
  --brand:#f97316;        /* orange CTA */
  --brand-ink:#ea580c;    /* darker orange hover */
  --hero-bg:#334155;      /* slate */
  --hero-ink:#e2e8f0;
}
.hero{background:var(--hero-bg);}
.hero-text{position:relative;color:var(--hero-ink);background:transparent;padding:28px}
.hero .btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}
.btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}
.btn.primary:hover{background:var(--brand-ink)}
.site-header .cta{border-color:var(--brand)}
/* Mobile CTA calmer */
@media (max-width:480px){
  .btn{padding:10px 14px;font-size:0.95rem;border-radius:14px}
  .hero-text h1{font-size:1.7rem}
}
.local-link a {
  font-weight: 600;
  text-decoration: underline;
}
.local-link a:hover {
  text-decoration: none;
}
