/* Shared Styles for Index Files */

@font-face {
            font-family: 'GmarketSans';
            src: url('../ad/font/GmarketSansLight.otf') format('opentype');
            font-weight: 300;
        }

        @font-face {
            font-family: 'GmarketSans';
            src: url('../ad/font/GmarketSansMedium.otf') format('opentype');
            font-weight: 500;
        }

        @font-face {
            font-family: 'GmarketSans';
            src: url('../ad/font/GmarketSansBold.otf') format('opentype');
            font-weight: 700;
        }

        :root {
            /* 3-Color Strict Palette but synced with Master-Center tokens where applicable */
            --m-blue: #402fb5;
            --m-pink: #cf30aa;
            --m-white: #ffffff;
            --m-dim: rgba(255, 255, 255, 0.7);

            /* Sync with Master-Center Glass Tokens */
            --glass-bg: rgba(0, 0, 0, 0.02);
            --glass-border: rgba(255, 255, 255, 0.15);
            --shadow-liquid-out: 0 15px 35px rgba(0, 0, 0, 0.4);
            --radius-xl: 20px;
            --m-red: #ff4d4d;
        }

        .text-pink {
            color: var(--m-pink) !important;
        }

        .text-red {
            color: var(--m-red) !important;
        }

        .text-dim {
            color: var(--m-dim) !important;
        }

        body {
            font-family: 'GmarketSans', sans-serif;
            background-color: #030303 !important;
            color: var(--m-white);
            margin: 0;
            overflow-x: clip;
            line-height: 1.6;
        }

        /* --- Master-Center Aurora Background Sync --- */
        .background-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: -1;
            overflow: hidden;
            pointer-events: none;
        }

        .circle {
            position: absolute;
            mix-blend-mode: screen;
            border-radius: 100%;
            filter: blur(80px);
            opacity: 0.7;
            will-change: transform;
            pointer-events: none;
        }

        .circle.blue {
            width: 80vmax;
            height: 60vmax;
            background: radial-gradient(circle, #402fb5 0%, rgba(64, 47, 181, 0.001) 55%);
            animation: aurora-blue-anim 25s ease-in-out infinite alternate;
        }

        .circle.pink {
            width: 60vmax;
            height: 80vmax;
            background: radial-gradient(circle, #cf30aa 0%, rgba(207, 48, 170, 0.001) 55%);
            animation: aurora-pink-anim 18s ease-in-out infinite alternate;
            animation-delay: -5s;
        }

        @keyframes aurora-blue-anim {
            0% {
                transform: translate(5vw, -10vh) scale(1);
                border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            }

            33% {
                transform: translate(30vw, 30vh) scale(1.2);
                border-radius: 50% 50% 30% 70% / 60% 40% 80% 40%;
            }

            66% {
                transform: translate(-20vw, 70vh) scale(0.9);
                border-radius: 70% 30% 60% 40% / 50% 70% 40% 50%;
            }

            100% {
                transform: translate(15vw, 5vh) scale(1.1);
                border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            }
        }

        @keyframes aurora-pink-anim {
            0% {
                transform: translate(90vw, 80vh) scale(1.1);
                border-radius: 60% 40% 80% 40% / 50% 50% 30% 70%;
            }

            33% {
                transform: translate(40vw, 10vh) scale(1);
                border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            }

            66% {
                transform: translate(70vw, 60vh) scale(1.3);
                border-radius: 50% 50% 30% 70% / 60% 40% 80% 40%;
            }

            100% {
                transform: translate(85vw, 75vh) scale(1.1);
                border-radius: 60% 40% 80% 40% / 50% 50% 30% 70%;
            }
        }

        /* --- Immersive OS Container --- */
        .master-layout {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px 300px 20px;
            /* Increased to 300px bottom padding to prevent overlap with persistent footer */
            position: relative;
        }

        /* Unified Neumorphic Glass Card - Synced with Reference */
        .neu-card {
            background: var(--glass-bg) !important;
            backdrop-filter: blur(20px) !important;
            -webkit-backdrop-filter: blur(20px) !important;
            border: 1px solid var(--glass-border) !important;
            border-radius: var(--radius-xl);
            padding: 50px;
            box-shadow: var(--shadow-liquid-out) !important;
            margin-bottom: 60px;
            position: relative;
        }

        /* --- Hero Section --- */
        .hero {
            min-height: 70vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .hero-title {
            font-size: clamp(2.5rem, 8vw, 5rem);
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 25px;
            background: linear-gradient(135deg, #fff 50%, #888);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-desc {
            font-size: 1.3rem;
            color: var(--m-dim);
            max-width: 850px;
            margin: 0 auto;
            font-weight: 300;
        }

        /* --- Hook & Rising Graph --- */
        .hook-box {
            text-align: center;
            padding: 40px;
            border: 1px dashed rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            margin-bottom: 40px;
        }

        .graph-wrap {
            width: 100%;
            max-width: 900px;
            height: 250px;
            margin: 40px auto;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 20px;
            padding: 24px;
            position: relative;
            border: 1px solid var(--glass-border);
        }

        .graph-line {
            fill: none;
            stroke: var(--m-pink);
            stroke-width: 4;
            stroke-dasharray: 1000;
            stroke-dashoffset: 1000;
            filter: drop-shadow(0 0 8px var(--m-pink));
        }

        .graph-active .graph-line {
            animation: draw 7s forwards ease-in-out;
        }

        @keyframes draw {
            to {
                stroke-dashoffset: 0;
            }
        }

        /* --- Neumorphic Interactive Tiles (App Grid) --- */
        .tile-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
            gap: 20px;
        }

        .neu-tile {
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
            padding: 25px;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .neu-tile:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: var(--m-blue);
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(64, 47, 181, 0.2);
        }

        .neu-tile i {
            font-size: 2.5rem;
            color: var(--m-blue);
            margin-bottom: 12px;
            display: block;
            filter: drop-shadow(0 0 5px rgba(64, 47, 181, 0.3));
        }

        .neu-tile span {
            display: block;
            font-size: 0.9rem;
            font-weight: 500;
            color: #fff;
        }

        /* --- Direct Execution Bridge --- */
        .exec-bridge {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-top: 40px;
        }

        .bridge-node {
            flex: 1;
            padding: 30px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid var(--glass-border);
            text-align: center;
        }

        .bridge-arrow {
            font-size: 1.5rem;
            color: var(--m-pink);
            opacity: 0.5;
        }

        /* --- Unified Buttons (New Premium Style) --- */
        .poda-btn-wrapper {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            isolation: isolate;
            cursor: pointer;
            padding: 0;
            border: none;
            background: none;
            transition: all 0.3s;
            text-decoration: none !important;
        }

        .poda-btn-wrapper:hover {
            transform: translateY(-3px) scale(1.02);
        }

        .poda-btn-wrapper:hover .poda-bg-layer::before {
            animation: spin-slow 3s linear infinite;
        }

        .poda-bg-layer {
            position: absolute;
            z-index: -1;
            inset: -4px;
            border-radius: 54px;
            overflow: hidden;
            pointer-events: none;
            opacity: 1;
            /* Default visible */
            transition: opacity 0.4s ease, transform 0.4s ease;
        }

        @keyframes spin-slow {
            from {
                transform: translate(-50%, -50%) rotate(0deg);
            }

            to {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        .poda-bg-layer::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 600px;
            height: 600px;
            transform: translate(-50%, -50%);
        }

        /* Context-specific static opacities */
        .dna-card .poda-bg-layer {
            opacity: 0.5;
        }

        .poda-btn-wrapper .poda-bg-layer {
            opacity: 0.8;
        }

        /* Hover triggers moved down */

        .poda-bg-layer.l1 {
            filter: blur(8px);
        }

        .poda-bg-layer.l1::before {
            background: conic-gradient(#000, var(--m-blue) 5%, #000 38%, #000 50%, var(--m-pink) 60%, #000 87%);
            transform: translate(-50%, -50%) rotate(60deg);
        }

        .poda-bg-layer.l2 {
            filter: blur(6px);
        }

        .poda-bg-layer.l2::before {
            background: conic-gradient(rgba(0, 0, 0, 0), #18116a, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, #6e1b60, rgba(0, 0, 0, 0) 60%);
            transform: translate(-50%, -50%) rotate(82deg);
        }

        .poda-bg-layer.l3 {
            filter: blur(4px);
        }

        .poda-bg-layer.l3::before {
            background: conic-gradient(rgba(0, 0, 0, 0) 0%, #a099d8, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 50%, #dfa2da, rgba(0, 0, 0, 0) 58%);
            transform: translate(-50%, -50%) rotate(83deg);
            filter: brightness(1.4);
        }

        .poda-bg-layer.l4 {
            filter: blur(1px);
        }

        .poda-bg-layer.l4::before {
            background: conic-gradient(rgba(0, 0, 0, 0), var(--m-blue) 5%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 50%, var(--m-pink) 60%, rgba(0, 0, 0, 0) 70%);
            transform: translate(-50%, -50%) rotate(70deg);
            filter: brightness(1.5);
        }

        .poda-btn-wrapper:hover .poda-bg-layer,
        .dna-card:hover .poda-bg-layer,
        .ps-footer-btn:hover .poda-bg-layer {
            opacity: 1 !important;
        }

        .poda-btn-wrapper:hover .poda-bg-layer::before,
        .dna-card:hover .poda-bg-layer::before,
        .ps-footer-btn:hover .poda-bg-layer::before {
            animation: spin-slow 3s linear infinite !important;
        }

        .poda-btn-content {
            position: relative;
            /* Black to Deep Grey Gradient */
            background: linear-gradient(135deg, #010201 0%, #1a1a1a 100%);
            color: white !important;
            border: none;
            border-radius: 50px;
            padding: 16px 45px;
            font-weight: 700;
            font-size: 1.15rem;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            white-space: nowrap;
            box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05);
        }

        .poda-btn-wrapper:hover .poda-btn-content {
            background: linear-gradient(135deg, #101110 0%, #252525 100%);
            box-shadow: inset 0 0 30px rgba(207, 48, 170, 0.2);
        }

        /* OS Header */
        .m-header {
            position: sticky;
            top: 20px;
            z-index: 1000;
            background: rgba(10, 10, 15, 0.7);
            backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 50px;
            padding: 12px 35px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* Navigation Dropdown Styles */
        .m-dropdown {
            position: relative;
            display: flex;
            align-items: center;
        }

        .m-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            background: rgba(10, 10, 15, 0.9);
            backdrop-filter: blur(25px);
            -webkit-backdrop-filter: blur(25px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 12px 0;
            min-width: 180px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1100;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
            margin-top: 15px;
        }

        /* Arrow indicator for dropdown */
        .m-dropdown-menu::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid rgba(255, 255, 255, 0.1);
        }

        .m-dropdown:hover .m-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        .m-dropdown-link {
            display: block;
            padding: 10px 24px;
            color: rgba(255, 255, 255, 0.8) !important;
            text-decoration: none !important;
            font-size: 0.85rem;
            white-space: nowrap;
            transition: all 0.2s ease;
        }

        .m-dropdown-link:hover {
            background: rgba(255, 255, 255, 0.08);
            color: #fff !important;
            padding-left: 28px;
        }

        .m-dropdown-trigger {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .m-badge {
            background: rgba(207, 48, 170, 0.1);
            border: 1px solid var(--m-pink);
            color: var(--m-pink);
            padding: 5px 15px;
            border-radius: 50px;
            font-size: 0.8rem;
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.8rem;
            }

            .neu-card {
                padding: 30px 20px;
            }

            .tile-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .exec-bridge {
                flex-direction: column;
            }

            .bridge-arrow {
                transform: rotate(90deg);
            }
        }

        /* --- Growth Milestone Section (Comparison Bars) --- */
        .milestone-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 40px;
        }

        .milestone-col {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 24px;
            padding: 30px;
            transition: 0.3s;
        }

        .milestone-col:hover {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-5px);
        }

        .milestone-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }

        .milestone-bar-bg {
            height: 12px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.05);
            margin-bottom: 25px;
            position: relative;
        }

        .milestone-bar-fill {
            height: 100%;
            width: 0%;
            border-radius: 10px;
            transition: width 3s cubic-bezier(0.1, 1, 0.1, 1);
        }

        /* Majung Style (Blue-Pink Gradient) */
        .milestone-col.majung .milestone-bar-fill {
            background: linear-gradient(90deg, var(--m-blue), var(--m-pink));
            box-shadow: 0 0 15px rgba(207, 48, 170, 0.4);
        }

        /* General Style (Dim Gray) */
        .milestone-col.general .milestone-bar-fill {
            background: linear-gradient(90deg, #444, #666);
            opacity: 0.6;
        }

        @media (max-width: 768px) {
            .milestone-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        /* --- Industry DNA Section --- */
        .dna-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            /* 6-column base for lcm(2,3) */
            gap: 25px;
            margin-top: 50px;
        }

        /* First row: 2 cards (spans 3 columns each) */
        .dna-card.row-1 {
            grid-column: span 3;
        }

        /* Second row: 3 cards (spans 2 columns each) */
        .dna-card.row-2 {
            grid-column: span 2;
        }

        @media (max-width: 992px) {
            .dna-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 20px !important;
            }
            .dna-grid .dna-card:first-child {
                grid-column: span 2 !important;
            }
            .dna-grid .dna-card:not(:first-child) {
                grid-column: span 1 !important;
            }
        }

        @media (max-width: 768px) {
            .dna-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 15px !important;
            }
            .dna-grid .dna-card:first-child {
                grid-column: span 2 !important;
            }
            .dna-grid .dna-card:not(:first-child) {
                grid-column: span 1 !important;
            }
            /* 모바일 화면 카드 너비 축소에 따른 가독성 보완 */
            .dna-card-inner {
                padding: 16px !important;
            }
            .dna-title {
                font-size: 1.15rem !important;
            }
            .dna-icon-box {
                width: 40px !important;
                height: 40px !important;
                font-size: 1.25rem !important;
                margin-bottom: 12px !important;
            }
            .dna-tag-cloud {
                gap: 4px !important;
                margin-top: 12px !important;
            }
            .dna-tag {
                font-size: 0.7rem !important;
                padding: 3px 8px !important;
            }
        }

        .dna-card {
            background: #010201;
            /* Match master-center button base */
            border-radius: 20px;
            padding: 30px;
            overflow: hidden;
            position: relative;
            isolation: isolate;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: none;
        }

        @keyframes spin-slow {
            from {
                transform: translate(-50%, -50%) rotate(0deg);
            }

            to {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        .dna-card .poda-bg-layer {
            position: absolute;
            z-index: -1;
            inset: -1px;
            border-radius: 20px;
            overflow: hidden;
            pointer-events: none;
            opacity: 0.5;
            transition: opacity 0.3s;
        }

        .dna-card:hover .poda-bg-layer {
            opacity: 1;
        }

        .dna-card .poda-bg-layer::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 800px;
            height: 800px;
            background: conic-gradient(transparent 0deg, var(--m-blue) 15deg, transparent 60deg, transparent 180deg, var(--m-pink) 195deg, transparent 240deg);
            transform: translate(-50%, -50%) rotate(0deg);
            filter: brightness(1.3) blur(2px);
            /* Slightly more glow for 6px */
        }


        .dna-card-inner {
            position: relative;
            z-index: 2;
            background: #010201;
            /* Solid background to mask the center */
            border-radius: 14px;
            /* Adjusted for 6px border (20px - 6px) */
            height: 100%;
            width: 100%;
            padding: 30px;
            overflow: hidden;
        }

        .dna-card {
            background: transparent;
            border-radius: 20px;
            padding: 6px;
            /* Thick "Border Width" (2px -> 6px) */
            overflow: hidden;
            position: relative;
            isolation: isolate;
            transition: all 0.4s;
            border: none;
            display: flex;
        }

        .dna-video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.15;
            z-index: -1;
            filter: grayscale(1) contrast(1.2);
            transition: 0.5s;
        }

        .dna-card:hover .dna-video-bg {
            opacity: 1;
            filter: grayscale(0);
            transform: scale(1.35);
        }

        .dna-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--m-white);
            display: block;
            text-decoration: none;
            transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform-origin: left center;
        }

        .dna-card:hover .dna-title {
            color: var(--m-blue);
            transform: scale(1.2);
        }

        .dna-icon-box {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            font-size: 1.6rem;
            transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
        }

        .dna-card:hover .dna-icon-box {
            transform: scale(1.1) rotate(5deg);
            border-color: var(--m-blue);
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 20px rgba(64, 47, 181, 0.3);
        }

        .dna-icon-box i {
            background: linear-gradient(135deg, var(--m-blue), var(--m-pink));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .dna-tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 20px;
        }

        .dna-tag {
            font-size: 0.75rem;
            padding: 4px 12px;
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: var(--m-dim);
            text-decoration: none;
            transition: 0.3s;
        }

        .dna-tag:hover {
            background: var(--m-blue);
            color: #fff;
            border-color: var(--m-blue);
        }

        /* --- Execution & Workflow Section --- */
        .exec-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            /* 2 columns for PC */
            gap: 25px;
            margin-top: 50px;
        }

        .step-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
            margin-top: 50px;
        }

        .step-card {
            background: #010201;
            border-radius: 20px;
            padding: 2px;
            /* Thinner border for steps */
            overflow: hidden;
            position: relative;
            isolation: isolate;
            display: flex;
        }

        .step-card .poda-bg-layer::before {
            background: conic-gradient(transparent 0deg, var(--m-blue) 10deg, transparent 40deg, transparent 180deg, var(--m-pink) 190deg, transparent 220deg);
        }

        .step-card:hover .poda-bg-layer::before {
            animation: spin-slow 3s linear infinite;
        }

        .step-number {
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--m-pink);
            margin-bottom: 10px;
            display: block;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* --- Marketing Process OS Section --- */
        .process-os-nav {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
            position: relative;
            background: rgba(0, 0, 0, 0.5);
            padding: 10px;
            border-radius: 50px;
            border: 1px solid var(--glass-border);
            max-width: fit-content;
            margin-left: auto;
            margin-right: auto;
            backdrop-filter: blur(20px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
        }

        .process-os-tab {
            padding: 12px 30px;
            border-radius: 40px;
            color: var(--m-dim);
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            z-index: 20;
            font-size: 0.95rem;
            white-space: nowrap;
        }

        .process-os-tab.active {
            color: #fff;
        }

        .limelight-indicator-refined {
            position: absolute;
            top: 0;
            z-index: 10;
            width: 44px;
            height: 4px;
            background: #ffffff;
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px #ffffff;
            transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            pointer-events: none;
        }

        .limelight-beam-container {
            position: absolute;
            left: -40%;
            top: 4px;
            width: 180%;
            height: 60px;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), transparent);
            clip-path: polygon(10% 100%, 30% 0, 70% 0, 90% 100%);
            pointer-events: none;
        }

        .os-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            min-height: 350px;
            transition: opacity 0.3s;
        }

        .os-item {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 30px;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
        }

        .os-item:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.06);
            border-color: var(--m-blue);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
        }

        .os-item i {
            font-size: 2rem;
            margin-bottom: 20px;
            background: linear-gradient(135deg, var(--m-blue), var(--m-pink));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .os-item .step-num {
            font-size: 0.8rem;
            color: var(--m-pink);
            font-weight: 700;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        .os-item .os-label {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: #fff;
        }

        .os-item .os-desc {
            font-size: 0.88rem;
            color: var(--m-dim);
            line-height: 1.5;
        }

        /* --- Moving Icon Marquee Styles (Exact Source Reconstruction) --- */
        .marquee-section {
            padding: 120px 0;
            overflow: hidden;
            background: transparent;
            --size: clamp(14rem, 8rem + 25vmin, 22rem);
            --gap: calc(var(--size) / 8);
            --duration: 50s;
            --scroll-start: 0;
            --scroll-end: calc(-100% - var(--gap));
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            position: relative;
        }

        .marquee {
            display: flex;
            overflow: hidden;
            user-select: none;
            gap: var(--gap);
            /* Much smoother/wider fade effect */
            mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
            -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
        }

        .wrapper {
            display: flex;
            flex-direction: column;
            gap: var(--gap);
            margin: auto;
            width: 100%;
            /* Use full width of marquee-section */
        }

        .marquee__group {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: space-around;
            gap: var(--gap);
            min-width: 100%;
            animation: scroll-x var(--duration) linear infinite;
        }

        .marquee__box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: var(--size);
            /* Box Background: Black to Dark Grey Gradient */
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            aspect-ratio: 16/9;
            padding: calc(var(--size) / 10);
            border-radius: 0.8rem;
            border: 1px solid rgba(255, 255, 255, 0.05);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
            flex-shrink: 0;
        }

        .marquee__icon {
            width: 66%;
            /* Reduced to 2/3 icon size within the box */
            height: 66%;
            /* Apply the signature Blue-Pink gradient from the Hero Button */
            background: linear-gradient(135deg, var(--m-blue), var(--m-pink));
            /* Mask the gradient using the icon itself */
            -webkit-mask: var(--icon-url) no-repeat center / contain;
            mask: var(--icon-url) no-repeat center / contain;
        }

        @media (max-width: 768px) {
            .os-grid {
                grid-template-columns: 1fr;
            }

            .process-os-nav {
                flex-direction: row;
                border-radius: 50px;
                width: 95%;
                padding: 5px;
                gap: 5px;
            }

            .process-os-tab {
                padding: 10px 15px;
                font-size: 0.85rem;
                flex: 1;
                text-align: center;
            }

            .master-layout {
                padding-bottom: 250px !important;
                /* Balanced for mobile consistent view */
            }
        }

        /* --- Footer Action Buttons (Master OS Glass) --- */
        .footer-actions-container-ps {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 220px;
            /* Increased height for larger text */
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(40px);
            -webkit-backdrop-filter: blur(40px);
            display: flex;
            flex-direction: column;
            /* Stack text and buttons */
            justify-content: center;
            align-items: center;
            padding: 10px 20px;
            box-sizing: border-box;
            z-index: 2000;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.6);
        }

        .ps-footer-cta-text {
            color: #fff;
            font-size: 2.2rem;
            /* Doubled from 1.1rem */
            font-weight: 800;
            text-align: center;
            line-height: 1.3;
            margin-bottom: 20px;
            text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
        }

        .ps-button-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            width: 100%;
            max-width: 900px;
        }

        .ps-footer-btn {
            position: relative;
            flex: 1;
            max-width: 400px;
            height: 50px;
            text-decoration: none !important;
            color: #fff !important;
            font-weight: 700;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border-radius: 12px;
            overflow: visible;
            transition: transform 0.3s ease;
        }

        .ps-footer-btn:hover {
            transform: translateY(-2px);
        }

        /* Spinning Border Effect for Footer - Synchronized with Hero */
        .ps-footer-btn .poda-bg-layer {
            position: absolute;
            z-index: 0;
            inset: -4px;
            border-radius: 12px;
            overflow: hidden;
            pointer-events: none;
            /* Glow layers always visible to match hero button */
            opacity: 1;
        }

        .ps-footer-btn .poda-bg-layer::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 600px;
            height: 600px;
            transform: translate(-50%, -50%);
            transition: all 2s;
        }

        .ps-footer-btn .poda-bg-layer.l1 {
            filter: blur(4px);
            opacity: 0.8;
        }

        .ps-footer-btn .poda-bg-layer.l1::before {
            background: conic-gradient(#000, var(--m-blue) 5%, #000 38%, #000 50%, var(--m-pink) 60%, #000 87%);
            transform: translate(-50%, -50%) rotate(60deg);
        }

        .ps-footer-btn .poda-bg-layer.l2 {
            filter: blur(3px);
            opacity: 0.7;
        }

        .ps-footer-btn .poda-bg-layer.l2::before {
            background: conic-gradient(rgba(0, 0, 0, 0), #18116a, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%, #6e1b60, rgba(0, 0, 0, 0) 60%);
            transform: translate(-50%, -50%) rotate(82deg);
        }

        .ps-footer-btn .poda-bg-layer.l3 {
            filter: blur(2px);
            opacity: 0.5;
        }

        .ps-footer-btn .poda-bg-layer.l3::before {
            background: conic-gradient(rgba(0, 0, 0, 0) 0%, #a099d8, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 50%, #dfa2da, rgba(0, 0, 0, 0) 58%);
            transform: translate(-50%, -50%) rotate(83deg);
            filter: brightness(1.4);
        }

        .ps-footer-btn .poda-bg-layer.l4 {
            filter: blur(0.5px);
        }

        .ps-footer-btn .poda-bg-layer.l4::before {
            background: conic-gradient(rgba(0, 0, 0, 0), var(--m-blue) 5%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 50%, var(--m-pink) 60%, rgba(0, 0, 0, 0) 64%);
            transform: translate(-50%, -50%) rotate(70deg);
            filter: brightness(1.3);
        }

        .ps-footer-btn .btn-content {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff !important;
            /* Force white text for all footer buttons */
        }

        /* Shaking Animation for Icons */
        @keyframes icon-shake {

            0%,
            100% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(-10deg);
            }

            75% {
                transform: rotate(10deg);
            }
        }

        .ps-footer-btn .btn-content i {
            display: inline-block;
            animation: icon-shake 0.5s ease-in-out infinite;
            transform-origin: center;
            font-size: 1.2rem;
        }

        /* Solid back background to mask layers exactly like hero button */
        .ps-footer-btn::after {
            content: '';
            position: absolute;
            inset: 0;
            background: #010201;
            border-radius: 12px;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .footer-actions-container-ps {
                height: 220px;
                padding: 4px 20px 15px;
            }

            .ps-footer-cta-text {
                font-size: 1.6rem;
                margin-bottom: 15px;
            }

            .ps-button-wrapper {
                flex-direction: column;
                gap: 12px;
            }

            .ps-footer-btn {
                width: 100%;
                max-width: none;
                height: 50px;
                font-size: 0.95rem;
            }
        }

        /* Limelight Nav & Link Grid */
        .limelight-container {
            margin-top: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            z-index: 100;
            position: relative;
        }

        .limelight-nav-refined {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 72px;
            border-radius: 9999px;
            background: rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px);
            padding: 0 30px;
            margin-bottom: 25px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
            overflow-x: auto;
            overflow-y: hidden;
            scrollbar-width: none;
            -ms-overflow-style: none;
            max-width: 100%;
            width: 100%;
        }

        .limelight-nav-refined::-webkit-scrollbar {
            display: none;
        }

        .limelight-item-refined {
            position: relative;
            z-index: 20;
            padding: 0 35px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #ffffff !important;
            font-family: 'GmarketSans', sans-serif;
            font-weight: 900;
            font-size: 1.25rem;
            letter-spacing: -0.01em;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none !important;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .limelight-indicator-refined {
            position: absolute;
            top: 0;
            z-index: 10;
            width: 44px;
            height: 4px;
            background: #cf30aa;
            box-shadow: 0 0 15px rgba(207, 48, 170, 0.8), 0 0 30px #cf30aa;
        }

        .limelight-beam-container {
            position: absolute;
            left: -40%;
            top: 4px;
            width: 180%;
            height: 60px;
            background: linear-gradient(to bottom, rgba(207, 48, 170, 0.45), transparent);
            clip-path: polygon(10% 100%, 30% 0, 70% 0, 90% 100%);
            pointer-events: none;
        }

        .limelight-ready {
            transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .link-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            width: 100%;
            max-width: 100%;
            padding: 20px;
            border-radius: 24px;
            background: rgba(0, 0, 0, 0.35);
            border: 1px solid rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(15px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
            animation: fadeIn 0.5s ease-out;
        }

        @media (min-width: 992px) {
            .link-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                justify-items: center;
            }
        }

        /* Global Brand Badge Animation */
        .global-badge-glow {
            position: relative;
            display: inline-block;
            padding: 10px 24px;
            border-radius: 50px;
            background: rgba(207, 48, 170, 0.08);
            border: 1px solid rgba(207, 48, 170, 0.4);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 0 15px rgba(207, 48, 170, 0.3), inset 0 0 10px rgba(207, 48, 170, 0.2);
            animation: badgePulse 3s infinite alternate ease-in-out;
            overflow: hidden;
            transform: translateY(0);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none !important;
            cursor: default;
        }

        .global-badge-glow:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(207, 48, 170, 0.5), inset 0 0 15px rgba(207, 48, 170, 0.3);
        }

        .global-badge-text-effect {
            position: relative;
            z-index: 2;
            background: linear-gradient(90deg, #fff 0%, #ffc4e8 25%, #fff 50%, #b8d0f2 75%, #fff 100%);
            background-size: 200% auto;
            color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
            animation: badgeTextShimmer 4s linear infinite;
            font-family: 'GmarketSans', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            letter-spacing: -0.01em;
        }

        @keyframes badgePulse {
            0% {
                box-shadow: 0 0 15px rgba(207, 48, 170, 0.2), inset 0 0 10px rgba(207, 48, 170, 0.1);
                border-color: rgba(207, 48, 170, 0.3);
            }

            100% {
                box-shadow: 0 0 30px rgba(207, 48, 170, 0.6), inset 0 0 20px rgba(207, 48, 170, 0.4);
                border-color: rgba(207, 48, 170, 0.9);
            }
        }

        @keyframes badgeTextShimmer {
            0% {
                background-position: 200% center;
            }

            100% {
                background-position: -200% center;
            }
        }

        /* Shine sweep effect */
        .global-badge-glow::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            right: 0;
            bottom: 0;
            width: 50%;
            background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
            transform: skewX(-25deg);
            animation: shineSweep 4.5s infinite;
            z-index: 1;
        }

        @keyframes shineSweep {
            0% {
                left: -100%;
            }

            15% {
                left: 200%;
            }

            100% {
                left: 200%;
            }
        }

        /* GLOBAL_STYLE_START */
        .link-item {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 12px;
            padding: 8px 16px;
            color: rgba(255, 255, 255, 0.9) !important;
            font-family: 'GmarketSans', sans-serif;
            font-size: 0.82rem;
            font-weight: 500;
            text-align: center;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 44px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .link-item:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.3);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
        }

        /* Global Footer Styling */
        .master-footer {
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(20px);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 80px 20px 140px;
            margin-top: 100px;
            z-index: 50;
            position: relative;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 40px;
        }

        .footer-column h4 {
            color: #fff;
            font-size: 1rem;
            margin-bottom: 25px;
            font-weight: 700;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-column h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 2px;
            background: linear-gradient(90deg, var(--m-blue), var(--m-pink));
        }

        .footer-column a {
            display: block;
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
            margin-bottom: 12px;
            font-size: 0.85rem;
            transition: all 0.3s;
        }

        .footer-column a:hover {
            color: #fff;
            padding-left: 5px;
        }

        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* GLOBAL_STYLE_END */

