/* ============================================
   FUEL ON TIME - Premium Redesigned 2026
   Fonts: Sora (display) + Inter (body)
   Brand: Green #12c45b, Yellow #ffd400, Black #050705
   ============================================ */

:root {
    --black: #050705;
    --black-2: #0a0f0b;
    --black-3: #111a13;
    --dark-green: #063d1f;
    --green: #12c45b;
    --green-dark: #0a9e3f;
    --green-glow: rgba(18, 196, 91, 0.22);
    --yellow: #ffd400;
    --gold: #f5a400;
    --white: #ffffff;
    --off-white: #fafcfa;
    --gray-50: #f4f7f4;
    --gray-100: #e8ede9;
    --gray-200: #d2dbd4;
    --gray-400: #7d8e80;
    --gray-600: #3e4f42;
    --gray-800: #1a2a1e;
    --font-heading: 'Sora', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-xl: 30px;
    --radius-pill: 999px;
    --shadow-xs: 0 2px 8px rgba(5, 7, 5, 0.04);
    --shadow-sm: 0 4px 16px rgba(5, 7, 5, 0.06);
    --shadow-md: 0 8px 32px rgba(5, 7, 5, 0.09);
    --shadow-lg: 0 16px 56px rgba(5, 7, 5, 0.13);
    --shadow-xl: 0 24px 72px rgba(5, 7, 5, 0.17);
    --shadow-glow-green: 0 6px 28px rgba(18, 196, 91, 0.18);
    --shadow-glow-yellow: 0 6px 28px rgba(255, 212, 0, 0.15);
    --gradient-brand: linear-gradient(135deg, #ffd400 0%, #12c45b 100%);
    --gradient-brand-h: linear-gradient(90deg, #ffd400 0%, #12c45b 100%);
    --gradient-dark: linear-gradient(160deg, #050705 0%, #0a1f10 50%, #063d1f 100%);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}

body {
    font-family: var(--font-body);
    background: #f5f9f6;
    color: var(--gray-800);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   GLOBAL BRANDED BACKGROUND & PARTICLES
   ============================================ */

/* Fixed dot grid pattern */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        radial-gradient(circle, rgba(18,196,91,0.25) 1.2px, transparent 1.2px),
        radial-gradient(circle, rgba(255,212,0,0.18) 1px, transparent 1px);
    background-size: 60px 60px, 90px 90px;
    background-position: 0 0, 30px 30px;
}

/* Glow spots */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 700px 500px at 10% 20%, rgba(18,196,91,0.06) 0%, transparent 70%),
        radial-gradient(ellipse 600px 400px at 90% 50%, rgba(255,212,0,0.05) 0%, transparent 70%),
        radial-gradient(ellipse 500px 400px at 40% 85%, rgba(18,196,91,0.04) 0%, transparent 70%);
}

/* HTML Floating Particles */
.particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    animation: particleFloat 20s ease-in-out infinite;
}

.p1 { width: 8px; height: 8px; background: rgba(18,196,91,0.2); top: 12%; left: 8%; animation-duration: 22s; }
.p2 { width: 6px; height: 6px; background: rgba(255,212,0,0.18); top: 25%; left: 85%; animation-duration: 18s; animation-delay: -3s; }
.p3 { width: 10px; height: 10px; background: rgba(18,196,91,0.14); top: 40%; left: 20%; animation-duration: 25s; animation-delay: -6s; }
.p4 { width: 5px; height: 5px; background: rgba(255,212,0,0.2); top: 55%; left: 75%; animation-duration: 20s; animation-delay: -2s; }
.p5 { width: 7px; height: 7px; background: rgba(18,196,91,0.18); top: 70%; left: 45%; animation-duration: 23s; animation-delay: -8s; }
.p6 { width: 9px; height: 9px; background: rgba(255,212,0,0.15); top: 85%; left: 15%; animation-duration: 19s; animation-delay: -4s; }
.p7 { width: 6px; height: 6px; background: rgba(18,196,91,0.22); top: 18%; left: 55%; animation-duration: 21s; animation-delay: -10s; }
.p8 { width: 8px; height: 8px; background: rgba(255,212,0,0.16); top: 48%; left: 92%; animation-duration: 24s; animation-delay: -5s; }
.p9 { width: 5px; height: 5px; background: rgba(18,196,91,0.2); top: 65%; left: 5%; animation-duration: 17s; animation-delay: -7s; }
.p10 { width: 7px; height: 7px; background: rgba(18,196,91,0.16); top: 35%; left: 65%; animation-duration: 26s; animation-delay: -1s; }
.p11 { width: 4px; height: 4px; background: rgba(255,212,0,0.22); top: 78%; left: 60%; animation-duration: 19s; animation-delay: -9s; }
.p12 { width: 6px; height: 6px; background: rgba(18,196,91,0.18); top: 8%; left: 38%; animation-duration: 22s; animation-delay: -12s; }

@keyframes particleFloat {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 1; }
    25% { transform: translateY(-20px) translateX(10px); opacity: 0.7; }
    50% { transform: translateY(-35px) translateX(-8px); opacity: 1; }
    75% { transform: translateY(-15px) translateX(12px); opacity: 0.8; }
}

