/* Savalia Electricals - Industrial Theme */
:root {
    --primary: #0056a0;
    --primary-dark: #003d73;
    --secondary: #f58220;
    --secondary-dark: #d96d0f;
    --dark: #1a2332;
    --gray: #6b7280;
    --gray-light: #f3f4f6;
    --light: #f3f4f6;
    --white: #ffffff;
    --success: #10b981;
    --error: #ef4444;
    --whatsapp: #25d366;
    --shadow: 0 4px 20px rgba(0,0,0,0.1);
    --radius: 8px;
    --transition: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--dark);
    line-height: 1.6;
    background: var(--white);
    overflow-x: hidden;
    max-width: 100%;
}

main {
    overflow-x: hidden;
    max-width: 100%;
}
html[lang="gu"] body { font-family: 'Noto Sans Gujarati', 'Inter', sans-serif; }
html[lang="hi"] body,
html[lang="mr"] body { font-family: 'Noto Sans Devanagari', 'Inter', sans-serif; }
html[lang="ta"] body { font-family: 'Noto Sans Tamil', 'Inter', sans-serif; }
html[lang="te"] body { font-family: 'Noto Sans Telugu', 'Inter', sans-serif; }
html[lang="bn"] body { font-family: 'Noto Sans Bengali', 'Inter', sans-serif; }
html[lang="ur"] body { font-family: 'Noto Nastaliq Urdu', 'Inter', sans-serif; }
html[lang="kn"] body { font-family: 'Noto Sans Kannada', 'Inter', sans-serif; }
html[lang="or"] body { font-family: 'Noto Sans Oriya', 'Inter', sans-serif; }
html[lang="ml"] body { font-family: 'Noto Sans Malayalam', 'Inter', sans-serif; }
html[lang="ur"] .top-bar-inner,
html[lang="ur"] .header-inner,
html[lang="ur"] .footer-inner { direction: rtl; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--secondary); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.site-header .container { max-width: 1320px; }
.section { padding: 80px 0; }
.section-gray { background: var(--gray-light); }
.section-dark { background: var(--dark); color: var(--white); }
.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; }

/* Top Bar */
.top-bar { background: var(--dark); color: var(--white); font-size: 0.85rem; padding: 8px 0; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-bar-left { display: flex; gap: 20px; }
.top-bar-left a { color: var(--white); opacity: 0.9; }
.top-bar-left a:hover { opacity: 1; color: var(--secondary); }
.lang-switcher { display: flex; gap: 4px; flex-wrap: nowrap; align-items: center; overflow-x: auto; max-width: min(520px, 55vw); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.lang-switcher::-webkit-scrollbar { display: none; }
.lang-link {
    color: var(--white);
    opacity: 0.72;
    padding: 2px 4px;
    border-radius: 0;
    font-size: 0.72rem;
    line-height: 1.3;
    background: transparent;
    white-space: nowrap;
}
.lang-link:hover {
    opacity: 1;
    color: var(--secondary);
    background: transparent;
}
.lang-link.active {
    opacity: 1;
    background: transparent;
    color: var(--secondary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Header */
.site-header { background: var(--white); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 1100; }
.site-header__bar,
.header-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 10px 0;
    min-height: 64px;
}
.logo { display: flex; align-items: center; gap: 10px; color: var(--dark); flex-shrink: 0; min-width: 0; max-width: min(240px, 28vw); overflow: visible; }
.logo-icon { font-size: 1.65rem; color: var(--secondary); flex-shrink: 0; line-height: 1; }
.logo-text { min-width: 0; overflow: visible; padding: 2px 0; }
.logo-text strong {
    display: block;
    font-size: 1.05rem;
    color: var(--primary);
    line-height: 1.35;
    white-space: nowrap;
    overflow: visible;
    padding-top: 2px;
}
.logo-text small {
    display: block;
    font-size: 0.62rem;
    color: var(--gray);
    line-height: 1.3;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0;
}
.main-nav ul { display: flex; align-items: center; gap: 1px; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; justify-content: flex-end; min-width: 0; }
.main-nav li { margin: 0; flex-shrink: 0; }
.main-nav a {
    color: var(--dark);
    font-weight: 500;
    padding: 6px 7px 10px;
    border-radius: var(--radius);
    font-size: 0.82rem;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    line-height: 1.25;
}
.main-nav a:hover:not(.active):not(.nav-cta) { color: var(--primary); background: var(--gray-light); }
.main-nav a.active:not(.nav-cta) {
    color: var(--primary);
    background: transparent;
    font-weight: 600;
}
.main-nav a.active:not(.nav-cta)::after {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 2px;
    height: 2px;
    background: var(--primary);
    border-radius: 999px;
}
.main-nav a.nav-cta.active {
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.55);
}
.main-nav a.nav-cta,
.main-nav a.nav-cta:hover,
.main-nav a.nav-cta:focus-visible {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    white-space: nowrap;
    padding: 7px 14px;
    font-size: 0.78rem;
    margin-left: 6px;
    max-width: none;
    overflow: visible;
}
.main-nav a.nav-cta:hover,
.main-nav a.nav-cta:focus-visible {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
}
.mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 5px; flex-shrink: 0; }
.mobile-toggle span { width: 25px; height: 3px; background: var(--dark); border-radius: 2px; transition: var(--transition); transform-origin: center; }
.mobile-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
body.menu-open {
    overflow: hidden;
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
}
body.menu-open html {
    overflow: hidden;
}

.top-bar {
    overflow-x: hidden;
    max-width: 100%;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .site-header__bar,
    .header-inner { gap: 8px; }
    .logo { max-width: min(200px, 24vw); }
    .logo-text small { display: none; }
    .main-nav { gap: 4px; }
    .main-nav ul { gap: 0; }
    .main-nav a { padding: 6px 5px 10px; font-size: 0.74rem; }
    .main-nav a.nav-cta { padding: 6px 10px; font-size: 0.72rem; margin-left: 4px; }
    html[lang="gu"] .main-nav a:not(.nav-cta) { font-size: 0.86rem; padding: 6px 6px 10px; }
    html[lang="gu"] .main-nav a.nav-cta { font-size: 0.84rem; padding: 7px 12px; }
}

html[lang="ta"] .main-nav a:not(.nav-cta),
html[lang="te"] .main-nav a:not(.nav-cta),
html[lang="hi"] .main-nav a:not(.nav-cta),
html[lang="mr"] .main-nav a:not(.nav-cta) {
    font-size: 0.76rem;
    padding: 6px 5px 10px;
}

html[lang="hi"] .logo-text strong,
html[lang="hi"] .logo-text small,
html[lang="mr"] .logo-text strong,
html[lang="mr"] .logo-text small,
html[lang="hi"] .footer-logo strong,
html[lang="mr"] .footer-logo strong {
    font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
}
html[lang="hi"] .logo-text strong,
html[lang="mr"] .logo-text strong,
html[lang="ta"] .logo-text strong,
html[lang="te"] .logo-text strong {
    line-height: 1.45;
    padding-top: 2px;
}
html[lang="ta"] .logo-text strong,
html[lang="ta"] .logo-text small,
html[lang="ta"] .footer-logo strong {
    font-family: 'Noto Sans Tamil', 'Inter', sans-serif;
}
html[lang="te"] .logo-text strong,
html[lang="te"] .logo-text small,
html[lang="te"] .footer-logo strong {
    font-family: 'Noto Sans Telugu', 'Inter', sans-serif;
}

html[lang="gu"] .logo-text strong,
html[lang="gu"] .logo-text small,
html[lang="gu"] .footer-logo strong {
    font-family: 'Noto Sans Gujarati', 'Inter', sans-serif;
}
html[lang="gu"] .logo {
    max-width: min(290px, 34vw);
    align-items: center;
}
html[lang="gu"] .logo-text {
    overflow: visible;
    padding: 4px 0;
}
html[lang="gu"] .logo-text strong {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 3px;
    padding-bottom: 1px;
}
html[lang="gu"] .logo-text small {
    font-size: 0.66rem;
    font-weight: 500;
    line-height: 1.4;
}
html[lang="gu"] .site-header__bar,
html[lang="gu"] .header-inner {
    padding-top: 11px;
    padding-bottom: 11px;
    min-height: 70px;
}

/* Gujarati navbar — readable Noto Sans Gujarati sizing */
html[lang="gu"] .main-nav a:not(.nav-cta) {
    font-family: 'Noto Sans Gujarati', 'Inter', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 7px 8px 10px;
    line-height: 1.35;
}
html[lang="gu"] .main-nav a.nav-cta {
    font-family: 'Noto Sans Gujarati', 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 16px;
}

html[lang="ta"] .logo-text small,
html[lang="te"] .logo-text small {
    display: none;
}

@media (min-width: 1200px) {
    html[lang="ta"] .main-nav a:not(.nav-cta),
    html[lang="te"] .main-nav a:not(.nav-cta) {
        font-size: 0.78rem;
    }
}

@media (min-width: 1400px) {
    .site-header__bar,
    .header-inner { gap: 16px; padding: 12px 0; }
    .logo { max-width: 260px; }
    .logo-icon { font-size: 1.85rem; }
    .logo-text strong { font-size: 1.12rem; }
    .logo-text small { font-size: 0.66rem; }
    .main-nav ul { gap: 2px; }
    .main-nav a { padding: 7px 9px 10px; font-size: 0.86rem; }
    .main-nav a.nav-cta { padding: 8px 16px; font-size: 0.82rem; }
    html[lang="ta"] .main-nav a:not(.nav-cta),
    html[lang="te"] .main-nav a:not(.nav-cta) {
        font-size: 0.8rem;
    }
    html[lang="gu"] .main-nav a:not(.nav-cta) {
        font-size: 0.95rem;
        padding: 8px 10px 11px;
    }
    html[lang="gu"] .main-nav a.nav-cta {
        font-size: 0.92rem;
        padding: 9px 18px;
    }
    html[lang="ta"] .logo-text small,
    html[lang="te"] .logo-text small {
        display: block;
    }
}

/* Buttons */
.btn { display: inline-block; padding: 12px 28px; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; border: 2px solid transparent; cursor: pointer; transition: var(--transition); text-align: center; }
.btn-primary { background: var(--primary); color: var(--white); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: var(--white); }
.btn-secondary { background: var(--secondary); color: var(--white); border-color: var(--secondary); }
.btn-secondary:hover { background: var(--secondary-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--primary); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); border-color: var(--whatsapp); }
.btn-whatsapp:hover { background: #1da851; color: var(--white); }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-block { display: block; width: 100%; }

/* Hero Slider */
.hero-slider {
    position: relative;
    height: 700px;
    overflow: hidden;
    background: var(--primary-dark);
}

/* Premium Hero — full-screen cinematic */
.hero-premium {
    position: relative;
    overflow: hidden;
    background: #0a1628;
}
:root {
    --hero-header-h: 132px;
}
.hero-premium--fullscreen {
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.hero-premium__stage {
    position: relative;
    width: 100%;
    height: calc(100svh - var(--hero-header-h));
    height: calc(100dvh - var(--hero-header-h));
    max-height: calc(100svh - var(--hero-header-h));
    min-height: 520px;
    overflow: hidden;
}
.hero-premium__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: 72% center;
    background-repeat: no-repeat;
    transform: scale(1.06);
    filter: saturate(1.05);
    z-index: 0;
}
.hero-premium__video {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
    transform: scale(1.06);
    filter: saturate(1.05);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.7s ease;
    pointer-events: none;
}
.hero-premium__video.is-playing {
    opacity: 1;
}
@media (min-width: 993px) {
    .hero-premium--has-video .hero-premium__video--desktop {
        display: block;
    }
}
@media (max-width: 992px) {
    .hero-premium--has-video .hero-premium__video--mobile {
        display: block;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-premium__video {
        display: none !important;
    }
}
.hero-premium__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(0, 15, 35, 0.92) 0%,
            rgba(0, 28, 56, 0.78) 28%,
            rgba(0, 45, 90, 0.48) 46%,
            rgba(0, 61, 115, 0.12) 62%,
            transparent 80%);
    z-index: 1;
    pointer-events: none;
}
.hero-premium__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, transparent 35%, transparent 65%, rgba(0, 10, 25, 0.45) 100%),
        radial-gradient(ellipse 90% 70% at 85% 50%, rgba(245, 130, 32, 0.08) 0%, transparent 55%);
    z-index: 1;
    pointer-events: none;
}
.hero-premium__glow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 40%;
    background: radial-gradient(ellipse at 20% 100%, rgba(245, 130, 32, 0.2) 0%, transparent 65%);
    z-index: 1;
    pointer-events: none;
}
.hero-premium__accent-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 50%, var(--secondary) 100%);
    z-index: 3;
}

