/* ================================================================
   PP MORI FONT
   ================================================================ */
@font-face { font-family: 'PP Mori'; src: url('fonts/PPMori-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'PP Mori'; src: url('fonts/PPMori-Book.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'PP Mori'; src: url('fonts/PPMori-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'PP Mori'; src: url('fonts/PPMori-ExtraBold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

/* ================================================================
   DESIGN TOKENS — Brand-aware via body.brand-* classes
   ================================================================ */
:root {
    --navy: #031129; --navy-2: #0A1F3D; --navy-3: #142E50;
    --ink: #0F1A2E; --ink-2: #2A3447; --muted: #5A6373; --muted-light: #8B93A1;
    --line-d: rgba(255, 255, 255, 0.10); --line-l: rgba(15, 26, 46, 0.10); --line-soft: rgba(15, 26, 46, 0.05);
    --cream: #FAFAF6; --paper: #F5F4EE; --paper-2: #EDECE3;
    --teal: #14CFC4; --teal-bright: #15EFE3; --teal-dark: #0DA89F; --teal-deep: #075F5A;
    --yellow: #FFD60A; --yellow-soft: #FFEF7A; --gold: #C99700;

    --display: 'PP Mori', system-ui, -apple-system, sans-serif;
    --body: 'PP Mori', system-ui, -apple-system, sans-serif;

    --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 20px; --s-6: 24px;
    --s-8: 32px; --s-10: 40px; --s-12: 48px; --s-14: 56px; --s-16: 64px; --s-20: 80px;
    --s-24: 96px; --s-28: 112px; --s-32: 128px;

    --r-sm: 6px; --r-md: 12px; --r-lg: 20px; --r-pill: 999px;

    --shadow-sm: 0 1px 3px rgba(15, 26, 46, 0.08);
    --shadow-md: 0 6px 16px rgba(15, 26, 46, 0.08), 0 2px 4px rgba(15, 26, 46, 0.04);
    --shadow-lg: 0 16px 40px rgba(15, 26, 46, 0.12), 0 4px 8px rgba(15, 26, 46, 0.06);
    --shadow-teal: 0 12px 28px rgba(20, 207, 196, 0.32);
    --shadow-yellow: 0 8px 20px rgba(255, 214, 10, 0.32);

    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-snap: cubic-bezier(0.4, 0, 0.2, 1);

    /* Brand-aware (defaults: pozicovna = teal primary, yellow sister) */
    --brand-primary: var(--teal);
    --brand-primary-bright: var(--teal-bright);
    --brand-pulse: rgba(20, 207, 196, 0.25);
    --brand-pulse-end: rgba(20, 207, 196, 0);
    --brand-stat-hover: rgba(20, 207, 196, 0.85);
    --sister-color: var(--yellow);
    --sister-color-rgb: 255, 214, 10;
}

body.brand-servis {
    --brand-primary: var(--yellow);
    --brand-primary-bright: var(--yellow);
    --brand-pulse: rgba(255, 214, 10, 0.25);
    --brand-pulse-end: rgba(255, 214, 10, 0);
    --brand-stat-hover: rgba(255, 214, 10, 0.85);
    --sister-color: var(--teal-bright);
    --sister-color-rgb: 20, 207, 196;
}

/* ================================================================
   RESET + BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--navy); }
body {
    font-family: var(--body); font-size: 17px; line-height: 1.55;
    color: var(--ink); background: var(--navy); font-weight: 400;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
/* Content wrapper — preserves cream layout while body stays navy
   (so iOS Safari samples body navy for top status-bar tint) */
main { background: var(--cream); }

/* iOS 26+ Safari toolbar tint sentinels — Safari samples fixed/sticky
   elements within ~3-4px of viewport edges to tint top status bar
   and bottom URL bar. ≥80% wide, ≥3px tall, with bg-color = sample target.
   These two divs force navy tint on both bars. */
.ios-tint-top {
    position: fixed; top: 0; left: 0; width: 100%;
    height: 4px; background-color: var(--navy);
    z-index: 9999; pointer-events: none;
}
.ios-tint-bottom {
    position: fixed; bottom: -8px; left: 0; width: 100%;
    height: 12px; background-color: var(--navy);
    z-index: 5; pointer-events: none;
}
img { max-width: 100%; height: auto; display: block; }
svg { display: inline-block; }
svg path, svg line, svg polyline, svg polygon, svg rect, svg circle { stroke-linecap: round; stroke-linejoin: round; }
svg[stroke-width="2"]   * { stroke-width: 2.5; }
svg[stroke-width="2.5"] * { stroke-width: 2.8; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
::selection { background: var(--teal); color: var(--navy); }
section[id] { scroll-margin-top: 90px; }

/* ================================================================
   TYPE
   ================================================================ */
h1, h2, h3, h4 {
    font-family: var(--display); font-weight: 700; line-height: 0.98;
    letter-spacing: -0.025em; color: var(--ink); text-wrap: balance;
}
h1 { font-size: clamp(2.75rem, 7vw, 5.75rem); line-height: 1.08; letter-spacing: -0.04em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.1; letter-spacing: -0.03em; }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.1; }
p { text-wrap: pretty; }

.lede { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; color: var(--ink-2); font-weight: 400; max-width: 56ch; }

.eyebrow {
    font-family: var(--body); font-size: 12px; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-deep);
    display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--teal); border-radius: 2px; }
.eyebrow--light { color: var(--teal-bright); }
.eyebrow--light::before { background: var(--teal-bright); }

/* ================================================================
   LAYOUT
   ================================================================ */
.wrap { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 var(--s-6); }
@media (min-width: 1024px) { .wrap { padding: 0 var(--s-10); } }
.section { padding: var(--s-24) 0; }
@media (min-width: 1024px) { .section { padding: var(--s-32) 0; } }

/* ================================================================
   BUTTONS + LINK
   ================================================================ */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--body); font-size: 15px; font-weight: 600;
    padding: 16px 28px; border-radius: var(--r-pill);
    transition: background 0.3s var(--ease), color 0.3s var(--ease),
                transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
    white-space: nowrap; line-height: 1;
}
.btn--primary { background: var(--teal); color: var(--navy); box-shadow: var(--shadow-teal); }
.btn--primary:hover { background: var(--teal-bright); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(21, 239, 227, 0.45); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
.btn--ghost-light {
    background: rgba(255, 255, 255, 0.06); color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.btn--ghost-light:hover { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.45); transform: translateY(-2px); }
.btn--small { padding: 12px 18px; font-size: 13px; }
.btn .arr { transition: transform 0.3s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

.link {
    font-family: var(--body); font-size: 14px; font-weight: 600;
    color: var(--teal-deep); border-bottom: 2px solid var(--teal); padding-bottom: 1px;
    transition: gap 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
    display: inline-flex; align-items: center; gap: 8px;
}
.link--inline { padding-bottom: 0; border-bottom-width: 1px; }
.link:hover { gap: 12px; color: var(--ink); border-color: var(--ink); }
.link--light { color: var(--teal-bright); border-color: var(--teal-bright); }
.link--light:hover { color: var(--yellow); border-color: var(--yellow); }
/* In flex-column contexts (e.g. pricing hero) keep the link at content width so its underline doesn't stretch full-width */
.pricing__hero .link { align-self: flex-start; }

/* ================================================================
   HEADER (brand-aware)
   ================================================================ */
.header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    padding-top: calc(var(--s-5) + env(safe-area-inset-top));
    padding-bottom: var(--s-5);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    background: transparent;
    transition: background 0.3s var(--ease-snap), padding 0.3s var(--ease-snap), backdrop-filter 0.3s ease;
}
.header::before {
    content: ''; position: absolute; inset: 0; bottom: auto; height: 140%;
    background: linear-gradient(180deg, rgba(3, 17, 41, 0.55) 0%, rgba(3, 17, 41, 0.25) 55%, transparent 100%);
    pointer-events: none; z-index: -1;
    transition: opacity 0.3s var(--ease-snap);
}
.header.scrolled::before { opacity: 0; }
.header.scrolled {
    background: rgba(3, 17, 41, 0.92);
    backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%);
    padding: var(--s-3) 0; border-bottom: 1px solid var(--line-d);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--s-8); }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.brand__logo {
    width: 40px; height: 40px; border-radius: var(--r-md);
    background: var(--brand-primary); color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -0.04em;
    flex-shrink: 0;
}
.brand__logo svg { width: 20px; height: 20px; }

/* Pozicovna full-color logo mark — no background, fills the box */
.brand__logo--mark {
    background: transparent;
    border-radius: 0;
    width: 44px; height: 44px;
    overflow: hidden;
}
.brand__logo--mark svg,
.brand__logo--mark img { width: 100%; height: 100%; display: block; }

/* Full lockup logo (mark + paths-as-text) */
.brand--full { gap: 0; justify-content: center; }
.brand__full {
    height: 44px; width: auto; display: block;
    /* Aspect ratio 382.47:79.09 = 4.834 → 213px wide at 44px tall */
}
@media (max-width: 540px) {
    .brand__full { height: 36px; }
}
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name { white-space: nowrap; }
@media (max-width: 540px) {
    .brand__logo--mark { width: 36px; height: 36px; }
    .brand__name { font-size: 13px; }
    .brand__sub { font-size: 10px; letter-spacing: 0.08em; margin-top: 2px; }
    .nav__right { gap: 6px; }
    .nav__right .btn--primary { display: none; }  /* CTA lives in hero, not header */
    .brand { gap: 8px; }
}
.brand__name { font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: -0.02em; color: #fff; }
.brand__sub {
    font-family: var(--body); font-size: 11px; font-weight: 600;
    color: var(--brand-primary-bright); letter-spacing: 0.1em; margin-top: 6px; text-transform: uppercase;
}
.menu { display: none; list-style: none; gap: var(--s-6); }
.menu-backdrop { display: none; }
@media (min-width: 980px) {
    .menu { display: flex; justify-content: center; align-items: center; }
    .menu li.menu-head, .menu li.menu-cta { display: none; }
    .nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
    }
    .brand { justify-self: start; }
    .brand--full { justify-content: flex-start; }
    .nav__right { justify-self: end; }
}

