/* ============================================================
   LADONIA HOTELS MIO BIANCO — Bodrum Landing  |  WhatsApp & call-first
   Palette: crisp "Bianco" white + Aegean blue + warm Ladonia gold (brand mark)
   ============================================================ */

:root {
  --container: 1216px;
  --teal: #1a5f93;
  --teal-dark: #114c78;
  --navy: #0a2c46;
  --ink: #1b2c39;
  --muted: #5f7384;
  --gold: #b29764;
  --gold-soft: #d3bd8d;
  --cta-1: #ccaa5c;
  --cta-2: #a8833a;
  --line: rgba(10, 44, 70, 0.12);
  --sand: #f4f8fb;
  --sand-2: #eef4f9;
  --shadow: 0 22px 50px rgba(10, 40, 64, 0.14);
  --shadow-soft: 0 16px 36px rgba(10, 40, 64, 0.09);
  --radius-lg: 26px;
  --radius-md: 18px;
  --header-h: 92px;
}

*, ::after, ::before { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: Poppins, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(26, 95, 147, .08), transparent 24%),
    radial-gradient(circle at 90% 30%, rgba(178, 151, 100, .06), transparent 20%),
    #fff;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section-shell { padding: 72px 0; }
section[id], div[id="reservation"] { scroll-margin-top: 96px; }

.eyebrow { margin: 0 0 15px; font-size: 12px; font-weight: 600; letter-spacing: .24em; color: var(--gold); text-transform: uppercase; }
.eyebrow-light { color: rgba(255, 255, 255, .92); }

h1, h2, h3 { margin: 0; font-family: "Montserrat", sans-serif; font-weight: 500; letter-spacing: -.02em; }
h1 { max-width: 600px; font-size: clamp(48px, 5.4vw, 78px); line-height: .98; }
h2 { font-size: clamp(40px, 4vw, 56px); line-height: .98; }
h3 { font-size: 30px; line-height: 1.05; }

.section-copy, .hero-copy { font-size: 16px; line-height: 1.85; color: var(--muted); }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 28px; border-radius: 10px; border: 1px solid transparent;
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease, color .25s ease;
}
.btn-lg { min-height: 62px; padding: 0 34px; font-size: 14px; }
.btn-small { min-height: 46px; padding: 0 20px; font-size: 12px; }
.btn:hover { transform: translateY(-2px); }

