/* ========================================
   AGENCIA MAITE MEDIA - STYLES v6.2
   Dual Theme System: Dark (Red+Black) / Light (Gold+White)
   Corrected contrast with dedicated dark-surface tokens
   ======================================== */

/* ========================================
   TOKENS FOR CONTENT ON DARK SURFACES
   Independent of theme - always use light values
   Used in: solve, process, clients, faq, cta-final, footer
   ======================================== */

:root {
    /* Text on dark backgrounds - ALWAYS LIGHT */
    --on-dark-primary: #F5F5F5;
    --on-dark-secondary: #B8B8B8;
    --on-dark-tertiary: #909090;
    --on-dark-muted: #707070;
    
    /* Text on light backgrounds - ALWAYS DARK */
    --on-light-primary: #1A1A1A;
    --on-light-secondary: #4A4A4A;
    --on-light-tertiary: #707070;
    --on-light-muted: #909090;
    
    /* Borders on dark vs light surfaces */
    --on-dark-border: rgba(255, 255, 255, 0.12);
    --on-dark-border-hover: rgba(255, 255, 255, 0.25);
    --on-light-border: #E5E5E5;
    --on-light-border-hover: #D0D0D0;
    
    /* Card/element backgrounds on dark surfaces */
    --on-dark-card: rgba(255, 255, 255, 0.04);
    --on-dark-card-hover: rgba(255, 255, 255, 0.08);
    
    /* Button tokens for dark surfaces */
    --btn-on-dark-text: #FFFFFF;
    --btn-on-dark-border: rgba(255, 255, 255, 0.25);
    --btn-on-dark-hover-bg: var(--accent);
    --btn-on-dark-hover-border: var(--accent);
    --btn-on-dark-hover-text: #FFFFFF;
}

/* ========================================
   CSS CUSTOM PROPERTIES - THEME SYSTEM
   ======================================== */

/* Light Mode Variables (Gold + White) - Default */
:root,
[data-theme="light"] {
    /* Primary Accent - Gold Maite Media */
    --accent: #E8B84A;
    --accent-dark: #D4A43D;
    --accent-light: #F0C86A;
    --accent-glow: rgba(232, 184, 74, 0.25);
    --accent-subtle: rgba(232, 184, 74, 0.12);
    
    /* Backgrounds - Light Mode */
    --bg-primary: #FFFFFF;
    --bg-secondary: #F5F5F5;
    --bg-tertiary: #EEEEEE;
    --bg-card: #FFFFFF;
    --bg-card-hover: #FAFAFA;
    --bg-elevated: #FFFFFF;
    
    /* Text - Light Mode - WCAG AA Compliant */
    --text-primary: #1A1A1A;
    --text-secondary: #4A4A4A;
    --text-tertiary: #707070;
    --text-muted: #909090;
    --text-inverse: #FFFFFF;
    
    /* Borders - Light Mode */
    --border: #E5E5E5;
    --border-light: #EEEEEE;
    --border-dark: #D0D0D0;
    
    /* Shadows - Light Mode */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.15);
    --shadow-glow: 0 0 30px rgba(232, 184, 74, 0.3);
    
    /* Hero specific */
    --hero-gradient: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    --hero-glow: radial-gradient(ellipse at 30% 0%, rgba(232, 184, 74, 0.1) 0%, transparent 50%);
    
    /* Section backgrounds */
    --section-dark-bg: #1A1A1A;
    --section-dark-secondary: #0D0D0D;
    
    /* Status colors */
    --success: #4CAF50;
    --error: #E53935;
    
    /* Floating button */
    --float-btn-bg: #1A1A1A;
    --float-btn-icon: #FFFFFF;
}

/* Dark Mode Variables (Red + Black) - Maite Media Identity */
[data-theme="dark"] {
    /* Primary Accent - Red Maite Media */
    --accent: #DC3545;
    --accent-dark: #C82333;
    --accent-light: #E94D5B;
    --accent-glow: rgba(220, 53, 69, 0.3);
    --accent-subtle: rgba(220, 53, 69, 0.15);
    
    /* Backgrounds - Dark Mode */
    --bg-primary: #0A0A0A;
    --bg-secondary: #111111;
    --bg-tertiary: #1A1A1A;
    --bg-card: #141414;
    --bg-card-hover: #1A1A1A;
    --bg-elevated: #1E1E1E;
    
    /* Text - Dark Mode - WCAG AA Compliant */
    --text-primary: #F5F5F5;
    --text-secondary: #B8B8B8;
    --text-tertiary: #888888;
    --text-muted: #666666;
    --text-inverse: #0A0A0A;
    
    /* Borders - Dark Mode */
    --border: #2A2A2A;
    --border-light: #222222;
    --border-dark: #3A3A3A;
    
    /* Shadows - Dark Mode */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.6);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.7);
    --shadow-glow: 0 0 30px rgba(220, 53, 69, 0.35);
    
    /* Hero specific */
    --hero-gradient: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    --hero-glow: radial-gradient(ellipse at 20% 0%, rgba(220, 53, 69, 0.12) 0%, transparent 50%);
    
    /* Section backgrounds */
    --section-dark-bg: #0A0A0A;
    --section-dark-secondary: #050505;
    
    /* Floating button */
    --float-btn-bg: #F5F5F5;
    --float-btn-icon: #1A1A1A;
}

/* ========================================
   BASE STYLES
   ======================================== */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2') format('woff2');
}


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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-gutter: stable both-edges;
    overflow-y: scroll;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    transition: background-color 0.15s ease, color 0.15s ease;
}

body.menu-open {
    overflow: hidden;
}

img, svg {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
    border-radius: 8px;
}


ul, ol {
    list-style: none;
}