/* Section separators */
.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 600px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(18,196,91,0.18), rgba(255,212,0,0.12), transparent);
    pointer-events: none;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .particle {
        animation: none;
    }
    body::before {
        animation: none;
    }
    .reveal-up {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

/* Mobile: fewer/smaller particles */
@media (max-width: 768px) {
    body::before {
        background-size: 80px 80px, 110px 110px;
        opacity: 0.7;
    }

    .p3, .p5, .p8, .p10, .p11, .p12 {
        display: none;
    }

    .section::before {
        width: 80%;
    }
}

/* ============================================
   HEADER - Premium White Frosted Floating Pill
   ============================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 9999;
    width: 100%;
    transition: all 0.25s ease;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    padding: 10px 40px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-radius: 0 0 16px 16px;
    border: none;
    border-bottom: 1px solid rgba(5, 134, 47, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
}

.header.scrolled {
    top: 0;
    width: 100%;
}

.header.scrolled .header-inner {
    min-height: 66px;
    padding: 8px 40px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(5, 134, 47, 0.14);
    box-shadow: 0 6px 36px rgba(0, 0, 0, 0.1);
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    flex-shrink: 0;
    width: 240px;
    min-width: 240px;
    height: 56px;
    overflow: visible;
}

.logo-img {
    width: 215px;
    height: auto;
    max-height: 58px;
    display: block;
    object-fit: contain;
    transition: all 0.25s ease;
}

.header.scrolled .logo-img {
    width: 190px;
    max-height: 48px;
}

/* Navigation */
.nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link {
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 650;
    color: #18231c;
    text-decoration: none;
    position: relative;
    padding: 4px 0;
    transition: color 0.25s ease;
    letter-spacing: -0.01em;
}

.nav-link:hover,
.nav-link.active {
    color: #05862f;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2.5px;
    background: linear-gradient(90deg, #ffd400, #12c45b);
    border-radius: 3px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* Call CTA */
.header-cta {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border: 1.5px solid rgba(5, 134, 47, 0.32);
    border-radius: var(--radius-pill);
    color: #05862f;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    transition: all 0.3s ease;
    background: rgba(5, 134, 47, 0.06);
}

.header-cta:hover {
    background: linear-gradient(135deg, #ffd400, #12c45b);
    color: #07120b;
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(18, 196, 91, 0.2);
    transform: translateY(-1px);
}

.header-cta svg {
    width: 13px;
    height: 13px;
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 10001;
}

.hamburger span {
    width: 21px;
    height: 2px;
    background: #18231c;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================
   HERO - Premium Left-Aligned with Video
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--black);
}

.hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Layered overlay: readable left, visible truck right, warm glow */
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(92deg, rgba(5,7,5,0.82) 0%, rgba(5,7,5,0.55) 38%, rgba(5,7,5,0.18) 68%, rgba(5,7,5,0.3) 100%),
        linear-gradient(180deg, rgba(5,7,5,0.2) 0%, transparent 25%, transparent 70%, rgba(5,7,5,0.65) 100%);
}

/* Green/gold radial glow */
.hero-glow {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(255,212,0,0.05) 0%, rgba(18,196,91,0.04) 35%, transparent 65%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 150px 52px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.hero-text {
    max-width: 620px;
}

/* Hero entrance animation */
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Eyebrow */
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 22px;
    animation: heroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

/* Headline */
.hero-headline {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5.5vw, 5.1rem);
    font-weight: 800;
    line-height: 0.95;
    color: var(--white);
    margin-bottom: 18px;
    letter-spacing: -0.055em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.hero-highlight {
    background: linear-gradient(90deg, #ffd400 0%, #9be313 45%, #12c45b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 24px rgba(18, 196, 91, 0.15));
}

/* Animated Rotator */
.hero-rotator {
    position: relative;
    min-height: 34px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 10px;
    overflow: hidden;
    animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

.hero-rotator.animate {
    animation: fadeSlideUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(14px);
        filter: blur(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Supporting paragraph */
.hero-support {
    max-width: 540px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.7;
    font-weight: 400;
    animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 30px;
    height: 54px;
    background: var(--gradient-brand);
    color: var(--black);
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-pill);
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 6px 24px rgba(255, 212, 0, 0.22), 0 2px 8px rgba(18,196,91,0.12);
    letter-spacing: -0.01em;
}

.btn-hero-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(255, 212, 0, 0.32), 0 4px 16px rgba(18,196,91,0.18);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 30px;
    height: 54px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-pill);
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-hero-secondary:hover {
    border-color: var(--green);
    color: var(--green);
    transform: translateY(-3px);
    background: rgba(18, 196, 91, 0.08);
    box-shadow: 0 8px 28px rgba(18, 196, 91, 0.12);
}

/* Trust Chips - Premium glassmorphism */
.hero-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 42px;
    animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.85s both;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 17px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-pill);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.chip:hover {
    background: rgba(18, 196, 91, 0.1);
    border-color: rgba(18, 196, 91, 0.28);
    box-shadow: 0 4px 16px rgba(18, 196, 91, 0.1);
    transform: translateY(-1px);
}

.chip svg {
    stroke: var(--green);
    flex-shrink: 0;
    width: 15px;
    height: 15px;
}

/* ============================================
   SECTIONS - Common Premium Styles
   ============================================ */
.section {
    padding: 120px 24px 100px;
    position: relative;
    scroll-margin-top: 130px;
    z-index: 1;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    padding: 6px 15px;
    background: rgba(18, 196, 91, 0.06);
    color: var(--green-dark);
    border: 1px solid rgba(18, 196, 91, 0.12);
    border-radius: var(--radius-pill);
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section-tag-dark {
    background: rgba(18, 196, 91, 0.12);
    color: var(--green);
    border-color: rgba(18, 196, 91, 0.2);
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.2vw, 2.6rem);
    font-weight: 800;
    color: var(--black);
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-title.light {
    color: var(--white);
}

.highlight {
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-desc {
    font-size: 0.98rem;
    color: var(--gray-600);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.section-desc.light {
    color: rgba(255, 255, 255, 0.6);
}

/* ============================================
   ABOUT SECTION - Premium Trust Layout
   ============================================ */
.about {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.about-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(18,196,91,0.4) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,212,0,0.3) 0%, transparent 40%);
    pointer-events: none;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-left .section-tag {
    margin-bottom: 14px;
}

.about-left .section-title {
    text-align: left;
    margin-bottom: 18px;
}

.about-desc {
    font-size: 1rem;
    color: var(--gray-600);
    line-height: 1.78;
    margin-bottom: 24px;
}

/* Mission highlight box */
.about-mission {
    position: relative;
    padding: 20px 24px;
    padding-left: 28px;
    background: var(--white);
    border-radius: var(--radius-md);
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-xs);
    margin-bottom: 28px;
}

.about-mission-bar {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: var(--gradient-brand);
}

.about-mission p {
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--gray-800);
    line-height: 1.6;
    font-style: italic;
}

/* Small stat pills */
.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--white);
    border-radius: var(--radius-sm);
    border: 1px solid var(--gray-100);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-800);
    transition: all 0.3s ease;
}

.about-stat:hover {
    border-color: rgba(18, 196, 91, 0.2);
    box-shadow: var(--shadow-sm);
}

.about-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: rgba(18, 196, 91, 0.07);
    border-radius: 8px;
}