/* Section decorative grain/spice images */
.section-decor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.section-decor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}
.hero-premium__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: clamp(20px, 3vh, 40px) clamp(20px, 4vw, 48px) clamp(20px, 3vh, 40px) clamp(28px, 6vw, 96px);
    min-height: unset;
    overflow: visible;
}
.hero-premium__inner.container {
    max-width: none;
}
.hero-premium__content {
    max-width: min(600px, 46vw);
    margin: 0;
    padding: 0 0 0 clamp(16px, 2vw, 24px);
    border-left: 4px solid var(--secondary);
}
body.has-premium-hero {
    scroll-snap-type: y proximity;
}
body.has-premium-hero .counters {
    scroll-snap-align: start;
}
@media (max-height: 820px) {
    .hero-premium__stage {
        min-height: 460px;
    }
    .hero-premium__inner {
        padding: clamp(12px, 2vh, 24px) 20px;
    }
    .hero-premium__badge {
        margin-bottom: 10px;
        padding: 5px 12px 5px 9px;
    }
    .hero-premium__title {
        font-size: clamp(1.65rem, 3.2vw, 2.35rem);
        margin-bottom: 8px;
    }
    .hero-premium__subtitle {
        font-size: 0.92rem;
        margin-bottom: 14px;
        line-height: 1.45;
    }
    .hero-premium__features {
        gap: 10px 6px;
        margin-bottom: 14px;
    }
    .hero-premium__feature-icon {
        width: 30px;
        height: 30px;
    }
    .hero-premium__feature-icon svg {
        width: 15px;
        height: 15px;
    }
    .hero-premium__feature-label {
        font-size: 0.62rem;
    }
    .hero-premium__btn-primary,
    .hero-premium__btn-video {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.85rem;
    }
}
.hero-premium__split,
.hero-premium__panel,
.hero-premium__deco,
.hero-premium__visual,
.hero-premium__visual-img,
.hero-premium__visual-fade,
.hero-premium__visual-accent,
.hero-premium__bg-wrap,
.hero-premium__grid,
.hero-premium__image,
.hero-premium__frame,
.hero-premium__banner-img {
    display: none;
}
.hero-premium__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px 8px 14px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 22px;
    box-shadow: 0 4px 24px rgba(245, 130, 32, 0.45);
}
.hero-premium__badge svg {
    color: #fff;
    flex-shrink: 0;
}
.hero-premium__title {
    font-family: 'Inter', 'Noto Sans Devanagari', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.08;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
    position: relative;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
}
.hero-premium__title::after {
    content: '';
    display: block;
    width: 72px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), #ffc766);
    border-radius: 2px;
    margin-top: 16px;
    box-shadow: 0 0 20px rgba(245, 130, 32, 0.5);
}
.hero-premium__subtitle {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 480px;
    font-weight: 400;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.hero-premium__features {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 30px;
    max-width: 560px;
}
.hero-premium__features li {
    flex: 0 1 auto;
    min-width: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 10px;
    padding: 9px 16px 9px 10px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: var(--transition);
}
.hero-premium__features li:hover {
    background: rgba(245, 130, 32, 0.15);
    border-color: rgba(245, 130, 32, 0.45);
    transform: translateY(-2px);
}
.hero-premium__feature-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(245, 130, 32, 0.25);
    color: #ffc766;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero-premium__feature-icon svg {
    width: 16px;
    height: 16px;
}
.hero-premium__feature-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.25;
    max-width: 140px;
}
.hero-premium__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.hero-premium__btn-primary {
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    border-color: var(--secondary);
    box-shadow: 0 6px 28px rgba(245, 130, 32, 0.5);
}
.hero-premium__btn-primary:hover {
    background: linear-gradient(135deg, #ff9520 0%, var(--secondary) 100%);
    border-color: #ff9520;
    box-shadow: 0 8px 32px rgba(245, 130, 32, 0.6);
    transform: translateY(-1px);
}
.hero-premium__btn-video {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px 12px 16px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    background: transparent;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    font-family: inherit;
}
.hero-premium__btn-video:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
}
.hero-premium__play {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.hero-premium__accent {
    display: none;
}
@media (min-width: 1100px) {
    .hero-premium__features li {
        flex: 0 1 calc(50% - 12px);
    }
    .hero-premium__feature-label {
        font-size: 0.7rem;
        max-width: 160px;
    }
}
.hero-premium__video-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.hero-premium__video-modal[hidden] {
    display: none;
}
.hero-premium__video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}
.hero-premium__video-box {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.hero-premium__video-box video {
    width: 100%;
    display: block;
    vertical-align: middle;
}
.hero-premium__video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #1a2332;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

/* Cinema Hero — full-width 16:9 video below header */
.hero-cinema {
    position: relative;
    display: grid;
    width: 100%;
    color: var(--white);
    background: #0a1628;
}
.hero-cinema > .hero-cinema__media,
.hero-cinema > .hero-cinema__overlay,
.hero-cinema > .hero-cinema__grain,
.hero-cinema > .hero-cinema__inner,
.hero-cinema > .hero-cinema__scroll {
    grid-area: 1 / 1;
}
.hero-cinema__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #0a1628;
    z-index: 0;
}
.hero-cinema__video,
.hero-cinema__fallback {
    position: absolute;
    left: 0;
    width: 100%;
    height: 118%;
    top: -14%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
    background: #0a1628;
}
.hero-cinema__video {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hero-cinema__video.is-playing {
    opacity: 1;
}
.hero-cinema__fallback {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 42%;
}
.hero-cinema__overlay {
    position: relative;
    z-index: 1;
    align-self: stretch;
    background:
        linear-gradient(to right, rgba(5, 12, 24, 0.88) 0%, rgba(5, 12, 24, 0.55) 32%, rgba(5, 12, 24, 0.12) 52%, transparent 68%),
        linear-gradient(to top, rgba(5, 12, 24, 0.45) 0%, transparent 35%);
    pointer-events: none;
}
.hero-cinema__grain {
    display: none;
}
.hero-cinema__inner {
    position: relative;
    z-index: 3;
    align-self: center;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0;
    pointer-events: none;
}
.hero-cinema__inner .hero-cinema__content,
.hero-cinema__inner .hero-cinema__actions,
.hero-cinema__inner a {
    pointer-events: auto;
}
.hero-cinema__content {
    max-width: 620px;
    animation: cinemaFadeUp 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
@keyframes cinemaFadeUp {
    from { opacity: 0; transform: translateY(36px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-cinema__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}
.hero-cinema__eyebrow::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 10px var(--secondary);
}
.hero-cinema__title {
    font-family: 'Playfair Display', 'Noto Sans Devanagari', Georgia, serif;
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
html[lang="gu"] .hero-cinema__title { font-family: 'Noto Sans Gujarati', 'Playfair Display', serif; }
html[lang="ta"] .hero-cinema__title { font-family: 'Noto Sans Tamil', 'Playfair Display', serif; }
html[lang="te"] .hero-cinema__title { font-family: 'Noto Sans Telugu', 'Playfair Display', serif; }
.hero-cinema__desc {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 32px;
    max-width: 520px;
}
.hero-cinema__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.hero-cinema__cta {
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 1rem;
    box-shadow: 0 12px 32px rgba(245, 130, 32, 0.35);
}
.hero-cinema__link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.98rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 2px;
    transition: var(--transition);
}
.hero-cinema__link:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}
.hero-cinema__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 320px;
    animation: cinemaFadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}
.hero-cinema__product-ring {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 90%);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 130, 32, 0.18) 0%, rgba(245, 130, 32, 0) 68%);
    animation: cinemaPulse 4s ease-in-out infinite;
}
@keyframes cinemaPulse {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.8; }
    50% { transform: translateX(-50%) scale(1.06); opacity: 1; }
}
.hero-cinema__product {
    position: relative;
    z-index: 1;
    width: min(380px, 100%);
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
    animation: cinemaFloat 5s ease-in-out infinite;
}
@keyframes cinemaFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
.hero-cinema__scroll {
    position: relative;
    z-index: 4;
    align-self: end;
    justify-self: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.hero-cinema__scroll-line {
    display: block;
    width: 1px;
    height: 42px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.8), transparent);
    animation: cinemaScrollLine 1.8s ease-in-out infinite;
}
@keyframes cinemaScrollLine {
    0%, 100% { transform: scaleY(1); opacity: 1; }
    50% { transform: scaleY(0.55); opacity: 0.4; }
}

/* Homepage hero — solid header below top bar */
.has-cinema-hero .top-bar,
.has-premium-hero .top-bar {
    position: relative;
    background: var(--primary-dark);
    z-index: 1001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.has-cinema-hero .site-header,
.has-premium-hero .site-header {
    position: sticky;
    top: 0;
    background: var(--white);
    box-shadow: var(--shadow);
    border-bottom: 1px solid #e8edf3;
    z-index: 1000;
}

/* Showcase Hero — kitchen UI like Pinterest food design */
.hero-showcase {
    position: relative;
    min-height: min(100vh, 920px);
    padding: 110px 0 130px;
    overflow: hidden;
    background: #f5f3ef;
}
.hero-showcase__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.hero-showcase__bg-blur {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.55) 42%, rgba(255,255,255,0.82) 68%, rgba(255,255,255,0.92) 100%);
    backdrop-filter: blur(2px);
}
.hero-showcase__dots {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.hero-showcase__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0,0,0,0.18);
    transition: var(--transition);
}
.hero-showcase__dot.is-active {
    height: 28px;
    border-radius: 999px;
    background: var(--dark);
}
.hero-showcase__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: center;
    min-height: 520px;
}
.hero-showcase__left {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    gap: 10px 24px;
    align-items: center;
}
.hero-showcase__plate {
    grid-row: 1 / span 2;
    width: min(380px, 42vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 25%, #fff 0%, #f7f7f7 55%, #ececec 100%);
    box-shadow: 0 28px 60px rgba(0,0,0,0.14), inset 0 -8px 24px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    z-index: 2;
}
.hero-showcase__hero-img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,0.12));
    transition: transform 0.45s ease, opacity 0.35s ease;
}
.hero-showcase__copy {
    position: relative;
    z-index: 1;
    padding-left: 8px;
}
.hero-showcase__title {
    position: relative;
    margin-bottom: 18px;
    line-height: 0.95;
}
.hero-showcase__title-back {
    display: block;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    font-weight: 800;
    color: rgba(26, 35, 50, 0.22);
    letter-spacing: -0.03em;
    transform: translateX(18%);
    margin-bottom: -0.15em;
}
.hero-showcase__title-front {
    display: block;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -0.03em;
}
.hero-showcase__rank {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}
.hero-showcase__trend {
    font-size: 0.88rem;
    color: var(--gray);
    margin-bottom: 22px;
}
.hero-showcase__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.hero-showcase__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1.5px solid rgba(26,35,50,0.18);
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(8px);
    color: var(--dark);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: var(--transition);
}
.hero-showcase__btn:hover {
    background: var(--white);
    border-color: var(--dark);
    color: var(--dark);
}
.hero-showcase__card {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(16px);
    border-radius: 22px;
    padding: 22px 22px 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.9);
    min-height: 380px;
    display: flex;
    flex-direction: column;
}
.hero-showcase__tabs {
    display: flex;
    gap: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding-bottom: 10px;
}
.hero-showcase__tab {
    background: none;
    border: none;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gray);
    cursor: pointer;
    padding: 0 0 8px;
    border-bottom: 2px solid transparent;
    margin-bottom: -11px;
}
.hero-showcase__tab.is-active {
    color: var(--dark);
    border-bottom-color: var(--dark);
}
.hero-showcase__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}
.hero-showcase__rating-num {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
    color: var(--dark);
}
.hero-showcase__rating-star {
    font-size: 1.5rem;
    color: #f5b301;
}
.hero-showcase__panel { display: none; flex: 1; }
.hero-showcase__panel.is-active { display: block; }
.hero-showcase__brand {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--dark);
}
.hero-showcase__brand-sub {
    font-size: 0.78rem;
    color: var(--gray);
    margin-bottom: 12px;
}
.hero-showcase__desc {
    font-size: 0.86rem;
    line-height: 1.65;
    color: #4b5563;
}
.hero-showcase__specs {
    list-style: none;
    font-size: 0.86rem;
    line-height: 1.8;
    color: #4b5563;
}
.hero-showcase__specs strong { color: var(--dark); }
.hero-showcase__card-actions {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.hero-showcase__card-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}
.hero-showcase__card-link:hover { color: var(--secondary); }
.hero-showcase__carousel-wrap {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: min(720px, 92vw);
}
.hero-showcase__carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 8px 4px;
}
.hero-showcase__carousel::-webkit-scrollbar { display: none; }
.hero-showcase__carousel-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.12);
    background: rgba(255,255,255,0.9);
    color: var(--dark);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}
.hero-showcase__thumb {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 88px;
    padding: 0;
}
.hero-showcase__thumb-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.hero-showcase__thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-showcase__thumb.is-active .hero-showcase__thumb-img {
    border-color: var(--dark);
    transform: scale(1.08);
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}
.hero-showcase__thumb-label {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--gray);
    max-width: 88px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hero-showcase__thumb.is-active .hero-showcase__thumb-label { color: var(--dark); }
.hero-showcase__video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-showcase__video-modal[hidden] { display: none; }
.hero-showcase__video-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.72);
}
.hero-showcase__video-box {
    position: relative;
    z-index: 1;
    width: min(900px, 92vw);
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}
.hero-showcase__video-box video { width: 100%; display: block; }
.hero-showcase__video-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    font-size: 1.4rem;
    cursor: pointer;
    line-height: 1;
}

.has-showcase-hero .top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.has-showcase-hero .site-header {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}
.has-showcase-hero .site-header.header-solid {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.97);
    box-shadow: var(--shadow);
}
.has-showcase-hero.header-scrolled .top-bar { position: fixed; top: 0; }
.has-showcase-hero.header-scrolled .site-header { top: 38px; }
.has-showcase-hero.header-scrolled .site-header.header-solid { top: 38px; }

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1.2s ease;
    overflow: hidden;
}
.hero-slide-bg {
    position: absolute;
    inset: -4%;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 8s ease;
    z-index: 0;
}
.hero-slide.active .hero-slide-bg {
    transform: scale(1.08);
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 28, 58, 0.78) 0%,
        rgba(0, 40, 80, 0.52) 28%,
        rgba(0, 40, 80, 0.22) 55%,
        rgba(0, 40, 80, 0.06) 78%,
        rgba(0, 40, 80, 0) 100%
    );
    z-index: 1;
}
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-slide > .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    max-width: 620px;
    text-align: left;
}
.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.hero-content p {
    font-size: 1.15rem;
    margin-bottom: 28px;
    opacity: 0.95;
    line-height: 1.7;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    max-width: 620px;
}
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-start; }
.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}
.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: transparent;
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
}
.hero-dot.active { background: var(--secondary); border-color: var(--secondary); }
@media (prefers-reduced-motion: reduce) {
    .hero-cinema__fallback,
    .hero-cinema__content,
    .hero-cinema__visual,
    .hero-cinema__product,
    .hero-cinema__product-ring,
    .hero-cinema__scroll-line {
        animation: none !important;
    }
    .hero-slide-bg,
    .hero-content,
    .hero-scroll-icon::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* Counters */
.counters {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: var(--white);
    padding: 22px 0;
    border-top: 3px solid var(--secondary);
    box-shadow: 0 8px 24px rgba(0, 61, 115, 0.18);
}
.counters-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
    align-items: center;
}
.counter-item {
    position: relative;
    padding: 8px 16px;
}
.counter-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
}
.counter-value {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    margin-bottom: 6px;
}
.counter-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary);
    letter-spacing: -0.02em;
}
.counter-suffix {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--secondary);
    margin-left: 2px;
    margin-top: 2px;
}
.counter-item p {
    font-size: 0.78rem;
    font-weight: 500;
    opacity: 0.92;
    margin: 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Section Headers */
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-size: 2.2rem; color: var(--primary); margin-bottom: 12px; }
.section-header p { color: var(--gray); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* Products Grid */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; perspective: 1400px; }
.product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.product-info { padding: 20px; }
.product-category { display: inline-block; background: var(--primary); color: var(--white); font-size: 0.75rem; padding: 3px 10px; border-radius: 20px; margin-bottom: 8px; }
.product-info h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--dark); }
.product-info p { color: var(--gray); font-size: 0.9rem; margin-bottom: 12px; }
.product-meta { display: flex; gap: 15px; font-size: 0.85rem; color: var(--gray); margin-bottom: 15px; }
.product-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* Products page animations */
.products-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(280px, 36vw, 440px);
    padding: clamp(52px, 7vh, 88px) 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0a1628;
}
.products-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.products-hero-bg__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.products-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 72% 85% at 50% 48%, rgba(0, 15, 35, 0.78) 0%, rgba(0, 20, 45, 0.45) 52%, rgba(0, 33, 71, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 33, 71, 0.62) 0%, rgba(0, 20, 45, 0.38) 45%, rgba(0, 15, 35, 0.68) 100%);
}
.products-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 10, 25, 0.5) 0%, transparent 28%, transparent 72%, rgba(0, 10, 25, 0.5) 100%);
}
.products-hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.products-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.15;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    animation: productHeroFade 0.75s ease 0.1s both;
}
.products-page-hero p {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: productHeroFade 0.75s ease 0.22s both;
}
@keyframes productHeroFade {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .products-page-hero {
        min-height: clamp(260px, 58vw, 340px);
        padding: clamp(40px, 9vw, 56px) 0;
    }
    .products-hero-bg__photo {
        object-position: 55% center;
    }
    .products-hero-content {
        width: 100%;
        padding: 0;
    }
    .products-page-hero h1 {
        font-size: clamp(1.65rem, 7vw, 2rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .products-page-hero h1,
    .products-page-hero p {
        animation: none;
    }
}

/* Shared photo hero — FAQ, Inquiry, Contact, etc. */
.photo-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(280px, 36vw, 440px);
    padding: clamp(52px, 7vh, 88px) 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0a1628;
}
.photo-page-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.photo-page-hero__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.photo-page-hero__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 72% 85% at 50% 48%, rgba(0, 15, 35, 0.78) 0%, rgba(0, 20, 45, 0.45) 52%, rgba(0, 33, 71, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 33, 71, 0.62) 0%, rgba(0, 20, 45, 0.38) 45%, rgba(0, 15, 35, 0.68) 100%);
}
.photo-page-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 10, 25, 0.5) 0%, transparent 28%, transparent 72%, rgba(0, 10, 25, 0.5) 100%);
}
.photo-page-hero__content {
    position: relative;
    z-index: 4;
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: photoPageHeroFade 0.8s ease both;
}
.photo-page-hero__badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(245, 130, 32, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    animation: photoPageHeroFade 0.8s ease 0.12s both;
}
.photo-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.15;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    animation: photoPageHeroFade 0.8s ease 0.22s both;
}
.photo-page-hero p {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: photoPageHeroFade 0.8s ease 0.32s both;
}
@keyframes photoPageHeroFade {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .photo-page-hero {
        min-height: clamp(260px, 58vw, 340px);
        padding: clamp(40px, 9vw, 56px) 0;
    }
    .photo-page-hero__photo {
        object-position: 55% center;
    }
    .photo-page-hero__content {
        width: 100%;
        padding: 0;
    }
    .photo-page-hero h1 {
        font-size: clamp(1.65rem, 7vw, 2rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .photo-page-hero__content,
    .photo-page-hero__badge,
    .photo-page-hero h1,
    .photo-page-hero p {
        animation: none;
    }
}

.products-section { background: linear-gradient(180deg, var(--gray-light) 0%, var(--white) 100px); }
.products-top-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.products-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid rgba(0, 86, 160, 0.15);
    color: var(--primary);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 61, 115, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.products-back-link:hover {
    transform: translateX(-3px);
    border-color: rgba(0, 86, 160, 0.28);
    box-shadow: 0 8px 20px rgba(0, 61, 115, 0.1);
    color: var(--primary-dark);
}
.products-top-bar__sep {
    color: #b8c5d4;
    font-weight: 500;
}
.products-top-bar__current {
    color: var(--primary-dark);
    font-size: 0.92rem;
    font-weight: 700;
}
.products-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--gray);
    padding: 40px 20px;
}
.products-filter-bar {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 40px;
    padding: 6px;
    background: rgba(0, 86, 160, 0.06);
    border-radius: 999px;
    border: 1px solid rgba(0, 86, 160, 0.12);
}
.products-filter-bar .filter-bar-glow {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%);
    box-shadow: 0 8px 22px rgba(0, 86, 160, 0.28);
    transition: left 0.42s cubic-bezier(0.22, 1, 0.36, 1), width 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
    pointer-events: none;
}
.products-filter-bar .filter-btn {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(14px);
    animation: filterBtnReveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: transparent;
    border-color: transparent;
    color: var(--primary);
    font-weight: 600;
    box-shadow: none;
}
.products-filter-bar .filter-btn:nth-child(2) { animation-delay: 0.15s; }
.products-filter-bar .filter-btn:nth-child(3) { animation-delay: 0.22s; }
.products-filter-bar .filter-btn:nth-child(4) { animation-delay: 0.29s; }
.products-filter-bar .filter-btn:nth-child(5) { animation-delay: 0.36s; }
.products-filter-bar .filter-btn:nth-child(6) { animation-delay: 0.43s; }
.products-filter-bar .filter-btn:nth-child(7) { animation-delay: 0.5s; }
@keyframes filterBtnReveal {
    to { opacity: 1; transform: translateY(0); }
}
.products-filter-bar .filter-btn.filter-btn-glow {
    color: var(--white);
    transform: none;
    box-shadow: none;
}
.products-filter-bar .filter-btn.active:not(.filter-btn-glow) {
    color: var(--primary);
    background: transparent;
    border-color: transparent;
}
.products-filter-bar .filter-btn:not(.active):not(.filter-btn-glow):hover {
    color: var(--primary-dark);
    transform: none;
    box-shadow: none;
    background: transparent;
    border-color: transparent;
}