.nav__toggle {
    display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 42px; height: 42px; padding: 0; margin-left: 4px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.nav__toggle:hover { background: rgba(20, 207, 196, 0.12); border-color: rgba(20, 207, 196, 0.4); }
.nav__toggle span {
    display: block; width: 16px; height: 1.6px; background: #fff; border-radius: 2px;
    transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.nav--open .nav__toggle span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.nav--open .nav__toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav--open .nav__toggle span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }
@media (min-width: 980px) { .nav__toggle { display: none; } }

@media (max-width: 979px) {
    .nav__right .btn--primary { display: none; }  /* CTA lives in hero, not header on mobile */
    .nav__right .sister-link { display: none; }
    .nav { position: static; }

    .menu-backdrop {
        display: block;
        position: fixed; inset: 0; z-index: 60;
        background: rgba(3, 17, 41, 0.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
        opacity: 0; visibility: hidden;
        transition: opacity 0.3s var(--ease), visibility 0.3s;
    }
    .nav--open .menu-backdrop { opacity: 1; visibility: visible; }

    /* MOBILE MENU — magazine-cover layout (flex with absolute head + cta) */
    .menu {
        position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 70;
        width: 100vw; height: 100dvh;
        display: flex; flex-direction: column; justify-content: center; align-items: stretch;
        padding-top: calc(84px + env(safe-area-inset-top));
        padding-right: calc(var(--s-5) + env(safe-area-inset-right));
        padding-bottom: calc(240px + env(safe-area-inset-bottom));
        padding-left: calc(var(--s-5) + env(safe-area-inset-left));
        margin: 0; list-style: none;
        background:
            radial-gradient(ellipse 120% 60% at 50% 0%, rgba(20, 207, 196, 0.16) 0%, transparent 50%),
            radial-gradient(ellipse 70% 40% at 100% 100%, rgba(255, 214, 10, 0.08) 0%, transparent 55%),
            linear-gradient(180deg, #082252 0%, #03102e 60%, #020a22 100%);
        transform: translateY(-100%); visibility: hidden;
        transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.55s;
        counter-reset: menu-item;
        overflow-y: auto; overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .nav--open .menu { transform: translateY(0); visibility: visible; }


    /* HEAD: brand mark TOP-LEFT, eyebrow next to it, close button TOP-RIGHT */
    /* Megamenu head — match header brand position EXACTLY (same top, left, size) */
    .menu li.menu-head {
        position: absolute; top: 0; left: 0; right: 0;
        padding-top: calc(var(--s-5) + env(safe-area-inset-top));
        padding-right: calc(var(--s-5) + env(safe-area-inset-right));
        padding-bottom: var(--s-5);
        padding-left: calc(var(--s-5) + env(safe-area-inset-left));
        display: flex; flex-direction: row; align-items: center; gap: 10px;
        opacity: 1; transform: none; animation: none;
        z-index: 3;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    @media (max-width: 540px) { .menu li.menu-head { gap: 8px; } }
    .menu .menu-close {
        position: absolute;
        top: calc(var(--s-5) + env(safe-area-inset-top));
        right: calc(var(--s-5) + env(safe-area-inset-right));
        width: 42px; height: 42px; padding: 0;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.14); border-radius: 50%; cursor: pointer;
        display: inline-flex; align-items: center; justify-content: center; color: #fff;
        transform: translateY(-2px);
        transition: background 0.25s var(--ease), transform 0.4s var(--ease), border-color 0.25s var(--ease);
    }
    .menu .menu-close:hover { background: rgba(20, 207, 196, 0.12); border-color: rgba(20, 207, 196, 0.4); transform: translateY(-2px) rotate(90deg); }
    /* Mark — exact match to .brand__logo--mark (44px default, 36px ≤540) */
    .menu-head__mark {
        width: 44px; height: 44px; flex-shrink: 0;
        background: transparent; border-radius: 0; overflow: hidden;
    }
    .menu-head__mark svg,
    .menu-head__mark img { width: 100%; height: 100%; display: block; }
    /* Full lockup logo in megamenu — same as header */
    .menu-head__full { height: 44px; width: auto; display: block; transform: translateY(4px); }
    @media (max-width: 540px) {
        .menu-head__full { height: 36px; }
    }
    .menu-head__mark--servis { border-radius: 12px; background: rgba(20, 207, 196, 0.08); border: 1px solid rgba(20, 207, 196, 0.2); padding: 8px; }
    .menu-head__mark--servis svg { width: 24px; height: 24px; }
    @media (max-width: 540px) {
        .menu-head__mark { width: 36px; height: 36px; }
        .menu-head__mark--servis { padding: 7px; border-radius: 10px; }
        .menu-head__mark--servis svg { width: 22px; height: 22px; }
    }
    /* Text matches .brand__name + .brand__sub exactly (default 16/11, mobile ≤540 13/10) */
    .menu-head__txt { display: flex; flex-direction: column; line-height: 1; }
    .menu-head__name {
        font-family: var(--display); font-weight: 700; font-size: 16px;
        letter-spacing: -0.02em; color: #fff; line-height: 1; white-space: nowrap;
    }
    .menu-head__title {
        font-family: var(--body); font-size: 11px; font-weight: 600;
        letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-primary-bright);
        margin-top: 6px;
    }
    @media (max-width: 540px) {
        .menu-head__name { font-size: 13px; }
        .menu-head__title { font-size: 10px; letter-spacing: 0.08em; margin-top: 2px; }
    }
    /* MIDDLE: nav items LEFT-aligned, number inline before label */
    .menu > li:not(.menu-head):not(.menu-cta) {
        width: 100%; padding: 0; margin: 0;
        opacity: 0; transform: translateX(20px);
        position: relative; z-index: 2;
        list-style: none;
    }
    .nav--open .menu > li:not(.menu-head):not(.menu-cta) {
        animation: menuItemIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .nav--open .menu > li:nth-child(2) { animation-delay: 0.10s; }
    .nav--open .menu > li:nth-child(3) { animation-delay: 0.18s; }
    .nav--open .menu > li:nth-child(4) { animation-delay: 0.26s; }
    .nav--open .menu > li:nth-child(5) { animation-delay: 0.34s; }
    .nav--open .menu > li:nth-child(6) { animation-delay: 0.42s; }
    @keyframes menuItemIn { to { opacity: 1; transform: translateX(0); } }

    /* HARD HIDE submenu-toggle anchor on mobile (desktop-only element) */
    .menu .submenu-toggle { display: none !important; }

    /* Item link: LEFT-aligned, huge typography, monospace number INLINE before label */
    .menu > li:not(.menu-head):not(.menu-cta) > a:not(.submenu-toggle),
    .menu > li:not(.menu-head):not(.menu-cta) > .submenu-mobile {
        display: flex; flex-direction: row; align-items: baseline; gap: 16px;
        counter-increment: menu-item;
        width: 100%; padding: 11px 0;
        font-family: var(--display); font-size: clamp(24px, 6vw, 32px);
        font-weight: 700; line-height: 1; letter-spacing: -0.025em;
        color: rgba(255,255,255,0.95);
        border-bottom: 1px solid rgba(255,255,255,0.06);
        transition: color 0.25s var(--ease), padding-left 0.25s var(--ease), border-color 0.25s var(--ease);
        text-align: left; position: relative;
    }
    .menu > li:not(.menu-head):not(.menu-cta) > a:not(.submenu-toggle)::after { display: none !important; content: none; }
    .menu > li:not(.menu-head):not(.menu-cta) > a:not(.submenu-toggle)::before,
    .menu > li:not(.menu-head):not(.menu-cta) > .submenu-mobile::before {
        content: counter(menu-item, decimal-leading-zero);
        align-self: center;
        font-family: 'JetBrains Mono', ui-monospace, monospace;
        font-size: 11px; font-weight: 600; letter-spacing: 0.16em;
        color: var(--brand-primary-bright); opacity: 0.5; line-height: 1;
        min-width: 24px;
        transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
    }
    .menu > li:not(.menu-head):not(.menu-cta) > a:not(.submenu-toggle):hover,
    .menu > li:not(.menu-head):not(.menu-cta) > a:not(.submenu-toggle):active,
    .menu > li:not(.menu-head):not(.menu-cta) > .submenu-mobile:hover {
        color: var(--brand-primary-bright); padding-left: 8px;
        border-color: rgba(20, 207, 196, 0.25);
    }
    .menu > li:not(.menu-head):not(.menu-cta) > a:hover::before { opacity: 1; color: var(--yellow); }

    /* CTA SECTION: absolute bottom, glass bar, unified buttons */
    .menu li.menu-cta {
        position: absolute; bottom: 0; left: 0; right: 0;
        margin: 0;
        padding-top: 14px;
        padding-right: calc(var(--s-5) + env(safe-area-inset-right));
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
        padding-left: calc(var(--s-5) + env(safe-area-inset-left));
        display: flex; flex-direction: column; gap: 8px; align-items: stretch;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
        backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
        opacity: 0; transform: translateY(20px); z-index: 3;
    }
    .nav--open .menu li.menu-cta { animation: menuCtaIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.55s forwards; }
    @keyframes menuCtaIn { to { opacity: 1; transform: translateY(0); } }

    /* Both CTAs share base shape: ~50px tall, 14px radius, full width, centered content */
    .menu .menu-cta__phone, .menu .menu-cta__sister {
        counter-increment: none;
        width: 100%;
        border-radius: 14px;
        display: flex; align-items: center; justify-content: center; gap: 10px;
        font-family: var(--display); font-weight: 700; line-height: 1;
        padding: 0; letter-spacing: -0.01em;
        transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), color 0.2s var(--ease);
    }
    .menu .menu-cta__phone { height: 50px; }
    .menu .menu-cta__sister { height: 42px; }
    .menu .menu-cta__phone::before, .menu .menu-cta__phone::after,
    .menu .menu-cta__sister::before, .menu .menu-cta__sister::after { display: none !important; content: none; }

    .menu .menu-cta__phone {
        background: linear-gradient(135deg, var(--brand-primary) 0%, #0aa494 100%);
        color: var(--navy); border: none;
        font-size: 18px;
        box-shadow: 0 10px 28px rgba(20, 207, 196, 0.35);
    }
    .menu .menu-cta__phone:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(20, 207, 196, 0.45); }
    .menu .menu-cta__phone strong { font-size: 18px; font-weight: 700; }
    .menu .menu-cta__phone svg { flex-shrink: 0; }

    .menu .menu-cta__sister {
        background: rgba(255,255,255,0.05);
        color: var(--sister-color);
        border: 1.5px solid rgba(var(--sister-color-rgb), 0.40);
        font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em;
    }
    .menu .menu-cta__sister:hover { background: rgba(var(--sister-color-rgb), 0.12); border-color: var(--sister-color); }
    .menu .menu-cta__sister svg { flex-shrink: 0; opacity: 0.85; width: 14px; height: 14px; }

    .menu .menu-cta__hours {
        text-align: center; padding-top: 4px;
        font-family: var(--body); font-size: 10px; font-weight: 600;
        letter-spacing: 0.18em; text-transform: uppercase;
        color: rgba(255,255,255,0.4);
    }

    /* Language switcher pills inside megamenu CTA */
    .menu-cta__lang {
        display: flex; gap: 6px; justify-content: center; padding-top: 2px;
    }
    .menu .menu-cta__lang-pill {
        counter-increment: none;
        flex: 1; max-width: 90px;
        height: 32px; border-radius: 9px;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.10);
        display: flex; align-items: center; justify-content: center; gap: 8px;
        font-family: var(--display); font-weight: 700; font-size: 12px;
        letter-spacing: 0.14em; line-height: 1;
        color: rgba(255,255,255,0.6); padding: 0;
        transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
    }
    .menu .menu-cta__lang-pill .lang-flag {
        width: 18px; height: 12px; flex-shrink: 0;
        border-radius: 2px; overflow: hidden;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
    }
    .menu .menu-cta__lang-pill::before, .menu .menu-cta__lang-pill::after { display: none !important; content: none; }
    .menu .menu-cta__lang-pill:hover { background: rgba(20, 207, 196, 0.1); border-color: rgba(20, 207, 196, 0.4); color: #fff; }
    .menu .menu-cta__lang-pill.is-active {
        background: rgba(20, 207, 196, 0.15);
        border-color: var(--brand-primary);
        color: var(--brand-primary-bright);
    }
}
body.nav-locked { overflow: hidden; }
@media (min-width: 980px) {
    .menu > li > a, .menu > li > .submenu-toggle {
        font-family: var(--body); font-size: 14px; font-weight: 600;
        color: rgba(255, 255, 255, 0.85); transition: color 0.3s ease;
        position: relative; padding: 10px 0;
        display: inline-flex; align-items: center; gap: 5px;
        background: none; border: none; cursor: pointer;
    }
    .menu > li > a::after, .menu > li > .submenu-toggle::after {
        content: ''; position: absolute; left: 0; right: 0; bottom: 4px;
        height: 2px; background: var(--brand-primary);
        transform: scaleX(0); transform-origin: right;
        transition: transform 0.4s var(--ease);
    }
    .menu > li > a:hover, .menu > li > .submenu-toggle:hover { color: #fff; }
    .menu > li > a:hover::after, .menu > li > a.is-current::after,
    .menu > li.has-submenu:hover > .submenu-toggle::after { transform-origin: left; transform: scaleX(1); }

    /* Dropdown submenu */
    .menu .has-submenu { position: relative; }
    .menu .submenu-toggle .caret { transition: transform 0.25s var(--ease); width: 10px; height: 10px; }
    .menu .has-submenu:hover .submenu-toggle .caret,
    .menu .has-submenu:focus-within .submenu-toggle .caret { transform: rotate(180deg); }
    .menu .submenu {
        position: absolute; top: calc(100% + 6px); left: -16px;
        min-width: 280px; padding: 8px; margin: 0; list-style: none;
        background: rgba(3, 17, 41, 0.97);
        backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%);
        border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;
        box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 2px 0 rgba(20, 207, 196, 0.15) inset;
        opacity: 0; visibility: hidden; transform: translateY(-6px);
        transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
        pointer-events: none;
    }
    .menu .submenu::before {
        content: ''; position: absolute; top: -6px; left: 28px;
        width: 12px; height: 12px; transform: rotate(45deg);
        background: rgba(3, 17, 41, 0.97);
        border-left: 1px solid rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.08);
    }
    /* Hover bridge — fills the 6px gap between toggle and submenu so cursor
       can travel down without the dropdown closing prematurely. */
    .menu .has-submenu::after {
        content: ''; position: absolute;
        top: 100%; left: 0; right: 0; height: 10px;
    }
    .menu .has-submenu:hover .submenu,
    .menu .has-submenu:focus-within .submenu {
        opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
    }
    .menu .submenu li { width: 100%; }
    .menu .submenu a {
        display: flex; align-items: center; gap: 10px;
        padding: 11px 14px; border-radius: 8px;
        font-family: var(--body); font-size: 14px; font-weight: 500;
        color: rgba(255, 255, 255, 0.85); white-space: nowrap;
        transition: background 0.2s var(--ease), color 0.2s var(--ease), padding-left 0.2s var(--ease);
    }
    .menu .submenu a::after { display: none; }
    .menu .submenu a:hover { background: rgba(20, 207, 196, 0.1); color: #fff; padding-left: 18px; }
    .menu .submenu a .submenu__price {
        margin-left: auto; font-family: var(--display); font-weight: 700; font-size: 12px;
        color: var(--brand-primary-bright); letter-spacing: -0.01em;
    }
    .menu .submenu__divider {
        height: 1px; background: rgba(255,255,255,0.06); margin: 6px 8px;
    }
}
.menu .submenu-mobile { display: none; }
@media (max-width: 979px) {
    .menu .submenu-toggle { display: none; }
    .menu .has-submenu .submenu { display: none; }
    .menu .has-submenu > a.submenu-mobile { display: flex; }
}
.nav__right { display: flex; align-items: center; gap: var(--s-3); }
.sister-link {
    display: none; align-items: center; gap: 6px;
    font-family: var(--body); font-size: 12px; font-weight: 600; color: var(--sister-color);
    padding: 8px 14px; border: 1px solid rgba(var(--sister-color-rgb), 0.4); border-radius: var(--r-pill);
    transition: all 0.3s var(--ease);
    text-transform: uppercase; letter-spacing: 0.06em;
}
.sister-link:hover { background: var(--sister-color); color: var(--navy); border-color: var(--sister-color); }
@media (min-width: 1100px) { .sister-link { display: inline-flex; } }

/* ================================================================
   HERO
   ================================================================ */
.hero {
    position: relative; min-height: 100vh; min-height: 100svh;
    display: flex; flex-direction: column; justify-content: flex-end;
    color: #fff; overflow: hidden; background: var(--navy);
}
.hero--brand-page { min-height: 86vh; min-height: 86svh; }

/* Side-photo hero variant (portrait product shots) — photo on the right, fades to navy on the left */
.hero--photo-side .hero__bg { background: var(--navy); }
.hero--photo-side .hero__bg img {
    position: absolute; top: 0; right: 0;
    width: 56%; height: 100%; object-fit: cover; object-position: center;
    transform: scale(1.04); animation: heroIn 1.6s var(--ease) forwards;
    mask: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.2) 12%, rgba(0,0,0,0.85) 35%, #000 55%);
    -webkit-mask: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.2) 12%, rgba(0,0,0,0.85) 35%, #000 55%);
}
.hero--photo-side .hero__bg::after {
    background:
        linear-gradient(180deg, rgba(3, 17, 41, 0.45) 0%, rgba(3, 17, 41, 0) 22%, rgba(3, 17, 41, 0) 55%, rgba(3, 17, 41, 0.95) 100%),
        linear-gradient(90deg, rgba(3, 17, 41, 0.85) 0%, rgba(3, 17, 41, 0.55) 28%, rgba(3, 17, 41, 0.10) 50%, transparent 70%);
}
@media (max-width: 900px) {
    .hero--photo-side .hero__bg img {
        width: 100%; height: 60%; bottom: 0; top: auto; right: 0;
        mask: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 25%, #000 60%);
        -webkit-mask: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.4) 25%, #000 60%);
        object-position: center bottom;
    }
    .hero--photo-side .hero__bg::after {
        background:
            linear-gradient(180deg, rgba(3, 17, 41, 0.85) 0%, rgba(3, 17, 41, 0.45) 35%, rgba(3, 17, 41, 0) 55%, rgba(3, 17, 41, 0.92) 100%);
    }
}
.hero__bg { position: absolute; inset: 0; z-index: 0; background: var(--navy); }
.hero__bg img {
    width: 100%; height: 100%; object-fit: cover; object-position: center 35%;
    transform: scale(1.06); animation: heroIn 1.6s var(--ease) forwards;
}
@keyframes heroIn { to { transform: scale(1); } }
.hero__bg::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 17, 41, 0.55) 0%, rgba(3, 17, 41, 0) 22%, rgba(3, 17, 41, 0) 50%, rgba(3, 17, 41, 0.92) 100%),
        linear-gradient(90deg, rgba(3, 17, 41, 0.55) 0%, rgba(3, 17, 41, 0.10) 50%, transparent 100%);
}
body.brand-servis .hero__bg::after {
    background:
        radial-gradient(circle at 20% 30%, rgba(20, 207, 196, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 214, 10, 0.08) 0%, transparent 50%);
}
.hero__bg-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 40px 40px;
    mask: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
    -webkit-mask: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
}

