/**
 * JCloud.cl - Custom Styles
 * Precision Business Architecture
 * Design System: High-Tech Editorial
 */

/* ===========================
   1. Base Styles
   =========================== */

/* Material Symbols Configuration */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* Selection */
::selection {
    background-color: #3498db;
    color: white;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f4f3f3;
}

::-webkit-scrollbar-thumb {
    background: #006397;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3498db;
}

/* ===========================
   2. Design System Classes
   =========================== */

/* Signature Gradient */
.signature-gradient {
    background: linear-gradient(135deg, #006397 0%, #3498db 100%);
}

/* Glass Navigation */
.glass-nav {
    background: rgba(250, 249, 249, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Glass Background */
.bg-glass {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* Editorial Grid */
.editorial-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}

/* Editorial Typography */
.text-editorial {
    letter-spacing: -0.02em;
}

/* ===========================
   3. Hero Background Animation
   =========================== */

#hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: auto;
    mix-blend-mode: screen;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(10, 15, 30, 1) 0%, rgba(5, 10, 25, 1) 50%, rgba(15, 20, 40, 1) 100%);
    min-height: 100vh;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 20% 30%, rgba(0, 100, 200, 0.15) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 70%, rgba(0, 150, 255, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at 50% 50%, rgba(0, 50, 100, 0.05) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(0, 212, 255, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 70% 60%, rgba(0, 255, 136, 0.05) 0%, transparent 35%);
    z-index: 1;
    pointer-events: none;
    animation: pulse-glow 8s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
    0% { opacity: 0.3; }
    50% { opacity: 0.6; }
    100% { opacity: 0.3; }
}

/* Hero text adjustments for dark background */
.hero-section .text-on-background,
.hero-section .text-on-surface {
    color: #ffffff;
}

.hero-section .text-on-surface-variant {
    color: rgba(255, 255, 255, 0.8);
}

.hero-section .hero-badge {
    background: rgba(0, 99, 151, 0.3);
    color: #00d4ff;
}

.hero-section .text-gradient {
    background: linear-gradient(135deg, #00d4ff 0%, #00ff88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description.is-typing::after {
    content: '';
    display: inline-block;
    width: 0.08em;
    height: 1.05em;
    margin-left: 0.12em;
    background: #00d4ff;
    vertical-align: -0.16em;
    animation: type-caret 0.8s steps(1) infinite;
}

@keyframes type-caret {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

.hero-section .bg-surface-container-low {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-section .bg-primary\/5,
.hero-section .bg-tertiary\/5,
.hero-section .bg-primary-container\/20,
.hero-section .bg-tertiary-container\/20 {
    background: rgba(255, 255, 255, 0.03);
}

.product-chip-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    overflow: hidden;
    isolation: isolate;
    color: #baf7ff;
    border: 1px solid rgba(0, 212, 255, 0.28);
    background: rgba(0, 212, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 20, 45, 0.22), 0 0 28px rgba(0, 212, 255, 0.12);
    animation: product-chip-pulse 2.8s ease-in-out infinite;
}

.product-chip-link::before {
    content: '';
    position: absolute;
    inset: -55% auto -55% -45%;
    z-index: -1;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: rotate(18deg);
    animation: product-chip-shine 3.4s ease-in-out infinite;
}

.product-chip-link:hover {
    color: #ffffff;
    background: rgba(0, 212, 255, 0.18);
    transform: translateY(-2px);
}

.product-chip-link__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.6rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef233c, #b00020);
    box-shadow: 0 0 18px rgba(239, 35, 60, 0.36);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.product-chip-link__text {
    color: #ffffff;
    white-space: nowrap;
}

@keyframes product-chip-pulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 20, 45, 0.22), 0 0 24px rgba(0, 212, 255, 0.12);
    }
    50% {
        transform: translateY(-3px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 42px rgba(0, 20, 45, 0.28), 0 0 38px rgba(0, 212, 255, 0.28);
    }
}

@keyframes product-chip-shine {
    0%, 42% { transform: translateX(0) rotate(18deg); opacity: 0; }
    52% { opacity: 1; }
    70%, 100% { transform: translateX(420%) rotate(18deg); opacity: 0; }
}

.product-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.product-modal.hidden {
    display: none;
}

.product-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 22, 0.74);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.product-modal__dialog {
    position: relative;
    width: min(42rem, 100%);
    border-radius: 1.5rem;
    padding: 2rem;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(10, 18, 36, 0.94), rgba(7, 12, 28, 0.92)),
        radial-gradient(circle at top right, rgba(0, 212, 255, 0.16), transparent 38%);
    border: 1px solid rgba(146, 204, 255, 0.22);
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    transform: translateY(16px) scale(0.98);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.product-modal.is-open .product-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.product-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(146, 204, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    cursor: pointer;
}

.product-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(0, 212, 255, 0.25);
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.08);
    color: #baf7ff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pulse-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.8);
    animation: pulse-dot 1.7s infinite;
}

@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.product-modal__title {
    margin: 0 0 1rem;
    font-family: "Inter", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.product-modal__text {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.7;
}

.product-modal__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.product-modal__highlights span {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(146, 204, 255, 0.16);
    color: rgba(255, 255, 255, 0.86);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.84rem;
}

.product-modal__actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.product-modal__primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.75rem;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(186, 247, 255, 0.58);
    color: #ffffff;
    background: linear-gradient(135deg, #0078b7 0%, #00a3ff 54%, #00d4ff 100%);
    box-shadow:
        0 18px 42px rgba(0, 20, 45, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 0 32px rgba(0, 212, 255, 0.38);
    text-shadow: 0 1px 12px rgba(0, 20, 45, 0.34);
    animation: product-modal-primary-pulse 2.35s ease-in-out infinite;
}

.product-modal .product-modal__actions .product-modal__primary::before {
    content: '';
    position: absolute;
    inset: -60% auto -60% -50%;
    z-index: 0;
    width: 46%;
    height: auto;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    transform: rotate(18deg);
    transition: none;
    animation: product-modal-primary-shine 2.7s ease-in-out infinite;
}

.product-modal .product-modal__actions .product-modal__primary::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    width: auto;
    height: auto;
    border-radius: inherit;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.22), transparent 44%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
    opacity: 0.55;
    transform: none;
    transition: opacity 0.25s ease;
    animation: product-modal-primary-glow 2.35s ease-in-out infinite;
}