.products-grid .product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid rgba(0, 86, 160, 0.1);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 61, 115, 0.07);
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity 0.7s ease var(--product-delay, 0s),
        transform 0.25s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}
.products-grid .product-card__media {
    position: relative;
    padding: 18px 18px 0;
    background: linear-gradient(165deg, #e8f1fa 0%, #f4f8fc 55%, #fafbfd 100%);
}
.products-grid .product-card__media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(255, 255, 255, 0.9) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.products-grid .product-card .product-category {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%);
    color: var(--white);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 6px 16px rgba(0, 86, 160, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.products-grid .product-card::before {
    content: none;
}
.products-grid .product-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 4;
    pointer-events: none;
}
.products-grid .product-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.products-grid .product-card.is-visible.is-3d-active,
.products-grid .product-card.is-visible:not(.is-3d-active):hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 61, 115, 0.14);
    border-color: rgba(0, 86, 160, 0.18);
}
.products-grid .product-card.is-visible:hover::after,
.products-grid .product-card.is-visible.is-3d-active::after {
    transform: scaleX(1);
}
.products-grid .product-image-link,
.products-grid .product-info {
    transform: none;
}
.products-grid .product-image-link {
    position: relative;
    z-index: 2;
    display: block;
}
.products-grid .savalia-product-image-frame {
    position: relative;
    overflow: hidden;
    height: 210px;
    padding: 16px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 62%),
        linear-gradient(155deg, #c8d9ea 0%, #dbe6f2 42%, #e8f0f8 100%);
    box-shadow:
        inset 0 0 0 1px rgba(0, 86, 160, 0.1),
        0 4px 18px rgba(0, 61, 115, 0.08);
}
.products-grid .savalia-product-image-frame::before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    background-image:
        linear-gradient(45deg, rgba(0, 86, 160, 0.04) 25%, transparent 25%, transparent 75%, rgba(0, 86, 160, 0.04) 75%),
        linear-gradient(45deg, rgba(0, 86, 160, 0.04) 25%, transparent 25%, transparent 75%, rgba(0, 86, 160, 0.04) 75%);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}
.products-grid .savalia-product-image-frame::after {
    content: none;
}
.products-grid .savalia-product-image-frame img,
.products-grid .savalia-product-image-frame .product-thumb {
    position: relative;
    z-index: 1;
    filter: none;
    transition: transform 0.25s ease;
}
.products-grid .product-card.is-visible:hover .savalia-product-image-frame img,
.products-grid .product-card.is-visible:hover .savalia-product-image-frame .product-thumb,
.products-grid .product-card.is-visible.is-3d-active .savalia-product-image-frame img,
.products-grid .product-card.is-visible.is-3d-active .savalia-product-image-frame .product-thumb,
.products-grid .product-card.is-visible.is-touch-active .savalia-product-image-frame img,
.products-grid .product-card.is-visible.is-touch-active .savalia-product-image-frame .product-thumb,
.products-grid .product-card.is-visible:active .savalia-product-image-frame img,
.products-grid .product-card.is-visible:active .savalia-product-image-frame .product-thumb {
    filter: none;
    transform: none;
}
.products-grid .product-card.is-visible:not(.is-3d-active):not(:hover):not(.is-touch-active):not(:active) .savalia-product-image-frame img,
.products-grid .product-card.is-visible:not(.is-3d-active):not(:hover):not(.is-touch-active):not(:active) .savalia-product-image-frame .product-thumb {
    animation: productImageFloat 4.5s ease-in-out infinite;
    animation-delay: var(--float-delay, 0s);
}
@keyframes productImageFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
.products-grid .product-card.is-3d-active .savalia-product-image-frame img,
.products-grid .product-card.is-3d-active .savalia-product-image-frame .product-thumb {
    animation: none;
    transform: none;
}
.products-grid .product-card.is-3d-active .product-info {
    transform: none;
}
.products-grid .product-card.is-visible:hover .product-category,
.products-grid .product-card.is-3d-active .product-category {
    transform: none;
    box-shadow: 0 6px 16px rgba(0, 86, 160, 0.28);
}

.products-grid .product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 22px;
    background: var(--white);
}
.products-grid .product-info h3 {
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 8px;
}
.products-grid .product-info h3 a {
    color: var(--primary-dark);
    text-decoration: none;
    transition: color 0.25s ease;
}
.products-grid .product-info h3 a:hover {
    color: var(--secondary);
}
.products-grid .product-info p {
    color: var(--gray);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-grid .product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    margin-top: auto;
}
.products-grid .product-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #f0f5fa;
    border: 1px solid rgba(0, 86, 160, 0.1);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 600;
}
.products-grid .product-meta__item::before {
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
}
.products-grid .product-meta__item--power::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230056a0' stroke-width='2'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
}
.products-grid .product-meta__item--capacity::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230056a0' stroke-width='2'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3C/svg%3E");
}
.products-grid .product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.products-grid .product-actions .btn {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 12px;
}
.products-grid .product-actions .btn-secondary {
    background: transparent;
    color: var(--secondary);
    border: 2px solid var(--secondary);
}
.products-grid .product-actions .btn-secondary:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}
.products-grid .product-actions .btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(0, 86, 160, 0.25);
}
.products-grid .product-actions .btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #002a50 100%);
    border-color: transparent;
    box-shadow: 0 8px 22px rgba(0, 86, 160, 0.32);
}
@media (prefers-reduced-motion: reduce) {
    .products-grid .product-card {
        opacity: 1;
        transform: none;
        transition: box-shadow 0.35s ease, border-color 0.35s ease;
    }
    .products-grid .product-card.is-visible:hover {
        transform: translateY(-4px);
    }
    .products-grid .product-card::before,
    .products-grid .product-card.is-3d-active::before {
        opacity: 0;
    }
    .products-grid .product-card.is-visible:not(.is-3d-active) .savalia-product-image-frame img,
    .products-grid .product-card.is-visible:not(.is-3d-active) .savalia-product-image-frame .product-thumb {
        animation: none;
    }
    .products-grid .savalia-product-image-frame::after {
        animation: none !important;
        opacity: 0 !important;
    }
    .products-grid .product-card.is-3d-active .savalia-product-image-frame img,
    .products-grid .product-card.is-3d-active .savalia-product-image-frame .product-thumb,
    .products-grid .product-card.is-3d-active .product-info {
        transform: none;
    }
}

.product-image-link {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.products-locations {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.products-locations.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.products-locations .location-tag {
    opacity: 0;
    transform: scale(0.85);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.products-locations.is-visible .location-tag {
    animation: locationTagPop 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--tag-delay, 0) * 0.04s);
}
@keyframes locationTagPop {
    to { opacity: 1; transform: scale(1); }
}
.products-locations .location-tag:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0,86,160,0.2);
}

/* Home Products Section */
.section-home-products {
    --home-navy: #1a3a6c;
    --home-orange: #f39237;
    background: var(--white);
}
.section-home-products .section-header h2 {
    color: var(--home-navy);
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.section-home-products .section-header p {
    color: #6b7280;
    font-size: 1rem;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}
.home-products-grid {
    gap: 28px;
    margin-top: 40px;
}
.home-products-marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    padding: 4px 0 8px;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}
.home-products-marquee__track {
    display: flex;
    width: max-content;
    animation: homeProductsMarquee 45s linear infinite;
    will-change: transform;
}
.home-products-marquee:hover .home-products-marquee__track {
    animation-play-state: paused;
}
.home-products-marquee__group {
    display: flex;
    align-items: stretch;
    gap: 28px;
    padding-right: 28px;
}
.home-products-marquee__group .product-card {
    flex: 0 0 340px;
    width: 340px;
    max-width: 340px;
}
@keyframes homeProductsMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .home-products-marquee {
        overflow-x: auto;
        -webkit-mask-image: none;
        mask-image: none;
        scroll-snap-type: x mandatory;
    }
    .home-products-marquee__track {
        animation: none;
    }
    .home-products-marquee__group .product-card {
        scroll-snap-align: start;
    }
}
.section-home-products .product-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef1f5;
}
.section-home-products .product-card:hover {
    transform: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.product-image-link {
    display: block;
    text-decoration: none;
}
.savalia-product-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    padding: 12px;
    background: #f8f9fb;
    overflow: hidden;
}
.savalia-product-image-frame img,
.savalia-product-image-frame .product-thumb {
    width: 100%;
    height: 100%;
    max-height: 196px;
    object-fit: contain;
    object-position: center;
}
.savalia-product-image-frame--detail {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding: clamp(20px, 3vw, 36px);
    border-radius: var(--radius);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef1f5;
    overflow: hidden;
    align-self: start;
}
.savalia-product-image-frame--detail img,
.savalia-product-image-frame--detail .product-thumb {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: min(480px, 52vh);
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .product-detail-grid .savalia-product-image-frame--detail {
        min-height: 320px;
        max-height: 560px;
    }
    .product-detail-grid .savalia-product-image-frame--detail img,
    .product-detail-grid .savalia-product-image-frame--detail .product-thumb {
        max-height: min(460px, 50vh);
    }
}
.section-home-products .savalia-product-image-frame {
    background: #f8f9fb;
}
.section-home-products .product-info {
    padding: 18px 20px 20px;
}
.section-home-products .product-category {
    background: var(--home-navy);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.section-home-products .product-info h3 {
    color: var(--home-navy);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.section-home-products .product-info h3 a {
    color: inherit;
    text-decoration: none;
}
.section-home-products .product-info h3 a:hover {
    color: var(--home-orange);
}
.section-home-products .product-info p {
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-home-products .product-meta {
    display: flex;
    gap: 16px;
    font-size: 0.82rem;
    color: #6b7280;
    margin-bottom: 16px;
}
.section-home-products .product-actions {
    display: flex;
    gap: 8px;
}
.section-home-products .product-actions .btn {
    flex: 1;
    text-align: center;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 9px 12px;
}
.section-home-products .product-actions .btn-secondary {
    background: var(--home-orange);
    border-color: var(--home-orange);
    color: var(--white);
}
.section-home-products .product-actions .btn-secondary:hover {
    background: #e07f25;
    border-color: #e07f25;
    color: var(--white);
}
.section-home-products .product-actions .btn-primary {
    background: var(--home-navy);
    border-color: var(--home-navy);
    color: var(--white);
}
.section-home-products .product-actions .btn-primary:hover {
    background: #132d55;
    border-color: #132d55;
    color: var(--white);
}
.home-products-footer {
    text-align: center;
    margin-top: 40px;
}
.home-view-products {
    min-width: 220px;
    background: var(--home-navy);
    border-color: var(--home-navy);
    border-radius: 8px;
    padding: 14px 40px;
    font-weight: 700;
}
.home-view-products:hover {
    background: #132d55;
    border-color: #132d55;
    color: var(--white);
}

.product-info h3 a { color: var(--dark); text-decoration: none; }
.product-info h3 a:hover { color: var(--primary); }

/* CNC Studio — reference layout (same-to-same) */
.cnc-studio {
    position: relative;
    overflow: hidden;
    background: #05162e;
    color: var(--white);
}
.cnc-studio::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 45% 50% at 88% 55%, rgba(255, 180, 0, 0.07) 0%, transparent 62%);
}
.cnc-studio.section {
    padding: 68px 0;
}
.cnc-studio__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.22fr) minmax(0, 0.72fr);
    gap: clamp(24px, 3.5vw, 40px);
    align-items: center;
}
.cnc-studio__media {
    position: relative;
}
.cnc-studio__video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #0a1628;
    box-shadow: 0 0 0 2px rgba(77, 163, 255, 0.45);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.cnc-studio__video--static {
    cursor: default;
}
.cnc-studio__video:hover {
    box-shadow: 0 0 0 2px rgba(77, 163, 255, 0.72);
    transform: translateY(-2px);
}
.cnc-studio__video img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.cnc-studio__video-shade {
    position: absolute;
    inset: 0;
    background: rgba(5, 22, 46, 0.08);
    pointer-events: none;
}
.cnc-studio__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    color: #05162e;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}
.cnc-studio__play svg {
    margin-left: 3px;
}
.cnc-studio__body {
    padding: 0 2px;
}
.cnc-studio__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    padding: 6px 14px 6px 10px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.cnc-studio__title {
    font-size: clamp(1.65rem, 2.8vw, 2.15rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.cnc-studio__title-light,
.cnc-studio__title-accent {
    display: block;
}
.cnc-studio__title-light {
    color: #fff;
}
.cnc-studio__title-accent {
    color: #ffb400;
}
.cnc-studio__desc {
    margin-bottom: 20px;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.75;
}
.cnc-studio__list {
    list-style: none;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.cnc-studio__list li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.96);
    line-height: 1.35;
}
.cnc-studio__check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    color: var(--primary);
}
.cnc-studio__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: 6px;
    background: #ffb400;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.25s ease;
}
.cnc-studio__cta:hover {
    background: #f58220;
    color: #fff;
}
.cnc-studio__decor {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    min-height: 320px;
    pointer-events: none;
}
.cnc-studio__decor img {
    width: auto;
    height: min(100%, 400px);
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.22));
}
.cnc-studio__modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.cnc-studio__modal[hidden] {
    display: none;
}
.cnc-studio__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 10, 25, 0.88);
    backdrop-filter: blur(4px);
}
.cnc-studio__modal-box {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
.cnc-studio__modal-box video {
    width: 100%;
    display: block;
    vertical-align: top;
}
.cnc-studio__modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}
.cnc-studio__modal-close:hover {
    background: rgba(245, 130, 32, 0.9);
}

