:root {
  --ink: #102a43;
  --ink-deep: #071a2a;
  --ink-soft: #193e5b;
  --gold: #f3bb62;
  --gold-light: #ffe1a0;
  --sand: #f5f1e9;
  --paper: #fffdf9;
  --line: rgba(16, 42, 67, .16);
  --muted: #617284;
  --accent: #d94a73;
  --success: #2aa574;
  --shadow: 0 18px 50px rgba(7, 26, 42, .16);
  --display: Georgia, 'Times New Roman', serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
body, button, input, select, textarea { font-family: var(--body); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--gold); color: var(--ink-deep); font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.section { padding: 120px 0; }
.section-dark { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.section-light { background: var(--paper); }
.section-accent { background: var(--gold); color: var(--ink-deep); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .19em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-dark { color: var(--accent); }
.eyebrow-line { width: 40px; height: 1px; background: currentColor; flex: 0 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 720px; margin-bottom: 30px; font-size: clamp(3.1rem, 6.2vw, 6.8rem); }
h2 { margin-bottom: 26px; font-size: clamp(2.7rem, 5vw, 5.6rem); }
h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.section-heading { position: relative; z-index: 1; margin-bottom: 58px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p:not(.eyebrow), .section-intro { max-width: 550px; color: var(--muted); font-size: 1.07rem; }
.section-dark .section-heading > p:not(.eyebrow), .section-dark .section-intro { color: rgba(255,255,255,.72); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); align-items: end; gap: 80px; }
.split-heading .section-intro { margin: 0 0 5px; }
.narrow-heading { max-width: 680px; }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; color: #fff; background: rgba(16,42,67,.96); border-bottom: 1px solid rgba(243,187,98,.22); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: block; width: 146px; flex: 0 0 146px; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2.3vw, 31px); margin-left: auto; font-size: .79rem; font-weight: 700; letter-spacing: .02em; }
.main-nav a { color: rgba(255,255,255,.82); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.header-cta { display: inline-flex; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid var(--gold); color: var(--ink-deep); background: var(--gold); font-size: .78rem; font-weight: 800; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.header-cta:hover, .btn:hover { transform: translateY(-2px); }
.header-cta:hover { background: var(--gold-light); }
.menu-toggle { display: none; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.25); color: #fff; background: transparent; font-size: .8rem; }
.menu-icon { font-size: 1.15rem; line-height: 1; }

/* Hero */
.hero { min-height: 775px; display: flex; align-items: center; padding: 92px 0 76px; background: radial-gradient(circle at 78% 12%, rgba(53,109,143,.5), transparent 33%), linear-gradient(120deg, var(--ink-deep), var(--ink) 55%, #163e5b); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(36px, 6vw, 92px); }
.hero-kicker { margin: -13px 0 22px; color: var(--gold); font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.9rem); letter-spacing: .08em; }
.hero-lead { max-width: 570px; margin-bottom: 35px; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 53px; padding: 14px 22px; border: 1px solid transparent; font-size: .84rem; font-weight: 800; line-height: 1.1; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn-gold { color: var(--ink-deep); background: var(--gold); }
.btn-gold:hover { background: var(--gold-light); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-dark:hover { background: var(--ink-soft); }
.btn-pink { color: #fff; background: var(--accent); }
.btn-pink:hover { background: #b9365e; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: rgba(255,255,255,.84); font-size: .86rem; font-weight: 800; }
.text-link:hover { color: var(--gold-light); }
.link-dot { width: 24px; height: 24px; display: inline-block; border: 1px solid currentColor; border-radius: 50%; position: relative; }
.link-dot::after { content: ''; position: absolute; width: 5px; height: 5px; left: 8px; top: 8px; border-radius: 50%; background: currentColor; }
.hero-proof { display: flex; gap: 28px; margin-top: 61px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; }
.hero-proof strong { color: var(--gold-light); font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
.hero-proof span { color: rgba(255,255,255,.62); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-frame { position: relative; margin: 0; padding: 12px 12px 46px; border: 1px solid rgba(243,187,98,.6); background: rgba(255,255,255,.06); box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.hero-image-frame::before { content: ''; position: absolute; z-index: 0; inset: 26px -25px -24px 40px; border: 1px solid rgba(243,187,98,.45); pointer-events: none; }
.hero-image-frame img { position: relative; z-index: 1; width: 100%; aspect-ratio: 15 / 8; object-fit: cover; }
.hero-image-frame figcaption { position: relative; z-index: 1; margin: 17px 0 -23px 18px; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-badge { position: absolute; z-index: 2; right: -30px; bottom: -25px; display: flex; align-items: center; gap: 13px; min-width: 186px; padding: 16px 18px; color: var(--ink-deep); background: var(--gold); box-shadow: 0 14px 30px rgba(0,0,0,.25); font-family: var(--display); font-size: 1.03rem; line-height: 1.05; }
.hero-badge small { display: block; margin-top: 5px; font-family: var(--body); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.badge-mark { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--ink-deep); border-radius: 50%; font-size: .86rem; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 680px; height: 680px; right: -230px; top: -225px; }
.hero-orbit-two { width: 920px; height: 920px; right: -420px; top: -340px; border-color: rgba(243,187,98,.14); }
.scroll-cue { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 80px; color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { color: var(--gold); font-size: 1.25rem; }

/* Facts */
.quick-facts { color: #fff; background: var(--accent); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 138px; display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.27); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact-number { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.fact strong { font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.fact span:last-child { color: rgba(255,255,255,.74); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }

/* Intro */
.intro { padding-bottom: 140px; }
.feature-layout { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(300px, .78fr); align-items: center; gap: clamp(50px, 9vw, 135px); }
.feature-photo { position: relative; margin: 0; }
.photo-tall { padding-right: 38px; }
.feature-photo::after { content: ''; position: absolute; z-index: 0; width: 58%; height: 38%; right: -12px; bottom: -29px; border: 1px solid var(--accent); }
.feature-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.photo-label { position: absolute; z-index: 2; left: -17px; bottom: 27px; padding: 11px 14px; color: var(--ink-deep); background: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.display-number { margin-bottom: 25px; color: var(--accent); font-size: .77rem; font-weight: 800; letter-spacing: .18em; }
.display-number span { color: var(--muted); }
.feature-copy h3 { max-width: 470px; margin-bottom: 24px; font-size: clamp(2rem, 3.4vw, 3.8rem); }
.feature-copy > p:not(.display-number) { max-width: 530px; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 34px 0 31px; padding-top: 25px; border-top: 1px solid var(--line); }
.feature-list div { display: flex; flex-direction: column; }
.feature-list span { width: 24px; height: 24px; display: grid; place-items: center; margin-bottom: 12px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: .95rem; }
.feature-list strong { font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.feature-list small { color: var(--muted); font-size: .69rem; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: .78rem; font-weight: 800; }
.inline-link:hover { color: var(--ink); }

/* Technical */
.technical { padding-bottom: 100px; background: linear-gradient(145deg, var(--ink-deep), var(--ink-soft)); }
.technical-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.tech-card { min-height: 262px; padding: 28px 28px 30px 0; border-right: 1px solid rgba(255,255,255,.2); }
.tech-card:not(:first-child) { padding-left: 25px; }
.tech-card:last-child { border-right: 0; }
.tech-index { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.tech-card h3 { margin: 66px 0 12px; color: #fff; font-size: 2rem; }
.tech-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .89rem; }
.technical-note { display: flex; align-items: center; gap: 13px; margin-top: 25px; color: rgba(255,255,255,.62); font-size: .76rem; }
.technical-note span { color: var(--gold); font-size: 1.1rem; }

/* Plans */
.plans { background: var(--sand); }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.plan-card { margin: 0; padding: 12px 12px 15px; background: #fff; box-shadow: 0 8px 22px rgba(16,42,67,.08); }
.image-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; overflow: hidden; }
.image-button img { width: 100%; transition: transform .35s ease; }
.image-button:hover img, .image-button:focus-visible img { transform: scale(1.035); }
.plan-card .image-button { aspect-ratio: 1.1 / 1; background: #fff; }
.plan-card .image-button img { height: 100%; object-fit: contain; }
.plan-card figcaption { display: flex; flex-direction: column; gap: 2px; padding: 15px 4px 0; }
.plan-card figcaption strong { font-family: var(--display); font-size: 1.15rem; font-weight: 400; }
.plan-card figcaption span { color: var(--muted); font-size: .7rem; }
.plan-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 46px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.plan-cta p { margin: 0; font-family: var(--display); font-size: 1.45rem; }

/* Leisure */
.leisure { background: var(--ink); }
.leisure-feature { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .65fr); gap: 18px; }
.leisure figure { margin: 0; }
.leisure-main { position: relative; }
.leisure-main .image-button { aspect-ratio: 1.75 / 1; }
.leisure-main img { width: 100%; height: 100%; object-fit: cover; }
.leisure figcaption { display: flex; align-items: center; gap: 12px; margin-top: 12px; color: rgba(255,255,255,.78); font-size: .78rem; }
.leisure figcaption span { color: var(--gold); font-weight: 800; }
.leisure-side { display: grid; gap: 18px; }
.leisure-side .image-button { aspect-ratio: 1.7 / 1; }
.leisure-side img { width: 100%; height: 100%; object-fit: cover; }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.amenity { min-height: 150px; display: flex; flex-direction: column; gap: 4px; padding: 26px 22px 22px 0; border-right: 1px solid rgba(255,255,255,.2); }
.amenity:not(:first-child) { padding-left: 23px; }
.amenity:last-child { border-right: 0; }
.amenity-symbol { color: var(--gold); font-size: 1.3rem; }
.amenity strong { font-family: var(--display); font-size: 1.28rem; font-weight: 400; }
.amenity small { color: rgba(255,255,255,.58); font-size: .7rem; }
.leisure-strip { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .8fr); align-items: center; gap: clamp(30px, 6vw, 85px); margin-top: 85px; }
.leisure-strip img { width: 100%; aspect-ratio: 1.78 / 1; object-fit: cover; }
.leisure-strip h3 { margin-bottom: 17px; font-size: clamp(2rem, 3.7vw, 3.5rem); }
.leisure-strip p:not(.eyebrow) { max-width: 390px; color: rgba(255,255,255,.7); }

/* Location */
.location { background: var(--sand); }
.location-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.08fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.location-copy h2 { max-width: 520px; }
.location-copy > .section-intro { margin-bottom: 35px; }
.location-list { list-style: none; margin: 0 0 32px; padding: 0; border-top: 1px solid var(--line); }
.location-list li { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.location-icon { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: .9rem; }
.location-list div { display: flex; flex-direction: column; }
.location-list strong { font-family: var(--display); font-size: 1.14rem; font-weight: 400; }
.location-list small { color: var(--muted); font-size: .72rem; }
.map-card { position: relative; margin: 0; padding: 15px; background: #fff; box-shadow: var(--shadow); }
.map-card::after { content: ''; position: absolute; z-index: -1; inset: 22px -18px -19px 37px; border: 1px solid var(--gold); }
.map-card .image-button { aspect-ratio: 1.5 / 1; background: #eef5ef; }
.map-card .image-button img { width: 100%; height: 100%; object-fit: cover; }
.map-card figcaption { padding: 14px 4px 0; color: var(--muted); font-size: .7rem; }

/* Callout */
.callout { padding: 65px 0; }
.callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.callout .eyebrow { margin-bottom: 18px; }
.callout h2 { max-width: 700px; margin-bottom: 12px; font-size: clamp(2.3rem, 4vw, 4.25rem); }
.callout p:not(.eyebrow) { margin: 0; color: rgba(7,26,42,.72); }

/* Lead */
.lead-section { background: linear-gradient(145deg, #0b2235, #183f5b); }
.lead-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(440px, 1.05fr); gap: clamp(45px, 8vw, 120px); align-items: start; }
.lead-copy h2 { max-width: 650px; }
.lead-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.72); }
.check-list { list-style: none; display: grid; gap: 14px; margin: 35px 0 40px; padding: 0; }
.check-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.84); font-size: .83rem; }
.check-list li::before { content: '✓'; display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .7rem; }
.lead-direct { display: flex; align-items: center; gap: 14px; max-width: 440px; padding: 18px 20px; border: 1px solid rgba(243,187,98,.45); background: rgba(255,255,255,.04); }
.direct-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.lead-direct div { display: flex; flex-direction: column; }
.lead-direct small { color: rgba(255,255,255,.58); font-size: .67rem; }
.lead-direct a { color: var(--gold-light); font-family: var(--display); font-size: 1.25rem; }
.form-shell { padding: 38px 42px 39px; color: var(--ink-deep); background: var(--paper); box-shadow: var(--shadow); }
.form-top { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 20px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.form-top small { color: var(--muted); font-size: .68rem; letter-spacing: .05em; text-transform: none; }
.form-shell h3 { margin-bottom: 8px; font-size: clamp(2rem, 3.2vw, 3.5rem); }
.form-subtitle { margin-bottom: 30px; color: var(--muted); font-size: .84rem; }
.form-shell form { display: grid; gap: 10px; }
.form-shell label { color: var(--ink); font-size: .75rem; font-weight: 800; }
.form-shell label b { color: var(--accent); }
.form-shell label span { color: var(--muted); font-weight: 400; }
.form-shell input, .form-shell select, .form-shell textarea { width: 100%; margin: 5px 0 10px; padding: 14px 15px; border: 1px solid #c8cdd1; border-radius: 0; outline: 0; color: var(--ink); background: #fff; font-size: .87rem; }
.form-shell input:focus, .form-shell select:focus, .form-shell textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,74,115,.15); }
.form-shell textarea { resize: vertical; min-height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent { display: flex !important; align-items: flex-start; gap: 9px; margin: 3px 0 7px; color: var(--muted) !important; font-size: .68rem !important; font-weight: 400 !important; line-height: 1.4; }
.consent input { width: 18px !important; height: 18px; margin: 1px 0 0 !important; flex: 0 0 auto; accent-color: var(--accent); }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 20px; margin: 0; color: var(--accent); font-size: .75rem; }

/* FAQ and closing */
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr); gap: clamp(50px, 10vw, 150px); align-items: start; }
.faq-grid h2 { max-width: 450px; }
.faq-grid .section-intro { margin-bottom: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 0; color: var(--ink); font-family: var(--display); font-size: 1.35rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-family: var(--body); font-size: 1.25rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -5px 0 22px; color: var(--muted); font-size: .9rem; }
.closing { padding: 82px 0 115px; background: var(--ink-deep); }
.closing-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.closing-inner img { width: 250px; height: 120px; object-fit: contain; margin-bottom: 17px; }
.closing-inner p { max-width: 470px; margin-bottom: 25px; color: rgba(255,255,255,.7); }
.site-footer { color: rgba(255,255,255,.65); background: #061523; font-size: .68rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 65px; }
.footer-inner span:first-child { color: var(--gold-light); font-weight: 800; }
.footer-inner a:hover { color: #fff; }

/* Fixed actions and assistant */
.floating-actions { position: fixed; z-index: 60; right: 24px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.ai-trigger, .whatsapp-float { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.ai-trigger { min-width: 198px; padding: 8px 14px 8px 9px; border: 1px solid var(--gold); color: #fff; background: rgba(7,26,42,.97); text-align: left; }
.ai-trigger:hover { background: var(--ink-soft); }
.ai-trigger > span:last-child { display: flex; flex-direction: column; gap: 0; }
.ai-trigger strong { color: #fff; font-family: var(--display); font-size: .92rem; font-weight: 400; }
.ai-trigger small { color: rgba(255,255,255,.65); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.ai-spark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 1rem; }
.whatsapp-float { min-width: 147px; padding: 15px 20px; color: #fff; background: var(--success); font-size: .82rem; }
.whatsapp-float span { font-size: .9rem; }
.whatsapp-float:hover { background: #228b62; }
.ai-panel { position: fixed; z-index: 70; right: 24px; bottom: 112px; width: min(390px, calc(100% - 32px)); max-height: min(620px, calc(100vh - 145px)); display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(243,187,98,.7); border-radius: 22px; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.ai-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 20px 20px 17px; color: #fff; background: var(--ink-deep); }
.ai-overline { color: var(--gold); font-size: .61rem; font-weight: 800; letter-spacing: .16em; }
.ai-header h2 { margin: 5px 0 3px; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.02em; }
.ai-header p { margin: 0; color: rgba(255,255,255,.64); font-size: .7rem; }
.ai-header button { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: transparent; font-size: 1.4rem; line-height: 1; }
.ai-messages { flex: 1; overflow: auto; padding: 18px 17px 8px; background: #f2f4f0; }
.ai-message { max-width: 92%; margin: 0 0 12px; padding: 12px 13px; border-radius: 14px; font-size: .82rem; line-height: 1.45; }
.ai-message-bot { background: #e3e9e3; }
.ai-message-user { margin-left: auto; color: #fff; background: var(--ink-soft); }
.ai-chips { display: flex; flex-wrap: wrap; gap: 7px; padding: 12px 15px 8px; background: var(--paper); }
.ai-chips button { padding: 8px 10px; border: 1px solid #c7cfd4; border-radius: 999px; color: var(--ink); background: #fff; font-size: .68rem; }
.ai-chips button:hover { border-color: var(--accent); color: var(--accent); }
.ai-form { display: flex; align-items: stretch; gap: 7px; padding: 6px 15px 9px; background: var(--paper); }
.ai-form textarea { flex: 1; resize: none; min-height: 43px; padding: 11px 11px; border: 1px solid #c7cfd4; outline: 0; font-size: .78rem; }
.ai-form textarea:focus { border-color: var(--accent); }
.ai-form button { align-self: stretch; padding: 0 13px; border: 0; color: #fff; background: var(--accent); font-size: .73rem; font-weight: 800; }
.ai-disclaimer { margin: 0; padding: 0 15px 11px; color: var(--muted); background: var(--paper); font-size: .62rem; }
.ai-human { display: flex; align-items: center; justify-content: space-between; margin: 0 15px 15px; padding: 13px 15px; color: #fff; background: var(--success); font-size: .75rem; font-weight: 800; }
.mobile-cta { display: none; }

/* Lightbox */
.lightbox { width: min(1000px, calc(100% - 32px)); max-height: calc(100% - 32px); padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(4,17,28,.86); backdrop-filter: blur(4px); }
.lightbox-inner { position: relative; padding: 22px; background: var(--paper); }
.lightbox-inner p { margin: 0 0 16px; color: var(--ink); font-family: var(--display); font-size: 1.25rem; }
.lightbox-inner img { max-height: 78vh; width: 100%; object-fit: contain; background: #fff; }
.lightbox-close { position: absolute; z-index: 1; top: 10px; right: 10px; display: grid; width: 33px; height: 33px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--ink); font-size: 1.35rem; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; font-size: .72rem; }
  .header-cta { padding-inline: 12px; font-size: .71rem; }
  .hero-grid { gap: 45px; }
  .hero-badge { right: -10px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 34px, 680px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 70px; gap: 13px; }
  .brand { width: 118px; flex-basis: 118px; }
  .brand img { height: 50px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 17px 15px; background: var(--ink-deep); border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .header-cta { display: none; }
  .split-heading, .feature-layout, .location-grid, .faq-grid, .lead-grid, .leisure-strip { grid-template-columns: 1fr; gap: 38px; }
  .hero { min-height: 0; padding: 74px 0 66px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; max-width: 610px; }
  .hero h1 { font-size: clamp(2.9rem, 10vw, 5rem); }
  .hero-proof { margin-top: 42px; }
  .scroll-cue { margin-top: 62px; }
  .facts-grid, .technical-grid { grid-template-columns: repeat(2, 1fr); }
  .fact { min-height: 112px; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.27); }
  .fact:first-child { padding-left: 20px; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(3), .fact:nth-child(4) { border-bottom: 0; }
  .photo-tall { padding-right: 23px; max-width: 630px; }
  .technical-grid { border-bottom: 0; }
  .tech-card { min-height: 210px; padding: 23px 20px 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .tech-card:not(:first-child) { padding-left: 20px; }
  .tech-card:nth-child(2) { border-right: 0; }
  .tech-card:nth-child(3), .tech-card:nth-child(4) { border-bottom: 0; }
  .tech-card h3 { margin-top: 45px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .leisure-feature { grid-template-columns: 1fr; }
  .leisure-side { grid-template-columns: 1fr 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity { min-height: 125px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .amenity:nth-child(2) { border-right: 0; }
  .amenity:nth-child(3), .amenity:nth-child(4) { border-bottom: 0; }
  .lead-grid { align-items: stretch; }
  .form-shell { padding: 30px 25px; }
  .callout-inner { align-items: flex-start; flex-direction: column; }
  .callout-inner .btn { width: 100%; }
  .faq-grid { gap: 45px; }
  .closing { padding-bottom: 90px; }
  .footer-inner { flex-wrap: wrap; padding: 16px 0; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 68px 0; }
  .eyebrow { margin-bottom: 21px; font-size: .66rem; letter-spacing: .13em; }
  h2 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero { padding-top: 45px; }
  .hero-image-frame { padding: 8px 8px 35px; }
  .hero-image-frame::before { inset: 17px -10px -12px 18px; }
  .hero-image-frame figcaption { margin: 12px 0 -16px 10px; font-size: .57rem; }
  .hero-badge { right: -4px; bottom: -22px; min-width: 158px; padding: 12px 12px; font-size: .86rem; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .btn { width: 100%; }
  .text-link { align-self: center; }
  .hero-proof { gap: 15px; justify-content: space-between; }
  .hero-proof strong { font-size: 1.05rem; }
  .hero-proof span { font-size: .58rem; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 119px; padding: 18px 13px; }
  .fact:first-child { padding-left: 13px; }
  .fact strong { font-size: 1.2rem; }
  .fact span:last-child { font-size: .59rem; letter-spacing: .05em; }
  .split-heading { gap: 19px; }
  .section-heading { margin-bottom: 39px; }
  .section-heading > p:not(.eyebrow), .section-intro { font-size: .95rem; }
  .feature-layout { gap: 34px; }
  .photo-label { left: -10px; bottom: 14px; padding: 8px 9px; font-size: .57rem; }
  .feature-list { gap: 8px; }
  .feature-list strong { font-size: 1rem; }
  .feature-list small { font-size: .6rem; }
  .feature-list span { margin-bottom: 8px; }
  .technical-grid { grid-template-columns: 1fr 1fr; }
  .tech-card { min-height: 215px; padding-right: 13px; }
  .tech-card:not(:first-child) { padding-left: 13px; }
  .tech-card h3 { font-size: 1.6rem; }
  .tech-card p { font-size: .77rem; }
  .technical-note { align-items: flex-start; font-size: .69rem; }
  .plan-grid { gap: 9px; }
  .plan-card { padding: 7px 7px 11px; }
  .plan-card figcaption { padding-top: 10px; }
  .plan-card figcaption strong { font-size: .92rem; }
  .plan-card figcaption span { font-size: .59rem; }
  .plan-cta { align-items: stretch; flex-direction: column; gap: 18px; }
  .plan-cta p { font-size: 1.2rem; }
  .leisure-side { gap: 10px; }
  .leisure figcaption { align-items: flex-start; gap: 6px; font-size: .67rem; }
  .amenity { padding-right: 12px; }
  .amenity:not(:first-child) { padding-left: 13px; }
  .amenity strong { font-size: 1.05rem; }
  .amenity small { font-size: .6rem; }
  .location-list strong { font-size: 1rem; }
  .location-list small { font-size: .64rem; }
  .map-card { padding: 8px; }
  .map-card::after { inset: 13px -8px -10px 18px; }
  .form-shell { padding: 24px 17px; }
  .form-top { font-size: .61rem; }
  .form-top small { font-size: .59rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-shell input, .form-shell select, .form-shell textarea { padding: 12px; font-size: .8rem; }
  .faq-list summary { padding: 17px 0; font-size: 1.08rem; }
  .faq-list details p { font-size: .8rem; }
  .floating-actions { right: 14px; bottom: 75px; gap: 8px; }
  .ai-trigger { min-width: 173px; padding: 7px 10px 7px 8px; }
  .ai-trigger strong { font-size: .8rem; }
  .ai-trigger small { font-size: .56rem; }
  .ai-spark { width: 29px; height: 29px; }
  .whatsapp-float { min-width: 126px; padding: 12px 15px; font-size: .75rem; }
  .ai-panel { right: 14px; bottom: 132px; max-height: calc(100vh - 185px); border-radius: 17px; }
  .mobile-cta { position: fixed; z-index: 55; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1.25fr .75fr; padding: 8px; gap: 7px; background: rgba(7,26,42,.97); box-shadow: 0 -8px 23px rgba(0,0,0,.18); }
  .mobile-cta a { display: grid; min-height: 42px; place-items: center; color: var(--ink-deep); background: var(--gold); font-size: .72rem; font-weight: 800; }
  .mobile-cta a:last-child { color: #fff; background: var(--success); }
  .site-footer { padding-bottom: 58px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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