.product-modal__primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow:
        0 22px 50px rgba(0, 20, 45, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset,
        0 0 44px rgba(0, 212, 255, 0.52);
}

.product-modal .product-modal__actions .product-modal__primary:hover::after {
    width: auto;
    height: auto;
    opacity: 0.78;
}

.product-modal__primary-text,
.product-modal__primary-icon {
    position: relative;
    z-index: 1;
}

.product-modal__primary-text {
    letter-spacing: 0;
}

.product-modal__primary-icon {
    font-size: 1.25rem !important;
    animation: product-modal-primary-arrow 1.15s ease-in-out infinite;
}

.product-modal__primary:focus-visible {
    outline: 3px solid rgba(186, 247, 255, 0.72);
    outline-offset: 3px;
}

.product-modal__secondary {
    min-height: 3.5rem;
    padding: 0 1.5rem;
    border: 1px solid rgba(146, 204, 255, 0.14);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.76);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-modal__secondary:hover {
    border-color: rgba(146, 204, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
}

@keyframes product-modal-primary-pulse {
    0%, 100% {
        transform: translateY(0) scale(1);
        box-shadow:
            0 18px 42px rgba(0, 20, 45, 0.34),
            0 0 0 1px rgba(255, 255, 255, 0.12) inset,
            0 0 32px rgba(0, 212, 255, 0.36);
    }
    50% {
        transform: translateY(-3px) scale(1.025);
        box-shadow:
            0 24px 54px rgba(0, 20, 45, 0.42),
            0 0 0 1px rgba(255, 255, 255, 0.18) inset,
            0 0 50px rgba(0, 212, 255, 0.56);
    }
}

@keyframes product-modal-primary-shine {
    0%, 38% {
        opacity: 0;
        transform: translateX(0) rotate(18deg);
    }
    50% {
        opacity: 1;
    }
    72%, 100% {
        opacity: 0;
        transform: translateX(440%) rotate(18deg);
    }
}

@keyframes product-modal-primary-glow {
    0%, 100% { opacity: 0.42; }
    50% { opacity: 0.78; }
}

@keyframes product-modal-primary-arrow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(0.28rem); }
}

.hero-spotlight {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at var(--spotlight-x, 50%) var(--spotlight-y, 45%), rgba(0, 212, 255, 0.18), transparent 28rem);
    opacity: 0.75;
    transition: opacity 0.25s ease;
}

.hero-orbit-panel {
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 20, 45, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-orbit-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.28), transparent 36%, rgba(0, 255, 136, 0.18));
    opacity: 0.65;
    pointer-events: none;
}

.hero-orbit-panel::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(8, 18, 38, 0.56), rgba(8, 18, 38, 0.22));
    pointer-events: none;
}

.hero-orbit-panel > * {
    position: relative;
    z-index: 1;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    color: #9fffd1;
    background: rgba(0, 255, 136, 0.12);
    border: 1px solid rgba(0, 255, 136, 0.3);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.status-pill::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #00ff88;
    box-shadow: 0 0 14px rgba(0, 255, 136, 0.9);
}

.hero-system-map {
    position: relative;
    min-height: 17rem;
    border-radius: 1.25rem;
    background:
        linear-gradient(rgba(146, 204, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(146, 204, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.16), transparent 58%);
    background-size: 2.5rem 2.5rem, 2.5rem 2.5rem, 100% 100%;
    overflow: hidden;
}

.hero-system-map::before,
.hero-system-map::after {
    content: '';
    position: absolute;
    left: 18%;
    right: 18%;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.75), transparent);
    animation: circuit-scan 4s linear infinite;
}

.hero-system-map::after {
    left: 50%;
    right: auto;
    top: 12%;
    bottom: 12%;
    width: 1px;
    height: auto;
    animation-delay: -2s;
}

.system-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 1rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(146, 204, 255, 0.26);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: node-float 5s ease-in-out infinite;
}

.system-node .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    color: #00d4ff;
    font-size: 1.85rem;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.system-node span:not(.material-symbols-outlined),
.system-node strong {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    line-height: 1;
}

.node-core {
    left: 50%;
    top: 50%;
    width: 6.25rem;
    height: 6.25rem;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, rgba(0, 99, 151, 0.76), rgba(0, 212, 255, 0.36));
}

.node-cloud { left: 8%; top: 14%; animation-delay: -0.6s; }
.node-ai { right: 8%; top: 18%; animation-delay: -1.4s; }
.node-growth { left: 10%; bottom: 12%; animation-delay: -2.2s; }
.node-brand { right: 10%; bottom: 14%; animation-delay: -3s; }

.metric-tile {
    min-width: 0;
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(146, 204, 255, 0.18);
}

.metric-tile span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
}

.metric-tile strong {
    display: block;
    color: #ffffff;
    font-size: 1.35rem;
    margin: 0.25rem 0 0.7rem;
}

.metric-bar {
    height: 0.35rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.metric-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00d4ff, #00ff88);
    animation: metric-pulse 2.4s ease-in-out infinite;
}

@keyframes circuit-scan {
    0% { opacity: 0.2; transform: scaleX(0.72); }
    50% { opacity: 1; transform: scaleX(1); }
    100% { opacity: 0.2; transform: scaleX(0.72); }
}

@keyframes node-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -0.55rem; }
}

@keyframes metric-pulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.35); }
}

/* ===========================
   4. Component Animations
   =========================== */

/* Fade In Up Animation */
.animate-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fade In Left Animation */
.animate-fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Fade In Right Animation */
.animate-fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scale In Animation */
.animate-scale-in {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Stagger Children */
.stagger-children > * {
    opacity: 0;
    transform: translateY(20px);
}

.stagger-children.visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.6s; }

.stagger-children.visible > * {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Services cloud parallax */
.services-cloud-parallax {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(245, 250, 255, 0.96) 0%, rgba(250, 252, 255, 0.92) 48%, rgba(244, 243, 243, 0.98) 100%);
}