/* Categories — equal 4-column product grid */
.categories-deck {
    position: relative;
    overflow: clip;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding-bottom: clamp(48px, 6vw, 72px);
}
.categories-deck .container {
    position: relative;
    z-index: 1;
}
.categories-deck__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 50% 40% at 10% 20%, rgba(245, 130, 32, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 90% 80%, rgba(0, 86, 160, 0.08) 0%, transparent 55%);
}
.section-decor--categories {
    bottom: auto;
    filter: drop-shadow(0 10px 24px rgba(245, 130, 32, 0.12));
    pointer-events: none;
    z-index: 0;
}
.section-decor--categories img {
    object-position: left bottom;
}
.categories-deck__stage {
    position: relative;
}
@media (min-width: 769px) {
    .categories-deck {
        overflow: visible;
    }
    .categories-deck > .section-decor--categories {
        position: absolute;
        top: auto;
        bottom: clamp(48px, 6vw, 72px);
        left: calc((100vw - min(1200px, 100vw - 40px)) / 2 + 20px);
        transform: translateX(calc(-100% - 28px));
        width: clamp(155px, 12vw, 195px);
        height: clamp(112px, 10vw, 148px);
        opacity: 0.86;
        filter: drop-shadow(0 12px 28px rgba(245, 130, 32, 0.16));
    }
    .categories-deck > .section-decor--categories img {
        object-fit: contain;
        object-position: left bottom;
    }
}
@media (min-width: 1441px) {
    .categories-deck > .section-decor--categories {
        transform: translateX(calc(-100% - 32px));
        width: min(185px, 14vw);
        height: min(138px, 11vw);
        opacity: 0.74;
    }
}
@media (max-width: 768px) {
    .categories-deck {
        display: flex;
        flex-direction: column;
    }
    .categories-deck > .container {
        order: 1;
    }
    .categories-deck > .section-decor--categories {
        order: 2;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: none;
        width: min(280px, 82vw);
        height: auto;
        margin: 20px auto 4px;
        opacity: 0.72;
        filter: drop-shadow(0 6px 18px rgba(245, 130, 32, 0.14));
        z-index: 1;
    }
    .section-decor--categories img {
        width: 100%;
        height: auto;
        max-height: 140px;
        object-fit: contain;
        object-position: center center;
    }
}
.categories-deck__head {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(32px, 4vw, 48px);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.categories-deck__head.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.categories-deck__badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 50px;
    background: rgba(245, 130, 32, 0.12);
    border: 1px solid rgba(245, 130, 32, 0.35);
    color: var(--secondary-dark);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.categories-deck__title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.15;
}
.categories-deck__title span {
    color: var(--primary);
}
.categories-deck__subtitle {
    color: var(--gray);
    font-size: clamp(0.94rem, 1.1vw, 1.02rem);
    line-height: 1.65;
}
.categories-deck__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}
@media (min-width: 1200px) {
    .categories-deck__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.category-deck-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    min-height: 260px;
    max-height: 360px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    opacity: 0;
    transform: translateY(36px) scale(0.97);
    transition:
        opacity 0.55s ease var(--cat-delay, 0s),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--cat-delay, 0s);
}
.category-deck-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.category-deck-card__glow {
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.7), rgba(0, 86, 160, 0.7));
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}
.category-deck-card:hover .category-deck-card__glow,
.category-deck-card:focus-visible .category-deck-card__glow {
    opacity: 0.85;
}
.category-deck-card__fx {
    display: none;
}
.category-deck-card__index {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(0, 15, 35, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    transition: transform 0.3s ease, background 0.3s ease;
}
.category-deck-card:hover .category-deck-card__index,
.category-deck-card:focus-visible .category-deck-card__index {
    transform: scale(1.08);
    background: rgba(245, 130, 32, 0.75);
}
.category-deck-card__scene {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    background: #0a1628;
    box-shadow: 0 12px 32px rgba(0, 33, 71, 0.12);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.category-deck-card.is-visible:hover .category-deck-card__scene,
.category-deck-card.is-visible:focus-visible .category-deck-card__scene {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(0, 33, 71, 0.24);
}
.category-deck-card__media {
    position: absolute;
    inset: 0;
}
.category-deck-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.category-deck-card:hover .category-deck-card__media img,
.category-deck-card:focus-visible .category-deck-card__media img {
    transform: scale(1.08);
}
.category-deck-card__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 15, 35, 0.08) 0%, rgba(0, 20, 45, 0.35) 45%, rgba(0, 15, 35, 0.92) 100%);
    transition: background 0.4s ease;
}
.category-deck-card:hover .category-deck-card__shade,
.category-deck-card:focus-visible .category-deck-card__shade {
    background:
        linear-gradient(180deg, rgba(0, 15, 35, 0.12) 0%, rgba(0, 33, 71, 0.55) 50%, rgba(0, 15, 35, 0.95) 100%);
}
.category-deck-card__content {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 4;
    padding: clamp(16px, 2vw, 22px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.category-deck-card:hover .category-deck-card__content,
.category-deck-card:focus-visible .category-deck-card__content {
    transform: translateY(-4px);
}
.category-deck-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #ffc766;
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.category-deck-card--flour-mill.is-visible .category-deck-card__icon {
    animation: catIconFlour 3s ease-in-out infinite;
}
.category-deck-card--electric-motor.is-visible .category-deck-card__icon {
    animation: catIconMotor 2.5s ease-in-out infinite;
}
.category-deck-card--masala-mill.is-visible .category-deck-card__icon {
    animation: catIconMasala 3.5s ease-in-out infinite;
}
.category-deck-card--pulveriser.is-visible .category-deck-card__icon {
    animation: catIconPulveriser 4s linear infinite;
}
@keyframes catIconFlour {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(255, 199, 102, 0); }
    50% { transform: scale(1.06); box-shadow: 0 0 16px rgba(255, 199, 102, 0.35); }
}
@keyframes catIconMotor {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(4deg); }
    75% { transform: rotate(-4deg); }
}
@keyframes catIconMasala {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(6deg); }
}
@keyframes catIconPulveriser {
    to { transform: rotate(360deg); }
}
.category-deck-card:hover .category-deck-card__icon,
.category-deck-card:focus-visible .category-deck-card__icon {
    animation: none;
    transform: scale(1.12);
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.category-deck-card h3 {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    font-weight: 800;
    margin: 0;
    color: #fff;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.category-deck-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.category-deck-card__link svg {
    transition: transform 0.3s ease;
}
.category-deck-card:hover .category-deck-card__link,
.category-deck-card:focus-visible .category-deck-card__link {
    background: rgba(245, 130, 32, 0.9);
    border-color: rgba(245, 130, 32, 0.95);
    color: #fff;
    transform: translateX(2px);
}
.category-deck-card:hover .category-deck-card__link svg,
.category-deck-card:focus-visible .category-deck-card__link svg {
    transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
    .categories-deck__head,
    .category-deck-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .category-deck-card__icon {
        animation: none !important;
    }
    .category-deck-card:hover .category-deck-card__scene,
    .category-deck-card:hover .category-deck-card__media img,
    .category-deck-card:hover .category-deck-card__content,
    .category-deck-card:hover .category-deck-card__link {
        transform: none;
    }
}

/* SEO Intro */
.seo-intro-section {
    background: #ffffff;
    padding-top: clamp(36px, 5vw, 56px);
    padding-bottom: clamp(32px, 4.5vw, 52px);
}
.seo-intro__head.section-header {
    margin-bottom: clamp(28px, 4vw, 40px);
}
.seo-intro-title {
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 14px;
    line-height: 1.35;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.seo-intro-text {
    color: var(--gray);
    font-size: clamp(0.98rem, 1.6vw, 1.05rem);
    line-height: 1.85;
    margin: 0 auto;
    max-width: 780px;
}
.seo-intro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 2.5vw, 22px);
    align-items: stretch;
}
.seo-intro-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(20px, 2.5vw, 26px) clamp(20px, 2.5vw, 24px);
    border-radius: 16px;
    background: linear-gradient(165deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid rgba(0, 86, 160, 0.12);
    box-shadow: 0 8px 24px rgba(0, 33, 71, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.seo-intro-block:hover {
    border-color: rgba(0, 86, 160, 0.22);
    box-shadow: 0 12px 32px rgba(0, 33, 71, 0.09);
    transform: translateY(-3px);
}
.seo-intro-block__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.seo-intro-block__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 86, 160, 0.08);
    color: var(--primary);
    flex-shrink: 0;
}
.seo-intro-block__num {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(0, 86, 160, 0.35);
}
.seo-intro-block__title {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 0;
}
.seo-intro-block__text {
    color: var(--gray);
    font-size: clamp(0.9rem, 1.4vw, 0.96rem);
    line-height: 1.78;
    margin: 0;
    flex: 1;
}
@media (min-width: 769px) {
    .seo-intro-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(18px, 2vw, 24px);
    }
    .seo-intro-block__title {
        min-height: 2.8em;
    }
}
@media (max-width: 768px) {
    .seo-intro-block:hover {
        transform: none;
    }
}

/* Section wave dividers — unified multi-layer transitions */
.section-wave {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    background: var(--wave-from, #ffffff);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.section-wave svg {
    display: block;
    width: 100%;
    height: clamp(64px, 8vw, 112px);
}
.section-wave__layer--1 { fill: var(--wave-layer-1, #c5d9ea); opacity: 1; }
.section-wave__layer--2 { fill: var(--wave-layer-2, #dce8f4); opacity: 1; }
.section-wave__layer--3 { fill: var(--wave-to, #eef3f9); opacity: 1; }
.section-wave--hero-counters {
    --wave-from: #05162e;
    --wave-layer-1: #0c2a4a;
    --wave-layer-2: #003d73;
    --wave-to: #003d73;
}
.section-wave--counters-products {
    --wave-from: #0056a0;
    --wave-layer-1: #1a6db5;
    --wave-layer-2: #c5d9ea;
    --wave-to: #ffffff;
}
.section-wave--products-cnc {
    --wave-from: #ffffff;
    --wave-layer-1: #c5d9ea;
    --wave-layer-2: #5a85a8;
    --wave-to: #05162e;
}
.section-wave--cnc-categories {
    --wave-from: #05162e;
    --wave-layer-1: #1a3a5c;
    --wave-layer-2: #b8cfe0;
    --wave-to: #f8fafc;
}
.section-wave--categories-testimonials {
    --wave-from: #ffffff;
    --wave-layer-1: #b8cfe0;
    --wave-layer-2: #c5d9ea;
    --wave-to: #f4f8fc;
}
.section-wave--testimonials-seo {
    --wave-from: #f4f8fc;
    --wave-layer-1: #b8cfe0;
    --wave-layer-2: #dce8f4;
    --wave-to: #ffffff;
}
.section-wave--seo-bridge {
    --wave-from: #ffffff;
    --wave-layer-1: #b8cfe0;
    --wave-layer-2: #c5d9ea;
    --wave-to: #eef3f9;
}
.section-wave--bridge-faq {
    --wave-from: #eef3f9;
    --wave-layer-1: #c5d9ea;
    --wave-layer-2: #dce8f4;
    --wave-to: #ffffff;
}
.section-wave--faq-cta {
    --wave-from: #ffffff;
    --wave-layer-1: #c5d9ea;
    --wave-layer-2: #5a9fd4;
    --wave-to: #0056a0;
}
.section-wave--about-hero-stats {
    --wave-from: #0a1628;
    --wave-layer-1: #0c2a4a;
    --wave-layer-2: #003d73;
    --wave-to: #003d73;
}
.section-wave--about-stats-intro {
    --wave-from: #003d73;
    --wave-layer-1: #0056a0;
    --wave-layer-2: #c5d9ea;
    --wave-to: #ffffff;
}
.section-wave--about-intro-pillars {
    --wave-from: #ffffff;
    --wave-layer-1: #dce8f4;
    --wave-layer-2: #c5d9ea;
    --wave-to: #f3f4f6;
}
.section-wave--about-pillars-cnc {
    --wave-from: #f3f4f6;
    --wave-layer-1: #dce8f4;
    --wave-layer-2: #c5d9ea;
    --wave-to: #f8fafc;
}
.section-wave--about-cnc-why {
    --wave-from: #ffffff;
    --wave-layer-1: #b8cfe0;
    --wave-layer-2: #c5d9ea;
    --wave-to: #eef3f9;
}
.section-wave--about-why-footer {
    --wave-from: #eef3f9;
    --wave-layer-1: #5a85a8;
    --wave-layer-2: #1a3a5c;
    --wave-to: #1a2332;
}
.section-wave--products-hero-grid {
    --wave-from: #0a1628;
    --wave-layer-1: #0c2a4a;
    --wave-layer-2: #b8cfe0;
    --wave-to: #f3f4f6;
}
.section-wave--products-section-footer {
    --wave-from: #ffffff;
    --wave-layer-1: #c5d9ea;
    --wave-layer-2: #5a85a8;
    --wave-to: #1a2332;
}
.section-wave--testimonials-hero-stats {
    --wave-from: #0a1628;
    --wave-layer-1: #0c2a4a;
    --wave-layer-2: #b8cfe0;
    --wave-to: #ffffff;
}
.section-wave--testimonials-stats-grid {
    --wave-from: #ffffff;
    --wave-layer-1: #dce8f4;
    --wave-layer-2: #c5d9ea;
    --wave-to: #f4f8fc;
}
.section-wave--testimonials-grid-cta {
    --wave-from: #f4f8fc;
    --wave-layer-1: #c5d9ea;
    --wave-layer-2: #5a9fd4;
    --wave-to: #0056a0;
}
.section-wave--testimonials-cta-footer {
    --wave-from: #003d73;
    --wave-layer-1: #1a3a5c;
    --wave-layer-2: #243447;
    --wave-to: #1a2332;
}

/* Home bridge — Why Choose Us band */
.home-bridge {
    position: relative;
    background: #eef3f9;
    padding-top: clamp(12px, 2vw, 20px);
    padding-bottom: clamp(28px, 4vw, 48px);
    overflow: hidden;
}
.home-bridge__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 50% at 8% 30%, rgba(245, 130, 32, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 50% 45% at 92% 70%, rgba(0, 86, 160, 0.06) 0%, transparent 55%);
}
.home-bridge__head {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 28px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-bridge__head.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.home-bridge__badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 86, 160, 0.08);
    border: 1px solid rgba(0, 86, 160, 0.16);
    color: var(--primary);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.home-bridge__title {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 800;
    color: var(--dark);
    line-height: 1.25;
    margin: 0;
}
.home-bridge__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
    perspective: 1200px;
}
.home-bridge__card {
    position: relative;
    padding: clamp(18px, 2.5vw, 22px);
    border-radius: 16px;
    background: var(--white);
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 8px 24px rgba(0, 33, 71, 0.06);
    transform-style: preserve-3d;
    opacity: 0;
    transform: perspective(900px) rotateX(18deg) translateY(28px);
    transition:
        opacity 0.55s ease var(--bridge-delay, 0s),
        transform 0.14s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}
.home-bridge__card.is-visible {
    opacity: 1;
    transform: perspective(900px) rotateX(0deg) translateY(0);
}
.home-bridge__card.is-visible.is-3d-active {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
    box-shadow: 0 22px 44px rgba(0, 33, 71, 0.16);
    border-color: rgba(0, 86, 160, 0.2);
}
.home-bridge__card.is-visible:not(.is-3d-active):hover {
    transform: perspective(900px) translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 33, 71, 0.12);
}
.home-bridge__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 86, 160, 0.12) 0%, rgba(245, 130, 32, 0.1) 100%);
    color: var(--primary);
    transition: transform 0.25s ease;
}
.home-bridge__card.is-3d-active .home-bridge__card-icon,
.home-bridge__card:hover .home-bridge__card-icon {
    transform: scale(1.08) rotate(-4deg);
    color: var(--secondary-dark);
}
.home-bridge__card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--gray);
    font-weight: 500;
}
.home-bridge__separator {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 520px;
    margin: clamp(28px, 4vw, 40px) auto 14px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease 0.2s, transform 0.55s ease 0.2s;
}
.home-bridge__separator.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.home-bridge__separator-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 86, 160, 0.25), transparent);
}
.home-bridge__separator-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid rgba(0, 86, 160, 0.15);
    color: var(--primary);
    box-shadow: 0 6px 18px rgba(0, 33, 71, 0.1);
    animation: homeBridgePulse 2.8s ease-in-out infinite;
}
@keyframes homeBridgePulse {
    0%, 100% { transform: scale(1); box-shadow: 0 6px 18px rgba(0, 33, 71, 0.1); }
    50% { transform: scale(1.06); box-shadow: 0 10px 24px rgba(0, 86, 160, 0.18); }
}
.home-bridge__faq-hint {
    text-align: center;
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.55s ease 0.35s, transform 0.55s ease 0.35s;
}
.home-bridge__faq-hint.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* FAQ Section */
.faq-section {
    background: var(--white);
    padding-top: clamp(28px, 4vw, 44px);
    padding-bottom: clamp(48px, 6vw, 64px);
}
.faq-section--page {
    background: linear-gradient(180deg, #f4f8fc 0%, var(--white) 140px);
    padding-top: 56px;
    padding-bottom: 64px;
}

.faq-page-layout {
    display: grid;
    grid-template-columns: minmax(240px, 300px) 1fr;
    gap: 36px;
    align-items: start;
}
.faq-sidebar { position: sticky; top: 100px; }
.faq-sidebar__card {
    background: var(--white);
    border-radius: 18px;
    padding: 28px 24px;
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 12px 36px rgba(0, 61, 115, 0.1);
}
.faq-sidebar__label {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(245, 130, 32, 0.12);
    border: 1px solid rgba(245, 130, 32, 0.35);
    color: var(--secondary-dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.faq-sidebar__text {
    color: var(--gray);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 20px;
}
.faq-sidebar__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 22px;
}
.faq-sidebar__stat {
    text-align: center;
    padding: 14px 10px;
    border-radius: 12px;
    background: linear-gradient(145deg, #e8f1fa 0%, #f4f8fc 100%);
    border: 1px solid rgba(0, 86, 160, 0.08);
}
.faq-sidebar__stat-value {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1.1;
}
.faq-sidebar__stat-label {
    display: block;
    margin-top: 4px;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--gray);
}
.faq-sidebar__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-sidebar__actions .btn { width: 100%; justify-content: center; }
.faq-sidebar__actions .btn-outline {
    color: var(--primary);
    border-color: rgba(0, 86, 160, 0.35);
}
.faq-sidebar__actions .btn-outline:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-section--page .faq-list { max-width: none; margin: 0; }

.faq-item {
    position: relative;
    border: 1px solid rgba(0, 86, 160, 0.1);
    border-radius: 16px;
    background: var(--white);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 61, 115, 0.06);
    transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.faq-section--page .faq-item {
    opacity: 0;
    transform: translateY(20px);
}
.faq-section--page .faq-item.is-visible {
    animation: faqItemReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--faq-delay, 0) * 0.06s);
}
@keyframes faqItemReveal {
    to { opacity: 1; transform: translateY(0); }
}
.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--secondary), var(--primary));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item[open] {
    border-color: rgba(0, 86, 160, 0.22);
    box-shadow: 0 14px 36px rgba(0, 61, 115, 0.12);
}
.faq-section--page .faq-item[open] { transform: translateY(-2px); }
.faq-item[open]::before { transform: scaleY(1); }

