/* Oway Lab - Premium automotive dark UI */

:root {
    --ol-bg: #0b1020;
    --ol-bg2: #0a132a;
    --ol-panel: rgba(255, 255, 255, 0.08);
    --ol-border: rgba(255, 255, 255, 0.14);
    --ol-text: rgba(255, 255, 255, 0.92);
    --ol-muted: rgba(255, 255, 255, 0.68);
    --ol-accent: #3aa2ff;
    --ol-red: #19e3ff;
    --ol-silver: rgba(212, 221, 230, 0.9);
    --ol-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.ol-body {
    margin: 0;
    color: var(--ol-text);
    background:
        radial-gradient(1000px 650px at 20% -10%, rgba(58, 162, 255, 0.22), transparent 60%),
        radial-gradient(900px 600px at 95% 10%, rgba(25, 227, 255, 0.14), transparent 60%),
        radial-gradient(700px 520px at 50% 115%, rgba(212, 221, 230, 0.12), transparent 60%),
        linear-gradient(180deg, var(--ol-bg), var(--ol-bg2));
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.5;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ol-container {
    width: 100%;
    max-width: 1600px;
    padding: 0 24px;
    margin: 0 auto;
}

/* Loader */
.ol-loader {
    position: fixed;
    inset: 0;
    background: rgba(7, 8, 10, 0.92);
    display: grid;
    place-items: center;
    z-index: 1200;
    backdrop-filter: blur(10px);
}
.ol-loader.is-hiding { opacity: 0; transition: opacity 420ms ease; }
.ol-loader.is-hidden { display: none; }
.ol-loader__inner {
    display: grid;
    gap: 10px;
    place-items: center;
}
.ol-spinner {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-top-color: rgba(47, 129, 255, 0.95);
    box-shadow: 0 0 30px rgba(47, 129, 255, 0.16);
    animation: ol-spin 900ms linear infinite;
}
.ol-loader__text {
    letter-spacing: 0.22em;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}
@keyframes ol-spin { to { transform: rotate(360deg); } }

/* Navbar */
.ol-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background:
        linear-gradient(180deg, rgba(11, 16, 32, 0.72), rgba(11, 16, 32, 0.24));
    border-bottom: 1px solid transparent;
    transition: background 260ms ease, border-color 260ms ease;
    backdrop-filter: blur(10px);
    font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.ol-nav.is-scrolled {
    background: rgba(11, 16, 32, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.35);
}
.ol-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: 76px;
}

.ol-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 14px;
    transition: none;
}
.ol-logo:hover { background: rgba(255, 255, 255, 0.04); }
.ol-logo:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(47, 129, 255, 0.22); }
.ol-logo__img {
    display: block;
    height: 34px;
    width: auto;
}
.ol-logo__mark {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(47, 129, 255, 0.95));
    box-shadow: 0 0 24px rgba(47, 129, 255, 0.30);
}
.ol-logo__text {
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.ol-logo__text span { color: var(--ol-accent); }

.ol-nav__links {
    display: none;
    align-items: center;
    gap: 18px;
}
.ol-nav__link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    padding: 10px 10px;
    border-radius: 10px;
    transition: none;
    position: relative;
}
.ol-nav__link:hover { color: rgba(255, 255, 255, 0.95); background: rgba(255, 255, 255, 0.05); }
.ol-nav__link:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(47, 129, 255, 0.22); }

/* Dropdown */
.ol-nav__drop {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ol-nav__dropbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    font-family: inherit;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
    padding: 10px 10px;
    border-radius: 10px;
    transition: none;
}

.ol-nav__chev {
    display: inline-block;
    font-size: 12px;
    opacity: 0.8;
    transform: translateY(-1px);
    transition: none;
}

.ol-nav__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, -8px);
    min-width: 220px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(10, 11, 16, 0.94);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

/* Dropdown opens only on click (JS toggles .is-drop-open) */
.ol-nav__drop.is-drop-open .ol-nav__dropdown {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.ol-nav__drop.is-drop-open .ol-nav__chev {
    opacity: 1;
    transform: translateY(-1px) rotate(180deg);
}

.ol-nav__dropitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 850;
    font-size: 13px;
    letter-spacing: 0.01em;
    transition: none;
}

.ol-nav__dropitem:hover {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.95);
}