.services-cloud-parallax::before,
.services-cloud-parallax::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.services-cloud-parallax::before {
    z-index: 0;
    background:
        radial-gradient(ellipse at 18% 18%, rgba(0, 212, 255, 0.1), transparent 42%),
        radial-gradient(ellipse at 82% 70%, rgba(0, 99, 151, 0.08), transparent 48%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 54%);
}

.services-cloud-parallax::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(250, 249, 249, 0.5) 0%, transparent 20%, transparent 78%, rgba(250, 249, 249, 0.62) 100%);
}

.services-cloudscape {
    position: absolute;
    inset: -12rem -18vw;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.services-cloud-parallax > .max-w-7xl {
    position: relative;
    z-index: 2;
}

.services-cloud-layer {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate3d(0, 0, 0);
    will-change: transform, background-position;
    animation: services-cloud-drift var(--cloud-duration, 30s) ease-in-out infinite alternate;
}

.services-cloud-layer--back {
    --cloud-duration: 42s;
    opacity: 0.5;
    filter: blur(6px);
    background-image:
        radial-gradient(ellipse 34% 16% at 4% 30%, rgba(255, 255, 255, 0.92) 0%, rgba(216, 235, 250, 0.52) 46%, transparent 74%),
        radial-gradient(ellipse 42% 20% at 52% 18%, rgba(226, 243, 255, 0.58) 0%, rgba(169, 215, 242, 0.28) 52%, transparent 76%),
        radial-gradient(ellipse 30% 16% at 92% 44%, rgba(255, 255, 255, 0.76) 0%, rgba(185, 224, 247, 0.32) 48%, transparent 72%);
}

.services-cloud-layer--mid {
    --cloud-duration: 34s;
    opacity: 0.42;
    filter: blur(3px);
    background-image:
        radial-gradient(ellipse 30% 13% at 20% 58%, rgba(0, 212, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 38%, transparent 73%),
        radial-gradient(ellipse 34% 14% at 66% 50%, rgba(0, 99, 151, 0.16) 0%, rgba(232, 248, 255, 0.44) 42%, transparent 76%),
        radial-gradient(ellipse 24% 12% at 96% 68%, rgba(255, 255, 255, 0.66) 0%, rgba(0, 212, 255, 0.12) 52%, transparent 76%);
}

.services-cloud-layer--front {
    --cloud-duration: 26s;
    opacity: 0.28;
    filter: blur(10px);
    background-image:
        radial-gradient(ellipse 44% 12% at 18% 78%, rgba(255, 255, 255, 0.72) 0%, rgba(0, 212, 255, 0.14) 46%, transparent 75%),
        radial-gradient(ellipse 46% 14% at 74% 84%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 99, 151, 0.14) 44%, transparent 78%);
}

@keyframes services-cloud-drift {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 5vw 1.25rem, -4vw 0.75rem, 3vw -1rem;
    }
}

/* CTA travelling nodes */
.cta-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    perspective: 900px;
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 212, 255, 0.18), transparent 32%),
        radial-gradient(circle at 84% 72%, rgba(52, 152, 219, 0.16), transparent 36%),
        linear-gradient(135deg, #061221 0%, #0a2238 52%, #03101d 100%);
}

.cta-section::before,
.cta-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-section::before {
    z-index: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 5rem 5rem;
    mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
}

.cta-section::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(3, 16, 29, 0.18) 0%, transparent 28%, transparent 72%, rgba(3, 16, 29, 0.3) 100%),
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(3, 16, 29, 0.32) 82%);
}

.cta-section .text-on-background,
.cta-section .text-on-surface-variant {
    color: rgba(255, 255, 255, 0.88);
}

.cta-section h2 {
    color: #ffffff;
    text-shadow: 0 0 28px rgba(0, 212, 255, 0.18);
}

.cta-node-field {
    position: absolute;
    inset: -18% -12%;
    z-index: 0;
    pointer-events: none;
    transform-style: preserve-3d;
}

.cta-travel-node {
    position: absolute;
    left: var(--node-x);
    top: var(--node-y);
    width: var(--node-size);
    height: var(--node-size);
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), rgba(130, 232, 255, 0.72) 28%, rgba(0, 99, 151, 0.72) 62%, rgba(0, 212, 255, 0.16) 100%);
    box-shadow:
        0 0 calc(var(--node-size) * 0.8) rgba(0, 212, 255, 0.55),
        0 0 calc(var(--node-size) * 2.4) rgba(52, 152, 219, 0.26);
    opacity: 0;
    transform-style: preserve-3d;
    will-change: transform, opacity, filter;
    animation: cta-node-approach var(--node-duration) linear infinite;
    animation-delay: var(--node-delay);
}

.cta-travel-node::before {
    content: '';
    position: absolute;
    inset: -0.55rem;
    border: 1px solid rgba(117, 229, 255, 0.24);
    border-radius: inherit;
    box-shadow: inset 0 0 1.1rem rgba(0, 212, 255, 0.16);
}

.cta-travel-node::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 60%;
    width: clamp(4rem, 12vw, 10rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.38));
    transform: translateY(-50%) rotate(var(--node-trail-angle));
    transform-origin: right center;
    opacity: 0.42;
}

