:root{
  --navy:#06143d;
  --navy-2:#0a2a67;
  --blue:#006fba;
  --blue-light:#0d91d8;
  --teal:#02a9a6;
  --green:#50b85d;
  --white:#fff;
  --ink:#071a52;
  --muted:#647395;
  --surface:#f5f8fd;
  --line:#dfe8f5;
  --shadow:0 18px 45px rgba(4,25,76,.14);
  --radius:22px;
  --header-h:76px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--navy)}
body{margin:0;font-family:"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;min-height:100vh;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.site-main{min-height:70vh;padding-top:var(--header-h)}
.site-header{position:fixed;inset:0 0 auto;z-index:80;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:rgba(4,18,59,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.1)}
.brand{width:180px;display:flex;align-items:center}
.brand img{width:100%;height:52px;object-fit:contain;object-position:left center}
.menu-button{width:46px;height:46px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.06);display:grid;place-content:center;gap:5px;padding:0}
.menu-button span{display:block;width:22px;height:2px;border-radius:3px;background:#fff;transition:.25s}
.menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.menu-backdrop{position:fixed;inset:0;z-index:88;background:rgba(0,7,30,.65);backdrop-filter:blur(3px)}
.drawer{position:fixed;z-index:90;inset:0 0 0 auto;width:min(88vw,390px);background:linear-gradient(180deg,#06143d,#0a2762);color:#fff;transform:translateX(105%);transition:transform .28s ease;padding:18px;display:flex;flex-direction:column;box-shadow:-18px 0 50px rgba(0,0,0,.25)}
.drawer.is-open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.13)}
.drawer-head img{width:190px;height:58px;object-fit:contain;object-position:left}
.drawer-head button{border:0;background:rgba(255,255,255,.08);color:#fff;width:42px;height:42px;border-radius:13px;font-size:1.2rem}
.drawer-links{display:grid;gap:7px;margin-top:18px;overflow:auto}
.drawer-links a{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;color:#dce9ff;font-weight:700}
.drawer-links a i{width:24px;text-align:center;color:#19c0c6}
.drawer-links a:hover,.drawer-links a.is-active{background:rgba(255,255,255,.1);color:#fff}
.drawer-caption{margin:auto 10px 4px;color:#86a8d8;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em;line-height:1.5}
.splash-screen{position:fixed;z-index:200;inset:0;display:grid;place-items:center;background:#06143d url('../images/background-digital.png') center/cover no-repeat;transition:opacity .45s,visibility .45s}
.splash-screen::before{content:"";position:absolute;inset:0;background:rgba(1,12,48,.66)}
.splash-screen img{position:relative;width:min(82vw,620px);filter:drop-shadow(0 18px 30px rgba(0,0,0,.3));animation:splashPulse 1.1s ease-in-out infinite alternate}
.splash-screen.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
@keyframes splashPulse{to{transform:scale(1.02)}}
.hero{position:relative;min-height:390px;color:#fff;display:flex;align-items:flex-end;overflow:hidden;background:#06143d url('../images/background-digital.png') center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,15,54,.25),rgba(3,15,54,.96))}
.hero-content{position:relative;padding:56px 20px 42px;max-width:850px}
.hero h1,.page-hero h1{font-size:clamp(2.5rem,12vw,5.3rem);line-height:.98;margin:12px 0 15px;letter-spacing:-.04em;color:#fff}
.hero p,.page-hero p{font-size:1.05rem;line-height:1.6;color:#d7e8ff;max-width:670px;margin:0}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#52d3d2;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.section{padding:52px 18px}
.section-heading{max-width:760px;margin-bottom:26px}
.section-heading>span,.accent-label{display:inline-block;color:var(--teal);font-size:.78rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:7px}
.section-heading h2{font-size:clamp(1.8rem,8vw,3rem);line-height:1.08;margin:0 0 10px;letter-spacing:-.035em}
.section-heading p{color:var(--muted);line-height:1.6;margin:0}
.agenda-section{background:linear-gradient(180deg,#fff,#f4f8ff)}
.agenda-days{display:grid;gap:28px}
.agenda-day{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.agenda-day-header{padding:20px;background:linear-gradient(110deg,#06143d,#0b438e);color:#fff;display:flex;flex-direction:column;gap:4px}
.agenda-day-header span{font-size:1.15rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.agenda-day-header small{color:#b7d8ff}
.agenda-list{display:grid;gap:1px;background:#dde7f4}
.agenda-item{display:grid;grid-template-columns:82px 44px 1fr;gap:10px;align-items:center;padding:13px 13px;background:linear-gradient(90deg,var(--moment-bg),#fff 68%);border-left:5px solid var(--moment-color)}
.agenda-time{font-size:.78rem;color:var(--moment-color);display:flex;flex-direction:column;line-height:1.15}
.agenda-time strong{font-size:.94rem}
.agenda-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:var(--moment-color);box-shadow:0 7px 18px color-mix(in srgb,var(--moment-color) 35%,transparent)}
.agenda-copy h3{font-size:1rem;margin:0 0 3px;line-height:1.25}
.agenda-copy p,.agenda-details{font-size:.82rem;color:#536588;margin:0;line-height:1.35}
.agenda-subtitle-link{color:inherit;font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:color-mix(in srgb,var(--moment-color) 58%,transparent);text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}
.agenda-subtitle-link:hover,.agenda-subtitle-link:focus-visible{color:var(--moment-color);text-decoration-color:currentColor}
.empty-state{padding:38px;text-align:center;border:1px dashed #bbcae0;border-radius:18px;color:var(--muted)}
.empty-state i{font-size:2rem;color:var(--blue)}
.page-hero{min-height:300px;display:flex;align-items:flex-end;padding:48px 20px 38px;color:#fff;background:linear-gradient(130deg,rgba(4,18,59,.94),rgba(3,77,141,.74)),url('../images/background-digital.png') center/cover no-repeat}
.compact-hero{border-radius:0 0 34px 34px}
.rich-content{line-height:1.72;color:#31446d}
.rich-content h2,.rich-content h3{color:var(--ink);line-height:1.2}
.rich-content ul{padding-left:22px}
.rich-content li{margin:8px 0}
.rich-content strong{color:var(--ink)}
.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}
.dresscode-layout{display:grid;gap:24px;background:#f7f9fd}
.dresscode-intro{background:#fff;padding:25px;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.dresscode-visual{background:linear-gradient(145deg,#06143d,#0b4a8f);border-radius:26px;min-height:310px;display:grid;place-content:center;gap:24px;color:#fff;position:relative;overflow:hidden}
.dresscode-visual::before{content:"";position:absolute;inset:0;background:url('../images/background-digital.png') center/cover;opacity:.23}
.dresscode-circle{position:relative;width:120px;height:120px;border:3px solid #15c1c4;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:3rem;color:#14c1c4;background:rgba(0,0,0,.12)}
.dresscode-tags{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0 20px}
.dresscode-tags span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);padding:8px 11px;border-radius:99px;font-size:.8rem}
.dresscode-tags i{color:#22d4c9}
.generic-page{background:#f4f7fc}
.page-cover{width:100%;max-height:520px;object-fit:cover;border-radius:24px;margin-bottom:22px;box-shadow:var(--shadow)}
.party-hero{background:linear-gradient(130deg,rgba(4,18,59,.94),rgba(3,77,141,.7)),url('../images/background-digital.png') center/cover no-repeat}
.party-page{background:linear-gradient(180deg,#f4f7fc,#fff);padding-top:18px}
.party-cover{width:100%;aspect-ratio:1159/649;object-fit:cover;border-radius:22px;box-shadow:var(--shadow);border:1px solid rgba(6,20,61,.08)}
.party-content-card{position:relative;overflow:hidden;margin-top:22px;padding:25px 20px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.party-content-card::before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(90deg,#0c42a1 0 24%,#f5b000 24% 45%,#199447 45% 72%,#02a9a6 72%)}
.party-intro{font-size:1.08rem;text-align:center;max-width:850px;margin:7px auto 28px;color:#31446d}
.party-intro p{margin:0;line-height:1.7}
.party-message{text-align:center;max-width:900px;margin:0 auto}
.party-kicker{display:inline-flex;align-items:center;gap:8px;color:#15944d;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px}
.party-kicker i{color:#f2ad00}
.party-message h2{margin:0;font-size:clamp(1.8rem,8vw,3.5rem);line-height:1.04;color:#0d3b91;letter-spacing:-.035em}
.party-message p{max-width:760px;margin:17px auto 0;color:#536588;line-height:1.65;font-size:1rem}
.party-directives{display:grid;gap:12px;margin:28px auto 0;max-width:760px}
.party-directives div{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 14px;border-radius:17px;background:#f3f7fd;color:#0b398e;border:1px solid #dbe6f5;text-align:center}
.party-directives div:first-child i{color:#f0ab00}.party-directives div:last-child i{color:#159447}
.party-directives i{font-size:1.45rem}.party-directives strong{font-size:1rem;letter-spacing:.04em}
.party-closing{text-align:center;margin:24px 0 20px;color:#168c49;font-size:1.13rem;font-weight:900}
.party-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.party-theme-card{min-height:126px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px 10px;border-radius:19px;background:linear-gradient(145deg,#fff,#f4f7fc);border:1px solid var(--line);text-align:center;box-shadow:0 10px 24px rgba(5,30,85,.07)}
.party-theme-card span{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#0c43a2;color:#fff;font-size:1.55rem;box-shadow:0 10px 20px rgba(12,67,162,.22)}
.party-theme-card:nth-child(3n+2) span{background:#159447;box-shadow:0 10px 20px rgba(21,148,71,.22)}
.party-theme-card:nth-child(3n) span{background:#f0aa00;box-shadow:0 10px 20px rgba(240,170,0,.24)}
.party-theme-card strong{font-size:.83rem;letter-spacing:.07em;color:#0a2a67}
.free-day-hero{min-height:360px;background:linear-gradient(120deg,rgba(4,18,59,.92),rgba(0,112,170,.5)),url('../images/background-digital.png') center/cover no-repeat;border-radius:0 0 34px 34px}
.hotel-included{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f9fd 0,#eef5fc 100%)}
.hotel-included::before{content:"";position:absolute;width:360px;height:360px;right:-180px;top:25px;border-radius:50%;background:radial-gradient(circle,rgba(2,169,166,.12),rgba(2,169,166,0) 70%);pointer-events:none}
.hotel-section-heading{position:relative;z-index:1}
.hotel-leisure-card{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border:1px solid rgba(6,20,61,.09);border-radius:28px;background:#fff;box-shadow:0 24px 60px rgba(5,30,85,.14)}
.hotel-leisure-card::before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(180deg,var(--teal),var(--blue));z-index:3}
.hotel-leisure-content{padding:25px 22px 26px}
.hotel-included-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:99px;background:#e8f8f4;color:#16864b;font-size:.76rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.hotel-included-badge i{font-size:.95rem}
.hotel-leisure-intro{margin:18px 0 22px;color:#536588;line-height:1.65;font-size:.98rem}
.hotel-leisure-items{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}
.hotel-leisure-item{min-width:0;display:flex;align-items:center;gap:11px;padding:11px;border:1px solid #e0e9f5;border-radius:15px;background:linear-gradient(145deg,#fff,#f6f9fd);box-shadow:0 7px 18px rgba(5,30,85,.045)}
.hotel-leisure-icon{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#0a438f,#0877bd);color:#fff;font-size:1.04rem;box-shadow:0 8px 17px rgba(7,91,165,.2)}
.hotel-leisure-item:nth-child(4n+2) .hotel-leisure-icon,.hotel-leisure-item:nth-child(4n+3) .hotel-leisure-icon{background:linear-gradient(145deg,#009d9c,#20bbb2);box-shadow:0 8px 17px rgba(2,169,166,.2)}
.hotel-leisure-item strong{min-width:0;color:#17366d;font-size:.84rem;line-height:1.25}
.hotel-leisure-closing{display:flex;align-items:center;gap:10px;margin-top:20px;padding:14px 16px;border-radius:16px;background:linear-gradient(110deg,#06143d,#0a438f);color:#fff;box-shadow:0 12px 28px rgba(5,30,85,.18)}
.hotel-leisure-closing i{color:#51d2ce;font-size:1.15rem}
.hotel-leisure-closing strong{font-size:.95rem}
.hotel-leisure-media{position:relative;order:-1;min-height:255px;margin:0;overflow:hidden;background:#082c67}
.hotel-leisure-media>img{width:100%;height:100%;min-height:255px;object-fit:cover}
.hotel-leisure-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,18,57,.04) 35%,rgba(3,18,57,.78) 100%);pointer-events:none}
.hotel-leisure-media figcaption{position:absolute;z-index:2;left:19px;right:19px;bottom:18px;display:flex;align-items:center;gap:9px;color:#fff;font-size:.84rem;font-weight:800;line-height:1.35}
.hotel-leisure-media figcaption i{width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;border-radius:11px;background:rgba(2,169,166,.88);backdrop-filter:blur(7px)}
.hotel-leisure-placeholder{position:relative;z-index:1;width:100%;height:100%;min-height:255px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:17px;padding:35px;text-align:center;color:#fff;background:linear-gradient(130deg,rgba(4,18,59,.82),rgba(0,112,170,.54)),url('../images/background-digital.png') center/cover no-repeat}
.hotel-leisure-placeholder i{width:82px;height:82px;display:grid;place-items:center;border:2px solid rgba(80,214,208,.65);border-radius:25px;color:#53d8d2;background:rgba(3,27,76,.5);font-size:2.3rem;box-shadow:0 16px 30px rgba(0,0,0,.2)}
.hotel-leisure-placeholder span{position:relative;z-index:2;max-width:330px;font-size:1.05rem;font-weight:800;line-height:1.45}
.activities-section{background:#fff}
.activity-grid{display:grid;gap:20px}
.activity-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(5,30,85,.1)}
.activity-media{height:210px;position:relative;overflow:hidden;background:#dce7f3}
.activity-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.activity-card:hover .activity-media img{transform:scale(1.03)}
.activity-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#0a3676,#07a5ad);color:#fff;font-size:3.5rem}
.activity-badge{position:absolute;left:14px;bottom:14px;padding:8px 11px;border-radius:99px;color:#fff;background:rgba(3,22,63,.85);backdrop-filter:blur(8px);font-size:.8rem;font-weight:800}
.activity-body{padding:20px}
.activity-body h3{font-size:1.35rem;margin:0 0 10px}
.activity-body>p{color:#536588;line-height:1.55;margin:0}
details{margin-top:16px;border-top:1px solid var(--line);padding-top:14px}
summary{list-style:none;display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-weight:800;cursor:pointer}
summary::-webkit-details-marker{display:none}
details[open] summary i{transform:rotate(180deg)}
.activity-details{display:grid;gap:13px;padding-top:16px;color:#536588}
.activity-details strong{display:block;color:var(--ink);margin-bottom:4px}
.activity-details p{margin:0;line-height:1.5}
.activity-times{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.activity-times span{background:#f1f5fb;padding:12px;border-radius:13px;display:flex;flex-direction:column}
.checkout-page{padding:18px;background:linear-gradient(180deg,#06143d 0,#092d6b 48%,#fff 48%);min-height:100vh}
.checkout-topline{color:#fff;display:flex;align-items:center;gap:9px;padding:8px 4px 18px;font-weight:800;font-size:1rem}
.checkout-topline strong{color:#18bbb9;border-left:1px solid rgba(255,255,255,.5);padding-left:9px}
.checkout-hero-card{min-height:340px;border-radius:27px;padding:25px;background:linear-gradient(110deg,rgba(3,28,79,.97),rgba(5,79,145,.62)),url('../images/background-digital.png') center/cover;color:#fff;display:grid;grid-template-columns:1fr .65fr;align-items:center;overflow:hidden}
.checkout-copy>span{font-size:.75rem;color:#1dd0c8;font-weight:900;letter-spacing:.15em}
.checkout-copy h1{font-size:clamp(2.4rem,13vw,5.5rem);margin:3px 0 10px;line-height:1}
.checkout-copy p{color:#d7e6ff;line-height:1.5;margin:0}
.checkout-plane{width:64px;height:64px;border:2px solid #18c0c2;border-radius:50%;display:grid;place-items:center;color:#18c0c2;font-size:1.8rem;margin-bottom:20px}
.checkout-art{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:#1bc5c2;filter:drop-shadow(0 15px 20px rgba(0,0,0,.25))}
.checkout-art .fa-plane{font-size:3rem;transform:rotate(-12deg)}
.checkout-art .fa-suitcase-rolling{font-size:6.5rem;color:#d7e8ff}
.checkout-panels{display:grid;gap:13px;margin-top:14px}
.checkout-panel{background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:20px;display:flex;align-items:center;gap:17px}
.checkout-panel>i{width:62px;height:62px;border:2px solid #12aeb4;border-radius:50%;display:grid;place-items:center;color:#12aeb4;font-size:1.6rem;flex:0 0 auto}
.checkout-panel h2{color:#0ba2ac;margin:0;font-size:1.25rem}
.checkout-panel p{margin:4px 0 0;color:#465b80}
.checkout-thanks{margin-top:14px;border-radius:22px;padding:22px;background:linear-gradient(120deg,#06143d,#0a3e82);color:#fff;display:flex;gap:17px;align-items:flex-start}
.checkout-thanks>i{font-size:2.2rem;color:#17c7bd;margin-top:4px}
.checkout-thanks .rich-content{color:#dceaff}
.checkout-thanks .rich-content h2,.checkout-thanks .rich-content h3,.checkout-thanks .rich-content strong{color:#fff}
.quiz-page{background:#f4f7fc;min-height:50vh;display:grid;place-items:center}
.quiz-card{text-align:center;background:#fff;max-width:550px;border-radius:26px;padding:36px 24px;border:1px solid var(--line);box-shadow:var(--shadow)}
.quiz-icon{width:90px;height:90px;border-radius:25px;display:grid;place-items:center;margin:0 auto 20px;background:linear-gradient(145deg,#0b3678,#03a6aa);color:#fff;font-size:2.4rem}
.quiz-card h2{font-size:2rem;margin:0 0 8px}
.quiz-card p{color:var(--muted);margin:0 0 22px}
.button{border:0;border-radius:13px;padding:13px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px}
.button-primary{background:linear-gradient(100deg,#0070ba,#05aaa8);color:#fff;box-shadow:0 10px 24px rgba(0,120,183,.24)}
.button-ghost{background:#eef3fb;color:var(--ink)}
.button-disabled{background:#e9eef7;color:#8796b3}
.whatsapp-float{position:fixed;z-index:70;right:16px;bottom:18px;display:flex;align-items:center;gap:7px;padding:12px 15px;border-radius:99px;background:#24d366;color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(14,132,63,.35)}
.whatsapp-float i{font-size:1.45rem}
.site-footer{background:#06143d;color:#9cb4dc;text-align:center;padding:36px 20px 90px}
.site-footer img{width:230px;margin:0 auto 16px}
.site-footer p{text-transform:uppercase;font-size:.72rem;letter-spacing:.1em;margin:0}
.install-modal{position:fixed;z-index:160;inset:0;background:rgba(0,7,30,.68);display:grid;place-items:end center;padding:16px;backdrop-filter:blur(4px)}
.install-modal[hidden]{display:none}
.install-card{position:relative;width:min(100%,440px);background:#fff;border-radius:26px;padding:28px 22px 20px;text-align:center;box-shadow:0 30px 70px rgba(0,0,0,.35);animation:slideUp .3s ease}
@keyframes slideUp{from{transform:translateY(30px);opacity:0}}
.install-close{position:absolute;right:13px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#eef3fb;color:var(--ink)}
.install-icon{width:86px;height:86px;border-radius:22px;overflow:hidden;margin:0 auto 18px;box-shadow:0 10px 25px rgba(2,22,66,.2)}
.install-card h2{margin:0 0 8px;font-size:1.55rem}
.install-card p{color:var(--muted);line-height:1.5;margin:0 0 20px}
.install-card .button{width:100%;margin-top:8px}
.flash{margin:16px 18px 0;padding:13px 16px;border-radius:13px;font-weight:700}
.flash-success{background:#e8f8ed;color:#14702f}.flash-error{background:#ffebef;color:#a42038}
.not-found{text-align:center;min-height:65vh;display:grid;place-content:center;background:#f4f7fc}
.not-found>i{font-size:4rem;color:#0b7dc0}.not-found h1{font-size:2.2rem;margin:18px 0 7px}.not-found p{color:var(--muted);margin:0 0 20px}
@media (min-width:520px){
  .hotel-leisure-items{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:720px){
  :root{--header-h:86px}
  .site-header{padding:12px 34px}.brand{width:235px}.brand img{height:62px}
  .hero{min-height:500px}.hero-content{padding:70px 7vw 58px}
  .section{padding:70px 6vw}.agenda-days{gap:34px}
  .hotel-leisure-content{padding:34px 32px 35px}.hotel-leisure-media,.hotel-leisure-media>img,.hotel-leisure-placeholder{min-height:390px}
  .agenda-item{grid-template-columns:130px 54px 1fr;padding:14px 20px;gap:17px}
  .agenda-time{flex-direction:row;gap:4px;font-size:.9rem}.agenda-time strong{font-size:1rem}
  .agenda-icon{width:48px;height:48px}.agenda-copy h3{font-size:1.1rem}.agenda-copy p{font-size:.9rem}
  .page-hero{padding:65px 6vw 50px;min-height:380px}
  .dresscode-layout{grid-template-columns:1.25fr .75fr;align-items:stretch}.dresscode-intro{padding:38px}.dresscode-visual{min-height:460px}
  .activity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .party-page{padding-top:30px}.party-content-card{padding:42px}.party-directives{grid-template-columns:1fr 1fr}.party-theme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.party-theme-card{min-height:145px}
  .checkout-page{padding:32px 5vw 60px}.checkout-panels{grid-template-columns:1fr 1fr}.checkout-topline{font-size:1.5rem}.checkout-hero-card{padding:40px;min-height:430px}
  .install-modal{place-items:center}
}
@media (min-width:1100px){
  .agenda-days{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .hotel-leisure-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,2fr);min-height:540px}.hotel-leisure-content{grid-column:1/3;padding:38px 34px 36px;display:flex;flex-direction:column}.hotel-leisure-media{grid-column:3;grid-row:1;order:0;min-height:100%}.hotel-leisure-media>img,.hotel-leisure-placeholder{min-height:100%}.hotel-leisure-items{flex:1;align-content:center}.hotel-leisure-intro{font-size:1rem}.hotel-leisure-item{padding:12px}.hotel-leisure-item strong{font-size:.87rem}
  .activity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .generic-page,.party-page,.hotel-included,.activities-section{padding-left:max(7vw,calc((100vw - 1320px)/2));padding-right:max(7vw,calc((100vw - 1320px)/2))}
  .party-theme-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.party-theme-card{min-height:155px}
  .checkout-page{padding-left:max(6vw,calc((100vw - 1360px)/2));padding-right:max(6vw,calc((100vw - 1360px)/2))}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