main[tabindex="-1"]:focus {
    outline: none;
}

/* Skip Link for Accessibility */
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--accent);
    color: white;
    padding: 0.75rem 1.5rem;
    z-index: 10000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid var(--accent-dark);
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

/* ========================================
   FLOATING THEME SWITCHER - PREMIUM BUBBLE
   ======================================== */

.theme-fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    display: flex;
    align-items: center;
}

.theme-fab__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--float-btn-bg);
    border-radius: 50%;
    box-shadow: var(--shadow-lg);
    color: var(--float-btn-icon);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.theme-fab__btn:hover {
    transform: scale(1.08);
    box-shadow: var(--shadow-xl);
}

.theme-fab__btn:active {
    transform: scale(0.95);
}

.theme-fab__btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.theme-fab__btn--sun {
    display: none;
}

.theme-fab__btn--moon {
    display: flex;
}

/* Light mode active */
[data-theme="light"] .theme-fab__btn--sun {
    display: flex;
}

[data-theme="light"] .theme-fab__btn--moon {
    display: none;
}

/* Tooltip on hover */
.theme-fab__tooltip {
    position: absolute;
    right: 60px;
    background: var(--bg-card);
    color: var(--text-primary);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.2s ease;
}

.theme-fab:hover .theme-fab__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ========================================
   WHATSAPP FLOATING BUTTON
   ======================================== */

.whatsapp-fab {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    animation: none;
}

.whatsapp-fab:active {
    transform: scale(0.95);
}

.whatsapp-fab svg {
    width: 28px;
    height: 28px;
}

/* Tooltip */
.whatsapp-fab__tooltip {
    position: absolute;
    left: 68px;
    background: #1a1a1a;
    color: white;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.25s ease;
}

.whatsapp-fab:hover .whatsapp-fab__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Pulse animation */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile responsive */
@media (max-width: 640px) {
    .whatsapp-fab {
        bottom: 1.5rem;
        left: 1.5rem;
        width: 52px;
        height: 52px;
    }
    
    .whatsapp-fab svg {
        width: 26px;
        height: 26px;
    }
    
    .whatsapp-fab__tooltip {
        display: none;
    }
}

/* ========================================
   HEADER
   ======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: var(--bg-primary);
    background: color-mix(in srgb, var(--bg-primary) 92%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    z-index: 1000;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.header.scrolled {
    box-shadow: var(--shadow-md);
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .header__container {
        padding: 0 1.5rem;
    }
}

.header__logo {
    display: flex;
    align-items: center;
    z-index: 1001;
}

.header__logo img {
    height: 56px;
    width: auto;
    aspect-ratio: 3 / 1;
}

.header__logo-text {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -0.01em;
    transition: color 0.25s ease;
}

.header__logo-text strong {
    color: var(--accent);
}

.header__nav {
    display: none;
}

@media (min-width: 1024px) {
    .header__nav {
        display: block;
    }
}

.header__nav-list {
    display: flex;
    gap: 2rem;
}

.header__nav-link {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    transition: color 0.15s ease;
    position: relative;
    padding: 0.25rem 0;
}

.header__nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.25s ease;
}

.header__nav-link:hover,
.header__nav-link.active {
    color: var(--text-primary);
}

.header__nav-link:hover::after,
.header__nav-link.active::after {
    width: 100%;
}

.header__cta {
    display: none;
}

@media (min-width: 1024px) {
    .header__cta {
        display: inline-flex;
    }
}

.header__menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    z-index: 1001;
    background: transparent;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.header__menu-btn:hover {
    background: var(--bg-secondary);
}

@media (min-width: 1024px) {
    .header__menu-btn {
        display: none;
    }
}

.header__menu-btn span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: var(--text-primary);
    transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
    border-radius: 2px;
}

.header__menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header__menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.header__menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu__nav {
    text-align: center;
    width: 100%;
    padding: 1rem;
}

.mobile-menu__nav ul {
    margin-bottom: 2rem;
}

.mobile-menu__nav li {
    margin-bottom: 0.5rem;
}

.mobile-menu__nav a {
    display: block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-secondary);
    transition: color 0.15s ease;
    padding: 0.875rem 1rem;
    border-radius: 8px;
}

.mobile-menu__nav a:hover {
    color: var(--accent);
    background: var(--bg-secondary);
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    transition: all 0.25s ease;
    white-space: nowrap;
    cursor: pointer;
}

.btn--primary {
    background: var(--accent);
    color: var(--text-inverse);
    border: none;
}

.btn--primary:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

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

.btn--secondary:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.btn--outline {
    background: transparent;
    color: var(--accent);
    border: 2px solid var(--accent);
}

.btn--outline:hover {
    background: var(--accent);
    color: var(--text-inverse);
}

.btn--light {
    color: var(--btn-on-dark-text);
    border: 2px solid var(--btn-on-dark-border);
    background: transparent;
}

.btn--light:hover {
    background: var(--btn-on-dark-hover-bg);
    border-color: var(--btn-on-dark-hover-border);
    color: var(--btn-on-dark-hover-text);
}

.btn--large {
    padding: 1rem 2rem;
    font-size: 0.9375rem;
}

.btn--full {
    width: 100%;
}

/* ========================================
   SECTION HEADERS
   ======================================== */

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 4rem;
}

.section-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent);
    background: var(--accent-subtle);
    border: 1px solid var(--accent);
    border-radius: 4px;
    margin-bottom: 1rem;
}