.btn-cta {
  position: relative; overflow: hidden; color: #fff; border: none;
  background: linear-gradient(135deg, var(--cta-1) 0%, var(--cta-2) 100%);
  box-shadow: 0 12px 26px rgba(140, 122, 44, .32);
  text-transform: uppercase;
}
.btn-cta::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-20deg); pointer-events: none;
}
.btn-cta:hover { background: linear-gradient(135deg, #efb953 0%, #b96d22 100%); box-shadow: 0 18px 34px rgba(140, 122, 44, .45); }
.btn-cta:hover::after { animation: shimmer .9s ease; }
@keyframes shimmer { from { left: -130%; } to { left: 150%; } }

.btn-ghost { color: #fff; background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .72); backdrop-filter: blur(2px); }
.btn-ghost:hover { background: rgba(255, 255, 255, .16); border-color: #fff; }
.btn-outline { color: var(--teal); background: #fff; border-color: rgba(29, 79, 53, .42); }
.btn-outline:hover { border-color: var(--teal); background: #f4fbfb; }
.btn-wa { color: #fff; background: #25d366; border: none; text-transform: none; letter-spacing: .02em; box-shadow: 0 10px 22px rgba(37, 211, 102, .28); }
.btn-wa:hover { background: #1eb858; box-shadow: 0 14px 28px rgba(37, 211, 102, .42); }
.btn-wa svg { flex-shrink: 0; }

/* ─── Pulse / attention on key CTAs (gentle, not tiring) ─── */
@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 10px 24px rgba(140, 122, 44, .28), 0 0 0 0 rgba(185, 162, 74, 0); }
  50%      { box-shadow: 0 14px 30px rgba(140, 122, 44, .44), 0 0 0 7px rgba(185, 162, 74, .12); }
}
.pulse-cta { animation: ctaGlow 2.6s ease-in-out infinite; }
.pulse-cta:hover { animation-play-state: paused; }
.villa-actions .pulse-cta { animation: none; } /* keep the dense villa grid calm */

/* ============================================================
   HEADER (fixed / sticky)
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.header-promo {
  background: linear-gradient(90deg, var(--teal-dark), var(--teal));
  color: #fff; font-size: 12.5px; letter-spacing: .02em;
  max-height: 44px; overflow: hidden; transition: max-height .35s ease, opacity .35s ease;
}
.header-promo-inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 16px; }
.header-promo-text { opacity: .95; }
.header-promo-phone { font-weight: 600; color: #fff; white-space: nowrap; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: var(--header-h); transition: min-height .35s ease; }

.brand { flex: 0 0 auto; background: #fff; padding: 12px 16px; border-radius: 14px; box-shadow: 0 8px 22px rgba(8, 33, 39, .14); transition: padding .3s ease; }
.brand img { width: 188px; transition: width .3s ease; }

.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; color: #fff; transition: color .35s ease; }
.header-phone-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--teal); box-shadow: 0 8px 18px rgba(8, 33, 39, .18); }
.header-phone-icon svg { width: 20px; height: 20px; }
.header-phone-text { display: flex; flex-direction: column; font-size: 15px; font-weight: 600; line-height: 1.1; }
.header-phone-text small { font-size: 11px; font-weight: 500; letter-spacing: .02em; opacity: .8; }
.header-callback { min-height: 46px; padding: 0 18px; gap: 8px; font-size: 13px; }
.header-callback svg { width: 18px; height: 18px; }
.header-cta { min-height: 48px; padding: 0 24px; font-size: 13px; }

/* stuck state */
.site-header.is-stuck { background: rgba(255, 255, 255, .96); backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(8, 33, 39, .12); }
.site-header.is-stuck .header-promo { max-height: 0; opacity: 0; }
.site-header.is-stuck .header-inner { min-height: 70px; }
.site-header.is-stuck .brand { padding: 8px 12px; box-shadow: none; }
.site-header.is-stuck .brand img { width: 150px; }
.site-header.is-stuck .header-phone { color: var(--ink); }
.site-header.is-stuck .header-phone-icon { background: rgba(29, 79, 53, .1); color: var(--teal); box-shadow: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: clip; background: #13292f; min-height: 100dvh; display: flex; align-items: stretch; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url(../img/hero.jpg) center center/cover no-repeat; transform: scale(1.06); animation: heroZoom 16s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 20, 26, .78) 0, rgba(7, 20, 26, .42) 40%, rgba(7, 20, 26, .2) 70%, rgba(7, 20, 26, .34) 100%),
    linear-gradient(180deg, rgba(6, 24, 29, .14) 0, rgba(6, 24, 29, .5) 100%);
}
.hero-content { position: relative; z-index: 1; display: flex; align-items: center; padding: 160px 0 96px; color: #fff; box-sizing: border-box; width: 100%; }
.hero-inner { width: 100%; }
.hero-text { max-width: 640px; }
.hero h1 em { font-style: italic; color: var(--gold-soft); }
.hero-copy { max-width: 520px; margin: 18px 0 0; color: rgba(255, 255, 255, .86); }
.hero-actions { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-trust li { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: rgba(255, 255, 255, .9); }
.hero-trust svg { width: 19px; height: 19px; color: var(--gold-soft); }

.hero-scroll { position: absolute; bottom: 150px; left: 50%; transform: translateX(-50%); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255, 255, 255, .8); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.hero-scroll::after { content: ""; display: block; width: 1px; height: 42px; background: linear-gradient(to bottom, var(--gold-soft), transparent); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 0% { opacity: 1; transform: scaleY(1) translateY(0); } 100% { opacity: 0; transform: scaleY(.3) translateY(14px); } }

/* hero entrance animations */
.hero-anim { opacity: 0; transform: translateY(24px); animation: heroUp .9s ease forwards; }
.hero-anim-1 { animation-delay: .25s; }
.hero-anim-2 { animation-delay: .42s; }
.hero-anim-3 { animation-delay: .6s; }
.hero-anim-4 { animation-delay: .78s; }
.hero-anim-5 { animation-delay: .96s; }
@keyframes heroUp { to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   RESERVATION WIDGET (overlapping hero)
   ============================================================ */
.hero-reservation { position: relative; z-index: 5; width: min(calc(100% - 48px), var(--container)); margin: -86px auto 0; }
.hero-reservation-card {
  display: flex; align-items: center; gap: 28px;
  padding: 22px 26px; border-radius: 16px;
  background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px);
  box-shadow: 0 26px 60px rgba(6, 24, 29, .3); border: 1px solid rgba(255, 255, 255, .6);
}
.reservation-copy { flex: 0 0 290px; }
.reservation-copy .eyebrow { margin-bottom: 8px; }
.reservation-copy .features-showcase-title { font-size: 34px; line-height: 1.02; }
.reservation-note { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; font-size: 13px; color: var(--teal); font-weight: 500; }
.reservation-note svg { width: 16px; height: 16px; flex-shrink: 0; }

.reservation-form { flex: 1; display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; position: relative; }
.field-card { display: flex; flex-direction: column; justify-content: center; flex: 1 1 130px; min-width: 120px; padding: 10px 16px; border-radius: 12px; background: #fff; border: 1px solid rgba(7, 52, 61, .12); box-shadow: 0 8px 20px rgba(15, 44, 51, .05); transition: border-color .2s ease, box-shadow .2s ease; }
.field-card:focus-within { border-color: var(--teal); box-shadow: 0 8px 22px rgba(29, 79, 53, .16); }
.field-card span { display: block; margin-bottom: 2px; font-size: 11.5px; font-weight: 500; color: #8d9aa0; }
.field-card input, .field-card select { width: 100%; padding: 0; border: 0; color: var(--ink); background: 0 0; font-size: 16px; font-weight: 500; outline: 0; }
.field-card select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231d4f35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right center; }
.reservation-form input[readonly] { cursor: pointer; }
.reservation-submit { flex: 1 1 100%; min-height: 56px; }

.child-age-box { position: absolute; top: 84px; right: 0; z-index: 6; display: flex; flex-direction: column; gap: 8px; width: 190px; padding: 12px; background: #fff; border-radius: 12px; box-shadow: 0 22px 56px rgba(6, 24, 29, .28); }
.child-age-box .child-age-card { flex: 1 1 auto; width: 100%; }
.child-age-box.is-hidden, .child-age-card.is-hidden { display: none; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar { background: linear-gradient(180deg, var(--navy), var(--teal-dark)); padding: 26px 0; }
.trust-bar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 24px; }
.trust-item { display: inline-flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .92); font-size: 14px; letter-spacing: .02em; }
.trust-item svg { width: 26px; height: 26px; color: var(--gold-soft); flex-shrink: 0; }
.trust-item strong { color: #fff; font-weight: 600; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { padding-top: 80px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr); gap: 60px; align-items: center; }
.about-copy { max-width: 540px; }
.about-copy .section-heading-block { margin-bottom: 20px; }
.about-copy .features-showcase-title { font-size: clamp(40px, 4.4vw, 60px); }
.about-stats { display: flex; flex-wrap: wrap; gap: 14px 36px; margin: 30px 0; padding-top: 26px; border-top: 1px solid var(--line); }
.about-stat { display: flex; flex-direction: column; border-left: 2px solid var(--gold); padding-left: 16px; }
.about-stat-num { font-family: "Montserrat", sans-serif; font-size: 42px; font-weight: 500; line-height: 1; color: var(--ink); }
.about-stat-num small { font-size: 20px; }
.about-stat-label { margin-top: 6px; font-size: 12px; letter-spacing: .1em; color: var(--muted); }
.about-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.about-media { position: relative; display: block; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); isolation: isolate; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 28, 31, .04), rgba(8, 28, 31, .28)); }
.about-media img { width: 100%; aspect-ratio: 1.15/.9; object-fit: cover; transition: transform .7s ease; }
.about-media:hover img { transform: scale(1.05); }
.about-media-badge { position: absolute; left: 18px; bottom: 18px; z-index: 2; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .92); color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.play-button { position: absolute; top: 50%; left: 50%; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 82px; height: 82px; border-radius: 50%; color: var(--teal); background: rgba(255, 255, 255, .94); transform: translate(-50%, -50%); box-shadow: 0 20px 36px rgba(7, 44, 50, .22); transition: transform .25s ease, background-color .25s ease; }
.about-media:hover .play-button { transform: translate(-50%, -50%) scale(1.08); }
.play-button svg { width: 28px; height: 28px; }

.text-link, .map-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--teal); background: none; border: 0; padding: 0; }
.text-link svg, .map-link svg { width: 18px; height: 18px; }
.text-link:hover { color: var(--teal-dark); }

/* shared section heading */
.features-showcase-head { margin-bottom: 36px; }
.features-showcase-head .eyebrow { margin-bottom: 12px; }
.features-showcase-title { font-family: "Montserrat", sans-serif; font-size: clamp(38px, 4vw, 54px); font-weight: 500; line-height: 1; letter-spacing: -.02em; color: #161f25; }
.features-showcase-title em { font-style: italic; color: var(--gold); }
.section-heading-block h2 { max-width: 900px; }

/* ============================================================
   VILLAS
   ============================================================ */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head-note { max-width: 320px; font-size: 14px; line-height: 1.65; color: var(--muted); }
.villa-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.villa-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(14, 52, 60, .08); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.villa-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(10, 38, 45, .16); }

.villa-media { position: relative; }
.villa-size { position: absolute; top: 14px; left: 14px; z-index: 3; padding: 6px 13px; border-radius: 999px; background: rgba(255, 255, 255, .94); font-size: 13px; font-weight: 600; color: var(--ink); box-shadow: 0 6px 16px rgba(8, 33, 39, .16); }
.villa-tag { position: absolute; top: 14px; right: 14px; z-index: 3; padding: 6px 12px; border-radius: 999px; background: rgba(15, 40, 48, .72); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .04em; backdrop-filter: blur(4px); }
.villa-tag-gold { background: linear-gradient(135deg, var(--cta-1), var(--cta-2)); }

/* slider */
.villa-slider { position: relative; overflow: hidden; aspect-ratio: 1.3/1; background: #0e2329; }
.villa-slides { display: flex; height: 100%; transition: transform .55s cubic-bezier(.4, 0, .1, 1); }
.villa-slides img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; }
.villa-slider-dots { position: absolute; left: 0; right: 0; bottom: 12px; z-index: 3; display: flex; justify-content: center; gap: 7px; }
.villa-slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .55); transition: width .25s ease, background-color .25s ease; }
.villa-slider-dots button.active { width: 20px; background: #fff; }
.villa-slider-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--ink); font-size: 22px; line-height: 1; opacity: 0; transition: opacity .25s ease, background-color .2s ease; }
.villa-slider-nav.prev { left: 10px; }
.villa-slider-nav.next { right: 10px; }
.villa-card:hover .villa-slider-nav { opacity: 1; }
.villa-slider-nav:hover { background: #fff; }

.villa-body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.villa-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.villa-head h3 { font-size: 25px; }
.villa-rooms { padding: 4px 11px; border-radius: 999px; background: rgba(26, 95, 147, .1); color: var(--teal); font-size: 12px; font-weight: 600; font-family: Poppins, sans-serif; }
.villa-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 12px 0 0; padding: 0; list-style: none; }
.villa-meta li { position: relative; padding-left: 16px; font-size: 13px; color: var(--muted); }
.villa-meta li::before { content: ""; position: absolute; top: 6px; left: 0; width: 8px; height: 8px; border: 1.5px solid var(--gold); border-radius: 50%; }
.villa-desc { margin: 14px 0 0; font-size: 14px; line-height: 1.6; color: var(--muted); }
.villa-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; }
.villa-actions .btn-small { flex: 0 0 auto; }
.villa-detail-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--teal); }
.villa-detail-link svg { width: 16px; height: 16px; transition: transform .25s ease; }
.villa-detail-link:hover svg { transform: translateX(4px); }

