/* Extracted styles from templates/core/home.html (migrated to app static) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary-color: #2D3748;
    --primary-hover: #1A202C;
    --primary-light: #718096;
    --secondary-color: #4A5568;
    --accent-color: #E53E3E;
    --accent-light: #FC8181;
    --success-color: #38A169;
    --chrome-silver: #E2E8F0;
    --soap-white: #FFFFFF;
    --water-blue: #3182CE;
    /* True black for primary text on homepage */
    --text-primary: #000000;
    --text-secondary: #5F6368;
    --text-tertiary: #80868B;
    --text-white: #FFFFFF;
    --text-white-secondary: rgba(255, 255, 255, 0.87);
    --bg-primary: #F7FAFC;
    --bg-secondary: #EDF2F7;
    --surface: rgba(255, 255, 255, 0.95);
    --surface-elevated: rgba(255, 255, 255, 0.98);
    --surface-glass: rgba(255, 255, 255, 0.15);
    --gradient-primary: linear-gradient(135deg, #2D3748 0%, #4A5568 100%);
    --gradient-accent: linear-gradient(135deg, #E53E3E 0%, #FC8181 100%);
    --gradient-neutral: linear-gradient(135deg, #718096 0%, #E2E8F0 100%);
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 48px;
    --spacing-xxxl: 64px;
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-xxl: 24px;
    --radius-round: 50%;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
    --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease-apple: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
    --shadow-glow: 0 0 20px rgba(0, 122, 255, 0.3);
    --font-family: "Geist", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Helvetica Neue", Arial, sans-serif;
    --font-weight-light: 200;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --blur-sm: 16px;
    --blur-md: 24px;
    --blur-lg: 32px;
    --blur-xl: 40px;
}

.main-content.no-padding-home { padding: 0 !important; }
.main-content:has(.autopure-home-page) { padding: 0 !important; }

.autopure-home-page {
    min-height: calc(100vh - 60px);
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #F7FAFC 0%, #EDF2F7 25%, #E2E8F0 50%, #CBD5E0 75%, #A0AEC0 100%);
    font-family: var(--font-family);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow-x: hidden;
    /* Scroll snapping for full-page section feel */
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: contain;
    /* Ensure default text uses the matte black */
    color: var(--text-primary);
        /* Smooth scroll between snap sections on this page only */
        scroll-behavior: smooth;
}

.home-animated-background { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.floating-shape { position: absolute; border-radius: var(--radius-round); opacity: 0.1; animation: float 20s infinite ease-in-out; }
.shape-1 { width:300px; height:300px; top:10%; left:-10%; background: radial-gradient(circle, var(--water-blue), var(--primary-color)); animation-delay:0s; }
.shape-2 { width:200px; height:200px; top:60%; right:-5%; background: linear-gradient(45deg, var(--secondary-color), var(--chrome-silver)); animation-delay:5s; }
.shape-3 { width:150px; height:150px; top:30%; right:20%; background: radial-gradient(ellipse, var(--accent-color), var(--accent-light)); animation-delay:10s; }
.shape-4 { width:250px; height:250px; bottom:20%; left:10%; background: linear-gradient(135deg, var(--chrome-silver), var(--soap-white)); animation-delay:15s; }
.shape-5 { width:100px; height:100px; top:80%; left:60%; background: radial-gradient(circle, var(--primary-light), var(--water-blue)); animation-delay:8s; }
.shape-6 { width:180px; height:180px; top:45%; left:30%; background: linear-gradient(45deg, var(--accent-light), var(--chrome-silver)); animation-delay:12s; }
@keyframes float { 0%,100%{transform:translateY(0) rotate(0) scale(1)} 25%{transform:translateY(-30px) rotate(5deg) scale(1.1)} 50%{transform:translateY(-60px) rotate(-5deg) scale(.9)} 75%{transform:translateY(-30px) rotate(3deg) scale(1.05)} }

.mesh-gradient { position:absolute; inset:0; background: radial-gradient(circle at 20% 30%, rgba(45,55,72,.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(74,85,104,.1) 0%, transparent 50%), radial-gradient(circle at 40% 70%, rgba(229,62,62,.08) 0%, transparent 50%); animation: meshShift 15s ease-in-out infinite; }
@keyframes meshShift { 0%,100%{opacity:.3} 50%{opacity:.6} }
.aurora-effect { position:absolute; top:-50%; left:-50%; width:200%; height:200%; background: linear-gradient(45deg, transparent 30%, rgba(45,55,72,.05) 50%, transparent 70%); animation: auroraRotate 30s linear infinite; }
@keyframes auroraRotate { 0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }

.car-wash-bubbles { position:absolute; inset:0; overflow:hidden; }
.bubble { position:absolute; background: radial-gradient(circle, rgba(255,255,255,.8) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,.1) 100%); border-radius:50%; animation: bubbleFloat 12s infinite ease-in-out; }
.bubble:nth-child(1){ width:20px; height:20px; left:10%; animation-delay:0s }
.bubble:nth-child(2){ width:15px; height:15px; left:20%; animation-delay:2s }
.bubble:nth-child(3){ width:25px; height:25px; left:80%; animation-delay:4s }
.bubble:nth-child(4){ width:12px; height:12px; left:70%; animation-delay:6s }
.bubble:nth-child(5){ width:18px; height:18px; left:50%; animation-delay:8s }
.bubble:nth-child(6){ width:22px; height:22px; left:30%; animation-delay:10s }
@keyframes bubbleFloat { 0%{bottom:-50px; opacity:0; transform:translateX(0)} 10%{opacity:1} 90%{opacity:1} 100%{bottom:100vh; opacity:0; transform:translateX(100px)} }

.home-hero { background: var(--gradient-primary); color: var(--text-white); padding: var(--spacing-xxxl) var(--spacing-lg); text-align:center; position:relative; overflow:hidden; min-height:70vh; display:flex; align-items:center; justify-content:center; }
.snap-section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Improve viewport unit behavior on mobile browsers that support small viewport units */
@supports (height: 100svh) {
    .snap-section { min-height: 100svh; }
}

@media (max-height: 700px){
    .snap-section { min-height: 90vh; }
}
.home-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 20% 30%, rgba(255,255,255,.25) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(30,136,229,.15) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(38,166,154,.1) 0%, transparent 60%); pointer-events:none; }
.hero-content { max-width:900px; margin:0 auto; position:relative; z-index:2; }
.logo-container { position:relative; display:inline-block; margin-bottom: var(--spacing-xl); }
.logo-glow { position:absolute; top:-20px; left:-20px; right:-20px; bottom:-20px; background: radial-gradient(circle, rgba(255,255,255,.3) 0%, transparent 70%); border-radius: var(--radius-round); animation: logoGlow 3s ease-in-out infinite; }
@keyframes logoGlow { 0%,100%{opacity:.3; transform:scale(1)} 50%{opacity:.6; transform:scale(1.1)} }
.premium-logo { width:150px; height:auto; filter: drop-shadow(0 8px 32px rgba(0,0,0,.3)); transition: all .3s var(--ease-apple); position:relative; z-index:2; }
.premium-logo:hover { transform: scale(1.05); filter: drop-shadow(0 12px 48px rgba(0,0,0,.4)); }
.logo-sparkles { position:absolute; inset:0; }
.sparkle { position:absolute; width:4px; height:4px; background: radial-gradient(circle, var(--soap-white), transparent); border-radius:50%; animation: sparkleShine 3s infinite ease-in-out; }
.sparkle:nth-child(1){ top:15%; left:25%; animation-delay:0s }
.sparkle:nth-child(2){ top:75%; right:20%; animation-delay:1s }
.sparkle:nth-child(3){ top:45%; left:70%; animation-delay:2s }
.sparkle:nth-child(4){ bottom:25%; left:30%; animation-delay:.5s }
@keyframes sparkleShine { 0%,100%{opacity:0; transform:scale(1)} 50%{opacity:1; transform:scale(1.5)} }
.hero-title { font-size: clamp(2.75rem, 7vw, 4.5rem); font-weight: 800; margin: var(--spacing-lg) 0; line-height:1.05; letter-spacing: -0.02em; }
.text-gradient { background: linear-gradient(135deg, var(--text-white) 0%, var(--chrome-silver) 25%, var(--accent-light) 50%, var(--text-white) 75%, var(--soap-white) 100%); background-size:400% 400%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; animation: gradientShift 4s ease-in-out infinite; }
@keyframes gradientShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.hero-subtitle { font-size: clamp(1.1rem, 2.6vw, 1.5rem); font-weight: 300; color: var(--text-white-secondary); margin-bottom: var(--spacing-xxl); }
.typing-animation { border-right: 2px solid var(--text-white); animation: typing 2.5s steps(40, end), blink-cursor .75s step-end infinite; white-space: nowrap; overflow: hidden; display:inline-block; }
@keyframes typing { from{ width:0 } to{ width:100% } }
@keyframes blink-cursor { from,to{ border-color: transparent } 50%{ border-color: var(--text-white) } }
.hero-car-silhouette { position:absolute; bottom:10%; right:5%; width:200px; height:80px; background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.05)); border-radius: 40px 40px 15px 15px; opacity:.3; animation: carFloat 8s ease-in-out infinite; }
.hero-car-silhouette::before { content:''; position:absolute; bottom:-15px; left:20px; width:30px; height:30px; background: rgba(255,255,255,.2); border-radius:50%; box-shadow: 130px 0 0 rgba(255,255,255,.2); }
@keyframes carFloat { 0%,100%{ transform: translateY(0) translateX(0) } 50%{ transform: translateY(-10px) translateX(10px) } }

