﻿:root {
    --bg: #081124;
    --surface: rgba(255, 255, 255, 0.08);
    --surface-strong: rgba(255, 255, 255, 0.14);
    --surface-contrast: rgba(255, 255, 255, 0.16);
    --text: #eef4ff;
    --muted: #a5b8d6;
    --primary: #4dc7ff;
    --accent: #66d7ff;
    --shadow: 0 30px 80px rgba(2, 18, 42, 0.22);
    --border: rgba(255, 255, 255, 0.12);
    --radius: 28px;
}

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

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

html {
    scroll-behavior: smooth;
}

body {
    opacity: 0;
    transition: opacity 0.55s ease;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    background:
        radial-gradient(circle at 20% 30%, rgba(79, 212, 255, 0.08), transparent 35%),
        radial-gradient(circle at 80% 70%, rgba(125, 220, 255, 0.06), transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(102, 215, 255, 0.04), transparent 50%),
        linear-gradient(180deg, #081124 0%, #06121f 100%);
    color: var(--text);
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 84px;
    position: relative;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

body.is-loading {
    overflow: hidden;
}

body.is-loading .navbar,
body.is-loading main,
body.is-loading .site-footer {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.loaded {
    opacity: 1;
}

body.page-ready .navbar {
    animation: navDrop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

body.page-ready .hero-content {
    animation: heroReveal 1s ease-out 0.3s forwards;
}

@keyframes navDrop {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.glassmorphism {
    background: rgba(10, 19, 40, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

#loading-screen {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(41, 182, 255, 0.20), transparent 28%),
        radial-gradient(circle at 20% 80%, rgba(0, 119, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #020711 0%, #061322 55%, #020711 100%);
    overflow: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

#loading-screen.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#loading-screen.loader-hide {
    animation: loaderExit 0.8s ease-out forwards;
}

.loader-mist {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(125, 220, 255, 0.08), transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(79, 212, 255, 0.06), transparent 45%),
        radial-gradient(circle at 50% 60%, rgba(102, 215, 255, 0.04), transparent 50%);
    animation: mistFlow 8s ease-in-out infinite;
    pointer-events: none;
}

.loader-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.loader-particles span {
    position: absolute;
    background: rgba(125, 220, 255, 0.4);
    border-radius: 50%;
    filter: blur(0.5px);
}

.loader-particles span:nth-child(1) { width: 2px; height: 2px; left: 15%; top: 25%; animation: particleDrift 6s ease-in-out infinite; }
.loader-particles span:nth-child(2) { width: 3px; height: 3px; left: 85%; top: 35%; animation: particleDrift 7s ease-in-out 0.5s infinite; }
.loader-particles span:nth-child(3) { width: 1px; height: 1px; left: 45%; top: 15%; animation: particleDrift 5s ease-in-out 1s infinite; }
.loader-particles span:nth-child(4) { width: 2px; height: 2px; left: 75%; top: 65%; animation: particleDrift 8s ease-in-out 1.5s infinite; }
.loader-particles span:nth-child(5) { width: 1px; height: 1px; left: 25%; top: 75%; animation: particleDrift 6.5s ease-in-out 2s infinite; }
.loader-particles span:nth-child(6) { width: 3px; height: 3px; left: 55%; top: 45%; animation: particleDrift 7.5s ease-in-out 0.8s infinite; }
.loader-particles span:nth-child(7) { width: 2px; height: 2px; left: 35%; top: 85%; animation: particleDrift 5.5s ease-in-out 1.2s infinite; }
.loader-particles span:nth-child(8) { width: 1px; height: 1px; left: 65%; top: 5%; animation: particleDrift 6.8s ease-in-out 1.8s infinite; }
.loader-particles span:nth-child(9) { width: 2px; height: 2px; left: 5%; top: 55%; animation: particleDrift 7.2s ease-in-out 0.3s infinite; }
.loader-particles span:nth-child(10) { width: 3px; height: 3px; left: 95%; top: 20%; animation: particleDrift 5.8s ease-in-out 1.1s infinite; }
.loader-particles span:nth-child(11) { width: 1px; height: 1px; left: 50%; top: 90%; animation: particleDrift 6.3s ease-in-out 2.2s infinite; }
.loader-particles span:nth-child(12) { width: 2px; height: 2px; left: 80%; top: 70%; animation: particleDrift 7.8s ease-in-out 0.7s infinite; }
.loader-particles span:nth-child(13) { width: 1px; height: 1px; left: 20%; top: 40%; animation: particleDrift 5.9s ease-in-out 1.4s infinite; }
.loader-particles span:nth-child(14) { width: 2px; height: 2px; left: 60%; top: 30%; animation: particleDrift 6.7s ease-in-out 1.9s infinite; }
.loader-particles span:nth-child(15) { width: 3px; height: 3px; left: 40%; top: 10%; animation: particleDrift 7.1s ease-in-out 0.6s infinite; }
.loader-particles span:nth-child(16) { width: 1px; height: 1px; left: 90%; top: 50%; animation: particleDrift 6.1s ease-in-out 1.7s infinite; }

@keyframes particleDrift {
    0% {
        opacity: 0;
        transform: translateY(0) translateX(0) scale(0.8);
    }
    20% {
        opacity: 0.6;
        transform: translateY(-10px) translateX(5px) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-20px) translateX(-3px) scale(0.9);
    }
    80% {
        opacity: 0.2;
        transform: translateY(-30px) translateX(2px) scale(1.1);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px) translateX(0) scale(0.7);
    }
}

.loader-card {
    width: min(420px, 88vw);
    padding: 42px 32px;
    border-radius: 28px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(125,220,255,0.18);
    box-shadow:
        0 30px 90px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 0 60px rgba(31,182,255,0.12);
    backdrop-filter: blur(18px);
    text-align: center;
    position: relative;
    z-index: 10;
    animation: cardFadeIn 1.2s ease-out;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.loader-logo-wrap {
    position: relative;
    width: 118px;
    height: 118px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
}

.loader-logo-wrap::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(125,220,255,0.25);
    border-top-color: rgba(125,220,255,0.95);
    filter: drop-shadow(0 0 12px rgba(68,205,255,0.5));
    animation: icySpin 4s linear infinite;
}

.loader-logo {
    width: 86px;
    height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(51,195,255,0.45));
    animation: logoBreath 2.8s ease-in-out infinite;
    opacity: 0;
    animation: logoReveal 1.5s ease-out 0.5s forwards, logoBreath 2.8s ease-in-out 1.5s infinite;
}

@keyframes logoReveal {
    to {
        opacity: 1;
    }
}

.loader-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 800;
    letter-spacing: 0.04em;
    opacity: 0;
    animation: textFadeIn 0.8s ease-out 1s forwards;
}

.loader-subtitle {
    margin: 10px 0 24px;
    color: rgba(220,245,255,0.78);
    font-size: 14px;
    opacity: 0;
    animation: textFadeIn 0.8s ease-out 1.2s forwards;
}

.loader-progress {
    position: relative;
    height: 2px;
    width: 100%;
    background: rgba(255,255,255,0.10);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 16px;
}

.loader-progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, transparent, #4fd4ff, #ffffff, #4fd4ff);
    box-shadow: 0 0 16px rgba(79,212,255,0.8);
    border-radius: inherit;
    transition: width 0.1s ease-out;
}

.loader-percent {
    margin-top: 14px;
    color: #7ddcff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    opacity: 0;
    animation: textFadeIn 0.8s ease-out 1.4s forwards;
}

@keyframes icySpin {
    to { transform: rotate(360deg); }
}

@keyframes logoBreath {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.045); opacity: 1; }
}

