/* 
   VYOMFIX DESIGN SYSTEM - ENTERPRISE INDUSTRIAL THEME
   Focused on clean, high-performance manufacturing interfaces.
*/

@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

:root {
    --bg-deep: #ffffff;
    /* Clean White */
    --bg-card: #f8f9fb;
    /* Subtle Light Gray */
    --bg-border: #e2e8f0;
    /* Soft Border */
    --text-primary: #000000;
    /* Pure Black */
    --text-secondary: #000000;
    /* Pure Black */

    /* JPMC Inspired Palette */
    --brand-primary: #004a99;
    /* Corporate Navy */
    --brand-secondary: #002e6d;
    /* Deep Navy */
    --brand-accent: #8b6f4b;
    /* Sophisticated Gold */
    --success: #059669;
    /* Refined Green */

    --grad-linear: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    /* Font: Neue Haas Grotesk Display Pro */
    --font-head: "Neue Haas Grotesk Display Pro", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-body: "Neue Haas Grotesk Display Pro", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --u-haze-bg: rgba(255, 255, 255, 0.75);
}

[data-theme='dark'] {
    --bg-deep: #0a0a0c;
    --bg-card: #141418;
    --bg-border: #26262e;
    --text-primary: #ffffff;
    --text-secondary: #a1a1aa;
    --brand-primary: #3b82f6;
    --brand-secondary: #1d4ed8;
    --u-haze-bg: rgba(20, 20, 24, 0.85);
}

[data-theme='dark'] .badge {
    background: rgba(255, 255, 255, 0.05);
    color: var(--brand-primary);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

[data-theme='dark'] .dashboard-window,
[data-theme='dark'] .u-form-container,
[data-theme='dark'] .u-bg-white,
[data-theme='dark'] .db-card,
[data-theme='dark'] .feature-card,
[data-theme='dark'] .module-card {
    background: var(--bg-card) !important;
    border-color: var(--bg-border);
}

[data-theme='dark'] .u-input-field {
    background: var(--bg-deep);
    color: var(--text-primary);
    border-color: var(--bg-border);
}

.u-haze {
    background: var(--u-haze-bg, rgba(255, 255, 255, 0.75)) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid var(--bg-border) !important;
}

/* THEME TOGGLE STYLES */
.theme-toggle {
    background: none;
    border: 1px solid var(--bg-border);
    color: var(--text-primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
    font-size: 1.1rem;
    position: relative;
    z-index: 1001;
}

/* Ensure icons inherit color from toggle link */
.theme-toggle i {
    color: inherit;
}

[data-theme='light'] .theme-toggle {
    color: #ffffff;
    /* Force white color in light mode for header visibility */
    border-color: rgba(255, 255, 255, 0.3);
}

[data-theme='dark'] .theme-toggle {
    color: #ffffff;
    border-color: var(--bg-border);
}

[data-theme='dark'] .fa-moon {
    display: none;
}

[data-theme='light'] .fa-sun {
    display: none;
}

/* ANTIGRAVITY CANVAS */
#antigravity-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

[data-theme='light'] #antigravity-canvas {
    opacity: 0.3;
}

[data-theme='dark'] #antigravity-canvas {
    opacity: 0.6;
}

/* UTILITIES */
.u-hidden {
    display: none !important;
}

.u-flex-gap {
    display: flex;
    gap: 15px;
}

.u-flex-gap-20 {
    display: flex;
    gap: 20px;
}

.u-margin-top-20 {
    margin-top: 20px;
}

.u-margin-top-40 {
    margin-top: 40px;
}

.u-margin-top-80 {
    margin-top: 80px;
}

.u-text-center {
    text-align: center !important;
}

.u-text-left {
    text-align: left !important;
}

.u-font-5 {
    font-size: 5rem !important;
}

.u-opacity-80 {
    opacity: 0.8 !important;
}

.u-flex {
    display: flex;
}

.u-flex-column {
    display: flex;
    flex-direction: column;
}


.u-margin-bottom-15 {
    margin-bottom: 15px;
}

.u-margin-bottom-20 {
    margin-bottom: 20px;
}

.u-margin-bottom-25 {
    margin-bottom: 25px;
}

.u-margin-bottom-60 {
    margin-bottom: 60px;
}

.u-margin-bottom-80 {
    margin-bottom: 80px;
}

.u-margin-bottom-8 {
    margin-bottom: 8px;
}

.u-margin-bottom-40 {
    margin-bottom: 40px;
}

.u-margin-top-60 {
    margin-top: 60px;
}


.u-text-secondary {
    color: var(--text-secondary);
}

.u-opacity-50 {
    opacity: 0.5;
}

.u-main-padding {
    padding-top: 150px;
    padding-bottom: 100px;
}

main {
    padding-bottom: 80px;
}

.u-max-800 {
    max-width: 1000px;
    /* Wider stretch */
}

.u-max-600 {
    max-width: 800px;
    /* Wider stretch */
}

.u-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.u-font-1-1 {
    font-size: 1.1rem !important;
}

.u-font-1-25 {
    font-size: 1.25rem !important;
}

