* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: #0f172a; background: #ffffff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 2rem)); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid #e2e8f0; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.85rem; min-width: 0; }
.brand-logo { width: 52px; height: 52px; border-radius: 18px; object-fit: cover; box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12); background: #ffffff; }
.brand-logo.small { width: 44px; height: 44px; }
.brand-name { font-weight: 800; font-size: 1.05rem; }
.brand-sub { font-size: 0.82rem; color: #64748b; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.nav-links a { font-weight: 600; color: #475569; }
.nav-links a:hover { color: #0f172a; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; padding: 0.85rem 1.15rem; font-weight: 700; border: 1px solid transparent; transition: 0.2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #0284c7; color: white; }
.btn-primary:hover { background: #0369a1; }
.btn-outline { border-color: #cbd5e1; color: #0f172a; background: #ffffff; }
.btn-outline:hover { border-color: #94a3b8; }
.btn.full { width: 100%; }
.menu-toggle { display: none; border: 1px solid #cbd5e1; background: white; border-radius: 12px; padding: 0.55rem 0.8rem; font-size: 1.2rem; cursor: pointer; }
.hero { background: linear-gradient(180deg, #eff6ff 0%, #ffffff 50%); padding: 5rem 0 4rem; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.eyebrow { display: inline-block; color: #0369a1; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1rem; }
.eyebrow.light { color: #bae6fd; }
.hero h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: 1.05; margin: 0 0 1rem; font-weight: 900; letter-spacing: -0.04em; }
.hero h1 span { color: #0284c7; }
.hero p { color: #475569; font-size: 1.08rem; max-width: 45rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.7rem 0 2rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { background: white; border: 1px solid #e2e8f0; border-radius: 24px; padding: 1rem; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05); }
.feature-card h3 { margin: 0 0 0.4rem; font-size: 1rem; }
.feature-card p { margin: 0; font-size: 0.92rem; }
.hero-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.hero-images img:first-child { grid-column: 1 / -1; height: 330px; }
.hero-images img { width: 100%; object-fit: cover; border-radius: 28px; box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14); }
.hero-images img:nth-child(2), .hero-images img:nth-child(3) { height: 220px; }
.stats { padding: 1.2rem 0; background: #f8fafc; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.stats-grid div { display: flex; flex-direction: column; gap: 0.25rem; }
.stats-grid strong { font-size: 1.35rem; }
.stats-grid span { color: #64748b; font-size: 0.92rem; }
.section { padding: 5rem 0; }
.section-muted { background: #f8fafc; }
.section-heading { max-width: 760px; text-align: center; margin: 0 auto 2.5rem; }
.section-heading h2 { margin: 0 0 0.8rem; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; font-weight: 850; letter-spacing: -0.03em; }
.section-heading p { margin: 0; color: #64748b; font-size: 1.05rem; }
.card-grid { display: grid; gap: 1.5rem; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { background: white; border: 1px solid #e2e8f0; border-radius: 28px; padding: 1.6rem; box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05); }
.card h3 { margin-top: 0; font-size: 1.45rem; }
.card p { color: #475569; }
.card ul { margin: 1rem 0 0; padding-left: 1.15rem; color: #334155; }
.card li + li { margin-top: 0.5rem; }
.pricing-card { position: relative; }
.pricing-card .pricing-title { font-size: 1.6rem; font-weight: 800; }
.price { font-size: 2.6rem; font-weight: 900; margin: 0.8rem 0 0.2rem; }
.tag { color: #0369a1; font-weight: 600; }
.featured { border-color: #38bdf8; box-shadow: 0 18px 40px rgba(2, 132, 199, 0.16); }
.badge { position: absolute; top: 1rem; right: 1rem; background: #0284c7; color: white; font-size: 0.78rem; font-weight: 800; border-radius: 999px; padding: 0.45rem 0.75rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gallery-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 26px; box-shadow: 0 15px 35px rgba(15, 23, 42, 0.10); }
.stars { color: #f59e0b; font-size: 1.1rem; letter-spacing: 0.06em; margin-bottom: 0.8rem; }
.faq-list details { background: white; border: 1px solid #e2e8f0; border-radius: 22px; padding: 1rem 1.15rem; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04); }
.faq-list details + details { margin-top: 1rem; }
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list p { color: #475569; margin: 0.8rem 0 0; }
.booking { background: #082f49; color: white; padding: 5rem 0; }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.booking h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin: 0 0 1rem; }
.booking p { color: #dbeafe; }
.contact-list { margin-top: 1.5rem; display: grid; gap: 0.85rem; }
.contact-list a { color: #e0f2fe; text-decoration: underline; }
.booking-form { background: white; color: #0f172a; border-radius: 28px; padding: 1.5rem; box-shadow: 0 22px 50px rgba(15, 23, 42, 0.25); }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-bottom: 0.9rem; padding: 0.95rem 1rem; border: 1px solid #cbd5e1; border-radius: 16px; font: inherit; }
.booking-form textarea { resize: vertical; min-height: 140px; }
.tiny { font-size: 0.82rem; color: #64748b; margin: 0.2rem 0 0; }
.site-footer { background: #020617; color: #cbd5e1; }
.footer-grid { padding: 3rem 0; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; }
.footer-brand { margin-bottom: 1rem; }
.site-footer h4 { color: white; margin-top: 0; margin-bottom: 0.8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.45rem; }
.site-footer a:hover { color: white; }
.copyright { border-top: 1px solid rgba(255,255,255,0.08); text-align: center; padding: 1rem; color: #94a3b8; font-size: 0.92rem; }
@media (max-width: 980px) {
  .hero-grid, .booking-grid, .card-grid.three, .footer-grid, .stats-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero-images img:first-child { height: 260px; }
  .hero-images img:nth-child(2), .hero-images img:nth-child(3) { height: 200px; }
  .nav-actions { display: none; }
  .menu-toggle { display: inline-block; }
  .nav-links { display: none; position: absolute; top: 82px; left: 0; right: 0; background: white; border-bottom: 1px solid #e2e8f0; padding: 1rem; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
}
@media (max-width: 640px) {
  .hero { padding-top: 3.2rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
}