/* Badge for dark sections - uses light text on dark bg */
.section-badge--light {
    color: var(--on-dark-primary);
    background: transparent;
    border-color: var(--on-dark-border);
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.section-subtitle {
    font-size: 1.0625rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   HERO - PREMIUM REDESIGN v6
   Strategic, business-focused, premium
   ======================================== */

.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: calc(72px + 3rem) 0 4rem;
    overflow: hidden;
    background: var(--bg-primary);
}

/* Hero Background with Red Glow */
.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero__bg-glow {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 80%;
    height: 140%;
    background: radial-gradient(ellipse at center, var(--accent-glow) 0%, transparent 60%);
    filter: blur(80px);
    opacity: 0.6;
}

.hero__bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 50% 0%, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 0%, black 0%, transparent 70%);
}

/* Hero Container - 2 Column Layout */
.hero__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .hero__container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}

/* ========================================
   HERO CONTENT - LEFT SIDE
   ======================================== */

.hero__content {
    text-align: center;
}

@media (min-width: 1024px) {
    .hero__content {
        text-align: left;
    }
}

/* Eyebrow */
.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent);
    margin-bottom: 1.75rem;
    padding: 0.625rem 1.25rem;
    background: var(--accent-subtle);
    border: 1px solid var(--accent);
    opacity: 0.85;
    border-radius: 100px;
}

.hero__eyebrow-dot {
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

/* Title */
.hero__title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    letter-spacing: -0.035em;
}

.hero__title-accent {
    color: var(--accent);
    position: relative;
}

.hero__title-accent::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), transparent);
    opacity: 0.4;
}

/* Subtitle */
.hero__subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.75;
    margin-bottom: 2.25rem;
    max-width: 540px;
}

@media (min-width: 1024px) {
    .hero__subtitle {
        margin-left: 0;
        margin-right: auto;
    }
}

/* CTAs */
.hero__ctas {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media (min-width: 480px) {
    .hero__ctas {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .hero__ctas {
        justify-content: flex-start;
    }
}

.hero__ctas .btn {
    padding: 1rem 2rem;
}

.hero__ctas .btn svg {
    flex-shrink: 0;
}

/* ========================================
   HERO BENEFITS - 4 CARDS GRID
   ======================================== */

.hero__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .hero__benefits {
        gap: 1.25rem;
    }
}

.hero__benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    transition: all 0.25s ease;
}

.hero__benefit:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hero__benefit-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-subtle);
    border-radius: 8px;
    color: var(--accent);
}

.hero__benefit-content {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.hero__benefit-title {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
}

.hero__benefit-text {
    font-size: 0.6875rem;
    color: var(--text-tertiary);
    line-height: 1.4;
}

/* ========================================
   HERO VISUAL - RIGHT SIDE
   Premium Showcase Composition
   ======================================== */

.hero__visual {
    display: none;
}

@media (min-width: 1024px) {
    .hero__visual {
        display: block;
    }
}

.hero__showcase {
    position: relative;
    height: 480px;
}

/* Main Laptop */
.hero__laptop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    z-index: 2;
}

.hero__laptop-screen {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    box-shadow: 
        0 0 0 1px rgba(255,255,255,0.05),
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 80px rgba(220, 53, 69, 0.1);
}

.hero__laptop-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 12px 16px;
    background: var(--bg-tertiary);
    border-bottom: 1px solid var(--border);
}

.hero__laptop-dots {
    display: flex;
    gap: 6px;
}

.hero__laptop-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border);
}

.hero__laptop-dots span:nth-child(1) { background: #FF5F57; }
.hero__laptop-dots span:nth-child(2) { background: #FFBD2E; }
.hero__laptop-dots span:nth-child(3) { background: #28CA42; }

.hero__laptop-url {
    flex: 1;
    height: 22px;
    background: var(--bg-primary);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    color: var(--text-muted);
    font-family: 'Montserrat', monospace;
}

.hero__laptop-content {
    padding: 1.25rem;
}

.hero__laptop-hero {
    height: 70px;
    background: linear-gradient(135deg, var(--bg-tertiary) 0%, var(--accent-subtle) 100%);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.hero__laptop-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0.75rem;
}

.hero__laptop-card {
    height: 45px;
    background: var(--bg-tertiary);
    border-radius: 6px;
}

.hero__laptop-card--accent {
    background: linear-gradient(135deg, var(--accent-subtle) 0%, var(--bg-tertiary) 100%);
    border: 1px solid rgba(220, 53, 69, 0.2);
}

.hero__laptop-base {
    height: 12px;
    background: linear-gradient(to bottom, var(--bg-card), var(--bg-tertiary));
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}

.hero__laptop-base::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4px;
    background: var(--bg-secondary);
    border-radius: 4px 4px 0 0;
}

/* Floating Metric Cards */
.hero__metric-card {
    position: absolute;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    z-index: 3;
    animation: float-card 4s ease-in-out infinite;
}

.hero__metric-card--1 {
    top: 5%;
    right: -5%;
    animation-delay: 0s;
}

.hero__metric-card--2 {
    bottom: 20%;
    left: -8%;
    animation-delay: 1.5s;
}

@keyframes float-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero__metric-card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.hero__metric-card-dot {
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
}

.hero__metric-card-dot--green {
    background: #4CAF50;
}

.hero__metric-card-label {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-tertiary);
}

.hero__metric-card-value {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.375rem;
}

.hero__metric-card-trend {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.625rem;
    color: #4CAF50;
    font-weight: 600;
}

/* Floating CTA Preview */
.hero__cta-preview {
    position: absolute;
    bottom: 8%;
    right: 5%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.875rem 1.25rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    z-index: 4;
    animation: float-card 5s ease-in-out infinite;
    animation-delay: 0.8s;
}

.hero__cta-preview-bar {
    width: 60%;
    height: 6px;
    background: var(--bg-tertiary);
    border-radius: 3px;
    margin-bottom: 0.625rem;
}

.hero__cta-preview-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--accent);
    border-radius: 6px;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.hero__cta-preview-btn span {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
}