/* Minimal brand watermark hero (used on info pages without a photo) */
.hero__topo {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 50% at 85% 30%, rgba(20, 207, 196, 0.08) 0%, transparent 65%),
        radial-gradient(ellipse 45% 35% at 10% 90%, rgba(255, 214, 10, 0.04) 0%, transparent 60%);
}
.hero__topo svg {
    position: absolute; right: -120px; bottom: -120px;
    width: 720px; height: 720px; opacity: 0.06; display: block;
}
@media (max-width: 980px) {
    .hero__topo svg { width: 480px; height: 480px; right: -100px; bottom: -100px; opacity: 0.08; }
}
.hero__topo .topo-hill { opacity: 0.95; }
.hero__topo .topo-hill--back { fill: rgba(20, 207, 196, 0.10); }
.hero__topo .topo-hill--mid  { fill: rgba(20, 207, 196, 0.16); }
.hero__topo .topo-hill--front { fill: rgba(20, 207, 196, 0.22); }
.hero__topo .topo-lines path { fill: none; stroke: rgba(255, 255, 255, 0.05); stroke-width: 1; }
.hero__topo .topo-route {
    fill: none; stroke: var(--brand-primary-bright); stroke-width: 4;
    stroke-linecap: round; stroke-linejoin: round;
    stroke-dasharray: 1800; stroke-dashoffset: 1800;
    animation: topoRouteDraw 3.2s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards;
    filter: drop-shadow(0 0 14px rgba(20, 207, 196, 0.5));
}
.hero__topo .topo-route-glow {
    fill: none; stroke: rgba(20, 207, 196, 0.25); stroke-width: 14;
    stroke-linecap: round; stroke-linejoin: round;
    stroke-dasharray: 1800; stroke-dashoffset: 1800;
    animation: topoRouteDraw 3.2s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards;
}
@keyframes topoRouteDraw { to { stroke-dashoffset: 0; } }
.hero__topo .topo-pin {
    fill: var(--yellow); opacity: 0;
    animation: topoPinIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.45));
}
.hero__topo .topo-pin:nth-of-type(1) { animation-delay: 1.4s; }
.hero__topo .topo-pin:nth-of-type(2) { animation-delay: 2.0s; }
.hero__topo .topo-pin:nth-of-type(3) { animation-delay: 2.6s; }
.hero__topo .topo-pin:nth-of-type(4) { animation-delay: 3.2s; }
@keyframes topoPinIn { from { opacity: 0; transform: translateY(-10px) scale(0.5); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hero__topo .topo-pin-pulse {
    fill: none; stroke: var(--yellow); stroke-width: 2; opacity: 0;
    transform-origin: center;
    animation: topoPinPulse 2.4s ease-out infinite;
}
.hero__topo .topo-pin-pulse:nth-of-type(1) { animation-delay: 1.4s; }
.hero__topo .topo-pin-pulse:nth-of-type(2) { animation-delay: 2.0s; }
.hero__topo .topo-pin-pulse:nth-of-type(3) { animation-delay: 2.6s; }
.hero__topo .topo-pin-pulse:nth-of-type(4) { animation-delay: 3.2s; }
@keyframes topoPinPulse { 0% { opacity: 0.85; r: 8; } 100% { opacity: 0; r: 30; } }
.hero__topo .topo-badge-bg { fill: rgba(255, 214, 10, 0.95); }
.hero__topo .topo-badge-tx {
    font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em;
    fill: var(--navy); text-anchor: middle; dominant-baseline: middle;
}
.hero__topo .topo-coord {
    font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; font-weight: 500;
    fill: rgba(20, 207, 196, 0.7); letter-spacing: 0.1em;
}
.hero__topo .topo-coord--small { font-size: 10px; fill: rgba(255, 255, 255, 0.4); }
.hero__topo .topo-compass-ring { fill: none; stroke: rgba(255, 255, 255, 0.22); stroke-width: 1.5; }
.hero__topo .topo-compass-bg { fill: rgba(3, 17, 41, 0.55); stroke: rgba(20, 207, 196, 0.4); stroke-width: 1.5; }
.hero__topo .topo-compass-arrow-n { fill: var(--yellow); }
.hero__topo .topo-compass-arrow-s { fill: rgba(255, 255, 255, 0.35); }
.hero__topo .topo-compass-tick { stroke: rgba(255, 255, 255, 0.4); stroke-width: 1.5; stroke-linecap: round; }
.hero__topo .topo-compass-label { font-family: var(--display); font-weight: 700; font-size: 14px; fill: rgba(255, 255, 255, 0.8); text-anchor: middle; dominant-baseline: middle; }
.hero__topo .topo-compass-label--n { fill: var(--yellow); }
.hero__topo .topo-elev-bg { fill: rgba(3, 17, 41, 0.55); stroke: rgba(20, 207, 196, 0.3); stroke-width: 1; }
.hero__topo .topo-elev-fill { fill: rgba(20, 207, 196, 0.55); }
.hero__topo .topo-elev-line { fill: none; stroke: var(--brand-primary-bright); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero__topo .topo-elev-tx { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 10px; font-weight: 500; fill: rgba(255, 255, 255, 0.55); letter-spacing: 0.08em; }
@media (max-width: 700px) {
    .hero__topo .topo-compass, .hero__topo .topo-elev, .hero__topo .topo-coord-bottom { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .hero__topo .topo-route, .hero__topo .topo-route-glow { animation: none; stroke-dashoffset: 0; }
    .hero__topo .topo-pin, .hero__topo .topo-pin-pulse { animation: none; opacity: 1; }
}
.hero__content {
    position: relative; z-index: 2;
    padding: var(--s-32) 0 var(--s-16);
    flex: 1; display: flex; flex-direction: column; justify-content: flex-end;
}
.hero__top { position: absolute; top: var(--s-24); left: 0; right: 0; z-index: 2; }
.hero__top-row { display: flex; justify-content: space-between; align-items: center; gap: var(--s-4); flex-wrap: wrap; }
@media (max-width: 700px) {
    .hero__top { position: static; top: auto; margin-bottom: var(--s-6); padding-top: var(--s-24); }
}
.hero__loc {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: var(--body); font-size: 12px; font-weight: 500;
    color: rgba(255, 255, 255, 0.92); letter-spacing: 0.04em;
}
.hero__loc-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--brand-primary);
    box-shadow: 0 0 0 4px var(--brand-pulse);
    animation: pulse 2.5s infinite;
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 4px var(--brand-pulse); }
    50% { box-shadow: 0 0 0 8px var(--brand-pulse-end); }
}
.hero__rating { display: none; align-items: center; gap: var(--s-3); color: rgba(255, 255, 255, 0.85); font-family: var(--body); font-size: 13px; font-weight: 500; }
@media (min-width: 700px) { .hero__rating { display: inline-flex; } }
.hero__rating strong { color: var(--yellow); font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: -0.015em; }
.hero__rating-stars { color: var(--yellow); font-size: 13px; letter-spacing: 1px; }

.hero__years { display: none; align-items: baseline; gap: 6px; color: rgba(255, 255, 255, 0.75); font-family: var(--body); font-size: 13px; }
@media (min-width: 700px) { .hero__years { display: inline-flex; } }
.hero__years strong { color: var(--yellow); font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -0.025em; }

.hero__crumb {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--body); font-size: 12px; font-weight: 500;
    color: rgba(255, 255, 255, 0.65); letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: var(--s-5);
    opacity: 0; transform: translateY(20px);
    animation: rise 1s var(--ease) 0.05s forwards;
}
.hero__crumb a { color: var(--teal-bright); transition: color 0.3s ease; }
.hero__crumb a:hover { color: var(--yellow); }
.hero__crumb svg { width: 12px; height: 12px; opacity: 0.5; }