.cta-travel-node--1 { --node-x: 12%; --node-y: 26%; --node-size: 0.55rem; --node-duration: 8s; --node-delay: -1s; --node-end-x: -8vw; --node-end-y: 6vh; --node-trail-angle: -12deg; }
.cta-travel-node--2 { --node-x: 32%; --node-y: 12%; --node-size: 0.8rem; --node-duration: 11s; --node-delay: -6s; --node-end-x: 5vw; --node-end-y: -8vh; --node-trail-angle: 18deg; }
.cta-travel-node--3 { --node-x: 54%; --node-y: 38%; --node-size: 0.45rem; --node-duration: 7s; --node-delay: -3s; --node-end-x: 0vw; --node-end-y: 10vh; --node-trail-angle: -4deg; }
.cta-travel-node--4 { --node-x: 78%; --node-y: 20%; --node-size: 1rem; --node-duration: 13s; --node-delay: -9s; --node-end-x: 10vw; --node-end-y: -4vh; --node-trail-angle: 22deg; }
.cta-travel-node--5 { --node-x: 88%; --node-y: 62%; --node-size: 0.62rem; --node-duration: 9s; --node-delay: -4s; --node-end-x: 13vw; --node-end-y: 8vh; --node-trail-angle: 8deg; }
.cta-travel-node--6 { --node-x: 18%; --node-y: 72%; --node-size: 1.15rem; --node-duration: 14s; --node-delay: -11s; --node-end-x: -12vw; --node-end-y: 12vh; --node-trail-angle: -24deg; }
.cta-travel-node--7 { --node-x: 44%; --node-y: 86%; --node-size: 0.5rem; --node-duration: 10s; --node-delay: -7s; --node-end-x: -3vw; --node-end-y: 16vh; --node-trail-angle: -10deg; }
.cta-travel-node--8 { --node-x: 66%; --node-y: 74%; --node-size: 0.72rem; --node-duration: 12s; --node-delay: -2s; --node-end-x: 8vw; --node-end-y: 14vh; --node-trail-angle: 12deg; }
.cta-travel-node--9 { --node-x: 7%; --node-y: 48%; --node-size: 0.42rem; --node-duration: 6.8s; --node-delay: -5s; --node-end-x: -14vw; --node-end-y: 0vh; --node-trail-angle: -2deg; }
.cta-travel-node--10 { --node-x: 96%; --node-y: 36%; --node-size: 0.95rem; --node-duration: 15s; --node-delay: -12s; --node-end-x: 16vw; --node-end-y: -2vh; --node-trail-angle: 26deg; }

@keyframes cta-node-approach {
    0% {
        opacity: 0;
        filter: blur(3px);
        transform: translate3d(0, 0, -760px) scale(0.12);
    }
    14% {
        opacity: 0.2;
    }
    64% {
        opacity: 0.78;
        filter: blur(0.25px);
    }
    100% {
        opacity: 0;
        filter: blur(1.5px);
        transform: translate3d(var(--node-end-x), var(--node-end-y), 160px) scale(2.8);
    }
}

/* About story scrollytelling */
.about-story {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 8%, rgba(0, 212, 255, 0.16), transparent 30rem),
        radial-gradient(circle at 88% 38%, rgba(52, 152, 219, 0.13), transparent 28rem),
        linear-gradient(180deg, #04111f 0%, #071a2e 38%, #03101d 100%);
}

.about-story::before,
.about-story::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-story::before {
    z-index: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 6rem 6rem;
    mask-image: linear-gradient(180deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

.about-story::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(250, 249, 249, 0.08) 0%, transparent 6rem),
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgba(3, 16, 29, 0.42) 82%);
}

.about-story__ambient {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.about-story__cloud {
    position: absolute;
    width: 56rem;
    height: 18rem;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at 18% 50%, rgba(255, 255, 255, 0.28), transparent 64%),
        radial-gradient(ellipse at 58% 44%, rgba(0, 212, 255, 0.12), transparent 68%),
        radial-gradient(ellipse at 88% 55%, rgba(146, 204, 255, 0.18), transparent 62%);
    filter: blur(28px);
    opacity: 0.42;
    animation: about-cloud-drift 22s ease-in-out infinite alternate;
}

.about-story__cloud--one { left: -18rem; top: 10%; }
.about-story__cloud--two { right: -22rem; top: 42%; animation-duration: 28s; animation-delay: -8s; }
.about-story__cloud--three { left: 20%; bottom: 3%; animation-duration: 34s; animation-delay: -14s; }

.about-story-scene,
.about-story-cta {
    position: relative;
    z-index: 2;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding: clamp(4rem, 6vw, 6.5rem) 1.5rem;
}

.about-story-scene__inner,
.about-story-cta__inner {
    width: min(78rem, 100%);
    margin: 0 auto;
}

.about-story-scene__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(20rem, 1.14fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
}

.about-story-scene__inner--reverse {
    grid-template-columns: minmax(20rem, 1.08fr) minmax(0, 0.92fr);
}

.about-story-scene__inner--reverse .about-story-copy {
    order: 2;
}

.about-story-scene__inner--reverse .about-story-visual {
    order: 1;
}

.about-story-scene__inner--stack {
    display: block;
}

.about-story-scene__inner--impact {
    grid-template-columns: minmax(0, 0.78fr) minmax(22rem, 1.22fr);
}

.about-story-copy {
    max-width: 35rem;
}

.about-story-copy--center {
    max-width: 48rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.about-story-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: #7de8ff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-story-kicker::before {
    content: '';
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #00d4ff;
    box-shadow: 0 0 1.15rem rgba(0, 212, 255, 0.82);
}

.about-story-copy h2,
.about-story-cta h2 {
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(2.2rem, 4.2vw, 4.45rem);
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 0 30px rgba(0, 212, 255, 0.2);
}

.about-story-copy p,
.about-story-cta p {
    margin: 0 0 1rem;
    color: rgba(236, 247, 255, 0.84);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.75;
}

.about-story-list {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.about-story-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.86);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
}

.about-story-list li::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #00d4ff;
    box-shadow: 0 0 0.9rem rgba(0, 212, 255, 0.72);
}

.about-story-visual,
.about-impact-panel {
    position: relative;
    min-height: clamp(22rem, 36vw, 31rem);
    border-radius: 1.35rem;
    overflow: hidden;
    border: 1px solid rgba(146, 204, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36), 0 0 52px rgba(0, 212, 255, 0.12);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.about-story-visual img,
.about-impact-panel > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.about-story-visual::before,
.about-impact-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(3, 16, 29, 0.06), rgba(3, 16, 29, 0.2)),
        radial-gradient(ellipse at center, transparent 0%, rgba(3, 16, 29, 0.24) 82%);
}

.about-story-visual__glow,
.about-story-visual__scan,
.about-story-orbit {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.about-story-visual__glow {
    inset: 18% 20%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.18), transparent 64%);
    filter: blur(18px);
    animation: about-soft-pulse 4s ease-in-out infinite;
}

.about-story-visual__scan {
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 212, 255, 0.18) 50%, transparent 100%);
    height: 30%;
    animation: about-scan 4.8s ease-in-out infinite;
}