.ol-nav__dropitem:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 129, 255, 0.22);
}

.ol-nav__dropitem.is-active {
    background: rgba(47, 129, 255, 0.15);
    color: var(--ol-accent);
}

/* Custom Language Switcher */
.ol-lang-btn {
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 12px;
    padding: 8px 12px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px !important;
    height: 38px;
}

.ol-lang-btn:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.ol-lang-flag {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.ol-lang-dropdown {
    min-width: 140px !important;
}


.ol-nav__toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    color: var(--ol-text);
    cursor: pointer;
    transition: none;
}
.ol-nav__toggle:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.18);
}
.ol-nav__toggle:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(47, 129, 255, 0.22); }
.ol-burger {
    display: block;
    width: 18px;
    height: 2px;
    background: rgba(255, 255, 255, 0.82);
    margin: 0 auto;
    position: relative;
}
.ol-burger::before,
.ol-burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: rgba(255, 255, 255, 0.82);
}
.ol-burger::before { top: -6px; }
.ol-burger::after { top: 6px; }

.ol-nav.is-open .ol-burger { background: transparent; }
.ol-nav.is-open .ol-burger::before,
.ol-nav.is-open .ol-burger::after {
    top: 0;
}
.ol-nav.is-open .ol-burger::before { transform: rotate(45deg); }
.ol-nav.is-open .ol-burger::after { transform: rotate(-45deg); }
.ol-burger::before,
.ol-burger::after {
    transition: transform 200ms ease, top 200ms ease, background 200ms ease;
}

.ol-nav__cta { display: none; }

/* No hover animation in header; click/active still works */
.ol-nav .btn { transition: none; }
.ol-nav .btn:hover { transform: none; }

.ol-nav.is-open .ol-nav__links {
    display: grid;
    position: absolute;
    top: 76px;
    left: 12px;
    right: 12px;
    padding: 14px;
    gap: 8px;
    border-radius: var(--ol-radius);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(10, 11, 16, 0.92);
    box-shadow: 0 14px 60px rgba(0, 0, 0, 0.55);
    animation: ol-nav-pop 180ms ease-out both;
}
.ol-nav.is-open .ol-nav__cta { display: block; }

@keyframes ol-nav-pop {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 980px) {
    .ol-nav__toggle { display: none; }
    .ol-nav__links {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 8px;
    }
    .ol-nav__cta { display: block; }
    .ol-nav.is-open .ol-nav__links { position: static; padding: 0; background: transparent; box-shadow: none; border: 0; display: flex; }
}

@media (max-width: 979px) {
    .ol-nav__drop {
        display: grid;
        width: 100%;
    }

    .ol-nav__dropbtn {
        width: 100%;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .ol-nav__dropdown {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        transform: none;
        padding: 0;
        border: 0;
        border-radius: 14px;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 220ms ease;
    }

    .ol-nav__drop.is-drop-open .ol-nav__dropdown {
        max-height: 220px;
        transform: none;
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        background: rgba(255, 255, 255, 0.04);
    }
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: transform 160ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.btn:hover { transform: translateY(-1px); background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.18); }
.btn:active { transform: translateY(0); }

.btn-primary {
    background: linear-gradient(180deg, rgba(47, 129, 255, 0.95), rgba(0, 209, 255, 0.92));
    border-color: rgba(47, 129, 255, 0.35);
    box-shadow: 0 10px 40px rgba(47, 129, 255, 0.18);
}
.btn-primary:hover {
    box-shadow: 0 14px 55px rgba(47, 129, 255, 0.24);
}
.btn-secondary {
    background: rgba(255, 255, 255, 0.06);
}
.btn-ghost {
    background: transparent;
}
.btn-glow {
    position: relative;
    overflow: hidden;
}
.btn-glow::after {
    content: '';
    position: absolute;
    inset: -40px -120px;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.45), transparent 55%);
    transform: translateX(-30%);
    opacity: 0.65;
    animation: ol-sheen 2.8s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ol-sheen {
    0%, 100% { transform: translateX(-28%); opacity: 0.55; }
    50% { transform: translateX(18%); opacity: 0.85; }
}

/* Text */
.ol-h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.ol-h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.ol-muted { color: var(--ol-muted); margin: 0.35rem 0 0; }