.hero__main { max-width: 920px; }
.hero__title {
    color: #fff; margin-bottom: var(--s-6);
    opacity: 0; transform: translateY(40px);
    animation: rise 1s var(--ease) 0.2s forwards;
}
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
.hero__title .accent {
    color: var(--yellow); position: relative; display: inline;
    background-image: linear-gradient(180deg, transparent 70%, rgba(255, 214, 10, 0.32) 70%, rgba(255, 214, 10, 0.32) 94%, transparent 94%);
    background-size: 0% 100%; background-repeat: no-repeat;
    box-decoration-break: clone; -webkit-box-decoration-break: clone;
    padding: 0 6px; margin: 0 -2px;
    animation: underlineExpand 0.7s var(--ease) 1.2s forwards;
}
@keyframes underlineExpand { to { background-size: 100% 100%; } }
.hero__note {
    display: inline-flex; gap: 10px; align-items: flex-start;
    font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 214, 10, 0.08); border-left: 3px solid var(--yellow);
    padding: 12px 16px; border-radius: 6px; max-width: 580px;
    margin-bottom: var(--s-8);
    opacity: 0; transform: translateY(24px);
    animation: rise 1s var(--ease) 0.7s forwards;
}
.hero__note strong { color: #fff; font-weight: 700; }
.hero__sub {
    font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55;
    color: rgba(255, 255, 255, 0.88); max-width: 580px; margin-bottom: var(--s-8);
    opacity: 0; transform: translateY(24px);
    animation: rise 1s var(--ease) 0.55s forwards;
}
.hero__cta {
    display: flex; flex-wrap: wrap; gap: var(--s-3);
    opacity: 0; transform: translateY(20px);
    animation: rise 1s var(--ease) 0.75s forwards;
}
.hero__stats {
    margin-top: var(--s-16); display: grid;
    grid-template-columns: repeat(2, 1fr); gap: 10px;
    opacity: 0; animation: rise 1s var(--ease) 0.95s forwards;
}
@media (min-width: 720px) { .hero__stats { grid-template-columns: repeat(4, 1fr); } }
.hero__stat {
    background: rgba(3, 17, 41, 0.65);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--r-md);
    padding: var(--s-5) var(--s-6);
    display: flex; flex-direction: column; gap: 6px;
    transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
    transition: background 0.3s var(--ease-snap);
}
.hero__stat:hover {
    background: var(--brand-stat-hover);
    border-color: transparent;
    transform: translateY(-2px);
}
.hero__stat:hover * { color: var(--navy) !important; }
.hero__stat:hover .hero__stat-icon { color: var(--navy); opacity: 1; }
.hero__stat-icon {
    width: 18px; height: 18px; color: var(--brand-primary-bright); opacity: 0.85;
    transition: opacity 0.3s var(--ease), color 0.3s var(--ease);
    flex-shrink: 0;
}
.hero__stat-num { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 2.4vw, 26px); line-height: 1; color: #fff; letter-spacing: -0.025em; }
.hero__stat-num em { font-style: normal; color: var(--yellow); font-weight: 700; }
.hero__stat-label { font-family: var(--body); font-size: 11px; font-weight: 500; color: rgba(255, 255, 255, 0.65); letter-spacing: 0.06em; text-transform: uppercase; }

/* ================================================================
   SECTION HEAD
   ================================================================ */
.section-head {
    display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
    gap: var(--s-6) var(--s-12); margin-bottom: var(--s-14);
}
.section-head__title { max-width: 32ch; }
.section-head__title h2 .accent {
    color: var(--teal-deep);
    background: linear-gradient(180deg, transparent 60%, var(--yellow-soft) 60%, var(--yellow-soft) 90%, transparent 90%);
    padding: 0 6px;
}
@media (min-width: 1024px) {
    .section-head__title { max-width: 40ch; }
}
.section-head__aside { font-family: var(--body); font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 42ch; }

/* ================================================================
   POZICOVNA · PROPS, FLEET, BIKE, TRIPS, TRIP, EUROVELO, REVIEWS
   ================================================================ */
.props { background: var(--cream); padding: var(--s-20) 0 var(--s-16); }
.props__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-5); }
@media (min-width: 768px) { .props__grid { grid-template-columns: repeat(3, 1fr); } }
.prop {
    display: flex; flex-direction: column; gap: var(--s-3); padding: var(--s-6);
    background: #fff; border-radius: var(--r-md); border: 1px solid var(--line-soft);
    transition: border-color 0.3s var(--ease-snap), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.prop:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.prop__icon {
    width: 48px; height: 48px; border-radius: var(--r-md);
    background: var(--paper); color: var(--teal-deep);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    transition: background 0.3s var(--ease-snap), color 0.3s var(--ease-snap);
}
.prop:hover .prop__icon { background: var(--teal); color: var(--navy); }
.prop__icon svg { width: 24px; height: 24px; }
.prop__title { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em; }
.prop__title em {
    font-style: normal;
    background: linear-gradient(180deg, transparent 58%, var(--yellow-soft) 58%, var(--yellow-soft) 90%, transparent 90%);
    padding: 0 4px;
}
.prop__txt { font-family: var(--body); font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.prop__link {
    margin-top: auto; padding-top: var(--s-3);
    font-family: var(--body); font-size: 13px; font-weight: 600; color: var(--teal-deep);
    display: inline-flex; align-items: center; gap: 4px;
}

.fleet { background: var(--paper); }
.fleet__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
@media (min-width: 768px) { .fleet__grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-5); } }
@media (min-width: 1100px) { .fleet__grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-5); } }

/* Mobile: horizontal carousel + arrows for fleet & trips cards */
.fleet__carousel, .trips__carousel { position: relative; }
.fleet__nav {
    display: none;
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.92); border: 1px solid var(--line-soft);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    cursor: pointer; z-index: 4;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    align-items: center; justify-content: center;
    transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.fleet__nav svg { width: 18px; height: 18px; color: var(--ink); }
.fleet__nav--prev { left: 6px; }
.fleet__nav--next { right: 6px; }
.fleet__nav[disabled] { opacity: 0.4; pointer-events: none; }
@media (max-width: 600px) {
    .fleet__nav { display: inline-flex; }
    .fleet__grid, .trips__grid {
        display: flex; gap: 14px;
        overflow-x: auto; overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 8px var(--s-5) 24px;
        margin-left: calc(-1 * var(--s-5));
        margin-right: calc(-1 * var(--s-5));
        scroll-padding-left: var(--s-5);
        scrollbar-width: none;
    }
    .fleet__grid::-webkit-scrollbar, .trips__grid::-webkit-scrollbar { display: none; }
    .fleet__grid > .bike, .trips__grid > .trip {
        flex: 0 0 78%; max-width: 78%;
        scroll-snap-align: start;
    }
}

