/* ============================================================
   MAHALAXMI GROUP — PREMIUM DESIGN SYSTEM
   Heritage Premium aesthetic — navy + gold + ivory
   Used by: /about, /for-contractors, /service-area/*, /price-lists/*
   ============================================================ */

:root {
    /* Brand palette — matches index.html */
    --primary: #1a2744;
    --primary-light: #2a3f6e;
    --primary-deep: #0f1a2e;
    --accent-gold: #c8943e;
    --accent-gold-light: #e0b060;
    --accent-gold-deep: #a87a30;
    --accent-copper: #b87333;
    --ceramics-blue: #1b4d6e;
    --ceramics-light: #2a7ab5;
    --ceramics-accent: #4ecdc4;

    /* Neutrals — warm, editorial */
    --ivory: #faf8f3;
    --cream: #f5f1e8;
    --paper: #f8f6f3;
    --stone: #e9e3d6;
    --hairline: rgba(26, 39, 68, 0.12);
    --hairline-gold: rgba(200, 148, 62, 0.22);

    /* Text */
    --ink: #14181f;
    --ink-soft: #2a2e36;
    --ink-mute: #5a5e66;
    --ink-faint: #9a9da3;
    --on-dark: #f4ede0;
    --on-dark-mute: rgba(244, 237, 224, 0.7);

    /* Type scale */
    --display-hero: clamp(2.6rem, 5.8vw, 5rem);
    --display-1: clamp(2rem, 4vw, 3.5rem);
    --display-2: clamp(1.6rem, 3vw, 2.5rem);
    --display-3: clamp(1.3rem, 2.2vw, 1.8rem);
    --body-lg: clamp(1.05rem, 1.3vw, 1.2rem);
    --body: 1rem;
    --body-sm: 0.92rem;
    --caption: 0.78rem;

    /* Spacing */
    --section-y: clamp(80px, 9vw, 140px);
    --container-w: 1240px;
    --radius-sm: 4px;
    --radius: 12px;
    --radius-lg: 22px;

    /* Motion */
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --duration: 0.5s;

    /* Shadows — layered, not flat */
    --shadow-sm: 0 1px 2px rgba(20, 24, 31, 0.06), 0 1px 4px rgba(20, 24, 31, 0.04);
    --shadow: 0 4px 12px rgba(20, 24, 31, 0.08), 0 12px 32px rgba(20, 24, 31, 0.05);
    --shadow-lg: 0 12px 28px rgba(20, 24, 31, 0.12), 0 24px 56px rgba(20, 24, 31, 0.08);
    --shadow-gold: 0 8px 24px rgba(200, 148, 62, 0.22);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: var(--body);
    line-height: 1.65;
    color: var(--ink);
    background: var(--paper);
    background-image:
        radial-gradient(circle at 20% 0%, rgba(200, 148, 62, 0.04), transparent 40%),
        radial-gradient(circle at 80% 100%, rgba(26, 39, 68, 0.03), transparent 50%);
    background-attachment: fixed;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Subtle paper grain — soft, never noisy */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.5 0 0 0 0 0.45 0 0 0 0 0.35 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color 0.25s var(--ease); }

::selection { background: var(--accent-gold); color: var(--primary-deep); }

/* ===================== TYPOGRAPHY ===================== */

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: var(--primary);
    text-wrap: balance;
}

.display-hero {
    font-size: var(--display-hero);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.04;
}

.display-1 { font-size: var(--display-1); }
.display-2 { font-size: var(--display-2); }
.display-3 { font-size: var(--display-3); }

.eyebrow {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent-gold-deep);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}
.eyebrow::before, .eyebrow::after {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--accent-gold);
}
.eyebrow.solo::after { display: none; }
.eyebrow.solo::before { display: none; }

.lede {
    font-size: var(--body-lg);
    line-height: 1.7;
    color: var(--ink-soft);
    text-wrap: pretty;
    max-width: 60ch;
}

.caption {
    font-family: 'Manrope', sans-serif;
    font-size: var(--caption);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-mute);
}

.serif { font-family: 'Playfair Display', Georgia, serif; }
.gold-text { color: var(--accent-gold-deep); }
.gold-script {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent-gold-deep);
    font-weight: 500;
}

/* ===================== LAYOUT ===================== */

.container {
    width: 100%;
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.section {
    padding: var(--section-y) 0;
    position: relative;
    z-index: 1;
}

.section-dark {
    background: var(--primary);
    color: var(--on-dark);
}
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--on-dark); }
.section-dark .lede { color: var(--on-dark-mute); }
.section-dark .eyebrow { color: var(--accent-gold-light); }

.section-cream {
    background: var(--cream);
}

.divider-gold {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-gold), var(--accent-gold-light));
    margin: 28px 0;
    border-radius: 2px;
}