.ol-section {
    padding: 86px 0;
    position: relative;
    isolation: isolate;
}
.ol-section > .ol-container { position: relative; z-index: 1; }
.ol-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background: none;
}
.ol-section--alt { background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.00)); }
.ol-section__head { margin-bottom: 26px; }

.ol-section__head--core .ol-eyebrow {
    margin-bottom: 10px;
}

.ol-underbar {
    width: 54px;
    height: 3px;
    border-radius: 999px;
    margin-top: 14px;
    background: linear-gradient(90deg, rgba(47, 129, 255, 0.95), rgba(0, 209, 255, 0.92));
    box-shadow: 0 10px 30px rgba(47, 129, 255, 0.16);
}

/* Section backgrounds (inspired by modern autoparts templates; not a 1:1 copy) */
#services.ol-section::before {
    opacity: 1;
    background:
        radial-gradient(900px 520px at 10% 20%, rgba(58, 162, 255, 0.18), transparent 60%),
        radial-gradient(720px 520px at 92% 35%, rgba(25, 227, 255, 0.10), transparent 58%);
}

#products.ol-section::before {
    opacity: 1;
    background:
        radial-gradient(900px 520px at 85% 25%, rgba(58, 162, 255, 0.16), transparent 60%),
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.05) 0,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 14px
        );
}

#showcase.ol-section::before {
    opacity: 1;
    background:
        radial-gradient(860px 520px at 50% 0%, rgba(212, 221, 230, 0.12), transparent 62%),
        radial-gradient(760px 520px at 20% 65%, rgba(58, 162, 255, 0.10), transparent 62%);
}

#gallery.ol-section::before {
    opacity: 1;
    background:
        radial-gradient(900px 560px at 18% 30%, rgba(58, 162, 255, 0.12), transparent 62%),
        radial-gradient(900px 560px at 82% 70%, rgba(25, 227, 255, 0.08), transparent 62%);
}

#pricing.ol-section::before {
    opacity: 1;
    background:
        radial-gradient(900px 560px at 50% 30%, rgba(58, 162, 255, 0.14), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

#contact.ol-section::before {
    opacity: 1;
    background:
        radial-gradient(980px 620px at 12% 70%, rgba(58, 162, 255, 0.12), transparent 62%),
        radial-gradient(780px 540px at 88% 65%, rgba(212, 221, 230, 0.10), transparent 62%);
}

/* Core services carousel (Bootstrap-like: captions + indicators + controls) */
.ol-bleed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.ol-carousel {
    margin-top: 22px;
    position: relative;
    overflow: hidden;
    border-radius: var(--ol-radius);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 22px 90px rgba(0, 0, 0, 0.55);
}

.ol-carousel:focus-within {
    outline: none;
}

.ol-carousel__inner {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform 420ms ease;
    will-change: transform;
}

.ol-carousel__item {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: calc(100vh - 76px);
    max-height: 680px;
    min-height: 460px;
    overflow: hidden;
    background: none;
}

.ol-carousel__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--ol-carousel-bg);
    background-size: cover;
    background-position: center;
    filter: saturate(1.06) contrast(1.06);
    transform: scale(1.02);
}

.ol-carousel__item::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 520px at 20% 30%, rgba(58, 162, 255, 0.16), transparent 62%),
        linear-gradient(90deg, rgba(7, 8, 10, 0.86), rgba(7, 8, 10, 0.38) 60%, rgba(7, 8, 10, 0.80)),
        linear-gradient(180deg, rgba(7, 8, 10, 0.00) 0%, rgba(7, 8, 10, 0.58) 100%);
}

.ol-carousel__caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 46px;
    z-index: 1;
    max-width: 66ch;
    padding: 0;
    display: grid;
    gap: 10px;
    border-radius: 0;
    border: none;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.ol-carousel__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(47, 129, 255, 0.95);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.40);
}

.ol-carousel__icon svg { width: 22px; height: 22px; }

.ol-carousel__title {
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: clamp(22px, 3.2vw, 44px);
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 10px 34px rgba(0, 0, 0, 0.75);
}

.ol-carousel__desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    font-size: clamp(13px, 1.55vw, 16px);
    line-height: 1.55;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.70);
}

.ol-carousel__tag {
    justify-self: start;
    margin-top: 2px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgba(212, 221, 230, 0.92);
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.70);
}

