:root {
    --navy: #07213b;
    --navy-deep: #031525;
    --steel: #20506c;
    --steel-soft: #3e7592;
    --cyan: #60d5ff;
    --ice: #e7f8ff;
    --ice-strong: #f7fdff;
    --text: #153247;
    --muted: #5f7688;
    --line: rgba(7, 33, 59, 0.14);
    --shadow: 0 20px 45px rgba(7, 33, 59, 0.14);
    --radius: 24px;
    --radius-sm: 16px;
    --container: min(1160px, calc(100% - 2rem));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #f9fdff 0%, #f3f9fc 100%);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(7, 33, 59, 0.08);
}

.nav {
    width: var(--container);
    margin: 0 auto;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.02em;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--steel) 60%, var(--cyan) 100%);
    color: white;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.nav-links,
.nav-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--muted);
}

.nav-links a {
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    transition: background 180ms ease, color 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--navy);
    background: rgba(96, 213, 255, 0.16);
}

.nav-phone {
    font-size: 0.95rem;
    color: var(--steel);
    font-weight: 600;
}

.nav-toggle {
    display: none;
    border: 0;
    background: var(--ice);
    color: var(--navy);
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    font-size: 1.1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    border: 1px solid transparent;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: white;
    background: linear-gradient(135deg, var(--navy) 0%, var(--steel) 100%);
    box-shadow: 0 14px 30px rgba(32, 80, 108, 0.24);
}

.btn-outline {
    color: var(--navy);
    border-color: rgba(7, 33, 59, 0.16);
    background: rgba(255, 255, 255, 0.76);
}

.btn-ghost {
    color: var(--steel);
    border-color: rgba(32, 80, 108, 0.18);
    background: var(--ice-strong);
}

.btn-sm {
    padding: 0.7rem 0.95rem;
    font-size: 0.95rem;
}

.hero,
.page-hero {
    position: relative;
    overflow: hidden;
}

.hero::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 10%, rgba(96, 213, 255, 0.16) 10% 12%, transparent 12% 100%),
        linear-gradient(0deg, transparent 0 18%, rgba(32, 80, 108, 0.12) 18% 20%, transparent 20% 100%);
    background-size: 180px 180px;
    pointer-events: none;
    opacity: 0.5;
}

.hero {
    padding: 5rem 0 4rem;
}

.page-hero {
    padding: 4rem 0 2rem;
}

.hero .container,
.about-grid,
.why-grid,
.contact-grid,
.footer-grid {
    display: grid;
    gap: 2rem;
}

.hero .container {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
}

.eyebrow,
.kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    color: var(--steel);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-weight: 700;
}

.eyebrow::before,
.kicker::before {
    content: "";
    width: 2.2rem;
    height: 1px;
    background: linear-gradient(90deg, var(--cyan), transparent);
}

h1,
h2,
h3,
h4 {
    margin: 0 0 0.7rem;
    color: var(--navy);
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    letter-spacing: -0.025em;
}

h1 {
    font-size: clamp(2.15rem, 3.5vw, 3.3rem);
    line-height: 1.1;
}