.bike {
    display: flex; flex-direction: column;
    background: #fff; border-radius: var(--r-md); overflow: hidden;
    text-decoration: none; color: inherit;
    transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
    border: 1px solid var(--line-soft);
    position: relative;
}
.bike:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--teal); }
.bike::after {
    content: ''; position: absolute; bottom: 14px; right: 14px;
    width: 22px; height: 22px;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2314CFC4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M7 17L17 7M9 7h8v8'/></svg>");
    background-position: center; background-repeat: no-repeat; background-size: contain;
    opacity: 0.55; transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
    z-index: 2; pointer-events: none;
}
.bike:hover::after { opacity: 1; transform: translate(2px, -2px); }
.bike__photo { position: relative; aspect-ratio: 4 / 5; background: linear-gradient(135deg, var(--paper-2), var(--paper)); overflow: hidden; }
.bike__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.bike:hover .bike__photo img { transform: scale(1.06); }
.bike__photo { aspect-ratio: 5 / 6; }
.bike__price {
    position: absolute; top: var(--s-3); left: var(--s-3); z-index: 2;
    background: var(--yellow); color: var(--navy);
    font-family: var(--display); font-weight: 700; font-size: 12px;
    padding: 6px 11px; border-radius: var(--r-pill); letter-spacing: -0.01em;
    box-shadow: var(--shadow-yellow);
}
.bike__power {
    display: inline-flex; align-items: center; gap: 6px;
    align-self: flex-start;
    font-family: var(--display); font-weight: 700; font-size: 12px;
    color: var(--teal-deep); letter-spacing: 0.02em;
    padding: 3px 9px; border-radius: var(--r-pill);
    background: rgba(20, 207, 196, 0.10);
    border: 1px solid rgba(20, 207, 196, 0.25);
    margin: -2px 0 2px;
}
.bike__power::before {
    content: ''; width: 8px; height: 8px;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%2304bda6'><path d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/></svg>");
    background-size: contain; background-repeat: no-repeat;
}
.bike__body { padding: var(--s-5); border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: var(--s-2); flex: 1; }
.bike__name {
    font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    min-height: calc(17px * 1.15 * 2);
}
.bike__tag {
    font-family: var(--body); font-size: 12px; color: var(--muted); margin-bottom: var(--s-2);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bike__specs {
    display: flex; flex-wrap: wrap; gap: var(--s-3);
    padding-top: var(--s-3); border-top: 1px dashed var(--line-l);
    font-family: var(--body); font-size: 12px; color: var(--muted); font-weight: 500;
    margin-top: auto;
}
.bike__specs strong { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--ink); letter-spacing: -0.015em; }

.trips { background: var(--cream); }
.trips__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-6); }
@media (max-width: 600px) {
    /* Override base grid → restore horizontal carousel on mobile */
    .trips__grid {
        display: flex; gap: 14px; grid-template-columns: none;
        overflow-x: auto; overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 8px var(--s-5) 24px;
        margin-left: calc(-1 * var(--s-5));
        margin-right: calc(-1 * var(--s-5));
        scroll-padding-left: var(--s-5);
        scrollbar-width: none;
    }
    .trips__grid > .trip { flex: 0 0 78%; max-width: 78%; scroll-snap-align: start; }
}
@media (min-width: 600px) { .trips__grid { grid-template-columns: 1fr 1fr; gap: var(--s-5); } }
@media (min-width: 1100px) { .trips__grid { grid-template-columns: repeat(4, 1fr); } }
.trip {
    display: flex; flex-direction: column;
    text-decoration: none; color: inherit;
    border-radius: var(--r-md); overflow: hidden;
    background: #fff; border: 1px solid var(--line-soft);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s var(--ease);
}
.trip:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal); }
.trip__photo { aspect-ratio: 5 / 6; overflow: hidden; background: var(--paper-2); position: relative; }
.trip__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.trip:hover .trip__photo img { transform: scale(1.06); }
.trip__num {
    position: absolute; top: var(--s-4); left: var(--s-4);
    font-family: var(--display); font-weight: 700; font-size: 11px; color: var(--navy);
    background: var(--yellow); padding: 5px 11px; border-radius: var(--r-pill);
    letter-spacing: 0.04em; z-index: 2;
}
.trip__body { padding: var(--s-5); display: flex; flex-direction: column; gap: 4px; }
.trip__name { font-family: var(--display); font-weight: 700; font-size: 21px; line-height: 1.05; color: var(--ink); letter-spacing: -0.025em; margin-bottom: 4px; }
.trip__meta { font-family: var(--body); font-size: 13px; color: var(--muted); font-weight: 500; }
.trip__meta strong { color: var(--teal-deep); font-family: var(--display); font-weight: 700; font-size: 14px; letter-spacing: -0.015em; }

.eurovelo { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.eurovelo::before {
    content: ''; position: absolute;
    top: -200px; right: -200px; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(20, 207, 196, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.eurovelo__grid {
    display: grid; grid-template-columns: 1fr; gap: var(--s-12);
    align-items: center; position: relative; z-index: 2;
}
@media (min-width: 900px) { .eurovelo__grid { grid-template-columns: 1fr 1fr; gap: var(--s-16); } }
.eurovelo__grid--solo { max-width: 880px; margin: 0 auto; }
@media (min-width: 900px) { .eurovelo__grid--solo { grid-template-columns: 1fr; } }
.eurovelo__map { aspect-ratio: 5 / 6; border-radius: var(--r-md); overflow: hidden; background: var(--navy-2); border: 1px solid var(--line-d); position: relative; }
.eurovelo__map-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.eurovelo__map-canvas .maplibregl-ctrl-attrib { font-size: 9px; opacity: 0.6; }
.eurovelo__map img { width: 100%; height: 100%; object-fit: cover; }
.eurovelo h2 { color: #fff; margin-bottom: var(--s-5); }
.eurovelo h2 .accent {
    color: var(--teal-bright);
    background: linear-gradient(180deg, transparent 62%, rgba(255, 214, 10, 0.32) 62%, rgba(255, 214, 10, 0.32) 91%, transparent 91%);
    padding: 0 8px;
}
.eurovelo__txt { font-family: var(--body); font-size: 17px; line-height: 1.6; color: rgba(255, 255, 255, 0.78); margin-bottom: var(--s-8); max-width: 52ch; }
.eurovelo__list {
    list-style: none; display: grid; grid-template-columns: 1fr 1fr;
    gap: var(--s-5) var(--s-6); margin-bottom: var(--s-8);
    padding-top: var(--s-6); border-top: 1px solid var(--line-d);
}
.eurovelo__list li { display: flex; flex-direction: column; gap: 4px; }
.eurovelo__list .label { font-family: var(--body); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-bright); }
.eurovelo__list .val { font-family: var(--display); font-weight: 700; font-size: clamp(18px, 1.6vw, 22px); color: #fff; letter-spacing: -0.02em; line-height: 1.1; }

.reviews { background: var(--cream); }
.reviews__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-5); margin-top: var(--s-12); }
@media (min-width: 700px) { .reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.review {
    display: flex; flex-direction: column; gap: var(--s-4); padding: var(--s-6);
    background: #fff; border-radius: var(--r-md); border: 1px solid var(--line-soft);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s var(--ease-snap);
}
.review:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--teal); }
.review__stars { color: var(--yellow); font-size: 16px; letter-spacing: 1px; }
.review__text { font-family: var(--body); font-size: 16px; line-height: 1.55; color: var(--ink-2); flex: 1; }
.review__author { display: flex; align-items: center; gap: var(--s-3); padding-top: var(--s-4); border-top: 1px solid var(--line-soft); }
.review__avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--teal) 0%, #0a8c7d 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700; font-size: 17px; flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(4, 189, 166, 0.25), inset 0 0 0 2px rgba(255,255,255,0.15);
    letter-spacing: -0.01em;
}
.review:nth-child(2) .review__avatar { background: linear-gradient(135deg, #ffb606 0%, #d48a00 100%); color: var(--navy); box-shadow: 0 2px 6px rgba(255, 182, 6, 0.3), inset 0 0 0 2px rgba(255,255,255,0.25); }
.review:nth-child(3) .review__avatar { background: linear-gradient(135deg, #2c4a8a 0%, #0a1b3c 100%); box-shadow: 0 2px 6px rgba(10, 27, 60, 0.3), inset 0 0 0 2px rgba(255,255,255,0.12); }
.review__name { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; }
.review__where { font-family: var(--body); font-size: 12px; color: var(--muted); }

/* ================================================================
   SERVIS · PROCESS, SERVICES, BRANDS, TRUST
   ================================================================ */
.process { background: var(--cream); }
.steps { display: grid; grid-template-columns: 1fr; gap: var(--s-3); counter-reset: step; }
@media (min-width: 700px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); gap: var(--s-4); } }
.step {
    background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md);
    padding: var(--s-6); display: flex; flex-direction: column; gap: var(--s-4);
    counter-increment: step; position: relative;
    transition: border-color 0.3s var(--ease-snap), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.step:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.step__num {
    font-family: var(--display); font-weight: 700; font-size: 64px; line-height: 0.85;
    color: rgba(20, 207, 196, 0.22); letter-spacing: -0.05em;
    transition: color 0.3s ease, transform 0.4s var(--ease);
}
.step__num::before { content: counter(step, decimal-leading-zero); }
.step:hover .step__num { color: var(--teal); }
.step__title { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em; }
.step__txt { font-family: var(--body); font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.step__time {
    margin-top: auto; padding-top: var(--s-3); border-top: 1px dashed var(--line-l);
    font-family: var(--body); font-size: 12px; font-weight: 600;
    color: var(--teal-deep); letter-spacing: 0.04em;
    display: flex; align-items: center; gap: 6px;
}
.step__time svg { width: 12px; height: 12px; }

.services { background: var(--paper); }
.services__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-4); }
@media (min-width: 600px) { .services__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .services__grid { grid-template-columns: repeat(4, 1fr); } }
/* 3-col override for sections that have 3 services */
@media (min-width: 900px) { .services__grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .issues__grid--3 { grid-template-columns: repeat(3, 1fr); } }

/* Bonus-tip redesigned: no left border, top icon, tinted bg, clean layout */
.bonus-tip {
    max-width: 880px; margin: 0 auto;
    padding: var(--s-8) var(--s-10);
    background: linear-gradient(180deg, rgba(20, 207, 196, 0.05) 0%, #fff 60%);
    border: 1px solid rgba(20, 207, 196, 0.18);
    border-radius: var(--r-md);
    box-shadow: 0 6px 24px rgba(0,0,0,0.04);
    position: relative;
}
.bonus-tip::before {
    content: ''; position: absolute; top: -16px; left: var(--s-10);
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--brand-primary) url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23031129' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 8v4M12 16h.01'/></svg>") center/18px no-repeat;
    box-shadow: 0 4px 12px rgba(20, 207, 196, 0.4);
}
.bonus-tip__eyebrow { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-deep); }
.bonus-tip__title { font-family: var(--display); font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; line-height: 1.2; margin: var(--s-3) 0 var(--s-4); letter-spacing: -0.02em; color: var(--ink); }
.bonus-tip__title .accent { color: var(--teal-deep); }
.bonus-tip__txt { font-size: 15px; line-height: 1.65; color: var(--ink-2); margin-bottom: var(--s-3); }
.bonus-tip__txt:last-child { margin-bottom: 0; }
.bonus-tip__txt strong { color: var(--ink); font-weight: 700; }
@media (max-width: 700px) { .bonus-tip { padding: var(--s-6) var(--s-5); } .bonus-tip::before { left: var(--s-5); } }