.u-font-0-9 {
    font-size: 0.9rem !important;
}

.u-font-0-85 {
    font-size: 0.85rem !important;
}

.u-font-arial {
    font-family: Arial, Helvetica, sans-serif !important;
}

.u-w-full {
    width: 100%;
}

.u-border-radius-8 {
    border-radius: 8px;
}

.u-max-600 {
    max-width: 600px;
}

.u-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.u-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-p-40 {
    padding: 40px;
}

.u-pl-20 {
    padding-left: 20px;
}

.u-margin-top-80 {
    margin-top: 80px;
}

.u-margin-top-120 {
    margin-top: 120px;
}

.u-bg-white {
    background: var(--bg-deep);
}

.u-font-2-5 {
    font-size: 2.5rem;
}

.u-form-container {
    background: var(--bg-card);
    border: 1px solid var(--bg-border);
    padding: 40px;
    border-radius: 12px;
}

.u-input-label {
    display: block;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.u-input-field {
    width: 100%;
    padding: 16px;
    background: var(--bg-deep);
    border: 1px solid var(--bg-border);
    color: var(--text-primary);
    border-radius: 6px;
    font-family: inherit;
    font-size: 1.2rem;
    transition: var(--transition-smooth);
}

.u-input-field:focus {
    outline: none;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 2px rgba(0, 74, 153, 0.1);
}

.u-weight-600 {
    font-weight: 600;
}

.u-no-decoration {
    text-decoration: none;
}


.u-align-center {
    align-items: center;
}

.badge-gold {
    background: var(--brand-accent);
    color: white;
}


.u-max-800 {
    max-width: 800px;
}

.u-font-1-25 {
    font-size: 1.25rem;
}

/* HAZE & SHADOW REFINEMENT */
.u-haze {
    background: rgba(255, 255, 255, 0.75) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
}

.u-shadow-premium {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08), 0 0 40px rgba(0, 74, 153, 0.03) !important;
}

/* Industrial Terminal Colors */
.t-purple {
    color: #7b61ff;
}

.t-cyan {
    color: #00d9ff;
}

.t-brand-primary {
    color: var(--brand-primary);
}

/* GRID UTILS */
.u-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) {
    .u-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .u-grid-3 {
        grid-template-columns: 1fr;
    }
}

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-deep);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 2.5rem;
    /* Doubled from 1.25rem */
    line-height: 1.4;
    font-weight: 400;
    /* Increased to 400 for standard readability */
    letter-spacing: 0.05em;
    /* Increased space between alphabets */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition-smooth);
    z-index: 10;
}

.scroll-indicator:hover {
    color: var(--brand-primary);
}

.scroll-indicator i {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4 {
    font-family: var(--font-head);
    font-weight: 400;
    /* Reduced by 200 from 600 */
    letter-spacing: -0.02em;
    line-height: 1.1;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.2rem;
}

.container {
    max-width: 100%;
    /* Edge-to-edge */
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px;
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
    background: #000000 !important;
    /* Force solid black */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition-smooth);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.logo img {
    height: 60px;
    /* Bigger logo */
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.logo-text {
    line-height: 1;
}

.logo-main {
    font-weight: 400;
    /* Reduced by 200 from 600 */
    font-size: 1.4rem;
    color: var(--brand-secondary);
    letter-spacing: -0.5px;
}

.logo-sub {
    display: none;
    /* Removed as per user request */
}

.nav-links {
    display: flex;
    gap: 45px;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 400;
    /* Reduced by 200 from 600 */
    font-size: 1.25rem;
    transition: var(--transition-smooth);
    letter-spacing: 0.5px;
}

.nav-links a:hover,
.nav-links a.active {
    color: #ffffff;
}

.nav-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* BUTTONS */
.btn {
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 1.25rem;
    text-decoration: none;
    transition: var(--transition-smooth);
    cursor: pointer;
    border: none;
    font-family: var(--font-body);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--text-primary);
}

.btn-outline:hover {
    background: var(--text-primary);
    color: var(--bg-deep);
}

.btn-outline-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-outline-white:hover {
    background: #ffffff;
    color: #000000;
}

.btn-primary {
    background: var(--brand-primary);
    color: #ffffff;
}

.btn-primary:hover {
    background: var(--brand-secondary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 74, 153, 0.2);
}

/* SECTIONS */
section {
    padding: 100px 0;
}

/* HERO */
.hero {
    padding: 200px 0 120px;
    text-align: center;
}

.badge {
    display: inline-block;
    padding: 8px 16px;
    background: #eef2f7;
    border-radius: 4px;
    color: var(--brand-primary);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
    border: 1px solid var(--bg-border);
}

.hero h1 {
    font-size: 6rem;
    /* Scaled up for impact */
    margin-bottom: 24px;
}

.hero p {
    font-size: 2.5rem;
    /* Matches body but scoped for hero */
    color: var(--text-secondary);
    max-width: 1000px;
    margin: 0 auto 40px;
}

/* DASHBOARD */
.dashboard-window {
    background: var(--bg-card);
    border: 1px solid var(--bg-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.dashboard-window::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(0, 74, 153, 0.05), transparent);
    pointer-events: none;
}

.window-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bg-border);
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.db-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--bg-border);
    border-radius: 8px;
    padding: 20px;
}