/* 글로벌 스크롤 리빌 (Scroll-Reveal) 스타일 */
        .reveal-on-scroll {
            opacity: 0;
            transform: translateY(50px) scale(0.95);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
            visibility: hidden;
        }

        .reveal-on-scroll.is-visible {
            opacity: 1;
            transform: translateY(0) scale(1);
            visibility: visible;
        }

        /* 지나간 후 다시 사라지는 효과를 위한 부드러운 전환 */
        section, .dna-card, .neu-card, .exec-grid, .footer-column, .limelight-container {
            will-change: transform, opacity;
        }

/* --- Mobile Responsive Navigation Styles --- */
.m-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    margin-left: 15px;
    order: 99 !important;
}

.m-menu-toggle .bar {
    width: 100%;
    height: 2px;
    background-color: var(--m-white);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.m-menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.m-menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.m-menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.m-mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: rgba(5, 5, 8, 0.95);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.8), -2px 0 15px rgba(207, 48, 170, 0.2);
    z-index: 2500;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.m-mobile-nav.active {
    right: 0;
}

.m-mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.m-mobile-nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.m-mobile-nav-logo span {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--m-white);
    letter-spacing: -0.03em;
}

.m-menu-close {
    font-size: 2rem;
    color: var(--m-dim);
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.m-menu-close:hover {
    color: var(--m-white);
}

.m-mobile-nav-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.m-mobile-link {
    display: block;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.3s;
}

.m-mobile-link:hover {
    color: var(--m-white) !important;
    padding-left: 8px;
    text-shadow: 0 0 8px rgba(64, 47, 181, 0.6);
}

.m-mobile-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.m-mobile-accordion-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    background: transparent;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    cursor: pointer;
    transition: color 0.3s;
}