/* Iné trasy — bottom border for separation */
.alt-routes-grid {
    display: grid; gap: var(--s-4);
    grid-template-columns: 1fr;
    border-bottom: 1px solid var(--line-soft);
    padding-bottom: var(--s-10); margin-top: var(--s-8);
}
@media (min-width: 700px) { .alt-routes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .alt-routes-grid { grid-template-columns: repeat(4, 1fr); } }
.service {
    background: #fff; border-radius: var(--r-md); padding: var(--s-6);
    border: 1px solid var(--line-soft);
    display: flex; flex-direction: column; gap: var(--s-3);
    transition: border-color 0.3s var(--ease-snap), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.service:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.service__icon {
    width: 48px; height: 48px; border-radius: var(--r-md);
    background: var(--paper); color: var(--teal-deep);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s var(--ease-snap), color 0.3s var(--ease-snap);
}
.service:hover .service__icon { background: var(--teal); color: var(--navy); }
.service__icon svg { width: 24px; height: 24px; }
.service__title { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em; }
.service__txt { font-family: var(--body); font-size: 14px; line-height: 1.55; color: var(--ink-2); flex: 1; }
.service__price {
    margin-top: auto; padding-top: var(--s-3); border-top: 1px dashed var(--line-l);
    font-family: var(--body); font-size: 13px; color: var(--muted);
    display: flex; justify-content: space-between; align-items: baseline;
}
.service__price strong { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); letter-spacing: -0.025em; }
.service__features {
    list-style: none; padding: 0; margin: var(--s-2) 0 0;
    display: flex; flex-direction: column; gap: 8px;
}
.service__features li {
    position: relative; padding-left: 26px;
    font-family: var(--body); font-size: 14px; line-height: 1.5; color: var(--ink-2);
}
.service__features li::before {
    content: ''; position: absolute; left: 0; top: 4px;
    width: 18px; height: 18px; border-radius: 50%;
    background: rgba(20, 207, 196, 0.12);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2304bda6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-position: center; background-repeat: no-repeat; background-size: 11px 11px;
}
.service--featured .service__features li::before { background-color: rgba(255, 214, 10, 0.18); background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23d48a00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); }