.faq-question {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    color: var(--primary-dark);
    list-style: none;
    transition: color 0.25s ease;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-item[open] .faq-question { color: var(--primary); }

.faq-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--primary);
    background: linear-gradient(145deg, #e8f1fa 0%, #f0f5fa 100%);
    border: 1px solid rgba(0, 86, 160, 0.1);
    transition: background 0.3s ease, color 0.3s ease;
}
.faq-item[open] .faq-number {
    background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%);
    color: var(--white);
    border-color: transparent;
}

.faq-question-text { flex: 1; line-height: 1.45; }

.faq-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 86, 160, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: background 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-icon-chevron { transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
.faq-item[open] .faq-icon {
    background: var(--secondary);
    color: var(--white);
}
.faq-item[open] .faq-icon-chevron { transform: rotate(180deg); }

.faq-answer {
    padding: 0 22px 22px 72px;
    color: var(--gray);
    line-height: 1.8;
    font-size: 0.95rem;
    animation: faqAnswerIn 0.35s ease;
}
@keyframes faqAnswerIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}
.faq-answer p { margin: 0; }

.faq-footer { text-align: center; margin-top: 28px; }
.faq-page-cta { margin-top: 0; }

.faq-cta-section { background: var(--light); text-align: center; }
.faq-cta-inner h2 { font-size: 1.75rem; margin-bottom: 12px; color: var(--primary); }
.faq-cta-inner p { color: var(--gray); margin-bottom: 24px; }

/* CTA Section */
.cta-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 60%, #002a50 100%);
    color: var(--white);
}
.cta-section__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 55%);
}
.cta-box {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}
.section-decor--cta {
    position: absolute;
    top: auto;
    z-index: 1;
    transform: none;
    pointer-events: none;
}
.section-decor--cta img {
    object-fit: contain;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.22));
}
@media (min-width: 769px) {
    .cta-section > .section-decor--cta {
        left: auto;
        right: clamp(16px, 3vw, 48px);
        bottom: clamp(8px, 1vh, 20px);
        width: clamp(320px, 28vw, 460px);
        height: clamp(230px, 22vh, 330px);
        opacity: 0.94;
    }
    .cta-section > .section-decor--cta img {
        object-position: right bottom;
    }
}
@media (max-width: 768px) {
    .cta-section {
        padding: 48px 0 52px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cta-section > .container {
        order: 1;
        width: 100%;
    }
    .cta-section > .section-decor--cta {
        order: 2;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        transform: none;
        width: min(150px, 46vw);
        height: auto;
        margin: 14px auto 0;
        opacity: 0.92;
        z-index: 1;
    }
    .section-decor--cta img {
        width: 100%;
        height: auto;
        max-height: 96px;
        object-fit: contain;
        object-position: center bottom;
        filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
    }
    .cta-box p {
        margin-bottom: 20px;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        max-width: 280px;
        margin: 0 auto;
    }
    .cta-section .btn-primary,
    .cta-section .btn-whatsapp {
        width: 100%;
        min-width: 0;
    }
}
.cta-box h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}
.cta-box p {
    margin-bottom: 28px;
    opacity: 0.92;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.65;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-section .btn-primary {
    background: var(--white);
    color: var(--primary);
    border-color: var(--white);
    font-weight: 700;
    min-width: 160px;
}
.cta-section .btn-primary:hover {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}
.cta-section .btn-whatsapp {
    min-width: 160px;
    font-weight: 700;
}

/* Page Hero */
.page-hero { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: var(--white); padding: 60px 0; text-align: center; }
.page-hero-sm { padding: 40px 0; text-align: left; }
.page-hero h1 { font-size: 2.5rem; margin-bottom: 10px; }
.page-hero p { opacity: 0.9; font-size: 1.1rem; }
.breadcrumb { font-size: 0.9rem; margin-bottom: 12px; opacity: 0.8; overflow-wrap: anywhere; word-break: break-word; }
.breadcrumb a { color: var(--white); }

/* About Page */
.about-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(300px, 38vw, 480px);
    padding: clamp(56px, 8vh, 96px) 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0a1628;
}
.about-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.about-hero-bg__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.about-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 72% 85% at 50% 48%, rgba(0, 15, 35, 0.78) 0%, rgba(0, 20, 45, 0.45) 52%, rgba(0, 33, 71, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 33, 71, 0.65) 0%, rgba(0, 20, 45, 0.4) 45%, rgba(0, 15, 35, 0.72) 100%);
}
.about-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 10, 25, 0.55) 0%, transparent 28%, transparent 72%, rgba(0, 10, 25, 0.55) 100%);
}
.about-hero-grid {
    display: none;
}
.about-hero-orb {
    display: none;
}
.about-hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: aboutHeroFade 0.8s ease both;
}
.about-hero-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(245, 130, 32, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    animation: aboutHeroFade 0.8s ease 0.12s both;
}
.about-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.15;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    animation: aboutHeroFade 0.8s ease 0.22s both;
}
.about-page-hero p {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: aboutHeroFade 0.8s ease 0.32s both;
}
@keyframes aboutHeroFade {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .about-page-hero {
        min-height: clamp(280px, 62vw, 360px);
        padding: clamp(44px, 10vw, 64px) 0;
    }
    .about-hero-bg__photo {
        object-position: 58% center;
    }
    .about-hero-content {
        width: 100%;
        padding: 0;
    }
    .about-page-hero h1 {
        font-size: clamp(1.65rem, 7vw, 2.1rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .about-hero-content,
    .about-hero-badge,
    .about-page-hero h1,
    .about-page-hero p {
        animation: none;
    }
}
.about-stats {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: var(--white);
    padding: 28px 0;
}
.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
}
.about-stat {
    padding: 8px 12px;
}
.about-stat__value {
    display: block;
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 4px;
    color: var(--white);
}
.about-stat__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.85;
}
.about-intro {
    position: relative;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 64px;
}
.about-intro > .container {
    position: relative;
    z-index: 2;
}
.section-decor--about {
    position: absolute;
    top: auto;
    left: auto;
    bottom: clamp(16px, 2.5vh, 40px);
    width: min(280px, 24vw);
    height: min(220px, 22vh);
    opacity: 0.88;
    filter: drop-shadow(0 14px 32px rgba(245, 130, 32, 0.16));
    pointer-events: none;
    z-index: 0;
}
.section-decor--about img {
    object-fit: contain;
    object-position: left bottom;
}
@media (min-width: 769px) and (max-width: 1440px) {
    .about-intro {
        overflow: visible;
    }
    .about-intro > .section-decor--about {
        left: calc((100vw - min(1200px, 100vw - 40px)) / 2 + 20px);
        transform: translateX(calc(-100% - 24px));
        bottom: clamp(20px, 3vh, 52px);
        width: clamp(155px, 13vw, 210px);
        height: clamp(115px, 11vh, 165px);
        opacity: 0.82;
    }
    .about-grid {
        position: relative;
        z-index: 1;
    }
    .about-content {
        position: relative;
        z-index: 2;
    }
}
@media (min-width: 1441px) {
    .about-intro > .section-decor--about {
        left: calc((100vw - min(1200px, 100vw - 40px)) / 2 + 20px);
        transform: translateX(calc(-100% - 28px));
        width: min(260px, 20vw);
        height: min(200px, 18vh);
    }
}
@media (max-width: 768px) {
    .about-intro {
        padding-top: 48px;
        padding-bottom: 40px;
        overflow: visible;
        display: flex;
        flex-direction: column;
    }
    .about-intro > .container {
        order: 1;
    }
    .about-grid {
        gap: 24px;
    }
    .about-content {
        position: relative;
        z-index: 1;
    }
    .about-lead {
        font-size: 0.96rem;
        line-height: 1.75;
    }
    .about-image__frame img {
        aspect-ratio: 16 / 11;
        max-height: 260px;
    }
    .about-intro > .section-decor--about {
        order: 2;
        transform: none;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: min(220px, 68vw);
        height: auto;
        margin: 20px auto 0;
        opacity: 0.88;
        z-index: 1;
    }
    .section-decor--about img {
        width: 100%;
        height: auto;
        max-height: 130px;
        object-fit: contain;
        object-position: center center;
    }
}
.about-label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(245, 130, 32, 0.12);
    border: 1px solid rgba(245, 130, 32, 0.35);
    color: var(--secondary-dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.about-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(32px, 5vw, 56px);
    align-items: center;
}
.about-content h2 {
    color: var(--primary);
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.about-lead {
    font-size: 1.02rem;
    color: var(--gray);
    margin-bottom: 0;
    line-height: 1.8;
}
.about-page-content {
    margin-top: 20px;
    color: var(--gray);
    line-height: 1.75;
}
.about-image__frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 61, 115, 0.18);
}
.about-image__frame img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}
.about-image__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(5, 22, 46, 0.92) 0%, rgba(5, 22, 46, 0.4) 70%, transparent 100%);
    color: var(--white);
}
.about-image__tag {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 5px 12px;
    border-radius: 50px;
    background: var(--secondary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.about-image__overlay strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.4;
}
.about-pillars {
    padding: 64px 0;
}
.about-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.about-pillar {
    position: relative;
    overflow: hidden;
    background: var(--white);
    padding: 28px 24px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef1f5;
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 0.6s ease var(--pillar-delay, 0s),
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) var(--pillar-delay, 0s),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}
.about-pillar:nth-child(1) { --pillar-delay: 0s; }
.about-pillar:nth-child(2) { --pillar-delay: 0.14s; }
.about-pillar:nth-child(3) { --pillar-delay: 0.28s; }
.about-pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-pillar.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.about-pillar.is-visible:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0, 61, 115, 0.14);
    border-color: rgba(245, 130, 32, 0.35);
}
.about-pillar.is-visible:hover::before {
    transform: scaleX(1);
}
.about-pillar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 86, 160, 0.1) 0%, rgba(245, 130, 32, 0.12) 100%);
    color: var(--primary);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}
.about-pillar.is-visible:hover .about-pillar__icon {
    transform: scale(1.1) rotate(-4deg);
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.2) 0%, rgba(0, 86, 160, 0.14) 100%);
}
.about-pillar.is-visible:hover .about-pillar__icon svg {
    animation: pillarIconPop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes pillarIconPop {
    0% { transform: scale(1); }
    45% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .about-pillar {
        opacity: 1;
        transform: none;
        transition: box-shadow 0.35s ease, border-color 0.35s ease;
    }
    .about-pillar::before,
    .about-pillar.is-visible:hover::before {
        transform: scaleX(1);
    }
    .about-pillar.is-visible:hover .about-pillar__icon svg {
        animation: none;
    }
    .about-section-head,
    .about-cnc__card,
    .about-why__item,
    .about-why__cta {
        opacity: 1;
        transform: none;
        transition: box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    }
    .about-cnc__card::before,
    .about-cnc__card.is-visible:hover::before {
        transform: scaleX(1);
    }
    .about-cnc__card.is-visible:hover .about-cnc__icon svg,
    .about-why__item.is-visible:hover .about-why__check svg {
        animation: none;
    }
}
.about-pillar h3 {
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-pillar p {
    color: var(--gray);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
}
.about-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.65s ease,
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-section-head.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.about-section-head h2 {
    color: var(--primary);
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 10px;
}
.about-section-head p {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}
.about-cnc {
    padding: 64px 0;
    background: linear-gradient(180deg, #f8fafc 0%, var(--white) 100%);
}
.about-cnc__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.about-cnc__card {
    position: relative;
    overflow: hidden;
    background: var(--white);
    padding: 28px 20px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #e8edf3;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(32px) scale(0.97);
    transition:
        opacity 0.6s ease var(--cnc-delay, 0s),
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) var(--cnc-delay, 0s),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}
.about-cnc__card:nth-child(1) { --cnc-delay: 0s; }
.about-cnc__card:nth-child(2) { --cnc-delay: 0.1s; }
.about-cnc__card:nth-child(3) { --cnc-delay: 0.2s; }
.about-cnc__card:nth-child(4) { --cnc-delay: 0.3s; }
.about-cnc__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-cnc__card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.about-cnc__card.is-visible:hover {
    transform: translateY(-8px) scale(1);
    border-color: rgba(0, 86, 160, 0.3);
    box-shadow: 0 18px 44px rgba(0, 61, 115, 0.12);
}
.about-cnc__card.is-visible:hover::before {
    transform: scaleX(1);
}
.about-cnc__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--primary);
    color: var(--white);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}
.about-cnc__card.is-visible:hover .about-cnc__icon {
    transform: scale(1.1) rotate(-3deg);
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}
.about-cnc__card.is-visible:hover .about-cnc__icon svg {
    animation: pillarIconPop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-cnc__card h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.4;
    margin: 0;
}
.about-why {
    padding: 64px 0 72px;
    background: #eef3f9;
}
.about-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.about-why__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 22px;
    border-radius: 12px;
    background: var(--gray-light);
    border: 1px solid #e8edf3;
    opacity: 0;
    transform: translateX(-28px);
    transition:
        opacity 0.55s ease var(--why-delay, 0s),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--why-delay, 0s),
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}
.about-why__item:nth-child(1) { --why-delay: 0s; }
.about-why__item:nth-child(2) { --why-delay: 0.08s; }
.about-why__item:nth-child(3) { --why-delay: 0.16s; }
.about-why__item:nth-child(4) { --why-delay: 0.24s; }
.about-why__item:nth-child(5) { --why-delay: 0.32s; }
.about-why__item.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.about-why__item.is-visible:hover {
    transform: translateX(6px) translateY(-3px);
    background: var(--white);
    border-color: rgba(245, 130, 32, 0.35);
    box-shadow: 0 10px 32px rgba(0, 61, 115, 0.08);
}
.about-why__check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--white);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}
.about-why__item.is-visible:hover .about-why__check {
    transform: scale(1.12);
    background: var(--secondary);
}
.about-why__item.is-visible:hover .about-why__check svg {
    animation: pillarIconPop 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-why__item p {
    margin: 0;
    color: var(--dark);
    font-size: 0.94rem;
    line-height: 1.55;
    font-weight: 500;
}
.about-why__cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease 0.15s,
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.about-why__cta.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.about-why__cta .btn-outline {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}
.about-why__cta .btn-outline:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* Legacy about aliases */
.about-blocks { display: grid; gap: 20px; }
.about-block { background: var(--gray-light); padding: 24px; border-radius: var(--radius); border-left: 4px solid var(--secondary); }
.about-block h3 { color: var(--primary); margin-bottom: 8px; }
.about-image img { border-radius: var(--radius); box-shadow: var(--shadow); }
.cnc-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cnc-card { background: var(--white); padding: 30px; border-radius: var(--radius); text-align: center; box-shadow: var(--shadow); }
.cnc-card-icon { font-size: 2.5rem; margin-bottom: 12px; }
.cnc-card h3 { font-size: 0.95rem; color: var(--primary); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.why-item { display: flex; gap: 16px; align-items: start; background: var(--gray-light); padding: 20px; border-radius: var(--radius); }
.why-number { background: var(--secondary); color: var(--white); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }

/* Filter Bar */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.filter-btn { padding: 10px 20px; border-radius: 30px; border: 2px solid var(--gray-light); color: var(--dark); font-weight: 500; transition: var(--transition); }
.filter-btn:hover, .filter-btn.active { background: var(--primary); color: var(--white); border-color: var(--primary); }
.products-filter-bar.filter-bar .filter-btn {
    padding: 10px 20px;
    border-radius: 30px;
    border-color: transparent;
    background: transparent;
    color: var(--primary);
    font-weight: 600;
}
.products-filter-bar.filter-bar .filter-btn.filter-btn-glow {
    background: transparent;
    border-color: transparent;
    color: var(--white);
}
.products-filter-bar.filter-bar .filter-btn.active:not(.filter-btn-glow) {
    background: transparent;
    border-color: transparent;
    color: var(--primary);
}
.products-filter-bar.filter-bar .filter-btn:not(.active):not(.filter-btn-glow):hover {
    background: transparent;
    border-color: transparent;
    color: var(--primary-dark);
}
.location-banner { background: var(--gray-light); padding: 24px; border-radius: var(--radius); margin-bottom: 30px; border-left: 4px solid var(--secondary); }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.location-tag { background: var(--white); border: 1px solid #ddd; padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; color: var(--dark); transition: var(--transition); }
.location-tag.is-active { background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%); color: var(--white); border-color: var(--primary); font-weight: 600; box-shadow: 0 4px 14px rgba(0, 86, 160, 0.25); }
.location-tag:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* Product Detail */
.product-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; align-items: start; min-width: 0; max-width: 100%; }
.product-detail-info { min-width: 0; max-width: 100%; }
.product-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0; min-width: 0; }
.highlight { background: var(--gray-light); padding: 16px; border-radius: var(--radius); min-width: 0; overflow-wrap: anywhere; }
.highlight strong { display: block; color: var(--primary); font-size: 0.85rem; margin-bottom: 6px; font-weight: 700; }
.highlight span { display: block; color: var(--dark); font-size: 0.95rem; font-weight: 600; line-height: 1.45; }
.product-detail-actions { display: flex; gap: 12px; flex-wrap: wrap; max-width: 100%; }
.specs-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.specs-table { width: 100%; min-width: 0; border-collapse: collapse; margin-top: 20px; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.specs-table th, .specs-table td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--gray-light); }
.specs-table th { background: var(--primary); color: var(--white); }
.specs-table tr:last-child td { border-bottom: none; }

