
:root{
  --v80-bg:#f7f2ea;
  --v80-surface:#fffdf8;
  --v80-deep:#08281f;
  --v80-deep-2:#0e3a2c;
  --v80-line:rgba(28,58,49,.10);
  --v80-text:#20312d;
  --v80-muted:#5f6e68;
  --v80-gold:#c59a48;
  --v80-shadow:0 22px 70px rgba(6,29,23,.10);
  --v80-shadow-soft:0 18px 50px rgba(6,29,23,.08);
}
html,body{overflow-x:hidden}
body.public-production.v80{background:var(--v80-bg);color:var(--v80-text)}
body.public-production.v80 .shell,body.public-production.v80 .v72-shell{width:min(1220px,calc(100% - 32px))}
body.public-production.v80 .nav{background:rgba(251,248,241,.90);backdrop-filter:blur(14px);border-bottom:1px solid rgba(197,154,72,.12)}
body.public-production.v80 .nav__inner{min-height:86px!important;gap:18px}
body.public-production.v80 .nav .brand img{width:212px!important;max-width:212px!important}
body.public-production.v80 .nav__links{display:none;align-items:center;gap:24px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}
body.public-production.v80 .nav__links a{opacity:.82}
body.public-production.v80 .nav__links a:hover{opacity:1;color:var(--v80-gold)}
body.public-production.v80 .nav__actions{gap:10px}
body.public-production.v80 .menu-btn{display:inline-grid;place-items:center;border:1px solid rgba(28,58,49,.12);border-radius:14px;background:#fff;width:46px;height:46px;font-size:20px;line-height:1;box-shadow:var(--v80-shadow-soft)}
body.public-production.v80 .mobile-menu{background:rgba(251,248,241,.98)}
body.public-production.v80 .mobile-menu__inner{padding:16px 0 24px}
body.public-production.v80 .mobile-menu__inner a{padding:14px 16px;background:#fff;border:1px solid var(--v80-line);border-radius:16px;box-shadow:var(--v80-shadow-soft)}
body.public-production.v80 .v72-actions{display:flex;flex-wrap:wrap;gap:12px}
body.public-production.v80 .v72-btn,body.public-production.v80 .v72-summary-actions button,body.public-production.v80 .v72-summary-actions a{
  min-height:52px;border-radius:18px;border:1px solid transparent;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.02em;transition:.22s ease;box-shadow:none
}
body.public-production.v80 .v72-btn{background:var(--v80-deep);color:#fff}
body.public-production.v80 .v72-btn:hover{transform:translateY(-1px);background:#0c3427}
body.public-production.v80 .v72-btn.secondary,body.public-production.v80 .v72-btn.outline,body.public-production.v80 .v72-summary-actions .secondary{background:#fff;color:var(--v80-deep);border-color:rgba(8,40,31,.12)}
body.public-production.v80 .v72-kicker{color:var(--v80-gold);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:850}
body.public-production.v80 .v72-head h2{color:var(--v80-deep);font-size:clamp(2.2rem,5.4vw,4.4rem);line-height:.96}
body.public-production.v80 .v72-head p{max-width:850px;color:var(--v80-muted)}
body.public-production.v80 .v72-section{padding:88px 0}
body.public-production.v80 .v72-section.stone{background:#f2ece1}
body.public-production.v80 .v72-section.dark{background:linear-gradient(180deg,#071d17,#0b2a21);color:#fff}
body.public-production.v80 .v72-section.dark .v72-head h2, body.public-production.v80 .v72-section.dark .v72-head p{color:#fff}
body.public-production.v80 .v72-list{display:grid;gap:10px;padding:0;margin:18px 0 0;list-style:none}
body.public-production.v80 .v72-list li{position:relative;padding-left:22px;line-height:1.6;color:inherit}
body.public-production.v80 .v72-list li::before{content:"";position:absolute;left:0;top:.6em;width:9px;height:9px;border-radius:999px;background:var(--v80-gold)}

.v80-home-hero{position:relative;overflow:hidden;background:var(--v80-deep);color:#fff}
.v80-home-hero__bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,20,.95) 0%,rgba(6,26,20,.86) 33%,rgba(6,26,20,.52) 60%,rgba(6,26,20,.18) 100%),linear-gradient(180deg,rgba(9,37,29,.18),rgba(6,26,20,.72)),url('assets/home-hero-premium.webp') center/cover}
.v80-home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:26px;align-items:center;min-height:calc(100svh - 86px);padding:92px 0 70px}
.v80-home-hero__content h1{margin:16px 0 0;font-size:clamp(3rem,7vw,6.5rem);line-height:.9;letter-spacing:-.06em;color:#fff;max-width:860px}
.v80-home-hero__content p{margin-top:20px;max-width:730px;font-size:1.08rem;line-height:1.7;color:rgba(255,255,255,.84)}
.v80-hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.v80-hero-points div{padding:18px 16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.v80-hero-points strong{display:block;font-size:1rem;color:#fff}
.v80-hero-points span{display:block;margin-top:6px;font-size:13px;line-height:1.55;color:rgba(255,255,255,.72)}
.v80-home-hero__visual{display:grid;grid-template-columns:1.08fr .92fr;gap:16px;align-items:stretch}
.v80-hero-frame{position:relative;border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 90px rgba(0,0,0,.30);background:#09221b}
.v80-hero-frame img{width:100%;height:100%;display:block;object-fit:cover}
.v80-hero-frame.primary{min-height:610px}
.v80-hero-side-grid{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.v80-hero-frame.secondary{min-height:297px}
.v80-frame-copy{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 18px;border-radius:20px;background:rgba(7,24,19,.62);backdrop-filter:blur(10px)}
.v80-frame-copy span{display:block;color:#e8cf91;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.v80-frame-copy strong{display:block;margin-top:6px;color:#fff;font-size:1rem;line-height:1.35}

.v80-logo-strip{background:#f0e8db;border-top:1px solid rgba(197,154,72,.13);border-bottom:1px solid rgba(197,154,72,.13)}
.v80-logo-strip__inner{display:flex;flex-wrap:wrap;gap:12px 14px;align-items:center;padding:18px 0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#6c665d}
.v80-logo-strip__inner span{color:#8e836f}
.v80-logo-strip__inner b{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(197,154,72,.14);color:var(--v80-deep)}

.v80-split-section,.v80-showcase-split,.v80-audit-split,.v80-faq-layout,.v80-demo-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:center}
.v80-mini-grid,.v80-process-grid,.v80-feature-grid,.v80-package-grid{display:grid;gap:18px}
.v80-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}
.v80-mini-card,.v80-process-card,.v80-package,.v80-feature-card,.v80-soft-hero__card,.v80-cta-card,.v80-confirm-card,.v80-checkout-room-preview{background:var(--v80-surface);border:1px solid var(--v80-line);box-shadow:var(--v80-shadow-soft);border-radius:28px}
.v80-mini-card{padding:24px}
.v80-mini-card span,.v80-process-card span,.v80-package span{display:inline-flex;color:var(--v80-gold);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.v80-mini-card h3,.v80-process-card h3,.v80-package h3,.v80-feature-card h3{margin-top:12px;color:var(--v80-deep);font-size:1.6rem;line-height:1.05}
.v80-mini-card p,.v80-process-card p,.v80-package p,.v80-feature-card p{margin-top:10px;color:var(--v80-muted);line-height:1.7;font-size:15px}
.v80-curated-gallery{display:grid;grid-template-columns:1.08fr .92fr;gap:16px}
.v80-curated-gallery figure{margin:0;border-radius:26px;overflow:hidden;position:relative;min-height:235px;box-shadow:var(--v80-shadow-soft)}
.v80-curated-gallery figure.large{grid-row:span 2;min-height:490px}
.v80-curated-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.v80-curated-gallery figcaption{position:absolute;left:16px;right:16px;bottom:16px;padding:14px 16px;border-radius:18px;background:rgba(7,24,19,.58);backdrop-filter:blur(10px);color:#fff;font-size:14px}

.v80-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}
.v80-feature-card{overflow:hidden}
.v80-feature-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.v80-feature-card div{padding:22px}
.v80-feature-card span{display:inline-flex;color:var(--v80-gold);font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:850}

.v80-demo-copy .v72-head p{max-width:640px;color:rgba(255,255,255,.82)}
.v80-demo-visual{position:relative;min-height:520px}
.v80-demo-visual img.main{width:100%;border-radius:30px;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 90px rgba(0,0,0,.32)}
.v80-demo-visual img.float{position:absolute;right:-12px;bottom:-18px;width:min(240px,42%);aspect-ratio:4/5;object-fit:cover;border-radius:26px;border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 70px rgba(0,0,0,.28)}
.v80-checklist,.v80-checklist.dark{display:grid;gap:10px;margin-top:22px}
.v80-checklist div{padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--v80-line);color:var(--v80-text)}
.v80-checklist.dark div{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff}
.v80-process-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}
.v80-process-card{padding:24px}
.v80-image-wall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.v80-image-wall img{width:100%;aspect-ratio:1/1.02;object-fit:cover;border-radius:22px;border:1px solid var(--v80-line);box-shadow:var(--v80-shadow-soft)}
.v80-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}
.v80-package{padding:26px}
.v80-package.featured{background:var(--v80-deep);border-color:rgba(255,255,255,.06);box-shadow:0 28px 80px rgba(9,37,29,.22)}
.v80-package.featured h3,.v80-package.featured p,.v80-package.featured li,.v80-package.featured span{color:#fff}
.v80-package .v72-list li{color:var(--v80-text)}
.v80-package.featured .v72-list li{color:rgba(255,255,255,.86)}
.v80-package .v72-btn{margin-top:20px;width:100%}
.v80-faq-list{display:grid;gap:14px}
.v80-faq-list article{padding:20px 22px;border-radius:24px;background:#fff;border:1px solid var(--v80-line);box-shadow:var(--v80-shadow-soft)}
.v80-faq-list h3{color:var(--v80-deep);font-size:1.28rem}
.v80-faq-list p{margin-top:10px;color:var(--v80-muted);line-height:1.7}
.v80-cta-card{overflow:hidden}
.v80-cta-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.v80-cta-card > div{padding:24px}
.v80-cta-card span{display:inline-flex;color:var(--v80-gold);font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:800}
.v80-cta-card h3{margin-top:8px;color:var(--v80-deep);font-size:2rem;line-height:1.02}
.v80-cta-card p{margin-top:12px;color:var(--v80-muted);line-height:1.7}

.v80-backoffice-link{display:inline-flex;margin-top:14px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--v80-gold)}
.v75-footer{background:#0a2019!important;border-top:1px solid rgba(255,255,255,.06)!important}
.v75-footer__inner{padding:32px 0!important;align-items:start!important;gap:20px!important}
.v75-footer img{width:190px!important}
.v75-footer p{max-width:420px;color:rgba(255,255,255,.72)!important;line-height:1.7!important}
.v75-footer nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,auto));gap:10px 24px!important}
.v75-footer nav a{color:rgba(255,255,255,.84)!important}
.v75-footer nav a:hover,.v80-backoffice-link:hover{color:#fff!important}
.v72-bottom-cta{background:rgba(255,253,248,.96)!important;border:1px solid rgba(8,40,31,.10)!important;border-radius:18px!important;left:10px!important;right:10px!important;bottom:10px!important;box-shadow:0 22px 60px rgba(6,29,23,.12)!important}
.v72-bottom-cta a{border-radius:14px!important}
.v72-bottom-cta a.primary{background:var(--v80-deep)!important}

/* Demo hotel */
.v80-demo-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#0b2a21,#0d3428);color:#fff}
.v80-demo-hero__bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,26,20,.90),rgba(7,26,20,.60),rgba(7,26,20,.18)),linear-gradient(180deg,rgba(7,26,20,.10),rgba(7,26,20,.70)),url('assets/room-villa-2.webp') center/cover}
.v80-demo-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr .95fr;gap:28px;align-items:center;padding:88px 0 64px}
.v80-demo-hero__content h1{margin-top:16px;color:#fff;font-size:clamp(2.7rem,6vw,5rem);line-height:.94;letter-spacing:-.05em}
.v80-demo-hero__content p{margin-top:18px;max-width:700px;color:rgba(255,255,255,.84);line-height:1.72}
.v80-inline-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.v80-inline-proof span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-size:12px;color:#fff}
.v80-demo-hero__visual img{width:100%;border-radius:30px;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 90px rgba(0,0,0,.32)}
.v72-demo-nav{position:sticky;top:86px;z-index:30;background:rgba(247,242,234,.94)!important;border-bottom:1px solid rgba(8,40,31,.08)!important}
.v72-demo-nav .v72-shell{display:flex;gap:10px;overflow:auto;padding:14px 0}
.v72-demo-nav a{white-space:nowrap;padding:11px 16px;border-radius:999px;background:#fff;border:1px solid var(--v80-line)!important;color:var(--v80-deep)!important}
.v72-demo-nav a.primary{background:var(--v80-deep)!important;color:#fff!important}
.v72-room-stack{display:grid;gap:22px}
.v72-room{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px;padding:20px;border-radius:30px;background:#fff;border:1px solid var(--v80-line)!important;box-shadow:var(--v80-shadow-soft)!important;align-items:center}
.v72-room.is-selected{box-shadow:0 0 0 2px rgba(197,154,72,.26), var(--v80-shadow-soft)!important;border-color:rgba(197,154,72,.30)!important}
.v72-gallery{display:grid;gap:12px}
.v72-main-photo{position:relative;border-radius:26px;overflow:hidden;background:#102d24!important;aspect-ratio:16/10;min-height:auto!important}
.v72-main-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
.v72-room-badge{position:absolute;left:14px;top:14px;z-index:2;padding:8px 12px;border-radius:999px;background:rgba(7,26,20,.70);backdrop-filter:blur(8px);color:#fff;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.v72-photo-count{position:absolute;right:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.90);font-size:12px;font-weight:800;color:var(--v80-deep)}
.v72-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.v72-thumb{padding:0!important;border-radius:18px!important;overflow:hidden;border:1px solid rgba(8,40,31,.10)!important;background:#fff!important;min-height:88px}
.v72-thumb img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.v72-thumb.is-active{box-shadow:0 0 0 2px rgba(197,154,72,.32)!important;border-color:rgba(197,154,72,.40)!important}
.v72-room-info{padding:4px 4px 4px 0}
.v72-room-info span:first-child{color:var(--v80-gold)!important;font-size:11px!important;letter-spacing:.14em;text-transform:uppercase;font-weight:850}
.v72-room-info h3{margin-top:10px;color:var(--v80-deep)!important;font-size:2rem!important;line-height:1.02}
.v72-room-info p{margin-top:12px;color:var(--v80-muted)!important;line-height:1.75}
.v72-room-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.v72-room-meta b{padding:10px 14px;border-radius:999px;background:#f5efe3;border:1px solid rgba(197,154,72,.12);font-size:12px;color:var(--v80-deep)!important}
.v72-room-price{margin-top:18px;padding:16px 18px;border-radius:20px;background:#f8f5ee;border:1px solid var(--v80-line)}
.v72-room-price strong{color:var(--v80-deep)!important;font-size:2rem!important}
.v72-room-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.v72-room-actions button,.v72-room-actions a{width:100%}
.v72-booking{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:24px;align-items:start}
.v72-engine,.v72-summary,.v72-form-card{border:1px solid var(--v80-line)!important;border-radius:28px!important;background:#fff!important;box-shadow:var(--v80-shadow-soft)!important;overflow:hidden}
.v72-engine-head,.v72-summary-head{padding:22px 24px!important;background:#0c3126!important;color:#fff!important;border-bottom:0!important}
.v72-engine-body,.v72-summary-body{padding:24px!important}
.v72-selected-room{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:16px;border-radius:22px;background:#f6f1e8;border:1px solid var(--v80-line)}
.v72-selected-room img{width:92px;height:78px;object-fit:cover;border-radius:16px}
.v72-selected-room b{display:block;color:var(--v80-deep)}
.v72-selected-room span{display:block;margin-top:4px;color:var(--v80-muted);font-size:13px}
.v72-change-room{min-height:44px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid rgba(8,40,31,.12);font-weight:800;color:var(--v80-deep)}
.v72-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.v72-field span,.v72-label{display:block;color:var(--v80-deep);font-size:13px;font-weight:700}
.v72-field input,.v72-field select,.v72-label input,.v72-label textarea,.v80-select{width:100%;margin-top:8px;min-height:54px;border-radius:18px;border:1px solid rgba(8,40,31,.12);padding:0 16px;background:#fff;color:var(--v80-text);font-size:15px}
.v72-label textarea{min-height:148px;padding:14px 16px;resize:vertical}
.v72-addons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.v72-check-card{position:relative;display:grid;gap:6px;padding:16px;border-radius:20px;background:#fbf8f2;border:1px solid var(--v80-line);cursor:pointer}
.v72-check-card input{position:absolute;inset:0;opacity:0;cursor:pointer}
.v72-check-card strong{color:var(--v80-deep)}
.v72-check-card span{color:var(--v80-muted);font-size:13px}
.v72-promo-state{margin-top:12px;font-size:13px;font-weight:700;color:var(--v80-deep)}
.v72-status{margin-top:14px;padding:16px 18px;border-radius:20px;background:#eef7f0;color:#1b5c39;line-height:1.6;border:1px solid rgba(27,92,57,.12)}
.v72-summary{position:sticky;top:122px}
.v72-summary-head strong{font-size:1.18rem!important}
.v72-line{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(8,40,31,.08)}
.v72-line span{color:var(--v80-muted)}
.v72-line strong{color:var(--v80-deep)}
.v72-line.total strong{font-size:1.38rem}
.v72-summary-actions{display:grid!important;grid-template-columns:1fr;gap:10px;margin-top:18px}
.v72-small-note,.v80-micro-note{margin-top:14px;color:var(--v80-muted);font-size:13px;line-height:1.65}
.v80-gallery-grid-pro{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;gap:14px}
.v72-gallery-tile{padding:0;border:0;background:transparent;text-align:left;border-radius:24px;overflow:hidden;box-shadow:var(--v80-shadow-soft)}
.v72-gallery-tile img{width:100%;aspect-ratio:16/11;object-fit:cover;display:block}
.v72-gallery-tile span{display:block;padding:14px 16px;background:#fff;border:1px solid var(--v80-line);border-top:0;color:var(--v80-deep);font-weight:800}
.v72-lightbox{padding:18px!important;background:rgba(3,11,9,.74)!important}
.v72-lightbox__inner{max-width:1180px!important;border-radius:30px!important;background:#081d17!important;border:1px solid rgba(255,255,255,.08)!important}
.v72-lightbox__topbar{padding:18px 22px!important}
.v72-lightbox__stage{min-height:60vh!important;max-height:72vh!important;background:#0d261f!important}
.v72-lightbox img{width:100%!important;height:100%!important;object-fit:contain!important;background:#0d261f}
.v72-lightbox__nav{width:52px!important;height:52px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important}
.v72-lightbox__thumbs{padding:16px 18px 20px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:10px!important}
.v72-lightbox__thumb{height:72px!important;border-radius:16px!important;overflow:hidden;border:1px solid rgba(255,255,255,.12)!important}
.v72-lightbox__thumb img{object-fit:cover!important}
body.v72-lightbox-open{overflow:hidden}

/* Soft hero pages */
.v80-soft-hero{padding:74px 0 28px;background:linear-gradient(180deg,#f7f2ea 0%,#efe6d7 100%)}
.v80-soft-hero h1{margin-top:14px;color:var(--v80-deep);font-size:clamp(2.4rem,5.2vw,4.8rem);line-height:.95;letter-spacing:-.05em}
.v80-soft-hero p{margin-top:16px;max-width:740px;color:var(--v80-muted);line-height:1.75}
.v80-soft-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:26px;align-items:start}
.v80-soft-hero__card{padding:24px}
.v80-soft-hero__card strong{display:block;color:var(--v80-deep);font-size:1.1rem}
.v80-audit-split .v72-card,.v72-card{padding:24px;border-radius:28px;border:1px solid var(--v80-line);box-shadow:var(--v80-shadow-soft)}
.v72-card.dark{background:var(--v80-deep)!important;color:#fff;border-color:rgba(255,255,255,.06)!important}
.v72-card span{color:var(--v80-gold);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.v72-card h3{margin-top:10px;color:inherit;font-size:1.9rem;line-height:1.02}
.v75-table{width:100%;border-collapse:collapse;margin-top:16px}
.v75-table th,.v75-table td{padding:12px;border-bottom:1px solid rgba(8,40,31,.08);text-align:left;font-size:14px}
.v75-table th{color:var(--v80-deep)}

/* checkout and confirmation */
.v80-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:24px}
.v80-checkout-room-preview{display:grid;grid-template-columns:104px 1fr;gap:16px;padding:14px 16px;margin-bottom:18px}
.v80-checkout-room-preview img{width:104px;height:84px;border-radius:18px;object-fit:cover}
.v80-checkout-room-preview span{display:block;color:var(--v80-gold);font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:800}
.v80-checkout-room-preview strong{display:block;margin-top:6px;color:var(--v80-deep);font-size:1.18rem}
.v80-checkout-room-preview small{display:block;margin-top:4px;color:var(--v80-muted)}
.v80-payment-block{display:grid;gap:10px;margin-top:18px;padding:18px;border-radius:22px;background:#f7f2e9;border:1px solid var(--v80-line)}
.v80-payment-block > span{font-size:13px;font-weight:800;color:var(--v80-deep)}
.v80-payment-block label{display:flex;align-items:center;gap:10px;color:var(--v80-text)}
.v80-summary-static{position:sticky;top:118px}
.v80-confirm-wrap{padding:96px 0;background:linear-gradient(180deg,#f4eee4 0%,#efe5d5 100%)}
.v80-confirm-card{padding:34px;max-width:760px;margin:0 auto;text-align:center}
.v80-confirm-card h1{margin-top:12px;color:var(--v80-deep);font-size:clamp(2.4rem,5vw,4rem);line-height:.96}
.v80-confirm-card p{margin:14px auto 0;max-width:640px;color:var(--v80-muted);line-height:1.75}
.checkout-total{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;text-align:left}
.checkout-total > div{padding:16px 18px;border-radius:20px;background:#faf7f1;border:1px solid var(--v80-line)}
.checkout-total span{display:block;color:var(--v80-muted);font-size:13px}
.checkout-total strong{display:block;margin-top:6px;color:var(--v80-deep);font-size:1.05rem}
.checkout-total .grand{grid-column:1/-1;background:#0e3328;color:#fff}
.checkout-total .grand span,.checkout-total .grand strong{color:#fff}
.v80-confirm-note{margin-top:18px;color:var(--v80-muted);line-height:1.7}
.v72-ref{display:inline-flex;padding:10px 14px;border-radius:999px;background:#f0e6d4;color:var(--v80-deep);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.v80-contact-direct{display:grid;gap:12px;margin-top:18px;padding:18px;border-radius:22px;background:#f7f2e9;border:1px solid var(--v80-line)}
.v80-contact-direct span{display:block;color:var(--v80-gold);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.v80-contact-direct strong{display:block;margin-top:4px;color:var(--v80-deep)}
.v62-output{min-height:280px;white-space:pre-wrap;padding:18px;border-radius:22px;background:#f8f5ef;border:1px solid var(--v80-line);color:var(--v80-text);font-size:14px;line-height:1.7}
.v75-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.v75-kpi{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid var(--v80-line);box-shadow:var(--v80-shadow-soft)}
.v75-kpi strong{display:block;color:var(--v80-deep);font-size:2rem}
.v75-kpi span{display:block;margin-top:6px;color:var(--v80-muted)}
.v75-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.v75-tool-card{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--v80-line);box-shadow:var(--v80-shadow-soft)}
.v75-tool-card.dark{background:var(--v80-deep);color:#fff;border-color:rgba(255,255,255,.06)}
.v75-tool-card span{display:inline-flex;color:var(--v80-gold);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.v75-tool-card h3{margin-top:10px;font-size:1.5rem;line-height:1.05;color:inherit}
.v75-tool-card p{margin-top:10px;line-height:1.65;color:inherit;opacity:.84}
.v75-tool-card a{display:inline-flex;margin-top:16px;font-weight:800;color:var(--v80-gold)}

@media (min-width: 980px){
  body.public-production.v80 .nav__links{display:flex}
  body.public-production.v80 .menu-btn{display:none}
}
@media (max-width: 1120px){
  .v80-home-hero__grid,.v80-demo-hero__grid,.v80-split-section,.v80-showcase-split,.v80-audit-split,.v80-faq-layout,.v80-demo-block,.v80-soft-hero__grid,.v80-checkout-grid{grid-template-columns:1fr}
  .v80-home-hero__visual,.v80-curated-gallery{grid-template-columns:1fr 1fr}
  .v80-curated-gallery figure.large{grid-row:auto;min-height:320px}
  .v80-demo-visual{min-height:auto}
  .v80-process-grid,.v80-package-grid,.v80-mini-grid,.v75-tool-grid,.v75-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v72-room,.v72-booking{grid-template-columns:1fr}
  .v72-summary,.v80-summary-static{position:static}
}
@media (max-width: 820px){
  body.public-production.v80 .nav .brand img{width:170px!important;max-width:170px!important}
  body.public-production.v80 .nav__inner{min-height:78px!important}
  .v80-home-hero__grid,.v80-demo-hero__grid{padding:72px 0 56px;min-height:auto}
  .v80-home-hero__visual{grid-template-columns:1fr;gap:14px}
  .v80-hero-frame.primary{min-height:360px}
  .v80-hero-side-grid{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .v80-hero-frame.secondary{min-height:220px}
  .v80-hero-points,.v80-process-grid,.v80-package-grid,.v80-mini-grid,.v80-feature-grid,.v80-gallery-grid-pro,.v75-tool-grid,.v75-kpi-row{grid-template-columns:1fr}
  .v80-image-wall{grid-template-columns:1fr 1fr}
  .v72-fields,.v72-addons{grid-template-columns:1fr}
  .v72-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
  .v72-room-actions{grid-template-columns:1fr}
  .v80-soft-hero{padding:58px 0 18px}
  .v72-section{padding:72px 0!important}
  .checkout-total{grid-template-columns:1fr}
  .v75-footer nav{grid-template-columns:repeat(2,minmax(0,auto))!important}
}
@media (max-width: 560px){
  body.public-production.v80 .shell,body.public-production.v80 .v72-shell{width:min(100% - 20px,1220px)}
  .v80-home-hero__content h1,.v80-demo-hero__content h1,.v80-soft-hero h1,.v72-head h2{letter-spacing:-.05em}
  .v80-hero-points{grid-template-columns:1fr}
  .v80-hero-side-grid,.v80-curated-gallery,.v80-image-wall{grid-template-columns:1fr}
  .v80-hero-frame.primary{min-height:300px}
  .v80-hero-frame.secondary{min-height:220px}
  .v72-main-photo{border-radius:22px}
  .v72-thumb{min-height:68px}
  .v72-thumbs{gap:8px}
  .v72-demo-nav{top:78px}
  .v72-demo-nav .v72-shell{padding:10px 0}
  .v72-demo-nav a{padding:10px 14px;font-size:12px}
  .v72-room{padding:14px;border-radius:24px}
  .v72-room-info h3{font-size:1.66rem!important}
  .v72-room-price strong{font-size:1.72rem!important}
  .v72-selected-room{grid-template-columns:72px 1fr;align-items:start}
  .v72-selected-room img{width:72px;height:72px}
  .v72-change-room{grid-column:1/-1}
  .v72-summary-head,.v72-engine-head,.v72-engine-body,.v72-summary-body,.v72-form-card,.v80-confirm-card{padding-left:18px!important;padding-right:18px!important}
  .v80-confirm-wrap{padding:72px 0}
}



/* =========================================================
   PALMWARD V81 ULTRA POLISH - production QA fixes
   Focus: checkout extras, bottom CTA, mobile rhythm, image ratios, lightbox stability
   ========================================================= */

/* 1) Mobile header refinement */
body.public-production.v80 .nav__inner{
  min-height:78px!important;
}
body.public-production.v80 .nav .brand img{
  width:196px!important;
  max-width:196px!important;
}
body.public-production.v80 .menu-btn{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
}
@media(max-width:560px){
  body.public-production.v80 .nav__inner{
    min-height:72px!important;
  }
  body.public-production.v80 .nav .brand img{
    width:182px!important;
    max-width:182px!important;
  }
}

/* 2) Bottom CTA final: fix inherited translateX issue and make it less invasive */
body.public-production.v80 .v72-bottom-cta{
  left:12px!important;
  right:12px!important;
  bottom:calc(10px + env(safe-area-inset-bottom, 0px))!important;
  width:auto!important;
  max-width:520px!important;
  margin:0 auto!important;
  transform:translateY(150%)!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  padding:7px!important;
  border-radius:20px!important;
  background:rgba(255,253,248,.97)!important;
  box-shadow:0 18px 52px rgba(6,29,23,.16)!important;
  backdrop-filter:blur(16px)!important;
  z-index:120!important;
}
body.public-production.v80 .v72-bottom-cta.is-visible{
  transform:translateY(0)!important;
}
body.public-production.v80 .v72-bottom-cta a{
  min-height:48px!important;
  padding:0 12px!important;
  border-radius:15px!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
body.public-production.v80 .v72-bottom-cta a:not(.primary){
  background:#fff!important;
  color:var(--v80-deep)!important;
}
body.public-production.v80.no-bottom-cta .v72-bottom-cta,
body.public-production.v80.page-demo .v72-bottom-cta,
body.public-production.v80.page-checkout .v72-bottom-cta,
body.public-production.v80.page-confirmation .v72-bottom-cta,
body.public-production.v80.page-audit .v72-bottom-cta,
body.public-production.v80.page-contact .v72-bottom-cta,
body.public-production.v80.page-backoffice .v72-bottom-cta{
  display:none!important;
}
@media(max-width:560px){
  body.public-production.v80 .v72-bottom-cta{
    left:10px!important;
    right:10px!important;
    bottom:calc(8px + env(safe-area-inset-bottom, 0px))!important;
    border-radius:18px!important;
  }
  body.public-production.v80 .v72-bottom-cta a{
    min-height:46px!important;
  }
}

/* 3) Checkout extras fix: checkbox no longer overlaps labels */
body.public-production.v80 .v72-check-card{
  position:relative!important;
  display:block!important;
  min-height:86px!important;
  padding:18px 18px 16px 54px!important;
  border-radius:20px!important;
  background:#fbf8f2!important;
  border:1px solid var(--v80-line)!important;
  cursor:pointer!important;
  overflow:hidden!important;
}
body.public-production.v80 .v72-check-card input{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  cursor:pointer!important;
}
body.public-production.v80 .v72-check-card .v72-box{
  position:absolute!important;
  left:18px!important;
  top:20px!important;
  width:21px!important;
  height:21px!important;
  border-radius:7px!important;
  border:2px solid rgba(8,40,31,.22)!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 2px #fff!important;
  pointer-events:none!important;
}
body.public-production.v80 .v72-check-card input:checked + .v72-box{
  background:var(--v80-deep)!important;
  border-color:var(--v80-deep)!important;
}
body.public-production.v80 .v72-check-card input:checked + .v72-box::after{
  content:""!important;
  position:absolute!important;
  left:5px!important;
  top:2px!important;
  width:7px!important;
  height:12px!important;
  border-right:2px solid #fff!important;
  border-bottom:2px solid #fff!important;
  transform:rotate(42deg)!important;
}
body.public-production.v80 .v72-check-card strong{
  display:block!important;
  color:var(--v80-deep)!important;
  font-size:1rem!important;
  line-height:1.25!important;
}
body.public-production.v80 .v72-check-card span{
  display:block!important;
  margin-top:6px!important;
  color:var(--v80-muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body.public-production.v80 .v72-check-card:hover{
  border-color:rgba(197,154,72,.32)!important;
  box-shadow:0 14px 34px rgba(6,29,23,.06)!important;
}

/* 4) Mobile hero rhythm: less heavy, still premium */
@media(max-width:820px){
  .v80-home-hero__grid{
    padding:50px 0 42px!important;
    gap:18px!important;
  }
  .v80-home-hero__content h1{
    font-size:clamp(2.55rem,11.8vw,4.1rem)!important;
    line-height:.91!important;
    letter-spacing:-.058em!important;
    margin-top:12px!important;
  }
  .v80-home-hero__content p{
    font-size:15.5px!important;
    line-height:1.62!important;
    margin-top:16px!important;
  }
  .v80-home-hero__content .v72-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:20px!important;
  }
  .v80-home-hero__content .v72-btn{
    min-height:52px!important;
  }
  .v80-hero-points{
    gap:10px!important;
    margin-top:20px!important;
  }
  .v80-hero-points div{
    padding:15px 16px!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.095)!important;
  }
  .v80-hero-points strong{
    font-size:15px!important;
  }
  .v80-hero-points span{
    font-size:13px!important;
    color:rgba(255,255,255,.78)!important;
  }
  .v80-hero-frame.primary{
    min-height:0!important;
    aspect-ratio:4/5!important;
  }
  .v80-hero-frame.secondary{
    min-height:0!important;
    aspect-ratio:16/10!important;
  }
  .v80-frame-copy{
    left:12px!important;
    right:12px!important;
    bottom:12px!important;
    padding:12px 14px!important;
    border-radius:16px!important;
  }
  .v80-frame-copy strong{
    font-size:14px!important;
  }
}
@media(max-width:560px){
  .v80-home-hero__bg{
    background:
      linear-gradient(180deg,rgba(6,26,20,.40) 0%,rgba(6,26,20,.72) 34%,rgba(6,26,20,.93) 100%),
      url('assets/home-hero-premium.webp') center top/cover!important;
  }
  .v80-home-hero__grid{
    padding:40px 0 34px!important;
  }
  .v80-home-hero__visual{
    margin-top:4px!important;
  }
}

/* 5) Logo strip and pills: no conflict with floating CTA */
.v80-logo-strip{
  position:relative!important;
  z-index:1!important;
}
.v80-logo-strip__inner{
  padding:24px 0!important;
  align-items:flex-start!important;
}
@media(max-width:560px){
  .v80-logo-strip__inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:28px 0!important;
  }
  .v80-logo-strip__inner span{
    line-height:1.35!important;
  }
  .v80-logo-strip__inner b{
    width:max-content!important;
    max-width:100%!important;
    padding:9px 12px!important;
    font-size:10px!important;
  }
}

/* 6) Image systems: more stable crops */
.v80-curated-gallery figure,
.v80-image-wall img,
.v80-feature-card img,
.v72-gallery-tile img{
  background:#d9d0c1!important;
}
.v80-curated-gallery figure.large img{
  object-position:center center!important;
}
.v80-feature-card img{
  aspect-ratio:16/10!important;
  object-fit:cover!important;
}
.v80-image-wall img{
  aspect-ratio:1/1!important;
  object-fit:cover!important;
}
.v80-hero-frame img{
  object-position:center center!important;
}
@media(max-width:560px){
  .v80-curated-gallery figure.large{
    min-height:0!important;
    aspect-ratio:4/5!important;
  }
  .v80-curated-gallery figure:not(.large){
    min-height:0!important;
    aspect-ratio:16/10!important;
  }
  .v80-curated-gallery figcaption{
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    padding:10px 12px!important;
    font-size:12px!important;
  }
}

/* 7) Demo room cards more production-like */
@media(max-width:820px){
  .v72-room{
    gap:16px!important;
  }
  .v72-main-photo{
    aspect-ratio:4/3!important;
  }
  .v72-room-info{
    padding:0!important;
  }
  .v72-room-meta{
    gap:8px!important;
  }
  .v72-room-meta b{
    padding:9px 11px!important;
    font-size:11px!important;
  }
  .v72-addons{
    gap:12px!important;
  }
}

/* 8) Lightbox final stability: no weird masks, no layout jumps */
body.public-production.v80 .v72-lightbox{
  position:fixed!important;
  inset:0!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:14px!important;
  background:rgba(3,11,9,.84)!important;
  backdrop-filter:blur(6px)!important;
  z-index:9999!important;
}
body.public-production.v80 .v72-lightbox.is-open{
  display:flex!important;
}
body.public-production.v80 .v72-lightbox__inner{
  width:min(1180px,100%)!important;
  max-height:92svh!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  background:#081d17!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
body.public-production.v80 .v72-lightbox__stage{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:56svh!important;
  max-height:68svh!important;
  background:#0d261f!important;
  overflow:hidden!important;
}
body.public-production.v80 .v72-lightbox__stage img,
body.public-production.v80 #v72LightboxImg{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
  background:#0d261f!important;
  border-radius:0!important;
  transform:none!important;
  clip-path:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
body.public-production.v80 .v72-lightbox__thumbs{
  display:flex!important;
  gap:10px!important;
  overflow-x:auto!important;
  padding:14px 18px 18px!important;
}
body.public-production.v80 .v72-lightbox__thumb{
  flex:0 0 84px!important;
  height:68px!important;
  padding:0!important;
  border-radius:14px!important;
  overflow:hidden!important;
  border:2px solid transparent!important;
  background:rgba(255,255,255,.08)!important;
}
body.public-production.v80 .v72-lightbox__thumb.is-active{
  border-color:var(--v80-gold)!important;
}
@media(max-width:560px){
  body.public-production.v80 .v72-lightbox{
    padding:9px!important;
  }
  body.public-production.v80 .v72-lightbox__inner{
    max-height:94svh!important;
    border-radius:22px!important;
  }
  body.public-production.v80 .v72-lightbox__topbar{
    padding:14px!important;
  }
  body.public-production.v80 .v72-lightbox__stage{
    min-height:50svh!important;
    max-height:55svh!important;
  }
  body.public-production.v80 .v72-lightbox__thumb{
    flex-basis:70px!important;
    height:58px!important;
  }
}

/* 9) Form polish */
body.public-production.v80 .v72-field input,
body.public-production.v80 .v72-field select,
body.public-production.v80 .v72-label input,
body.public-production.v80 .v72-label textarea,
body.public-production.v80 .v80-select{
  outline:none!important;
  transition:border-color .18s ease, box-shadow .18s ease!important;
}
body.public-production.v80 .v72-field input:focus,
body.public-production.v80 .v72-field select:focus,
body.public-production.v80 .v72-label input:focus,
body.public-production.v80 .v72-label textarea:focus,
body.public-production.v80 .v80-select:focus{
  border-color:rgba(197,154,72,.56)!important;
  box-shadow:0 0 0 4px rgba(197,154,72,.14)!important;
}



/* =========================================================
   PALMWARD V82 FULL SITE REVIEWED
   Based on the full V80/V81 rich site, not the simplified static rebuild.
   Fixes: mobile home rhythm, hero visual weight, dark card contrast,
   room/booking polish, sticky CTA behaviour, image consistency.
   ========================================================= */

:root{
  --v82-cream:#f6f0e6;
  --v82-paper:#fffdf8;
  --v82-deep:#07281f;
  --v82-deep-2:#0e382c;
  --v82-gold:#c9a04f;
  --v82-muted:#65736d;
  --v82-line:rgba(8,40,31,.12);
}

/* Global readability */
body.public-production.v80{
  background:var(--v82-cream)!important;
}
body.public-production.v80 .v72-head p,
body.public-production.v80 p{
  text-wrap:pretty;
}
body.public-production.v80 h1,
body.public-production.v80 h2,
body.public-production.v80 h3{
  text-wrap:balance;
}

/* Header: keep premium logo presence but controlled */
body.public-production.v80 .nav{
  background:rgba(250,246,238,.96)!important;
}
body.public-production.v80 .nav__inner{
  min-height:78px!important;
}
body.public-production.v80 .nav .brand img{
  width:205px!important;
  max-width:205px!important;
}
@media(max-width:560px){
  body.public-production.v80 .nav__inner{
    min-height:70px!important;
  }
  body.public-production.v80 .nav .brand img{
    width:172px!important;
    max-width:172px!important;
  }
  body.public-production.v80 .menu-btn{
    width:40px!important;
    height:40px!important;
    border-radius:13px!important;
  }
}

/* HOME HERO: better mobile conversion rhythm */
.v80-home-hero{
  background:#06251d!important;
}
.v80-home-hero__bg{
  opacity:.98!important;
}
.v80-home-hero__content h1{
  max-width:820px!important;
}
.v80-home-hero__content p{
  max-width:720px!important;
}
.v80-hero-points div{
  border-color:rgba(255,255,255,.13)!important;
  background:rgba(255,255,255,.075)!important;
}

/* The image after the hero was too tall on mobile. 
   Desktop keeps the rich visual system. Mobile gets ONE compact proof image. */
@media(max-width:820px){
  .v80-home-hero__grid{
    display:block!important;
    min-height:auto!important;
    padding:42px 0 36px!important;
  }
  .v80-home-hero__content h1{
    font-size:clamp(2.38rem,11vw,3.8rem)!important;
    line-height:.92!important;
    margin-top:10px!important;
  }
  .v80-home-hero__content p{
    font-size:15px!important;
    line-height:1.58!important;
    margin-top:14px!important;
  }
  .v80-home-hero__content .v72-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:18px!important;
  }
  .v80-hero-points{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    margin-top:18px!important;
  }
  .v80-hero-points div{
    padding:13px 14px!important;
    border-radius:18px!important;
  }
  .v80-hero-points strong{
    font-size:14px!important;
  }
  .v80-hero-points span{
    font-size:12.5px!important;
    line-height:1.45!important;
  }
  .v80-home-hero__visual{
    margin-top:18px!important;
    display:block!important;
  }
  .v80-home-hero__visual .v80-hero-frame.primary{
    min-height:0!important;
    aspect-ratio:16/10!important;
    border-radius:24px!important;
  }
  .v80-home-hero__visual .v80-hero-frame.primary img{
    object-fit:cover!important;
    object-position:center 56%!important;
  }
  .v80-home-hero__visual .v80-hero-side-grid{
    display:none!important;
  }
}
@media(max-width:560px){
  .v80-home-hero__grid{
    padding:32px 0 30px!important;
  }
  .v80-home-hero__bg{
    background:
      linear-gradient(180deg,rgba(6,26,20,.68) 0%,rgba(6,26,20,.90) 55%,rgba(6,26,20,.98) 100%),
      url('assets/home-hero-premium.webp') center top/cover!important;
  }
  .v80-home-hero__visual .v80-hero-frame.primary{
    aspect-ratio:16/9!important;
  }
}

/* Logo strip: cleaner transition from hero */
.v80-logo-strip{
  background:#efe5d6!important;
}
.v80-logo-strip__inner{
  padding:26px 0!important;
}
@media(max-width:560px){
  .v80-logo-strip__inner{
    gap:9px!important;
  }
  .v80-logo-strip__inner b{
    font-size:9.5px!important;
    letter-spacing:.08em!important;
  }
}

/* Home image cards / overlays: less heavy, more premium */
.v80-frame-copy,
.v80-curated-gallery figcaption{
  background:linear-gradient(180deg,rgba(6,26,20,.62),rgba(6,26,20,.82))!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
.v80-frame-copy strong,
.v80-curated-gallery figcaption{
  color:#fff!important;
}
.v80-curated-gallery figure{
  border:1px solid rgba(8,40,31,.08)!important;
}
@media(max-width:560px){
  .v80-curated-gallery{
    gap:12px!important;
  }
  .v80-curated-gallery figure.large{
    aspect-ratio:4/3!important;
  }
  .v80-curated-gallery figure:not(.large){
    aspect-ratio:16/10!important;
  }
}

/* Dark cards contrast fix: absolutely no invisible text */
body.public-production.v80 .v80-package.featured,
body.public-production.v80 .v72-card.dark,
body.public-production.v80 .v75-tool-card.dark{
  background:linear-gradient(180deg,#083127,#05231c)!important;
  color:#fff!important;
}
body.public-production.v80 .v80-package.featured *,
body.public-production.v80 .v72-card.dark *,
body.public-production.v80 .v75-tool-card.dark *{
  color:rgba(255,255,255,.88)!important;
}
body.public-production.v80 .v80-package.featured h3,
body.public-production.v80 .v72-card.dark h3,
body.public-production.v80 .v75-tool-card.dark h3{
  color:#fff!important;
}
body.public-production.v80 .v80-package.featured span,
body.public-production.v80 .v72-card.dark span,
body.public-production.v80 .v75-tool-card.dark span{
  color:#f0c974!important;
}
body.public-production.v80 .v80-package.featured .v72-list li,
body.public-production.v80 .v72-card.dark .v72-list li{
  color:rgba(255,255,255,.84)!important;
}
body.public-production.v80 .v80-package.featured .v72-list li::before,
body.public-production.v80 .v72-card.dark .v72-list li::before{
  background:#f0c974!important;
}
body.public-production.v80 .v80-package.featured .v72-btn{
  background:#f4d381!important;
  color:#08281f!important;
  border-color:#f4d381!important;
}

/* Package cards: less giant and more readable on mobile */
@media(max-width:560px){
  .v80-package{
    padding:22px!important;
    border-radius:26px!important;
  }
  .v80-package h3{
    font-size:1.78rem!important;
  }
  .v80-package p,
  .v80-package li{
    font-size:14px!important;
    line-height:1.6!important;
  }
}

/* Problem cards and feature cards: better production polish */
.v80-mini-card,
.v80-process-card,
.v80-feature-card,
.v80-package,
.v72-form-card,
.v72-summary,
.v72-engine{
  border-color:rgba(8,40,31,.10)!important;
}
.v80-mini-card h3,
.v80-process-card h3,
.v80-feature-card h3{
  color:#062a21!important;
}
.v80-feature-card{
  overflow:hidden!important;
}
.v80-feature-card img{
  object-position:center center!important;
}

/* Room cards / booking */
.v72-room{
  background:#fffdfa!important;
}
.v72-main-photo{
  background:#e2d5c2!important;
}
.v72-main-photo img{
  object-position:center center!important;
}
.v72-room-info h3{
  letter-spacing:-.03em!important;
}

/* Checkbox/extras final fix */
body.public-production.v80 .v72-check-card{
  position:relative!important;
  display:block!important;
  padding:18px 18px 16px 54px!important;
  min-height:88px!important;
  border-radius:20px!important;
  background:#fbf8f2!important;
  overflow:hidden!important;
}
body.public-production.v80 .v72-check-card .v72-box{
  position:absolute!important;
  left:18px!important;
  top:20px!important;
  width:21px!important;
  height:21px!important;
  border-radius:7px!important;
  border:2px solid rgba(8,40,31,.24)!important;
  background:#fff!important;
}
body.public-production.v80 .v72-check-card strong,
body.public-production.v80 .v72-check-card span{
  display:block!important;
}
body.public-production.v80 .v72-check-card strong{
  font-size:1rem!important;
  line-height:1.25!important;
  color:#062a21!important;
}
body.public-production.v80 .v72-check-card span{
  margin-top:6px!important;
  font-size:13px!important;
  line-height:1.45!important;
  color:#65736d!important;
}

/* Bottom CTA stable or hidden where not wanted */
body.public-production.v80 .v72-bottom-cta{
  left:12px!important;
  right:12px!important;
  width:auto!important;
  max-width:520px!important;
  margin:0 auto!important;
  transform:translateY(150%)!important;
}
body.public-production.v80 .v72-bottom-cta.is-visible{
  transform:translateY(0)!important;
}
body.public-production.v80.no-bottom-cta .v72-bottom-cta,
body.public-production.v80.page-demo .v72-bottom-cta,
body.public-production.v80.page-checkout .v72-bottom-cta,
body.public-production.v80.page-confirmation .v72-bottom-cta,
body.public-production.v80.page-audit .v72-bottom-cta,
body.public-production.v80.page-contact .v72-bottom-cta,
body.public-production.v80.page-backoffice .v72-bottom-cta{
  display:none!important;
}

/* Lightbox production stability */
body.public-production.v80 .v72-lightbox.is-open{
  display:flex!important;
}
body.public-production.v80 .v72-lightbox__stage img,
body.public-production.v80 #v72LightboxImg{
  object-fit:contain!important;
  clip-path:none!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  border-radius:0!important;
}
body.public-production.v80 .v72-lightbox__thumb img{
  object-fit:cover!important;
}

/* Footer */
.v75-footer{
  margin-top:0!important;
}
.v75-footer nav a{
  font-size:13px!important;
  letter-spacing:.02em!important;
}

/* Final mobile spacing */
@media(max-width:560px){
  body.public-production.v80 .v72-section{
    padding:58px 0!important;
  }
  body.public-production.v80 .v72-head{
    margin-bottom:20px!important;
  }
  body.public-production.v80 .v72-head h2{
    font-size:clamp(2rem,10vw,3.2rem)!important;
    line-height:.98!important;
  }
  body.public-production.v80 .v72-head p{
    font-size:14.5px!important;
    line-height:1.62!important;
  }
}



/* =========================================================
   FINAL RELEASE TOP 10 - header + image fallback polish
   ========================================================= */

body.public-production.v80 .nav{
  position:relative!important;
  z-index:100!important;
  background:rgba(250,246,238,.97)!important;
  border-bottom:1px solid rgba(8,40,31,.08)!important;
  box-shadow:0 10px 34px rgba(8,40,31,.055)!important;
}
body.public-production.v80 .nav__inner{
  min-height:96px!important;
  display:flex!important;
  align-items:center!important;
}
body.public-production.v80 .brand{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  height:auto!important;
  overflow:visible!important;
}
body.public-production.v80 .nav .brand img{
  width:230px!important;
  max-width:230px!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
  object-position:left center!important;
}
body.public-production.v80 .nav__actions{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
}
body.public-production.v80 .menu-btn{
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  background:#fffdf8!important;
  color:#0a382d!important;
  box-shadow:0 12px 28px rgba(8,40,31,.08)!important;
}
@media(min-width:980px){
  body.public-production.v80 .nav__inner{
    min-height:90px!important;
  }
  body.public-production.v80 .nav .brand img{
    width:226px!important;
    max-width:226px!important;
  }
}
@media(max-width:560px){
  body.public-production.v80 .nav__inner{
    min-height:88px!important;
  }
  body.public-production.v80 .nav .brand img{
    width:210px!important;
    max-width:210px!important;
  }
  body.public-production.v80 .menu-btn{
    width:44px!important;
    height:44px!important;
  }
}

/* Demo hero copy and rhythm */
body.public-production.v80.page-demo .v80-demo-hero__content h1{
  max-width:760px!important;
}
body.public-production.v80.page-demo .v80-inline-proof span{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
}

/* Selected room card image must always reserve a clean photo area */
body.public-production.v80 .v72-selected-room img,
body.public-production.v80 .v80-checkout-room-preview img{
  background:#e4d8c8!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
body.public-production.v80 .v72-selected-room{
  grid-template-columns:96px 1fr auto!important;
}
body.public-production.v80 .v72-selected-room img{
  width:96px!important;
  height:82px!important;
}
@media(max-width:560px){
  body.public-production.v80 .v72-selected-room{
    grid-template-columns:82px 1fr!important;
  }
  body.public-production.v80 .v72-selected-room img{
    width:82px!important;
    height:82px!important;
    border-radius:18px!important;
  }
}

/* Copy polish: chips and CTA labels look less generic */
body.public-production.v80 .v80-inline-proof span,
body.public-production.v80 .v80-logo-strip__inner b{
  white-space:normal!important;
}

/* Dark cards and service cards maintain perfect contrast */
body.public-production.v80 .v80-package.featured p,
body.public-production.v80 .v80-package.featured li{
  color:rgba(255,255,255,.84)!important;
}
body.public-production.v80 .v80-package.featured .v72-btn{
  color:#08281f!important;
}