.brands { background: var(--navy); color: #fff; }
.brands__title { text-align: center; margin-bottom: var(--s-14); max-width: 720px; margin-left: auto; margin-right: auto; }
.brands__title h2 { color: #fff; margin-bottom: var(--s-4); }
.brands__title h2 .accent {
    color: var(--teal-bright);
    background: linear-gradient(180deg, transparent 62%, rgba(255, 214, 10, 0.32) 62%, rgba(255, 214, 10, 0.32) 91%, transparent 91%);
    padding: 0 8px;
}
.brands__title p { font-family: var(--body); font-size: 17px; line-height: 1.55; color: rgba(255, 255, 255, 0.7); }
.brands__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); }
@media (min-width: 600px) { .brands__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .brands__grid { grid-template-columns: repeat(6, 1fr); gap: var(--s-4); } }
.brands__grid--five { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 600px) { .brands__grid--five { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .brands__grid--five { grid-template-columns: repeat(5, 1fr); } }

.brand-card {
    background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-d);
    border-radius: var(--r-md); padding: var(--s-5); text-align: center;
    transition: all 0.3s var(--ease-snap); text-decoration: none; color: inherit;
}
.brand-card:hover { background: var(--teal); border-color: var(--teal); transform: translateY(-3px); }
.brand-card:hover .brand-card__name { color: var(--navy); }
.brand-card:hover .brand-card__sub { color: rgba(3, 17, 41, 0.7); }
.brand-card__icon { width: 28px; height: 28px; margin: 0 auto var(--s-3); color: var(--brand-primary-bright); transition: color 0.3s ease, transform 0.4s var(--ease); display: block; }
.brand-card:hover .brand-card__icon { color: var(--navy); transform: scale(1.08); }
.brand-card__name { font-family: var(--display); font-weight: 700; font-size: 17px; color: #fff; letter-spacing: -0.02em; margin-bottom: 4px; transition: color 0.3s ease; }
.brand-card__sub { font-family: var(--body); font-size: 11px; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.04em; transition: color 0.3s ease; }

/* Brand-themed accent dot for servis brand cards */
.brand-card[data-brand] { position: relative; }
.brand-card[data-brand]::before {
    content: ''; position: absolute; top: 14px; right: 14px;
    width: 8px; height: 8px; border-radius: 50%;
    transition: transform 0.3s var(--ease);
}
.brand-card[data-brand]:hover::before { transform: scale(1.5); }
.brand-card[data-brand="xiaomi"]::before  { background: #FF6900; box-shadow: 0 0 0 2px rgba(255,105,0,0.25); }
.brand-card[data-brand="segway"]::before  { background: #ED1C24; box-shadow: 0 0 0 2px rgba(237,28,36,0.25); }
.brand-card[data-brand="sencor"]::before  { background: #E30613; box-shadow: 0 0 0 2px rgba(227,6,19,0.25); }
.brand-card[data-brand="gogen"]::before   { background: #0066B3; box-shadow: 0 0 0 2px rgba(0,102,179,0.25); }
.brand-card[data-brand="kugoo"]::before   { background: #C8102E; box-shadow: 0 0 0 2px rgba(200,16,46,0.25); }
.brand-card[data-brand="vsett"]::before   { background: #FFCC00; box-shadow: 0 0 0 2px rgba(255,204,0,0.25); }
.brands__note { margin-top: var(--s-12); text-align: center; font-family: var(--body); font-size: 14px; color: var(--muted); }
.brands__note strong { color: var(--ink); font-weight: 700; }
/* On dark sections invert: */
.brands .brands__note, .eurovelo .brands__note { color: rgba(255, 255, 255, 0.6); }
.brands .brands__note strong, .eurovelo .brands__note strong { color: var(--yellow); font-weight: 600; }

/* Alternativy/Iné-trasy sections (fleet + trip pages) — subtle lighter navy
   with clear top divider so it reads as a layer above the .contact section. */
.brands#alternativy,
.brands#ine-trasy {
    background: var(--navy-2);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

/* Yellow variant — alternative warm CTA section */
.brands--yellow { background: var(--yellow); color: var(--navy); }
.brands--yellow .brands__title h2 { color: var(--navy); }
.brands--yellow .brands__title h2 .accent {
    color: var(--navy);
    background: linear-gradient(180deg, transparent 62%, rgba(3, 17, 41, 0.15) 62%, rgba(3, 17, 41, 0.15) 91%, transparent 91%);
}
.brands--yellow .eyebrow--light { color: var(--navy); opacity: 0.7; }
.brands--yellow .brands__title p { color: rgba(3, 17, 41, 0.75); }
.brands--yellow .brand-card {
    background: rgba(3, 17, 41, 0.06);
    border-color: rgba(3, 17, 41, 0.15);
}
.brands--yellow .brand-card:hover {
    background: var(--navy);
    border-color: var(--navy);
}
.brands--yellow .brand-card:hover .brand-card__name { color: var(--yellow); }
.brands--yellow .brand-card:hover .brand-card__sub { color: rgba(255, 214, 10, 0.75); }
.brands--yellow .brand-card__name { color: var(--navy); }
.brands--yellow .brand-card__sub { color: rgba(3, 17, 41, 0.6); }
.brands--yellow .brand-card__icon { color: var(--navy); }
.brands--yellow .brand-card:hover .brand-card__icon { color: var(--yellow); }
.brands--yellow .brands__note { color: rgba(3, 17, 41, 0.7); }
.brands--yellow .brands__note strong { color: var(--navy); font-weight: 700; }

.trust { background: var(--paper); }
.trust__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-12); align-items: center; }
@media (min-width: 900px) { .trust__grid { grid-template-columns: 1fr 1.2fr; gap: var(--s-16); } }
/* Trust grid solo (no photo) — premium 3-column card grid for points */
.trust__grid--solo { max-width: none; margin: 0; }
@media (min-width: 900px) { .trust__grid--solo { grid-template-columns: 1fr; } }
.trust__grid--solo .trust__points { display: grid; grid-template-columns: 1fr; gap: var(--s-5); }
@media (min-width: 700px) { .trust__grid--solo .trust__points { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .trust__grid--solo .trust__points { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }

.trust__grid--solo .trust__point {
    flex-direction: column;
    gap: var(--s-3);
    padding: var(--s-6);
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: var(--r-md);
    border-bottom: 1px solid var(--line-soft);
    transition: border-color 0.3s var(--ease-snap), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.trust__grid--solo .trust__point:hover {
    border-color: var(--teal);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.trust__grid--solo .trust__point-num {
    font-family: var(--display);
    font-weight: 700;
    font-size: 32px;
    line-height: 0.85;
    color: var(--teal);
    letter-spacing: -0.05em;
    width: auto;
    margin-bottom: var(--s-2);
}
.trust__grid--solo .trust__point h3 {
    font-size: 19px;
    margin: 0;
}
.trust__grid--solo .trust__point p {
    margin: 0;
}
.trust__photo { aspect-ratio: 5 / 6; border-radius: var(--r-md); overflow: hidden; background: var(--paper-2); position: relative; }
.trust__photo img { width: 100%; height: 100%; object-fit: cover; }
.trust__badge {
    position: absolute; bottom: var(--s-5); left: var(--s-5);
    background: #fff; padding: 16px 20px; border-radius: var(--r-md);
    box-shadow: 0 18px 44px rgba(15, 26, 46, 0.18), 0 4px 10px rgba(15, 26, 46, 0.08);
    border: 1px solid rgba(15, 26, 46, 0.04);
}
.trust__badge-num { font-family: var(--display); font-weight: 700; font-size: 36px; line-height: 1; color: var(--teal-deep); letter-spacing: -0.04em; }
.trust__badge-num em { font-style: normal; color: var(--yellow); }
.trust__badge-label { font-family: var(--body); font-size: 11px; color: var(--muted); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 4px; }
.trust__points { display: flex; flex-direction: column; gap: var(--s-6); }
.trust__point { display: flex; gap: var(--s-4); padding-bottom: var(--s-6); border-bottom: 1px solid var(--line-l); }
.trust__point:last-child { border-bottom: none; padding-bottom: 0; }
.trust__point-num { font-family: var(--display); font-weight: 700; font-size: 32px; line-height: 0.85; color: var(--teal); letter-spacing: -0.05em; flex-shrink: 0; width: 60px; }
.trust__point h3 { font-family: var(--display); font-weight: 700; font-size: 21px; line-height: 1.1; color: var(--ink); letter-spacing: -0.025em; margin-bottom: 6px; }
.trust__point p { font-family: var(--body); font-size: 14px; line-height: 1.6; color: var(--ink-2); }

/* ================================================================
   BRAND PAGE · MODELS
   ================================================================ */
.models { background: var(--cream); }
.models__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-3); }
@media (min-width: 600px) { .models__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .models__grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-4); } }
.model {
    background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md);
    padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3);
    transition: border-color 0.3s var(--ease-snap), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.model:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.model--star { background: linear-gradient(180deg, #fff, #FAFAF6); border-color: rgba(20, 207, 196, 0.3); position: relative; }
.model--star::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow); border-radius: var(--r-md) var(--r-md) 0 0; }
.model__head { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--s-2); }
.model__name { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.1; color: var(--ink); letter-spacing: -0.025em; }
.model__pop { font-family: var(--body); font-size: 10px; font-weight: 700; background: var(--yellow); color: var(--navy); padding: 4px 9px; border-radius: var(--r-pill); text-transform: uppercase; letter-spacing: 0.05em; flex-shrink: 0; }
.model__pop--soft { background: var(--paper-2); color: var(--muted); }
.model__years { font-family: var(--body); font-size: 12px; color: var(--muted); font-weight: 500; margin-top: -8px; }
.model__specs { display: flex; flex-wrap: wrap; gap: 6px; }
.model__spec { font-family: var(--body); font-size: 11px; color: var(--ink-2); background: var(--paper); padding: 5px 11px; border-radius: var(--r-pill); font-weight: 500; letter-spacing: 0.02em; }
.model__spec strong { font-family: var(--display); font-weight: 700; color: var(--ink); }
.model__price { margin-top: auto; padding-top: var(--s-3); border-top: 1px dashed var(--line-l); font-family: var(--body); font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; align-items: baseline; }
.model__price strong { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 16px; letter-spacing: -0.02em; }

/* ================================================================
   BRAND PAGE · ISSUES
   ================================================================ */
.issues { background: var(--paper); }
.issues__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-4); }
@media (min-width: 600px) { .issues__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .issues__grid { grid-template-columns: repeat(3, 1fr); } }
.issue {
    background: #fff; border-radius: var(--r-md); padding: var(--s-6);
    border: 1px solid var(--line-soft);
    display: flex; flex-direction: column; gap: var(--s-3);
    transition: border-color 0.3s var(--ease-snap), transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.issue:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.issue__icon {
    width: 44px; height: 44px; border-radius: var(--r-md);
    background: rgba(255, 214, 10, 0.15); color: var(--gold);
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s var(--ease-snap), color 0.3s var(--ease-snap);
}
.issue:hover .issue__icon { background: var(--yellow); color: var(--navy); }
.issue__icon svg { width: 22px; height: 22px; }
.issue__title { font-family: var(--display); font-weight: 700; font-size: 18px; line-height: 1.15; color: var(--ink); letter-spacing: -0.02em; }
a.issue { text-decoration: none; color: inherit; }
a.issue .issue__title { display: inline-flex; align-items: center; gap: 8px; }
a.issue .issue__title::after {
    content: ''; width: 16px; height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2304bda6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>");
    background-repeat: no-repeat; background-position: center; background-size: contain;
    transition: transform 0.25s var(--ease);
}
a.issue:hover .issue__title::after { transform: translateX(3px); }
.issue__txt { font-family: var(--body); font-size: 14px; line-height: 1.55; color: var(--ink-2); flex: 1; }
.issue__sym { font-family: var(--body); font-size: 12px; color: var(--muted); font-weight: 500; padding: 8px 12px; background: var(--paper); border-radius: var(--r-sm); line-height: 1.5; }
.issue__sym strong { color: var(--ink-2); font-weight: 600; }
.issue__price { margin-top: auto; padding-top: var(--s-3); border-top: 1px dashed var(--line-l); font-family: var(--body); font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; align-items: baseline; }
.issue__price strong { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 16px; letter-spacing: -0.02em; }

/* ================================================================
   PRICING (shared)
   ================================================================ */
.pricing { background: var(--paper); }
.pricing.pricing--cream { background: var(--cream); }
.pricing__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-12); }
@media (min-width: 900px) { .pricing__grid { grid-template-columns: 1fr 1.3fr; gap: var(--s-16); align-items: start; } }
.pricing__hero { display: flex; flex-direction: column; gap: var(--s-5); }
.pricing__big {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(56px, 7.5vw, 96px); line-height: 0.92;
    letter-spacing: -0.045em; color: var(--ink); margin: var(--s-3) 0 var(--s-2);
}
.pricing__big .currency {
    color: var(--teal-deep);
    background: linear-gradient(180deg, transparent 62%, var(--yellow-soft) 62%, var(--yellow-soft) 91%, transparent 91%);
    padding: 0 8px;
}
.pricing__sub { font-family: var(--body); font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 32ch; margin-bottom: var(--s-4); }
.pricing__includes { list-style: none; display: grid; grid-template-columns: 1fr; gap: var(--s-3); }
.pricing__includes li { display: flex; align-items: flex-start; gap: var(--s-3); font-family: var(--body); font-size: 14px; color: var(--ink-2); font-weight: 500; line-height: 1.5; }
.pricing__includes li::before {
    content: ''; width: 18px; height: 18px; border-radius: 50%;
    background: var(--teal) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23031129' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") center / 11px no-repeat;
    flex-shrink: 0; margin-top: 2px;
}
.pricing__table { background: #fff; border: 1px solid var(--line-l); border-radius: var(--r-md); overflow: hidden; }
.prow {
    display: grid; grid-template-columns: 1fr auto; gap: var(--s-5); align-items: center;
    padding: var(--s-5) var(--s-6); border-bottom: 1px solid var(--line-soft);
    transition: background 0.2s ease;
}
.prow:last-child { border-bottom: none; }
.prow:hover { background: var(--paper); }
.prow--star { background: var(--navy); color: #fff; position: relative; }
.prow--star:hover { background: var(--navy-2); }
.prow--star::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--yellow); }
.prow__name { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); letter-spacing: -0.02em; line-height: 1.15; }
.prow--star .prow__name { color: #fff; }
.prow__name .pill {
    display: inline-block; background: var(--yellow); color: var(--navy);
    font-family: var(--body); font-size: 10px; font-weight: 700;
    padding: 3px 9px; border-radius: var(--r-pill);
    margin-left: 8px; letter-spacing: 0.06em; vertical-align: 2px; text-transform: uppercase;
    white-space: nowrap;
}
/* Mobile: stack price below name, let pill flow on its own line */
@media (max-width: 540px) {
    .prow { grid-template-columns: 1fr; gap: var(--s-3); }
    .prow__amount { justify-self: start; font-size: 18px; }
    .prow__name { display: flex; flex-wrap: wrap; gap: 6px 8px; align-items: center; }
    .prow__name .pill { margin-left: 0; vertical-align: baseline; }
}
.prow__detail { font-family: var(--body); font-size: 13px; color: var(--muted); font-weight: 400; margin-top: 3px; }
.prow--star .prow__detail { color: rgba(255, 255, 255, 0.55); }
.prow__amount { font-family: var(--display); font-weight: 700; font-size: 20px; color: var(--ink); letter-spacing: -0.025em; white-space: nowrap; line-height: 1; }
.prow--star .prow__amount { color: var(--yellow); }
.prow__amount small { font-family: var(--body); font-size: 13px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.prow--star .prow__amount small { color: rgba(255, 255, 255, 0.55); }
.prow__amount--soft { color: var(--teal-deep); font-size: 18px; }
.pricing__note {
    margin-top: var(--s-5); padding: var(--s-5);
    background: #fff; border-radius: var(--r-md); border: 1px solid var(--line-soft);
    font-family: var(--body); font-size: 14px; color: var(--ink-2); line-height: 1.55;
    display: flex; align-items: flex-start; gap: var(--s-3);
}
.pricing__note::before {
    content: 'i'; width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%;
    background: var(--teal); color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700; font-size: 12px; margin-top: 1px;
}
.pricing__note strong { color: var(--ink); font-weight: 600; }

/* ================================================================
   FAQ
   ================================================================ */
.faq { background: var(--paper); }
.faq.faq--cream { background: var(--cream); }
.faq__group { display: flex; flex-direction: column; gap: 6px; }
.faq__group + .faq__cat { margin-top: var(--s-12); }
.faq__cat {
    font-family: var(--body); font-size: 11px; font-weight: 700;
    color: var(--teal-deep); letter-spacing: 0.16em; text-transform: uppercase;
    margin-bottom: var(--s-5);
    display: flex; align-items: center; gap: 10px;
}
.faq__cat::before { content: ''; width: 24px; height: 2px; background: var(--teal); border-radius: 2px; }
.faq-item {
    background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-md);
    overflow: hidden;
    transition: border-color 0.3s var(--ease-snap);
}
.faq-item:hover { border-color: var(--teal); }
.faq-item[open] { border-color: var(--teal); }
.faq-item summary {
    padding: var(--s-5) var(--s-6);
    cursor: pointer;
    font-family: var(--display); font-weight: 700; font-size: 17px;
    color: var(--ink); letter-spacing: -0.02em; line-height: 1.3;
    display: flex; justify-content: space-between; align-items: center; gap: var(--s-4);
    list-style: none; user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-family: var(--display); font-weight: 400; font-size: 26px;
    line-height: 1; color: var(--teal-deep);
    flex-shrink: 0; transition: transform 0.3s ease, color 0.3s ease;
    width: 24px; text-align: center;
}
.faq-item[open] summary::after { content: '−'; color: var(--teal); }
.faq-item summary:hover { color: var(--teal-deep); }
.faq-item__body {
    padding: 0 var(--s-6) var(--s-6);
    font-family: var(--body); font-size: 15px; line-height: 1.65; color: var(--ink-2);
}
.faq-item__body p + p { margin-top: var(--s-3); }
.faq-item__body a { color: var(--teal-deep); border-bottom: 1px solid var(--teal); padding-bottom: 1px; }
.faq-item__body a:hover { color: var(--ink); border-color: var(--ink); }
.faq-item__body strong { color: var(--ink); font-weight: 600; }
.faq-item__body ul { list-style: none; margin-top: var(--s-3); display: flex; flex-direction: column; gap: 6px; }
.faq-item__body ul li { display: flex; gap: var(--s-3); align-items: baseline; }
.faq-item__body ul li::before { content: '•'; color: var(--teal-deep); font-weight: 700; flex-shrink: 0; }
.faq__cta {
    margin-top: var(--s-16); padding: var(--s-10);
    background: var(--navy); color: #fff; border-radius: var(--r-md);
    display: grid; grid-template-columns: 1fr; gap: var(--s-6); align-items: center;
}
@media (min-width: 800px) { .faq__cta { grid-template-columns: 2fr 1fr; gap: var(--s-12); } }
.faq__cta h3 { font-family: var(--display); font-weight: 700; font-size: clamp(22px, 2.5vw, 30px); line-height: 1.15; color: #fff; letter-spacing: -0.025em; margin-bottom: var(--s-3); }
.faq__cta h3 .accent { color: var(--yellow); }
.faq__cta p { font-family: var(--body); font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.55; }
.faq__cta-actions { display: flex; flex-wrap: wrap; gap: var(--s-3); }

/* ================================================================
   CONTACT (shared)
   ================================================================ */
.contact { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.contact::before {
    content: ''; position: absolute;
    bottom: -300px; left: -200px; width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(20, 207, 196, 0.10) 0%, transparent 60%);
    pointer-events: none;
}
.contact__grid { display: grid; grid-template-columns: 1fr; gap: var(--s-12); position: relative; z-index: 2; }
@media (min-width: 900px) { .contact__grid { grid-template-columns: 0.95fr 1.15fr; gap: var(--s-16); align-items: center; } }
.contact h2 { color: #fff; margin-bottom: var(--s-4); }
.contact h2 .accent { color: var(--yellow); }
.contact__intro { font-family: var(--body); font-size: 17px; line-height: 1.6; color: rgba(255, 255, 255, 0.78); max-width: 44ch; margin-bottom: var(--s-8); }
.contact__phone-block { margin-bottom: var(--s-8); }
.contact__phone {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(36px, 5vw, 60px); line-height: 1; letter-spacing: -0.04em;
    color: var(--teal-bright); display: inline-block;
    margin-bottom: var(--s-3); transition: color 0.3s ease;
}
.contact__phone:hover { color: var(--yellow); }
.contact__hours { font-family: var(--body); font-size: 14px; color: rgba(255, 255, 255, 0.6); }
.contact__details { display: flex; flex-direction: column; gap: var(--s-2); }
.contact__row { display: flex; flex-direction: column; gap: 4px; padding: var(--s-4) 0; border-bottom: 1px solid var(--line-d); }
.contact__row:last-child { border-bottom: none; }
.contact__label { font-family: var(--body); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-bright); }
.contact__val { font-family: var(--display); font-weight: 600; font-size: 17px; color: #fff; letter-spacing: -0.015em; line-height: 1.3; }
.contact__val a:hover { color: var(--yellow); }
.contact__nav {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--body); font-size: 12px; font-weight: 600;
    color: var(--brand-primary-bright); letter-spacing: 0.04em;
    padding: 4px 10px; border-radius: var(--r-pill);
    background: rgba(20, 207, 196, 0.10); border: 1px solid rgba(20, 207, 196, 0.25);
    white-space: nowrap; vertical-align: middle; margin-left: 12px;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
@media (min-width: 700px) {
    .contact__row .contact__val { display: flex; flex-wrap: wrap; align-items: baseline; }
}
.contact__val a.contact__nav:hover,
.contact__nav:hover { background: var(--brand-primary); color: var(--navy) !important; border-color: transparent; }
.contact__nav svg { transition: transform 0.25s ease; stroke-width: 2.4; }
.contact__nav:hover svg { transform: translateX(2px) rotate(15deg); stroke: var(--navy); }
@media (max-width: 700px) {
    .contact__row .contact__val { display: block; }
    .contact__row .contact__val .contact__nav {
        display: inline-flex; width: auto; align-self: auto; margin-top: 8px;
        flex: 0 0 auto;
    }
}
.contact__map { aspect-ratio: 5 / 6; border-radius: var(--r-lg); overflow: hidden; background: var(--navy-2); border: 1px solid var(--line-d); position: relative; }
.contact__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.55) saturate(0.85) brightness(0.96); transition: filter 0.4s ease; pointer-events: none; }
.contact__map:hover iframe { filter: none; }
.contact__map.is-active iframe { pointer-events: auto; }
.contact__map-overlay {
    position: absolute; inset: 0; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    background: transparent; cursor: pointer; border: 0;
    transition: background 0.25s ease;
}
.contact__map-overlay:hover { background: rgba(3, 17, 41, 0.18); }
.contact__map-overlay__msg {
    background: rgba(3, 17, 41, 0.88);
    color: #fff; padding: 10px 16px; border-radius: var(--r-pill);
    font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
    opacity: 0; transition: opacity 0.2s ease;
    pointer-events: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    display: inline-flex; align-items: center; gap: 6px;
}
.contact__map-overlay:hover .contact__map-overlay__msg { opacity: 1; }
.contact__map.is-active .contact__map-overlay { display: none; }
.contact__map-cta {
    position: absolute; bottom: 14px; right: 14px;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 9px 14px; border-radius: var(--r-pill);
    background: var(--brand-primary); color: var(--navy);
    font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(20, 207, 196, 0.35);
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
    z-index: 2;
}
.contact__map-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(20, 207, 196, 0.45); }