/* Showcase Glow */
.hero__showcase-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(ellipse at center, var(--accent-glow) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    opacity: 0.5;
}

/* Scroll Indicator */
.hero__scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-muted);
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

/* ========================================
   CREDIBILITY
   ======================================== */

.credibility {
    padding: 6rem 0;
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.credibility__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .credibility__grid {
        grid-template-columns: 1.3fr 0.7fr;
    }
}

.credibility__title {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.credibility__text {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.credibility__text:last-child {
    margin-bottom: 0;
}

.credibility__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.credibility__stat {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.credibility__stat:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-md);
}

.credibility__stat-number {
    display: block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.credibility__stat-label {
    font-size: 0.6875rem;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* ========================================
   SERVICES
   ======================================== */

.services {
    padding: 6rem 0;
    background: var(--bg-primary);
}

.services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-card:hover {
    border-color: var(--border);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: var(--accent-subtle);
    border: 1px solid var(--accent);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: var(--accent);
}

.service-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.service-card__description {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-card__list {
    margin-bottom: 1.5rem;
}

.service-card__list li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.service-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 5px;
    height: 5px;
    background: var(--accent);
    border-radius: 50%;
}

.service-card__cta {
    display: inline-block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent);
    transition: color 0.15s ease;
}

.service-card__cta:hover {
    color: var(--accent-dark);
}

/* ========================================
   SOLVE - Dark Section (uses --on-dark-* tokens)
   ======================================== */

.solve {
    padding: 6rem 0;
    background: var(--section-dark-bg);
}

.solve__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.solve__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--on-dark-primary);
    margin-bottom: 1rem;
}

.solve__subtitle {
    font-size: 1.0625rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
}

.solve__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .solve__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .solve__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.solve__card {
    background: var(--on-dark-card);
    border: 1px solid var(--on-dark-border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.25s ease;
}

.solve__card:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    background: var(--on-dark-card-hover);
}

.solve__card-number {
    display: inline-block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.solve__card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--on-dark-primary);
    line-height: 1.4;
}

.solve__card-text {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
}

.solve__card--cta {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    border-color: var(--accent);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solve__card-cta-content {
    text-align: center;
}

@media (min-width: 768px) {
    .solve__card-cta-content {
        text-align: left;
    }
}

.solve__card-cta-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--on-dark-primary);
    margin-bottom: 0.5rem;
}

.solve__card-cta-text {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.solve__card--cta .btn--primary {
    background: var(--on-dark-primary);
    color: var(--accent);
}

.solve__card--cta .btn--primary:hover {
    background: var(--on-dark-secondary);
}

/* ========================================
   PROJECTS
   ======================================== */

.projects {
    padding: 6rem 0;
    background: var(--bg-secondary);
}

.projects__showcase {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.project-featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .project-featured {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 0;
    }
}

.project-featured__visual {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-tertiary);
}

@media (min-width: 1024px) {
    .project-featured__visual {
        padding: 3rem;
    }
}

.project-featured__visual--image {
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
}

.project-featured__visual--image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--shadow-xl);
}

.project-featured__mockup {
    position: relative;
    width: 100%;
    max-width: 380px;
}

.project-featured__browser {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.project-featured__browser-bar {
    padding: 10px 14px;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.project-featured__browser-dots {
    display: flex;
    gap: 5px;
}

.project-featured__browser-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
}

.project-featured__browser-dots span:nth-child(1) { background: #FF5F57; }
.project-featured__browser-dots span:nth-child(2) { background: #FFBD2E; }
.project-featured__browser-dots span:nth-child(3) { background: #28CA42; }

.project-featured__screen {
    padding: 1.5rem;
}

.project-featured__header {
    height: 35px;
    background: var(--bg-secondary);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.project-featured__hero {
    height: 90px;
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--accent-subtle) 100%);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.project-featured__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.project-featured__grid > div {
    height: 45px;
    background: var(--bg-secondary);
    border-radius: 4px;
}

.project-featured__grid > div:nth-child(2) {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--accent-subtle) 100%);
}

.project-featured__decoration {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
    filter: blur(30px);
    z-index: -1;
}

.project-featured__info {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1024px) {
    .project-featured__info {
        padding: 3rem;
    }
}

.project-featured__category {
    display: inline-block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent);
    margin-bottom: 1rem;
}

.project-featured__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.project-featured__description {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.project-featured__results {
    display: flex;
    gap: 2rem;
}

.project-featured__result {
    display: flex;
    flex-direction: column;
}

.project-featured__result-value {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
}

.project-featured__result-label {
    font-size: 0.625rem;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem;
    font-weight: 600;
}

.projects__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .projects__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.project-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.project-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.project-card__visual {
    background: var(--bg-tertiary);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-card__mockup {
    width: 100%;
    max-width: 180px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.project-card__browser {
    padding: 8px 10px;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.project-card__browser-dots {
    display: flex;
    gap: 4px;
}

.project-card__browser-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--border);
}

.project-card__content {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.project-card__block {
    height: 28px;
    background: var(--bg-tertiary);
    border-radius: 2px;
}

.project-card__block--accent {
    background: linear-gradient(135deg, var(--bg-tertiary) 0%, var(--accent-subtle) 100%);
}

.project-card__info {
    padding: 1.5rem;
}

.project-card__category {
    display: inline-block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.5625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.project-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.project-card__description {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Video Card */
.project-card--video .project-card__video-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.project-card__video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.project-card__video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card--video:hover .project-card__video-thumb img {
    transform: scale(1.05);
}

.project-card__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.project-card__play-btn svg {
    margin-left: 4px;
}

.project-card--video:hover .project-card__play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--accent-dark);
}

/* Photo Card */
.project-card__visual--photo {
    background: var(--bg-tertiary);
    padding: 0;
    min-height: 160px;
}

.project-card__visual--photo img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.projects__cta {
    text-align: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--border);
}

.projects__cta-text {
    font-size: 0.9375rem;
    color: var(--text-tertiary);
    max-width: 500px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

/* ========================================
   PROCESS - Dark Section (uses --on-dark-* tokens)
   ======================================== */

.process {
    padding: 6rem 0;
    background: var(--section-dark-bg);
}

.process__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.process__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--on-dark-primary);
    margin-bottom: 1rem;
}

.process__subtitle {
    font-size: 1.0625rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
}

.process__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .process__steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .process__steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .process__steps {
        grid-template-columns: repeat(4, 1fr);
    }
}

.process__step {
    position: relative;
    padding: 1.5rem;
    background: var(--on-dark-card);
    border: 1px solid var(--on-dark-border);
    border-radius: 16px;
    transition: all 0.25s ease;
}

.process__step:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    background: var(--on-dark-card-hover);
}