/* Gallery */
.gallery-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(280px, 36vw, 440px);
    padding: clamp(52px, 7vh, 88px) 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0a1628;
}
.gallery-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.gallery-hero-bg__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.gallery-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 72% 85% at 50% 48%, rgba(0, 15, 35, 0.78) 0%, rgba(0, 20, 45, 0.45) 52%, rgba(0, 33, 71, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 33, 71, 0.62) 0%, rgba(0, 20, 45, 0.38) 45%, rgba(0, 15, 35, 0.68) 100%);
}
.gallery-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 10, 25, 0.5) 0%, transparent 28%, transparent 72%, rgba(0, 10, 25, 0.5) 100%);
}
.gallery-hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: galleryHeroFade 0.8s ease both;
}
.gallery-hero-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(245, 130, 32, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    animation: galleryHeroFade 0.8s ease 0.15s both;
}
.gallery-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.15;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    animation: galleryHeroFade 0.8s ease 0.25s both;
}
.gallery-page-hero p {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: galleryHeroFade 0.8s ease 0.35s both;
}
@keyframes galleryHeroFade {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .gallery-page-hero {
        min-height: clamp(260px, 58vw, 340px);
        padding: clamp(40px, 9vw, 56px) 0;
    }
    .gallery-hero-bg__photo {
        object-position: 55% center;
    }
    .gallery-hero-content {
        width: 100%;
        padding: 0;
    }
    .gallery-page-hero h1 {
        font-size: clamp(1.65rem, 7vw, 2rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .gallery-hero-content,
    .gallery-hero-badge,
    .gallery-page-hero h1,
    .gallery-page-hero p {
        animation: none;
    }
}

.gallery-section {
    background: linear-gradient(180deg, var(--gray-light) 0%, var(--white) 120px);
    position: relative;
}
.gallery-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(0,86,160,0.06) 1px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
}
.gallery-section-header { text-align: center; max-width: 640px; margin: 0 auto 48px; position: relative; z-index: 1; }
.gallery-section-label {
    display: inline-block;
    color: var(--secondary);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gallery-section-header h2 { font-size: 1.75rem; color: var(--dark); margin-bottom: 16px; }
.gallery-section-line {
    width: 60px;
    height: 4px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    animation: galleryLineGrow 1s ease 0.5s both;
}
@keyframes galleryLineGrow {
    from { width: 0; opacity: 0; }
    to { width: 60px; opacity: 1; }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.gallery-item {
    position: relative;
    border: none;
    padding: 0;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(0,86,160,0.08);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
    opacity: 0;
    transform: translateY(32px) scale(0.96);
}
.gallery-item.is-visible {
    animation: galleryItemReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--gallery-delay, 0) * 0.07s);
}
@keyframes galleryItemReveal {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.gallery-item:hover,
.gallery-item:focus-visible {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 36px rgba(0,86,160,0.18);
    outline: none;
}
.gallery-item-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    background: var(--white);
}
.gallery-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-item:hover img,
.gallery-item:focus-visible img { transform: scale(1.04); }

/* Blue parda — image border only */
.gallery-parda {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: 10px;
}
.gallery-parda-line {
    position: absolute;
    background-color: var(--primary);
}
.gallery-parda-line--top,
.gallery-parda-line--bottom {
    left: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,0.14) 0px,
        rgba(255,255,255,0.14) 5px,
        rgba(0,0,0,0.06) 5px,
        rgba(0,0,0,0.06) 12px
    );
}
.gallery-parda-line--left,
.gallery-parda-line--right {
    top: 0;
    height: 100%;
    width: 6px;
    background-image: repeating-linear-gradient(
        180deg,
        rgba(255,255,255,0.14) 0px,
        rgba(255,255,255,0.14) 5px,
        rgba(0,0,0,0.06) 5px,
        rgba(0,0,0,0.06) 12px
    );
}
.gallery-parda-line--top {
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.42s cubic-bezier(0.33, 1, 0.45, 1);
}
.gallery-parda-line--right {
    right: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.42s cubic-bezier(0.33, 1, 0.45, 1) 0.1s;
}
.gallery-parda-line--bottom {
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.42s cubic-bezier(0.33, 1, 0.45, 1) 0.2s;
}
.gallery-parda-line--left {
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.42s cubic-bezier(0.33, 1, 0.45, 1) 0.3s;
}
.gallery-item:hover .gallery-parda-line--top,
.gallery-item:focus-visible .gallery-parda-line--top { transform: scaleX(1); }
.gallery-item:hover .gallery-parda-line--right,
.gallery-item:focus-visible .gallery-parda-line--right { transform: scaleY(1); }
.gallery-item:hover .gallery-parda-line--bottom,
.gallery-item:focus-visible .gallery-parda-line--bottom { transform: scaleX(1); }
.gallery-item:hover .gallery-parda-line--left,
.gallery-item:focus-visible .gallery-parda-line--left { transform: scaleY(1); }

.gallery-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.35s ease 0.25s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
    box-shadow: 0 4px 16px rgba(0,86,160,0.35);
    pointer-events: none;
}
.gallery-item:hover .gallery-zoom-icon,
.gallery-item:focus-visible .gallery-zoom-icon {
    opacity: 1;
    transform: scale(1);
}

/* Gallery Lightbox */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 30, 0.92);
    backdrop-filter: blur(12px);
    animation: galleryFadeIn 0.3s ease;
}
@keyframes galleryFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.gallery-lightbox-stage {
    position: relative;
    z-index: 1;
    max-width: min(900px, 92vw);
    width: 100%;
    animation: galleryLightboxPop 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes galleryLightboxPop {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.gallery-lightbox-img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 24px 80px rgba(0,0,0,0.4);
    padding: 20px;
}
.gallery-lightbox-caption {
    color: var(--white);
    text-align: center;
    margin-top: 16px;
    font-size: 1rem;
    font-weight: 500;
}
.gallery-lightbox-counter {
    display: block;
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    margin-top: 8px;
}
.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    z-index: 2;
    border: none;
    background: rgba(255,255,255,0.12);
    color: var(--white);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    backdrop-filter: blur(8px);
}
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover { background: rgba(255,255,255,0.25); transform: scale(1.05); }
.gallery-lightbox-close {
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.75rem;
    line-height: 1;
}
.gallery-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
}
.gallery-lightbox-nav:hover { transform: translateY(-50%) scale(1.08); }
.gallery-lightbox-prev { left: 20px; }
.gallery-lightbox-next { right: 20px; }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 20px; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Testimonials Page */
.testimonial-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(280px, 36vw, 440px);
    padding: clamp(52px, 7vh, 88px) 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0a1628;
}
.testimonial-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.testimonial-hero-bg__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.testimonial-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 72% 85% at 50% 48%, rgba(0, 15, 35, 0.78) 0%, rgba(0, 20, 45, 0.45) 52%, rgba(0, 33, 71, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 33, 71, 0.62) 0%, rgba(0, 20, 45, 0.38) 45%, rgba(0, 15, 35, 0.68) 100%);
}
.testimonial-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 10, 25, 0.5) 0%, transparent 28%, transparent 72%, rgba(0, 10, 25, 0.5) 100%);
}
.testimonial-hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: testimonialHeroFade 0.8s ease both;
}
.testimonial-hero-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(245, 130, 32, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    animation: testimonialHeroFade 0.8s ease 0.12s both;
}
.testimonial-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.15;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    animation: testimonialHeroFade 0.8s ease 0.22s both;
}
.testimonial-page-hero p {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: testimonialHeroFade 0.8s ease 0.32s both;
}
@keyframes testimonialHeroFade {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .testimonial-page-hero {
        min-height: clamp(260px, 58vw, 340px);
        padding: clamp(40px, 9vw, 56px) 0;
    }
    .testimonial-hero-bg__photo {
        object-position: 55% center;
    }
    .testimonial-hero-content {
        width: 100%;
        padding: 0;
    }
    .testimonial-page-hero h1 {
        font-size: clamp(1.65rem, 7vw, 2rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .testimonial-hero-content,
    .testimonial-hero-badge,
    .testimonial-page-hero h1,
    .testimonial-page-hero p {
        animation: none;
    }
}
.testimonial-stats {
    background: var(--white);
    border-bottom: 1px solid #e8edf3;
    padding: 22px 0;
    box-shadow: 0 8px 24px rgba(0, 61, 115, 0.05);
    position: relative;
    overflow: hidden;
}
.testimonial-stats::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 86, 160, 0.04), transparent);
    transform: translateX(-100%);
    animation: testimonialStatsShine 4s ease-in-out 1.2s infinite;
    pointer-events: none;
}
@keyframes testimonialStatsShine {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}
.testimonial-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.testimonial-stat {
    opacity: 0;
    transform: translateY(18px);
}
.testimonial-stat.is-visible {
    animation: testimonialStatReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--stat-delay, 0s);
}
@keyframes testimonialStatReveal {
    to { opacity: 1; transform: translateY(0); }
}
.testimonial-stat strong {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--primary);
    line-height: 1.1;
    margin-bottom: 4px;
}
.testimonial-stat__number {
    display: inline-block;
    font-variant-numeric: tabular-nums;
}
.testimonial-stat span {
    display: block;
    font-size: 0.82rem;
    color: var(--gray);
    font-weight: 600;
}
.testimonial-section {
    background: #f4f8fc;
    padding-top: clamp(44px, 6vw, 56px);
    padding-bottom: clamp(36px, 5vw, 48px);
}
.home-testimonials__head {
    margin-bottom: 36px;
}
.home-testimonials__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(0, 86, 160, 0.08);
    border: 1px solid rgba(0, 86, 160, 0.14);
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.home-testimonials__footer {
    margin-top: 36px;
    text-align: center;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.testimonial-card {
    position: relative;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(0, 86, 160, 0.1);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 61, 115, 0.07);
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--testimonial-delay, 0s),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) var(--testimonial-delay, 0s),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}
.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonial-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.testimonial-card.is-visible:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 22px 50px rgba(0, 61, 115, 0.14);
    border-color: rgba(0, 86, 160, 0.22);
}
.testimonial-card.is-visible:hover::before {
    transform: scaleX(1);
}
.testimonial-card__stars {
    display: inline-flex;
    gap: 3px;
    color: var(--secondary);
}
.testimonial-card__stars svg {
    opacity: 0;
    transform: scale(0.4) rotate(-20deg);
    transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonial-card.is-visible .testimonial-card__stars svg {
    opacity: 1;
    transform: scale(1) rotate(0);
}
.testimonial-card.is-visible .testimonial-card__stars svg:nth-child(1) { transition-delay: calc(var(--testimonial-delay, 0s) + 0.08s); }
.testimonial-card.is-visible .testimonial-card__stars svg:nth-child(2) { transition-delay: calc(var(--testimonial-delay, 0s) + 0.14s); }
.testimonial-card.is-visible .testimonial-card__stars svg:nth-child(3) { transition-delay: calc(var(--testimonial-delay, 0s) + 0.2s); }
.testimonial-card.is-visible .testimonial-card__stars svg:nth-child(4) { transition-delay: calc(var(--testimonial-delay, 0s) + 0.26s); }
.testimonial-card.is-visible .testimonial-card__stars svg:nth-child(5) { transition-delay: calc(var(--testimonial-delay, 0s) + 0.32s); }
.testimonial-card__quote {
    margin: 0;
    flex: 1;
}
.testimonial-card__quote p {
    margin: 0;
    color: var(--dark);
    font-size: 0.95rem;
    line-height: 1.7;
}
.testimonial-card__quote p::before {
    content: '"';
    color: var(--primary);
    font-size: 1.4rem;
    line-height: 0;
    margin-right: 2px;
}
.testimonial-card__footer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #eef2f6;
}
.testimonial-card__avatar {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    box-shadow: 0 0 0 0 rgba(0, 86, 160, 0.25);
}
.testimonial-card.is-visible:hover .testimonial-card__avatar {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px rgba(0, 86, 160, 0.12);
}
.testimonial-card__meta strong {
    display: block;
    color: var(--dark);
    font-size: 0.95rem;
}
.testimonial-card__meta span {
    display: block;
    color: var(--gray);
    font-size: 0.82rem;
}
.testimonial-card__product {
    grid-column: 2;
    justify-self: start;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 86, 160, 0.08);
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.testimonial-empty {
    text-align: center;
    color: var(--gray);
    padding: 40px 20px;
}

.testimonial-page-cta .cta-box {
    opacity: 0;
    transform: translateY(24px);
}
.testimonial-page-cta .cta-box.is-visible {
    animation: testimonialHeroFade 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-stats::after {
        animation: none;
    }
    .testimonial-stat,
    .testimonial-card,
    .testimonial-page-cta .cta-box {
        opacity: 1;
        transform: none;
    }
    .testimonial-card__stars svg {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Inquiry Form */
.inquiry-section {
    background: linear-gradient(180deg, #f4f8fc 0%, var(--white) 160px);
    padding-top: 48px;
    padding-bottom: 72px;
}
.inquiry-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 28px;
    align-items: start;
    max-width: 1080px;
    margin: 0 auto;
}
.inquiry-form-wrapper {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 16px 48px rgba(0, 61, 115, 0.08);
    padding: clamp(24px, 3vw, 32px);
}
.inquiry-form {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.inquiry-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}
.inquiry-form .form-row .form-group { margin-bottom: 0; min-width: 0; }
.inquiry-form .form-group { margin-bottom: 20px; }
.inquiry-form .form-group:last-child { margin-bottom: 0; }
.inquiry-form .form-group input,
.inquiry-form .form-group select,
.inquiry-form .form-group textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
}
.inquiry-form .form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.inquiry-form .form-group textarea { min-height: 140px; resize: vertical; }
.inquiry-form__footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8edf3;
}
.inquiry-form__footer .inquiry-whatsapp-note {
    margin: 0 0 14px;
    font-size: 0.86rem;
    line-height: 1.55;
}
.inquiry-form__footer .btn {
    width: 100%;
    justify-content: center;
}
.inquiry-sidebar { position: sticky; top: 120px; }
.inquiry-sidebar-card {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 12px 36px rgba(0, 61, 115, 0.08);
    padding: 24px;
}
.inquiry-sidebar-card h3 {
    color: var(--primary);
    margin: 0 0 18px;
    font-size: 1.15rem;
}
.inquiry-contact-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 14px;
}
.inquiry-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--gray);
}
.inquiry-contact-list__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 86, 160, 0.08);
    color: var(--primary);
}
.inquiry-contact-list a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
.inquiry-contact-list a:hover { color: var(--secondary); }
.inquiry-sidebar-card .btn-whatsapp { margin-top: 4px; }