.about-story-orbit {
    width: 8rem;
    height: 8rem;
    border: 1px solid rgba(125, 232, 255, 0.36);
    border-radius: 999px;
    box-shadow: inset 0 0 2rem rgba(0, 212, 255, 0.12);
}

.about-story-orbit--one { left: 12%; top: 14%; animation: about-orbit 7s linear infinite; }
.about-story-orbit--two { right: 10%; bottom: 12%; width: 5.5rem; height: 5.5rem; animation: about-orbit 9s linear infinite reverse; }

.about-story-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.8rem;
}

.about-story-principles span {
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(125, 232, 255, 0.2);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 72rem;
    margin: 0 auto;
}

.about-values-grid article {
    min-height: 14rem;
    padding: 1.35rem;
    border: 1px solid rgba(146, 204, 255, 0.16);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.about-values-grid .material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.85rem;
    color: #ffffff;
    background: linear-gradient(135deg, #006397, #00d4ff);
    box-shadow: 0 12px 28px rgba(0, 99, 151, 0.24);
}

.about-values-grid h3 {
    margin: 0 0 0.7rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.about-values-grid p {
    margin: 0;
    color: rgba(236, 247, 255, 0.72);
    line-height: 1.65;
}

.about-founder {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(146, 204, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.about-founder img {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(125, 232, 255, 0.36);
}

.about-founder h3 {
    margin: 0 0 0.15rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
}

.about-founder p {
    margin: 0;
    color: #7de8ff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.about-impact-panel {
    min-height: clamp(28rem, 42vw, 35rem);
}

.about-impact-metrics {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.about-impact-metrics div {
    padding: 1rem;
    border: 1px solid rgba(146, 204, 255, 0.18);
    border-radius: 0.9rem;
    background: rgba(3, 16, 29, 0.62);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.about-impact-metrics strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #7de8ff;
    font-family: "Inter", sans-serif;
    font-size: clamp(1.45rem, 2.8vw, 2.4rem);
    line-height: 1;
    letter-spacing: 0;
}

.about-impact-metrics span:last-child {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.about-story-cta {
    min-height: auto;
    padding-top: clamp(5rem, 9vw, 9rem);
    padding-bottom: clamp(6rem, 10vw, 10rem);
    text-align: center;
}

.about-story-cta__inner {
    max-width: 58rem;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(146, 204, 255, 0.2);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 212, 255, 0.16), transparent 52%),
        rgba(255, 255, 255, 0.055);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.3);
}

.about-story-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.about-story-cta__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0 1.5rem;
    border: 1px solid rgba(146, 204, 255, 0.22);
    border-radius: 0.65rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.about-story-cta__actions a:hover {
    transform: translateY(-2px);
    border-color: rgba(125, 232, 255, 0.44);
    background: rgba(255, 255, 255, 0.11);
}

@keyframes about-cloud-drift {
    0% { transform: translate3d(-2vw, 0, 0) scale(1); }
    100% { transform: translate3d(4vw, -1.5rem, 0) scale(1.06); }
}

@keyframes about-soft-pulse {
    0%, 100% { opacity: 0.45; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.08); }
}

@keyframes about-scan {
    0% { transform: translateY(-110%); opacity: 0; }
    20%, 70% { opacity: 0.78; }
    100% { transform: translateY(340%); opacity: 0; }
}

@keyframes about-orbit {
    to { transform: rotate(360deg); }
}

/* About cinematic scroll journey */
.about-cinema {
    --cinema-cyan: #00d4ff;
    --cinema-blue: #006397;
    --cinema-ink: #020914;
    position: relative;
    isolation: isolate;
    overflow: clip;
    color: #ffffff;
    background:
        radial-gradient(circle at 50% 6%, rgba(0, 212, 255, 0.18), transparent 34rem),
        linear-gradient(180deg, #020914 0%, #031427 42%, #020914 100%);
}

.about-cinema__stage {
    position: sticky;
    top: 0;
    z-index: 0;
    height: 100vh;
    min-height: 42rem;
    overflow: hidden;
    perspective: 1200px;
    transform-style: preserve-3d;
    background: #020914;
}

.about-cinema__stage::before,
.about-cinema__stage::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
}

.about-cinema__stage::before {
    background:
        linear-gradient(90deg, rgba(2, 9, 20, 0.92) 0%, rgba(2, 9, 20, 0.74) 32%, rgba(2, 9, 20, 0.2) 64%, rgba(2, 9, 20, 0.5) 100%),
        radial-gradient(ellipse at 50% 42%, transparent 0%, transparent 46%, rgba(2, 9, 20, 0.46) 78%, rgba(2, 9, 20, 0.88) 100%),
        linear-gradient(180deg, rgba(2, 9, 20, 0.12), transparent 24%, transparent 72%, rgba(2, 9, 20, 0.72));
}

.about-cinema__stage::after {
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 7rem 7rem;
    mask-image: radial-gradient(circle at 52% 48%, black 0%, transparent 72%);
}

.about-cinema__canvas {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0.74;
    pointer-events: none;
}

.about-cinema__camera {
    position: absolute;
    inset: -11%;
    z-index: 1;
    transform-style: preserve-3d;
    will-change: transform;
}

.about-cinema__plate,
.about-cinema__grid,
.about-cinema__light-beam,
.about-cinema-floater {
    position: absolute;
    pointer-events: none;
    will-change: transform, opacity, filter;
}

.about-cinema__plate {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.about-cinema__plate--horizon {
    inset: 0;
    z-index: 0;
    opacity: 0.86;
    filter: saturate(1.06) contrast(1.06);
    transform: translateZ(-280px) scale(1.22);
}

.about-cinema__plate--corridor {
    inset: 2% -4% -2% 3%;
    z-index: 2;
    opacity: 0.36;
    mix-blend-mode: screen;
    transform: translateZ(-80px) scale(1.16) rotateY(-6deg);
}

.about-cinema__plate--particles {
    inset: -4%;
    z-index: 5;
    opacity: 0.28;
    mix-blend-mode: screen;
    transform: translateZ(150px) scale(1.1);
}

.about-cinema__plate--clouds {
    inset: auto -8% -12%;
    z-index: 6;
    height: 62%;
    opacity: 0.42;
    mix-blend-mode: screen;
    filter: blur(2px) saturate(1.1);
    transform: translateZ(280px) scale(1.16);
}

.about-cinema__grid {
    inset: 20% 4% 3%;
    z-index: 3;
    opacity: 0.3;
    background:
        linear-gradient(rgba(0, 212, 255, 0.26) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.2) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    transform: translateZ(30px) rotateX(64deg) scale(1.28);
    transform-origin: center bottom;
    mask-image: linear-gradient(180deg, transparent, black 34%, transparent 92%);
}

.about-cinema__light-beam {
    z-index: 5;
    width: 42rem;
    height: 16rem;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(0, 212, 255, 0.22), transparent 68%);
    filter: blur(20px);
    mix-blend-mode: screen;
    animation: about-cinema-breathe 5.8s ease-in-out infinite;
}

.about-cinema__light-beam--one {
    left: 6%;
    top: 12%;
    transform: translateZ(170px) rotate(-18deg);
}

.about-cinema__light-beam--two {
    right: 0;
    bottom: 18%;
    width: 36rem;
    opacity: 0.72;
    animation-delay: -2.4s;
    transform: translateZ(220px) rotate(16deg);
}

.about-cinema__floaters {
    position: absolute;
    inset: 0;
    z-index: 9;
    transform-style: preserve-3d;
    pointer-events: none;
}

.about-cinema-floater {
    left: 50%;
    opacity: 0;
    filter: drop-shadow(0 0 34px rgba(0, 212, 255, 0.42));
    user-select: none;
    transform-origin: center;
}

.about-cinema-floater--cloud-one {
    top: 6%;
    width: min(52vw, 42rem);
}

.about-cinema-floater--cloud-two {
    bottom: 2%;
    width: min(58vw, 47rem);
    opacity: 0;
}

.about-cinema-floater--cube {
    top: 18%;
    width: clamp(8rem, 16vw, 15rem);
}

.about-cinema-floater--ring {
    bottom: 17%;
    width: clamp(10rem, 20vw, 19rem);
}

.about-cinema-floater--shard {
    top: 42%;
    width: clamp(7rem, 13vw, 12rem);
}

.about-cinema__hud {
    position: absolute;
    right: clamp(1.25rem, 4vw, 3rem);
    top: clamp(6rem, 11vh, 8rem);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(236, 247, 255, 0.72);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-cinema__hud strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(125, 232, 255, 0.28);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 212, 255, 0.1);
    box-shadow: 0 0 2rem rgba(0, 212, 255, 0.22);
}

.about-cinema__chapters {
    position: relative;
    z-index: 10;
    margin-top: -100vh;
}

.about-cinema-shot {
    min-height: 126vh;
    display: flex;
    align-items: center;
    padding: clamp(7rem, 10vw, 10rem) clamp(1.25rem, 5vw, 5rem);
}

.about-cinema-shot--origin,
.about-cinema-shot--architecture,
.about-cinema-shot--final {
    justify-content: flex-start;
}

.about-cinema-shot--origin {
    align-items: flex-start;
    padding-top: clamp(6rem, 10vh, 7.25rem);
}

.about-cinema-shot--origin .about-cinema-copy {
    width: min(46rem, 92vw);
}

.about-cinema-shot--bridge,
.about-cinema-shot--impact {
    justify-content: flex-end;
}

.about-cinema-shot--values {
    justify-content: center;
    min-height: 148vh;
}

.about-cinema-copy {
    width: min(42rem, 92vw);
    padding: clamp(1.25rem, 2.8vw, 2.35rem);
    border: 1px solid rgba(125, 232, 255, 0.22);
    border-left-color: rgba(125, 232, 255, 0.48);
    border-radius: 1rem;
    background:
        linear-gradient(90deg, rgba(2, 9, 20, 0.92), rgba(2, 9, 20, 0.76) 74%, rgba(2, 9, 20, 0.38)),
        radial-gradient(circle at 0% 14%, rgba(0, 212, 255, 0.18), transparent 20rem);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36), 0 0 46px rgba(0, 212, 255, 0.1);
    text-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
    transform-style: preserve-3d;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.about-cinema-copy--wide {
    width: min(73rem, 94vw);
    text-align: center;
    border-color: rgba(125, 232, 255, 0.2);
    background:
        radial-gradient(circle at 50% 12%, rgba(0, 212, 255, 0.18), transparent 32rem),
        linear-gradient(180deg, rgba(2, 9, 20, 0.84), rgba(2, 9, 20, 0.58));
}

.about-cinema-copy--impact {
    width: min(48rem, 92vw);
}

.about-cinema-copy--final {
    width: min(55rem, 92vw);
    padding: clamp(1.8rem, 4vw, 3.2rem);
    border: 1px solid rgba(125, 232, 255, 0.22);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 212, 255, 0.2), transparent 52%),
        rgba(2, 16, 29, 0.7);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 38px 110px rgba(0, 0, 0, 0.36), 0 0 70px rgba(0, 212, 255, 0.12);
}