/* Scroll hint */
.scroll-hint { position:absolute; bottom:24px; left:50%; transform:translateX(-50%); color: var(--text-white); opacity: .85; text-decoration:none; display:flex; flex-direction:column; align-items:center; gap:6px; transition: opacity .3s var(--ease-apple); }
.scroll-hint { bottom: calc(16px + env(safe-area-inset-bottom, 0)); }
.scroll-hint:hover { opacity:1; }
.scroll-hint-text { font-size:.9rem; color: var(--text-white-secondary); }
.scroll-hint .chevron { width:24px; height:24px; color: var(--text-white); animation: chevronBounce 1.6s infinite var(--ease-apple); }
.scroll-hint .chevron + .chevron { animation-delay: .25s; }
@keyframes chevronBounce { 0%{ transform: translateY(0); opacity:.8 } 50%{ transform: translateY(6px); opacity:1 } 100%{ transform: translateY(0); opacity:.8 } }

@media (prefers-reduced-motion: reduce){
    .scroll-hint .chevron { animation: none; }
}

.section-container { max-width:1200px; margin:0 auto; padding: var(--spacing-xxxl) var(--spacing-lg); }
.section-header { text-align:center; margin-bottom: var(--spacing-xxxl); }
.section-header h2 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: var(--font-weight-bold); color: var(--text-primary); margin-bottom: var(--spacing-md); }
.header-line { width:80px; height:4px; background: var(--gradient-accent); margin:0 auto; border-radius:2px; }