.about-stat-icon svg {
    stroke: var(--green);
    width: 16px;
    height: 16px;
}

/* Right side - 2x2 card grid */
.about-right {
    display: block;
}

.about-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.about-card {
    position: relative;
    padding: 28px 22px;
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-100);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: var(--shadow-xs);
    overflow: hidden;
}

.about-card-glow {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18,196,91,0.06) 0%, transparent 70%);
    pointer-events: none;
    transition: all 0.4s ease;
}

.about-card:hover .about-card-glow {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(18,196,91,0.1) 0%, transparent 70%);
}

.about-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: rgba(18, 196, 91, 0.2);
}

.about-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(18,196,91,0.08), rgba(255,212,0,0.04));
    border-radius: var(--radius-sm);
    border: 1px solid rgba(18, 196, 91, 0.08);
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.about-card:hover .about-card-icon {
    background: var(--gradient-brand);
    border-color: transparent;
}

.about-card-icon svg {
    stroke: var(--green);
    width: 20px;
    height: 20px;
}

.about-card:hover .about-card-icon svg {
    stroke: var(--black);
}

.about-card h3 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.about-card p {
    font-size: 0.84rem;
    color: var(--gray-600);
    line-height: 1.55;
}

/* ============================================
   SERVICES SECTION - Premium Grid
   ============================================ */
.services {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.services-bg {
    position: absolute;
    inset: 0;
    opacity: 0.025;
    background-image:
        radial-gradient(circle at 75% 30%, rgba(18,196,91,0.5) 0%, transparent 40%),
        radial-gradient(circle at 25% 80%, rgba(255,212,0,0.4) 0%, transparent 35%);
    pointer-events: none;
}

.services .container {
    position: relative;
    z-index: 1;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service-card {
    position: relative;
    padding: 34px 26px 28px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--gray-100);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 2px 12px rgba(5, 7, 5, 0.04);
    display: flex;
    flex-direction: column;
}

.service-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: var(--gradient-brand-h);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-accent {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 56px rgba(5, 7, 5, 0.1), 0 0 0 1px rgba(18,196,91,0.08);
    border-color: rgba(18, 196, 91, 0.18);
}

.service-icon-wrap {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(18,196,91,0.08), rgba(255,212,0,0.04));
    border-radius: 14px;
    margin-bottom: 20px;
    border: 1px solid rgba(18, 196, 91, 0.08);
    transition: all 0.35s ease;
}

.service-icon-wrap svg {
    stroke: var(--green);
}

.service-card:hover .service-icon-wrap {
    background: var(--gradient-brand);
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(18, 196, 91, 0.2);
}

.service-card:hover .service-icon-wrap svg {
    stroke: var(--black);
}

.service-card h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.service-card p {
    font-size: 0.86rem;
    color: var(--gray-600);
    line-height: 1.65;
    flex-grow: 1;
    margin-bottom: 16px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--green-dark);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: auto;
}

