:root {
  --navy: #0b2545;
  --navy-deep: #071a32;
  --blue: #2e74b5;
  --blue-light: #dcecf9;
  --gold: #be8a2d;
  --gold-light: #fff7e7;
  --cloud: #f2f4f7;
  --white: #ffffff;
  --ink: #1e1e1e;
  --muted: #5b6572;
  --border: #dfe5ec;
  --success: #19714c;
  --danger: #a52a2a;
  --shadow: 0 18px 50px rgba(11, 37, 69, 0.1);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg, iframe { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(46,116,181,.42); outline-offset: 3px; }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(820px, 100%); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section-soft { background: var(--cloud); }
.section-dark { background: var(--navy); color: var(--white); }
.muted { color: var(--muted); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--white); color: var(--navy); padding: .7rem 1rem; border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 1rem; }

h1, h2, h3, h4 { margin: 0; font-family: Montserrat, Inter, ui-sans-serif, sans-serif; line-height: 1.16; color: var(--navy); }
h1 { font-size: clamp(2.35rem, 5vw, 4.65rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.75rem); letter-spacing: -.03em; }
h3 { font-size: 1.12rem; }
p { margin: 0 0 1rem; }
.eyebrow { margin: 0 0 .85rem; color: var(--gold); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin: 0 auto 2.8rem; text-align: center; }
.section-heading p:last-child { max-width: 650px; margin: 1rem auto 0; color: var(--muted); }

.site-header { position: relative; z-index: 50; background: var(--navy); color: var(--white); }
.site-header.home-header { position: absolute; inset: 0 0 auto; background: transparent; }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { position: relative; color: rgba(255,255,255,.86); font-size: .93rem; font-weight: 600; }
.nav-links a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav-links a.active, .nav-links a:hover { color: var(--white); }
.nav-links a.active::after, .nav-links a:hover::after { right: 0; }
.header-phone { font-size: .82rem !important; white-space: nowrap; }
.nav-cta { padding: .72rem 1.05rem; border-radius: 999px; background: var(--gold); color: var(--navy-deep) !important; white-space: nowrap; }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: transparent; cursor: pointer; }
.nav-toggle span { width: 22px; height: 2px; background: var(--white); border-radius: 999px; transition: .2s ease; }