.story-section-premium { background: rgba(255,255,255,.02); backdrop-filter: blur(20px); }
.story-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: var(--spacing-xl); }
.story-card { background: var(--surface-glass); backdrop-filter: blur(var(--blur-lg)); border:1px solid rgba(255,255,255,.1); border-radius: var(--radius-xl); padding: var(--spacing-xl); position:relative; overflow:hidden; transition: all .4s var(--ease-apple); }
.story-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: rgba(255,255,255,.2); }
.card-glow { position:absolute; top:-50%; left:-50%; width:200%; height:200%; background: radial-gradient(circle, rgba(30,136,229,.1) 0%, transparent 70%); opacity:0; transition: opacity .4s var(--ease-apple); }
.story-card:hover .card-glow { opacity:1; }
.story-icon { width:60px; height:60px; background: var(--soap-white); border: 1px solid rgba(0,0,0,0.08); border-radius: var(--radius-md); display:flex; align-items:center; justify-content:center; font-size:1.5rem; color: var(--text-primary); margin-bottom: var(--spacing-lg); box-shadow: var(--shadow-md); }
.story-text { color: var(--text-primary); font-size:1.1rem; line-height:1.7; margin-bottom: var(--spacing-md); }
.story-highlight { background: linear-gradient(135deg, rgba(229,62,62,.1), rgba(252,129,129,.1)); border-left:4px solid var(--accent-color); padding: var(--spacing-lg); border-radius: var(--radius-md); font-style: italic; color: var(--text-primary); font-weight: var(--font-weight-medium); margin: var(--spacing-lg) 0; }
.story-action { margin-top: var(--spacing-lg); text-align:center; }