@keyframes mistFlow {
    from { transform: translateX(-10%) translateY(0); opacity: 0.25; }
    to { transform: translateX(10%) translateY(-2%); opacity: 0.45; }
}

@keyframes textFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes loaderExit {
    to {
        opacity: 0;
        filter: blur(12px);
        transform: scale(1.04);
        visibility: hidden;
    }
}

/* Subtle frost particles for cinematic cold effect */
.frost-particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.3;
}

.frost-particles span {
    position: absolute;
    background: rgba(125, 220, 255, 0.15);
    border-radius: 50%;
    filter: blur(0.5px);
}

.frost-particles span:nth-child(1) { width: 1px; height: 1px; left: 10%; top: 20%; animation: frostDrift 12s ease-in-out infinite; }
.frost-particles span:nth-child(2) { width: 2px; height: 2px; left: 85%; top: 40%; animation: frostDrift 15s ease-in-out 2s infinite; }
.frost-particles span:nth-child(3) { width: 1px; height: 1px; left: 45%; top: 70%; animation: frostDrift 18s ease-in-out 4s infinite; }
.frost-particles span:nth-child(4) { width: 1px; height: 1px; left: 75%; top: 10%; animation: frostDrift 14s ease-in-out 1s infinite; }
.frost-particles span:nth-child(5) { width: 2px; height: 2px; left: 25%; top: 80%; animation: frostDrift 16s ease-in-out 3s infinite; }
.frost-particles span:nth-child(6) { width: 1px; height: 1px; left: 55%; top: 30%; animation: frostDrift 13s ease-in-out 5s infinite; }
.frost-particles span:nth-child(7) { width: 1px; height: 1px; left: 35%; top: 60%; animation: frostDrift 17s ease-in-out 2.5s infinite; }
.frost-particles span:nth-child(8) { width: 2px; height: 2px; left: 65%; top: 90%; animation: frostDrift 19s ease-in-out 1.5s infinite; }