/* villa CTA tile */
.villa-cta-card { justify-content: center; background: linear-gradient(160deg, var(--teal-dark) 0%, var(--navy) 100%); border-color: transparent; box-shadow: 0 22px 50px rgba(8, 40, 47, .28); }
.villa-cta-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding: 36px 30px; color: #fff; }
.villa-cta-eyebrow { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .22em; color: var(--gold-soft); }
.villa-cta-card h3 { font-size: 34px; line-height: 1.06; color: #fff; }
.villa-cta-text { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .8); }
.villa-cta-button { margin-top: 8px; width: 100%; }
.villa-cta-link { background: none; border: 0; padding: 4px 0 0; color: var(--gold-soft); font-size: 13px; font-weight: 600; }
.villa-cta-link:hover { color: #fff; }

/* ============================================================
   FACILITIES / TESİS OLANAKLARI (bento)
   ============================================================ */
.features-showcase { background: linear-gradient(180deg, var(--sand) 0%, #fff 100%); }
.features-showcase-sub { max-width: 560px; margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: var(--muted); }

.facilities-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.facility-tile { position: relative; grid-column: span 5; min-height: 300px; overflow: hidden; border-radius: var(--radius-md); isolation: isolate; }
.facility-tile-lg { grid-column: span 7; }
.facility-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .8s ease; }
.facility-tile:hover .facility-bg { transform: scale(1.07); }
.facility-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8, 28, 33, .15) 0%, rgba(8, 28, 33, .55) 55%, rgba(8, 28, 33, .85) 100%); transition: background .4s ease; }
.facility-tile:hover .facility-overlay { background: linear-gradient(180deg, rgba(8, 28, 33, .25) 0%, rgba(8, 28, 33, .65) 55%, rgba(7, 44, 50, .9) 100%); }
.facility-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 28px; color: #fff; }
.facility-icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-bottom: 14px; border-radius: 14px; background: rgba(255, 255, 255, .16); color: #fff; backdrop-filter: blur(4px); border: 1px solid rgba(255, 255, 255, .25); }
.facility-icon svg { width: 26px; height: 26px; }
.facility-content h3 { font-size: 27px; color: #fff; }
.facility-content p { margin: 8px 0 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .86); max-width: 460px; }