.values-section-premium { background: rgba(0,0,0,.1); }
.values-grid-premium { display:grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--spacing-xl); }
.value-card-premium { background: var(--surface-glass); backdrop-filter: blur(var(--blur-lg)); border:1px solid rgba(255,255,255,.1); border-radius: var(--radius-xl); padding: var(--spacing-xl); text-align:center; position:relative; overflow:hidden; transition: all .4s var(--ease-apple); cursor:pointer; }
.value-card-premium:hover { transform: translateY(-12px) scale(1.02); box-shadow: var(--shadow-xl); border-color: rgba(255,255,255,.3); }
.value-bg { position:absolute; inset:0; background: linear-gradient(135deg, rgba(45,55,72,.05) 0%, rgba(74,85,104,.05) 50%, rgba(229,62,62,.05) 100%); opacity:0; transition: opacity .4s var(--ease-apple); }
.value-card-premium:hover .value-bg { opacity: 1; }
.value-icon-container { position:relative; display:inline-block; margin-bottom: var(--spacing-lg); }
.icon-ring { position:absolute; border:2px solid rgba(255,255,255,.2); border-radius: var(--radius-round); animation: ringPulse 3s ease-in-out infinite; top:50%; left:50%; transform: translate(-50%, -50%); margin:0; padding:0; }
.ring-1 { width:80px; height:80px; animation-delay:0s }
.ring-2 { width:100px; height:100px; animation-delay:1s }
@keyframes ringPulse { 0%{ transform: translate(-50%, -50%) scale(.8); opacity:0 } 50%{ transform: translate(-50%, -50%) scale(1); opacity:1 } 100%{ transform: translate(-50%, -50%) scale(1.2); opacity:0 } }
.value-icon { font-size:3rem; width:60px; height:60px; display:flex; align-items:center; justify-content:center; position:relative; z-index:2; margin:0; padding:0; }
.value-icon svg { width: 40px; height: 40px; stroke: var(--text-primary); stroke-width: 2.2; fill: none; }
.value-card-premium h3 { color: var(--text-primary); font-size:1.5rem; font-weight: var(--font-weight-semibold); margin-bottom: var(--spacing-md); }
.value-card-premium p { color: var(--text-primary); font-size:1rem; line-height:1.6; }
.card-shimmer { position:absolute; top:0; left:-100%; width:100%; height:100%; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.1) 50%, transparent 100%); transition: left .6s var(--ease-apple); }
.value-card-premium:hover .card-shimmer { left:100%; }