.about-cinema-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: #8deeff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-cinema-kicker::before {
    content: '';
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: #00d4ff;
    box-shadow: 0 0 1.25rem rgba(0, 212, 255, 0.9);
}

.about-cinema-copy h2 {
    margin: 0 0 1.2rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(2.35rem, 4.65vw, 5rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.about-cinema-title--origin {
    max-width: 100%;
    font-size: clamp(2.05rem, 3.9vw, 4.25rem);
}

.about-cinema-copy p {
    max-width: 42rem;
    margin: 0 0 1rem;
    color: rgba(236, 247, 255, 0.86);
    font-size: clamp(1.02rem, 1.45vw, 1.22rem);
    line-height: 1.72;
}

.about-cinema-copy--wide p,
.about-cinema-copy--final p {
    margin-left: auto;
    margin-right: auto;
}

.about-cinema-list,
.about-cinema-principles,
.about-cinema-values,
.about-cinema-metrics,
.about-cinema-actions {
    position: relative;
    z-index: 1;
}

.about-cinema-list {
    display: grid;
    gap: 0.85rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.about-cinema-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.86);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.about-cinema-list li::before {
    content: '';
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: #00d4ff;
    box-shadow: 0 0 1rem rgba(0, 212, 255, 0.82);
}

.about-cinema-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.7rem;
}

.about-cinema-principles span,
.about-cinema-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    border: 1px solid rgba(125, 232, 255, 0.25);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.about-cinema-principles span {
    padding: 0 1rem;
}

.about-cinema-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: clamp(2rem, 4vw, 3rem);
}

