
:root {
  --bg:#ffffff; --text:#0f172a; --muted:#475569; --card:#ffffff; --border:#e5e7eb;
  --accent:#16a34a; --hero:#16a34a; --hero-text:#ffffff;
}
@media (prefers-color-scheme: dark){
  :root{ --bg:#0b0c10; --text:#e8ebf1; --muted:#a8b0bd; --card:#111319; --border:#232635; --accent:#10b981; --hero:#10b981; --hero-text:#05180f; }
}
body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);margin:0}
.wrap{max-width:1100px;margin:0 auto;padding:0 16px}
header.site{position:sticky;top:0;z-index:40;background:var(--bg);border-bottom:1px solid var(--border)}
.brand{display:flex;align-items:center;gap:12px;padding:10px 0}
.brand .name{font-size:1.35rem;font-weight:900;letter-spacing:-0.03em}
.brand .subtitle{display:block;font-size:.82rem;font-weight:600;color:var(--muted);margin-top:-2px}
.hero{background:var(--hero);color:var(--hero-text);display:flex;align-items:center}
.hero .wrap{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:64vh}
h1{font-size:clamp(2rem,1.2rem+2vw,3rem);margin:8px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:0;border-radius:12px;padding:14px 22px;font-weight:800;text-decoration:none}
.btn.secondary{background:transparent;border:2px solid #fff;color:#fff}
.section{padding:60px 0}
h2{font-size:clamp(1.7rem,1.1rem+1.2vw,2.3rem)}
.cards{display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:768px){.cards{grid-template-columns:repeat(3,1fr)}}
.cards .card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;height:100%}
.cards .card p{flex-grow:1}
.cards .card .price{margin-top:8px;margin-bottom:12px;font-size:1.6rem;font-weight:800}
.cards .card a.btn{align-self:stretch;text-align:center}
/* Testimonials colorful cards */
.t-grid{display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:720px){.t-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1080px){.t-grid{grid-template-columns:repeat(4,1fr)}}
.t-card{position:relative;border-radius:18px;padding:18px;color:#03140a;overflow:hidden;border:1px solid rgba(2,6,23,.08);box-shadow:0 6px 22px rgba(2,6,23,.10)}
.t1{background:linear-gradient(145deg,#bbf7d0,#86efac)}
.t2{background:linear-gradient(145deg,#a7f3d0,#6ee7b7)}
.t3{background:linear-gradient(145deg,#bae6fd,#7dd3fc)}
.t4{background:linear-gradient(145deg,#fde68a,#fcd34d)}
footer{padding:32px 0;border-top:1px solid var(--border);color:var(--muted);text-align:center;font-size:.9rem}


/* v7 About two-column */
#about .wrap>div{display:flex;flex-wrap:wrap;gap:24px;align-items:center}
#about img{border-radius:12px}

/* v7 Testimonials horizontal */
.t-grid.t-wide{grid-template-columns:1fr;gap:20px}
@media(min-width:768px){.t-grid.t-wide{grid-template-columns:1fr 1fr}}
.t-card{min-height:140px;display:flex;flex-direction:column;justify-content:space-between}
blockquote{font-size:0.95rem;line-height:1.4}
cite{font-size:0.85rem;font-weight:600;margin-top:6px;display:block}


/* v7.1 Light background for testimonials and guide */
.bg-light { background-color:#f0fdf4; }


/* v7.2 hero left aligned */
.hero-text { text-align:left; align-items:flex-start; }
.hero-text h1 { max-width:700px; }


/* v7.9 confirmation notes */
#booking-note, #guide-note {
  font-size:0.9rem;
  color:#166534;
  background:#dcfce7;
  padding:6px 10px;
  border-radius:6px;
  display:inline-block;
}


/* WhatsApp CTA buttons */
.btn-large{font-size:1.1rem;padding:0.75rem 1.25rem;}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin-top:1rem;}
.btn:hover{background:#14532d;}


/* CTA buttons (WhatsApp) */
.btn-large{font-size:1.1rem;padding:0.75rem 1.25rem;}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin-top:1rem;}
.btn:hover{background:#14532d;}
/* About image balance */
.profile-pic{max-width:180px;}


/* CTA placement + sizing */
.center{text-align:center;}
.btn-large{font-size:1.1rem;padding:0.75rem 1.25rem;}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;}
.btn:hover{background:#14532d;}


/* Ensure CTA styles */
.center{text-align:center;}
.btn-large{font-size:1.1rem;padding:0.75rem 1.25rem;}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;margin-top:1rem;}
.btn:hover{background:#14532d;}


/* Defensive: hide any stray controls inside privacy sections */
section#privacy form, section#privacy input, section#privacy textarea, section#privacy select, section#privacy label { display:none !important; }
/* Also hide controls in any section that has privacy heading pattern */
section:has(h2:matches-css(^\s*Privacy\b)) input,
section:has(h2:matches-css(^\s*Privacy\b)) textarea,
section:has(h2:matches-css(^\s*Privacy\b)) select,
section:has(h2:matches-css(^\s*Privacy\b)) form,
section:has(h2:matches-css(^\s*Privacy\b)) label { display:none !important; }