.m-mobile-accordion-trigger:hover,
.m-mobile-accordion.active .m-mobile-accordion-trigger {
    color: var(--m-white);
}

.m-mobile-accordion-trigger i {
    font-size: 0.85rem;
    transition: transform 0.3s;
}

.m-mobile-accordion.active .m-mobile-accordion-trigger i {
    transform: rotate(180deg);
}

.m-mobile-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0;
}

.m-mobile-accordion.active .m-mobile-accordion-content {
    padding: 10px;
}

.m-mobile-sublink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s ease;
    word-break: keep-all;
    height: 40px;
}

.m-mobile-sublink:hover {
    color: #fff !important;
    background: rgba(64, 47, 181, 0.3);
    border-color: var(--m-blue);
    box-shadow: 0 0 10px rgba(64, 47, 181, 0.4);
}

/* --- Hero & Content Mobile Optimization --- */
@media (max-width: 576px) {
    .poda-btn-wrapper {
        width: 100% !important;
    }
    
    .poda-btn-content {
        padding: 14px 20px !important;
        font-size: 1rem !important;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .link-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .process-os-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        width: 100% !important;
        border-radius: 30px !important;
        padding: 6px !important;
        scrollbar-width: none;
    }
    
    .process-os-nav::-webkit-scrollbar {
        display: none;
    }
    
    .process-os-tab {
        flex: 0 0 auto !important;
        padding: 10px 20px !important;
    }

    /* 모바일 헤더 텍스트 및 불필요 요소 정리 */
    .m-header {
        padding: 10px 16px !important;
        width: 92% !important;
    }
    
    .m-header .fw-bold.tracking-tighter {
        white-space: nowrap !important;
        font-size: 0.8rem !important;
        letter-spacing: -0.04em !important;
    }
    
    .m-header .lang-switcher {
        display: none !important;
    }
}