.about-cinema-values article {
    min-height: 12rem;
    padding: 1.1rem;
    border: 1px solid rgba(125, 232, 255, 0.18);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
        rgba(2, 16, 29, 0.42);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.about-cinema-values .material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.85rem;
    border-radius: 0.8rem;
    color: #ffffff;
    background: linear-gradient(135deg, #006397, #00d4ff);
    box-shadow: 0 14px 34px rgba(0, 99, 151, 0.28);
}

.about-cinema-values h3 {
    margin: 0 0 0.55rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0;
}

.about-cinema-values p {
    margin: 0;
    color: rgba(236, 247, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}

.about-cinema-founder {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(125, 232, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.about-cinema-founder img {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(125, 232, 255, 0.42);
    box-shadow: 0 0 2rem rgba(0, 212, 255, 0.18);
}

.about-cinema-founder h3 {
    margin: 0 0 0.15rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
}

.about-cinema-founder p {
    margin: 0;
    color: #8deeff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.about-cinema-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.about-cinema-metrics div {
    padding: 0.9rem;
    border: 1px solid rgba(125, 232, 255, 0.19);
    border-radius: 0.9rem;
    background: rgba(2, 16, 29, 0.62);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.about-cinema-metrics strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #8deeff;
    font-family: "Inter", sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2.15rem);
    line-height: 1;
    letter-spacing: 0;
}

.about-cinema-metrics span:last-child {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.67rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.about-cinema-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.about-cinema-actions a {
    min-height: 3.5rem;
    padding: 0 1.45rem;
    border-radius: 0.7rem;
    text-decoration: none;
}

.about-cinema-actions a:hover,
.about-cinema-principles span:hover,
.about-cinema-values article:hover,
.about-cinema-metrics div:hover {
    border-color: rgba(141, 238, 255, 0.48);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.25), 0 0 38px rgba(0, 212, 255, 0.14);
}

@keyframes about-cinema-breathe {
    0%, 100% { opacity: 0.42; transform: scale(1); }
    50% { opacity: 0.82; transform: scale(1.08); }
}

@keyframes about-cinema-scan {
    0% { transform: translateY(-90%); opacity: 0; }
    20%, 68% { opacity: 0.78; }
    100% { transform: translateY(420%); opacity: 0; }
}

@keyframes about-cinema-orbit {
    to { rotate: 360deg; }
}

@media (max-width: 1024px) {
    .about-cinema-copy h2 {
        font-size: clamp(2.25rem, 6vw, 4.4rem);
    }

    .about-cinema-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-cinema-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-cinema {
        overflow: hidden;
    }

    .about-cinema__stage {
        position: absolute;
        inset: 0;
        height: 100%;
        min-height: 100%;
        opacity: 0.82;
        perspective: none;
    }

    .about-cinema__camera {
        inset: 0;
    }

    .about-cinema__plate--corridor,
    .about-cinema__grid,
    .about-cinema__light-beam,
    .about-cinema__hud {
        display: none;
    }

    .about-cinema__plate--horizon {
        transform: none;
        opacity: 0.76;
    }

    .about-cinema__plate--clouds {
        height: 44rem;
        opacity: 0.28;
        transform: none;
    }

    .about-cinema-floater--cloud-one {
        top: 7rem;
        width: min(88vw, 31rem);
        opacity: 0.28;
    }

    .about-cinema-floater--cloud-two {
        bottom: 12%;
        width: min(92vw, 33rem);
    }

    .about-cinema-floater--cube {
        top: 18%;
        width: clamp(5.8rem, 26vw, 7rem);
    }

    .about-cinema-floater--ring,
    .about-cinema-floater--shard {
        display: none;
    }

    .about-cinema__chapters {
        margin-top: 0;
    }

    .about-cinema-shot,
    .about-cinema-shot--values {
        min-height: auto;
        padding: clamp(5.5rem, 14vw, 7rem) 1.2rem;
        justify-content: flex-start;
    }

    .about-cinema-shot:first-child {
        padding-top: 8rem;
    }

    .about-cinema-copy,
    .about-cinema-copy--wide,
    .about-cinema-copy--impact,
    .about-cinema-copy--final {
        width: 100%;
        padding: 1.25rem;
        border: 1px solid rgba(125, 232, 255, 0.18);
        border-radius: 1rem;
        background: rgba(2, 16, 29, 0.86);
        text-align: left;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .about-cinema-copy h2 {
        font-size: clamp(2.05rem, 11vw, 3.55rem);
        line-height: 1.02;
    }

    .about-cinema-title--origin {
        max-width: 100%;
        font-size: clamp(1.48rem, 6.3vw, 2.15rem);
        line-height: 1.08;
        text-wrap: balance;
    }

    .about-cinema-copy p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .about-cinema-values,
    .about-cinema-metrics {
        grid-template-columns: 1fr;
    }

    .about-cinema-values article {
        min-height: auto;
    }

    .about-cinema-founder {
        width: 100%;
        border-radius: 1rem;
    }
}

@media (max-width: 640px) {
    .about-cinema-shot:first-child {
        padding-top: 7.25rem;
    }

    .about-cinema-principles,
    .about-cinema-actions {
        flex-direction: column;
    }

    .about-cinema-principles span,
    .about-cinema-actions a {
        width: 100%;
    }
}

/* ===========================
   5. Interactive Elements
   =========================== */

/* Card Hover Effects */
.service-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 99, 151, 0.55), transparent 42%, rgba(0, 212, 255, 0.4));
    opacity: 0;
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: opacity 0.3s ease;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: auto -20% -45% 15%;
    height: 7rem;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.16), transparent 68%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 99, 151, 0.15);
}

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

.service-card:hover::after {
    transform: translateY(-1rem);
}

