/* Lankan Travel approved public design system — loaded after legacy app.css. */
:root {
    --lt-royal: #0b4fc4;
    --lt-royal-dark: #073b98;
    --lt-royal-soft: #e9f2ff;
    --lt-navy: #071f49;
    --lt-navy-deep: #041733;
    --lt-ink: #1e304e;
    --lt-muted: #5c6c84;
    --lt-white: #ffffff;
    --lt-pale: #f2f7ff;
    --lt-ivory: #fcfaf5;
    --lt-gold: #d5aa45;
    --lt-gold-dark: #9a6e17;
    --lt-line: #d9e3f1;
    --lt-error: #a3273a;
    --lt-heading: Georgia, 'Times New Roman', serif;
    --lt-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --lt-container: 1240px;
    --lt-section-space: clamp(3.5rem, 5vw, 4.375rem);
    --lt-card-gap: clamp(1.25rem, 2vw, 1.5rem);
    --lt-radius-sm: 8px;
    --lt-radius: 14px;
    --lt-shadow: 0 14px 36px rgba(7, 31, 73, .10);
    --lt-shadow-hover: 0 20px 46px rgba(7, 31, 73, .16);
}

/* V5 — luxury footer, transparent logo treatment and branded social icons. */
.site-contact-strip{
    border-top:1px solid rgba(215,174,82,.78);
    background:linear-gradient(110deg,#0b4ca7 0%,#146ee0 52%,#0a397f 100%);
    box-shadow:0 -10px 32px rgba(3,22,55,.16);
}
.site-contact-strip__grid{border-color:rgba(255,255,255,.22);border-radius:14px;box-shadow:0 12px 34px rgba(2,20,50,.16)}
.site-contact-strip__item{background:rgba(3,30,75,.25);transition:background .2s ease,transform .2s ease}
.site-contact-strip__item:hover{background:rgba(3,24,60,.48);transform:translateY(-1px)}
.site-contact-strip__icon{box-shadow:0 7px 18px rgba(0,0,0,.16)}
.site-contact-strip__item:last-child .site-contact-strip__icon{background:#25d366;color:#fff}

.premium-footer,.page-home .premium-footer{
    overflow:hidden;
    background:
        radial-gradient(circle at 8% 12%,rgba(38,106,218,.22),transparent 30rem),
        radial-gradient(circle at 92% 80%,rgba(199,155,63,.1),transparent 28rem),
        linear-gradient(145deg,#031633 0%,#061f46 48%,#03132d 100%);
}
.premium-footer::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent);opacity:.8}
.premium-footer>.container{position:relative;z-index:1}
.premium-footer__grid{gap:clamp(1.7rem,3.5vw,3.8rem);padding-top:3.6rem;padding-bottom:3rem}
.premium-footer__logo-wrap{
    position:relative;
    display:inline-flex;
    align-items:center;
    min-height:82px;
    padding:0;
    margin:0 0 1.2rem;
    border:0;
    border-radius:0;
    background:radial-gradient(ellipse at center,rgba(112,164,255,.18) 0%,rgba(42,102,202,.07) 43%,transparent 72%);
    box-shadow:none;
}
.premium-footer__logo-wrap::after{content:"";position:absolute;right:0;bottom:-8px;left:0;width:72px;height:2px;margin:auto;background:linear-gradient(90deg,transparent,#d7ae52,transparent)}
.premium-footer__logo{
    position:relative;
    z-index:1;
    width:auto;
    height:78px;
    object-fit:contain;
    filter:drop-shadow(0 0 1px rgba(255,255,255,.95)) drop-shadow(0 8px 16px rgba(30,104,226,.38));
}
.premium-footer__brand>p{color:#c5d3e8;font-size:.96rem;line-height:1.8}
.premium-footer__trust span{border:1px solid rgba(215,174,82,.38);border-radius:999px;background:rgba(215,174,82,.08);color:#f2d998}
body.site .premium-footer__column h3{font-size:1.08rem;letter-spacing:.01em}
.premium-footer__column h3::after{width:42px;background:linear-gradient(90deg,#d7ae52,rgba(215,174,82,.15))}
body.site .premium-footer__column>a{transition:color .18s ease,transform .18s ease}
.premium-footer__help-box{border-color:rgba(215,174,82,.36);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 30px rgba(0,0,0,.13)}
body.site .premium-footer__whatsapp-button{border-color:#25d366;background:#25d366;box-shadow:0 8px 20px rgba(37,211,102,.2)}
body.site .premium-footer__whatsapp-button:hover{border-color:#20bd5a;background:#20bd5a;transform:translateY(-2px)}

.premium-footer__social-zone{padding-block:1.7rem;border-color:rgba(215,174,82,.24);background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent)}
.premium-footer__social-zone p{max-width:480px;color:#b9c9df;line-height:1.65}
.premium-footer__social-zone p strong{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;letter-spacing:.01em}
.premium-footer__socials{gap:.65rem}
.premium-footer__social{
    --social-shadow:rgba(23,105,224,.28);
    position:relative;
    display:grid;
    place-items:center;
    width:50px;
    min-width:50px;
    height:50px;
    padding:0;
    overflow:visible;
    border:1px solid rgba(255,255,255,.28);
    border-radius:14px;
    background:#1769e0;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.23),0 8px 18px var(--social-shadow);
    transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
.premium-footer__social:hover,.premium-footer__social:focus-visible{border-color:rgba(255,255,255,.7);background:#1769e0;color:#fff;transform:translateY(-4px) scale(1.04);filter:brightness(1.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 14px 25px var(--social-shadow);outline:none}
.premium-footer__social>span{display:block;width:25px;height:25px;background-repeat:no-repeat;background-position:center;background-size:contain;color:transparent;font-size:0}
.premium-footer__social small{
    position:absolute;
    bottom:calc(100% + 10px);
    left:50%;
    z-index:5;
    width:max-content;
    height:auto;
    padding:.34rem .52rem;
    overflow:visible;
    border:1px solid rgba(255,255,255,.18);
    border-radius:6px;
    background:#020e22;
    color:#fff;
    clip:auto;
    opacity:0;
    pointer-events:none;
    transform:translate(-50%,5px);
    transition:opacity .18s ease,transform .18s ease;
    white-space:nowrap;
    font-size:.68rem;
    font-weight:750;
    box-shadow:0 8px 20px rgba(0,0,0,.28);
}
.premium-footer__social:hover small,.premium-footer__social:focus-visible small{opacity:1;transform:translate(-50%,0)}
.premium-footer__social--facebook{--social-shadow:rgba(24,119,242,.34);background:#1877f2}
.premium-footer__social--facebook:hover,.premium-footer__social--facebook:focus-visible{background:#1877f2}
.premium-footer__social--facebook>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14.5 22v-8.2h2.8l.4-3.2h-3.2v-2c0-.9.3-1.6 1.7-1.6H18V4.1c-.3 0-1.4-.1-2.7-.1-2.7 0-4.6 1.7-4.6 4.8v1.8H7.6v3.2h3.1V22z'/%3E%3C/svg%3E")}
.premium-footer__social--tripadvisor{--social-shadow:rgba(52,224,161,.27);background:#34e0a1}
.premium-footer__social--tripadvisor:hover,.premium-footer__social--tripadvisor:focus-visible{background:#34e0a1}
.premium-footer__social--tripadvisor>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2305202b' d='M7.2 7.2A5.2 5.2 0 1 0 12 15a5.2 5.2 0 1 0 4.8-7.8A12 12 0 0 0 12 6.1a12 12 0 0 0-4.8 1.1zm.4 2.1a3.1 3.1 0 1 1 0 6.2 3.1 3.1 0 0 1 0-6.2zm8.8 0a3.1 3.1 0 1 1 0 6.2 3.1 3.1 0 0 1 0-6.2zM10.4 15h3.2L12 17.4z'/%3E%3Ccircle cx='7.6' cy='12.4' r='1.35' fill='%2305202b'/%3E%3Ccircle cx='16.4' cy='12.4' r='1.35' fill='%2305202b'/%3E%3C/svg%3E")}
.premium-footer__social--google{--social-shadow:rgba(66,133,244,.25);border-color:#d8e3f3;background:#fff}
.premium-footer__social--google:hover,.premium-footer__social--google:focus-visible{background:#fff}
.premium-footer__social--google>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285f4' d='M21.6 12.2c0-.7-.1-1.5-.2-2.2H12v4h5.4a4.7 4.7 0 0 1-2 3v2.6h3.2c1.9-1.8 3-4.4 3-7.4z'/%3E%3Cpath fill='%2334a853' d='M12 22c2.7 0 5-.9 6.6-2.4L15.4 17c-.9.6-2 1-3.4 1-2.6 0-4.8-1.8-5.6-4.1H3.1v2.7A10 10 0 0 0 12 22z'/%3E%3Cpath fill='%23fbbc05' d='M6.4 13.9A6 6 0 0 1 6.1 12c0-.7.1-1.3.3-1.9V7.4H3.1A10 10 0 0 0 2 12c0 1.7.4 3.2 1.1 4.6z'/%3E%3Cpath fill='%23ea4335' d='M12 6c1.5 0 2.8.5 3.8 1.5l2.9-2.8A9.7 9.7 0 0 0 12 2a10 10 0 0 0-8.9 5.4l3.3 2.7C7.2 7.8 9.4 6 12 6z'/%3E%3C/svg%3E")}
.premium-footer__social--tiktok{--social-shadow:rgba(255,0,80,.25);background:linear-gradient(145deg,#080808,#171717)}
.premium-footer__social--tiktok:hover,.premium-footer__social--tiktok:focus-visible{background:linear-gradient(145deg,#080808,#171717)}
.premium-footer__social--tiktok>span{filter:drop-shadow(-2px 0 0 #00f2ea) drop-shadow(2px 0 0 #ff0050);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M14 3h3c.2 1.7 1.2 3.2 3 3.8v3a8 8 0 0 1-3-1v6.6A5.6 5.6 0 1 1 12 9.8v3.1a2.6 2.6 0 1 0 2 2.5z'/%3E%3C/svg%3E")}
.premium-footer__social--youtube{--social-shadow:rgba(255,0,0,.3);background:#ff0000}
.premium-footer__social--youtube:hover,.premium-footer__social--youtube:focus-visible{background:#ff0000}
.premium-footer__social--youtube>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M22 8.1a3 3 0 0 0-2.1-2.2C18 5.4 12 5.4 12 5.4s-6 0-7.9.5A3 3 0 0 0 2 8.1 31 31 0 0 0 1.5 12c0 1.3.1 2.6.5 3.9a3 3 0 0 0 2.1 2.2c1.9.5 7.9.5 7.9.5s6 0 7.9-.5a3 3 0 0 0 2.1-2.2c.4-1.3.5-2.6.5-3.9s-.1-2.6-.5-3.9z'/%3E%3Cpath fill='%23ff0000' d='m10 15.3 5.2-3.3L10 8.7z'/%3E%3C/svg%3E")}
.premium-footer__social--instagram{--social-shadow:rgba(214,41,118,.28);background:radial-gradient(circle at 30% 105%,#fdf497 0 12%,#fd5949 32%,#d6249f 60%,#285aeb 100%)}
.premium-footer__social--instagram:hover,.premium-footer__social--instagram:focus-visible{background:radial-gradient(circle at 30% 105%,#fdf497 0 12%,#fd5949 32%,#d6249f 60%,#285aeb 100%)}
.premium-footer__social--instagram>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='5' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='17.5' cy='6.8' r='1.2' fill='white'/%3E%3C/svg%3E")}
.premium-footer__social--whatsapp{--social-shadow:rgba(37,211,102,.28);background:#25d366}
.premium-footer__social--whatsapp:hover,.premium-footer__social--whatsapp:focus-visible{background:#25d366}
.premium-footer__social--whatsapp>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a9.5 9.5 0 0 0-8.2 14.3L2.5 21.5l5.3-1.4A9.5 9.5 0 1 0 12 2zm0 17.2a7.7 7.7 0 0 1-3.9-1.1l-.3-.2-3.1.8.8-3-.2-.3A7.7 7.7 0 1 1 12 19.2zm4.2-5.8c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1l-.7.9c-.1.2-.3.2-.5.1-1.5-.7-2.5-1.4-3.5-3-.3-.5.3-.5.8-1.6.1-.2 0-.4 0-.5l-.7-1.7c-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.8.8-1.2 1.7-1.2 2.8 0 1.7 1.2 3.4 1.4 3.6.2.2 2.4 3.7 5.9 5.1 2.2.9 3.1 1 4.2.8.7-.1 2.1-.9 2.4-1.7.3-.8.3-1.5.2-1.7-.1-.1-.3-.2-.5-.3z'/%3E%3C/svg%3E")}
.premium-footer__social--threads{--social-shadow:rgba(0,0,0,.3);background:#000}
.premium-footer__social--threads:hover,.premium-footer__social--threads:focus-visible{background:#000}
.premium-footer__social--threads>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctext x='12' y='17.2' text-anchor='middle' fill='white' font-family='Arial,sans-serif' font-size='20' font-weight='700'%3E@%3C/text%3E%3C/svg%3E")}
.premium-footer__social--x{--social-shadow:rgba(0,0,0,.3);background:#000}
.premium-footer__social--x:hover,.premium-footer__social--x:focus-visible{background:#000}
.premium-footer__social--x>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3.2 3h4.5l5.1 6.8L18.8 3H21l-7.2 8.4L21.5 21H17l-5.8-7.6L4.7 21H2.5l7.7-9.1zM6.1 5l12 14h1.3L7.4 5z'/%3E%3C/svg%3E")}
.premium-footer__social--linkedin{--social-shadow:rgba(10,102,194,.3);background:#0a66c2}
.premium-footer__social--linkedin:hover,.premium-footer__social--linkedin:focus-visible{background:#0a66c2}
.premium-footer__social--linkedin>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M5.4 7.8A2.4 2.4 0 1 0 5.4 3a2.4 2.4 0 0 0 0 4.8zM3.4 21h4V9h-4zm6.3 0h4v-6.7c0-1.8.3-3.5 2.5-3.5 2.1 0 2.2 2 2.2 3.6V21h4v-7.5c0-3.7-.8-6.5-5.1-6.5-2.1 0-3.4 1.1-4 2.2h-.1V9H9.7z'/%3E%3C/svg%3E")}
.premium-footer__social--telegram{--social-shadow:rgba(34,158,217,.3);background:#229ed9}
.premium-footer__social--telegram:hover,.premium-footer__social--telegram:focus-visible{background:#229ed9}
.premium-footer__social--telegram>span{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21.7 3.4 18.5 20c-.2 1.2-.9 1.5-1.9.9l-4.9-3.6-2.4 2.3c-.3.3-.5.5-1 .5l.4-5 9.1-8.2c.4-.4-.1-.6-.6-.2L5.9 13.8 1 12.3c-1.1-.3-1.1-1.1.2-1.6L20.4 3.3c.9-.3 1.7.2 1.3 1.1z'/%3E%3C/svg%3E")}
.premium-footer__bottom{border-top:1px solid rgba(255,255,255,.07);color:#97abc8}

@media(max-width:760px){
    .premium-footer__logo{height:74px}
    .premium-footer__social-zone{padding-block:1.5rem}
    .premium-footer__socials{display:grid;grid-template-columns:repeat(6,50px);justify-content:start;width:100%}
}
@media(max-width:480px){
    .premium-footer__socials{grid-template-columns:repeat(4,50px);gap:.72rem}
    .premium-footer__social{width:50px;min-width:50px;height:50px}
}

html { color-scheme: light; scroll-behavior: smooth; }
body.site {
    overflow-x: clip;
    background: var(--lt-white);
    color: var(--lt-ink);
    font-family: var(--lt-body);
    font-size: 1rem;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.site h1,
body.site h2,
body.site h3,
body.site h4 {
    color: var(--lt-navy);
    font-family: var(--lt-heading);
    font-weight: 700;
    line-height: 1.12;
    text-wrap: balance;
}

body.site p { text-wrap: pretty; }
body.site a { color: var(--lt-royal); }
body.site img { max-width: 100%; }
.container { width: min(calc(100% - 2.5rem), var(--lt-container)); max-width: var(--lt-container); }

.section,
.lt-section { position: relative; isolation: isolate; padding-block: var(--lt-section-space); }
.section--white,
.lt-section--white { background: var(--lt-white); }
.section--pale,
.section--ivory,
.lt-section--pale { background: var(--lt-pale); }
.section--navy,
.lt-section--navy { background: var(--lt-navy); color: var(--lt-white); }
.section--navy :is(h1,h2,h3,h4),
.lt-section--navy :is(h1,h2,h3,h4) { color: var(--lt-white); }

.card-grid,
.lt-card-grid { gap: var(--lt-card-gap); }
.card,
.content-card,
.lt-card {
    overflow: hidden;
    border: 1px solid var(--lt-line);
    border-radius: var(--lt-radius);
    background: var(--lt-white);
    box-shadow: var(--lt-shadow);
}

.btn,
.lt-button {
    min-height: 44px;
    border-radius: var(--lt-radius-sm);
    font-family: var(--lt-body);
    font-weight: 750;
    letter-spacing: .005em;
}
.btn--primary,
.lt-button--primary {
    border-color: var(--lt-royal);
    background: var(--lt-royal);
    color: var(--lt-white);
}
.btn--primary:hover,
.lt-button--primary:hover { border-color: var(--lt-royal-dark); background: var(--lt-royal-dark); color: var(--lt-white); }
.btn--gold,
.lt-button--gold { border-color: var(--lt-gold); background: var(--lt-gold); color: var(--lt-navy-deep); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid #f0c968;
    outline-offset: 3px;
}

/* Tripadvisor is identified by its label/icon, not by a green interface colour. */
.review-source-badge--tripadvisor { background: var(--lt-royal-soft); color: var(--lt-royal-dark); }
.btn--tripadvisor { border-color: var(--lt-royal); background: var(--lt-royal); color: var(--lt-white); }
.btn--tripadvisor:hover { border-color: var(--lt-royal-dark); background: var(--lt-royal-dark); }

/* Existing generated placeholders may remain as a defensive fallback, but never green. */
.content-card__fallback,
[class*="generated-scene-"] {
    background-color: var(--lt-royal-soft);
    background-image: linear-gradient(145deg, #dcecff 0%, #80b7ef 46%, #315d9f 70%, #d8b55e 100%);
}

/* Reusable original border/corner art. Add only to an empty section margin. */
.lt-decor {
    position: absolute;
    z-index: -1;
    display: block;
    width: clamp(7rem, 12vw, 11rem);
    height: auto;
    color: var(--lt-royal);
    opacity: .035;
    pointer-events: none;
    user-select: none;
}
.lt-decor--gold { color: var(--lt-gold-dark); opacity: .025; }
.lt-decor--top-left { top: 1.25rem; left: max(1rem, calc((100vw - var(--lt-container)) / 2 - 10rem)); }
.lt-decor--top-right { top: 1.25rem; right: max(1rem, calc((100vw - var(--lt-container)) / 2 - 10rem)); }
.lt-decor--bottom-left { bottom: 1.25rem; left: max(1rem, calc((100vw - var(--lt-container)) / 2 - 10rem)); }
.lt-decor--bottom-right { right: max(1rem, calc((100vw - var(--lt-container)) / 2 - 10rem)); bottom: 1.25rem; }
.lt-decor--small { width: clamp(5rem, 8vw, 8rem); }
.lt-decor--large { width: clamp(9rem, 15vw, 14rem); }

@media (hover: hover) {
    .card,
    .content-card,
    .lt-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
    .card:hover,
    .content-card:hover,
    .lt-card:hover { border-color: #bfd0e8; box-shadow: var(--lt-shadow-hover); transform: translateY(-3px); }
}

@media (max-width: 900px) {
    :root { --lt-section-space: clamp(3rem, 7vw, 3.75rem); }
    .container { width: min(calc(100% - 2rem), var(--lt-container)); }
    .lt-decor { width: 6.5rem; opacity: .03; }
}

@media (max-width: 640px) {
    :root { --lt-section-space: 2.75rem; --lt-card-gap: 1rem; }
    .container { width: min(calc(100% - 1.5rem), var(--lt-container)); }
    .lt-decor { width: 4.75rem; opacity: .025; }
}

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

.return-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin: 0 0 1rem;
    color: var(--lt-royal, #0b4fc4);
    font-weight: 800;
    text-decoration: none;
}
.return-link:hover,
.return-link:focus-visible { text-decoration: underline; text-underline-offset: .3em; }

@media print {
    .lt-decor { display: none !important; }
}

/* Phase 2 — approved shared header, mobile navigation, contact strip and footer. */
.site-utility {
    min-height: 30px;
    border: 0;
    background: var(--lt-royal-dark);
    color: var(--lt-white);
    font-size: .75rem;
    font-weight: 650;
}
.site-utility__inner { min-height: 30px; }
.site-utility__time,
.site-utility__contacts,
.site-utility__contacts a { display: flex; align-items: center; }
.site-utility__contacts { gap: 1.25rem; }
.site-utility__contacts a { gap: .35rem; margin-left: 1.25rem; color: var(--lt-white); text-decoration: none; }
.site-utility__contacts a:first-child { margin-left: 0; }
.site-utility__contacts a,
body.site .site-utility__contacts a { color: #fff; }
.site-utility__contacts a:hover { color: #fff2c7; }

.site-header {
    position: relative;
    z-index: 80;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #dce4ef;
    background: rgba(255,255,255,.98);
    box-shadow: 0 7px 22px rgba(7,31,73,.08);
}
.site-header__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 82px;
    gap: 1.25rem;
    padding-block: .4rem;
}
.site-header .brand { display: flex; flex: 0 0 auto; align-items: center; padding: 0; }
.site-header .brand__logo { display: block; width: auto; height: 64px; max-width: 168px; object-fit: contain; }
.site-header .main-nav {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(.48rem, .78vw, .82rem);
    min-width: 0;
}
.site-header .main-nav > a:not(.btn) {
    position: relative;
    flex: 0 0 auto;
    padding: .85rem .32rem;
    color: var(--lt-navy);
    font-size: clamp(.7rem, .78vw, .84rem);
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 0 !important;
    transition: color .18s ease, transform .18s ease;
}
.site-header .main-nav > a + a { margin-left: 0; }
.site-header .main-nav > a:not(.btn)::after {
    display: none;
    content: none;
}
.site-header .main-nav > a:not(.btn):hover,
.site-header .main-nav > a:not(.btn):focus-visible,
.site-header .main-nav > a[aria-current="page"]:not(.btn) { color: var(--lt-royal); }
.site-header .main-nav > a:not(.btn):hover,
.site-header .main-nav > a:not(.btn):focus-visible { transform: scale(1.06); }
.site-header .main-nav > a[aria-current="page"]:not(.btn) {
    font-weight: 850;
    text-decoration: none !important;
}
.site-header .main-nav .btn--primary {
    flex: 0 0 auto;
    min-height: 44px;
    padding: .72rem 1.05rem;
    border: 1px solid var(--lt-royal);
    border-radius: var(--lt-radius-sm);
    background: var(--lt-royal);
    color: var(--lt-white);
    font-size: .8rem;
    box-shadow: 0 7px 18px rgba(11,79,196,.2);
    white-space: nowrap;
}
.mobile-header-cta,
.mobile-menu-toggle { display: none; }

.mobile-menu-backdrop {
    position: fixed;
    z-index: 90;
    inset: 0;
    background: rgba(4,23,51,.55);
    backdrop-filter: blur(2px);
}
.mobile-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: min(360px, 92vw);
    padding: 0 0 1.25rem;
    border: 0;
    border-left: 1px solid #d4e0f0;
    background: var(--lt-white);
    box-shadow: -20px 0 54px rgba(4,23,51,.28);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .25s ease, visibility .25s ease;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    margin: 0 0 .4rem;
    padding: .75rem 1rem;
    border-bottom: 2px solid var(--lt-gold);
    background: var(--lt-pale);
}
.mobile-menu__logo { width: auto; height: 62px; max-width: 160px; object-fit: contain; }
.mobile-menu__close {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #c8d6e9;
    border-radius: 50%;
    background: var(--lt-white);
    color: var(--lt-navy);
    font-size: 1.6rem;
    cursor: pointer;
}
.mobile-menu > a {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: 0 .85rem;
    padding: .72rem .85rem;
    border: 0;
    border-bottom: 1px solid #e5ecf5;
    border-radius: 6px;
    color: var(--lt-navy);
    font-size: .96rem;
    font-weight: 700;
    text-decoration: none;
}
.mobile-menu > a:hover,
.mobile-menu > a:focus-visible,
.mobile-menu > a[aria-current="page"] { background: var(--lt-pale); color: var(--lt-royal); }
.mobile-menu .mobile-menu__cta { justify-content: center; margin-top: 1rem; border: 1px solid var(--lt-royal); background: var(--lt-royal); color: var(--lt-white); }
.mobile-menu .mobile-menu__whatsapp { justify-content: center; border: 1px solid #c7d8ee; color: var(--lt-royal-dark) !important; }
body.menu-open { overflow: hidden; }

.site-contact-strip {
    position: relative;
    z-index: 2;
    padding: 1rem 0;
    border-top: 3px solid var(--lt-gold);
    background: var(--lt-royal);
}
.site-contact-strip__grid {
    display: flex;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 1px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.18);
}
.site-contact-strip__item {
    display: flex;
    align-items: center;
    gap: .8rem;
    flex: 1 1 0;
    min-width: 0;
    min-height: 70px;
    padding: .85rem 1.15rem;
    background: rgba(5,43,111,.36);
    color: var(--lt-white);
    text-decoration: none;
}
.site-contact-strip__item:hover { background: rgba(4,23,51,.38); color: var(--lt-white); }
.site-contact-strip__icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: var(--lt-white); color: var(--lt-royal-dark); font-weight: 850; }
.site-contact-strip__item small { display: block; margin-bottom: .05rem; color: #cdddf6; font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-contact-strip__item strong { display: block; overflow-wrap: anywhere; color: var(--lt-white); font-size: .9rem; }

.premium-footer,
.page-home .premium-footer {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    background: var(--lt-navy-deep);
    color: var(--lt-white);
}
.premium-footer::before { display: none; }
.premium-footer__grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: clamp(1.5rem, 3vw, 3rem);
    padding-top: 3.25rem;
    padding-bottom: 2.5rem;
}
.premium-footer__brand { flex: 1.35 1 270px; }
.premium-footer__column { flex: .75 1 170px; min-width: 0; }
.premium-footer__column:last-child { flex: 1 1 240px; }
.premium-footer__logo-wrap { display: inline-flex; padding: .45rem .65rem; margin-bottom: 1rem; border-radius: 8px; background: var(--lt-white); }
.premium-footer__logo { display: block; width: auto; height: 58px; object-fit: contain; }
.premium-footer__brand > p { max-width: 360px; margin: 0; color: #b8c7dd; line-height: 1.7; }
.premium-footer__trust { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.premium-footer__trust span { padding: .38rem .55rem; border: 1px solid rgba(213,170,69,.24); border-radius: 6px; background: transparent; color: #eed898; font-size: .72rem; }
body.site .premium-footer__column h3 { margin: .3rem 0 1rem; padding-bottom: .65rem; color: #fff; font-size: 1.05rem; }
.premium-footer__column h3::after { width: 34px; height: 2px; background: var(--lt-gold); }
body.site .premium-footer__column > a { margin-bottom: .58rem; color: #d9e4f4; line-height: 1.45; }
.premium-footer__column > a::before { color: var(--lt-gold); }
.premium-footer__column > a:hover { color: var(--lt-white); }
.premium-footer__help-box { padding: 1rem; border: 1px solid rgba(213,170,69,.28); border-radius: 10px; background: rgba(255,255,255,.04); }
.premium-footer__help-box p { color: #b8c7dd; }
body.site .premium-footer__whatsapp-button { border: 1px solid #4f83d8; background: var(--lt-royal); color: #fff; }
.premium-footer__social-zone { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.15rem; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.premium-footer__social-zone p { color: #aebfd8; }
.premium-footer__social-zone p strong { color: #fff; }
.premium-footer__socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.premium-footer__social {
    position: relative;
    display: grid;
    place-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    background: rgba(255,255,255,.04);
    color: var(--lt-white);
    text-decoration: none;
}
body.site .premium-footer__social { color: #fff; }
.premium-footer__social:hover { border-color: var(--lt-gold); background: var(--lt-royal); color: var(--lt-white); transform: translateY(-2px); }
.premium-footer__social small { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
.premium-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.15rem; color: #8fa5c4; font-size: .76rem; }
.premium-footer__bottom p { margin: 0; }
.premium-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.premium-footer__bottom a { color: #b8c7dd; text-decoration: none; }
.premium-footer__bottom a + a { margin-left: 1rem; }
.premium-footer__bottom a:hover { color: var(--lt-white); }

@media (max-width: 1180px) {
    .site-header__inner { min-height: 74px; }
    .site-header .brand__logo { height: 58px; max-width: 150px; }
    .site-header .main-nav { display: none; }
    .mobile-header-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        margin-left: auto;
        padding: .58rem .82rem;
        border-radius: 7px;
        background: var(--lt-royal);
        color: var(--lt-white);
        font-size: .76rem;
        font-weight: 800;
        text-decoration: none;
    }
    .mobile-menu-toggle {
        display: flex;
        flex: 0 0 44px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #d1ddeb;
        border-radius: 8px;
        background: var(--lt-white);
        box-shadow: none;
        cursor: pointer;
    }
    .mobile-menu-toggle__bar { display: block; width: 22px; height: 2px; margin: 2.5px 0; border-radius: 2px; background: var(--lt-navy); }
    .premium-footer__grid { flex-wrap: wrap; }
    .premium-footer__brand { flex-basis: 42%; }
    .premium-footer__column { flex-basis: 23%; }
    .premium-footer__column:last-child { flex-basis: 100%; }
}

@media (max-width: 760px) {
    .site-utility__time { display: none; }
    .site-utility__inner { justify-content: center; }
    .site-utility__contacts { width: 100%; justify-content: center; gap: 1.4rem; }
    .site-utility__contacts a:nth-child(2) { display: none; }
    .site-contact-strip__grid { flex-direction: column; }
    .site-contact-strip__item { min-height: 62px; }
    .premium-footer__grid { padding-top: 2.5rem; }
    .premium-footer__brand,
    .premium-footer__column:last-child { flex-basis: 100%; }
    .premium-footer__column { flex-basis: calc(50% - 1rem); }
    .premium-footer__social-zone { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .premium-footer__socials { justify-content: flex-start; }
}

@media (max-width: 480px) {
    .site-header__inner { min-height: 66px; gap: .55rem; }
    .site-header .brand__logo { height: 50px; max-width: 128px; }
    .mobile-header-cta { min-height: 38px; padding: .5rem .65rem; font-size: .7rem; }
    .mobile-menu-toggle { flex-basis: 40px; width: 40px; height: 40px; }
    .premium-footer__grid { flex-direction: column; gap: 1.5rem; }
    .premium-footer__grid > * { flex: none; width: 100%; }
    .premium-footer__grid > .premium-footer__column:last-child { flex: none; }
    .premium-footer__column > a { min-height: 38px; margin: 0; padding-block: .35rem; }
    .premium-footer__socials { display: grid; grid-template-columns: repeat(6,40px); width: 100%; }
    .premium-footer__bottom { align-items: flex-start; flex-direction: column; gap: .6rem; }
}

/* V5 final cascade overrides — kept last so the approved footer wins over legacy rules. */
body.site .site-contact-strip{border-top:1px solid rgba(215,174,82,.78);background:linear-gradient(110deg,#0b4ca7 0%,#146ee0 52%,#0a397f 100%);box-shadow:0 -10px 32px rgba(3,22,55,.16)}
body.site .site-contact-strip__grid{border-color:rgba(255,255,255,.22);border-radius:14px;box-shadow:0 12px 34px rgba(2,20,50,.16)}
body.site .site-contact-strip__item{background:rgba(3,30,75,.25);transition:background .2s ease,transform .2s ease}
body.site .site-contact-strip__item:hover{background:rgba(3,24,60,.48);transform:translateY(-1px)}
body.site .site-contact-strip__item:last-child .site-contact-strip__icon{background:#25d366;color:#fff}
body.site .premium-footer,body.site.page-home .premium-footer{overflow:hidden;background:radial-gradient(circle at 8% 12%,rgba(38,106,218,.22),transparent 30rem),radial-gradient(circle at 92% 80%,rgba(199,155,63,.1),transparent 28rem),linear-gradient(145deg,#031633 0%,#061f46 48%,#03132d 100%)}
body.site .premium-footer__grid{gap:clamp(1.7rem,3.5vw,3.8rem);padding-top:3.6rem;padding-bottom:3rem}
body.site .premium-footer__logo-wrap{position:relative;display:inline-flex;align-items:center;min-height:132px;padding:0;margin:0 0 1.2rem;border:0;border-radius:0;background:radial-gradient(ellipse at center,rgba(112,164,255,.16) 0%,rgba(42,102,202,.06) 43%,transparent 72%);box-shadow:none}
body.site .premium-footer__logo{position:relative;z-index:1;width:min(100%,240px);height:auto;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 3px 2px rgba(0,0,0,.18)) drop-shadow(0 10px 22px rgba(72,137,245,.35))}
body.site .premium-footer__help-box{border-color:rgba(215,174,82,.36);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 30px rgba(0,0,0,.13)}
body.site .premium-footer__whatsapp-button{border-color:#25d366;background:#25d366;box-shadow:0 8px 20px rgba(37,211,102,.2)}
body.site .premium-footer__social-zone{padding-block:1.7rem;border-color:rgba(215,174,82,.24);background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent)}
body.site .premium-footer__socials{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}
body.site .premium-footer__social{position:relative;display:grid;place-items:center;width:50px;min-width:50px;height:50px;padding:0;overflow:visible;border:1px solid rgba(255,255,255,.28);border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.23),0 8px 18px var(--social-shadow);transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}
body.site .premium-footer__social:hover,body.site .premium-footer__social:focus-visible{border-color:rgba(255,255,255,.7);color:#fff;transform:translateY(-4px) scale(1.04);filter:brightness(1.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 14px 25px var(--social-shadow);outline:none}
body.site .premium-footer__social>span{display:block;width:25px;height:25px;background-repeat:no-repeat;background-position:center;background-size:contain;color:transparent;font-size:0}
body.site .premium-footer__social small{position:absolute;bottom:calc(100% + 10px);left:50%;z-index:5;width:max-content;height:auto;padding:.34rem .52rem;overflow:visible;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#020e22;color:#fff;clip:auto;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:opacity .18s ease,transform .18s ease;white-space:nowrap;font-size:.68rem;font-weight:750;box-shadow:0 8px 20px rgba(0,0,0,.28)}
body.site .premium-footer__social:hover small,body.site .premium-footer__social:focus-visible small{opacity:1;transform:translate(-50%,0)}
body.site .premium-footer__social--facebook{background:#1877f2}body.site .premium-footer__social--tripadvisor{background:#34e0a1}body.site .premium-footer__social--google{background:#fff}body.site .premium-footer__social--tiktok{background:linear-gradient(145deg,#080808,#171717)}body.site .premium-footer__social--youtube{background:#f00}body.site .premium-footer__social--instagram{background:radial-gradient(circle at 30% 105%,#fdf497 0 12%,#fd5949 32%,#d6249f 60%,#285aeb 100%)}body.site .premium-footer__social--whatsapp{background:#25d366}body.site .premium-footer__social--threads,body.site .premium-footer__social--x{background:#000}body.site .premium-footer__social--linkedin{background:#0a66c2}body.site .premium-footer__social--telegram{background:#229ed9}
@media(max-width:760px){body.site .premium-footer__logo-wrap{min-height:122px}body.site .premium-footer__logo{width:min(100%,220px);height:auto}body.site .premium-footer__social-zone{padding-block:1.5rem}body.site .premium-footer__socials{display:grid;grid-template-columns:repeat(6,50px);justify-content:start;width:100%}}
@media(max-width:480px){body.site .premium-footer__socials{grid-template-columns:repeat(4,50px);gap:.72rem}body.site .premium-footer__social{width:50px;min-width:50px;height:50px}}

/* V8 — compact two-column mobile contact strip and footer. */
@media(max-width:760px){
    body.site .site-contact-strip{padding:.7rem 0}
    body.site .site-contact-strip__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1px;overflow:hidden}
    body.site .site-contact-strip__item{min-height:86px;padding:.7rem .65rem;gap:.55rem}
    body.site .site-contact-strip__item:last-child{grid-column:1/-1;min-height:64px}
    body.site .site-contact-strip__icon{flex-basis:32px;width:32px;height:32px;font-size:.75rem}
    body.site .site-contact-strip__item small{font-size:.55rem;line-height:1.25}
    body.site .site-contact-strip__item strong{font-size:.72rem;line-height:1.35}

    body.site .premium-footer__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.4rem 1rem;padding-top:2.25rem;padding-bottom:1.8rem}
    body.site .premium-footer__grid>.premium-footer__brand{grid-column:1/-1;width:100%;text-align:center}
    body.site .premium-footer__brand>p{max-width:330px;margin-inline:auto;font-size:.84rem;line-height:1.6}
    body.site .premium-footer__logo-wrap{justify-content:center;width:100%;min-height:112px;margin-bottom:.7rem}
    body.site .premium-footer__logo{width:min(100%,210px)}
    body.site .premium-footer__trust{justify-content:center}
    body.site .premium-footer__column{min-width:0;width:auto}
    body.site .premium-footer__column:last-child{grid-column:1/-1;width:100%;padding-top:.25rem}
    body.site .premium-footer__column h3{margin:0 0 .65rem;padding-bottom:.5rem;font-size:1rem}
    body.site .premium-footer__column>a{min-height:0;margin:0;padding:.34rem 0;font-size:.78rem;line-height:1.35}
    body.site .premium-footer__help-box{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.85rem}
    body.site .premium-footer__help-box p{margin:0;font-size:.75rem;line-height:1.45}
    body.site .premium-footer__whatsapp-button{min-width:130px;min-height:40px;margin:0;padding:.55rem .7rem;font-size:.72rem}
    body.site .premium-footer__social-zone{align-items:flex-start;gap:.8rem;padding-block:1.2rem}
    body.site .premium-footer__social-zone p{font-size:.76rem;line-height:1.45}
    body.site .premium-footer__social-zone p strong{font-size:1.12rem}
    body.site .premium-footer__socials{grid-template-columns:repeat(6,44px);gap:.5rem}
    body.site .premium-footer__social{width:44px;min-width:44px;height:44px;border-radius:12px}
    body.site .premium-footer__social>span{width:22px;height:22px}
    body.site .premium-footer__bottom{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding-block:1rem;font-size:.68rem}
    body.site .premium-footer__bottom nav{justify-content:flex-end;gap:.55rem}
    body.site .premium-footer__bottom a+ a{margin-left:0}
    body.site .live-chat-widget{right:10px;bottom:10px;left:auto}
    body.site .live-chat-panel{right:8px;left:auto;width:calc(100vw - 16px)}
    body.site .live-chat-toggle{width:48px;height:48px;min-height:48px;padding:0;justify-content:center;box-shadow:0 9px 24px rgba(0,0,0,.28)}
}
@media(max-width:430px){
    body.site .premium-footer__socials{grid-template-columns:repeat(4,44px)}
    body.site .premium-footer__help-box{grid-template-columns:1fr}
    body.site .premium-footer__whatsapp-button{width:100%}
    body.site .premium-footer__bottom{grid-template-columns:1fr}
    body.site .premium-footer__bottom nav{justify-content:flex-start}
}