.process__step-number {
    display: inline-block;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.process__step-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--on-dark-primary);
}

.process__step-text {
    font-size: 0.875rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
}

/* ========================================
   DIFFERENTIALS
   ======================================== */

.differentials {
    padding: 6rem 0;
    background: var(--bg-primary);
}

.differentials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .differentials__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .differentials__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.differential-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.25s ease;
}

.differential-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.differential-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--accent-subtle);
    border: 1px solid var(--accent);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: var(--accent);
}

.differential-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.differential-card__text {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ========================================
   CLIENTS - Dark Section (uses --on-dark-* tokens)
   ======================================== */

.clients {
    padding: 6rem 0;
    background: var(--section-dark-bg);
}

.clients__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.clients__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--on-dark-primary);
    margin-bottom: 1rem;
}

.clients__subtitle {
    font-size: 1.0625rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
}

.clients__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 540px) {
    .clients__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .clients__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.client-card {
    background: var(--on-dark-card);
    border: 1px solid var(--on-dark-border);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.25s ease;
}

.client-card:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    background: var(--on-dark-card-hover);
}

.client-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--accent);
}

.client-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--on-dark-primary);
}

.client-card__text {
    font-size: 0.875rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
}

/* ========================================
   TESTIMONIALS
   ======================================== */

.testimonials {
    padding: 6rem 0;
    background: var(--bg-secondary);
}

.testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .testimonials__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.25s ease;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-md);
}

.testimonial-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 1.5rem;
    color: var(--accent);
}

.testimonial-card__text {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-card__author {
    font-size: 0.9375rem;
    font-weight: 600;
    font-style: normal;
    color: var(--text-primary);
}

.testimonial-card__company {
    font-size: 0.8125rem;
    color: var(--text-tertiary);
}

/* ========================================
   FAQ - Dark Section (uses --on-dark-* tokens)
   ======================================== */

.faq {
    padding: 6rem 0;
    background: var(--section-dark-bg);
}

.faq__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
}

.faq__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--on-dark-primary);
    margin-bottom: 1rem;
}

.faq__list {
    max-width: 800px;
    margin: 0 auto;
}

.faq__item {
    background: var(--on-dark-card);
    border: 1px solid var(--on-dark-border);
    border-radius: 12px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    transition: all 0.25s ease;
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__item:hover {
    border-color: var(--on-dark-border-hover);
}

.faq__item[open] {
    border-color: var(--accent);
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--on-dark-primary);
    text-align: left;
    cursor: pointer;
    list-style: none;
    transition: color 0.15s ease;
    gap: 1rem;
}

.faq__question::-webkit-details-marker {
    display: none;
}

.faq__question::after {
    content: '+';
    font-size: 1.25rem;
    color: var(--accent);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq__item[open] .faq__question::after {
    transform: rotate(45deg);
}

.faq__question:hover {
    color: var(--accent);
}

.faq__answer {
    padding: 0 1.5rem 1.5rem;
}

.faq__answer p {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
    line-height: 1.8;
}

/* ========================================
   FINAL CTA - Dark Section (uses --on-dark-* tokens)
   ======================================== */

.cta-final {
    padding: 6rem 0;
    background: linear-gradient(180deg, var(--section-dark-bg) 0%, var(--section-dark-secondary) 100%);
    border-top: 1px solid var(--on-dark-border);
    position: relative;
    overflow: hidden;
}

.cta-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 60%);
    filter: blur(80px);
}

.cta-final__content {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.cta-final__title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--on-dark-primary);
}

.cta-final__text {
    font-size: 1.0625rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.cta-final__ctas {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 480px) {
    .cta-final__ctas {
        flex-direction: row;
        justify-content: center;
    }
}

.cta-final__contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

@media (min-width: 640px) {
    .cta-final__contact {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
    }
}

.cta-final__contact a {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
    transition: color 0.15s ease;
}

.cta-final__contact a:hover {
    color: var(--accent);
}

/* ========================================
   FOOTER (uses --on-dark-* tokens)
   ======================================== */

.footer {
    padding: 4rem 0 2rem;
    background: var(--section-dark-secondary);
    border-top: 1px solid var(--on-dark-border);
}

.footer__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--on-dark-border);
}

@media (min-width: 1024px) {
    .footer__top {
        grid-template-columns: 1.3fr 1.7fr;
        gap: 4rem;
    }
}

.footer__brand {
    max-width: 320px;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer__logo img {
    height: 48px;
    width: auto;
    aspect-ratio: 3 / 1;
}

.footer__logo-text {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--on-dark-primary);
}