.service-card:hover .material-symbols-outlined {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.service-link {
    position: relative;
    gap: 0.15rem;
    width: fit-content;
    text-decoration: none;
}

.service-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0.18);
    transform-origin: left;
    opacity: 0.45;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.service-link:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.service-link .material-symbols-outlined {
    transition: transform 0.25s ease;
}

.service-link:hover .material-symbols-outlined {
    transform: translateX(0.25rem);
}

/* Button Animations */
.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-secondary-glass {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(146, 204, 255, 0.22);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-section .btn-secondary-glass:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.14) !important;
}

.btn-primary::before,
.btn-secondary-glass::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -30%;
    width: 35%;
    height: 180%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: rotate(18deg) translateX(-160%);
    transition: transform 0.65s ease;
}

.btn-primary:hover::before,
.btn-secondary-glass:hover::before {
    transform: rotate(18deg) translateX(420%);
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-primary:hover::after {
    width: 300%;
    height: 300%;
}

/* Link Underline Effect */
.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #006397 0%, #3498db 100%);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* ===========================
   6. Form Styles
   =========================== */

/* Input Focus Animation */
.form-input {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.form-input:focus {
    outline: none;
    border-color: #006397;
    box-shadow: 0 0 0 4px rgba(0, 99, 151, 0.1);
}

/* Submit Button Loading State */
.btn-submit {
    position: relative;
}

.btn-submit.loading {
    pointer-events: none;
}

.btn-submit.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===========================
   7. Responsive Adjustments
   =========================== */

@media (max-width: 768px) {
    .editorial-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .material-symbols-outlined {
        font-size: 24px !important;
    }

    .services-cloudscape {
        inset: -9rem -34vw;
        opacity: 0.72;
    }

    .services-cloud-layer--back {
        opacity: 0.36;
    }

    .services-cloud-layer--mid {
        opacity: 0.28;
    }

    .services-cloud-layer--front {
        opacity: 0.18;
    }

    .cta-node-field {
        inset: -12% -34%;
        opacity: 0.72;
    }

    .cta-travel-node::after {
        width: 4rem;
    }

    .about-story-scene,
    .about-story-cta {
        min-height: auto;
        padding: 4.5rem 1.25rem;
    }

    .about-story-scene__inner,
    .about-story-scene__inner--reverse,
    .about-story-scene__inner--impact {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-story-scene__inner--reverse .about-story-copy,
    .about-story-scene__inner--reverse .about-story-visual {
        order: initial;
    }

    .about-story-copy,
    .about-story-copy--center {
        max-width: none;
        text-align: left;
    }

    .about-story-copy h2,
    .about-story-cta h2 {
        font-size: clamp(2.2rem, 12vw, 3.6rem);
    }

    .about-story-visual,
    .about-impact-panel {
        min-height: 21rem;
    }

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

    .about-values-grid article {
        min-height: auto;
    }

    .about-impact-metrics {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1rem;
        margin-top: 16rem;
    }

    .about-story__cloud {
        width: 32rem;
        height: 14rem;
        opacity: 0.3;
    }
}

@media (max-width: 640px) {
    .hero-section {
        min-height: auto;
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    
    .signature-gradient {
        background-size: 200% 200%;
        animation: gradient-shift 3s ease infinite;
    }

    .hero-system-map {
        min-height: 15rem;
    }

    .system-node {
        width: 4.6rem;
        height: 4.6rem;
    }

    .node-core {
        width: 5.25rem;
        height: 5.25rem;
    }

    .metric-tile {
        padding: 0.85rem;
    }

    .product-modal {
        padding: 1rem;
    }

    .product-modal__dialog {
        padding: 1.4rem;
        border-radius: 1.1rem;
    }

    .product-modal__actions {
        flex-direction: column;
    }

    .product-modal__actions > * {
        width: 100%;
    }

    .about-story-cta__actions {
        flex-direction: column;
    }

    .about-story-cta__actions a {
        width: 100%;
    }

    .about-founder {
        width: 100%;
        border-radius: 1rem;
    }

    .about-impact-metrics {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    .hero-spotlight {
        opacity: 0.35;
    }

    .product-chip-link,
    .product-chip-link::before {
        animation: none !important;
    }

    .product-modal__primary,
    .product-modal__primary::before,
    .product-modal__primary::after,
    .product-modal__primary-icon {
        animation: none !important;
    }

    .services-cloud-layer {
        animation: none !important;
        will-change: auto;
    }

    .cta-travel-node {
        animation: none !important;
        opacity: 0.22;
        transform: none;
        will-change: auto;
    }

    .about-story__cloud,
    .about-story-visual__glow,
    .about-story-visual__scan,
    .about-story-orbit {
        animation: none !important;
    }

    .about-story-visual,
    .about-impact-panel {
        will-change: auto;
    }

    .about-cinema__stage {
        position: absolute;
        inset: 0;
        height: 100%;
        min-height: 100%;
    }

    .about-cinema__chapters {
        margin-top: 0;
    }

    .about-cinema-shot,
    .about-cinema-shot--values {
        min-height: auto;
    }

    .about-cinema__camera,
    .about-cinema__plate,
    .about-cinema-floater,
    .about-cinema__light-beam,
    .about-cinema__grid {
        transform: none !important;
        filter: none !important;
        will-change: auto;
    }

    .about-cinema__light-beam,
    .about-cinema-floater {
        animation: none !important;
    }
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ===========================
   8. Utility Classes
   =========================== */

/* Ghost Border */
.ghost-border {
    border: 1px solid rgba(191, 199, 210, 0.15);
}

/* Ambient Shadow */
.ambient-shadow {
    box-shadow: 0 40px 60px -5px rgba(26, 28, 28, 0.06);
}

/* Text Gradient */
.text-gradient {
    background: linear-gradient(135deg, #006397 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Glow Effect */
.glow {
    box-shadow: 0 0 40px rgba(0, 99, 151, 0.3);
}

/* Hide Scrollbar but Keep Functionality */
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Float Element Animation */
.float-element {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* ===========================
   9. Print Styles
   =========================== */

@media print {
    .glass-nav,
    footer,
    .btn-submit {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .signature-gradient {
        background: #006397;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