.inquiry-product-preview { display: flex; gap: 20px; align-items: flex-start; padding: 20px; margin-bottom: 24px; background: linear-gradient(135deg, #f8fafc 0%, #eef4fa 100%); border: 1px solid rgba(0, 86, 160, 0.12); border-radius: 14px; }
.inquiry-product-preview.is-hidden { display: none; }
.inquiry-product-preview-image { flex: 0 0 140px; background: var(--white); border-radius: var(--radius); padding: 10px; border: 1px solid #e5e7eb; }
.inquiry-product-preview-image img { width: 100%; height: 120px; object-fit: contain; display: block; }
.inquiry-product-preview-label { margin: 0 0 6px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--primary); }
.inquiry-product-preview-body h3 { margin: 0 0 8px; color: var(--dark); font-size: 1.2rem; }
.inquiry-product-preview-desc { margin: 0 0 12px; color: var(--gray); line-height: 1.5; font-size: 0.92rem; }
.inquiry-product-preview-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.inquiry-product-preview-meta span { background: var(--white); border: 1px solid #e5e7eb; border-radius: 999px; padding: 6px 12px; font-size: 0.85rem; font-weight: 600; color: var(--dark); }
.inquiry-wa-bridge { margin-bottom: 24px; }
.inquiry-wa-bridge-image { max-width: 220px; margin: 0 auto 16px; padding: 12px; background: var(--white); border: 1px solid #e5e7eb; border-radius: var(--radius); text-align: center; }
.inquiry-wa-bridge-image img { width: 100%; height: 160px; object-fit: contain; display: block; }
.inquiry-wa-bridge-caption { margin: 10px 0 0; font-weight: 600; color: var(--dark); font-size: 0.92rem; }
.inquiry-whatsapp-note { margin: 0 0 16px; font-size: 0.9rem; color: var(--gray); line-height: 1.5; }
.inquiry-whatsapp-note[hidden] { display: none; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--dark); font-size: 0.9rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid #e5e7eb; border-radius: var(--radius); font-size: 0.95rem; font-family: inherit; transition: var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.info-card { background: var(--gray-light); padding: 24px; border-radius: var(--radius); margin-bottom: 16px; }
.info-card h3 { color: var(--primary); margin-bottom: 12px; }
.info-card p { margin-bottom: 8px; }
.alert { padding: 16px 20px; border-radius: var(--radius); margin-bottom: 20px; font-weight: 500; }
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid var(--success); }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid var(--error); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: 36px; align-items: start; }
.contact-section {
    background: linear-gradient(180deg, #f4f8fc 0%, var(--white) 140px);
    padding-top: 56px;
    padding-bottom: 72px;
}
.contact-info { display: grid; gap: 16px; }

.contact-card {
    position: relative;
    background: var(--white);
    padding: 22px 22px 22px 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 8px 28px rgba(0, 61, 115, 0.07);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    opacity: 0;
    transform: translateY(20px);
}
.contact-card.is-visible {
    animation: contactCardReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--contact-delay, 0) * 0.07s);
}
@keyframes contactCardReveal {
    to { opacity: 1; transform: translateY(0); }
}
.contact-card.is-visible:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 61, 115, 0.12);
    border-color: rgba(0, 86, 160, 0.2);
}
.contact-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--secondary), var(--primary));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.contact-card.is-visible:hover::before { opacity: 1; }
.contact-card--highlight {
    background: linear-gradient(145deg, #f0f7ff 0%, var(--white) 100%);
    border-color: rgba(0, 86, 160, 0.16);
}
.contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%);
    color: var(--white);
    box-shadow: 0 6px 16px rgba(0, 86, 160, 0.25);
}
.contact-card__icon--phone { background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3); }
.contact-card__icon--email { background: linear-gradient(135deg, var(--secondary) 0%, #e07010 100%); box-shadow: 0 6px 16px rgba(245, 130, 32, 0.28); }
.contact-card__icon--hours { background: linear-gradient(135deg, #4da3ff 0%, var(--primary) 100%); }
.contact-card h3 {
    color: var(--primary-dark);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 8px;
}
.contact-card p {
    color: var(--gray);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}
.contact-card p a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}
.contact-card p a:hover { color: var(--secondary); }
.contact-card .btn-whatsapp { margin-top: 12px; }

.contact-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 4px;
    opacity: 0;
    transform: translateY(16px);
}
.contact-quick-actions.is-visible {
    animation: contactCardReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}
.contact-quick-actions .btn {
    justify-content: center;
    width: 100%;
    font-size: 0.85rem;
    padding: 10px 14px;
}

.contact-map-wrap {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 16px 48px rgba(0, 61, 115, 0.1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
}
.contact-map-wrap.is-visible {
    animation: contactCardReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}
.contact-map-head {
    padding: 24px 28px 16px;
    border-bottom: 1px solid #e8edf3;
    background: linear-gradient(180deg, #fafbfd 0%, var(--white) 100%);
}
.contact-map-label {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(245, 130, 32, 0.12);
    border: 1px solid rgba(245, 130, 32, 0.35);
    color: var(--secondary-dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-map-head h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-dark);
}
.contact-map {
    height: min(520px, 62vh);
    min-height: 360px;
    background: #eef3f8;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Blog */
.blog-page-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(280px, 36vw, 440px);
    padding: clamp(52px, 7vh, 88px) 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #0a1628;
}
.blog-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.blog-hero-bg__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.blog-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 72% 85% at 50% 48%, rgba(0, 15, 35, 0.78) 0%, rgba(0, 20, 45, 0.45) 52%, rgba(0, 33, 71, 0.35) 100%),
        linear-gradient(180deg, rgba(0, 33, 71, 0.62) 0%, rgba(0, 20, 45, 0.38) 45%, rgba(0, 15, 35, 0.68) 100%);
}
.blog-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 10, 25, 0.5) 0%, transparent 28%, transparent 72%, rgba(0, 10, 25, 0.5) 100%);
}
.blog-hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: blogHeroFade 0.8s ease both;
}
.blog-hero-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(245, 130, 32, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    animation: blogHeroFade 0.8s ease 0.12s both;
}
.blog-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.65rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.15;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
    animation: blogHeroFade 0.8s ease 0.22s both;
}
.blog-page-hero p {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    color: rgba(255, 255, 255, 0.96);
    opacity: 1;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    animation: blogHeroFade 0.8s ease 0.32s both;
}
@keyframes blogHeroFade {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .blog-page-hero {
        min-height: clamp(260px, 58vw, 340px);
        padding: clamp(40px, 9vw, 56px) 0;
    }
    .blog-hero-bg__photo {
        object-position: 55% center;
    }
    .blog-hero-content {
        width: 100%;
        padding: 0;
    }
    .blog-page-hero h1 {
        font-size: clamp(1.65rem, 7vw, 2rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .blog-hero-content,
    .blog-hero-badge,
    .blog-page-hero h1,
    .blog-page-hero p {
        animation: none;
    }
}

.blog-section {
    background: linear-gradient(180deg, #f4f8fc 0%, var(--white) 160px);
    padding-top: 56px;
    padding-bottom: 72px;
}
.blog-empty {
    text-align: center;
    color: var(--gray);
    padding: 48px 0;
}

.blog-card--featured {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 0;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 61, 115, 0.12);
    border: 1px solid rgba(0, 86, 160, 0.1);
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(32px);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.blog-card--featured.is-visible {
    animation: blogCardReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.blog-card--featured.is-visible:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 61, 115, 0.16);
}
.blog-card--featured .blog-card__media {
    min-height: 320px;
}
.blog-card--featured .blog-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 40px;
}
.blog-card--featured h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}
.blog-card--featured p {
    -webkit-line-clamp: 4;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.blog-card:not(.blog-card--featured) {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 86, 160, 0.08);
    box-shadow: 0 8px 28px rgba(0, 61, 115, 0.07);
    opacity: 0;
    transform: translateY(28px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.blog-card:not(.blog-card--featured).is-visible {
    animation: blogCardReveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--blog-delay, 0) * 0.07s);
}
@keyframes blogCardReveal {
    to { opacity: 1; transform: translateY(0); }
}
.blog-card:not(.blog-card--featured).is-visible:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 44px rgba(0, 61, 115, 0.14);
    border-color: rgba(0, 86, 160, 0.18);
}

.blog-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #e8eef5;
}
.blog-card:not(.blog-card--featured) .blog-card__media {
    height: 210px;
}
.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-card__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 40, 80, 0.45) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.blog-card:hover .blog-card__media img { transform: scale(1.06); }
.blog-card:hover .blog-card__media-overlay { opacity: 1; }

.blog-card__date-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.blog-card__date-badge time { color: inherit; }

.blog-card__body {
    padding: 22px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-card__label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(245, 130, 32, 0.12);
    border: 1px solid rgba(245, 130, 32, 0.35);
    color: var(--secondary-dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.blog-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: var(--gray);
}
.blog-card__meta time { color: var(--gray); }
.blog-card__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--secondary);
}
.blog-card__read-time { font-weight: 600; color: var(--primary); }

.blog-card__body h2 {
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}
.blog-card__body h2 a {
    color: var(--primary-dark);
    text-decoration: none;
    transition: color 0.25s ease;
}
.blog-card__body h2 a:hover { color: var(--secondary); }

.blog-card__body p {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 8px 16px;
    border-radius: 999px;
    border: 2px solid var(--secondary);
    color: var(--secondary-dark);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.blog-card__link:hover {
    background: var(--secondary);
    color: var(--white);
    transform: translateX(3px);
}
.blog-card--featured .blog-card__link {
    padding: 12px 22px;
    font-size: 0.88rem;
    background: linear-gradient(135deg, var(--primary) 0%, #004a8c 100%);
    border-color: transparent;
    color: var(--white);
}
.blog-card--featured .blog-card__link:hover {
    background: linear-gradient(135deg, #004a8c 0%, var(--primary) 100%);
    color: var(--white);
}

.blog-pagination {
    margin-top: 48px;
    text-align: center;
}
.blog-pagination .nav-links {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(0, 86, 160, 0.15);
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* Blog single post */
.blog-single-hero {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 48px 0 56px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 55%, #002a50 100%);
}
.blog-single-hero__inner { position: relative; z-index: 1; max-width: 900px; }
.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.blog-back-link:hover {
    transform: translateX(-4px);
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--white);
}
.blog-single-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
}
.blog-single-meta__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--secondary);
}
.blog-single-hero h1 {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    line-height: 1.3;
    margin: 0;
    max-width: 820px;
}

.blog-detail-section {
    padding-top: 48px;
    padding-bottom: 64px;
    background: linear-gradient(180deg, #f4f8fc 0%, var(--white) 120px);
}
.blog-detail { max-width: 860px; margin: 0 auto; }
.blog-detail-article {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(0, 86, 160, 0.1);
    box-shadow: 0 16px 48px rgba(0, 61, 115, 0.1);
    overflow: hidden;
}
.blog-detail-featured {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    background: #eef3f8;
    box-shadow: none;
}
.blog-detail-featured img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    display: block;
}
.blog-detail-excerpt {
    font-size: 1.12rem;
    line-height: 1.75;
    color: var(--primary-dark);
    font-weight: 600;
    margin: 0;
    padding: 28px 32px 0;
}
.blog-detail-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--gray);
    padding: 24px 32px 32px;
}
.blog-detail-content p { margin-bottom: 16px; }
.blog-detail-content h3 { color: var(--primary); font-size: 1.25rem; margin: 28px 0 14px; }
.blog-detail-content ul,
.blog-detail-content ol { margin: 0 0 20px 24px; }
.blog-detail-content li { margin-bottom: 10px; }
.blog-detail-content a { color: var(--primary); font-weight: 600; text-decoration: underline; }
.blog-detail-content a:hover { color: var(--secondary); }
.blog-detail-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 24px 32px 32px;
    border-top: 1px solid #e8edf3;
    background: linear-gradient(180deg, #fafbfd 0%, #f4f8fc 100%);
}
.blog-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Footer */
.site-footer { background: var(--dark); color: var(--white); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-col p { opacity: 0.8; font-size: 0.9rem; line-height: 1.7; }
.footer-col h4 { margin-bottom: 16px; color: var(--secondary); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: var(--white); opacity: 0.8; font-size: 0.9rem; }
.footer-col ul li a:hover { opacity: 1; color: var(--secondary); }
.contact-list li { opacity: 0.8; font-size: 0.9rem; margin-bottom: 10px; }
.social-links { display: flex; gap: 10px; margin-top: 16px; }
.social-links a { width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 0.85rem; }
.social-links a:hover { background: var(--secondary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 24px 0 28px; text-align: center; opacity: 0.85; font-size: 0.85rem; }
.footer-legal { margin-bottom: 14px; }
.footer-legal ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin: 0; padding: 0; }
.footer-legal a { color: var(--white); opacity: 0.85; font-size: 0.88rem; }
.footer-legal a:hover { opacity: 1; color: var(--secondary); }
.footer-copy { margin: 0 0 10px; opacity: 0.75; }
.footer-credits { margin: 0; opacity: 0.75; }
.footer-credits a { color: var(--secondary); font-weight: 600; }
.footer-credits a:hover { color: var(--white); }
.legal-content .legal-body { max-width: 820px; margin: 0 auto; line-height: 1.8; color: var(--text); }
.legal-content .legal-body p { margin-bottom: 16px; }
.legal-content .legal-body strong { color: var(--dark); }

/* WhatsApp Float */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background: var(--whatsapp); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 9999; transition: var(--transition); }
.whatsapp-float:hover { transform: scale(1.1); color: var(--white); }