.ol-carousel__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
    margin-top: 6px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(47, 129, 255, 0.95);
    text-decoration: none;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.70);
    transition: color 200ms ease, transform 200ms ease;
}

.ol-carousel__more:hover {
    color: rgba(0, 209, 255, 0.92);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ol-carousel__more:active { transform: translateY(1px); }

.ol-carousel__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 8, 10, 0.32);
    color: rgba(255, 255, 255, 0.92);
    display: grid;
    place-items: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ol-carousel__control:hover {
    background: rgba(7, 8, 10, 0.50);
    border-color: rgba(255, 255, 255, 0.18);
}

.ol-carousel__control:active { transform: translateY(-50%) scale(0.98); }

.ol-carousel__control:focus-visible,
.ol-carousel__indicator:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 129, 255, 0.22);
}

.ol-carousel__control--prev { left: 14px; }
.ol-carousel__control--next { right: 14px; }
.ol-carousel__control span { font-size: 28px; line-height: 1; }

.ol-carousel__indicators {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 14px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 8px 14px;
    transform: translateX(-50%);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 8, 10, 0.28);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 55px rgba(0, 0, 0, 0.40);
}

.ol-carousel__indicator {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: width 220ms ease, background 220ms ease, border-color 220ms ease;
}

.ol-carousel__indicator:hover { background: rgba(255, 255, 255, 0.22); }

.ol-carousel__indicator[aria-current='true'] {
    width: 28px;
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(90deg, rgba(47, 129, 255, 0.95), rgba(0, 209, 255, 0.92));
}

.ol-services-mini__head {
    margin-top: 22px;
    max-width: 72ch;
}
.ol-services-mini__head .ol-eyebrow { margin-bottom: 6px; }
.ol-services-mini { margin-top: 14px; }

@media (min-width: 980px) {
    .ol-carousel__item {
        height: calc(100vh - 76px);
        max-height: 720px;
        min-height: 560px;
    }
    .ol-carousel__caption {
        left: 40px;
        right: 40px;
        bottom: 52px;
        padding: 0;
        max-width: 72ch;
    }
    .ol-carousel__control { width: 54px; height: 54px; }
}

@media (max-width: 480px) {
    .ol-carousel__item { min-height: 420px; }
    .ol-carousel__caption { padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .ol-carousel__inner { transition: none; }
}

.ol-grid {
    display: grid;
    gap: 16px;
}
.ol-grid--2 { grid-template-columns: 1fr; }
.ol-grid--3 { grid-template-columns: 1fr; }
.ol-grid--4 { grid-template-columns: 1fr; }
@media (min-width: 740px) {
    .ol-grid--2 { grid-template-columns: 1fr 1fr; }
    .ol-grid--3 { grid-template-columns: repeat(2, 1fr); }
    .ol-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
    .ol-grid--3 { grid-template-columns: repeat(3, 1fr); }
    .ol-grid--4 { grid-template-columns: repeat(4, 1fr); }
}

/* Cards */
.ol-card {
    position: relative;
    border-radius: var(--ol-radius);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.ol-card:hover { border-color: rgba(255, 255, 255, 0.16); }
.ol-card__glow {
    content: '';
    position: absolute;
    inset: -60px;
    background: radial-gradient(circle at 30% 30%, rgba(47, 129, 255, 0.20), transparent 55%),
                radial-gradient(circle at 90% 10%, rgba(212, 221, 230, 0.10), transparent 55%);
    opacity: 0;
    transition: opacity 240ms ease;
    pointer-events: none;
}
.ol-card:hover .ol-card__glow { opacity: 1; }

/* Hero */
.ol-main { padding-top: 76px; }
.ol-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    display: grid;
    align-items: center;
    overflow: hidden;
}
.ol-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: translate3d(0, 0, 0) scale(1.06);
    filter: saturate(1.08) contrast(1.05);
    will-change: transform;
}
.ol-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 520px at 30% 35%, rgba(47, 129, 255, 0.26), transparent 60%),
        radial-gradient(780px 500px at 80% 30%, rgba(0, 209, 255, 0.16), transparent 55%),
        linear-gradient(90deg, rgba(7, 8, 10, 0.82), rgba(7, 8, 10, 0.55) 55%, rgba(7, 8, 10, 0.88));
}
.ol-hero__content {
    position: relative;
    padding: 68px 0;
    display: grid;
    gap: 20px;
}
.ol-eyebrow {
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(212, 221, 230, 0.85);
}
.ol-hero__title {
    margin: 10px 0 0;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.ol-hero__sub {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    max-width: 56ch;
}
.ol-hero__actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; }
.ol-hero__bullets { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.ol-pill {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    font-size: 12px;
}

.ol-hero__stats {
    display: grid;
    gap: 12px;
    justify-content: end;
    align-content: start;
}
.ol-statcard {
    width: min(260px, 88vw);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 11, 16, 0.60);
    backdrop-filter: blur(10px);
    padding: 14px 14px;
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
}
.ol-statcard__k { font-weight: 500; font-size: 22px; letter-spacing: -0.02em; }
.ol-statcard__v { color: rgba(255, 255, 255, 0.68); font-weight: 500; font-size: 12px; }
.float-1 { animation: ol-float 4.6s ease-in-out infinite; }
.float-2 { animation: ol-float 5.2s ease-in-out infinite; }
.float-3 { animation: ol-float 5.8s ease-in-out infinite; }
@keyframes ol-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (min-width: 980px) {
    .ol-hero__content { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
    .ol-hero__title { font-size: 58px; }
}

/* Services */
.ol-service { padding: 18px 18px 16px; transition: transform 180ms ease; }
.ol-service:hover { transform: translateY(-4px); }
.ol-service__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.92);
    background: linear-gradient(180deg, rgba(47, 129, 255, 0.16), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(47, 129, 255, 0.22);
    box-shadow: 0 16px 50px rgba(47, 129, 255, 0.08);
    margin-bottom: 12px;
}
.ol-service__icon svg { width: 22px; height: 22px; }

