/* ==========================================================================
   ARNE — PREMIUM CREATIVE STUDIO DESIGN SYSTEM
   ========================================================================== */

:root,
[data-glass-theme="emerald"] {
    --glass-theme-name: 'Emerald Glass';
    --bg-main: #030906;
    --bg-main-gradient: radial-gradient(ellipse at 50% 0%, rgba(0, 255, 136, 0.15) 0%, rgba(3, 9, 6, 0.96) 65%, #020604 100%);
    --bg-card: rgba(8, 24, 16, 0.55);
    --bg-card-hover: rgba(14, 42, 28, 0.75);
    --border-card: rgba(0, 255, 136, 0.2);
    --border-card-shine: rgba(255, 255, 255, 0.2);
    --border-glow: rgba(0, 255, 136, 0.45);

    --primary-emerald: #00ff88;
    --primary-accent: #00ff88;
    --primary-gradient: linear-gradient(135deg, #00ff88 0%, #10b981 50%, #059669 100%);
    --accent-glow: radial-gradient(circle, rgba(0, 255, 136, 0.22) 0%, rgba(3, 9, 6, 0) 70%);

    --glass-blur: blur(20px) saturate(180%);
    --glass-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.4);
    --glass-reflection: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(0, 255, 136, 0.05) 100%);
    --orb-color-1: rgba(0, 255, 136, 0.18);
    --orb-color-2: rgba(16, 185, 129, 0.14);

    --text-primary: #f4f4f5;
    --text-secondary: #a1a1aa;
    --text-muted: #71717a;

    --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-headline: 'Syne', 'Plus Jakarta Sans', sans-serif;
    --font-signature: 'Great Vibes', 'Alex Brush', 'Caveat', cursive;
    --announcement-height: 36px;

    /* Background Scroll-Sequence & Hero Canvas Blur & Contrast Tuning */
    --bg-sequence-blur: 8px;
    /* Easily adjustable: e.g. 4px, 8px, 12px, 16px */
    --bg-sequence-overlay: rgba(0, 0, 0, 0.4);
    /* Contrast darkness over background */
}

[data-glass-theme="sapphire"] {
    --glass-theme-name: 'Sapphire Glass';
    --bg-main: #030712;
    --bg-main-gradient: radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.18) 0%, rgba(3, 7, 18, 0.96) 65%, #02040a 100%);
    --bg-card: rgba(10, 25, 55, 0.55);
    --bg-card-hover: rgba(16, 42, 90, 0.75);
    --border-card: rgba(56, 189, 248, 0.22);
    --border-card-shine: rgba(255, 255, 255, 0.2);
    --border-glow: rgba(56, 189, 248, 0.5);

    --primary-emerald: #38bdf8;
    --primary-accent: #38bdf8;
    --primary-gradient: linear-gradient(135deg, #38bdf8 0%, #3b82f6 50%, #1d4ed8 100%);
    --accent-glow: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, rgba(3, 7, 18, 0) 70%);

    --glass-reflection: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(56, 189, 248, 0.05) 100%);
    --orb-color-1: rgba(56, 189, 248, 0.2);
    --orb-color-2: rgba(59, 130, 246, 0.15);
}

[data-glass-theme="amethyst"] {
    --glass-theme-name: 'Amethyst Glass';
    --bg-main: #090314;
    --bg-main-gradient: radial-gradient(ellipse at 50% 0%, rgba(192, 132, 252, 0.18) 0%, rgba(9, 3, 20, 0.96) 65%, #05010a 100%);
    --bg-card: rgba(28, 12, 48, 0.55);
    --bg-card-hover: rgba(46, 20, 80, 0.75);
    --border-card: rgba(192, 132, 252, 0.22);
    --border-card-shine: rgba(255, 255, 255, 0.2);
    --border-glow: rgba(192, 132, 252, 0.5);

    --primary-emerald: #c084fc;
    --primary-accent: #c084fc;
    --primary-gradient: linear-gradient(135deg, #c084fc 0%, #a855f7 50%, #7e22ce 100%);
    --accent-glow: radial-gradient(circle, rgba(192, 132, 252, 0.22) 0%, rgba(9, 3, 20, 0) 70%);

    --glass-reflection: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(192, 132, 252, 0.05) 100%);
    --orb-color-1: rgba(192, 132, 252, 0.2);
    --orb-color-2: rgba(168, 85, 247, 0.15);
}

[data-glass-theme="rosegold"] {
    --glass-theme-name: 'Rose Gold Glass';
    --bg-main: #120307;
    --bg-main-gradient: radial-gradient(ellipse at 50% 0%, rgba(251, 113, 133, 0.18) 0%, rgba(18, 3, 7, 0.96) 65%, #0a0104 100%);
    --bg-card: rgba(45, 10, 20, 0.55);
    --bg-card-hover: rgba(75, 16, 34, 0.75);
    --border-card: rgba(251, 113, 133, 0.22);
    --border-card-shine: rgba(255, 255, 255, 0.2);
    --border-glow: rgba(251, 113, 133, 0.5);

    --primary-emerald: #fb7185;
    --primary-accent: #fb7185;
    --primary-gradient: linear-gradient(135deg, #fb7185 0%, #f43f5e 50%, #be123c 100%);
    --accent-glow: radial-gradient(circle, rgba(251, 113, 133, 0.22) 0%, rgba(18, 3, 7, 0) 70%);

    --glass-reflection: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(251, 113, 133, 0.05) 100%);
    --orb-color-1: rgba(251, 113, 133, 0.2);
    --orb-color-2: rgba(244, 63, 94, 0.15);
}

[data-glass-theme="cyan"] {
    --glass-theme-name: 'Cyber Cyan Glass';
    --bg-main: #020e10;
    --bg-main-gradient: radial-gradient(ellipse at 50% 0%, rgba(34, 211, 238, 0.18) 0%, rgba(2, 14, 16, 0.96) 65%, #010708 100%);
    --bg-card: rgba(6, 36, 42, 0.55);
    --bg-card-hover: rgba(10, 60, 70, 0.75);
    --border-card: rgba(34, 211, 238, 0.22);
    --border-card-shine: rgba(255, 255, 255, 0.2);
    --border-glow: rgba(34, 211, 238, 0.5);

    --primary-emerald: #22d3ee;
    --primary-accent: #22d3ee;
    --primary-gradient: linear-gradient(135deg, #22d3ee 0%, #06b6d4 50%, #0891b2 100%);
    --accent-glow: radial-gradient(circle, rgba(34, 211, 238, 0.22) 0%, rgba(2, 14, 16, 0) 70%);

    --glass-reflection: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(34, 211, 238, 0.05) 100%);
    --orb-color-1: rgba(34, 211, 238, 0.2);
    --orb-color-2: rgba(6, 182, 212, 0.15);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: var(--font-main);
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
    transition: background-color 0.5s ease;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    scroll-behavior: smooth;
    max-width: 100%;
    width: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: auto;
    line-height: 1.6;
    background: var(--bg-main-gradient, var(--bg-main));
    background-attachment: fixed;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: auto;
    overscroll-behavior-x: none;
    scroll-behavior: smooth;
    transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
    position: relative;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    scroll-behavior: smooth;
}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

/* iOS Momentum Scrolling on All Scrollable Modals, Dialogs & Containers */
.modal-card,
.booking-modal-card,
.auth-modal-card,
.dashboard-modal-card,
.case-study-modal-card,
.policy-content-card,
.admin-table-container,
.bookings-list,
.drag-drop-zone,
.form-group select,
.form-group textarea,
.file-list-preview {
    -webkit-overflow-scrolling: touch;
}

/* Universal Smooth Transitions for All Interactive Elements */
a,
button,
input,
select,
textarea,
[role="button"],
.btn-primary,
.btn-outline,
.btn-ghost,
.btn-pill-paynow,
.filter-chip,
.service-card,
.portfolio-card,
.tab-btn,
.auth-tab-btn,
.modal-close,
.tint-dot,
.drag-drop-zone,
.nav-links a,
.otp-digit-box,
.custom-radio,
.custom-checkbox,
.social-icon,
.cta-button {
    -webkit-tap-highlight-color: transparent;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Lenis Smooth Scroll Engine Styles */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}

/* ==========================================================================
   SCROLLING ANNOUNCEMENT BAR (TOP SLIM BANNER)
   ========================================================================== */
.announcement-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--announcement-height, 36px);
    background: linear-gradient(90deg, rgba(5, 7, 6, 0.98) 0%, rgba(13, 22, 17, 0.98) 50%, rgba(5, 7, 6, 0.98) 100%);
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 255, 136, 0.08);
    z-index: 1010;
    overflow: hidden;
    display: flex;
    align-items: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.announcement-track-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    user-select: none;
}