.hero { position: relative; min-height: 780px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(46,116,181,.32), transparent 34%), linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--white); }
.hero::before { content: ''; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(190,138,45,.18); border-radius: 50%; left: -260px; bottom: -240px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 4rem; padding: 8.5rem 0 5.5rem; }
.hero h1 { color: var(--white); }
.hero-copy > p:not(.eyebrow) { max-width: 680px; margin-top: 1.4rem; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.hero-visual-wrap { position: relative; }
.hero-visual { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; background: #153c66; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.availability-badge { position: absolute; left: -1.2rem; bottom: 1.6rem; max-width: 255px; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(7,26,50,.92); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.availability-badge strong { display: block; margin-bottom: .25rem; color: var(--white); }
.availability-badge span { color: rgba(255,255,255,.75); font-size: .88rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin-top: 1.8rem; color: rgba(255,255,255,.8); font-size: .88rem; }
.trust-row span::before { content: '✓'; margin-right: .45rem; color: var(--gold); font-weight: 800; }
.trust-strip { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--border); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .75rem; padding: 1.05rem 0; }
.trust-strip-item { display: flex; align-items: center; gap: .55rem; color: var(--navy); font-size: .86rem; font-weight: 700; }
.trust-strip-item::before { content: '✓'; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--gold-light); color: var(--gold); }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .82rem 1.18rem; border: 1px solid transparent; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold, .btn-primary { background: var(--gold); color: var(--navy-deep); box-shadow: 0 10px 30px rgba(190,138,45,.2); }
.btn-gold:hover, .btn-primary:hover { background: #d09a36; }
.btn-outline { border-color: rgba(255,255,255,.38); color: var(--white); background: rgba(255,255,255,.05); }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-whatsapp { background: #188b4b; color: var(--white); box-shadow: 0 10px 30px rgba(24,139,75,.2); }
.btn-whatsapp:hover { background: #12743e; }
.btn:disabled { cursor: not-allowed; opacity: .58; transform: none; box-shadow: none; }

.quick-book { position: relative; z-index: 2; margin-top: -42px; }
.booking-bar { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: .9rem; align-items: end; padding: 1.3rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.field { display: grid; gap: .36rem; }
.field label { color: var(--navy); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: .78rem .9rem; border: 1px solid var(--border); border-radius: 12px; background: var(--white); color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(46,116,181,.15); border-color: var(--blue); }
.field small { font-size: .78rem; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards.six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { position: relative; padding: 1.55rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 36px rgba(11,37,69,.06); }
.card h3 { margin-bottom: .7rem; }
.card p:last-child { margin-bottom: 0; color: var(--muted); }
.stay-card { overflow: hidden; padding-top: 3.5rem; }
.stay-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--blue), var(--gold)); }
.card-label { display: inline-flex; margin-bottom: .8rem; padding: .34rem .65rem; border-radius: 999px; background: var(--blue-light); color: var(--navy); font-size: .75rem; font-weight: 800; }
.icon-tile { display: grid; width: 48px; height: 48px; margin-bottom: 1rem; place-items: center; border-radius: 14px; background: var(--blue-light); color: var(--navy); font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature { display: flex; gap: 1rem; padding: 1.2rem; border-radius: 18px; background: var(--white); }
.feature strong { display: block; margin-bottom: .2rem; color: var(--navy); }
.feature p { margin: 0; color: var(--muted); font-size: .92rem; }
.feature-mark { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 12px; background: var(--gold-light); color: var(--gold); font-weight: 900; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.pricing-grid:has(.pricing-card-wide) { grid-template-columns: 1fr; }
.pricing-card-wide { max-width: 760px; margin: 0 auto; width: 100%; }
.pricing-location { margin: .35rem 0 1rem; }
.pricing-amenities { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border); color: var(--muted); font-size: .95rem; }
.pricing-card { padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.pricing-card h3 { margin-bottom: 1.1rem; font-size: 1.35rem; }
.price-list { display: grid; gap: .15rem; margin: 0; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .82rem 0; border-bottom: 1px solid var(--border); }
.price-row:last-child { border-bottom: 0; }
.price-row dt { color: var(--muted); }
.price-row dd { margin: 0; color: var(--navy); font-weight: 800; }
.pricing-disclaimer { max-width: 860px; margin: 1.3rem auto 0; color: var(--muted); text-align: center; font-size: .9rem; }
.pricing-actions { display: flex; justify-content: center; margin-top: 1.5rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.split-copy > p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.info-panel { padding: 2rem; border-radius: 28px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.info-panel h3 { color: var(--white); font-size: 1.35rem; }
.info-panel p, .info-panel li { color: rgba(255,255,255,.78); }
.info-panel ul { margin: 1rem 0 0; padding-left: 1.2rem; }
.location-list { display: grid; gap: .85rem; margin-top: 1.4rem; }
.location-list div { padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; counter-reset: booking-step; }
.step { position: relative; padding: 1.6rem 1.4rem; border-top: 1px solid var(--border); counter-increment: booking-step; }
.step::before { content: '0' counter(booking-step); display: block; margin-bottom: 1rem; color: var(--gold); font-size: 1.6rem; font-weight: 800; }
.step h3 { margin-bottom: .5rem; }
.step p { color: var(--muted); }
.booking-process .step { border: 1px solid var(--border); border-radius: 18px; background: var(--white); }
.booking-process .step::before { margin-bottom: .65rem; }
.safety-notice { padding: 1.35rem 1.5rem; border-left: 5px solid var(--gold); border-radius: 16px; background: var(--gold-light); color: var(--navy); }
.safety-notice strong { display: block; margin-bottom: .35rem; }
.instruction-list { display: grid; gap: .85rem; margin: 1.5rem 0 0; padding: 0; counter-reset: instruction; list-style: none; }
.instruction-list li { display: flex; align-items: flex-start; gap: .8rem; padding: 1rem; border: 1px solid var(--border); border-radius: 14px; background: var(--white); color: var(--ink); }
.instruction-list li::before { content: counter(instruction); display: grid; flex: 0 0 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-deep); font-weight: 800; counter-increment: instruction; }
.confirmation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 1.4rem; }
.confirmation-grid span { padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: rgba(255,255,255,.88); }
.review-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.review-card h2 { margin-bottom: .7rem; }
.review-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; }
.config-note { margin-top: .75rem; color: var(--muted); font-size: .85rem; }

.page-hero { padding: 4.5rem 0 5rem; background: radial-gradient(circle at 80% 20%, rgba(46,116,181,.26), transparent 30%), var(--navy); color: var(--white); }
.page-hero h1 { max-width: 880px; color: var(--white); font-size: clamp(2.2rem, 4.2vw, 3.8rem); }
.page-hero p:last-child { max-width: 720px; margin-top: 1rem; color: rgba(255,255,255,.74); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { padding: 1.65rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.service-card h3 { margin-bottom: .6rem; }
.service-card p, .service-card ul { color: var(--muted); }
.service-card ul { margin: .8rem 0 0; padding-left: 1.2rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value-card { padding: 1.4rem; border-radius: 18px; background: var(--cloud); }
.value-card h3 { margin-bottom: .5rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 36px rgba(11,37,69,.06); }
.gallery-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; text-align: left; }
.gallery-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: linear-gradient(145deg, var(--navy), #174d7e); }
.gallery-image { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-button:hover .gallery-image { transform: scale(1.025); }
.gallery-badge { position: absolute; left: .8rem; bottom: .8rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(7,26,50,.82); color: var(--white); font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.gallery-copy { padding: 1.2rem 1.35rem 1.35rem; }
.gallery-copy h3 { margin-bottom: .45rem; }
.gallery-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.lightbox { width: min(1000px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; border-radius: 20px; background: var(--navy-deep); color: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.78); }
.lightbox-inner { display: grid; }
.lightbox img { width: 100%; max-height: 76vh; object-fit: contain; background: #08182a; }
.lightbox-caption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; }
.lightbox-caption strong { color: var(--white); }
.lightbox-close { position: absolute; right: .75rem; top: .75rem; z-index: 2; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,26,50,.82); color: var(--white); cursor: pointer; font-size: 1.35rem; }

.faq-list { display: grid; gap: .8rem; }
.faq-list details { border: 1px solid var(--border); border-radius: 16px; background: var(--white); }
.faq-list summary { position: relative; padding: 1.2rem 3.2rem 1.2rem 1.25rem; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 1.25rem 1.2rem; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 2rem; align-items: start; }
.contact-card, .form-card, .map-card { padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 36px rgba(11,37,69,.06); }
.contact-card h2, .form-card h2 { margin-bottom: .8rem; font-size: 1.65rem; }
.contact-items { display: grid; gap: 1rem; margin-top: 1.4rem; }
.contact-item { padding: 1rem; border-radius: 14px; background: var(--cloud); }
.contact-item strong { display: block; color: var(--navy); }
.contact-item a { color: var(--blue); font-weight: 700; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.booking-form .full { grid-column: 1 / -1; }
.form-status { min-height: 1.4rem; margin: 0; color: var(--success); font-weight: 700; }
.form-status.error { color: var(--danger); }
.map-card { margin-top: 2rem; }
.map-card iframe { width: 100%; min-height: 360px; border: 0; border-radius: 16px; }

.cta { padding: 2rem; border-radius: 28px; background: linear-gradient(120deg, var(--navy), #164a78); color: var(--white); }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta h2 { color: var(--white); }
.cta p { max-width: 650px; margin: .7rem 0 0; color: rgba(255,255,255,.76); }
.legal-copy h2 { margin-top: 2rem; margin-bottom: .7rem; font-size: 1.45rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.footer { padding: 4rem 0 1.6rem; background: var(--navy-deep); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr; gap: 3rem; }
.footer-logo { width: 230px; margin-bottom: 1rem; }
.footer h3 { margin-bottom: .9rem; color: var(--white); font-size: 1rem; }
.footer a:hover { color: var(--gold); }
.footer-links { display: grid; gap: .5rem; }
.legal-line { margin-top: 1.2rem; font-size: .82rem; color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2.8rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom-links { display: flex; gap: 1rem; }
.floating-whatsapp { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; display: inline-flex; align-items: center; gap: .55rem; padding: .78rem 1rem; border-radius: 999px; background: #1fa855; color: var(--white); box-shadow: 0 12px 32px rgba(0,0,0,.22); font-weight: 800; }
.floating-whatsapp::before { content: 'WA'; display: grid; width: 28px; height: 28px; place-items: center; border: 2px solid var(--white); border-radius: 50%; font-size: .62rem; }
.nav-backdrop { position: fixed; inset: 0; z-index: 45; border: 0; background: rgba(5, 15, 26, 0.78); backdrop-filter: blur(2px); }
.site-header { position: relative; z-index: 50; }
.mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 58; display: none; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); background: rgba(7,26,50,.98); box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
.mobile-action { display: flex; align-items: center; justify-content: center; min-height: 56px; padding: .65rem .5rem; color: var(--white); font-size: .82rem; font-weight: 700; text-align: center; }
.mobile-action + .mobile-action { border-left: 1px solid rgba(255,255,255,.1); }
.mobile-action-whatsapp { color: #8ef0b0; }
.stay-card .card-action, .service-card .card-action { margin-top: 1rem; }
.btn-sm { padding: .62rem .95rem; font-size: .88rem; }
.map-card iframe { width: 100%; min-height: 320px; border: 0; border-radius: 18px; }

@media (max-width: 980px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 2.5rem; padding-top: 8rem; }
  .hero-visual-wrap { max-width: 680px; }
  .cards.four, .cards.six { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-bar { grid-template-columns: repeat(2, 1fr); }
  .booking-bar .btn { width: 100%; }
}

@media (max-width: 780px) {
  .nav { min-height: 72px; }
  .brand { width: 175px; }
  .nav-toggle { display: flex; }
  .nav-links { position: fixed; inset: 72px 0 auto; z-index: 55; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; border-top: 1px solid rgba(255,255,255,.12); background: rgba(7,26,50,.98); box-shadow: 0 20px 40px rgba(0,0,0,.25); max-height: calc(100vh - 72px); overflow-y: auto; }
  .nav.open .nav-links { display: flex; }
  .nav-links a { padding: .85rem .75rem; }
  .nav-links a::after { display: none; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .cards, .service-grid, .values-grid, .steps, .footer-grid, .pricing-grid { grid-template-columns: 1fr; }
  .cta-grid, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 2rem; }
  .review-card { grid-template-columns: 1fr; }
  .review-actions { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 1.2rem, 1160px); }
  .section { padding: 4rem 0; }
  .hero { min-height: auto; }
  .hero-grid { padding: 7rem 0 5rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .availability-badge { position: relative; left: auto; bottom: auto; max-width: none; margin-top: .8rem; }
  .quick-book { margin-top: -28px; }
  .booking-bar, .cards.four, .cards.six, .feature-grid, .gallery-grid, .booking-form, .trust-strip-grid { grid-template-columns: 1fr; }
  .booking-form .full { grid-column: auto; }
  .page-hero { padding: 3.5rem 0 4rem; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: .72rem; bottom: 4.6rem; }
  .mobile-action-bar { display: grid; }
  body { padding-bottom: 56px; }
  .confirmation-grid { grid-template-columns: 1fr; }
  .lightbox { width: calc(100% - 1rem); }
}

@media print {
  .floating-whatsapp { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* AI booking assistant */
.ai-assistant{position:fixed;right:18px;bottom:86px;z-index:1200;font-family:inherit}.ai-assistant-toggle{border:0;border-radius:999px;padding:12px 16px;background:#0b2545;color:#fff;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}.ai-assistant-panel{width:min(360px,calc(100vw - 28px));margin-top:10px;background:#fff;border:1px solid #d9e0e8;border-radius:18px;padding:16px;box-shadow:0 18px 50px rgba(11,37,69,.22)}.ai-assistant-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.ai-assistant-head button{border:0;background:transparent;font-size:26px;cursor:pointer}.ai-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.ai-quick-actions button{border:1px solid #cbd5e1;background:#f8fafc;border-radius:10px;padding:10px;cursor:pointer}.ai-quick-actions button:hover{border-color:#0b2545}.ai-answer{min-height:58px;background:#f4f7fb;border-radius:10px;padding:11px;margin-bottom:12px}.ai-wa{display:flex;justify-content:center;width:100%}@media(max-width:640px){.ai-assistant{right:12px;bottom:78px}.ai-assistant-panel{max-height:70vh;overflow:auto}}

/* VP Nest Premium Edition */
:root {
  --navy: #0a1b2c;
  --navy-deep: #050f1a;
  --blue: #254f70;
  --blue-light: #edf3f7;
  --gold: #c8a15a;
  --gold-light: #fbf5e9;
  --cloud: #f7f5f1;
  --ink: #18212a;
  --muted: #66717d;
  --border: rgba(10,27,44,.11);
  --shadow: 0 24px 70px rgba(5,15,26,.11);
  --radius: 26px;
}
body { background: #fcfbf8; }
h1,h2,h3,h4 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
.eyebrow { font-family: Inter, ui-sans-serif, sans-serif; letter-spacing: .22em; }
.site-header { background: rgba(5,15,26,.96); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header.home-header { backdrop-filter: blur(12px); background: linear-gradient(to bottom, rgba(5,15,26,.88), rgba(5,15,26,.16)); }
.nav { min-height: 92px; }
.nav-cta { padding: .82rem 1.3rem; box-shadow: 0 10px 30px rgba(200,161,90,.22); }
.hero { min-height: 850px; background: radial-gradient(circle at 78% 20%, rgba(200,161,90,.18), transparent 28%), radial-gradient(circle at 10% 90%, rgba(37,79,112,.35), transparent 38%), linear-gradient(135deg,#04101c 0%,#0a2238 55%,#102d44 100%); }
.hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,15,26,.2),transparent 55%); pointer-events:none; }
.hero-grid { gap: 5rem; padding-top: 10rem; }
.hero h1 { max-width: 760px; font-size: clamp(3rem,5.8vw,5.6rem); line-height:1.02; letter-spacing:-.04em; }
.hero-copy > p:not(.eyebrow) { font-size: 1.14rem; max-width: 650px; }
.hero-visual { border: 1px solid rgba(255,255,255,.18); border-radius: 34px; box-shadow: 0 45px 110px rgba(0,0,0,.42); }
.hero-visual-wrap::before { content:"PREMIUM STUDIO EXPERIENCE"; position:absolute; top:-18px; right:22px; z-index:2; padding:.58rem .9rem; border-radius:999px; background:var(--gold); color:var(--navy-deep); font:800 .68rem/1 Inter,sans-serif; letter-spacing:.12em; }
.availability-badge { border-color: rgba(200,161,90,.3); background: rgba(5,15,26,.88); }
.btn { min-height: 52px; padding: .94rem 1.4rem; }
.btn-gold,.btn-primary { background: linear-gradient(135deg,#d6b46f,#b88b3e); box-shadow: 0 16px 36px rgba(200,161,90,.23); }
.btn-blue { background: linear-gradient(135deg,#2c648c,#173c59); }
.trust-strip { box-shadow: 0 14px 34px rgba(5,15,26,.04); }
.booking-bar,.card,.pricing-card,.info-panel,.contact-card,.form-card,.review-card { border-color: rgba(10,27,44,.09); box-shadow: var(--shadow); }
.card,.pricing-card,.feature,.info-panel,.contact-card,.form-card,.review-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card:hover,.pricing-card:hover,.feature:hover { transform: translateY(-6px); box-shadow: 0 30px 75px rgba(5,15,26,.13); border-color: rgba(200,161,90,.36); }
.stay-card::before { height: 4px; background: linear-gradient(90deg,transparent,var(--gold),transparent); }
.card-label { background: var(--gold-light); color:#7b5a23; }
.section-soft { background: linear-gradient(180deg,#f8f6f1,#f1eee8); }
.pricing-card:first-child { border-top: 4px solid var(--blue); }
.pricing-card:last-child { border-top: 4px solid var(--gold); }
.cta { overflow:hidden; background: radial-gradient(circle at 90% 10%,rgba(200,161,90,.25),transparent 30%),linear-gradient(135deg,#06131f,#102d44); box-shadow:0 35px 90px rgba(5,15,26,.22); }
.footer { background:#04101b; }
.floating-whatsapp { box-shadow: 0 18px 45px rgba(24,139,75,.38); }
.premium-proof { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.35rem; }
.premium-proof span { padding:.46rem .74rem; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(255,255,255,.06); color:rgba(255,255,255,.82); font-size:.78rem; font-weight:700; }
@media(max-width:760px){
  .hero { min-height:auto; }
  .hero-grid { padding-top:8.5rem; gap:2.8rem; }
  .hero h1 { font-size:clamp(2.55rem,12vw,4rem); }
  .hero-visual-wrap::before { right:10px; }
  .nav { min-height:78px; }
}

/* Instagram / Meta ads landing */
.ads-landing .ads-header { position: sticky; top: 0; z-index: 40; }
.ads-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ads-nav-actions { display: flex; align-items: center; gap: .8rem; }
.ads-landing .ads-hero { min-height: auto; }
.ads-convert-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.5rem; align-items: start; }
.ads-form { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1rem; }
.ads-form .full { grid-column: 1 / -1; }
.ads-form .btn { width: 100%; }
.ads-rates-panel .pricing-grid { margin-top: .4rem; }
.ads-rates-panel .pricing-card { box-shadow: none; }
.ads-rates-panel .btn { margin-top: 1rem; }
.ads-photo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ads-photo-strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; border: 1px solid var(--border); box-shadow: var(--shadow); background: #153c66; }
@media (max-width: 900px) {
  .ads-convert-grid { grid-template-columns: 1fr; }
  .ads-photo-strip { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ads-nav-actions .header-phone { display: none; }
  .ads-form { grid-template-columns: 1fr; }
}