.footer__logo-text strong {
    color: var(--accent);
}

.footer__tagline {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer__social {
    display: flex;
    gap: 0.5rem;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--on-dark-card);
    border: 1px solid var(--on-dark-border);
    border-radius: 8px;
    color: var(--on-dark-secondary);
    transition: color 0.15s ease;
}

.footer__social a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--on-dark-primary);
}

.footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (min-width: 768px) {
    .footer__nav {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer__nav-title {
    font-family: 'Montserrat', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--on-dark-primary);
    margin-bottom: 1rem;
}

.footer__nav ul li {
    margin-bottom: 0.5rem;
}

.footer__nav a {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
    transition: color 0.15s ease;
}

.footer__nav a:hover {
    color: var(--accent);
}

.footer__nav ul li:last-child {
    font-size: 0.9375rem;
    color: var(--on-dark-secondary);
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.footer__bottom-left p {
    font-size: 0.8125rem;
    color: var(--on-dark-muted);
    margin-bottom: 0.25rem;
}

.footer__bottom-left p:last-child {
    margin-bottom: 0;
}

.footer__bottom-right {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

.footer__bottom-right a {
    color: var(--accent);
    transition: color 0.15s ease;
}

.footer__bottom-right a:hover {
    color: var(--accent-light);
}

/* ========================================
   ANIMATIONS
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    html {
        scroll-behavior: auto;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   UTILITY
   ======================================== */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive */
@media (max-width: 639px) {
    .header {
        height: 64px;
    }
    
    .hero {
        min-height: auto;
        padding-top: calc(64px + 2rem);
        padding-bottom: 2rem;
        overflow: hidden;
    }
    
    .hero__scroll {
        display: none;
    }
    
    .theme-fab {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    /* Ensure all cards are fully visible and have proper margin-bottom */
    .service-card,
    .solve__card,
    .process__step,
    .differential-card,
    .client-card,
    .project-card,
    .testimonial-card {
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 0;
    }
    
    /* Ensure grids have proper padding at bottom to show last card */
    .services__grid,
    .solve__grid,
    .process__steps,
    .differentials__grid,
    .clients__grid,
    .projects__grid,
    .testimonials__grid {
        padding-bottom: 0.5rem;
    }
    
    /* Prevent text overflow in cards */
    .service-card__description,
    .solve__card-text,
    .process__step-text,
    .differential-card__text,
    .client-card__text {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

/* ========================================
   MOBILE OPTIMIZATION (max-width: 768px)
   Priority: legibility, breathing room, hierarchy
   ======================================== */

@media (max-width: 768px) {
    /* Sections - reduce vertical padding for mobile */
    .credibility,
    .services,
    .solve,
    .projects,
    .process,
    .differentials,
    .clients,
    .testimonials,
    .faq,
    .cta-final {
        padding: 4rem 0;
    }
    
    /* Section headers - tighter spacing */
    .section-header {
        margin-bottom: 2.5rem;
    }
    
    .section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }
    
    .section-subtitle {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    
    /* HERO - Mobile Optimization */
    .hero {
        padding: calc(64px + 1.5rem) 0 3rem;
    }
    
    .hero__content {
        padding: 0 0.5rem;
    }
    
    .hero__eyebrow {
        font-size: 0.625rem;
        padding: 0.5rem 0.875rem;
        margin-bottom: 1rem;
    }
    
    .hero__title {
        font-size: clamp(1.625rem, 7vw, 2.125rem);
        margin-bottom: 0.875rem;
        line-height: 1.1;
    }
    
    .hero__subtitle {
        font-size: 0.9375rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .hero__ctas {
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
        align-items: stretch;
    }
    
    .hero__ctas .btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.8125rem;
        justify-content: center;
    }
    
    .hero__ctas .btn svg {
        display: none;
    }
    
    /* Hero benefits - reduce padding and gaps */
    .hero__benefits {
        gap: 0.625rem;
    }
    
    .hero__benefit {
        padding: 0.625rem;
        gap: 0.5rem;
        border-radius: 8px;
    }
    
    .hero__benefit-icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }
    
    .hero__benefit-icon svg {
        width: 14px;
        height: 14px;
    }
    
    .hero__benefit-title {
        font-size: 0.6875rem;
        font-weight: 600;
    }
    
    .hero__benefit-text {
        font-size: 0.5625rem;
        display: none;
    }
    
    /* CREDIBILITY - Mobile */
    .credibility__grid {
        gap: 2rem;
    }
    
    .credibility__title {
        font-size: clamp(1.25rem, 4vw, 1.5rem);
        margin-bottom: 1rem;
    }
    
    .credibility__text {
        font-size: 0.9375rem;
        line-height: 1.7;
    }
    
    .credibility__stats {
        gap: 0.75rem;
    }
    
    .credibility__stat {
        padding: 1.25rem 0.75rem;
    }
    
    .credibility__stat-number {
        font-size: 1.5rem;
    }
    
    /* SERVICES - Mobile */
    .services__grid {
        gap: 1rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .service-card__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 1rem;
    }
    
    .service-card__icon svg {
        width: 24px;
        height: 24px;
    }
    
    .service-card__title {
        font-size: 1rem;
    }
    
    .service-card__description {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
    
    .service-card__list {
        margin-bottom: 1rem;
    }
    
    .service-card__list li {
        font-size: 0.8125rem;
        margin-bottom: 0.375rem;
    }
    
    /* SOLVE - Mobile */
    .solve__header {
        margin-bottom: 2.5rem;
    }
    
    .solve__title {
        font-size: clamp(1.25rem, 4vw, 1.5rem);
        margin-bottom: 0.75rem;
    }
    
    .solve__subtitle {
        font-size: 0.9375rem;
    }
    
    .solve__grid {
        gap: 1rem;
    }
    
    .solve__card {
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .solve__card-number {
        margin-bottom: 0.75rem;
    }
    
    .solve__card-title {
        font-size: 0.9375rem;
    }
    
    .solve__card-text {
        font-size: 0.875rem;
        line-height: 1.6;
    }
    
    .solve__card-cta-content {
        padding: 0.5rem 0;
    }
    
    .solve__card-cta-title {
        font-size: 1rem;
    }
    
    .solve__card-cta-text {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }
    
    /* PROJECTS - Mobile */
    .projects__showcase {
        gap: 1.5rem;
    }
    
    .project-featured {
        gap: 1.5rem;
    }
    
    .project-featured__visual {
        padding: 1.5rem;
    }
    
    .project-featured__info {
        padding: 1.5rem;
    }
    
    .project-featured__title {
        font-size: 1.25rem;
    }
    
    .project-featured__description {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }
    
    .project-featured__results {
        gap: 1.5rem;
    }
    
    .project-featured__result-value {
        font-size: 1.25rem;
    }
    
    .projects__grid {
        gap: 1rem;
    }
    
    .project-card__info {
        padding: 1.25rem;
    }
    
    .project-card__title {
        font-size: 0.9375rem;
    }
    
    .project-card__description {
        font-size: 0.8125rem;
    }
    
    .projects__cta {
        margin-top: 3rem;
        padding-top: 3rem;
    }
    
    /* PROCESS - Mobile */
    .process__header {
        margin-bottom: 2.5rem;
    }
    
    .process__title {
        font-size: clamp(1.25rem, 4vw, 1.5rem);
        margin-bottom: 0.75rem;
    }
    
    .process__subtitle {
        font-size: 0.9375rem;
    }
    
    .process__steps {
        gap: 0.75rem;
    }
    
    .process__step {
        padding: 1.25rem;
    }
    
    .process__step-number {
        margin-bottom: 0.75rem;
    }
    
    .process__step-title {
        font-size: 0.9375rem;
    }
    
    .process__step-text {
        font-size: 0.8125rem;
        line-height: 1.6;
    }
    
    /* DIFFERENTIALS - Mobile */
    .differentials__grid {
        gap: 1rem;
    }
    
    .differential-card {
        padding: 1.5rem;
    }
    
    .differential-card__icon {
        width: 44px;
        height: 44px;
        margin-bottom: 1rem;
    }
    
    .differential-card__icon svg {
        width: 22px;
        height: 22px;
    }
    
    .differential-card__title {
        font-size: 0.9375rem;
    }
    
    .differential-card__text {
        font-size: 0.875rem;
    }
    
    /* CLIENTS - Mobile */
    .clients__header {
        margin-bottom: 2.5rem;
    }
    
    .clients__title {
        font-size: clamp(1.25rem, 4vw, 1.5rem);
        margin-bottom: 0.75rem;
    }
    
    .clients__subtitle {
        font-size: 0.9375rem;
    }
    
    .clients__grid {
        gap: 0.75rem;
    }
    
    .client-card {
        padding: 1.5rem;
    }
    
    .client-card__icon {
        margin-bottom: 1rem;
    }
    
    .client-card__icon svg {
        width: 32px;
        height: 32px;
    }
    
    .client-card__title {
        font-size: 0.875rem;
    }
    
    .client-card__text {
        font-size: 0.8125rem;
        line-height: 1.6;
    }
    
    /* TESTIMONIALS - Mobile */
    .testimonials__grid {
        gap: 1rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonial-card__stars {
        margin-bottom: 1rem;
    }
    
    .testimonial-card__text {
        font-size: 0.875rem;
        line-height: 1.7;
        margin-bottom: 1rem;
    }
    
    .testimonial-card__author {
        font-size: 0.875rem;
    }
    
    .testimonial-card__company {
        font-size: 0.75rem;
    }
    
    /* FAQ - Mobile */
    .faq__header {
        margin-bottom: 2.5rem;
    }
    
    .faq__title {
        font-size: clamp(1.25rem, 4vw, 1.5rem);
    }
    
    .faq__question {
        padding: 1.25rem;
        font-size: 0.875rem;
    }
    
    .faq__answer {
        padding: 0 1.25rem 1.25rem;
    }
    
    .faq__answer p {
        font-size: 0.875rem;
    }
    
    /* CTA FINAL - Mobile */
    .cta-final {
        padding: 4rem 0;
    }
    
    .cta-final::before {
        width: 100%;
        height: 300px;
    }
    
    .cta-final__title {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
        margin-bottom: 0.75rem;
    }
    
    .cta-final__text {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-final__ctas {
        margin-bottom: 1.25rem;
    }
    
    /* FOOTER - Mobile */
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer__top {
        gap: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    
    .footer__social {
        justify-content: center;
    }
    
    .footer__bottom {
        gap: 0.75rem;
    }
}

/* ========================================
   EXTRA SMALL MOBILE (max-width: 480px)
   Further compact adjustments
   ======================================== */

@media (max-width: 480px) {
    /* Sections - even tighter */
    .credibility,
    .services,
    .solve,
    .projects,
    .process,
    .differentials,
    .clients,
    .testimonials,
    .faq,
    .cta-final {
        padding: 3rem 0;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    /* Header - more compact */
    .header__logo-text {
        font-size: 0.875rem;
    }
    
    /* Hero - single column stack */
    .hero {
        padding: calc(64px + 1rem) 0 2rem;
    }
    
    .hero__title {
        font-size: clamp(1.375rem, 8vw, 1.625rem);
    }
    
    .hero__subtitle {
        font-size: 0.8125rem;
        line-height: 1.55;
    }
    
    .hero__ctas {
        gap: 0.625rem;
        margin-bottom: 1.25rem;
    }
    
    .hero__ctas .btn {
        padding: 0.75rem 1rem;
        font-size: 0.75rem;
    }
    
    /* Hero benefits - single column on very small screens */
    .hero__benefits {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .hero__benefit {
        flex-direction: row;
        align-items: center;
        padding: 0.5rem;
    }
    
    .hero__benefit-content {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }
    
    .hero__benefit-text {
        display: none;
    }
    
    .hero__benefit-title {
        font-size: 0.6875rem;
    }
    
    /* Credibility stats - smaller */
    .credibility__stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    
    .credibility__stat {
        padding: 1rem 0.5rem;
    }
    
    .credibility__stat-number {
        font-size: 1.25rem;
    }
    
    .credibility__stat-label {
        font-size: 0.5625rem;
    }
    
    /* Service cards - tighter */
    .service-card {
        padding: 1.25rem;
    }
    
    .service-card__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.75rem;
    }
    
    .service-card__list {
        display: none;
    }
    
    .service-card__description {
        margin-bottom: 0;
    }
    
    /* Solve cards - tighter */
    .solve__card {
        padding: 1.25rem;
    }
    
    /* Process - 2 columns instead of 1 on small tablets */
    .process__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* Clients - 1 column on small screens */
    .clients__grid {
        grid-template-columns: 1fr;
    }
    
    /* Project results - stack on mobile */
    .project-featured__results {
        flex-direction: column;
        gap: 1rem;
    }
    
    /* Mobile menu - full screen adjustments */
    .mobile-menu__nav {
        padding: 0.5rem;
    }
    
    .mobile-menu__nav a {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    
    .mobile-menu__nav .btn {
        margin-top: 1rem;
        padding: 0.75rem 1.5rem;
        font-size: 0.8125rem;
    }
}

/* ========================================
   TINY MOBILE (max-width: 360px)
   Ultra-compact for small devices
   ======================================== */

@media (max-width: 360px) {
    .header__logo-text {
        font-size: 0.75rem;
    }
    
    .hero {
        padding: calc(60px + 0.75rem) 0 1.5rem;
    }
    
    .hero__eyebrow {
        font-size: 0.5625rem;
        padding: 0.375rem 0.75rem;
    }
    
    .hero__title {
        font-size: clamp(1.25rem, 9vw, 1.5rem);
        margin-bottom: 0.75rem;
    }
    
    .hero__subtitle {
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
    }
    
    .hero__ctas .btn {
        padding: 0.625rem 0.875rem;
        font-size: 0.6875rem;
    }
    
    .hero__benefits {
        gap: 0.375rem;
    }
    
    .hero__benefit-icon {
        width: 24px;
        height: 24px;
    }
    
    .hero__benefit-title {
        font-size: 0.625rem;
    }
    
    /* Sections - very compact */
    .credibility,
    .services,
    .solve,
    .projects,
    .process,
    .differentials,
    .clients,
    .testimonials,
    .faq,
    .cta-final {
        padding: 2.5rem 0;
    }
    
    .section-badge {
        font-size: 0.5625rem;
        padding: 0.375rem 0.75rem;
    }
    
    .section-title {
        font-size: clamp(1.125rem, 5vw, 1.375rem);
    }
    
    .section-subtitle {
        font-size: 0.8125rem;
    }
}

/* Deferred sections - reduce initial rendering cost */
.section-lazy {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.section-lazy--visible {
    content-visibility: visible;
}


/* Legal pages */
.legal-page {
    padding: 7rem 0 4rem;
}

.legal-page__intro {
    max-width: 48rem;
    margin-bottom: 2rem;
}

.legal-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.875rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--bg-secondary);
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 600;
}

.legal-page__title {
    margin-bottom: 1rem;
}

.legal-page__subtitle {
    max-width: 48rem;
    color: var(--text-secondary);
}

.legal-content {
    display: grid;
    gap: 1rem;
}

.legal-card {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    background: var(--bg-card);
    box-shadow: var(--shadow-md);
}

.legal-card h2,
.legal-card h3 {
    margin-bottom: 0.875rem;
}

.legal-card p,
.legal-card li {
    color: var(--text-secondary);
}

.legal-card ul {
    margin: 0;
    padding-left: 1.125rem;
    list-style: disc;
    list-style-position: outside;
}

.legal-card ol {
    margin: 0;
    padding-left: 1.125rem;
    list-style: decimal;
    list-style-position: outside;
}

.legal-card li + li,
.legal-card p + p {
    margin-top: 0.75rem;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    justify-content: flex-end;
    margin-top: 0.75rem;
}

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

.footer__legal a:hover,
.footer__legal a:focus-visible {
    color: var(--text-primary);
}

/* Consent banner */
.consent-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1200;
    display: grid;
    gap: 1rem;
    max-width: 72rem;
    margin: 0 auto;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    background: rgba(12, 18, 29, 0.96);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.consent-banner[hidden] {
    display: none;
}

.consent-banner__title {
    margin: 0 0 0.375rem;
    color: #ffffff;
    font-weight: 700;
}

.consent-banner__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.consent-banner__text a {
    color: #ffffff;
    text-decoration: underline;
}

.consent-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.consent-banner__btn {
    min-width: 9rem;
}

@media (min-width: 768px) {
    .consent-banner {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 1.125rem 1.25rem;
    }
}

@media (max-width: 767px) {
    .footer__legal {
        justify-content: flex-start;
    }
}