.announcement-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-scroll 30s linear infinite;
}

.announcement-bar:hover .announcement-track {
    animation-play-state: paused;
}

.announcement-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    font-family: var(--font-main);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e4e4e7;
}

.announcement-logo {
    font-family: var(--font-headline);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--primary-emerald);
    text-shadow: 0 0 12px rgba(0, 255, 136, 0.7);
}

.announcement-dot {
    color: var(--primary-emerald);
    font-size: 10px;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.8);
    transform: translateY(-1px);
}

.announcement-text {
    background: linear-gradient(90deg, #ffffff 0%, #e4e4e7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: filter 0.3s ease;
}

.announcement-bar:hover .announcement-text {
    filter: drop-shadow(0 0 8px rgba(0, 255, 136, 0.4));
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Reduced Motion Accessibility */
@media (prefers-reduced-motion: reduce) {
    .announcement-track {
        animation: none;
        transform: none;
        justify-content: center;
        width: 100%;
    }

    .announcement-item:nth-child(n+2) {
        display: none;
    }

    .announcement-item {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   NAVIGATION HEADER
   ========================================================================== */
.navbar {
    position: fixed;
    top: var(--announcement-height, 36px);
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 22px 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 14px 0;
    background: rgba(5, 7, 6, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-card);
}

.nav-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-primary);
    font-family: var(--font-headline);
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
}

.logo-symbol {
    color: var(--primary-emerald);
    font-size: 16px;
    text-shadow: 0 0 12px rgba(0, 255, 136, 0.6);
}

.nav-links {
    display: flex;
    gap: 32px;
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid var(--border-card);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: relative;
}

.nav-links a {
    position: relative;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 0;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Glowing Top Indicator Light Bar */
.nav-links a::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 22px;
    height: 3px;
    background: var(--primary-emerald);
    border-radius: 999px;
    box-shadow: 0 0 10px var(--primary-emerald), 0 0 18px rgba(0, 255, 136, 0.8);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
}

.nav-links a:hover::before,
.nav-links a.active::before {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}

.nav-links a:hover,
.nav-links a.active {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(0, 255, 136, 0.5);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* TOP-RIGHT BOOK A SLOT CTA BUTTON */
.nav-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 20px;
    background: var(--primary-gradient);
    border: none;
    border-radius: 999px;
    color: #000000;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.nav-book-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.65), 0 4px 15px rgba(0, 0, 0, 0.4);
    color: #000000;
}

.nav-book-btn:active {
    transform: translateY(0) scale(0.98);
}

.nav-book-btn svg {
    transition: transform 0.25s ease;
}

.nav-book-btn:hover svg {
    transform: scale(1.1);
}

.nav-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.4);
    color: #25D366;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nav-whatsapp-btn:hover {
    background: #25D366;
    color: #000000;
    border-color: #25D366;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.6);
    transform: translateY(-1px) scale(1.08);
}

.user-auth-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.user-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-card);
    border-radius: 999px;
    color: var(--text-primary);
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.user-auth-btn:hover {
    border-color: var(--primary-emerald);
    background: rgba(0, 255, 136, 0.1);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.25);
    color: var(--primary-emerald);
    transform: translateY(-1px);
}

.auth-icon-placeholder {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.user-avatar-active {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-gradient);
    color: #000;
    font-weight: 900;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
}

/* User Dropdown Menu */
.user-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 240px;
    background: rgba(9, 14, 11, 0.96);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 20px;
    padding: 12px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 255, 136, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 6px;
    animation: fadeInDropdown 0.2s ease-out;
}

@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-dropdown-header {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-dropdown-phone {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    font-family: var(--font-main);
}

.user-dropdown-status {
    font-size: 10px;
    font-weight: 700;
    color: var(--primary-emerald);
    letter-spacing: 0.5px;
}

.user-dropdown-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 4px 0;
}

.user-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-radius: 12px;
    color: var(--text-secondary);
    font-family: var(--font-main);
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
}

.user-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.user-dropdown-item.signout-item {
    color: #f87171;
}

.user-dropdown-item.signout-item:hover {
    background: rgba(239, 68, 68, 0.12);
    color: #fca5a5;
}

/* Auth Header Icon Badge */
.auth-icon-badge {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 12px auto;
}

/* BUTTON STYLES */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    background: var(--primary-gradient);
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 255, 136, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 255, 136, 0.45);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid var(--border-card);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-card);
    color: var(--text-secondary);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.btn-ghost:hover {
    color: var(--text-primary);
    border-color: var(--primary-emerald);
}

.btn-large {
    padding: 16px 36px;
    font-size: 14px;
}

.btn-full {
    width: 100%;
}

.btn-sm {
    padding: 6px 14px;
    font-size: 11px;
}

/* ==========================================================================
   CINEMATIC DEPTH-OF-FIELD LAYOUT & FOREGROUND CLARITY
   ========================================================================== */
.main-wrapper {
    position: relative;
    z-index: 10;
    filter: none !important;
    -webkit-filter: none !important;
}

/* 1. Layer Separation (Z-Index): Crisp Unblurred Background Frame at z-index: -10 */
.fixed-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    /* Low z-index layer isolated completely behind foreground */
    pointer-events: none;
    background: #050706;
    overflow: hidden;
    filter: none !important;
    -webkit-filter: none !important;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
    isolation: isolate;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.85;
    pointer-events: none;
    filter: none !important;
    -webkit-filter: none !important;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
}

#hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 1;
    filter: none !important;
    -webkit-filter: none !important;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
}

/* Subtle Dark Contrast Overlay sitting above frames to ensure high text readability */
.hero-contrast-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 2;
}

.hero-ambient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 40%, rgba(0, 255, 136, 0.08) 0%, rgba(5, 7, 6, 0.85) 85%);
    pointer-events: none;
    z-index: 3;
}

/* 2. Foreground Clarity: Sits in front at z-index: 10 and inherits NO blur */
.hero-section {
    min-height: 100vh;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 160px 0 100px 0;
    overflow: hidden;
    filter: none !important;
    -webkit-filter: none !important;
}

.hero-content-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    filter: none !important;
    -webkit-filter: none !important;
}

/* 3. Frosted Glass Effect: Semi-transparent dark tint with subtle backdrop-blur */
.hero-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 255, 136, 0.35);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--primary-emerald);
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--primary-emerald);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary-emerald);
}

.hero-main-title {
    font-family: var(--font-headline);
    font-size: clamp(48px, 8.5vw, 115px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, var(--primary-emerald) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--text-secondary);
    max-width: 620px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-cta-group {
    display: flex;
    gap: 18px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.hero-stats-bar {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-pill {
    background: rgba(13, 19, 16, 0.65);
    border: 1px solid var(--border-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px 28px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-family: var(--font-headline);
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-emerald);
}

.stat-lbl {
    font-size: 12px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

/* ==========================================================================
   SERVICES SECTION (Editorial Case Cards)
   ========================================================================== */
.section-padding {
    padding: 120px 0;
    position: relative;
    z-index: 10;
}

.section-header {
    margin-bottom: 64px;
}

.section-tag {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: var(--primary-emerald);
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.section-title {
    font-family: var(--font-headline);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.section-desc {
    font-size: 16px;
    color: var(--text-secondary);
    max-width: 580px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 32px;
    margin-bottom: 80px;
    width: 100%;
    max-width: 100%;
}

.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 44px 36px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-glow);
    box-shadow: 0 30px 60px rgba(0, 255, 136, 0.15);
}

.service-card-num {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primary-emerald);
    margin-bottom: 20px;
    display: block;
}

.service-card-title {
    font-family: var(--font-headline);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
}

.service-card-price {
    font-size: 32px;
    font-weight: 900;
    color: var(--text-primary);
    margin-bottom: 16px;
    display: block;
}

.price-note {
    font-size: 12px;
    font-weight: 800;
    color: #ef4444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card-desc {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 32px;
}

.service-payment-split {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed var(--border-card);
    padding: 12px 16px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 12px;
}

.split-prepaid {
    color: var(--primary-emerald);
    font-weight: 700;
}

.split-postpaid {
    color: var(--text-muted);
}

/* Additional Services Grid */
.additional-services-wrapper {
    background: rgba(13, 19, 16, 0.45);
    border: 1px solid var(--border-card);
    border-radius: 32px;
    padding: 48px;
    backdrop-filter: blur(20px);
}

.expand-header {
    margin-bottom: 32px;
}

.expand-header h3 {
    font-family: var(--font-headline);
    font-size: 24px;
    font-weight: 800;
}

.additional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.add-service-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    padding: 20px;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color 0.2s ease;
}

.add-service-item:hover {
    border-color: var(--primary-emerald);
}

.add-service-name {
    font-size: 14px;
    font-weight: 700;
}

.add-service-btn {
    background: none;
    border: none;
    color: var(--primary-emerald);
    font-size: 16px;
    cursor: pointer;
}

/* ==========================================================================
   PORTFOLIO & WORK SECTION
   ========================================================================== */
.portfolio-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-card);
    color: var(--text-secondary);
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tab-btn:hover,
.tab-btn.active {
    background: var(--primary-emerald);
    color: #000;
    border-color: var(--primary-emerald);
}

.portfolio-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 32px;
    width: 100%;
    max-width: 100%;
}

