:root {
    --hube-navy: #1a365d;
    --hube-green: #198754;
    --hube-forest: #0f5132;
    --hube-cream: #f2fcf2;
    --hube-white: #ffffff;
    --text-muted: #6c757d;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    color: var(--hube-navy);
    background: linear-gradient(180deg, var(--hube-cream) 0%, var(--hube-white) 100%);
    line-height: 1.6;
}

a {
    color: var(--hube-green);
}

a:hover {
    color: var(--hube-forest);
}

section {
    padding: 4rem 0;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90vh;
    padding: 5rem 8vw;
    background: radial-gradient(circle at top left, rgba(25, 135, 84, 0.2), transparent 45%),
                linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    color: white;
    overflow: hidden;
}

.hero-logo {
    position: absolute;
    right: 6vw;
    top: 50%;
    transform: translateY(-50%);
    width: min(520px, 34vw);
    max-width: 520px;
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    z-index: 0;
    pointer-events: none;
}

.hero-content {
    position: relative;
    max-width: 760px;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    margin: 1.5rem 0 1rem;
    line-height: 1.15;
    font-weight: 700;
}

.hero p.lead {
    font-size: 1.25rem;
    max-width: 640px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.85);
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.btn {
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-primary {
    background: var(--hube-green);
    color: white;
    box-shadow: 0 12px 30px rgba(25, 135, 84, 0.35);
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
}

.btn:hover {
    transform: translateY(-2px);
}

.contact-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
    border-radius: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    backdrop-filter: blur(10px);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.timeline-section {
    padding: 5rem 8vw;
}

.section-heading {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    position: relative;
}

.timeline-card {
    position: relative;
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 25px 60px rgba(26, 54, 93, 0.08);
    border: 1px solid rgba(26, 54, 93, 0.08);
    overflow: hidden;
}

.timeline-card::before {
    content: attr(data-phase);
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: var(--hube-green);
}

.timeline-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.timeline-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-card li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-muted);
}

.timeline-card li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: var(--hube-green);
    font-size: 1.4rem;
    line-height: 1;
}

.media-section {
    background: white;
    padding: 5rem 8vw;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.video-card {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 81, 50, 0.18);
    background: #000;
    position: relative;
}

.video-card video {
    width: 100%;
    display: block;
}

.video-meta {
    padding: 1.5rem;
    background: white;
}

.video-meta h4 {
    margin: 0 0 0.5rem;
}

.video-fallback {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    font-weight: 600;
    color: var(--hube-green);
}

.gallery {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    align-items: flex-start;
}

.gallery .gallery-card {
    flex: 1 1 280px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.gallery .gallery-card--narrow {
    flex: 0 1 220px;
    max-width: 220px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease;
    object-fit: contain;
    background: white;
    padding: 0.5rem;
}

.gallery .caption {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.gallery img:hover {
    transform: translateY(-5px);
}

.pdf-frame {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(26, 54, 93, 0.15);
}

.pdf-frame embed {
    width: 100%;
    height: 480px;
    border: none;
}

.cta-banner {
    background: linear-gradient(120deg, var(--hube-green), var(--hube-forest));
    color: white;
    border-radius: 1.5rem;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 35px 70px rgba(25, 135, 84, 0.3);
}

.cta-banner h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
}

.carousel-section {
    padding: 5rem 8vw;
    background: var(--hube-cream);
}

.swiper {
    width: 100%;
    padding-bottom: 3rem;
}

.swiper-slide {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(26, 54, 93, 0.15);
}

.swiper video {
    display: block;
    width: 100%;
}

.swiper .video-meta {
    background: white;
}

footer {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted);
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

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

/* Savings Section */
.savings-section {
    padding: 6rem 2rem;
    background-color: #fff;
}

.savings-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.savings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 4rem;
}

.savings-card {
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.savings-card:hover {
    transform: translateY(-5px);
}

.problem-card {
    background: #fff1f0; /* Light red tint */
    border-left: 5px solid #dc3545;
}

.solution-card {
    background: #f0fdf4; /* Light green tint */
    border-left: 5px solid var(--hube-green);
}

.savings-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--hube-navy);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.feature-list li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: currentColor;
    font-weight: bold;
}