.service-link svg {
    transition: transform 0.25s ease;
}

.service-link:hover {
    color: var(--green);
}

.service-link:hover svg {
    transform: translateX(3px);
}

/* ============================================
   PRODUCTS SECTION - Dark Premium with Images
   ============================================ */
.products {
    background: var(--gradient-dark);
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.products-bg-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(18,196,91,0.06) 0%, transparent 45%),
        radial-gradient(ellipse at 80% 70%, rgba(255,212,0,0.04) 0%, transparent 40%);
}

.products .container {
    position: relative;
    z-index: 1;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(18, 196, 91, 0.1);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(18, 196, 91, 0.35);
    box-shadow: 0 24px 64px rgba(18, 196, 91, 0.1), 0 0 0 1px rgba(18,196,91,0.12);
}

/* Product Image */
.product-img-wrap {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: #070d09;
}

.product-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(5,7,5,0.6) 100%);
    pointer-events: none;
    z-index: 1;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.08) saturate(1.1) brightness(0.95);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.product-card:hover .product-img {
    transform: scale(1.07);
    filter: contrast(1.12) saturate(1.2) brightness(1);
}

.product-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 12px;
    background: var(--gradient-brand);
    color: var(--black);
    font-size: 0.65rem;
    font-weight: 800;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.product-info {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-info h3 {
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.product-info p {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--green);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
}

.product-btn svg {
    transition: transform 0.3s ease;
}

.product-btn:hover {
    color: var(--yellow);
}

.product-btn:hover svg {
    transform: translateX(4px);
}

/* ============================================
   HOW IT WORKS SECTION - Premium Timeline
   ============================================ */
.how-it-works {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.hiw-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.025;
    background:
        radial-gradient(circle at 50% 80%, rgba(18,196,91,0.5) 0%, transparent 40%),
        radial-gradient(circle at 20% 20%, rgba(255,212,0,0.3) 0%, transparent 35%);
}

.how-it-works .container {
    position: relative;
    z-index: 1;
}

/* Timeline grid */
.hiw-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    position: relative;
    margin-bottom: 48px;
}

/* Connecting line */
.hiw-line {
    position: absolute;
    top: 38px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: var(--gray-200);
    border-radius: 3px;
    z-index: 0;
}

.hiw-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: var(--gradient-brand-h);
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(18, 196, 91, 0.2);
}

/* Each step */
.hiw-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Route dot */
.hiw-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--green);
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(18, 196, 91, 0.1);
    transition: all 0.3s ease;
}

.hiw-step:hover .hiw-dot {
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(18, 196, 91, 0.15), 0 0 16px rgba(18, 196, 91, 0.25);
}

/* Step card */
.hiw-card {
    text-align: center;
    padding: 26px 16px 22px;
    background: var(--white);
    border-radius: 18px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 12px rgba(5, 7, 5, 0.04);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.hiw-step:hover .hiw-card {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(5, 7, 5, 0.1);
    border-color: rgba(18, 196, 91, 0.2);
}

.hiw-num {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--green);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    opacity: 0.7;
}

.hiw-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(18,196,91,0.08), rgba(255,212,0,0.04));
    border-radius: 12px;
    border: 1px solid rgba(18, 196, 91, 0.08);
    margin: 0 auto 14px;
    transition: all 0.3s ease;
}

.hiw-icon svg {
    stroke: var(--green);
}

.hiw-step:hover .hiw-icon {
    background: var(--gradient-brand);
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(18, 196, 91, 0.18);
}

.hiw-step:hover .hiw-icon svg {
    stroke: var(--black);
}

.hiw-card h3 {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.hiw-card p {
    font-size: 0.8rem;
    color: var(--gray-600);
    line-height: 1.55;
}

/* Trust strip */
.hiw-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px 24px;
    background: var(--white);
    border-radius: var(--radius-pill);
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-xs);
    max-width: 700px;
    margin: 0 auto;
}

.hiw-trust span {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--gray-800);
    letter-spacing: -0.01em;
}

.hiw-trust-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
}

/* ============================================
   WHY CHOOSE US - Split Layout with Visual Panel
   ============================================ */
.why-choose {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.wcu-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.02;
    background:
        radial-gradient(circle at 30% 60%, rgba(18,196,91,0.5) 0%, transparent 40%),
        radial-gradient(circle at 75% 25%, rgba(255,212,0,0.4) 0%, transparent 35%);
}

.why-choose .container {
    position: relative;
    z-index: 1;
}

.wcu-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
    align-items: start;
}

/* Left visual panel */
.wcu-panel {
    position: relative;
    padding: 36px 28px;
    background: var(--gradient-dark);
    border-radius: 22px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wcu-panel-glow {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(18,196,91,0.15) 0%, transparent 65%);
    pointer-events: none;
}

.wcu-panel-content {
    position: relative;
    z-index: 1;
}

.wcu-panel-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 2px;
    letter-spacing: -0.02em;
}

.wcu-panel-subtitle {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 28px;
    font-weight: 500;
}

.wcu-panel-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}