/* Horizontal Scrolling Single Row Container */
.portfolio-horizontal-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 28px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 16px 8px 32px 8px !important;
    box-sizing: border-box;
    cursor: grab;
    user-select: none;
    max-width: 100%;
    width: 100%;
}

.portfolio-horizontal-track.active-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
}

.portfolio-horizontal-track.active-dragging .portfolio-card {
    pointer-events: none;
}

/* Custom Scrollbar with Dark Green Track & Neon Green Thumb */
.portfolio-horizontal-track::-webkit-scrollbar {
    height: 10px;
}

.portfolio-horizontal-track::-webkit-scrollbar-track {
    background: rgba(0, 255, 136, 0.08);
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 136, 0.18);
    margin: 0 40px;
}

.portfolio-horizontal-track::-webkit-scrollbar-thumb {
    background: var(--primary-emerald, #00ff88);
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(0, 255, 136, 0.7);
    transition: all 0.3s ease;
}

.portfolio-horizontal-track::-webkit-scrollbar-thumb:hover {
    background: #34d399;
    box-shadow: 0 0 20px rgba(0, 255, 136, 1);
}

/* Firefox Scrollbar */
.portfolio-horizontal-track {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-emerald, #00ff88) rgba(0, 255, 136, 0.08);
}

.portfolio-card {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

/* Responsive card sizing in horizontal track */
.portfolio-horizontal-track .portfolio-card {
    flex: 0 0 calc((100% - 56px) / 3);
    min-width: 330px;
    max-width: 440px;
    scroll-snap-align: start;
    box-sizing: border-box;
}

@media (max-width: 1100px) {
    .portfolio-horizontal-track .portfolio-card {
        flex: 0 0 calc((100% - 28px) / 2);
        min-width: 300px;
    }
}

@media (max-width: 680px) {
    .portfolio-horizontal-track .portfolio-card {
        flex: 0 0 88%;
        min-width: 270px;
    }
}

.portfolio-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-glow);
}

/* Subtle Neon Green Left & Right Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    z-index: 30;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(3, 10, 6, 0.9);
    border: 1px solid rgba(0, 255, 136, 0.45);
    color: var(--primary-emerald, #00ff88);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 255, 136, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}

.carousel-arrow:hover {
    background: rgba(0, 255, 136, 0.2);
    border-color: var(--primary-emerald, #00ff88);
    color: #ffffff;
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.9), 0 0 25px rgba(0, 255, 136, 0.7);
}

.carousel-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-arrow-left {
    left: -24px;
}

.carousel-arrow-right {
    right: -24px;
}

@media (max-width: 820px) {
    .carousel-arrow-left {
        left: -8px;
    }

    .carousel-arrow-right {
        right: -8px;
    }
}

/* ==========================================================================
   PORTFOLIO CARD COMPONENT PREVIEWS
   ========================================================================== */
.portfolio-img-box {
    width: 100%;
    height: 280px;
    background: #090d0b;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--border-card);
}

.comp-card {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.08) 0%, rgba(9, 13, 11, 0.95) 100%);
    box-sizing: border-box;
}

/* Film Component */
.comp-overlay-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
}

.rec-badge {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.15);
    padding: 4px 10px;
    border-radius: 999px;
}

.time-badge {
    font-family: monospace;
    color: #a1a1aa;
}

.res-badge {
    background: rgba(0, 255, 136, 0.15);
    color: var(--primary-emerald);
    padding: 4px 8px;
    border-radius: 6px;
}

.comp-center-play {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}

.play-btn-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--primary-emerald);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6);
    transition: transform 0.3s ease;
}

.portfolio-card:hover .play-btn-circle {
    transform: scale(1.15);
}

.comp-overlay-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.waveform-mini {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 24px;
}

.waveform-mini span {
    width: 4px;
    background: var(--primary-emerald);
    border-radius: 2px;
}

.fps-badge {
    font-size: 10px;
    color: var(--text-muted);
    font-weight: 700;
}

/* Timeline Component */
.comp-timeline {
    justify-content: flex-start;
    gap: 14px;
}

.tl-header-bar {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
}

.fx-tag {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.15);
    padding: 2px 8px;
    border-radius: 4px;
}

.tl-track-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding: 10px 0;
}

.tl-track {
    height: 34px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.tl-clip {
    position: absolute;
    top: 3px;
    left: 10%;
    right: 15%;
    bottom: 3px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.clip-purple {
    background: rgba(168, 85, 247, 0.3);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.5);
}

.clip-cyan {
    background: rgba(6, 182, 212, 0.3);
    color: #22d3ee;
    border: 1px solid rgba(6, 182, 212, 0.5);
    left: 0%;
    right: 30%;
}

.clip-green {
    background: rgba(34, 197, 94, 0.3);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.5);
    left: 5%;
    right: 5%;
}

.tl-scrubber {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    width: 2px;
    background: var(--primary-emerald);
    box-shadow: 0 0 10px var(--primary-emerald);
}

/* Poster Component */
.poster-art-canvas {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(123, 44, 191, 0.2) 0%, rgba(255, 0, 85, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.crop-mark {
    position: absolute;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.cm-tl {
    top: 6px;
    left: 8px;
}

.cm-tr {
    top: 6px;
    right: 8px;
}

.cm-bl {
    bottom: 6px;
    left: 8px;
}

.cm-br {
    bottom: 6px;
    right: 8px;
}

.poster-art-title {
    font-family: var(--font-headline);
    font-size: 28px;
    font-weight: 900;
    line-height: 0.9;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
    margin-bottom: 6px;
}

.poster-art-sub {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primary-emerald);
    margin-bottom: 14px;
}

.poster-art-swatches {
    display: flex;
    gap: 6px;
}

.poster-art-swatches span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

/* Grading Component & Before/After Slider */
.comp-grading {
    gap: 10px;
}

.before-after-slider-box {
    width: 100%;
    height: 235px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: col-resize;
    border: 1px solid var(--border-card);
    background: #090d0b;
}

.ba-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}

.ba-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.ba-after {
    z-index: 1;
}

.ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.ba-handle-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-emerald);
    box-shadow: 0 0 12px var(--primary-emerald);
}

.ba-handle-btn {
    position: relative;
    z-index: 4;
    width: 32px;
    height: 32px;
    background: var(--primary-emerald);
    color: #000;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    box-shadow: 0 0 16px var(--primary-emerald);
}

.ba-label {
    position: absolute;
    top: 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 999px;
    z-index: 4;
    pointer-events: none;
}

.ba-label-left {
    left: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #a1a1aa;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ba-label-right {
    right: 12px;
    background: rgba(0, 255, 136, 0.2);
    color: var(--primary-emerald);
    border: 1px solid rgba(0, 255, 136, 0.4);
}

.grading-info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

.rgb-histogram {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 20px;
}

.rgb-histogram span {
    width: 6px;
    border-radius: 2px;
}

.lut-name {
    font-size: 10px;
    font-weight: 700;
    color: var(--text-muted);
}

/* Brand Component */
.brand-specimen-card {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-logo-mark {
    font-family: var(--font-headline);
    font-size: 26px;
    font-weight: 900;
    color: var(--primary-emerald);
}

.brand-font-spec {
    font-family: var(--font-headline);
    font-size: 14px;
    color: var(--text-secondary);
}

.brand-palette-row {
    display: flex;
    gap: 8px;
}

.brand-palette-row span {
    flex: 1;
    padding: 6px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
}

/* Web Component */
.browser-mockup-window {
    width: 100%;
    height: 100%;
    background: #0b0f0d;
    border: 1px solid var(--border-card);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bmw-header {
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--border-card);
}

.bmw-dots {
    display: flex;
    gap: 4px;
}

.bmw-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
}

.bmw-dots span:nth-child(2) {
    background: #f59e0b;
}

.bmw-dots span:nth-child(3) {
    background: #10b981;
}

.bmw-url {
    font-size: 10px;
    color: var(--text-muted);
    font-family: monospace;
}