.problem-card .feature-list li::before { color: #dc3545; }
.solution-card .feature-list li::before { color: var(--hube-green); }

/* Chart Container */
.chart-container {
    max-width: 900px;
    margin: 0 auto 5rem;
    padding: 3rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 60px rgba(26, 54, 93, 0.08);
    text-align: center;
}

.chart-subtitle {
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.canvas-wrapper {
    position: relative;
    height: 500px; /* Increased height for better visual impact */
    width: 100%;
}

/* Legend removed as it is integrated into the chart */
.chart-legend {
    display: none;
}

.legend-item {
    display: none;
}

.dot {
    display: none;
}

.dot.standard { background: #6c757d; }
.dot.hube { background: var(--hube-green); }

/* Why HuBe */
.why-hube {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, var(--hube-navy) 0%, #2c5282 100%);
    color: #fff;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(26, 54, 93, 0.2);
}

.why-hube h3 {
    color: #fff;
    margin-bottom: 1rem;
}

.why-hube p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.how-hube-section {
    padding: 6rem 2rem;
    background: var(--hube-cream);
}

.how-hube-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.how-hube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
    margin-top: 3rem;
}

.how-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(26, 54, 93, 0.08);
    border: 1px solid rgba(26, 54, 93, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.how-card h3 {
    margin: 0;
    font-size: 1.35rem;
    color: var(--hube-navy);
}

.how-card .tagline {
    margin: 0;
    font-weight: 600;
    color: var(--hube-green);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.onboarding-link {
    text-align: center;
    margin-top: 2rem;
    font-weight: 600;
    color: var(--hube-navy);
}

.onboarding-link a {
    color: var(--hube-green);
    text-decoration: none;
}

.onboarding-link a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hero {
        padding: 3rem 1.5rem 4rem;
        min-height: auto;
    }

    .hero-logo {
        position: static;
        transform: none;
        margin: 2rem auto 0;
        width: 260px;
        pointer-events: none;
    }

    .cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-card {
        flex-direction: column;
    }

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

    .cta-banner {
        flex-direction: column;
        text-align: center;
    }

    .gallery {
        justify-content: center;
    }

    .savings-grid {
        grid-template-columns: 1fr;
    }
    
    .chart-container {
        padding: 1.5rem;
    }
    
    .canvas-wrapper {
        height: 300px;
    }
}

/* ========================================
   NEW NAVIGATION MENU
   ======================================== */
.main-nav {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nav-links {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

.main-nav.menu-open .nav-links {
    display: flex;
}

.main-nav a {
    text-decoration: none;
    color: var(--hube-navy);
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.main-nav a:hover {
    color: var(--hube-green);
}

/* Menu Toggle Button - Now visible on all devices */
.mobile-menu-toggle {
    display: block;
    background: var(--hube-green);
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mobile-menu-toggle:hover {
    background: var(--hube-forest);
    transform: scale(1.05);
}

/* ========================================
   FULL-SCREEN VIDEO HERO
   ======================================== */
.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-logo-center {
    max-width: 400px;
    width: 60%;
    margin-bottom: 4rem;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

.hero-tagline {
    position: absolute;
    bottom: 4rem;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: white;
    letter-spacing: 0.15em;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

/* ========================================
   THE EPIC PROBLEM SECTION
   ======================================== */
.epic-problem-section {
    position: relative;
    padding: 6rem 2rem;
    background: #fff;
    overflow: hidden;
}

.epic-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    position: relative;
    z-index: 1;
}

.problem-visual {
    position: absolute;
    right: 0;
    top: 20%;
    width: 40%;
    height: 60%;
    opacity: 0.15;
    z-index: 0;
}

.problem-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem 0 0 2rem;
}

.comparison-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: 1100px;
    margin: 3rem auto 0;
}

.comparison-card {
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.comparison-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.reactive-card {
    background: linear-gradient(135deg, #fff1f0, #ffffff);
    border: 2px solid #dc3545;
}

.reactive-card::before {
    background: linear-gradient(90deg, #dc3545, #c82333);
}

.proactive-card {
    background: linear-gradient(135deg, #f0fdf4, #ffffff);
    border: 2px solid var(--hube-green);
}

.proactive-card::before {
    background: linear-gradient(90deg, var(--hube-green), var(--hube-forest));
}

.comparison-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

.comparison-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--hube-navy);
}

/* ========================================
   CASCADING IMPACT SECTION
   ======================================== */
.cascading-impact-section {
    padding: 6rem 2rem;
    background: var(--hube-cream);
}

.cascading-impact-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Savings Graph Image */
.savings-graph-container {
    max-width: 900px;
    margin: 3rem auto 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.savings-graph-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    margin: 0 auto;
}

.savings-graph-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.impact-cascade {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 2rem auto 4rem;
    counter-reset: impact-counter;
}

.impact-cascade li {
    position: relative;
    padding: 1.25rem 1.5rem 1.25rem 4rem;
    margin-bottom: 1rem;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    counter-increment: impact-counter;
    transition: transform 0.2s ease;
}

.impact-cascade li::before {
    content: counter(impact-counter);
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: var(--hube-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.impact-cascade li:hover {
    transform: translateX(8px);
}

/* Results Section */
.results-section {
    margin-top: 4rem;
}

.results-title {
    text-align: center;
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 3rem;
    color: var(--hube-navy);
}

.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.result-card {
    display: flex;
    gap: 2rem;
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.result-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.result-image {
    flex: 0 0 45%;
    overflow: hidden;
}

.result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.result-card:hover .result-image img {
    transform: scale(1.05);
}

.result-content {
    flex: 1;
    padding: 2.5rem 2rem 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result-card h4 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    color: var(--hube-navy);
}

.result-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.result-card li {
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.6;
}

.result-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--hube-green);
    font-weight: 700;
    font-size: 1.4rem;
}

/* ========================================
   MEET THE TEAM SECTION
   ======================================== */
.team-section {
    padding: 6rem 2rem;
    background: white;
}

.team-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    margin: 3rem auto 0;
}

.team-member {
    background: var(--hube-cream);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 15px 40px rgba(26, 54, 93, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(26, 54, 93, 0.15);
}

.member-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--hube-green);
    box-shadow: 0 10px 30px rgba(25, 135, 84, 0.25);
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h3 {
    font-size: 1.5rem;
    color: var(--hube-navy);
    margin-bottom: 0.5rem;
}

.member-title {
    font-size: 1.1rem;
    color: var(--hube-green);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.member-bio {
    text-align: left;
    color: var(--hube-navy);
    line-height: 1.7;
}

.member-bio p {
    margin-bottom: 1rem;
}

.bio-expandable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.bio-expandable.expanded {
    max-height: 1000px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.6rem 1.5rem;
    background: var(--hube-green);
    color: white;
    border: none;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.read-more-btn:hover {
    background: var(--hube-forest);
    transform: translateY(-2px);
}

.read-more-btn.expanded::after {
    content: ' Less';
}

.read-more-btn:not(.expanded)::after {
    content: '';
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */
@media (max-width: 768px) {
    .main-nav {
        top: 1rem;
        right: 1rem;
    }

    .video-hero {
        height: 60vh;
    }

    .hero-logo-center {
        width: 80%;
        max-width: 280px;
        margin-bottom: 2rem;
    }

    .hero-tagline {
        font-size: 1.75rem;
        bottom: 2rem;
    }
    
    /* Hide hero logo on mobile devices */
    .hero .hero-logo {
        display: none;
    }
    
    /* Make hero content full width on mobile */
    .hero {
        grid-template-columns: 1fr;
    }

    .comparison-grid,
    .results-grid {
        grid-template-columns: 1fr;
    }

    .problem-visual {
        display: none;
    }

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

    .result-card {
        flex-direction: column;
    }

    .result-image {
        flex: 0 0 200px;
    }

    .result-content {
        padding: 2rem;
    }
}