.ol-featured-services { margin-top: 22px; }

@media (min-width: 740px) {
    .ol-featured-services.ol-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ol-featured-services .ol-featured:nth-child(3) {
        grid-column: 1 / -1;
    }
}

.ol-featured {
    position: relative;
    isolation: isolate;
    min-height: 420px;
    transition: transform 180ms ease;
    background: none;
    backdrop-filter: none;
}

.ol-featured:hover { transform: translateY(-4px); }

.ol-featured__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 360ms ease;
    filter: saturate(1.06) contrast(1.06);
    z-index: 0;
}

.ol-featured:hover .ol-featured__bg { transform: scale(1.08); }

.ol-featured__collage {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
}

.ol-featured__collage img {
    width: 25%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    filter: saturate(1.05) contrast(1.05);
    flex-shrink: 0;
}

.ol-featured__collage {
    transform: scale(1.02);
    transition: transform 360ms ease;
}

.ol-featured:hover .ol-featured__collage {
    transform: scale(1.06);
}

.ol-featured::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(900px 520px at 20% 30%, rgba(58, 162, 255, 0.15), transparent 62%),
        linear-gradient(180deg, rgba(7, 8, 10, 0.00) 40%, rgba(7, 8, 10, 0.85) 100%);
}

.ol-featured .ol-carousel__caption {
    z-index: 1;
    left: 18px;
    right: 18px;
    bottom: 22px;
    max-width: 46ch;
}

.ol-featured .ol-carousel__title {
    font-size: clamp(18px, 2.2vw, 28px);
}

.ol-featured .ol-carousel__desc {
    font-size: 14px;
}

@media (max-width: 480px) {
    .ol-featured { min-height: 380px; }
    .ol-featured .ol-carousel__caption { left: 14px; right: 14px; bottom: 18px; }
}
.ol-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
}
.ol-link:hover { color: rgba(47, 129, 255, 0.95); }

/* Products */
.ol-product { transition: transform 180ms ease; }
.ol-product:hover { transform: translateY(-4px); }
.ol-product__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.ol-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 300ms ease;
}
.ol-product:hover .ol-product__media img { transform: scale(1.08); }
.ol-product__body { padding: 14px 14px 16px; display: grid; gap: 10px; }
.ol-product__title { margin: 0; font-weight: 500; }
.ol-product__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ol-price { color: rgba(212, 221, 230, 0.92); font-weight: 500; }
.ol-rating { display: inline-flex; gap: 2px; }
.ol-star { font-size: 13px; color: rgba(255, 255, 255, 0.22); }
.ol-star.is-on { color: rgba(47, 129, 255, 0.95); text-shadow: 0 0 14px rgba(47, 129, 255, 0.20); }
.ol-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(47, 129, 255, 0.34);
    background: rgba(47, 129, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
}