.bmw-viewport {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wireframe-grid {
    position: absolute;
    inset: 0;
    background-size: 16px 16px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
}

.wireframe-box {
    position: relative;
    z-index: 2;
    padding: 8px 16px;
    background: rgba(0, 255, 136, 0.15);
    border: 1px solid var(--primary-emerald);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    color: var(--primary-emerald);
}

.tech-tag {
    position: relative;
    z-index: 2;
    font-size: 9px;
    font-weight: 800;
    color: var(--text-muted);
}

.portfolio-info {
    padding: 28px;
}

.portfolio-cat {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primary-emerald);
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.portfolio-title {
    font-family: var(--font-headline);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.portfolio-desc {
    font-size: 13px;
    color: var(--text-secondary);
}

/* ==========================================================================
   ABOUT & EDITORIAL SECTION
   ========================================================================== */
.split-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.editorial-headline {
    font-family: var(--font-headline);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 24px;
}

.editorial-body {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 36px;
}

.founder-badge {
    display: flex;
    align-items: center;
    gap: 16px;
}

.founder-avatar {
    padding: 10px 20px;
    background: var(--primary-emerald);
    color: #000;
    font-family: var(--font-headline);
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.founder-info strong {
    display: block;
    font-size: 16px;
}

.founder-info span {
    font-size: 12px;
    color: var(--text-muted);
}

.split-visual-card {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.15) 0%, rgba(13, 19, 16, 0.8) 100%);
    border: 1px solid var(--border-glow);
    padding: 48px;
    border-radius: 36px;
    backdrop-filter: blur(20px);
}

.visual-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primary-emerald);
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.split-visual-card h3 {
    font-family: var(--font-headline);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 16px;
}

.split-visual-card p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 28px;
}

.visual-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-emerald);
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-box {
    background: var(--bg-card);
    border: 1px solid var(--border-card);
    border-radius: 36px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    backdrop-filter: blur(24px);
}

.contact-title {
    font-family: var(--font-headline);
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 18px;
}

.contact-desc {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 36px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.c-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.c-link:hover {
    color: var(--primary-emerald);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-card);
    border-radius: 14px;
    color: #fff;
    font-family: var(--font-main);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-emerald);
}

/* FOOTER */
.footer {
    padding: 48px 0;
    border-top: 1px solid var(--border-card);
    position: relative;
    z-index: 10;
}

/* Trustpilot & Signature Thank You Footer Card */
.trustbox-footer-container {
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trustbox-wrapper-card {
    width: min(100%, 720px);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 20px 32px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 255, 136, 0.06);
}

.trustbox-wrapper-card:hover {
    border-color: rgba(0, 255, 136, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 35px rgba(0, 255, 136, 0.15);
    transform: translateY(-2px);
}

.thank-you-signature-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.thank-you-text {
    font-family: var(--font-signature, 'Great Vibes', 'Alex Brush', 'Caveat', cursive);
    font-size: clamp(38px, 6vw, 56px);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, #00ff88 55%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.35);
    user-select: none;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.thank-you-card:hover .thank-you-text {
    transform: scale(1.04);
    filter: drop-shadow(0 0 20px rgba(0, 255, 136, 0.6));
}

.trustbox-wrapper-card .trustpilot-widget {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trustpilot-brand-label {
    color: var(--primary-emerald, #00ff88);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.trustpilot-brand-label:hover {
    opacity: 0.85;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-left p {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 8px;
}

.footer-right {
    display: flex;
    gap: 24px;
}

.footer-right a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.footer-right a:hover {
    color: var(--primary-emerald);
}

/* ==========================================================================
   MODALS & PORTALS SYSTEM
   ========================================================================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 24px 16px;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-card {
    background: #0b0f0d;
    border: 1px solid var(--border-glow);
    border-radius: 32px;
    padding: 44px;
    position: relative;
    width: min(92%, 760px);
    max-height: 90vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    pointer-events: auto;
    box-shadow: 0 40px 100px rgba(0, 255, 136, 0.15);
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-card);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* BOOKING SYSTEM MODAL & FORM */
.booking-modal-card {
    width: min(94%, 1080px);
    max-height: 92vh;
    padding: 40px;
    background: linear-gradient(145deg, #070b09 0%, #0d1410 100%);
    border: 1px solid rgba(0, 255, 136, 0.25);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.9), 0 0 50px rgba(0, 255, 136, 0.12);
}

.booking-modal-header {
    margin-bottom: 28px;
}

.booking-modal-header .modal-title {
    font-family: var(--font-headline);
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 900;
    letter-spacing: -1px;
    margin: 8px 0 6px 0;
    text-transform: uppercase;
}

.booking-modal-header .modal-subtitle {
    font-size: 14px;
    color: var(--text-secondary);
}

/* Alert Error Banner */
.booking-alert-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #fca5a5;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

/* Form Main Wrapper Layout */
.booking-form-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
}

.booking-main-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Section Cards */
.booking-section-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 26px;
    transition: border-color 0.3s ease;
}

.booking-section-card:focus-within,
.booking-section-card:hover {
    border-color: rgba(0, 255, 136, 0.25);
}

.booking-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 12px;
}

.booking-section-header .sec-num {
    font-family: var(--font-headline);
    font-size: 12px;
    font-weight: 900;
    background: var(--primary-emerald);
    color: #000;
    padding: 4px 10px;
    border-radius: 999px;
}

.booking-section-header h3 {
    font-family: var(--font-headline);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* Form Grids & Controls */
.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--text-secondary);
}

.req-star {
    color: #ef4444;
    font-weight: 800;
}

.form-group input,
.form-group textarea,
.form-select {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 16px;
    color: #ffffff;
    font-family: var(--font-main);
    font-size: 13.5px;
    outline: none;
    transition: all 0.25s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-select:focus {
    border-color: var(--primary-emerald);
    box-shadow: 0 0 16px rgba(0, 255, 136, 0.2);
    background: rgba(0, 0, 0, 0.6);
}

.form-select option {
    background: #090e0b;
    color: #ffffff;
}

.field-error-msg {
    font-size: 11px;
    color: #ef4444;
    font-weight: 600;
    display: none;
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
    border-color: #ef4444 !important;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.3) !important;
}

.form-group.has-error .field-error-msg {
    display: block;
}

/* Drag & Drop File Area */
.drag-drop-zone {
    border: 2px dashed rgba(0, 255, 136, 0.3);
    background: rgba(0, 255, 136, 0.03);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.drag-drop-zone:hover,
.drag-drop-zone.dragover {
    border-color: var(--primary-emerald);
    background: rgba(0, 255, 136, 0.08);
    transform: translateY(-2px);
}

.drag-drop-zone .upload-icon {
    font-size: 32px;
}

.drag-drop-zone h4 {
    font-size: 15px;
    font-weight: 700;
}

.drag-drop-zone p {
    font-size: 12.5px;
    color: var(--text-secondary);
}

.drag-drop-zone .highlight-link {
    color: var(--primary-emerald);
    font-weight: 700;
    text-decoration: underline;
}

.drag-drop-zone .upload-hint {
    font-size: 11px;
    color: var(--text-muted);
}

.hidden-file-input {
    display: none !important;
}

.file-list-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.file-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-card);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    color: #ffffff;
}

.file-chip .remove-file-btn {
    cursor: pointer;
    color: #ef4444;
    font-weight: 800;
    font-size: 14px;
}

/* Action Buttons Row */
.booking-actions-row {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 8px;
}

/* Sidebar Summary Card */
.booking-summary-sidebar {
    position: sticky;
    top: 0;
}

.summary-card-box {
    background: rgba(13, 20, 16, 0.95);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.summary-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 12px;
}

.summary-card-header h4 {
    font-family: var(--font-headline);
    font-size: 16px;
    font-weight: 800;
}

.summary-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    background: rgba(0, 255, 136, 0.15);
    color: var(--primary-emerald);
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.summary-details-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
    padding-bottom: 8px;
}

.summary-row .s-label {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-row .s-val {
    font-size: 13.5px;
    color: var(--text-primary);
}

.highlight-emerald {
    color: var(--primary-emerald) !important;
    font-weight: 800;
}

.highlight-gold {
    color: #f59e0b !important;
    font-weight: 800;
}

.payment-guarantee-pill {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 11.5px;
    color: var(--text-secondary);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.4;
}

/* Success View */
.booking-success-view {
    text-align: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.success-checkmark-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 255, 136, 0.15);
    border: 2px solid var(--primary-emerald);
    color: var(--primary-emerald);
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(0, 255, 136, 0.4);
    animation: scaleInCheck 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleInCheck {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.booking-success-view h2 {
    font-family: var(--font-headline);
    font-size: 32px;
    font-weight: 900;
}

.booking-success-view .success-message {
    font-size: 16px;
    color: var(--text-secondary);
    max-width: 540px;
    line-height: 1.6;
}

.success-details-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    border-radius: 20px;
    padding: 24px;
    width: min(100%, 540px);
    text-align: left;
}

/* CALENDAR & TIME SLOTS */
.date-time-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 28px;
    margin-bottom: 32px;
}