/* Photo marquee under contact section */
.contact__marquee {
    margin-top: var(--s-12);
    overflow: hidden; width: 100%;
    mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, black 8%, black 92%, transparent 100%);
}
.contact__marquee-track {
    display: flex; gap: 12px; width: max-content;
    animation: contactMarquee 60s linear infinite;
}
.contact__marquee-track:hover { animation-play-state: paused; }
.contact__marquee-track img {
    height: 200px; width: auto; object-fit: cover;
    border-radius: 12px; flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media (max-width: 700px) {
    .contact__marquee-track img { height: 140px; border-radius: 8px; }
}
@keyframes contactMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50% - 6px)); }
}

/* ================================================================
   FOOTER (brand-aware)
   ================================================================ */
footer { background: #02091A; color: rgba(255, 255, 255, 0.55); padding: var(--s-16) 0 var(--s-6); }
.footer__top { display: grid; grid-template-columns: 1fr; gap: var(--s-10); padding-bottom: var(--s-12); border-bottom: 1px solid var(--line-d); }
@media (min-width: 700px) { .footer__top { grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--s-12); } }
/* Servis footer has 3 children (brand + 2 cols) — adjust grid to balance */
@media (min-width: 700px) { body.brand-servis .footer__top { grid-template-columns: 1.6fr 1fr 1fr; } }
/* Language pills row — sits in footer__brand under sister button */
.footer__lang { display: flex; flex-wrap: wrap; gap: 6px; margin-top: var(--s-4); }
.footer__lang-pill {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 11px; border-radius: var(--r-pill);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    font-family: var(--body); font-size: 12px; font-weight: 600;
    color: rgba(255,255,255,0.75); letter-spacing: 0.06em;
    transition: background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.footer__lang-pill .lang-flag {
    width: 18px; height: 12px; border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.10);
    flex-shrink: 0;
}
.footer__lang-pill:hover { background: rgba(20,207,196,0.10); border-color: rgba(20,207,196,0.30); color: #fff; }
.footer__lang-pill.is-active { background: rgba(20,207,196,0.14); border-color: var(--brand-primary); color: #fff; }
/* Footer brand — IDENTICAL to header (.brand) */
.footer__brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: var(--s-3); }
.footer__logo {
    width: 44px; height: 44px; border-radius: var(--r-md);
    background: var(--brand-primary); color: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -0.04em;
    flex-shrink: 0;
}
.footer__logo svg { width: 20px; height: 20px; }
/* Pozicovna full-color footer logo mark — no background, fills the box (matches .brand__logo--mark) */
.footer__logo--mark {
    background: transparent;
    border-radius: 0;
    width: 44px; height: 44px;
    overflow: hidden;
}
.footer__logo--mark svg,
.footer__logo--mark img { width: 100%; height: 100%; display: block; }
/* Full lockup logo in footer — same as header */
.footer__full { height: 44px; width: auto; display: block; }
.footer__brand-name { font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: -0.02em; color: #fff; line-height: 1; }
.footer__brand-sub { font-family: var(--body); font-size: 11px; font-weight: 600; color: var(--brand-primary-bright); letter-spacing: 0.1em; margin-top: 6px; text-transform: uppercase; line-height: 1; }
.footer__brand p { font-family: var(--body); font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, 0.5); max-width: 38ch; margin-bottom: var(--s-5); }

/* Sister-site label above the URL pill */
.footer__sister-label {
    font-family: var(--body); font-size: 11px; font-weight: 700;
    color: var(--brand-primary-bright); letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: var(--s-2);
}
.footer__sister {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--body); font-size: 13px; font-weight: 600; color: var(--sister-color);
    padding: 9px 14px; border: 1px solid rgba(var(--sister-color-rgb), 0.3); border-radius: var(--r-pill);
    transition: all 0.3s var(--ease); letter-spacing: 0.02em;
}
.footer__sister:hover { background: var(--sister-color); color: var(--navy); border-color: var(--sister-color); }
.footer__col h4 { font-family: var(--body); font-size: 11px; font-weight: 700; color: var(--brand-primary-bright); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: var(--s-4); }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: var(--s-2); }
.footer__col a { font-family: var(--body); font-size: 14px; color: rgba(255, 255, 255, 0.7); transition: color 0.3s ease; }
.footer__col a:hover { color: var(--brand-primary-bright); }
.footer__col a.is-current { color: var(--brand-primary-bright); }
.footer__bottom { padding-top: var(--s-6); display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--s-3); font-family: var(--body); font-size: 12px; color: rgba(255, 255, 255, 0.4); }

/* ================================================================
   REVEAL ANIMATION
   ================================================================ */
.reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.in { opacity: 1; transform: translateY(0); }

.bike.reveal:nth-child(2) { transition-delay: 0.07s; }
.bike.reveal:nth-child(3) { transition-delay: 0.14s; }
.bike.reveal:nth-child(4) { transition-delay: 0.21s; }
.bike.reveal:nth-child(5) { transition-delay: 0.28s; }
.trip.reveal:nth-child(2) { transition-delay: 0.08s; }
.trip.reveal:nth-child(3) { transition-delay: 0.16s; }
.trip.reveal:nth-child(4) { transition-delay: 0.24s; }
.prop.reveal:nth-child(2) { transition-delay: 0.1s; }
.prop.reveal:nth-child(3) { transition-delay: 0.2s; }
.review.reveal:nth-child(2) { transition-delay: 0.1s; }
.review.reveal:nth-child(3) { transition-delay: 0.2s; }
.step.reveal:nth-child(2) { transition-delay: 0.08s; }
.step.reveal:nth-child(3) { transition-delay: 0.16s; }
.step.reveal:nth-child(4) { transition-delay: 0.24s; }
.service.reveal:nth-child(2) { transition-delay: 0.07s; }
.service.reveal:nth-child(3) { transition-delay: 0.14s; }
.service.reveal:nth-child(4) { transition-delay: 0.21s; }
.service.reveal:nth-child(5) { transition-delay: 0.28s; }
.service.reveal:nth-child(6) { transition-delay: 0.35s; }
.model.reveal:nth-child(2) { transition-delay: 0.06s; }
.model.reveal:nth-child(3) { transition-delay: 0.12s; }
.model.reveal:nth-child(4) { transition-delay: 0.18s; }
.model.reveal:nth-child(5) { transition-delay: 0.24s; }
.model.reveal:nth-child(6) { transition-delay: 0.30s; }
.model.reveal:nth-child(7) { transition-delay: 0.36s; }
.model.reveal:nth-child(8) { transition-delay: 0.42s; }
.model.reveal:nth-child(9) { transition-delay: 0.48s; }
.issue.reveal:nth-child(2) { transition-delay: 0.07s; }
.issue.reveal:nth-child(3) { transition-delay: 0.14s; }
.issue.reveal:nth-child(4) { transition-delay: 0.21s; }
.issue.reveal:nth-child(5) { transition-delay: 0.28s; }
.issue.reveal:nth-child(6) { transition-delay: 0.35s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
    .reveal, .hero__title, .hero__sub, .hero__cta, .hero__stats, .hero__bg img, .hero__crumb {
        opacity: 1; transform: none !important;
    }
}

/* Subtle "by nkovalcin" attribution in footer */
.footer__credit {
    display: inline-flex; align-items: baseline; gap: 4px;
    font-family: var(--body); font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none; letter-spacing: 0.04em;
    transition: color 0.2s var(--ease);
}
.footer__credit strong {
    color: rgba(255, 255, 255, 0.55); font-weight: 600;
    transition: color 0.2s var(--ease);
}
.footer__credit:hover { color: rgba(255, 255, 255, 0.6); }
.footer__credit:hover strong { color: var(--brand-primary-bright); }