/* ===================== NAVBAR ===================== */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 18px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(250, 248, 243, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--hairline);
    transition: all 0.4s var(--ease);
}
.navbar.scrolled {
    padding: 12px 32px;
    box-shadow: var(--shadow-sm);
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--primary);
}
.nav-logo-mark {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.5px;
}
.nav-logo-mark span {
    color: var(--accent-gold-deep);
    font-style: italic;
}
.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    align-items: center;
}
.nav-links a {
    color: var(--ink-soft);
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s var(--ease);
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--accent-gold);
    transition: width 0.3s var(--ease-out);
}
.nav-links a:hover { color: var(--primary); }
.nav-links a:hover::after { width: 100%; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
}
.nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--primary);
    transition: 0.3s;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.5px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.35s var(--ease-out);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.btn-gold {
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-deep) 100%);
    color: var(--primary-deep);
    box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(200, 148, 62, 0.35);
}
.btn-outline {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline:hover {
    background: var(--primary);
    color: var(--ivory);
}
.btn-outline-gold {
    background: transparent;
    color: var(--accent-gold-deep);
    border-color: var(--accent-gold);
}
.btn-outline-gold:hover {
    background: var(--accent-gold);
    color: var(--primary-deep);
}
.btn-dark {
    background: var(--primary);
    color: var(--ivory);
}
.btn-dark:hover {
    background: var(--primary-deep);
    transform: translateY(-2px);
}
.btn-whatsapp {
    background: #25d366;
    color: white;
}
.btn-whatsapp:hover {
    background: #1cba59;
    transform: translateY(-2px);
}

.btn-arrow::after {
    content: '→';
    font-size: 1.1em;
    transition: transform 0.3s var(--ease-out);
}
.btn-arrow:hover::after {
    transform: translateX(4px);
}

/* ===================== HERO ===================== */

.hero {
    min-height: 86vh;
    display: flex;
    align-items: center;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}
.hero-dark {
    background: linear-gradient(180deg, var(--primary-deep) 0%, var(--primary) 100%);
    color: var(--on-dark);
}
.hero-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at 70% 30%, rgba(200, 148, 62, 0.15), transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(42, 122, 181, 0.1), transparent 60%);
    pointer-events: none;
}
.hero-cream {
    background: var(--cream);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.hero-content { max-width: 640px; }

.hero-title {
    font-size: var(--display-hero);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 28px;
    color: inherit;
}
.hero-dark .hero-title { color: var(--ivory); }
.hero-title em {
    font-style: italic;
    color: var(--accent-gold-light);
    font-weight: 500;
}

.hero-subtitle {
    font-size: var(--body-lg);
    line-height: 1.65;
    margin-bottom: 40px;
    color: inherit;
    opacity: 0.88;
    max-width: 540px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    gap: 36px;
    margin-top: 56px;
    padding-top: 36px;
    border-top: 1px solid var(--hairline-gold);
}
.hero-dark .hero-trust { border-color: rgba(200, 148, 62, 0.25); }
.trust-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--accent-gold-light);
    line-height: 1;
    margin-bottom: 6px;
}
.trust-stat-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.7;
}

/* Hero visual side */
.hero-visual {
    position: relative;
    aspect-ratio: 5/6;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

/* ===================== CARDS ===================== */

.card {
    background: white;
    border: 1px solid var(--hairline);
    border-radius: var(--radius);
    padding: 36px;
    transition: all 0.4s var(--ease-out);
    position: relative;
    overflow: hidden;
}
.card:hover {
    border-color: var(--accent-gold);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.card-glass {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow);
}
.section-dark .card-glass {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--on-dark);
}
.section-dark .card-glass h3 { color: var(--accent-gold-light); }

.card-feature {
    padding: 44px 36px;
    text-align: left;
}
.card-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--cream);
    border: 1px solid var(--hairline-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-gold-deep);
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
}
.card-feature h3 {
    font-size: 1.35rem;
    margin-bottom: 14px;
}
.card-feature p {
    color: var(--ink-mute);
    line-height: 1.7;
    font-size: 0.97rem;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ===================== STATS BAND ===================== */

.stats-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--hairline-gold);
    border-radius: var(--radius);
    background: white;
    overflow: hidden;
}
.section-dark .stats-band {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(200, 148, 62, 0.2);
}
.stat-cell {
    padding: 36px 28px;
    text-align: center;
    border-right: 1px solid var(--hairline);
}
.section-dark .stat-cell { border-color: rgba(255, 255, 255, 0.1); }
.stat-cell:last-child { border-right: none; }
.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-gold-deep);
    line-height: 1;
    margin-bottom: 10px;
}
.section-dark .stat-num { color: var(--accent-gold-light); }
.stat-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-mute);
}
.section-dark .stat-label { color: var(--on-dark-mute); }

/* ===================== BRAND MARQUEE ===================== */