.calendar-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-card);
    padding: 20px;
    border-radius: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.calendar-header button {
    background: none;
    border: none;
    color: var(--primary-emerald);
    font-size: 20px;
    cursor: pointer;
}

.calendar-days-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.cal-day {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease;
}

.cal-day:hover:not(.disabled):not(.booked) {
    background: var(--primary-emerald);
    color: #000;
}

.cal-day.selected {
    background: var(--primary-emerald);
    color: #000;
    font-weight: 900;
}

.cal-day.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.cal-day.booked {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    cursor: not-allowed;
}

.slots-wrapper h4 {
    margin-bottom: 14px;
    font-size: 14px;
}

.slots-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.slot-pill {
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.slot-pill:hover:not(.booked) {
    border-color: var(--primary-emerald);
}

.slot-pill.selected {
    background: var(--primary-emerald);
    color: #000;
    border-color: var(--primary-emerald);
}

.slot-pill.booked {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.3);
    cursor: not-allowed;
}

/* SUMMARY & PAYMENT BANNER */
.summary-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.sum-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.sum-row.highlight {
    font-size: 18px;
    font-weight: 900;
    color: var(--primary-emerald);
    border-top: 1px dashed var(--border-card);
    padding-top: 12px;
}

.payment-rule-banner {
    background: rgba(0, 255, 136, 0.08);
    border: 1px solid rgba(0, 255, 136, 0.3);
    padding: 18px 24px;
    border-radius: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 28px;
}

.pr-icon {
    font-size: 24px;
}

.pr-text strong {
    color: var(--primary-emerald);
    display: block;
    margin-bottom: 4px;
}

.pr-text p {
    font-size: 12px;
    color: var(--text-secondary);
}

/* AUTH MODAL (COMPACT & PROFESSIONAL) */
.auth-modal-card {
    width: min(92%, 390px) !important;
    max-width: 390px !important;
    background: linear-gradient(165deg, #090e0b 0%, #030604 100%) !important;
    border: 1px solid rgba(0, 255, 136, 0.28) !important;
    border-radius: 24px !important;
    padding: 30px 24px 26px 24px !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 255, 136, 0.12) !important;
}

.auth-header {
    text-align: center;
    margin-bottom: 20px;
}

.auth-header h2 {
    font-family: var(--font-headline);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: #ffffff;
}

.auth-header p {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.4;
    margin: 0 auto;
    max-width: 290px;
}

.auth-icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-emerald);
    margin: 0 auto 12px auto;
}

/* Auth Mode Tabs (Sign In / Register) */
.auth-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 3px;
    margin-bottom: 18px;
    gap: 4px;
}

.auth-tab {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--text-muted);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--font-main);
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.auth-tab:hover {
    color: #ffffff;
}

.auth-tab.active {
    background: rgba(0, 255, 136, 0.12);
    color: var(--primary-emerald);
    border: 1px solid rgba(0, 255, 136, 0.25);
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.15);
}

/* Auth Input Combo with Icon Pill */
.auth-input-combo,
.phone-input-combo {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-card);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.auth-input-combo:focus-within,
.phone-input-combo:focus-within {
    border-color: var(--primary-emerald);
    box-shadow: 0 0 12px rgba(0, 255, 136, 0.2);
}

.input-icon-pill,
.country-prefix {
    padding: 12px 12px 12px 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-emerald);
    background: rgba(0, 255, 136, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    user-select: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-input-combo input,
.phone-input-combo input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

.password-toggle-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    padding: 0 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.password-toggle-btn:hover {
    color: #ffffff;
}

.btn-auth {
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 14px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 20px;
}

.auth-divider {
    text-align: center;
    border-bottom: 1px solid var(--border-card);
    line-height: 0.1em;
    margin: 28px 0;
}

.auth-divider span {
    background: #0b0f0d;
    padding: 0 14px;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
}

/* RAZORPAY SIMULATOR */
.payment-modal-card {
    width: min(92%, 460px);
}

.rzp-header {
    text-align: center;
    border-bottom: 1px solid var(--border-card);
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.rzp-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.12);
    padding: 4px 12px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 10px;
}

.rzp-amount-highlight {
    font-size: 38px;
    font-weight: 900;
    color: var(--primary-emerald);
    margin: 8px 0;
}

.rzp-method-selector {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.rzp-tab {
    flex: 1;
    padding: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-card);
    border-radius: 10px;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.rzp-tab.active {
    background: rgba(0, 255, 136, 0.15);
    border-color: var(--primary-emerald);
    color: var(--primary-emerald);
}

.qr-placeholder {
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px dashed var(--primary-emerald);
    border-radius: 16px;
    margin: 16px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CUSTOMER PORTAL DRAWER */
.drawer-modal-card {
    width: min(94%, 640px);
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--border-card);
    padding-bottom: 20px;
}

.dh-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dh-avatar {
    width: 48px;
    height: 48px;
    background: var(--primary-emerald);
    color: #000;
    font-weight: 900;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

.d-stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-card);
    padding: 16px;
    border-radius: 16px;
    text-align: center;
}

.d-num {
    font-size: 22px;
    font-weight: 900;
    color: var(--primary-emerald);
    display: block;
}

.d-lbl {
    font-size: 11px;
    color: var(--text-muted);
}

.bookings-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.booking-item-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-card);
    padding: 20px;
    border-radius: 18px;
}

.bic-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.status-tag {
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
}

.tag-prepaid {
    background: rgba(0, 255, 136, 0.15);
    color: var(--primary-emerald);
}

.tag-progress {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.tag-completed {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
}

.tag-fullpaid {
    background: rgba(234, 179, 8, 0.2);
    color: #eab308;
}

/* ADMIN PORTAL */
.admin-modal-card {
    width: min(96%, 1100px);
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-card);
    padding-bottom: 18px;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-tabs-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.admin-tab {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-card);
    border-radius: 12px;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.admin-tab.active {
    background: var(--primary-emerald);
    color: #000;
    border-color: var(--primary-emerald);
}

.admin-filter-bar {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.admin-table th,
.admin-table td {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid var(--border-card);
}

.admin-table th {
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table-responsive {
    overflow-x: auto;
}

/* UTILITY CLASSES */
.hidden {
    display: none !important;
}

.text-center {
    text-align: center;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    :root {
        --announcement-height: 32px;
    }

    .announcement-item {
        gap: 10px;
        padding: 0 18px;
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .announcement-logo {
        font-size: 10px;
    }

    .nav-links {
        display: none;
    }

    .split-editorial,
    .contact-box,
    .date-time-layout {
        grid-template-columns: 1fr;
    }

    .contact-box {
        padding: 32px;
    }
}

@media (max-width: 480px) {
    .announcement-item {
        font-size: 9.5px;
        letter-spacing: 1.2px;
    }
}

/* ==========================================================================
   PRELOADER (LOADING SCREEN)
   ========================================================================== */
.preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #050706;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s ease;
    overflow: hidden;
}

.preloader.preloader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.preloader-letters {
    display: flex;
    gap: 16px;
}

.pl-letter {
    font-family: 'Syne', sans-serif;
    font-size: clamp(64px, 12vw, 110px);
    font-weight: 900;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 0.12);
    text-shadow: 0 0 0px rgba(0, 255, 136, 0);
    animation: letterLightUp 2s infinite ease-in-out;
}

.pl-letter-1 {
    animation-delay: 0.0s;
}

.pl-letter-2 {
    animation-delay: 0.3s;
}

.pl-letter-3 {
    animation-delay: 0.6s;
}

.pl-letter-4 {
    animation-delay: 0.9s;
}

@keyframes letterLightUp {

    0%,
    100% {
        color: rgba(255, 255, 255, 0.15);
        text-shadow: 0 0 0px rgba(0, 255, 136, 0);
        transform: translateY(0);
    }

    30%,
    60% {
        color: #00ff88;
        text-shadow: 0 0 35px rgba(0, 255, 136, 0.9), 0 0 70px rgba(0, 255, 136, 0.4);
        transform: translateY(-4px);
    }
}

.preloader-bar-container {
    width: 160px;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.preloader-bar {
    width: 45%;
    height: 100%;
    background: var(--primary-emerald);
    box-shadow: 0 0 15px var(--primary-emerald);
    border-radius: 999px;
    animation: barLoop 1.6s infinite ease-in-out;
}

@keyframes barLoop {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(250%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.preloader-subtitle {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
    color: var(--text-muted);
    text-transform: uppercase;
}

/* ==========================================================================
   TINTED GLASS SPECIFIC COMPONENTS & UTILITIES
   ========================================================================== */

/* Ambient Glass Background Orbs */
.ambient-tint-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
    transition: background 0.8s ease;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

.ambient-tint-orb.orb-1 {
    top: -10%;
    left: 20%;
    width: min(600px, 80vw);
    height: min(600px, 80vw);
    background: var(--orb-color-1, rgba(0, 255, 136, 0.18));
    animation: orbFloat1 20s infinite alternate ease-in-out;
}

.ambient-tint-orb.orb-2 {
    bottom: 10%;
    right: 15%;
    width: min(700px, 85vw);
    height: min(700px, 85vw);
    background: var(--orb-color-2, rgba(16, 185, 129, 0.14));
    animation: orbFloat2 25s infinite alternate ease-in-out;
}

@keyframes orbFloat1 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(80px, 120px) scale(1.15);
    }
}

@keyframes orbFloat2 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(-100px, -80px) scale(1.1);
    }
}

/* Tinted Glass Header Theme Switcher */
.glass-tint-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-card);
    backdrop-filter: var(--glass-blur, blur(16px));
    -webkit-backdrop-filter: var(--glass-blur, blur(16px));
    padding: 4px 10px;
    border-radius: 999px;
    box-shadow: var(--glass-shadow);
    margin-right: 8px;
    transition: border-color 0.4s ease;
}