.wcu-panel-stat {
    padding: 14px 12px;
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    text-align: center;
}

.wcu-stat-val {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2px;
}

.wcu-stat-label {
    display: block;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Route animation */
.wcu-panel-route {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 24px;
    padding: 0 8px;
}

.wcu-route-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(18,196,91,0.4);
    animation: wcuPulse 2.5s ease-in-out infinite;
}

.wcu-rd-2 { animation-delay: 0.8s; }
.wcu-rd-3 { animation-delay: 1.6s; }

@keyframes wcuPulse {
    0%, 100% { box-shadow: 0 0 4px rgba(18,196,91,0.3); transform: scale(1); }
    50% { box-shadow: 0 0 12px rgba(18,196,91,0.6); transform: scale(1.3); }
}

.wcu-route-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--green), var(--yellow));
    opacity: 0.4;
    border-radius: 2px;
}

.wcu-panel-footer {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    text-align: center;
    letter-spacing: 0.04em;
}

/* Right cards */
.wcu-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.wcu-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px 18px;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 10px rgba(5,7,5,0.03);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wcu-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--gradient-brand);
    border-radius: 0 3px 3px 0;
    transition: height 0.35s ease;
}

.wcu-card:hover .wcu-card-accent {
    height: 100%;
}

.wcu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(5,7,5,0.08);
    border-color: rgba(18, 196, 91, 0.18);
}

.wcu-card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(18,196,91,0.08), rgba(255,212,0,0.04));
    border-radius: 10px;
    border: 1px solid rgba(18, 196, 91, 0.06);
    transition: all 0.3s ease;
}

.wcu-card-icon svg {
    stroke: var(--green);
}

.wcu-card:hover .wcu-card-icon {
    background: var(--gradient-brand);
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(18,196,91,0.15);
}

.wcu-card:hover .wcu-card-icon svg {
    stroke: var(--black);
}

.wcu-card h3 {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.wcu-card p {
    font-size: 0.8rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* ============================================
   FOUNDERS SECTION - Premium Split Story
   ============================================ */
.founders {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.founders-bg-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 25% 50%, rgba(18,196,91,0.07) 0%, transparent 45%),
        radial-gradient(ellipse at 80% 30%, rgba(255,212,0,0.04) 0%, transparent 35%);
}

.founders .container {
    position: relative;
    z-index: 1;
}

.founders-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
}

/* Left: Founder Image */
.founders-img-side {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founders-img-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18,196,91,0.12) 0%, transparent 60%);
    pointer-events: none;
}

.founders-img-frame {
    position: relative;
    width: 280px;
    height: 320px;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(18, 196, 91, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.founders-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.founders-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 6px 14px;
    background: var(--gradient-brand);
    color: var(--black);
    font-size: 0.68rem;
    font-weight: 800;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.founders-chips {
    display: flex;
    gap: 8px;
    margin-top: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.founders-chip {
    padding: 7px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-pill);
    color: rgba(255,255,255,0.75);
    font-size: 0.72rem;
    font-weight: 500;
}

/* Right: Story */
.founders-story {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.founders-quote {
    position: relative;
    padding: 22px 24px;
    background: rgba(255,255,255,0.03);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.06);
}

.founders-quote .founders-quote-mark {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    line-height: 0.3;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.4;
    margin-bottom: 12px;
}

.founders-quote p {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    font-style: italic;
    line-height: 1.5;
}

.founders-text-block p {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.78;
    margin-bottom: 12px;
}

.founders-mission h4 {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.founders-mission-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.founders-mission-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.3s ease;
}

.founders-mission-item:hover {
    background: rgba(18,196,91,0.06);
    border-color: rgba(18,196,91,0.15);
}

.fm-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: var(--gradient-brand);
}

.founders-mission-item span {
    font-size: 0.84rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* ============================================
   REVIEWS SECTION - Trust Wall Layout
   ============================================ */
.reviews {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.reviews-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.02;
    background:
        radial-gradient(circle at 70% 30%, rgba(255,212,0,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 70%, rgba(18,196,91,0.4) 0%, transparent 40%);
}

.reviews .container {
    position: relative;
    z-index: 1;
}

.reviews-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: start;
}

/* Trust Summary Panel */
.reviews-trust {
    position: sticky;
    top: 140px;
    padding: 32px 24px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 4px 24px rgba(5,7,5,0.06);
    text-align: center;
}

.rt-rating {
    margin-bottom: 8px;
}

.rt-score {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rt-out {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--gray-400);
}

.rt-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 14px;
}

.rt-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 16px;
}

.rt-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.rt-features span {
    display: block;
    padding: 7px 12px;
    background: rgba(18,196,91,0.05);
    border: 1px solid rgba(18,196,91,0.08);
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--green-dark);
}