/* Stats */
.ol-stat { padding: 18px; text-align: center; }
.ol-stat__k { font-weight: 500; font-size: 30px; letter-spacing: -0.03em; color: rgba(255, 255, 255, 0.92); }
.ol-stat__v { margin-top: 6px; color: rgba(255, 255, 255, 0.66); font-weight: 500; font-size: 13px; }

/* Compare */
.ol-compare { padding: 14px; }
.ol-compare__frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    aspect-ratio: 4 / 3;
    --pos: 56%;
    touch-action: none;
    cursor: ew-resize;
    user-select: none;
}
.ol-compare__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.06) contrast(1.04);
}
.ol-compare__after {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    clip-path: inset(0 0 0 var(--pos));
    filter: saturate(1.06) contrast(1.04);
}
.ol-compare__handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(47, 129, 255, 0.92);
    left: var(--pos);
    box-shadow: 0 0 24px rgba(47, 129, 255, 0.25);
}
.ol-compare__handle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: rgba(10, 11, 16, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 14px 60px rgba(0, 0, 0, 0.55),
        0 0 24px rgba(47, 129, 255, 0.18);
}
.ol-compare__label {
    position: absolute;
    top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 8, 10, 0.55);
    color: rgba(255, 255, 255, 0.86);
}
.ol-compare__label--l { left: 10px; }
.ol-compare__label--r { right: 10px; }
.ol-compare__range { width: 100%; margin-top: 12px; }
.ol-compare__caption { margin-top: 10px; font-weight: 500; color: rgba(255, 255, 255, 0.86); }

/* Gallery (vertical pattern 1-3-2, repeats) */
.ol-masonry {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 740px) {
    .ol-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }
}

@media (min-width: 1100px) {
    .ol-masonry {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 110px;
        grid-auto-flow: row dense;
    }
}

.ol-shot {
    margin: 0;
    height: 100%;
    border-radius: var(--ol-radius);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
}

/* Desktop pattern: 1-3-2 per 6 items (by columns) */
@media (min-width: 1100px) {
    /* default sizes for this layout */
    .ol-shot { grid-column: auto; grid-row: span 2; }

    /* column 1: 1 tall tile (same total height as the other columns in the group) */
    .ol-shot:nth-child(6n + 1) { grid-column: 1; grid-row: span 6; }

    /* column 2: 3 stacked tiles */
    .ol-shot:nth-child(6n + 2),
    .ol-shot:nth-child(6n + 3),
    .ol-shot:nth-child(6n + 4) { grid-column: 2; grid-row: span 2; }

    /* column 3: 2 stacked tiles (each taller) */
    .ol-shot:nth-child(6n + 5),
    .ol-shot:nth-child(6n + 6) { grid-column: 3; grid-row: span 3; }
}
.ol-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 320ms ease;
}
.ol-shot:hover img { transform: scale(1.07); }
.ol-shot figcaption {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: end;
    gap: 6px;
    padding: 16px;
    background: linear-gradient(180deg, transparent 40%, rgba(7, 8, 10, 0.85));
    opacity: 0;
    transition: opacity 240ms ease;
}
.ol-shot:hover figcaption { opacity: 1; }
.ol-shot__brand { font-weight: 500; letter-spacing: -0.02em; }
.ol-shot__cta { color: rgba(47, 129, 255, 0.95); font-weight: 500; }

/* Testimonials */
.ol-testimonial { padding: 16px; }
.ol-testimonial__top { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 10px; }
.ol-avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 500;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), rgba(47, 129, 255, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}
.ol-testimonial__name { font-weight: 500; }
.ol-testimonial__car { color: rgba(255, 255, 255, 0.62); font-weight: 500; font-size: 12px; }