.tint-switcher-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
    padding: 0 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tint-dot-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    padding: 0;
    outline: none;
}

.tint-dot-btn:hover {
    transform: scale(1.2);
}

.tint-dot-btn.active {
    border-color: #ffffff;
    box-shadow: 0 0 12px var(--btn-glow-color, #00ff88);
    transform: scale(1.25);
}

.tint-dot-emerald {
    background: radial-gradient(circle, #00ff88 0%, #059669 100%);
    --btn-glow-color: #00ff88;
}

.tint-dot-sapphire {
    background: radial-gradient(circle, #38bdf8 0%, #1d4ed8 100%);
    --btn-glow-color: #38bdf8;
}

.tint-dot-amethyst {
    background: radial-gradient(circle, #c084fc 0%, #7e22ce 100%);
    --btn-glow-color: #c084fc;
}

.tint-dot-rosegold {
    background: radial-gradient(circle, #fb7185 0%, #be123c 100%);
    --btn-glow-color: #fb7185;
}

.tint-dot-cyan {
    background: radial-gradient(circle, #22d3ee 0%, #0891b2 100%);
    --btn-glow-color: #22d3ee;
}

/* Frosted Tinted Glass Refinements for Cards & Elements */
.service-card,
.additional-services-wrapper,
.portfolio-card,
.modal-card,
.booking-modal-card,
.hero-header-badge,
.stat-pill,
.announcement-bar,
.navbar.scrolled {
    background-image: var(--glass-reflection) !important;
    box-shadow: var(--glass-shadow);
    backdrop-filter: var(--glass-blur, blur(20px)) !important;
    -webkit-backdrop-filter: var(--glass-blur, blur(20px)) !important;
}

.service-card:hover,
.portfolio-card:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 35px var(--border-glow);
}

/* ==========================================================================
   ADMIN LOGIN & PORTAL ENHANCEMENTS
   ========================================================================== */
.admin-login-card {
    width: min(92%, 460px);
    background: var(--bg-card);
    border: 1px solid var(--border-glow);
    border-radius: 28px;
    padding: 36px;
    box-shadow: var(--glass-shadow);
}

.admin-nav-btn {
    border-color: var(--border-card);
    transition: all 0.3s ease;
}

.admin-nav-btn:hover {
    border-color: var(--primary-emerald);
    color: var(--primary-emerald);
}

/* ==========================================================================
   COMPACT & PROFESSIONAL BOOKING MODAL REDESIGN
   ========================================================================== */
.booking-modal-card {
    width: min(92%, 680px) !important;
    max-height: 90vh !important;
    padding: 24px 28px !important;
    border-radius: 24px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    pointer-events: auto !important;
    background: rgba(8, 16, 12, 0.95) !important;
    border: 1px solid var(--border-glow, rgba(0, 255, 136, 0.4)) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 255, 136, 0.15) !important;
}

.booking-modal-header {
    margin-bottom: 16px !important;
    text-align: center;
}

.booking-modal-header .modal-title {
    font-size: 24px !important;
    margin: 4px 0 !important;
    font-family: var(--font-headline);
    letter-spacing: 1px;
}

.booking-modal-header .modal-subtitle {
    font-size: 13px !important;
    color: var(--text-secondary);
    margin-bottom: 0 !important;
}

.booking-section-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(0, 255, 136, 0.18) !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    margin-bottom: 14px !important;
}

.booking-section-header {
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-section-header .sec-num {
    font-size: 11px !important;
    font-weight: 800;
    color: var(--primary-emerald);
    background: rgba(0, 255, 136, 0.12);
    padding: 3px 8px;
    border-radius: 6px;
}

.booking-section-header h3 {
    font-size: 15px !important;
    font-weight: 800;
    margin: 0;
}

.form-group label {
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px 14px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    transition: all 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-emerald) !important;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.2) !important;
}

.drag-drop-zone {
    padding: 16px !important;
    border-radius: 14px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px dashed rgba(0, 255, 136, 0.3) !important;
}

/* ==========================================================================
   LEGAL & POLICY PAGES (PRIVACY POLICY & TERMS OF SERVICE)
   ========================================================================== */

.policy-page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bg-main, #030906);
    color: var(--text-primary, #f4f4f5);
    font-family: var(--font-main, 'Plus Jakarta Sans', sans-serif);
    position: relative;
    overflow-x: hidden;
}

.policy-navbar {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    background: rgba(3, 9, 6, 0.8);
    position: sticky;
    top: 0;
    z-index: 100;
}

.policy-nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary, #a1a1aa);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.25s ease;
}

.btn-back-home:hover {
    color: var(--primary-emerald, #00ff88);
    border-color: rgba(0, 255, 136, 0.4);
    background: rgba(0, 255, 136, 0.1);
    transform: translateX(-3px);
}

.policy-hero {
    padding: 60px 20px 40px 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.policy-hero-tag {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    color: var(--primary-emerald, #00ff88);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.policy-hero-title {
    font-family: var(--font-headline, 'Syne', sans-serif);
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.policy-hero-desc {
    font-size: 16px;
    color: var(--text-secondary, #a1a1aa);
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.policy-meta-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: var(--text-muted, #71717a);
}

.policy-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.policy-container {
    max-width: 1200px;
    margin: 0 auto 80px auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.policy-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

.policy-toc-card {
    position: sticky;
    top: 100px;
    background: rgba(8, 24, 16, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.policy-toc-title {
    font-family: var(--font-headline, 'Syne', sans-serif);
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-emerald, #00ff88);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-toc-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.policy-toc-link {
    color: var(--text-secondary, #a1a1aa);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.policy-toc-link:hover {
    color: #ffffff;
    background: rgba(0, 255, 136, 0.08);
}

.policy-toc-link.active {
    color: var(--primary-emerald, #00ff88);
    background: rgba(0, 255, 136, 0.12);
    font-weight: 700;
}

.policy-content-card {
    background: rgba(8, 24, 16, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.policy-section {
    margin-bottom: 40px;
    scroll-margin-top: 120px;
}

.policy-section:last-child {
    margin-bottom: 0;
}

.policy-section-num {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary-emerald, #00ff88);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.policy-section-title {
    font-family: var(--font-headline, 'Syne', sans-serif);
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 16px;
}

.policy-list {
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.policy-list li {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.policy-list li strong {
    color: #ffffff;
}

.policy-highlight-box {
    background: rgba(0, 255, 136, 0.06);
    border-left: 3px solid var(--primary-emerald, #00ff88);
    border-radius: 0 12px 12px 0;
    padding: 18px 24px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.policy-highlight-box strong {
    color: var(--primary-emerald, #00ff88);
}

.policy-contact-box {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 255, 136, 0.25);
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.policy-contact-info h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.policy-contact-info p {
    margin: 0;
    font-size: 13px;
    color: var(--text-secondary, #a1a1aa);
}

@media (max-width: 900px) {
    .policy-grid {
        grid-template-columns: 1fr;
    }

    .policy-toc-card {
        display: none;
    }

    .policy-content-card {
        padding: 24px;
    }

    .policy-hero-title {
        font-size: 32px;
    }

    .policy-navbar {
        padding: 16px 20px;
    }
}

/* ==========================================================================
   MOBILE RESPONSIVENESS (< 768px) — MODALS & BOOKING FORM OPTIMIZATION
   ========================================================================== */
@media (max-width: 768px) {

    /* Universal Mobile Viewport Containment */
    html,
    body {
        overflow-x: hidden !important;
        max-width: 100% !important;
        position: relative;
    }

    .container {
        padding: 0 16px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .section-padding {
        padding: 70px 0 !important;
        overflow-x: hidden !important;
    }

    .hero-section {
        padding: 120px 0 60px 0 !important;
        overflow-x: hidden !important;
    }

    .hero-content-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-main-title {
        font-size: clamp(32px, 9vw, 52px) !important;
        letter-spacing: -1px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
    }

    .hero-subtitle {
        font-size: 15px !important;
        margin-bottom: 28px !important;
        max-width: 100% !important;
    }

    .hero-cta-group {
        width: 100% !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 36px !important;
    }

    .hero-cta-group .btn-primary,
    .hero-cta-group .btn-outline {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .hero-stats-bar {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
    }

    .stat-pill {
        padding: 10px 8px !important;
        border-radius: 14px !important;
        align-items: center !important;
        text-align: center !important;
    }

    .stat-num {
        font-size: 20px !important;
    }

    .stat-lbl {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
    }

    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-bottom: 48px !important;
    }

    .service-card {
        padding: 28px 20px !important;
        border-radius: 20px !important;
        min-height: auto !important;
    }

    .split-editorial {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .split-visual-card {
        padding: 24px 18px !important;
        border-radius: 20px !important;
    }

    .contact-box {
        grid-template-columns: 1fr !important;
        padding: 24px 16px !important;
        gap: 32px !important;
        border-radius: 20px !important;
    }

    .ambient-tint-orb.orb-1 {
        width: 240px !important;
        height: 240px !important;
        left: 5% !important;
        filter: blur(50px) !important;
    }

    .ambient-tint-orb.orb-2 {
        width: 260px !important;
        height: 260px !important;
        right: 5% !important;
        filter: blur(50px) !important;
    }

    /* 0. Navbar & Top-Right Toggles Optimization */
    .navbar {
        padding: 12px 0 !important;
    }

    .navbar.scrolled {
        padding: 9px 0 !important;
    }

    .nav-container {
        padding: 0 16px !important;
    }

    .nav-links {
        display: none !important;
    }

    .nav-actions {
        gap: 8px !important;
    }

    .nav-actions .btn-primary,
    .nav-actions .btn-sparkle {
        padding: 8px 14px !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        min-height: 36px !important;
        height: auto !important;
        border-radius: 999px !important;
        box-shadow: 0 4px 14px rgba(0, 255, 136, 0.22) !important;
    }

    .user-auth-btn {
        padding: 7px 12px !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        letter-spacing: 0.8px !important;
        gap: 5px !important;
        min-height: 36px !important;
        height: auto !important;
        border-radius: 999px !important;
    }

    .auth-icon-placeholder svg {
        width: 14px !important;
        height: 14px !important;
    }

    .user-avatar-active {
        width: 28px !important;
        height: 28px !important;
        font-size: 11px !important;
    }

    /* 1. Stack Layout: Single vertical column */
    .form-grid-2 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .booking-form-wrapper {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .booking-actions-row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }

    .form-group.full-width {
        grid-column: 1 / -1 !important;
    }

    /* 2. iOS Safari Auto-Zoom Fix: font-size strictly 16px */
    .booking-modal-card input,
    .booking-modal-card select,
    .booking-modal-card textarea,
    .modal-card input,
    .modal-card select,
    .modal-card textarea,
    .form-group input,
    .form-group select,
    .form-group textarea,
    .form-select {
        font-size: 16px !important;
    }

    /* 3. Touch Targets: Minimum 48px height */
    .form-group input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
    .form-group select,
    .form-select,
    .booking-modal-card .btn-primary,
    .booking-modal-card .btn-outline,
    .booking-modal-card button[type="submit"],
    #btn-book-slot-primary,
    .btn-primary.btn-large,
    .btn-primary.btn-full,
    .btn-auth {
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .form-group textarea {
        min-height: 96px !important;
    }

    .modal-close {
        min-height: 44px !important;
        min-width: 44px !important;
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        top: 14px !important;
        right: 14px !important;
    }

    /* 4. Padding & Margins: Reduced padding with 16px safe margin */
    .modal-overlay {
        padding: 16px 0 !important;
        align-items: center !important;
    }

    .modal-card,
    .booking-modal-card {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin: 0 auto !important;
        padding: 22px 16px !important;
        max-height: 90vh !important;
        border-radius: 20px !important;
        overscroll-behavior: contain !important;
    }

    .booking-section-card {
        padding: 14px 12px !important;
        margin-bottom: 12px !important;
        border-radius: 14px !important;
    }

    .booking-modal-header {
        margin-bottom: 14px !important;
        padding-right: 36px !important;
    }

    .booking-modal-header .modal-title {
        font-size: 20px !important;
    }

    .booking-modal-header .modal-subtitle {
        font-size: 12px !important;
    }

    .drag-drop-zone {
        padding: 16px 12px !important;
        min-height: 48px !important;
    }
}

/* ==========================================================================
   EXTRA-COMPACT MOBILE RESPONSIVENESS (< 480px)
   ========================================================================== */
@media (max-width: 480px) {
    .navbar {
        padding: 10px 0 !important;
    }

    .navbar.scrolled {
        padding: 7px 0 !important;
    }

    .nav-container {
        padding: 0 12px !important;
    }

    .nav-logo {
        font-size: 17px !important;
        letter-spacing: 1.2px !important;
    }

    .nav-actions {
        gap: 6px !important;
    }

    .nav-actions .btn-primary,
    .nav-actions .btn-sparkle {
        padding: 6px 11px !important;
        font-size: 9.5px !important;
        letter-spacing: 0.3px !important;
        min-height: 32px !important;
        border-radius: 999px !important;
    }

    .user-auth-btn {
        padding: 5px 9px !important;
        font-size: 9px !important;
        letter-spacing: 0.5px !important;
        gap: 4px !important;
        min-height: 32px !important;
        border-radius: 999px !important;
    }

    .auth-icon-placeholder svg {
        width: 13px !important;
        height: 13px !important;
    }

    .user-avatar-active {
        width: 25px !important;
        height: 25px !important;
        font-size: 9.5px !important;
    }
}

/* ------------------------------------------------------------------------- */
/* CLIENT BOOKING HISTORY & DASHBOARD DRAWER */
/* ------------------------------------------------------------------------- */
.drawer-modal-card {
    max-width: 580px !important;
    width: 92% !important;
    background: rgba(14, 18, 16, 0.96) !important;
    border: 1px solid rgba(0, 255, 136, 0.25) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 40px rgba(0, 255, 136, 0.15) !important;
    border-radius: 28px !important;
    padding: 30px !important;
    backdrop-filter: blur(28px) !important;
    -webkit-backdrop-filter: blur(28px) !important;
    max-height: 88vh;
    overflow-y: auto;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 22px;
}

.dh-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dh-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0, 255, 136, 0.12);
    border: 1px solid rgba(0, 255, 136, 0.4);
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-emerald);
}

.dh-profile h3 {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 3px 0;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.dh-profile span {
    font-size: 12px;
    color: var(--text-secondary);
    letter-spacing: 0.3px;
}

.dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.d-stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 16px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.25s ease;
}

.d-stat-card:hover {
    border-color: rgba(0, 255, 136, 0.3);
    background: rgba(0, 255, 136, 0.04);
}

.d-num {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 900;
    color: var(--primary-emerald);
    letter-spacing: 0.5px;
}

.d-lbl {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dashboard-section h4 {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bookings-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.booking-item-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 18px;
    transition: all 0.25s ease;
}

.booking-item-card:hover {
    border-color: rgba(0, 255, 136, 0.35);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.bic-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bic-top strong {
    font-family: monospace;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--primary-emerald);
    background: rgba(0, 255, 136, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
}

.status-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 99px;
    text-transform: uppercase;
}

.tag-prepaid {
    background: rgba(0, 255, 136, 0.15);
    color: var(--primary-emerald);
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.tag-fullpaid {
    background: rgba(37, 211, 102, 0.2);
    color: #25D366;
    border: 1px solid rgba(37, 211, 102, 0.4);
}

.service-payment-split {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 12px;
    color: var(--text-secondary);
    margin-top: 10px;
}

.service-payment-split span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ==========================================================================
   ULTRA-SMOOTH HARDWARE-ACCELERATED SCROLL REVEAL & STAGGER ENGINE
   ========================================================================== */

/* Base Scroll Reveal Items */
.scroll-reveal,
.reveal-item,
[data-reveal] {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    filter: blur(4px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger-delay, 0ms);
    will-change: opacity, transform, filter;
}

.scroll-reveal.in-view,
.reveal-item.in-view,
[data-reveal].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

/* Scale & Depth Reveal (Cards, Images, Video Showcases) */
.reveal-scale,
[data-reveal="scale"] {
    opacity: 0;
    transform: scale(0.93) translate3d(0, 28px, 0);
    filter: blur(5px);
    transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger-delay, 0ms);
    will-change: opacity, transform, filter;
}

.reveal-scale.in-view,
[data-reveal="scale"].in-view {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    filter: blur(0);
}

/* Directional Left/Right Reveals */
.reveal-left,
[data-reveal="left"] {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    filter: blur(4px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger-delay, 0ms);
}

.reveal-left.in-view,
[data-reveal="left"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

.reveal-right,
[data-reveal="right"] {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    filter: blur(4px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger-delay, 0ms);
}

.reveal-right.in-view,
[data-reveal="right"].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

/* Stagger calculation helper */
[data-stagger-group]>* {
    --stagger-delay: calc(var(--stagger-idx, 0) * 100ms);
}

/* Words / Typography Smooth Reveal */
.reveal-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-right: 0.28em;
}

.reveal-word-inner {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 110%, 0);
    transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--word-idx, 0) * 55ms);
    will-change: transform, opacity;
}

.in-view .reveal-word-inner,
.reveal-word-inner.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Card Transitions Harmonization */
.service-card {
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.portfolio-card {
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.add-service-item {
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.aerial-video-player-card,
.thank-you-card {
    transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

/* Accessibility: Respect Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    .scroll-reveal,
    .reveal-item,
    .reveal-scale,
    .reveal-left,
    .reveal-right,
    .reveal-word-inner,
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
}

/* ==========================================================================
   9:16 VERTICAL CINEMATIC SHOWCASE REELS (SMOOTH RAINBOW ARC CURVE)
   ========================================================================== */
.vertical-reels-container {
    position: relative;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    perspective: 1200px;
    overflow: hidden;
    padding: 24px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

/* Luminous Rainbow Ambient Arc Beam */
.vertical-reels-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    max-width: 1000px;
    height: 140px;
    background: radial-gradient(ellipse 65% 50% at 50% 15%, rgba(0, 255, 136, 0.22), rgba(0, 210, 255, 0.18), rgba(168, 85, 247, 0.16), rgba(245, 158, 11, 0.12), transparent 75%);
    filter: blur(40px);
    pointer-events-none;
    z-index: 0;
    border-radius: 50%;
}

.reels-track-wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    z-index: 1;
}

.reels-horizontal-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 30px 16px 44px 16px;
    scrollbar-width: none;
    cursor: grab;
    width: 100%;
    max-width: 100%;
    will-change: scroll-position;
}

.reels-horizontal-track:active {
    cursor: grabbing;
}

.reels-horizontal-track::-webkit-scrollbar {
    display: none;
}

.reel-card {
    flex: 0 0 240px;
    width: 240px;
    aspect-ratio: 9 / 16;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #060907;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 255, 136, 0.05);
    cursor: pointer;
    user-select: none;
    will-change: transform, opacity, box-shadow;
    transform-origin: center center;
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

/* Holographic Rainbow Arc Edge Glow */
.reel-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1.5px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.7), rgba(0, 210, 255, 0.6), rgba(168, 85, 247, 0.6), rgba(255, 154, 0, 0.6), rgba(0, 255, 136, 0.7));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events-none;
    opacity: 0.4;
    transition: opacity 0.35s ease, filter 0.35s ease;
    z-index: 2;
}

.reel-card:hover::before {
    opacity: 1;
    filter: brightness(1.25);
}

.reel-card:hover {
    border-color: var(--primary-emerald);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.95), 0 0 35px rgba(0, 255, 136, 0.4), 0 0 50px rgba(0, 210, 255, 0.25);
}

.reel-video-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    background: #000;
}

.reel-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
    pointer-events: none;
}

@media (max-width: 992px) {
    .reel-card {
        flex: 0 0 200px;
        width: 200px;
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .reel-card {
        flex: 0 0 165px;
        width: 165px;
        border-radius: 18px;
    }

    .vertical-reels-container {
        margin-top: 20px;
        padding: 16px 0 30px 0;
    }
}

@media (max-width: 480px) {
    .reel-card {
        flex: 0 0 140px;
        width: 140px;
        border-radius: 16px;
    }
}

/* ==========================================================================
   THE STUDIO ADVANTAGE / COMPARISON MATRIX SECTION (MINIMAL & TRANSPARENT)
   ========================================================================== */
.advantage-section {
    position: relative;
    background: transparent;
    padding-top: 60px;
    padding-bottom: 90px;
}

.comparison-matrix-wrapper {
    margin-top: 36px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 4px 16px 4px;
}

.comparison-table {
    min-width: 860px;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.comp-row {
    display: grid;
    grid-template-columns: 2.2fr 2.6fr 1.8fr 1.8fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

.comp-row:last-child {
    border-bottom: none;
}

.comp-row:not(.comp-header-row):not(.comp-footer-row):hover {
    background: rgba(255, 255, 255, 0.02);
}

.comp-col {
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.comp-col-feature {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
}

.feature-name {
    font-size: 14px;
    font-weight: 600;
    color: #f1f5f9;
    letter-spacing: -0.2px;
}

.feature-desc {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 2px;
    line-height: 1.4;
}

/* Highlight Column - ARNE STORIES (Minimal Glowing Glass) */
.comp-col-arne.highlight-col {
    background: rgba(0, 255, 136, 0.02);
    border-left: 1px solid rgba(0, 255, 136, 0.22);
    border-right: 1px solid rgba(0, 255, 136, 0.22);
    position: relative;
}

.comp-header-row .comp-col-arne.highlight-col {
    background: rgba(0, 255, 136, 0.035);
    padding-top: 24px;
}

.comp-badge {
    position: absolute;
    top: 6px;
    right: 16px;
    background: rgba(0, 255, 136, 0.1);
    color: var(--primary-emerald);
    border: 1px solid rgba(0, 255, 136, 0.3);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 2px 8px;
    border-radius: 999px;
    text-transform: uppercase;
}

.comp-brand-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.comp-brand-logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0, 255, 136, 0.15);
    border: 1px solid rgba(0, 255, 136, 0.4);
    color: var(--primary-emerald);
    font-weight: 900;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-brand-name {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.comp-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-emerald);
    box-shadow: 0 0 8px rgba(0, 255, 136, 0.8);
}

.comp-brand-sub {
    font-size: 11px;
    color: var(--primary-emerald);
    font-weight: 500;
}

.comp-col-alt {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.comp-col-alt:last-child {
    border-right: none;
}

.comp-header-row .comp-col-alt {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.comp-col-tag {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--text-muted);
}

.comp-col-title {
    font-size: 14.5px;
    font-weight: 600;
    color: #cbd5e1;
    margin-top: 2px;
}

.comp-col-sub {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 2px;
}

/* Status Pills & Indicators - Minimal Design */
.status-pill {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    font-weight: 700;
}

.status-trophy {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.status-check {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.35);
    color: var(--primary-emerald);
}

.status-warning {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.status-cross {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.status-text {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.4;
    font-weight: 400;
}

.status-text.arne-text {
    color: #ffffff;
    font-weight: 600;
}

/* Table Footer / CTA */
.comp-footer-row {
    background: transparent;
}

.footer-note {
    font-size: 11.5px;
    color: var(--text-muted);
}

.comp-cta-btn {
    width: 100%;
    text-align: center;
    background: rgba(0, 255, 136, 0.1);
    color: var(--primary-emerald);
    border: 1px solid rgba(0, 255, 136, 0.4);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-block;
}

.comp-cta-btn:hover {
    background: var(--primary-emerald);
    color: #000000;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
    transform: translateY(-1px);
}

.comp-footer-text {
    font-size: 11.5px;
    color: var(--text-muted);
}

/* Navbar WhatsApp Direct Action Button */
.nav-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.4);
    color: #25D366;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.2);
    cursor: pointer;
    flex-shrink: 0;
}

.nav-whatsapp-btn:hover {
    background: #25D366;
    color: #000000;
    border-color: #25D366;
    transform: translateY(-1px) scale(1.08);
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.65), 0 4px 12px rgba(0, 0, 0, 0.4);
}

.nav-whatsapp-btn:active {
    transform: scale(0.95);
}

.nav-whatsapp-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

/* Mobile Performance Optimizations: Content-Visibility for Offscreen Sections */
.services-section,
.advantage-section,
.about-section,
.contact-section,
.footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 600px;
}