/* Responsive */
@media (max-width: 992px) {
    .mobile-toggle { display: flex; flex-shrink: 0; margin-left: auto; order: 2; }
    .site-header {
        position: sticky;
        overflow-x: hidden;
        max-width: 100%;
        width: 100%;
    }
    .site-header__bar,
    .header-inner {
        position: static;
        flex-wrap: wrap;
        padding: 12px 0;
        gap: 10px;
        min-height: 0;
        max-width: 100%;
    }
    .logo { order: 1; flex: 1; min-width: 0; }
    .main-nav {
        display: none;
        order: 3;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        transform: none;
        margin: 0;
        flex: none;
        background: var(--white);
        flex-direction: column;
        align-items: stretch;
        padding: 8px 20px 20px;
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
        z-index: 1;
        max-height: calc(100dvh - 120px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
    .main-nav.open { display: flex; }
    .main-nav ul { flex-direction: column; align-items: stretch; width: 100%; gap: 0; }
    .main-nav li { margin: 0; border-bottom: 1px solid #edf1f5; }
    .main-nav li:last-child { border-bottom: none; }
    .main-nav a {
        display: block;
        width: 100%;
        padding: 14px 4px;
        font-size: 1rem;
        white-space: normal;
        border-radius: 0;
        background: transparent;
    }
    .main-nav a:hover:not(.active):not(.nav-cta),
    .main-nav a:focus-visible:not(.active):not(.nav-cta) {
        color: var(--primary);
        background: transparent;
    }
    .main-nav a.active:not(.nav-cta) {
        color: var(--primary);
        background: rgba(26, 58, 108, 0.06);
        font-weight: 600;
        box-shadow: inset 3px 0 0 var(--primary);
        padding-left: 10px;
    }
    .main-nav a.active:not(.nav-cta)::after {
        display: none;
    }
    .main-nav a.nav-cta {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-top: 14px;
        margin-left: 0;
        padding: 14px 20px;
        border-radius: var(--radius);
        font-size: 1rem;
    }
    html[lang="gu"] .main-nav a:not(.nav-cta),
    html[lang="gu"] .main-nav a.nav-cta {
        font-family: 'Noto Sans Gujarati', 'Inter', sans-serif;
        font-size: 1.08rem;
        font-weight: 600;
    }
    html[lang="gu"] .main-nav a.nav-cta { font-weight: 700; }
    .logo { min-width: 0; flex: 1; }
    .logo-text strong { font-size: 1.05rem; line-height: 1.2; }
    .logo-text small { font-size: 0.68rem; line-height: 1.3; }
    .categories-deck__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .category-deck-card {
        aspect-ratio: 3 / 4;
        min-height: 0;
        max-height: 300px;
    }
    .home-bridge__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cnc-studio__grid {
        grid-template-columns: 1fr 1fr;
    }
    .cnc-studio__decor {
        grid-column: 1 / -1;
        min-height: 240px;
        justify-content: flex-end;
        padding-right: 12px;
    }
    .cnc-studio__decor img {
        height: min(260px, 42vw);
    }
    .about-grid, .product-detail-grid, .contact-grid { grid-template-columns: 1fr; }
    .inquiry-grid { grid-template-columns: 1fr; max-width: none; }
    .inquiry-sidebar { position: static; }
    .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-pillars__grid { grid-template-columns: 1fr; }
    .about-cnc__grid { grid-template-columns: repeat(2, 1fr); }
    .about-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-page-layout { grid-template-columns: 1fr; gap: 28px; }
    .faq-sidebar { position: static; }
    .contact-quick-actions { grid-template-columns: 1fr; }
    .blog-card--featured { grid-template-columns: 1fr; }
    .blog-card--featured .blog-card__media { min-height: 260px; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .gallery-lightbox-nav { width: 44px; height: 44px; font-size: 1.5rem; }
    .gallery-lightbox-prev { left: 10px; }
    .gallery-lightbox-next { right: 10px; }
    .counters { padding: 18px 0; }
    .counters-grid { grid-template-columns: repeat(2, 1fr); gap: 12px 0; }
    .counter-item { padding: 10px 8px; }
    .counter-item:nth-child(odd)::after { display: none; }
    .counter-item:not(:last-child)::after { height: 32px; }
    .counter-number { font-size: 1.65rem; }
    .counter-item p { font-size: 0.72rem; }
}

@media (max-width: 768px) {
    html {
        overflow-x: hidden;
        overscroll-behavior-x: none;
    }
    body {
        overflow-x: hidden;
        overscroll-behavior-x: none;
        width: 100%;
        max-width: 100%;
    }
    main,
    .site-header,
    .site-footer,
    .top-bar,
    .section,
    .section-gray,
    .section-wave,
    .products-section,
    .categories-deck,
    .cta-section,
    .about-intro,
    .page-hero,
    .product-detail-grid,
    .product-detail-info {
        max-width: 100%;
        overflow-x: hidden;
    }
    .site-footer {
        width: 100%;
    }
    .footer-grid,
    .footer-col,
    .footer-bottom {
        min-width: 0;
        max-width: 100%;
    }
    .footer-col p,
    .footer-col ul li,
    .footer-col ul li a,
    .contact-list li {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .container { padding-left: 16px; padding-right: 16px; max-width: 100%; width: 100%; }

    .page-hero,
    .page-hero-sm {
        overflow-x: hidden;
        max-width: 100%;
    }
    .page-hero h1 {
        font-size: clamp(1.35rem, 6vw, 2rem);
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .page-hero .lead,
    .product-detail-info .lead {
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .product-highlights {
        gap: 10px;
    }
    .product-detail-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .product-detail-actions .btn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .savalia-product-image-frame,
    .savalia-product-image-frame--detail {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }
    .savalia-product-image-frame--detail {
        min-height: 0;
        max-height: none;
        aspect-ratio: auto;
        padding: 18px;
    }
    .savalia-product-image-frame--detail img,
    .savalia-product-image-frame--detail .product-thumb {
        max-height: min(360px, 62vw);
    }
    .location-tags {
        max-width: 100%;
    }
    .location-tag {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .page-content {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .page-content img,
    .page-content table,
    .page-content iframe,
    .page-content video {
        max-width: 100%;
        height: auto;
    }
    .specs-table-wrap {
        margin-top: 20px;
    }
    .specs-table {
        margin-top: 0;
    }
    .specs-table th,
    .specs-table td {
        padding: 12px 14px;
        font-size: 0.9rem;
    }

    .top-bar { padding: 10px 0; }
    .top-bar-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        text-align: center;
    }
    .top-bar-left {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        width: 100%;
    }
    .top-bar-left a {
        font-size: 0.78rem;
        line-height: 1.4;
        word-break: break-word;
        max-width: 100%;
    }
    .top-bar-right { width: 100%; }
    .lang-switcher {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        padding-bottom: 2px;
        scrollbar-width: none;
    }
    .lang-switcher::-webkit-scrollbar { display: none; }
    .lang-link { flex-shrink: 0; white-space: nowrap; }

    .hero-showcase { padding: 96px 0 120px; min-height: auto; }
    .hero-showcase__layout { grid-template-columns: 1fr; gap: 20px; }
    .hero-showcase__left { grid-template-columns: 1fr; text-align: center; }
    .hero-showcase__plate { margin: 0 auto; width: min(280px, 72vw); grid-row: auto; }
    .hero-showcase__copy { padding-left: 0; }
    .hero-showcase__title-back { transform: none; }
    .hero-showcase__dots { display: none; }
    .hero-showcase__carousel-wrap { position: relative; left: auto; bottom: auto; transform: none; margin: 24px auto 0; }
    .hero-showcase__card { min-height: auto; }
    .hero-premium__stage {
        height: calc(100dvh - var(--hero-header-h));
        height: calc(100svh - var(--hero-header-h));
        min-height: 480px;
        max-height: none;
        overflow: hidden;
    }
    .hero-premium__bg {
        background-position: 62% 38%;
        transform: scale(1.04);
    }
    .hero-premium__video--mobile {
        object-position: 62% 38%;
    }
    .hero-premium__overlay {
        background:
            linear-gradient(90deg,
                rgba(0, 15, 35, 0.94) 0%,
                rgba(0, 28, 56, 0.84) 36%,
                rgba(0, 45, 90, 0.38) 56%,
                rgba(0, 61, 115, 0.08) 72%,
                transparent 84%),
            linear-gradient(180deg,
                rgba(0, 0, 0, 0.28) 0%,
                transparent 28%,
                transparent 68%,
                rgba(0, 10, 25, 0.42) 100%);
    }
    .hero-premium__content {
        max-width: min(100%, 380px);
        width: 100%;
        border-left-width: 3px;
        padding-left: 12px;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
    }
    .hero-premium__inner,
    .hero-premium__inner.container {
        align-items: stretch;
        justify-content: flex-start;
        padding: 10px 16px 20px;
        height: 100%;
        min-height: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex-direction: column;
    }
    .hero-premium__badge {
        font-size: 0.56rem;
        padding: 5px 10px 5px 8px;
        gap: 5px;
        margin-bottom: 8px;
        flex-shrink: 0;
        letter-spacing: 0.1em;
        box-shadow: 0 3px 16px rgba(245, 130, 32, 0.35);
    }
    .hero-premium__badge svg {
        width: 11px;
        height: 11px;
    }
    .hero-premium__title {
        font-size: clamp(1.35rem, 6.2vw, 1.7rem);
        line-height: 1.12;
        word-break: break-word;
        flex-shrink: 0;
        margin-bottom: 8px;
    }
    .hero-premium__title::after {
        width: 52px;
        height: 3px;
        margin-top: 10px;
    }
    .hero-premium__subtitle {
        font-size: 0.82rem;
        line-height: 1.4;
        margin-bottom: 10px;
        flex-shrink: 0;
    }
    .hero-premium__features {
        max-width: 100%;
        gap: 6px;
        margin-bottom: 0;
        flex: 0 1 auto;
        align-content: flex-start;
    }
    .hero-premium__features li {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        padding: 6px 10px 6px 7px;
    }
    .hero-premium__feature-icon {
        width: 28px;
        height: 28px;
    }
    .hero-premium__feature-icon svg {
        width: 14px;
        height: 14px;
    }
    .hero-premium__feature-label {
        max-width: none;
        flex: 1;
        font-size: 0.68rem;
        line-height: 1.25;
    }
    .hero-premium__actions {
        width: auto;
        max-width: calc(100% - 64px);
        margin-top: 12px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        flex-shrink: 0;
        box-sizing: border-box;
        align-self: flex-start;
    }
    .hero-premium__btn-primary {
        width: auto;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 9px 18px;
        min-height: 40px;
        font-size: 0.8rem;
        line-height: 1.2;
        border-radius: 999px;
        box-shadow: 0 4px 18px rgba(245, 130, 32, 0.4);
    }
    .whatsapp-float {
        bottom: max(18px, env(safe-area-inset-bottom, 18px));
        right: 14px;
        width: 54px;
        height: 54px;
    }
    body.has-premium-hero { scroll-snap-type: none; }
    .hero-cinema__media {
        min-height: 240px;
    }
    .hero-cinema__inner {
        align-self: flex-end;
        padding: 20px 0 52px;
    }
    .hero-cinema__title { font-size: 1.75rem; }
    .hero-cinema__desc { font-size: 0.95rem; margin-bottom: 18px; }
    .hero-cinema__scroll-text { display: none; }
    .hero-cinema__visual {
        order: -1;
        min-height: 220px;
    }
    .hero-cinema__product {
        width: min(260px, 72vw);
        max-height: 260px;
    }
    .hero-cinema__title { font-size: 2rem; }
    .hero-cinema__scroll-text { display: none; }
    .hero-slider { height: 540px; }
    .hero-content h1 { font-size: 2rem; }
    .products-grid, .video-grid, .home-products-grid { grid-template-columns: 1fr; }
    .products-filter-bar {
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        max-width: 100%;
        border-radius: 999px;
        padding: 6px;
        margin-bottom: 28px;
        gap: 6px;
        background: rgba(0, 86, 160, 0.06);
        border: 1px solid rgba(0, 86, 160, 0.12);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .products-filter-bar::-webkit-scrollbar { display: none; }
    .products-filter-bar .filter-btn {
        opacity: 1;
        transform: none;
        animation: none;
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 0.82rem;
        background: transparent;
        border-color: transparent;
        color: var(--primary);
        font-weight: 600;
        box-shadow: none;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    .products-filter-bar .filter-btn.filter-btn-glow {
        color: var(--white);
        background: transparent;
        border-color: transparent;
        transform: none;
        box-shadow: none;
    }
    .products-filter-bar .filter-btn.active:not(.filter-btn-glow) {
        color: var(--primary);
        background: transparent;
        border-color: transparent;
    }
    .products-filter-bar .filter-btn:not(.active):not(.filter-btn-glow) {
        background: transparent;
        border-color: transparent;
        color: var(--primary);
    }
    .products-grid {
        overflow-x: clip;
    }
    .products-grid .product-card {
        opacity: 0;
        transform: translateY(36px);
        transition:
            opacity 0.7s ease var(--product-delay, 0s),
            transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--product-delay, 0s),
            box-shadow 0.35s ease,
            border-color 0.35s ease;
    }
    .products-grid .product-card.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    .products-grid .product-card.is-visible.is-touch-active,
    .products-grid .product-card.is-visible:active {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0, 61, 115, 0.14);
        border-color: rgba(0, 86, 160, 0.18);
    }
    .products-grid .product-card.is-visible.is-touch-active::before,
    .products-grid .product-card.is-visible:active::before {
        opacity: 0;
    }
    .products-grid .product-card.is-visible::after {
        transform: scaleX(1);
    }
    .products-grid .product-card.is-visible.is-touch-active::after,
    .products-grid .product-card.is-visible:active::after {
        transform: scaleX(1);
    }
    .products-grid .product-image-link,
    .products-grid .product-info {
        transform: none;
        transform-style: flat;
    }
    .products-grid .product-card.is-visible:not(.is-touch-active):not(:active) .savalia-product-image-frame img,
    .products-grid .product-card.is-visible:not(.is-touch-active):not(:active) .savalia-product-image-frame .product-thumb {
        animation: productImageFloat 4.5s ease-in-out infinite;
        animation-delay: var(--float-delay, 0s);
    }
    .products-grid .product-card.is-visible.is-touch-active .savalia-product-image-frame img,
    .products-grid .product-card.is-visible.is-touch-active .savalia-product-image-frame .product-thumb,
    .products-grid .product-card.is-visible:active .savalia-product-image-frame img,
    .products-grid .product-card.is-visible:active .savalia-product-image-frame .product-thumb {
        animation: none;
        transform: none;
        filter: none;
    }
    .products-grid .product-card.is-visible.is-touch-active .savalia-product-image-frame::after,
    .products-grid .product-card.is-visible:active .savalia-product-image-frame::after {
        animation: none;
        opacity: 0;
    }
    .products-grid .product-card.is-visible.is-touch-active .product-category,
    .products-grid .product-card.is-visible:active .product-category {
        transform: none;
    }
    .products-grid .product-info h3,
    .products-grid .product-info h3 a,
    .products-grid .product-info p,
    .products-grid .product-meta__item,
    .products-grid .product-actions .btn {
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }
    .products-grid .product-info p {
        font-size: 0.9rem;
        line-height: 1.65;
        color: #5a6573;
    }
    .blog-grid { grid-template-columns: 1fr; gap: 20px; }
    .blog-card--featured .blog-card__body { padding: 24px 22px 26px; }
    .faq-answer { padding-left: 22px; }
    .faq-question { padding: 16px 18px; gap: 10px; }
    .faq-number { width: 32px; height: 32px; font-size: 0.72rem; }
    .blog-detail-excerpt,
    .blog-detail-content,
    .blog-detail-footer { padding-left: 20px; padding-right: 20px; }
    .blog-single-hero { padding: 36px 0 44px; }
    .contact-map { min-height: 300px; height: 360px; }
    .home-products-marquee__group .product-card {
        flex: 0 0 min(300px, 82vw);
        width: min(300px, 82vw);
        max-width: min(300px, 82vw);
    }
    .categories-deck__grid { grid-template-columns: 1fr; gap: 12px; }
    .categories-deck {
        padding-bottom: 48px;
    }
    .categories-deck__head {
        margin-bottom: 22px;
    }
    .category-deck-card {
        aspect-ratio: 16 / 9;
        min-height: 0;
        max-height: 188px;
        border-radius: 16px;
    }
    .category-deck-card__scene {
        box-shadow: 0 8px 24px rgba(0, 33, 71, 0.1);
    }
    .category-deck-card.is-visible:hover .category-deck-card__scene,
    .category-deck-card.is-visible:focus-visible .category-deck-card__scene {
        transform: none;
        box-shadow: 0 10px 28px rgba(0, 33, 71, 0.14);
    }
    .category-deck-card:hover .category-deck-card__media img,
    .category-deck-card:focus-visible .category-deck-card__media img {
        transform: scale(1.03);
    }
    .category-deck-card__shade {
        background:
            linear-gradient(180deg, rgba(0, 15, 35, 0.04) 0%, rgba(0, 20, 45, 0.42) 38%, rgba(0, 15, 35, 0.94) 100%);
    }
    .category-deck-card__content {
        padding: 14px 16px 16px;
        gap: 6px;
    }
    .category-deck-card__icon {
        width: 34px;
        height: 34px;
        border-radius: 9px;
    }
    .category-deck-card h3 {
        font-size: 1.08rem;
        line-height: 1.2;
    }
    .category-deck-card__link {
        margin-top: 2px;
        padding: 7px 13px;
        font-size: 0.72rem;
    }
    .category-deck-card__index {
        top: 10px;
        right: 10px;
        min-width: 30px;
        height: 30px;
        font-size: 0.62rem;
    }
    .home-bridge__grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; }
    .about-image { order: -1; }
    .about-cnc__grid { grid-template-columns: 1fr; }
    .about-why__grid { grid-template-columns: 1fr; }
    .about-page-hero__title { font-size: clamp(1.75rem, 8vw, 2.5rem); }
    .form-row { grid-template-columns: 1fr; }
    .inquiry-form .form-row { grid-template-columns: 1fr; }
    .inquiry-section { padding-top: 32px; padding-bottom: 56px; }
    .inquiry-form-wrapper { padding: 20px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonial-stats__grid { grid-template-columns: 1fr 1fr; }
    .inquiry-product-preview { flex-direction: column; }
    .inquiry-product-preview-image { flex-basis: auto; width: 100%; max-width: 220px; }
    .footer-grid { grid-template-columns: 1fr; }
    .cnc-studio.section { padding: 48px 0; }
    .cnc-studio__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .cnc-studio__decor {
        grid-column: 1;
        min-height: 200px;
        justify-content: center;
    }
    .cnc-studio__decor img {
        height: min(220px, 50vw);
    }
    .cnc-studio__title { font-size: 1.65rem; }
    .cnc-studio__body { order: 2; }
    .cnc-studio__media { order: 1; }
    .cnc-studio__decor { order: 3; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 400px) {
    .category-deck-card {
        max-height: 168px;
        border-radius: 14px;
    }
    .category-deck-card__content {
        padding: 12px 14px 14px;
    }
    .category-deck-card h3 {
        font-size: 1rem;
    }
    .category-deck-card__link {
        padding: 6px 12px;
        font-size: 0.68rem;
    }
}