/* Pricing */
.ol-pricecard { padding: 18px; display: grid; gap: 14px; }
.ol-pricecard__head { display: grid; gap: 6px; }
.ol-pricecard__name { font-weight: 500; font-size: 16px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(212, 221, 230, 0.86); }
.ol-pricecard__price { font-weight: 500; font-size: 30px; letter-spacing: -0.03em; }
.ol-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(47, 129, 255, 0.32);
    background: rgba(47, 129, 255, 0.14);
    font-weight: 500;
    font-size: 12px;
    width: fit-content;
}
.ol-pricecard.is-highlight {
    border-color: rgba(47, 129, 255, 0.32);
    box-shadow: 0 22px 80px rgba(47, 129, 255, 0.10);
}
.ol-list { margin: 0; padding: 0 0 0 18px; color: rgba(255, 255, 255, 0.74); font-weight: 500; }
.ol-list li { margin: 7px 0; }

/* Booking CTA */
.ol-cta { padding: 84px 0 110px; }
.ol-cta__panel {
    border-radius: calc(var(--ol-radius) + 6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(900px 500px at 18% 40%, rgba(47, 129, 255, 0.22), transparent 55%),
        radial-gradient(700px 460px at 90% 20%, rgba(212, 221, 230, 0.10), transparent 55%),
        rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    padding: 22px;
    display: grid;
    gap: 20px;
    align-items: center;
}
.ol-cta__actions { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; }
.ol-cta__aside {
    display: none;
    justify-content: end;
}
.ol-cta__aside img { width: 180px; opacity: 0.95; filter: drop-shadow(0 18px 60px rgba(0,0,0,0.55)); }
@media (min-width: 980px) {
    .ol-cta__panel { grid-template-columns: 1.2fr 0.8fr; padding: 28px; }
    .ol-cta__aside { display: flex; }
}

/* Contact */
.ol-contact { margin-top: 14px; display: grid; gap: 10px; }
.ol-contact__k { display: inline-block; width: 92px; color: rgba(255, 255, 255, 0.62); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; }
.ol-contact__v { color: rgba(255, 255, 255, 0.88); font-weight: 500; }
.ol-social { margin-top: 14px; display: flex; gap: 10px; }
.ol-social__btn {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
}
.ol-social__btn:hover { border-color: rgba(47, 129, 255, 0.26); color: rgba(47, 129, 255, 0.95); }
.ol-map iframe {
    width: 100%;
    height: 340px;
    border: 0;
    border-radius: var(--ol-radius);
    filter: grayscale(1) contrast(1.02) brightness(0.9);
}

/* Footer */
.ol-footer {
    padding: 44px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.03);
}
.ol-footer__grid {
    display: grid;
    gap: 18px;
}
.ol-footer__brand {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ol-footer__brandlogo {
    display: block;
    height: 34px;
    width: auto;
}
.ol-footer__brand span { color: var(--ol-accent); }
.ol-footer__h { font-weight: 500; margin-bottom: 10px; color: rgba(212, 221, 230, 0.9); }
.ol-footer a { display: block; padding: 6px 0; color: rgba(255, 255, 255, 0.72); font-weight: 500; }
.ol-footer a:hover { color: rgba(47, 129, 255, 0.95); }
.ol-footer__bottom { margin-top: 18px; color: rgba(255, 255, 255, 0.52); font-weight: 500; font-size: 12px; }
@media (min-width: 860px) { .ol-footer__grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; } }

/* Floating contact buttons */
.ol-fab {
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: grid;
    gap: 10px;
    z-index: 1150;
}
.ol-fab__btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 70px rgba(0, 0, 0, 0.55);
}
.ol-fab__btn:hover { border-color: rgba(47, 129, 255, 0.26); color: rgba(47, 129, 255, 0.95); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Simple offsets for anchored sections */
#services, #products, #showcase, #gallery, #pricing, #contact, #testimonials, #why,
#service-paint, #service-film, #service-mat, #service-ppf, #product-mat, #product-accessories {
    scroll-margin-top: 92px;
}

/* Keep tutorial forms/tables readable if visited */
table { border-collapse: collapse; width: 100%; }
th, td { padding: 10px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
th { color: rgba(212, 221, 230, 0.9); font-weight: 500; }
input, select, textarea {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.92);
    padding: 10px 12px;
}
input:focus, textarea:focus {
    outline: none;
    border-color: rgba(47, 129, 255, 0.35);
    box-shadow: 0 0 0 3px rgba(47, 129, 255, 0.12);
}