.rt-bar {
    height: 4px;
    background: var(--gray-100);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.rt-bar-fill {
    width: 98%;
    height: 100%;
    background: var(--gradient-brand-h);
    border-radius: 4px;
}

.rt-note {
    font-size: 0.68rem;
    color: var(--gray-400);
}

/* Review Cards */
.reviews-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.review-card {
    position: relative;
    padding: 24px 22px;
    background: var(--white);
    border-radius: 18px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 12px rgba(5,7,5,0.03);
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(5,7,5,0.08);
    border-color: rgba(18, 196, 91, 0.18);
}

.rc-quote-icon {
    position: absolute;
    top: 12px;
    right: 18px;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    line-height: 1;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.15;
    transition: opacity 0.3s ease;
}

.review-card:hover .rc-quote-icon {
    opacity: 0.3;
}

.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 0.86rem;
    color: var(--gray-600);
    line-height: 1.65;
    margin-bottom: 16px;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gradient-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--black);
    font-size: 0.92rem;
}

.review-author strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--black);
}

.review-author > div > span {
    font-size: 0.72rem;
    color: var(--gray-400);
}

.rc-verified {
    margin-left: auto;
    padding: 4px 10px;
    background: rgba(18, 196, 91, 0.07);
    border: 1px solid rgba(18, 196, 91, 0.12);
    border-radius: var(--radius-pill);
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--green-dark);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ============================================
   ORDER FORM SECTION - Split Map + Form
   ============================================ */
.order {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.order-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.02;
    background:
        radial-gradient(circle at 30% 50%, rgba(18,196,91,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255,212,0,0.4) 0%, transparent 35%);
}

.order .container {
    position: relative;
    z-index: 1;
}

.order-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 32px;
    align-items: start;
}

/* Map Panel */
.order-map-panel {
    position: sticky;
    top: 140px;
}

.order-map-wrap {
    position: relative;
    height: 380px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--gray-100);
    box-shadow: var(--shadow-md);
    background: var(--gray-50);
}

.order-map-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.order-map-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.order-map-pin {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(18,196,91,0.15), 0 0 12px rgba(18,196,91,0.3);
    animation: mapPinPulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes mapPinPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(18,196,91,0.15), 0 0 8px rgba(18,196,91,0.2); }
    50% { box-shadow: 0 0 0 8px rgba(18,196,91,0.1), 0 0 20px rgba(18,196,91,0.35); }
}

.order-map-card {
    padding: 10px 14px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid var(--gray-100);
    pointer-events: auto;
}

.order-map-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 2px;
}

.order-map-card span {
    display: block;
    font-size: 0.7rem;
    color: var(--gray-600);
    line-height: 1.4;
}

.order-map-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.omc-chip {
    padding: 7px 13px;
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: var(--radius-pill);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--green-dark);
}

/* Form Card */
.order-form-wrap {
    padding: 36px 32px;
    background: var(--white);
    border-radius: 22px;
    box-shadow: 0 8px 40px rgba(5,7,5,0.08);
    border: 1px solid var(--gray-100);
}

.order-form-header {
    margin-bottom: 24px;
}

.order-form-header h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.order-form-header p {
    font-size: 0.82rem;
    color: var(--gray-600);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 4px;
    letter-spacing: 0.02em;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 11px 13px;
    border: 1.5px solid var(--gray-200);
    border-radius: 12px;
    font-size: 0.86rem;
    font-family: var(--font-body);
    transition: all 0.25s ease;
    background: var(--gray-50);
    color: var(--gray-800);
    outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(18, 196, 91, 0.07);
    background: var(--white);
}

.form-group textarea {
    resize: vertical;
    min-height: 68px;
}

.btn-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 14px 28px;
    height: 52px;
    background: var(--gradient-brand);
    color: var(--black);
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    border: none;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 6px 24px rgba(255, 212, 0, 0.18);
    margin-top: 6px;
}

.btn-form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 212, 0, 0.28);
}

.order-trust-note {
    text-align: center;
    margin-top: 12px;
    font-size: 0.72rem;
    color: var(--gray-400);
    font-weight: 500;
}

.form-success {
    text-align: center;
    padding: 40px 20px;
}

.success-icon {
    margin-bottom: 16px;
}

.form-success h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
}

.form-success p {
    color: var(--gray-600);
    margin-bottom: 20px;
    font-size: 0.92rem;
}

/* ============================================
   CONTACT SECTION - Premium Split Layout
   ============================================ */
.contact {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.contact-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.025;
    background:
        radial-gradient(circle at 25% 40%, rgba(18,196,91,0.5) 0%, transparent 40%),
        radial-gradient(circle at 75% 70%, rgba(255,212,0,0.4) 0%, transparent 35%);
}

.contact .container {
    position: relative;
    z-index: 1;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

/* Left Action Panel */
.contact-action {
    position: relative;
    padding: 40px 32px;
    background: var(--gradient-dark);
    border-radius: 22px;
    overflow: hidden;
}

.contact-action-glow {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(18,196,91,0.12) 0%, transparent 60%);
    pointer-events: none;
}

.contact-action-content {
    position: relative;
    z-index: 1;
}

.contact-action h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}

.contact-action p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    margin-bottom: 24px;
}

.contact-action-btns {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.ca-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: var(--radius-pill);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ca-btn-call {
    background: var(--gradient-brand);
    color: var(--black);
    box-shadow: 0 4px 18px rgba(255,212,0,0.2);
}

.ca-btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255,212,0,0.3);
}

.ca-btn-wa {
    background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(255,255,255,0.2);
    color: var(--white);
}