.facility-perks { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.facility-perks li { display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 12px; background: #fff; border: 1px solid rgba(166, 147, 63, .28); font-size: 13.5px; font-weight: 500; color: var(--ink); box-shadow: 0 8px 18px rgba(10, 38, 45, .05); }
.facility-perks svg { width: 20px; height: 20px; color: var(--gold); }

/* ============================================================
   DISCOVER BELEK
   ============================================================ */
.discover { background: radial-gradient(circle at 80% 10%, rgba(22, 126, 139, .3), transparent 45%), linear-gradient(180deg, var(--navy) 0%, var(--teal-dark) 100%); }
.discover-title { color: #fff; }
.discover-title em { color: var(--gold-soft); }
.discover-sub { max-width: 640px; margin: 16px 0 0; font-size: 16px; line-height: 1.75; color: rgba(255, 255, 255, .78); }
.discover-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.discover-card { position: relative; display: block; aspect-ratio: 1/1.12; overflow: hidden; border-radius: var(--radius-md); isolation: isolate; }
.discover-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .8s ease; }
.discover-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8, 24, 28, .1) 30%, rgba(8, 24, 28, .82) 100%); }
.discover-card:hover .discover-bg { transform: scale(1.08); }
.discover-label { position: absolute; left: 20px; bottom: 42px; z-index: 1; font-family: "Montserrat", sans-serif; font-size: 23px; font-weight: 500; color: #fff; }
.discover-sublabel { position: absolute; left: 20px; bottom: 20px; z-index: 1; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; }
.discover-card:hover .discover-sublabel { opacity: 1; transform: translateY(0); }

/* ============================================================
   REVIEWS
   ============================================================ */
.guest-reviews { background: linear-gradient(180deg, var(--sand-2) 0%, #e4eef8 100%); }
.guest-reviews-head .features-showcase-title { max-width: 520px; }
.reviews-rating { display: inline-flex; align-items: center; gap: 12px; margin-top: 16px; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid rgba(166, 147, 63, .3); font-size: 13px; font-weight: 500; color: #6c8884; }
.reviews-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.reviews-carousel { position: relative; }
.reviews-carousel .owl-stage { display: flex; }
.reviews-carousel .owl-item { display: flex; height: auto; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 280px; padding: 34px 32px 30px; background: rgba(255, 255, 255, .78); border: 1px solid rgba(166, 147, 63, .2); border-top: 3px solid var(--gold); border-radius: 14px; }
.review-stars { margin-bottom: 10px; font-size: 18px; color: var(--gold); letter-spacing: 2px; }
.review-quote { margin: 0; font-family: "Montserrat", sans-serif; font-style: italic; font-size: 22px; line-height: 1.45; color: #234049; }
.review-author { margin: 18px 0 0; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: #6c8884; }
.reviews-carousel-shell { margin-top: 28px; }
.reviews-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 24px; }
.reviews-dots { display: flex; align-items: center; gap: 10px; }
.reviews-dots .owl-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(166, 147, 63, .32); transition: transform .25s ease, background-color .25s ease; }
.reviews-dots .owl-dot.active { background: var(--gold); transform: scale(1.18); }
.reviews-arrows { display: none !important; }

/* ============================================================
   CLOSING CTA + CALLBACK
   ============================================================ */
.closing-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, #123036 60%, var(--teal-dark) 100%); }
.closing-cta::before { content: "BIANCO"; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); font-family: "Montserrat", sans-serif; font-size: 220px; font-weight: 500; line-height: 1; color: rgba(211, 189, 141, .06); pointer-events: none; user-select: none; }
.closing-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.closing-cta-copy .features-showcase-title { color: #fff; }
.closing-cta-copy .features-showcase-title em { color: var(--gold-soft); }
.closing-cta-text { margin: 18px 0 26px; font-size: 16px; line-height: 1.8; color: rgba(255, 255, 255, .78); max-width: 500px; }
.closing-cta-contact { display: flex; flex-direction: column; gap: 14px; }
.closing-cta-contact a { display: inline-flex; align-items: center; gap: 14px; font-size: 15px; color: rgba(255, 255, 255, .9); transition: color .2s ease; }
.closing-cta-contact a:hover { color: var(--gold-soft); }
.cc-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .1); color: var(--gold-soft); flex-shrink: 0; }
.cc-icon svg { width: 20px; height: 20px; }

.callback-card { background: #fff; border-radius: var(--radius-md); padding: 34px 32px; box-shadow: 0 30px 60px rgba(4, 22, 26, .35); }
.callback-card h3 { font-size: 30px; }
.callback-card-sub { margin: 6px 0 22px; font-size: 14px; color: var(--muted); }
.callback-form { display: flex; flex-direction: column; gap: 14px; }
.callback-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.callback-field { display: flex; flex-direction: column; gap: 6px; }
.callback-field span { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.callback-field input, .callback-field select { width: 100%; padding: 13px 14px; border: 1px solid rgba(7, 52, 61, .16); border-radius: 10px; background: var(--sand); color: var(--ink); font-size: 15px; outline: 0; appearance: none; -webkit-appearance: none; transition: border-color .2s ease, background-color .2s ease; }
.callback-field input:focus, .callback-field select:focus { border-color: var(--teal); background: #fff; }
.callback-field select { cursor: pointer; padding-right: 38px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231d4f35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.callback-submit { width: 100%; margin-top: 4px; }
.callback-note { margin: 2px 0 0; font-size: 11.5px; color: var(--muted); text-align: center; }
.callback-error { margin: 10px 0 0; font-size: 12.5px; font-weight: 500; color: #c0392b; text-align: center; }
.callback-assure { display: flex; align-items: center; gap: 9px; margin: 0; padding: 11px 15px; border-radius: 999px; background: rgba(29, 79, 53, .07); border: 1px solid rgba(29, 79, 53, .12); font-size: 12.5px; line-height: 1.35; color: var(--ink); }
.callback-assure svg { width: 17px; height: 17px; color: var(--teal); flex-shrink: 0; }
.callback-assure strong { color: var(--teal); font-weight: 600; }
.cb-loader { display: inline-block; width: 16px; height: 16px; margin-left: 10px; border: 2px solid rgba(255, 255, 255, .45); border-top-color: #fff; border-radius: 50%; vertical-align: middle; animation: cbSpin .7s linear infinite; }
@keyframes cbSpin { to { transform: rotate(360deg); } }
.callback-success { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 22px 8px; }
.callback-success svg { width: 54px; height: 54px; color: #2ca36b; }
.callback-success h4 { margin: 0; font-family: "Montserrat", sans-serif; font-size: 28px; font-weight: 500; }
.callback-success p { margin: 0; font-size: 14px; color: var(--muted); }

/* ============================================================
   LOCATION
   ============================================================ */
.location-showcase { background: linear-gradient(180deg, var(--sand) 0%, #fff 100%); }
.location-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 28px; align-items: stretch; }
.location-copy { display: flex; flex-direction: column; gap: 14px; padding: 34px; border: 1px solid rgba(12, 57, 66, .08); border-radius: 20px; background: rgba(255, 255, 255, .85); }
.location-head { margin-bottom: 0; }
.location-head .section-copy { max-width: 540px; margin-top: 14px; }
.location-address-card { margin-top: 6px; }
.location-address-label { display: inline-block; margin-bottom: 4px; font-size: 12px; font-weight: 700; letter-spacing: .22em; color: var(--gold); }
.location-address-card p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--ink); }
.location-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 14px; }
.location-actions .map-link svg { width: 18px; height: 18px; }
.location-map-shell { overflow: hidden; border-radius: 20px; border: 1px solid rgba(12, 57, 66, .08); box-shadow: 0 24px 56px rgba(11, 39, 45, .12); background: #d8e5e9; }
.location-map { display: block; width: 100%; height: 100%; min-height: 460px; border: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { padding: 56px 0 28px; color: rgba(255, 255, 255, .9); background: radial-gradient(circle at 85% 20%, rgba(22, 126, 139, .22), transparent 30%), linear-gradient(180deg, #063840 0, #042a30 100%); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .9fr); gap: 40px; align-items: start; }
.footer-brand { max-width: 560px; }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); }
.footer-brand p { margin: 18px 0 0; color: rgba(255, 255, 255, .72); font-size: 18px; line-height: 1.7; font-family: "Montserrat", sans-serif; }
.footer-contact h3 { margin: 0 0 16px; font-size: 22px; font-weight: 600; letter-spacing: .12em; color: #fff; }
.footer-contact-list { display: flex; flex-direction: column; gap: 12px; }
.footer-contact a, .footer-contact p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .76); }
.footer-contact-item { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; transition: color .2s ease; }
.footer-contact a.footer-contact-item:hover { color: #fff; }
.footer-contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; color: var(--gold-soft); transform: translateY(2px); }
.footer-contact-icon svg { width: 18px; height: 18px; }
.socials { display: flex; gap: 16px; margin-top: 20px; }
.socials a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .08); color: #fff; transition: background-color .2s ease, transform .2s ease; }
.socials a:hover { background: var(--gold); transform: translateY(-2px); }
.socials svg { width: 19px; height: 19px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 12.5px; color: rgba(255, 255, 255, .6); }
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.pulse { position: fixed; right: 32px; bottom: 32px; z-index: 90; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #42ce6c; box-shadow: 0 12px 30px rgba(37, 211, 102, .4); transition: transform .3s cubic-bezier(0, 0, .13, .99); }
.pulse:hover { transform: scale(1.08); }
.pulse i { display: flex; }
.pulse i img { width: 30px; height: 30px; }
.pulse::after, .pulse::before { content: ""; position: absolute; inset: -18px; border: 1px solid #25d366; border-radius: 50%; animation: waPulse 1.8s linear infinite; opacity: 0; }
.pulse::after { animation-delay: .6s; }
@keyframes waPulse { 0% { transform: scale(.6); opacity: 0; } 50% { opacity: 1; } 100% { transform: scale(1.25); opacity: 0; } }

/* ============================================================
   MOBILE STICKY ACTION BAR
   ============================================================ */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: none; grid-template-columns: repeat(3, 1fr); background: rgba(255, 255, 255, .98); backdrop-filter: blur(10px); border-top: 1px solid rgba(7, 45, 52, .1); box-shadow: 0 -8px 24px rgba(8, 33, 39, .12); padding-bottom: env(safe-area-inset-bottom, 0); }
.mobile-bar-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 9px 4px; border: 0; background: none; color: var(--ink); font-size: 11px; font-weight: 600; }
.mobile-bar-item svg { width: 22px; height: 22px; }
.mobile-bar-item span { line-height: 1.1; }
.mobile-bar-wa { color: #1ba84f; }
.mobile-bar-cta { color: #fff; background: linear-gradient(135deg, var(--cta-1), var(--cta-2)); margin: 6px; border-radius: 12px; animation: ctaGlowSm 2.6s ease-in-out infinite; }
@keyframes ctaGlowSm { 0%, 100% { box-shadow: 0 4px 12px rgba(140, 122, 44, .3); } 50% { box-shadow: 0 6px 18px rgba(140, 122, 44, .5); } }

/* ============================================================
   CALLBACK MODAL
   ============================================================ */
.callback-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.callback-modal[hidden] { display: none; }
.callback-modal-overlay { position: absolute; inset: 0; background: rgba(8, 22, 26, .68); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s ease; }
.callback-modal-card { position: relative; width: min(440px, 100%); max-height: 92vh; overflow-y: auto; padding: 34px 32px; background: #fff; border-radius: 20px; box-shadow: 0 40px 80px rgba(4, 22, 26, .5); transform: translateY(20px) scale(.98); opacity: 0; transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .35s ease; }
.callback-modal.is-open .callback-modal-overlay { opacity: 1; }
.callback-modal.is-open .callback-modal-card { transform: translateY(0) scale(1); opacity: 1; }
.callback-modal-card .eyebrow { margin-bottom: 8px; }
.callback-modal-card h3 { font-size: 32px; }
.callback-modal-sub { margin: 6px 0 22px; font-size: 14px; color: var(--muted); }
.callback-modal-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--sand); color: var(--ink); font-size: 24px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.callback-modal-close:hover { background: #ede4d4; }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* daterangepicker stacking */
.daterangepicker { z-index: 99999; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* desktop: give the hero copy breathing room from the left edge */
@media (min-width: 992px) {
  .hero-content { padding-left: clamp(48px, 5vw, 96px); }
}
@media (max-width: 1260px) {
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); }
}
@media (max-width: 1100px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .villa-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-layout { grid-template-columns: 1fr; }
  .closing-cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .facility-tile, .facility-tile-lg { grid-column: span 6; }
  .reservation-copy { flex-basis: 240px; }
}
@media (max-width: 980px) {
  /* header collapses to compact actions */
  .header-promo { display: none; }
  .header-phone-text, .header-callback span { display: none; }
  .header-callback { padding: 0 14px; }
  .header-callback svg { width: 20px; height: 20px; }
  .hero-reservation-card { flex-direction: column; align-items: stretch; gap: 16px; }
  .reservation-copy { flex-basis: auto; }
  .reservation-form { width: 100%; }
  .field-card { flex: 1 1 calc(50% - 6px); }
  .child-age-box { position: static; width: 100%; }
  .discover-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-shell { padding: 56px 0; }
  .hero-content { padding: 130px 0 90px; }
  .hero-scroll { display: none; }
  .hero-reservation { margin-top: 28px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .section-head-note { max-width: 100%; }
  .villa-grid { grid-template-columns: 1fr; }
  .villa-slider-nav { opacity: 1; width: 34px; height: 34px; }
  .facilities-bento { grid-template-columns: 1fr; }
  .facility-tile, .facility-tile-lg { grid-column: span 1; min-height: 260px; }
  .trust-bar-inner { justify-content: flex-start; gap: 14px 22px; }
  .trust-item { font-size: 13px; flex: 1 1 calc(50% - 22px); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .callback-row { grid-template-columns: 1fr; }
  /* mobile: reservation button lives in the bottom bar instead of the header */
  .header-cta { display: none; }
  /* mobile sticky bar */
  .mobile-bar { display: grid; }
  .pulse { display: none; }
  body { padding-bottom: 72px; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(31px, 9.6vw, 50px); word-break: break-word; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .field-card { flex: 1 1 100%; }
  .discover-grid { grid-template-columns: 1fr; }
  .closing-cta::before { font-size: 150px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ─── motion-safe ─── */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-media { transform: none; }
  .hero-anim { opacity: 1; transform: none; }
}

/* ============================================================
   LADONIA HOTELS ZEMDA — landing-specific additions
   ============================================================ */

/* Brand: keep the logo on a clean white card (logo is colored) */
.brand { background: #fff; padding: 8px 14px; border-radius: 12px; box-shadow: 0 8px 22px rgba(8, 30, 54, .14); }
/* Logo is a perfect square, so keep it short enough to sit inside the 92px header
   (otherwise it overlaps the hero eyebrow below). Override the base is-stuck width too. */
.brand img { width: 74px; height: auto; }
.site-header.is-stuck .brand { padding: 6px 12px; box-shadow: 0 6px 16px rgba(8, 30, 54, .12); }
.site-header.is-stuck .brand img { width: 58px; }
/* Logo is a ~square mark, so on mobile keep it small & tight (50% of the old size)
   — and override the higher-specificity is-stuck rule so it never jumps back up. */
@media (max-width: 860px) {
  .brand, .site-header.is-stuck .brand { padding: 5px 9px; border-radius: 10px; }
  .brand img, .site-header.is-stuck .brand img { width: 59px; }
}

/* Hero text shadow so the copy stays legible on the bright beach photo */
.hero-text h1, .hero-copy, .hero-trust li { text-shadow: 0 1px 16px rgba(4, 16, 12, .5); }

/* ─── NEXT-GEN COUNTDOWN BAND ─── */
.countdown-band { background: linear-gradient(120deg, var(--navy) 0%, var(--teal-dark) 55%, var(--teal) 100%); color: #fff; }
.countdown-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px 34px; flex-wrap: wrap; padding: 26px 0; }
.countdown-text { flex: 1 1 280px; }
.countdown-eyebrow { display: inline-block; margin-bottom: 8px; padding: 4px 12px; border-radius: 999px; background: rgba(166, 147, 63, .22); color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.countdown-text h2 { font-family: "Montserrat", sans-serif; font-size: clamp(24px, 2.6vw, 34px); font-weight: 600; line-height: 1.1; color: #fff; }
.countdown-text h2 em { font-style: normal; color: var(--gold-soft); }
.countdown-text p { margin: 8px 0 0; font-size: 14px; color: rgba(255, 255, 255, .8); }
.countdown-timer { display: flex; align-items: stretch; gap: 8px; flex: 0 0 auto; }
.cd-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 74px; padding: 12px 10px; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(4px); }
.cd-card strong { font-family: "Montserrat", sans-serif; font-size: 34px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; color: #fff; }
.cd-card span { margin-top: 6px; font-size: 10px; font-weight: 600; letter-spacing: .14em; color: var(--gold-soft); }
.cd-sep { display: flex; align-items: center; font-size: 30px; font-weight: 700; color: rgba(255, 255, 255, .4); }
.countdown-band .btn { flex: 0 0 auto; }
@media (max-width: 860px) {
  .countdown-inner { flex-direction: column; align-items: stretch; text-align: center; gap: 18px; }
  .countdown-text { flex-basis: auto; }
  .countdown-timer { justify-content: center; }
  .countdown-band .btn { width: 100%; }
  .cd-card { flex: 1 1 0; min-width: 0; }
}

/* ============================================================
   MIO BIANCO — WhatsApp & call-first additions
   (gallery + lightbox + form-free contact panel)
   ============================================================ */

/* ─── Header WhatsApp pill keeps the green identity even when stuck ─── */
.header-wa { min-height: 48px; padding: 0 22px; font-size: 13px; gap: 9px; }
.header-wa svg { width: 18px; height: 18px; }

/* ─── Quick-contact chips under the hero copy ─── */
.hero-contact { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
.hero-contact a { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 12px; font-size: 14px; font-weight: 600; letter-spacing: .01em; }
.hero-contact svg { width: 19px; height: 19px; flex-shrink: 0; }
.hero-contact .hc-call { color: #fff; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .4); backdrop-filter: blur(3px); }
.hero-contact .hc-call:hover { background: rgba(255, 255, 255, .2); border-color: #fff; }
.hero-contact .hc-call strong { font-weight: 700; }

/* ─── Concept band (replaces the dates form under the hero) ─── */
.concept-band { position: relative; z-index: 5; width: min(calc(100% - 48px), var(--container)); margin: -64px auto 0; }
.concept-card { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-radius: 18px; overflow: hidden; background: rgba(255, 255, 255, .97); backdrop-filter: blur(10px); box-shadow: 0 26px 60px rgba(6, 24, 29, .26); border: 1px solid rgba(255, 255, 255, .6); }
.concept-item { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid var(--line); }
.concept-item:last-child { border-right: 0; }
.concept-item .ci-ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(26, 95, 147, .1); color: var(--teal); flex-shrink: 0; }
.concept-item .ci-ic svg { width: 24px; height: 24px; }
.concept-item strong { display: block; font-family: "Montserrat", sans-serif; font-size: 17px; font-weight: 600; color: var(--ink); line-height: 1.1; }
.concept-item span { display: block; margin-top: 3px; font-size: 12.5px; color: var(--muted); }
@media (max-width: 980px) { .concept-card { grid-template-columns: repeat(2, 1fr); } .concept-item:nth-child(2) { border-right: 0; } .concept-item:nth-child(1), .concept-item:nth-child(2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 560px) { .concept-band { margin-top: 26px; } .concept-card { grid-template-columns: 1fr; } .concept-item { border-right: 0; border-bottom: 1px solid var(--line); } .concept-item:last-child { border-bottom: 0; } }

/* ─── GALLERY (editorial bento, opens in-site lightbox) ─── */
.gallery { background: linear-gradient(180deg, #fff 0%, var(--sand) 100%); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; min-height: 230px; padding: 0; border: 0; overflow: hidden; border-radius: var(--radius-md); cursor: pointer; isolation: isolate; background: #0e2329; }
.gi-7 { grid-column: span 7; }
.gi-5 { grid-column: span 5; }
.gi-3 { grid-column: span 3; }
.gi-tall { min-height: 358px; }
.gallery-item .gi-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .8s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 28, 33, .05) 35%, rgba(6, 28, 33, .72) 100%); transition: background .4s ease; }
.gallery-item:hover .gi-bg { transform: scale(1.07); }
.gallery-item:hover::after { background: linear-gradient(180deg, rgba(6, 28, 33, .15) 30%, rgba(7, 44, 50, .82) 100%); }
.gi-cap { position: absolute; left: 18px; bottom: 16px; z-index: 1; color: #fff; font-family: "Montserrat", sans-serif; font-size: 19px; font-weight: 500; text-shadow: 0 2px 12px rgba(0, 0, 0, .4); }
.gi-zoom { position: absolute; top: 14px; right: 14px; z-index: 1; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--teal); opacity: 0; transform: scale(.8); transition: opacity .3s ease, transform .3s ease; }
.gi-zoom svg { width: 19px; height: 19px; }
.gallery-item:hover .gi-zoom, .gallery-item:focus-visible .gi-zoom { opacity: 1; transform: scale(1); }
@media (max-width: 860px) { .gallery-item, .gi-7, .gi-5, .gi-3 { grid-column: span 6; min-height: 200px; } .gi-tall { min-height: 240px; } }
@media (max-width: 560px) { .gallery-item, .gi-7, .gi-5, .gi-3 { grid-column: span 12; } }

/* ─── LIGHTBOX (in-page image viewer — keeps visitors on the site) ─── */
.lightbox { position: fixed; inset: 0; z-index: 220; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(5, 18, 22, .92); opacity: 0; transition: opacity .3s ease; }
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lightbox-stage { position: relative; max-width: min(1100px, 94vw); }
.lightbox-img { display: block; max-width: 100%; max-height: 82vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); transform: scale(.96); transition: transform .3s ease; }
.lightbox.is-open .lightbox-img { transform: scale(1); }
.lightbox-cap { margin-top: 14px; text-align: center; color: rgba(255, 255, 255, .82); font-size: 13.5px; letter-spacing: .04em; }
.lightbox-close { position: absolute; top: -52px; right: 0; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; font-size: 24px; line-height: 1; transition: background-color .2s ease; }
.lightbox-close:hover { background: rgba(255, 255, 255, .25); }
.lightbox-nav { position: fixed; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; font-size: 30px; line-height: 1; transition: background-color .2s ease; }
.lightbox-nav:hover { background: rgba(255, 255, 255, .26); }
.lightbox-nav.prev { left: 24px; }
.lightbox-nav.next { right: 24px; }
@media (max-width: 640px) { .lightbox-nav { width: 44px; height: 44px; font-size: 26px; } .lightbox-nav.prev { left: 10px; } .lightbox-nav.next { right: 10px; } .lightbox-close { top: -46px; } }

/* ─── FORM-FREE CONTACT PANEL (big WhatsApp + call actions) ─── */
.contact-panel { background: #fff; border-radius: var(--radius-md); padding: 34px 32px; box-shadow: 0 30px 60px rgba(4, 22, 26, .35); }
.contact-panel .eyebrow { margin-bottom: 8px; }
.contact-panel h3 { font-size: 30px; line-height: 1.04; }
.contact-panel-sub { margin: 8px 0 22px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; }
.btn-block { width: 100%; min-height: 64px; font-size: 15px; }
.btn-block .bb-sub { display: block; font-size: 11px; font-weight: 500; letter-spacing: .02em; opacity: .85; text-transform: none; margin-top: 2px; }
.btn-block .bb-main { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.contact-panel-or { display: flex; align-items: center; gap: 12px; margin: 4px 0; color: var(--muted); font-size: 12px; letter-spacing: .1em; }
.contact-panel-or::before, .contact-panel-or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.contact-panel-hours { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; padding: 13px 16px; border-radius: 12px; background: var(--sand); border: 1px solid rgba(26, 95, 147, .14); font-size: 13px; color: var(--ink); }
.contact-panel-hours svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }
.contact-panel-hours strong { color: var(--teal); font-weight: 600; }