.cta-section-premium { background: linear-gradient(135deg, rgba(45,55,72,.1) 0%, rgba(74,85,104,.1) 50%, rgba(229,62,62,.1) 100%); text-align:center; }
.cta-content h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: var(--font-weight-bold); color: var(--text-primary); margin-bottom: var(--spacing-lg); }
.cta-content p { font-size:1.25rem; color: var(--text-primary); margin-bottom: var(--spacing-xxl); max-width:600px; margin-left:auto; margin-right:auto; }
.cta-buttons { display:flex; gap: var(--spacing-lg); justify-content:center; flex-wrap: wrap; }

.btn-premium { position:relative; display:inline-flex; align-items:center; justify-content:center; padding: var(--spacing-lg) var(--spacing-xl); border-radius: var(--radius-lg); text-decoration:none; font-weight: var(--font-weight-semibold); font-size:1.1rem; overflow:hidden; transition: all .3s var(--ease-apple); border:2px solid transparent; min-width:200px; }
.btn-premium.primary { background: var(--gradient-primary); color: var(--text-white); box-shadow: var(--shadow-lg); }
.btn-premium.secondary { background: transparent; color: var(--text-primary); border-color: var(--primary-color); }
.btn-premium.tertiary { background: linear-gradient(135deg, var(--accent-color), #C53030); color: var(--text-white); box-shadow: 0 8px 32px rgba(229,62,62,.3); }
.btn-premium:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--shadow-xl); }
.btn-premium.primary:hover { box-shadow: 0 20px 40px rgba(45,55,72,.4); }
.btn-premium.secondary:hover { background: rgba(45,55,72,.1); border-color: var(--primary-hover); }
.btn-premium.tertiary:hover { box-shadow: 0 20px 40px rgba(229,62,62,.5); background: linear-gradient(135deg, #C53030, #9C1D1D); }
.btn-bg { position:absolute; inset:0; background: inherit; transition: all .3s var(--ease-apple); }
.btn-content { position:relative; z-index:2; display:flex; align-items:center; gap: var(--spacing-sm); }
.btn-shine { position:absolute; top:0; left:-100%; width:100%; height:100%; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.2) 50%, transparent 100%); transition: left .6s var(--ease-apple); }
.btn-premium:hover .btn-shine { left:100%; }

/* Accessible focus styles (visible, high-contrast) */
:where(a, button, .btn-premium):focus-visible {
    outline: 3px solid #3182CE;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(49,130,206,.2);
}

/* Minimum touch target sizes */
:where(a, button, .btn-premium) { min-height: 44px; }

/* Pourquoi nous */
.why-section { background: rgba(255,255,255,.02); }
.why-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-xl); }
.why-card { background: var(--surface-glass); border:1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: var(--spacing-xl); text-align:left; backdrop-filter: blur(var(--blur-lg)); transition: transform .3s var(--ease-apple), box-shadow .3s var(--ease-apple); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.why-icon { width:56px; height:56px; border-radius:14px; display:grid; place-items:center; background: var(--soap-white); border:1px solid rgba(0,0,0,.06); box-shadow: var(--shadow-md); margin-bottom: var(--spacing-md); }
.why-icon svg { width:28px; height:28px; stroke: var(--primary-color); }
.why-card h3 { margin: 0 0 var(--spacing-sm); font-weight: 700; color: var(--text-primary); }
.why-card p { margin: 0; color: var(--text-primary); }

/* Process */
.process-section { background: linear-gradient(135deg, rgba(45,55,72,.06), rgba(74,85,104,.06)); }
.process-grid { counter-reset: step; display:grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-xl); list-style: none; padding: 0; margin: 0; }
.process-step { background: var(--surface-glass); border:1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); padding: var(--spacing-xl); position:relative; backdrop-filter: blur(var(--blur-lg)); }
.process-icon { width:56px; height:56px; border-radius:14px; display:grid; place-items:center; background: var(--soap-white); border:1px solid rgba(0,0,0,.06); box-shadow: var(--shadow-md); margin-bottom: var(--spacing-md); color: var(--primary-color); }
.process-step h3 { margin: 0 0 var(--spacing-sm); font-weight: 700; color: var(--text-primary); }
.process-step p { margin: 0 0 var(--spacing-md); color: var(--text-primary); }
.process-action .btn-premium { min-width: auto; padding: 10px 14px; font-size: 1rem; }