@keyframes frostDrift {
    0%, 100% {
        opacity: 0;
        transform: translateY(0) translateX(0) scale(0.8);
    }
    25% {
        opacity: 0.4;
        transform: translateY(-20px) translateX(10px) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translateY(-40px) translateX(-5px) scale(0.9);
    }
    75% {
        opacity: 0.3;
        transform: translateY(-60px) translateX(8px) scale(1.1);
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .loader-mist,
    .loader-particles span,
    .loader-logo-wrap::before,
    .loader-logo,
    .loader-card,
    .trust-media-video,
    .service-panel,
    .profile-card,
    .profile-summary-card,
    .service-panel li,
    .profile-card li,
    .nav-menu a,
    .nav-cta,
    .frost-particles span {
        transition: none !important;
        animation: none !important;
    }
}

@media (max-width: 980px) {
    .trust-layout {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-media {
        min-height: 340px;
    }
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 9999;
    background: rgba(5, 15, 28, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    color: var(--text);
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    padding: 0;
    box-shadow: 0 12px 28px rgba(0,0,0,0.14);
}

.nav-toggle:hover {
    background: rgba(255, 255, 255, 0.26);
    transform: translateY(-1px);
    box-shadow: 0 0 0 1px rgba(79,212,255,0.35), 0 18px 30px rgba(0,0,0,0.18);
}

.nav-toggle-line {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #eef4ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle-line:nth-child(1) {
    top: 15px;
}

.nav-toggle-line:nth-child(2) {
    top: 23px;
}

.nav-toggle-line:nth-child(3) {
    top: 31px;
}

.nav-toggle.is-open .nav-toggle-line:nth-child(1) {
    transform: translateX(-50%) translateY(8px) rotate(45deg);
}

.nav-toggle.is-open .nav-toggle-line:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-open .nav-toggle-line:nth-child(3) {
    transform: translateX(-50%) translateY(-8px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 78px 0 0;
    background: rgba(3, 8, 19, 0.97);
    backdrop-filter: blur(20px);
    z-index: 9998;
    overflow-y: auto;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
}

.mobile-menu.is-open {
    display: block;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 20px 32px;
    display: grid;
    gap: 18px;
}

.mobile-menu-inner a {
    display: block;
    padding: 14px 18px;
    border-radius: 18px;
    color: #eef4ff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu-cta {
    text-align: center;
}

main,
body {
    overflow-x: hidden;
}

.nav-container {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.nav-brand {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    overflow: visible;
    text-decoration: none;
}

.nav-brand-copy {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.nav-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}

.nav-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
}

.nav-menu {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    white-space: nowrap;
}

.nav-menu a,
.mobile-menu-inner a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.25s ease, background 0.25s ease;
    position: relative;
    overflow-wrap: break-word;
}

.nav-menu a:hover {
    color: #7ddcff;
    text-shadow: 0 0 14px rgba(79,212,255,.35);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #4fd4ff;
    transition: width 0.25s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-cta {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    background: rgba(80, 190, 255, 0.18);
    border: 1px solid rgba(125, 220, 255, 0.35);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(77, 199, 255, 0.2), 0 0 25px rgba(79,212,255,.35);
    background: rgba(80, 190, 255, 0.28);
    border-color: rgba(125,220,255,.65);
}

.logo-link,
.btn-nav,
.hamburger,
.bar {
    display: none !important;
}

.hero {
    min-height: 100vh;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 140px 0 120px;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 18, 35, 0.4), rgba(2, 9, 20, 0.8));
    pointer-events: none;
    z-index: 2;
}

.hero-mist {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-mist span {
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(40px);
    border-radius: 50%;
    opacity: 0.7;
    animation: drift 12s infinite ease-in-out;
}

.hero-mist span:nth-child(1) { top: 12%; left: -5%; animation-delay: 0s; }
.hero-mist span:nth-child(2) { top: 25%; right: -10%; width: 320px; height: 320px; animation-delay: 2s; }
.hero-mist span:nth-child(3) { bottom: 18%; left: 8%; width: 280px; height: 280px; animation-delay: 4s; }
.hero-mist span:nth-child(4) { bottom: 5%; right: 10%; width: 200px; height: 200px; animation-delay: 6s; }
.hero-mist span:nth-child(5) { top: 55%; left: 40%; width: 180px; height: 180px; animation-delay: 8s; }

@keyframes drift {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-30px) translateX(25px); }
}

.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 820px;
    opacity: 1;
    visibility: visible;
}

.hero .eyebrow {
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
    margin-bottom: 18px;
}

.hero-title {
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
    max-width: 760px;
    margin: 0 auto 24px;
    font-weight: 800;
    text-shadow: 0 18px 48px rgba(0, 20, 42, 0.22);
}

.hero-title span,
.hero-title {
    opacity: 1;
}

.hero-title span:nth-child(1) {
    animation-delay: 0.25s;
}

.hero-title span:nth-child(2) {
    animation-delay: 0.6s;
}

@keyframes hero-text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    40% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1.1); }
    50% { transform: translate(-50%, -50%) scale(1.15); }
}

.hero-copy {
    max-width: 720px;
    margin: 0 auto 28px;
    color: rgba(238, 244, 255, 0.88);
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    line-height: 1.85;
}

.hero-features {
    display: inline-grid;
    gap: 12px;
    list-style: none;
    margin: 0 auto 32px;
    padding: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.8;
    max-width: 420px;
    text-align: left;
}