.ca-btn-wa:hover {
    border-color: var(--green);
    color: var(--green);
    transform: translateY(-2px);
}

.contact-action-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.contact-action-chips span {
    padding: 6px 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-pill);
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
}

/* Right Contact Cards */
.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-card {
    padding: 24px 20px;
    background: var(--white);
    border-radius: 18px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 10px rgba(5,7,5,0.03);
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(5,7,5,0.08);
    border-color: rgba(18, 196, 91, 0.18);
}

.contact-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(18,196,91,0.08), rgba(255,212,0,0.04));
    border-radius: 10px;
    border: 1px solid rgba(18, 196, 91, 0.06);
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.contact-card-icon svg {
    stroke: var(--green);
}

.contact-card:hover .contact-card-icon {
    background: var(--gradient-brand);
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(18,196,91,0.15);
}

.contact-card:hover .contact-card-icon svg {
    stroke: var(--black);
}

.contact-card h4 {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 4px;
}

.contact-card p {
    font-size: 0.8rem;
    color: var(--gray-600);
    line-height: 1.45;
    margin-bottom: 10px;
}

.cc-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--green-dark);
    text-decoration: none;
    transition: all 0.25s ease;
}

.cc-link svg {
    transition: transform 0.25s ease;
}

.cc-link:hover {
    color: var(--green);
}

.cc-link:hover svg {
    transform: translateX(3px);
}

/* ============================================
   FOOTER - Premium Dark Branded
   ============================================ */
.footer {
    background: linear-gradient(160deg, #050705 0%, #071a0e 50%, #0a1f12 100%);
    color: var(--white);
    padding: 80px 24px 0;
    position: relative;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 20%, rgba(18,196,91,0.05) 0%, transparent 40%),
        radial-gradient(ellipse at 80% 80%, rgba(255,212,0,0.03) 0%, transparent 35%);
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
    margin-bottom: 12px;
}

.footer-logo-img {
    width: 155px;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-tagline {
    background: var(--gradient-brand-h);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.footer-trust-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.footer-trust-chips span {
    padding: 5px 10px;
    background: rgba(18, 196, 91, 0.06);
    border: 1px solid rgba(18, 196, 91, 0.1);
    border-radius: var(--radius-pill);
    font-size: 0.66rem;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.02em;
}

.footer-links h4,
.footer-contact-col h4 {
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--white);
    letter-spacing: -0.01em;
}

.footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-size: 0.82rem;
    margin-bottom: 9px;
    transition: all 0.25s ease;
}

.footer-links a:hover {
    color: var(--green);
    padding-left: 4px;
}

.footer-contact-col p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    margin-bottom: 8px;
    line-height: 1.5;
}

.footer-contact-btns {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.fcb {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--green);
    text-decoration: none;
    transition: all 0.3s ease;
}

.fcb svg {
    stroke: var(--green);
}

.fcb:hover {
    background: var(--gradient-brand);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(18,196,91,0.2);
}

.fcb:hover svg {
    stroke: var(--black);
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.76rem;
}

.footer-bottom-note {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.72rem;
}

.footer-top-btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-top-btn svg {
    stroke: var(--green);
}

.footer-top-btn:hover {
    background: var(--green);
    border-color: var(--green);
    transform: translateY(-2px);
}

.footer-top-btn:hover svg {
    stroke: var(--black);
}

/* ============================================
   ANIMATIONS
   ============================================ */
.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.4s; }

/* ============================================
   RESPONSIVE - 1200px (Laptop)
   ============================================ */
@media (max-width: 1200px) {
    .header-inner {
        padding: 10px 28px;
    }

    .logo {
        width: 210px;
        min-width: 210px;
    }

    .logo-img {
        width: 190px;
        max-height: 52px;
    }

    .nav {
        gap: 20px;
    }

    .nav-link {
        font-size: 0.8rem;
    }

    .hero-headline {
        font-size: clamp(2.6rem, 5.2vw, 4.5rem);
    }

    .hero-content {
        padding: 140px 44px 80px;
    }
}

/* ============================================
   RESPONSIVE - 900px (Tablet Landscape)
   ============================================ */