@media (max-width: 1024px){
    .why-grid, .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px){
    .main-content.no-padding-home,
    .main-content:has(.autopure-home-page){ margin-left:0 !important; padding:0 !important; }
    /* Disable scroll-snap on small screens to avoid janky swipes */
    .autopure-home-page { scroll-snap-type: none; }
    .snap-section { min-height: auto; padding-block: var(--spacing-xxl); scroll-snap-stop: normal; }
    .home-hero { padding: var(--spacing-xxl) var(--spacing-md); min-height:60vh; }
    .premium-logo { width:120px; }
    .section-container { padding: var(--spacing-xxl) var(--spacing-md); }
    .story-grid { grid-template-columns: 1fr; gap: var(--spacing-lg); }
    .values-grid-premium { grid-template-columns: 1fr; gap: var(--spacing-lg); }
    .discover-team-content { grid-template-columns: 1fr; gap: var(--spacing-lg); text-align:center; }
    .discover-title { font-size: 1.8rem; }
    .cta-buttons { flex-direction: column; align-items:center; }
    .btn-premium { width:100%; max-width:300px; }
    .hero-car-silhouette { display:none; }
    /* Prevent horizontal scroll on very small screens */
    body { overflow-x: hidden; }
    /* Disable typing effect and allow wrapping on smaller screens */
    .typing-animation { white-space: normal; border-right: 0; animation: none; }
}
@media (max-width: 480px){
    .hero-title { font-size: 2.2rem; }
    .hero-subtitle { font-size: 1rem; }
    .section-header h2 { font-size: 2rem; }
    .story-grid { grid-template-columns: 1fr; }
    .story-card, .value-card-premium { padding: var(--spacing-lg); }
    /* Make long subtitle wrap and disable typing effect on very small screens */
    .typing-animation { white-space: normal; border-right: 0; animation: none; }
    /* Reduce background effects for performance */
    .floating-shape { display: none; }
    .car-wash-bubbles .bubble { opacity: 0.25; animation-duration: 16s; }
    /* Hide scroll hint if space is too tight */
    .scroll-hint { display:none; }
}

/* Respect users who prefer reduced motion (also helps on low-end mobiles) */
@media (prefers-reduced-motion: reduce){
    .floating-shape,
    .aurora-effect,
    .mesh-gradient,
    .car-wash-bubbles .bubble,
    .logo-glow,
    .sparkle,
    .btn-shine { animation: none !important; }
}

/* Mobile sticky CTA (bottom reservation button) */
.mobile-cta-reserve {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0));
    display: none; /* hidden by default, enabled on small screens */
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2D3748, #4A5568);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    border: 1px solid rgba(255,255,255,.15);
    z-index: 1000;
    overflow: hidden;
}
.mobile-cta-reserve .mobile-cta-icon { display:flex; align-items:center; }
.mobile-cta-reserve .mobile-cta-text { font-size: 1.05rem; letter-spacing: .01em; }
.mobile-cta-reserve .mobile-cta-bg {
    position:absolute; inset:0; backdrop-filter: blur(0.5px);
}
.mobile-cta-reserve .mobile-cta-shine {
    position:absolute; top:0; left:-100%; width:100%; height:100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.25) 50%, transparent 100%);
    transition: left .6s var(--ease-apple);
}
.mobile-cta-reserve:hover .mobile-cta-shine { left:100%; }

@media (max-width: 768px){
    .mobile-cta-reserve { display: flex; }
}