.marquee {
    overflow: hidden;
    padding: 32px 0;
    background: var(--cream);
    border-top: 1px solid var(--hairline-gold);
    border-bottom: 1px solid var(--hairline-gold);
}
.marquee-track {
    display: flex;
    gap: 56px;
    animation: marquee 40s linear infinite;
    width: max-content;
}
.marquee-item {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 56px;
}
.marquee-item::after {
    content: '◆';
    color: var(--accent-gold);
    font-size: 0.7rem;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ===================== TESTIMONIAL ===================== */

.quote-block {
    border-left: 3px solid var(--accent-gold);
    padding: 8px 0 8px 28px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.55;
    color: var(--primary);
    margin: 32px 0;
}
.quote-cite {
    display: block;
    margin-top: 20px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-mute);
}

/* ===================== TABLES ===================== */

.price-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border: 1px solid var(--hairline);
    border-radius: var(--radius);
    overflow: hidden;
    margin: 32px 0;
}
.price-table th {
    background: var(--primary);
    color: var(--ivory);
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 18px 22px;
    text-align: left;
}
.price-table td {
    padding: 16px 22px;
    border-top: 1px solid var(--hairline);
    color: var(--ink-soft);
}
.price-table tr:hover td { background: var(--cream); }
.price-table tr:first-child td { border-top: none; }

/* ===================== FAQ ===================== */

.faq-item {
    border-bottom: 1px solid var(--hairline);
    padding: 28px 0;
}
.faq-question {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    list-style: none;
    font-weight: 600;
}
.faq-question::marker, .faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
    content: '+';
    color: var(--accent-gold-deep);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s var(--ease);
}
details[open] .faq-question::after { transform: rotate(45deg); }
.faq-answer {
    margin-top: 18px;
    color: var(--ink-soft);
    line-height: 1.75;
}

/* ===================== CTA SECTION ===================== */

.cta-band {
    padding: 80px 60px;
    background: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary) 100%);
    color: var(--on-dark);
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse at 50% 0%, rgba(200, 148, 62, 0.18), transparent 60%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: var(--ivory); margin-bottom: 18px; }
.cta-band p { color: var(--on-dark-mute); max-width: 540px; margin: 0 auto 32px; }

/* ===================== FOOTER ===================== */

.site-footer {
    background: var(--primary-deep);
    color: var(--on-dark-mute);
    padding: 80px 0 32px;
    margin-top: 0;
    position: relative;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 56px;
}
.footer-col h4 {
    color: var(--accent-gold-light);
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 700;
}
.footer-col a {
    display: block;
    color: rgba(244, 237, 224, 0.7);
    margin-bottom: 12px;
    font-size: 0.93rem;
    transition: color 0.25s;
}
.footer-col a:hover { color: var(--accent-gold-light); }
.footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ivory);
    margin-bottom: 14px;
}
.footer-brand-name span { color: var(--accent-gold-light); font-style: italic; }
.footer-tag {
    color: var(--on-dark-mute);
    line-height: 1.65;
    font-size: 0.93rem;
    margin-bottom: 20px;
    max-width: 320px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.85rem;
    color: rgba(244, 237, 224, 0.5);
}

/* ===================== WHATSAPP FLOAT ===================== */

.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    z-index: 90;
    transition: all 0.3s var(--ease);
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}
.whatsapp-float svg { width: 30px; height: 30px; }

/* ===================== BREADCRUMBS ===================== */

.breadcrumbs {
    padding: 110px 0 0;
    background: var(--paper);
}
.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    color: var(--ink-mute);
    list-style: none;
}
.breadcrumb-list li:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
    color: var(--ink-faint);
}
.breadcrumb-list a {
    color: var(--ink-mute);
}
.breadcrumb-list a:hover { color: var(--accent-gold-deep); }

/* ===================== REVEAL ANIMATION ===================== */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { aspect-ratio: 4/3; max-width: 540px; }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .stats-band { grid-template-columns: repeat(2, 1fr); }
    .stat-cell { border-bottom: 1px solid var(--hairline); }
    .stat-cell:nth-child(2) { border-right: none; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}

@media (max-width: 720px) {
    .navbar { padding: 14px 20px; }
    .navbar.scrolled { padding: 10px 20px; }
    .container { padding: 0 22px; }
    .nav-toggle { display: flex; }
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 78%;
        height: 100vh;
        background: var(--primary);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 28px;
        padding: 80px 30px;
        transition: right 0.4s var(--ease-out);
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
    }
    .nav-links.open { right: 0; }
    .nav-links a { color: var(--ivory); font-size: 1rem; }
    .hero { min-height: auto; padding: 110px 0 80px; }
    .hero-trust { gap: 24px; flex-wrap: wrap; }
    .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
    .stats-band { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .cta-band { padding: 56px 28px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { justify-content: center; }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    .marquee-track { animation: none; }
}