@media (max-width: 900px) {
    .header {
        width: 100%;
        top: 0;
    }

    .header-inner {
        min-height: 64px;
        padding: 8px 20px;
        border-radius: 0 0 14px 14px;
    }

    .logo {
        width: 165px;
        min-width: 165px;
    }

    .logo-img {
        width: 150px;
        max-height: 46px;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 78%;
        max-width: 300px;
        height: 100vh;
        height: 100dvh;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        flex-direction: column;
        padding: 90px 30px 40px;
        gap: 16px;
        transition: right 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        align-items: flex-start;
        z-index: 10000;
        border-left: 1px solid rgba(5, 134, 47, 0.12);
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
        border-radius: 0;
    }

    .nav.active {
        right: 0;
    }

    .nav-link {
        font-size: 1rem;
        padding: 6px 0;
        color: #18231c;
    }

    .nav-link:hover,
    .nav-link.active {
        color: #05862f;
    }

    .header-cta {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .about-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-left {
        text-align: center;
    }

    .about-left .section-title {
        text-align: center;
    }

    .about-mission {
        text-align: left;
    }

    .about-stats {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .about-cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hiw-timeline {
        grid-template-columns: repeat(3, 1fr);
    }

    .hiw-line {
        display: none;
    }

    .wcu-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .wcu-panel {
        min-height: auto;
    }

    .wcu-cards {
        grid-template-columns: 1fr 1fr;
    }

    .reviews-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .reviews-trust {
        position: static;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 16px;
        text-align: left;
        align-items: center;
    }

    .rt-stars {
        justify-content: flex-start;
    }

    .rt-features {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .reviews-cards {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-cards {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

/* ============================================
   RESPONSIVE - 768px (Tablet Portrait)
   ============================================ */
@media (max-width: 768px) {
    .header {
        width: 100%;
        top: 0;
    }

    .header-inner {
        min-height: 60px;
        padding: 8px 16px;
        border-radius: 0;
    }

    .logo {
        width: 150px;
        min-width: 150px;
    }

    .logo-img {
        width: 140px;
        max-height: 42px;
    }

    .hero-content {
        padding: 110px 22px 80px;
    }

    .hero-text {
        max-width: 100%;
        text-align: center;
    }

    .hero-eyebrow {
        justify-content: center;
        font-size: 0.65rem;
    }

    .hero-headline {
        font-size: clamp(2rem, 8vw, 2.8rem);
        text-align: center;
        letter-spacing: -0.04em;
        margin-bottom: 14px;
    }

    .hero-rotator {
        text-align: center;
        min-height: 44px;
        font-size: 0.92rem;
    }

    .hero-support {
        text-align: center;
        font-size: 0.84rem;
        max-width: 100%;
        margin-bottom: 22px;
    }

    .hero-subtitle {
        max-width: 100%;
        text-align: center;
        font-size: 0.86rem;
        margin-bottom: 22px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 90%;
        margin: 0 auto;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        justify-content: center;
        width: 100%;
        height: 48px;
        font-size: 0.84rem;
        padding: 12px 24px;
    }

    .hero-chips {
        justify-content: center;
        margin-top: 28px;
        gap: 8px;
        padding-bottom: 10px;
    }

    .chip {
        font-size: 0.7rem;
        padding: 7px 12px;
        gap: 5px;
    }

    .chip svg {
        width: 12px;
        height: 12px;
    }

    .hero-overlay {
        background:
            linear-gradient(180deg, rgba(5,7,5,0.7) 0%, rgba(5,7,5,0.55) 30%, rgba(5,7,5,0.5) 55%, rgba(5,7,5,0.85) 100%);
    }

    .section {
        padding: 90px 20px 80px;
        scroll-margin-top: 100px;
    }

    .section-header {
        margin-bottom: 44px;
    }

    .services-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .wcu-cards {
        grid-template-columns: 1fr;
    }

    .product-img-wrap {
        height: 160px;
    }

    .hiw-timeline {
        grid-template-columns: 1fr 1fr;
    }

    .contact-cards {
        grid-template-columns: 1fr 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .order-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .order-map-panel {
        position: static;
    }

    .order-map-wrap {
        height: 260px;
    }

    .order-form-wrap {
        padding: 28px 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .founders-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .founders-img-frame {
        width: 220px;
        height: 260px;
    }

    .founders-chips {
        justify-content: center;
    }
}

/* ============================================
   RESPONSIVE - 480px (Mobile)
   ============================================ */
@media (max-width: 480px) {
    .header {
        width: 100%;
        top: 0;
    }

    .header-inner {
        min-height: 54px;
        padding: 7px 12px;
        border-radius: 0;
    }

    .logo {
        width: 135px;
        min-width: 135px;
    }

    .logo-img {
        width: 125px;
        max-height: 36px;
    }

    .hero-content {
        padding: 100px 16px 70px;
    }

    .hero-headline {
        font-size: 2rem;
        letter-spacing: -0.04em;
        margin-bottom: 12px;
    }

    .hero-rotator {
        min-height: 42px;
        font-size: 0.84rem;
        max-width: 100%;
    }

    .hero-support {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }

    .hero-eyebrow {
        font-size: 0.6rem;
        letter-spacing: 2px;
        margin-bottom: 14px;
    }

    .hero-subtitle {
        font-size: 0.82rem;
        margin-bottom: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 88%;
        margin: 0 auto;
        gap: 9px;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        justify-content: center;
        width: 100%;
        height: 46px;
        font-size: 0.82rem;
        padding: 11px 20px;
    }

    .hero-chips {
        margin-top: 22px;
        gap: 6px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .chip {
        font-size: 0.67rem;
        padding: 6px 10px;
        gap: 4px;
        width: 100%;
        justify-content: center;
    }

    .chip svg {
        width: 11px;
        height: 11px;
    }

    .section {
        padding: 80px 16px 64px;
        scroll-margin-top: 85px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-desc {
        font-size: 0.88rem;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .hiw-timeline {
        grid-template-columns: 1fr;
    }

    .hiw-dot {
        display: none;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .footer-logo-img {
        width: 120px;
    }
}