h2 {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.lead,
.section-head p,
.about-copy p,
.service-card p,
.product-card p,
.full-product-card p,
.cta-banner p,
.contact-card p,
.site-footer p {
    font-size: 1rem;
    color: var(--muted);
}

.accent {
    color: var(--steel);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 1.5rem 0;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-stats>div,
.stat-card,
.service-card,
.product-card,
.full-product-card,
.contact-card,
.photo-card,
.map-frame,
.cta-banner,
.rating-banner {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-stats>div {
    padding: 1rem;
    border-radius: var(--radius-sm);
}

.hero-stats strong,
.stat-card strong {
    display: block;
    color: var(--navy);
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.hero-stats span,
.stat-card span {
    display: block;
    font-size: 0.82rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.hero-visual {
    position: relative;
}

.photo-frame {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.photo-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gauge-card {
    position: absolute;
    left: 1.15rem;
    bottom: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(7, 33, 59, 0.1);
    box-shadow: var(--shadow);
}

.gauge-ring {
    display: grid;
    place-items: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: conic-gradient(var(--cyan) 0 78%, rgba(96, 213, 255, 0.2) 78% 100%);
    color: var(--navy);
    font-weight: 700;
}

.gauge-ring span {
    display: inline-grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: white;
    font-size: 0.84rem;
}

.section {
    padding: 5rem 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(96, 213, 255, 0.08), rgba(96, 213, 255, 0.02));
}

.about-grid,
.why-grid,
.contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.about-grid img,
.product-card img,
.full-product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 24px;
}

.about-list {
    padding-left: 1.1rem;
    color: var(--muted);
}

.about-list li+li {
    margin-top: 0.7rem;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.vm-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--line);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.vm-card h3 {
    color: var(--navy);
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.vm-card p {
    color: var(--muted);
    margin-bottom: 1rem;
}

.vm-card ul {
    padding-left: 1.1rem;
}

.service-grid,
.product-teaser-grid,
.full-product-grid,
.photo-swap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.service-card,
.product-card,
.full-product-card,
.photo-card {
    border-radius: 24px;
    overflow: hidden;
}

.service-card,
.product-card,
.full-product-card {
    padding: 1.1rem;
}

.service-num {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(96, 213, 255, 0.2);
    color: var(--steel);
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.pc-body,
.fpc-body {
    padding-top: 1rem;
}

.fpc-tag {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--steel);
    font-weight: 700;
}

.fpc-actions {
    margin-top: 1rem;
}

.why-grid {
    gap: 2.5rem;
}

.stat-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.stat-card {
    padding: 1.2rem;
    border-radius: 20px;
}

.rating-banner,
.cta-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 1.6rem 1.8rem;
    border-radius: 28px;
}

.stars {
    color: #ffb84d;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.filter-chip {
    border: 1px solid rgba(32, 80, 108, 0.18);
    background: white;
    color: var(--steel);
    border-radius: 999px;
    padding: 0.7rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.filter-chip.active {
    background: linear-gradient(135deg, var(--navy), var(--steel));
    color: white;
    border-color: transparent;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    border-radius: var(--radius);
    padding: 1rem;
}

.carousel-track {
    display: flex;
    gap: 1rem;
    animation: carousel-slide 20s linear infinite;
    will-change: transform;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

.carousel-wrapper:hover .carousel-track {
    animation-play-state: paused;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    align-items: center;
}

.brand-card {
    display: grid;
    place-items: center;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    transition: transform 180ms ease, box-shadow 180ms ease;
    flex: 0 0 auto;
    min-width: 160px;
}

.brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(7, 33, 59, 0.18);
}

.brand-card img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-card {
    padding: 1.4rem;
    border-radius: 24px;
}

.contact-row {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.8rem 0;
}

.contact-row+.contact-row {
    border-top: 1px solid var(--line);
}

.contact-icon {
    display: inline-grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    background: rgba(96, 213, 255, 0.2);
    color: var(--steel);
    flex-shrink: 0;
}

.map-frame {
    min-height: 380px;
    border-radius: 24px;
    overflow: hidden;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.site-footer {
    padding: 4rem 0 2rem;
    color: #cfe8f4;
    background: var(--navy-deep);
}

.footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    margin-bottom: 1.7rem;
}

.site-footer h4,
.site-footer .brand {
    color: white;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer li+li {
    margin-top: 0.5rem;
}

.site-footer a {
    color: #cfe8f4;
}

.social-row {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.social-row a {
    display: inline-grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.wa-float {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    width: 3.35rem;
    height: 3.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--white));
    color: white;
    box-shadow: var(--shadow);
    z-index: 25;
    font-size: 1.3rem;
    transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 300ms ease;
}

.wa-float:hover {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 28px 60px rgba(7, 33, 59, 0.22);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.photo-card {
    padding: 1rem;
}

.photo-card .photo-pill {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(96, 213, 255, 0.16);
    color: var(--steel);
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.photo-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.photo-pill-list span {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.7rem;
    border-radius: 999px;
    background: rgba(96, 213, 255, 0.16);
    color: var(--steel);
    font-size: 0.9rem;
    font-weight: 700;
}

@media (max-width: 960px) {
    .hero .container,
    .about-grid,
    .why-grid,
    .contact-grid,
    .footer-grid,
    .service-grid,
    .product-teaser-grid,
    .full-product-grid,
    .photo-swap-grid,
    .vision-mission-grid {
        grid-template-columns: 1fr 1fr;
    }

    .carousel-track {
        animation: carousel-slide-tablet 25s linear infinite;
    }

    @keyframes carousel-slide-tablet {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-50% - 0.5rem));
        }
    }

    .hero .container {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nav {
        position: relative;
    }

    .nav-toggle {
        display: inline-grid;
        place-items: center;
        margin-left: auto;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid var(--line);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-cta {
        display: none;
    }

    .hero,
    .page-hero,
    .section {
        padding: 3.6rem 0;
    }

    .hero-stats,
    .about-grid,
    .why-grid,
    .contact-grid,
    .footer-grid,
    .service-grid,
    .product-teaser-grid,
    .full-product-grid,
    .photo-swap-grid,
    .vision-mission-grid,
    .stat-cards {
        grid-template-columns: 1fr;
    }

    .carousel-track {
        animation: carousel-slide-mobile 20s linear infinite;
    }

    @keyframes carousel-slide-mobile {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-50% - 0.5rem));
        }
    }

    .rating-banner,
    .cta-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}