.hero-features li {
    padding-left: 20px;
    position: relative;
}

.hero-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-actions .btn {
    min-width: 180px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    padding: 16px 30px;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #06121f;
    box-shadow: 0 22px 60px rgba(77, 199, 255, 0.26);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 80px rgba(77, 199, 255, 0.28);
}

.btn-secondary {
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14);
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    pointer-events: none;
    z-index: 5;
}

.mouse-wheel {
    width: 32px;
    height: 52px;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    display: grid;
    place-items: start;
    padding-top: 8px;
}

.mouse-wheel::after {
    content: '';
    width: 6px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    animation: scroll-indicator 1.6s infinite ease;
}

@keyframes scroll-indicator {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(14px); opacity: 0; }
}

section {
    padding: 100px 0;
    position: relative;
}

.company-profile {
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.company-profile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(77, 199, 255, 0.14), transparent 28%),
      radial-gradient(circle at 90% 10%, rgba(102, 215, 255, 0.08), transparent 25%);
    pointer-events: none;
}

.company-profile .section-header {
    max-width: 860px;
    margin-bottom: 40px;
}

.company-profile .section-subtitle {
    display: block;
    margin-top: 12px;
    color: rgba(77, 199, 255, 0.9);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.company-profile-intro {
    max-width: 1000px;
    margin: 0 auto 32px;
    padding: 24px 0;
}

.profile-intro-top {
    display: grid;
    gap: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 32px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.profile-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    min-height: 90px;
}

.profile-logo {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px;
    object-fit: contain;
}

.profile-intro-copy {
    color: rgba(238, 244, 255, 0.88);
    font-size: clamp(1rem, 1vw, 1.1rem);
    line-height: 1.85;
}

.profile-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-highlights span {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(77, 199, 255, 0.14);
    color: #eaf8ff;
    border: 1px solid rgba(77, 199, 255, 0.22);
    font-size: 0.95rem;
}

.company-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.snapshot-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    color: #eef4ff;
    box-shadow: var(--shadow);
}

.snapshot-card span {
    display: block;
    font-weight: 700;
    font-size: 0.98rem;
}

.profile-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 28px;
    align-items: start;
}

.profile-copy {
    display: grid;
    gap: 18px;
}

.profile-copy p {
    color: rgba(238, 244, 255, 0.9);
    line-height: 1.85;
    font-size: 1rem;
}

.profile-cards {
    display: grid;
    gap: 20px;
}

.profile-card {
    background: rgba(10, 19, 40, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(125, 220, 255, 0.18);
    border-radius: 30px;
    padding: 32px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(125, 220, 255, 0.06), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.profile-card:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 220, 255, 0.35);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.18),
        0 0 40px rgba(79, 212, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    background: rgba(10, 19, 40, 0.90);
}

.profile-card:hover::before {
    left: 100%;
}

.profile-card:active {
    transform: translateY(-2px) scale(0.98);
}

.profile-card h3 {
    margin-bottom: 16px;
    font-size: 1.35rem;
}

.profile-card p,
.profile-card ul {
    color: rgba(238, 244, 255, 0.88);
    line-height: 1.85;
}

.profile-card ul {
    display: grid;
    gap: 10px;
    padding-left: 18px;
    margin: 0;
}

.profile-card li {
    margin-left: 8px;
    list-style: disc;
    transition: transform .25s ease, color .25s ease;
}

.profile-card li:hover {
    transform: translateX(3px);
    color: #dff7ff;
}

.company-service-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
}

.service-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(125, 220, 255, 0.15);
    border-radius: 30px;
    padding: 28px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(125, 220, 255, 0.08), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.service-panel:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 220, 255, 0.35);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(79, 212, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.service-panel:hover::before {
    left: 100%;
}

.service-panel:active {
    transform: translateY(-2px) scale(0.98);
}

.service-panel h3 {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(79, 212, 255, 0.3));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.service-panel:hover .service-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 16px rgba(79, 212, 255, 0.5));
}

.service-panel ul {
    display: grid;
    gap: 10px;
    padding-left: 18px;
    margin: 0;
    color: rgba(238, 244, 255, 0.88);
}

.service-panel li {
    list-style: disc;
    transition: transform .25s ease, color .25s ease;
}

.service-panel li:hover {
    transform: translateX(3px);
    color: #dff7ff;
}

.service-panel-full {
    grid-column: 1 / -1;
}

.profile-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.profile-summary-card {
    background: rgba(10, 19, 40, 0.82);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(125, 220, 255, 0.16);
    border-radius: 30px;
    padding: 28px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.profile-summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(125, 220, 255, 0.05), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.profile-summary-card:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 220, 255, 0.32);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.16),
        0 0 40px rgba(79, 212, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    background: rgba(10, 19, 40, 0.87);
}

.profile-summary-card:hover::before {
    left: 100%;
}

.profile-summary-card:active {
    transform: translateY(-2px) scale(0.98);
}