.db-card-large {
    grid-column: span 2;
}

/* FEATURES */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid var(--bg-border);
    border-radius: 16px;
    padding: 32px;
    transition: var(--transition-smooth);
    box-shadow: 0 20px 50px rgba(0, 74, 153, 0.08);
    position: relative;
    overflow: hidden;
}

.feature-card h3 {
    margin-bottom: 12px;
    font-size: 2.2rem;
    color: var(--text-primary);
    font-weight: 400;
}

.feature-card p {
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--text-secondary);
    letter-spacing: 0.03em;
    font-weight: 400;
}

.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(0, 74, 153, 0.03), transparent);
    pointer-events: none;
}

.feature-card:hover {
    border-color: var(--brand-primary);
    transform: translateY(-5px);
}

.feat-icon {
    font-size: 2rem;
    /* Increased for better visibility */
    color: var(--brand-primary);
    margin-bottom: 24px;
}

/* FOOTER */
footer {
    padding: 80px 0 40px;
    background: #000000;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 1.1rem;
    font-weight: 400;
    /* Reduced by 200 from 600 */
}

.f-links {
    list-style: none;
    padding: 0;
}

.f-links li {
    margin-bottom: 12px;
}

.f-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-smooth);
    font-size: 0.95rem;
}

.f-links a:hover {
    color: #ffffff;
}

.footer-col p {
    color: rgba(255, 255, 255, 0.6);
}

/* RESPONSIVE */
.mobile-toggle {
    display: none;
    font-size: 1.5rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 992px) {
    .nav-links {
        display: none;
    }

    .mobile-toggle {
        display: block;
    }

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

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

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

    .db-card-large {
        grid-column: span 1;
    }
}

/* REVEAL ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

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

/* -------------------------------------------------------------------------- */
/* INDEX PAGE SPECIFIC STYLES                                                 */
/* -------------------------------------------------------------------------- */

.hero-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -150px;
    /* Offset main padding while keeping header height accounted for */
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.hero-video.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 60px;
    text-align: left;
    position: relative;
    /* For scroll indicator */
    z-index: 2;
    padding: 150px 0 100px;
    color: #ffffff;
}

.hero-layout h1,
.hero-layout p {
    color: #ffffff;
}

.hero-layout .badge {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.hero-layout .btn-outline {
    border-color: #ffffff;
    color: #ffffff;
}

.hero-layout .btn-outline:hover {
    background: #ffffff;
    color: #000000;
}

.hero-content,
.hero-visual {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 4.5rem;
    margin-bottom: 30px;
}

.hero-visual {
    position: relative;
}

.terminal-mock {
    background: #05050a;
    border: 1px solid var(--bg-border);
    border-radius: 8px;
    padding: 20px;
    font-family: 'JetBrains Mono', monospace;
    position: relative;
    overflow: hidden;
}

.terminal-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    height: 12px;
}

.terminal-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: rgba(0, 255, 157, 0.4);
    letter-spacing: 1px;
    font-weight: 500;
}

.terminal-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f56;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #27c93f;
}

.terminal-code {
    color: #00ff9d;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Module Grid */
.module-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 80px 0;
}

.module-card {
    background: var(--bg-card);
    border: 1px solid var(--bg-border);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.module-card h4 {
    margin-bottom: 12px;
    font-size: 2.2rem;
    color: var(--text-primary);
    font-weight: 400;
}

.module-card p {
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--text-secondary);
    letter-spacing: 0.03em;
    font-weight: 400;
}

.module-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--brand-primary);
    opacity: 0.3;
}

.module-card:hover {
    transform: translateY(-5px);
    border-color: var(--brand-primary);
}

.workflow-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.01);
    border-top: 1px solid var(--bg-border);
    border-bottom: 1px solid var(--bg-border);
}

.step-item {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.step-num {
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
}

.orchestration-suite {
    text-align: center;
}

/* ORGANIZATIONAL STRUCTURE */
.org-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.level {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.node {
    padding: 15px 25px;
    background: #f8f9fb;
    border: 1px solid var(--bg-border);
    border-radius: 8px;
    font-size: 0.9rem;
    text-align: center;
    min-width: 180px;
}

.node.gold {
    border-color: var(--brand-accent);
    color: var(--brand-accent);
    font-weight: 700;
}

.node.navy {
    background: var(--brand-secondary);
    color: white;
    border: none;
}

.connector {
    height: 40px;
    width: 2px;
    background: var(--bg-border);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1), transform 1.2s cubic-bezier(0.5, 0, 0, 1);
    position: relative;
    /* Support for absolute children like scroll indicators */
}

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

@media (max-width: 992px) {
    .hero-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

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

/* HIGH PRECEDENCE GRID UTILITIES */
.u-grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

@media (max-width: 1200px) {
    .u-grid-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .u-grid-4 {
        grid-template-columns: 1fr !important;
    }
}