.profile-summary-card h3 {
    margin-bottom: 16px;
    font-size: 1.2rem;
}

.profile-summary-card p,
.profile-summary-card ul {
    color: rgba(238, 244, 255, 0.88);
    line-height: 1.8;
    font-size: 0.95rem;
}

.profile-summary-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 18px;
}

.profile-summary-card li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.profile-summary-card li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 0.95rem;
}


.section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}

.section-header .eyebrow {
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    margin-bottom: 16px;
}

.section-header h2 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.03;
}

.section-header p {
    margin-top: 16px;
    color: rgba(238, 244, 255, 0.78);
    line-height: 1.8;
    font-size: 1rem;
}

.compare {
    background: rgba(255, 255, 255, 0.03);
}

.compare-frame {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.before-after {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 22px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ba-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.ba-before {
    z-index: 1;
}

.ba-after-wrap {
    position: absolute;
    inset: 0 auto 0 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.ba-after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.ba-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5;
    transform: translateX(-50%);
    cursor: ew-resize;
    pointer-events: auto;
}

.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ba-divider:hover .ba-handle,
.ba-divider:focus-visible .ba-handle {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 20px rgba(77, 199, 255, 0.4);
    background: rgba(77, 199, 255, 0.2);
}

.storytelling {
    min-height: auto;
    display: grid;
    align-items: start;
    padding: 100px 0;
}

.story-inner {
    position: relative;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 80px 24px 80px;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(380px, 1.2fr);
    gap: 42px;
    align-items: start;
}

.story-sticky-panel {
    position: sticky;
    top: 110px;
    padding: 36px;
    border-radius: 32px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.story-sticky-panel .eyebrow {
    margin-bottom: 14px;
}

.story-sticky-panel h2 {
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 0.95;
    margin: 0;
}

.story-copy {
    color: rgba(238, 244, 255, 0.8);
    line-height: 1.9;
    max-width: 520px;
}

.story-steps {
    display: grid;
    gap: 28px;
    padding-top: 0;
}

.story-step {
    padding: 38px 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.story-step.visible {
    opacity: 1;
    transform: translateY(0);
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 72px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #7ddcff;
    background: rgba(72, 202, 255, 0.12);
    border: 1px solid rgba(72, 202, 255, 0.22);
    margin-bottom: 16px;
    white-space: nowrap;
}

.story-step h3 {
    margin-bottom: 14px;
    font-size: 1.5rem;
}

.story-step p {
    color: rgba(238, 244, 255, 0.8);
    line-height: 1.9;
}

.story-headline-animate {
    animation: headline-fade 0.75s ease forwards;
}

@keyframes headline-fade {
    0% { opacity: 0; transform: translateY(24px); }
    100% { opacity: 1; transform: translateY(0); }
}

.services {
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 20%, rgba(79, 212, 255, 0.12), transparent 30%),
      radial-gradient(circle at 20% 80%, rgba(125, 220, 255, 0.08), transparent 35%);
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.service-card {
    padding: 32px 28px;
    border-radius: 30px;
    background: rgba(10, 19, 40, 0.75);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(125, 220, 255, 0.15);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(125, 220, 255, 0.06), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.service-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(125, 220, 255, 0.32);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(79, 212, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    background: rgba(10, 19, 40, 0.82);
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover .service-card-icon {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 16px rgba(79, 212, 255, 0.4));
}

.service-card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    border-radius: 20px;
    display: block;
    background: rgba(77, 199, 255, 0.12);
    border: 1px solid rgba(77, 199, 255, 0.16);
    padding: 8px;
    box-sizing: border-box;
    filter: drop-shadow(0 2px 8px rgba(79, 212, 255, 0.2));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.service-card h3 {
    margin-bottom: 14px;
    font-size: 1.3rem;
}

.service-card p {
    color: rgba(238, 244, 255, 0.8);
    line-height: 1.85;
}

.about {
    background: transparent;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.about-copy {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.about-copy.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-copy h2 {
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    margin-bottom: 24px;
}

.about-copy p {
    color: rgba(238, 244, 255, 0.82);
    line-height: 1.85;
    margin-bottom: 28px;
    max-width: 740px;
}

.about-list {
    display: grid;
    gap: 18px;
}

.about-list div {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-list strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.about-list span {
    color: rgba(238, 244, 255, 0.76);
    line-height: 1.7;
}

.about-card {
    min-height: 420px;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(125, 220, 255, 0.16);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    background: rgba(10, 19, 38, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 220, 255, 0.28);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.about-card-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(5, 12, 26, 0.88));
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
}

.about-card-inner::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -120%;
    width: 120%;
    height: 140%;
    background: linear-gradient(120deg, transparent 28%, rgba(255,255,255,0.08), transparent 58%);
    transform: skewX(-20deg);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.6s ease;
    pointer-events: none;
}

.about-card:hover .about-card-inner::after {
    left: 120%;
    opacity: 1;
}

.about-brand-card {
    position: relative;
    width: 100%;
    display: grid;
    gap: 18px;
    text-align: center;
    z-index: 1;
}

.about-brand-logo {
    width: 120px;
    margin: 0 auto;
    filter: drop-shadow(0 0 22px rgba(79, 212, 255, 0.35));
}

.about-card-label {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(125, 220, 255, 0.78);
}

.about-brand-card h3 {
    margin: 0;
    font-size: clamp(1.8rem, 2.4vw, 2.2rem);
    color: #f7fbff;
    line-height: 1.1;
}

.about-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.about-mini-stats article {
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-mini-stats strong {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 8px;
    color: #ffffff;
}

.about-mini-stats span {
    display: block;
    color: rgba(235, 244, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.5;
}

.about-card-tagline {
    margin: 0;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    color: rgba(222, 238, 255, 0.92);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(79, 212, 255, 0.08), transparent 32%),
      radial-gradient(circle at 15% 20%, rgba(125, 220, 255, 0.05), transparent 15%);
    pointer-events: none;
}

@media (max-width: 780px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-card {
        min-height: auto;
    }

    .about-card-inner {
        padding: 28px 24px;
    }

    .about-mini-stats {
        grid-template-columns: 1fr;
    }
}

.why-choose-us {
    background: rgba(255, 255, 255, 0.02);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.feature-card {
    padding: 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at bottom right, rgba(102, 215, 255, 0.08), transparent 80%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.feature-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 84px rgba(2, 18, 42, 0.22), 0 0 25px rgba(102, 215, 255, 0.15);
    border-color: rgba(77, 199, 255, 0.3);
    background: rgba(15, 24, 42, 0.2);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card h3 {
    margin-bottom: 16px;
}

.feature-card p {
    color: rgba(238, 244, 255, 0.78);
    line-height: 1.8;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.project-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 34px;
    overflow: hidden;
    min-height: 340px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    position: relative;
}

.project-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(77, 199, 255, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.project-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 84px rgba(2, 18, 42, 0.22), 0 0 35px rgba(77, 199, 255, 0.15);
    border-color: rgba(77, 199, 255, 0.3);
    background: rgba(17, 25, 40, 0.25);
}

.project-card:hover::before {
    opacity: 1;
}

.project-panel {
    padding: 34px;
    display: grid;
    gap: 18px;
    align-content: center;
    height: 100%;
}

.project-panel h3 {
    font-size: 1.7rem;
}

.project-panel p {
    color: rgba(238, 244, 255, 0.78);
    line-height: 1.8;
}

.trust {
    background: rgba(255, 255, 255, 0.03);
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
}

.trust-badge {
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(77, 199, 255, 0.12);
    color: var(--primary);
    font-weight: 700;
    border: 1px solid rgba(77, 199, 255, 0.18);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
}

.trust-layout {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 24px;
    align-items: start;
    margin-top: 36px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.trust-media {
    display: grid;
    place-items: center;
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    min-height: 460px;
}

.trust-media-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(7, 19, 38, 0.95), rgba(11, 32, 56, 0.88));
    border: 1px solid rgba(77, 199, 255, 0.14);
    box-shadow: inset 0 0 40px rgba(5, 18, 35, 0.45);
}

.trust-media-video,
.trust-media-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.trust-media-image.active,
.trust-media-video.active {
    opacity: 1;
}

.trust-media-tag {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(4, 15, 28, 0.88);
    color: rgba(220, 245, 255, 0.92);
    font-size: 0.94rem;
    letter-spacing: 0.04em;
    backdrop-filter: blur(10px);
}

.trust-card {
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    position: relative;
    overflow: hidden;
}

.trust-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(102, 215, 255, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.trust-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 82px rgba(2, 18, 42, 0.2), 0 0 25px rgba(102, 215, 255, 0.12);
    border-color: rgba(77, 199, 255, 0.3);
    background: rgba(14, 22, 38, 0.25);
}

.trust-card:hover::before {
    opacity: 1;
}

.trust-rating {
    color: var(--primary);
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.trust-card p {
    color: rgba(238, 244, 255, 0.82);
    line-height: 1.9;
    margin-bottom: 18px;
}

.trust-card span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.contact {
    padding-bottom: 140px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
}

.contact-card,
.contact-map {
    border-radius: 32px;
    padding: 36px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.contact-card.visible,
.contact-map.visible {
    opacity: 1;
    transform: translateY(0);
}

.contact-card h2 {
    margin-bottom: 20px;
    font-size: clamp(2.4rem, 4vw, 3rem);
}

.contact-card p {
    color: rgba(238, 244, 255, 0.78);
    line-height: 1.85;
    margin-bottom: 28px;
}

.contact-details {
    display: grid;
    gap: 16px;
    margin-bottom: 30px;
}

.contact-details strong {
    display: block;
    margin-bottom: 6px;
}

    .contact-details span,
    .contact-details a {
        color: rgba(238, 244, 255, 0.78);
        line-height: 1.65;
        text-decoration: none;
    }

    .contact-details a:hover {
        color: var(--primary);
    }

    .contact-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .contact-form {
        display: grid;
        gap: 16px;
        margin-bottom: 28px;
    }

    .contact-form-message {
        display: none;
        width: 100%;
        padding: 18px 20px;
        border-radius: 20px;
        border: 1px solid rgba(77, 199, 255, 0.28);
        background: rgba(77, 199, 255, 0.12);
        color: #eafcff;
        font-weight: 600;
        line-height: 1.5;
    }

    .contact-form-message a {
        color: #a9f2ff;
        text-decoration: underline;
    }

    .contact-form-message.error {
        border-color: rgba(255, 118, 118, 0.4);
        background: rgba(255, 118, 118, 0.12);
        color: #ffe3e3;
    }

    .contact-form-message.success {
        display: block;
    }

    .contact-form-message.error {
        display: block;
    }

    .contact-form label {
        display: grid;
        gap: 10px;
        color: rgba(238, 244, 255, 0.88);
        font-size: 0.95rem;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        width: 100%;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(7, 14, 26, 0.82);
        color: var(--text);
        padding: 16px 18px;
        outline: none;
        transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select:focus {
        border-color: rgba(77, 199, 255, 0.7);
        box-shadow: 0 0 0 3px rgba(77, 199, 255, 0.12);
    }

    .contact-form textarea {
        resize: vertical;
        min-height: 132px;
    }

    .btn-ghost {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: rgba(255, 255, 255, 0.88);
    }

    .btn-ghost:hover {
        background: rgba(255, 255, 255, 0.12);
        color: var(--primary);
    }

.contact-map h3 {
    margin-bottom: 12px;
}

.contact-map p {
    color: rgba(238, 244, 255, 0.78);
    line-height: 1.85;
}

.site-footer {
    padding: 28px 24px 40px;
    text-align: center;
    color: rgba(238, 244, 255, 0.72);
    font-size: 0.95rem;
}

.site-footer span {
    display: block;
    margin-top: 10px;
    color: rgba(238, 244, 255, 0.58);
}

    .floating-cta {
        position: fixed;
        bottom: 24px;
        right: 24px;
        z-index: 1100;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 16px 22px;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(77, 199, 255, 0.98), rgba(102, 215, 255, 0.92));
        color: #06121f;
        text-decoration: none;
        font-weight: 700;
        box-shadow: 0 24px 70px rgba(77, 199, 255, 0.22);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .floating-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 30px 88px rgba(77, 199, 255, 0.28);
    }

    .mobile-call-now {
        position: fixed;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        z-index: 1100;
        display: none;
        width: min(92%, 420px);
        text-align: center;
        padding: 16px 22px;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(77, 199, 255, 0.98), rgba(102, 215, 255, 0.92));
        color: #06121f;
        text-decoration: none;
        font-weight: 700;
        box-shadow: 0 24px 70px rgba(77, 199, 255, 0.22);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .mobile-call-now:hover {
        transform: translate(-50%, -2px);
        box-shadow: 0 30px 88px rgba(77, 199, 255, 0.28);
    }

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .nav-title {
        font-size: 13px;
    }

    .nav-menu {
        gap: 16px;
    }

    .nav-menu a {
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .navbar {
        height: 70px;
    }

    body {
        padding-top: 70px;
    }

    .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 20px;
    }

    .nav-brand {
        flex: 1;
        min-width: 0;
    }

    .nav-menu {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
        order: 2;
        margin-left: auto;
    }

    .nav-title {
        font-size: 13px;
        visibility: hidden;
        position: relative;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-title::after {
        content: "DKC Airconditioning and Refrigeration Services";
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .nav-cta {
        min-width: 96px;
        height: 42px;
        padding: 0 16px;
        font-size: 13px;
        order: 3;
    }

    .mobile-menu {
        inset: 70px 0 0;
        max-height: calc(100vh - 70px);
    }

    .profile-grid,
    .profile-summary-grid,
    .about-grid,
    .trust-layout,
    .contact-grid,
    .services-grid,
    .features-grid,
    .projects-grid,
    .trust-grid,
    .company-snapshot-grid,
    .company-service-panels {
        grid-template-columns: 1fr;
    }

    .profile-summary-grid {
        margin-top: 32px;
    }

    .profile-card,
    .profile-summary-card,
    .service-card,
    .feature-card,
    .project-card,
    .trust-card,
    .contact-card,
    .contact-map,
    .about-card,
    .snapshot-card,
    .service-panel {
        border-radius: 24px;
    }

    .hero {
        padding-top: 90px;
    }

    .hero-title {
        font-size: clamp(2.4rem, 7vw, 3.4rem);
    }

    .hero-copy,
    .hero-features {
        max-width: 100%;
    }

    .hero-actions .btn,
    .contact-actions .btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    section {
        padding: 60px 20px;
    }

    .nav-container {
        grid-template-columns: 1fr auto;
    }

    .nav-title {
        font-size: 12px;
        max-width: 200px;
    }

    .hero {
        padding-top: 85px;
    }

    .hero-copy {
        font-size: 1rem;
    }

    .hero-features {
        font-size: 0.98rem;
        margin-bottom: 24px;
    }

    .scroll-indicator {
        display: none;
    }

    .section-header {
        margin-bottom: 34px;
    }

    .mobile-menu-inner {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 48px 16px;
    }

    .nav-container {
        padding: 0 16px;
    }

    .nav-title {
        font-size: 11px;
        max-width: 140px;
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .hero-copy,
    .hero-features,
    .profile-copy p,
    .profile-summary-card p,
    .profile-summary-card ul {
        font-size: 0.95rem;
    }

    .profile-summary-grid {
        gap: 18px;
    }

    .profile-summary-card {
        padding: 22px;
    }

    .nav-toggle {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 980px) {
    .nav-container {
        grid-template-columns: auto 1fr auto;
        padding: 0 20px;
    }

    .nav-brand {
        max-width: calc(100vw - 180px);
        overflow: hidden;
    }

    .nav-title {
        font-size: 13px;
        visibility: hidden;
        position: relative;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-title::after {
        content: "DKC Airconditioning and Refrigeration Services";
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .nav-menu {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-cta {
        min-width: 96px;
        height: 42px;
        padding: 0 16px;
        font-size: 13px;
    }

    .mobile-menu {
        inset: 70px 0 0;
        max-height: calc(100vh - 70px);
    }

    .mobile-menu-inner {
        max-width: min(100%, 640px);
    }

    .hero {
        min-height: 100svh;
        padding: 120px 20px 60px;
    }

    .hero-title {
        font-size: clamp(2.4rem, 12vw, 4rem);
        line-height: 0.95;
    }

    .hero-copy {
        font-size: 1rem;
        max-width: 100%;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .hero-actions .btn,
    .hero-actions button {
        width: 100%;
        max-width: 320px;
    }

    .company-profile {
        padding: 80px 20px;
    }

    .company-profile .section-header h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .company-profile-intro,
    .profile-grid,
    .profile-summary-grid,
    .company-service-panels,
    .company-snapshot-grid,
    .about-grid,
    .services-grid,
    .features-grid,
    .projects-grid,
    .trust-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .profile-card,
    .service-card,
    .feature-card,
    .project-card,
    .trust-card,
    .contact-card,
    .contact-map,
    .about-card,
    .snapshot-card,
    .service-panel,
    .profile-summary-card {
        width: 100%;
    }

    .about-mini-stats,
    .profile-cards,
    .contact-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .before-after {
        aspect-ratio: 4 / 3;
    }

    .ba-divider,
    .ba-handle {
        touch-action: none;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .ba-handle {
        width: 56px;
        height: 56px;
    }

    .loader-card {
        width: min(92vw, 420px);
    }

    .loader-logo-wrap {
        width: 88px;
        height: 88px;
    }

    .loader-logo {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 620px) {
    .hero {
        padding: 100px 18px 60px;
    }

    .hero-title {
        font-size: clamp(2.4rem, 12vw, 3rem);
        line-height: 0.95;
    }

    .company-profile {
        padding: 60px 16px;
    }

    .trust-media {
        min-height: 320px;
    }

    .trust-layout {
        grid-template-columns: 1fr;
    }

    .mobile-call-now {
        display: inline-flex;
    }

    .floating-cta {
        display: none;
    }
}

@media (max-width: 480px) {
    .before-after {
        aspect-ratio: 1 / 1;
    }

    .nav-container {
        padding: 0 16px;
    }

    .nav-title {
        max-width: 140px;
    }

    .hero {
        padding: 100px 16px 48px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .profile-copy p,
    .service-card p,
    .about-copy p,
    .project-panel p,
    .trust-card p,
    .contact-card p {
        font-size: 0.95rem;
    }
}

@media (max-width: 1080px) {
    .services-grid,
    .features-grid,
    .projects-grid,
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-grid,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .story-panel {
        position: relative;
        top: auto;
        min-height: auto;
    }
}

@media (max-width: 820px) {
    .hero {
        padding-top: 100px;
    }

    .hero h1 {
        font-size: clamp(2.6rem, 9vw, 3.4rem);
    }

    .hero-copy {
        font-size: 1rem;
    }

    .section-header {
        margin-bottom: 42px;
    }

    .services-grid,
    .features-grid,
    .projects-grid,
    .trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .nav-container {
        padding: 0 18px;
    }

    .nav-links {
        gap: 18px;
    }

    .story-panel,
    .service-card,
    .feature-card,
    .project-card,
    .contact-card,
    .contact-map,
    .about-card,
    .trust-card {
        border-radius: 24px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .contact-actions .btn {
        width: 100%;
    }

    .hero-video {
        animation: none;
        transform: scale(1.04);
    }

    .hero-mist span {
        opacity: 0.38;
        filter: blur(30px);
        animation-duration: 18s;
    }

    .scroll-indicator {
        display: none;
    }

    .floating-cta {
        display: none;
    }

    .mobile-call-now {
        display: inline-flex;
    }
}
