/*
 * ALWAYS AUTOMATEN - Dark Graffiti Theme v2
 * Urban vape vending machine brand
 * Premium animations & interactions
 */

/* Inter Font – lokal gehostet (DSGVO-konform) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('../fonts/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg-dark: #0c1929;
    --bg-darker: #071018;
    --bg-card: #111f33;
    --bg-card-hover: #162740;
    --primary: #00b4d8;
    --primary-dark: #0096b7;
    --primary-light: rgba(0,180,216,0.15);
    --accent-orange: #e8732c;
    --accent-yellow: #f4a261;
    --accent-teal: #2ec4b6;
    --white: #ffffff;
    --text-primary: #f0f4f8;
    --text-secondary: rgba(240,244,248,0.7);
    --text-muted: rgba(240,244,248,0.45);
    --border: rgba(255,255,255,0.08);
    --border-light: rgba(255,255,255,0.12);

    --gradient-brand: linear-gradient(135deg, #00b4d8 0%, #2ec4b6 50%, #e8732c 100%);
    --gradient-cta: linear-gradient(135deg, #e8732c 0%, #f4a261 100%);
    --gradient-glow: linear-gradient(135deg, #00b4d8 0%, #2ec4b6 100%);

    --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
    --shadow-md: 0 4px 20px rgba(0,0,0,0.4);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.5);
    --shadow-glow: 0 0 30px rgba(0,180,216,0.2);

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-full: 9999px;
}

*, *::before, *::after { 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: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--bg-dark);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul, ol { list-style: none; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; color: var(--text-primary); }
h1 { font-size: 2rem; }
h2 { font-size: 1.625rem; }
h3 { font-size: 1.125rem; }
p { color: var(--text-secondary); }

.gradient-text {
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
section { padding: 60px 0; }

.section-header { text-align: center; max-width: 600px; margin: 0 auto 40px; }
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--primary-light);
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    margin-bottom: 16px;
}
.section-label svg { width: 14px; height: 14px; }
.section-header h2 { margin-bottom: 12px; }

/* ==================== GRAFFITI EFFECTS ==================== */
.paint-drip {
    position: relative;
}
.paint-drip::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10%;
    right: 10%;
    height: 40px;
    background: inherit;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0,0 L100,0 L100,5 Q95,5 93,15 Q91,20 89,5 L80,5 Q78,5 76,12 Q74,18 72,5 L60,5 Q58,5 56,10 Q54,15 52,5 L40,5 Q38,5 35,18 Q33,20 31,5 L20,5 Q18,5 16,8 Q14,12 12,5 L0,5 Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0,0 L100,0 L100,5 Q95,5 93,15 Q91,20 89,5 L80,5 Q78,5 76,12 Q74,18 72,5 L60,5 Q58,5 56,10 Q54,15 52,5 L40,5 Q38,5 35,18 Q33,20 31,5 L20,5 Q18,5 16,8 Q14,12 12,5 L0,5 Z' fill='white'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.splatter-bg {
    position: relative;
    overflow: hidden;
}
.splatter-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at 20% 30%, rgba(0,180,216,0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(232,115,44,0.06) 0%, transparent 40%),
        radial-gradient(circle at 50% 10%, rgba(244,162,97,0.05) 0%, transparent 30%),
        radial-gradient(circle at 70% 20%, rgba(46,196,182,0.06) 0%, transparent 35%);
    pointer-events: none;
}

/* ==================== NAVIGATION ==================== */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 64px;
    background: rgba(12,25,41,0.92);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--border);
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-primary);
    z-index: 1001;
}

.nav-logo img {
    height: 36px;
    width: auto;
}

.nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px; height: 44px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    gap: 5px;
    z-index: 1001;
}

.nav-toggle span {
    display: block;
    width: 18px; height: 2px;
    background: var(--text-primary);
    border-radius: 1px;
    transition: all 0.3s;
}

.nav-toggle.active { background: var(--primary); border-color: var(--primary); }
.nav-toggle.active span { background: var(--white); }

.nav-menu {
    position: fixed;
    inset: 0;
    background: var(--bg-dark);
    z-index: 999;
    display: none;
    flex-direction: column;
}

.nav-menu.active { display: flex; }

.nav-menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px 40px;
    overflow-y: auto;
}

.nav-links { text-align: center; margin-bottom: 32px; }
.nav-links li { margin-bottom: 4px; }
.nav-links a {
    display: inline-block;
    padding: 14px 24px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    border-radius: var(--radius-md);
    transition: all 0.3s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--primary); background: var(--primary-light); }

.nav-cta-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 300px;
}
.nav-cta-menu .btn { width: 100%; justify-content: center; }

/* ==================== BUTTONS ==================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 0.9375rem;
    font-weight: 600;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all 0.3s;
}
.btn svg { width: 18px; height: 18px; }

.btn-primary {
    background: var(--gradient-cta);
    color: var(--white);
    box-shadow: 0 4px 14px rgba(232,115,44,0.3);
}
.btn-primary:hover { box-shadow: 0 6px 20px rgba(232,115,44,0.4); transform: translateY(-1px); }

.btn-secondary {
    background: var(--bg-card);
    color: var(--text-primary);
    border: 1px solid var(--border-light);
}
.btn-secondary:hover { background: var(--bg-card-hover); border-color: var(--primary); }

.btn-glow {
    background: var(--gradient-glow);
    color: var(--white);
    box-shadow: var(--shadow-glow);
}
.btn-glow:hover { box-shadow: 0 0 40px rgba(0,180,216,0.35); transform: translateY(-1px); }

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

.btn-sm { padding: 10px 20px; font-size: 0.8125rem; }
.btn-lg { padding: 16px 32px; font-size: 1rem; }

/* ==================== HERO ==================== */
.hero {
    padding: 100px 0 60px;
    background: var(--bg-darker);
    overflow: hidden;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(0,180,216,0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 80%, rgba(232,115,44,0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 10%, rgba(244,162,97,0.06) 0%, transparent 40%);
    pointer-events: none;
}

.hero-grid { display: flex; flex-direction: column; gap: 48px; position: relative; z-index: 1; }
.hero-content { max-width: 560px; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--primary-light);
    border: 1px solid rgba(0,180,216,0.2);
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 20px;
}
.hero-badge svg { width: 16px; height: 16px; }

.hero h1 { margin-bottom: 16px; font-size: 2rem; }
.hero .lead { margin-bottom: 24px; font-size: 1.0625rem; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hero-stat { text-align: center; }
.hero-stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}
.hero-stat-label { font-size: 0.6875rem; color: var(--text-muted); font-weight: 500; }

.hero-visual { position: relative; width: 100%; max-width: 380px; margin: 0 auto; }

.hero-logo-showcase {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: radial-gradient(circle at center, var(--bg-card) 0%, var(--bg-darker) 100%);
    aspect-ratio: 1;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-light);
}

.hero-logo-showcase img {
    width: 80%;
    height: auto;
    filter: drop-shadow(0 0 30px rgba(0,180,216,0.3));
    animation: float 6s ease-in-out infinite;
}

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

.hero-card {
    position: absolute;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 14px 16px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 200px;
    backdrop-filter: blur(10px);
}

.hero-card.top { top: 20px; right: -10px; }
.hero-card.bottom { bottom: 40px; left: -10px; }

.hero-card-icon {
    width: 40px; height: 40px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hero-card-icon.orange { background: rgba(232,115,44,0.15); color: var(--accent-orange); }
.hero-card-icon.teal { background: rgba(46,196,182,0.15); color: var(--accent-teal); }
.hero-card-icon svg { width: 20px; height: 20px; }

.hero-card-text strong { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--text-primary); margin-bottom: 2px; }
.hero-card-text span { font-size: 0.6875rem; color: var(--text-muted); }

/* ==================== PRODUCTS ==================== */
.products { background: var(--bg-dark); }
.products-grid { display: flex; flex-direction: column; gap: 16px; }

.product-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.product-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-brand);
    opacity: 0;
    transition: opacity 0.3s;
}
.product-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.product-card:hover::before { opacity: 1; }

.product-emoji {
    font-size: 3rem;
    margin-bottom: 16px;
    display: block;
}

.product-card h3 { margin-bottom: 8px; }
.product-card .product-desc { font-size: 0.875rem; margin-bottom: 16px; }

.product-price {
    display: inline-block;
    padding: 8px 20px;
    background: var(--gradient-cta);
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--white);
}

.product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 12px;
    background: rgba(232,115,44,0.15);
    border: 1px solid rgba(232,115,44,0.3);
    border-radius: var(--radius-full);
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--accent-orange);
}

/* ==================== FEATURES ==================== */
.features { background: var(--bg-darker); }
.features-grid { display: flex; flex-direction: column; gap: 16px; }

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: all 0.3s;
}
.feature-card:hover { border-color: var(--primary); }

.feature-icon {
    width: 48px; height: 48px;
    border-radius: var(--radius-md);
    background: var(--gradient-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-icon.orange { background: var(--gradient-cta); }

.feature-text h4 { font-size: 1rem; margin-bottom: 4px; }
.feature-text p { font-size: 0.875rem; margin: 0; }

/* ==================== MAP SECTION ==================== */
.map-section { background: var(--bg-dark); }

.map-wrapper {
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    margin-bottom: 32px;
}

.map-wrapper iframe {
    width: 100%;
    height: 300px;
    border: 0;
    filter: brightness(0.8) contrast(1.1) saturate(0.5);
}

.map-info-grid { display: flex; flex-direction: column; gap: 16px; }

.map-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.map-info-icon {
    width: 48px; height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
}
.map-info-icon.teal { background: var(--gradient-glow); }
.map-info-icon.orange { background: var(--gradient-cta); }
.map-info-icon svg { width: 22px; height: 22px; }

.map-info-text strong { display: block; font-size: 1rem; margin-bottom: 2px; }
.map-info-text span { font-size: 0.875rem; color: var(--text-secondary); }

/* ==================== SOCIAL PROOF / TESTIMONIALS ==================== */
.testimonials { background: var(--bg-darker); }
.testimonials-grid { display: flex; flex-direction: column; gap: 16px; }

.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px;
    transition: all 0.3s;
}
.testimonial-card:hover { border-color: var(--primary); }

.testimonial-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.testimonial-stars svg { width: 18px; height: 18px; fill: var(--accent-yellow); color: var(--accent-yellow); }

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

.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
    width: 48px; height: 48px;
    border-radius: var(--radius-full);
    background: var(--gradient-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--white);
}
.testimonial-info strong { display: block; font-size: 0.9375rem; font-weight: 600; margin-bottom: 2px; }
.testimonial-info span { font-size: 0.75rem; color: var(--text-muted); }

/* ==================== NEWSLETTER ==================== */
.newsletter {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
}
.newsletter::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(0,180,216,0.08) 0%, transparent 60%);
    pointer-events: none;
}

.newsletter-content {
    position: relative;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.newsletter-content h2 { margin-bottom: 12px; }
.newsletter-content > p { margin-bottom: 24px; }

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.newsletter-form input {
    width: 100%;
    padding: 16px;
    font-family: inherit;
    font-size: 16px;
    color: var(--text-primary);
    background: var(--bg-card);
    border: 2px solid var(--border);
    border-radius: var(--radius-full);
    outline: none;
}
.newsletter-form input:focus { border-color: var(--primary); }
.newsletter-form input::placeholder { color: var(--text-muted); }
.newsletter-form .btn { width: 100%; }

/* ==================== CTA SECTION ==================== */
.cta-section {
    background: var(--gradient-cta);
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(0,0,0,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content { text-align: center; max-width: 700px; margin: 0 auto; position: relative; }
.cta-content h2 { color: var(--white); margin-bottom: 16px; font-size: clamp(1.5rem, 4vw, 2.25rem); }
.cta-content p { color: rgba(255,255,255,0.9); font-size: 1.0625rem; margin-bottom: 28px; line-height: 1.7; }

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.cta-buttons .btn { min-width: 220px; text-align: center; }
.cta-buttons .btn-white { background: var(--white); color: var(--accent-orange); box-shadow: var(--shadow-md); }
.cta-buttons .btn-white:hover { transform: translateY(-1px); box-shadow: var(--shadow-lg); }

/* ==================== FOOTER ==================== */
.footer {
    background: var(--bg-darker);
    color: var(--text-primary);
    padding: 60px 0 32px;
    border-top: 1px solid var(--border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-brand p { color: var(--text-muted); font-size: 0.875rem; line-height: 1.7; }

.footer h4 {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.footer-links a {
    display: block;
    padding: 6px 0;
    font-size: 0.875rem;
    color: var(--text-muted);
    transition: color 0.3s;
}
.footer-links a:hover { color: var(--primary); }

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.875rem;
    color: var(--text-muted);
}
.footer-contact-item svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: var(--text-muted); transition: color 0.3s; }
.footer-contact-item a:hover { color: var(--primary); }

.footer-payment {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}
.footer-bottom p { font-size: 0.75rem; color: var(--text-muted); }

.footer-legal { display: flex; justify-content: center; gap: 24px; }
.footer-legal a { font-size: 0.75rem; color: var(--text-muted); transition: color 0.3s; }
.footer-legal a:hover { color: var(--primary); }

/* ==================== FORMS ==================== */
.form-group { margin-bottom: 20px; }
.form-row { display: flex; flex-direction: column; gap: 20px; }

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 16px;
    font-family: inherit;
    font-size: 16px;
    color: var(--text-primary);
    background: var(--bg-card);
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    outline: none;
    transition: all 0.3s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    background: var(--bg-card-hover);
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0,180,216,0.15);
}

.form-input::placeholder,
.form-textarea::placeholder { color: var(--text-muted); }

.form-textarea { min-height: 120px; resize: vertical; }

.form-select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2386868b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    padding-right: 48px;
}

.form-checkbox { display: flex; align-items: flex-start; gap: 12px; }
.form-checkbox input { width: 22px; height: 22px; accent-color: var(--primary); margin-top: 2px; flex-shrink: 0; }
.form-checkbox span { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.5; }
.form-checkbox a { color: var(--primary); }

.checkbox-group { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 480px) { .checkbox-group { grid-template-columns: 1fr; } }
.checkbox-option { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--bg-darker); border: 1px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; transition: all 0.2s; }
.checkbox-option:hover { border-color: var(--primary); background: var(--bg-card); }
.checkbox-option input { display: none; }
.checkbox-box { width: 20px; height: 20px; border: 2px solid var(--border-light); border-radius: 4px; flex-shrink: 0; position: relative; transition: all 0.2s; }
.checkbox-option input:checked ~ .checkbox-box { background: var(--primary); border-color: var(--primary); }
.checkbox-option input:checked ~ .checkbox-box::after { content: ''; position: absolute; left: 5px; top: 1px; width: 6px; height: 11px; border: solid var(--white); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.checkbox-option input:checked ~ span:last-child { color: var(--text-primary); }
.checkbox-option span:last-child { font-size: 0.9rem; color: var(--text-secondary); transition: color 0.2s; }

.form-submit { margin-top: 24px; }
.form-submit .btn { width: 100%; padding: 18px 32px; font-size: 1rem; }

.form-result {
    margin-top: 16px;
    padding: 12px;
    border-radius: var(--radius-md);
    text-align: center;
    font-size: 0.875rem;
}
.form-result.success { background: rgba(46,196,182,0.15); color: var(--accent-teal); border: 1px solid rgba(46,196,182,0.3); }
.form-result.error { background: rgba(239,68,68,0.15); color: #ef4444; border: 1px solid rgba(239,68,68,0.3); }

/* ==================== PAGE LAYOUTS ==================== */
.page-hero {
    padding: 100px 0 48px;
    background: var(--bg-darker);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(0,180,216,0.1) 0%, transparent 60%);
    pointer-events: none;
}
.page-hero h1 { margin-bottom: 16px; position: relative; }
.page-hero .lead { max-width: 560px; margin: 0 auto; position: relative; }

/* Contact */
.contact-section { background: var(--bg-dark); }
.contact-grid { display: flex; flex-direction: column; gap: 40px; }

.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { margin-bottom: 32px; }

.contact-details { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 16px; }
.contact-icon {
    width: 48px; height: 48px;
    border-radius: var(--radius-md);
    background: var(--gradient-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
}
.contact-icon svg { width: 22px; height: 22px; }
.contact-text strong { display: block; font-size: 1rem; margin-bottom: 4px; color: var(--text-primary); }
.contact-text span, .contact-text a { font-size: 0.9375rem; color: var(--text-secondary); }
.contact-text a:hover { color: var(--primary); }

.contact-form {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px 24px;
    box-shadow: var(--shadow-lg);
}
.contact-form h3 { font-size: 1.25rem; margin-bottom: 8px; }
.contact-form > p { margin-bottom: 28px; }

/* ==================== STAR RATING ==================== */
.star-rating {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}
.star-rating .star {
    width: 40px; height: 40px;
    cursor: pointer;
    color: var(--border-light);
    transition: all 0.2s;
}
.star-rating .star.active,
.star-rating .star:hover { color: var(--accent-yellow); }
.star-rating .star svg { width: 100%; height: 100%; }

/* ==================== STANDORTE ==================== */
.standorte-section { background: var(--bg-dark); }

.standort-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px;
    margin-bottom: 24px;
}

.standort-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.standort-icon {
    width: 56px; height: 56px;
    border-radius: var(--radius-lg);
    background: var(--gradient-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}
.standort-icon svg { width: 28px; height: 28px; }
.standort-header h3 { font-size: 1.25rem; }
.standort-header span { font-size: 0.875rem; color: var(--text-muted); }

.standort-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.standort-tag {
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
}
.standort-tag.green { background: rgba(46,196,182,0.15); color: var(--accent-teal); border: 1px solid rgba(46,196,182,0.3); }
.standort-tag.orange { background: rgba(232,115,44,0.15); color: var(--accent-orange); border: 1px solid rgba(232,115,44,0.3); }
.standort-tag.blue { background: var(--primary-light); color: var(--primary); border: 1px solid rgba(0,180,216,0.3); }

/* ==================== LEAD GEN / STANDORT ANFRAGE ==================== */
.leadgen-section { background: var(--bg-dark); }

.leadgen-benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.leadgen-benefit {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}
.leadgen-benefit .check-icon {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--gradient-glow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white);
}
.leadgen-benefit .check-icon svg { width: 16px; height: 16px; }
.leadgen-benefit h4 { margin-bottom: 4px; }
.leadgen-benefit p { font-size: 0.875rem; margin: 0; }

/* ==================== LEGAL ==================== */
.legal-page { padding: 100px 0 48px; background: var(--bg-dark); }
.legal-content { max-width: 720px; margin: 0 auto; }
.legal-content h1 { margin-bottom: 32px; }
.legal-content h2 { font-size: 1.25rem; margin: 32px 0 16px; color: var(--text-primary); }
.legal-content h3 { font-size: 1.0625rem; margin: 24px 0 12px; color: var(--text-primary); }
.legal-content p { margin-bottom: 16px; font-size: 0.9375rem; line-height: 1.8; }
.legal-content a { color: var(--primary); }
.legal-content a:hover { text-decoration: underline; }
.legal-content ul { margin-bottom: 16px; padding-left: 24px; }
.legal-content li { margin-bottom: 8px; font-size: 0.9375rem; color: var(--text-secondary); list-style: disc; }

/* ==================== AGE VERIFICATION MODAL ==================== */
.age-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
}
.age-modal.hidden { display: none; }

.age-modal-content {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
    padding: 40px 32px;
    text-align: center;
    max-width: 420px;
    width: 100%;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.age-modal-content img {
    width: 120px;
    height: auto;
    margin: 0 auto 24px;
    filter: drop-shadow(0 0 20px rgba(0,180,216,0.3));
}

.age-modal-content h2 { margin-bottom: 12px; font-size: 1.5rem; }
.age-modal-content p { margin-bottom: 24px; }

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px; height: 64px;
    border-radius: 50%;
    border: 3px solid #ef4444;
    font-size: 1.5rem;
    font-weight: 900;
    color: #ef4444;
    margin-bottom: 24px;
}

.age-buttons { display: flex; gap: 12px; }
.age-buttons .btn { flex: 1; }

.age-deny-msg {
    margin-top: 16px;
    padding: 12px;
    background: rgba(239,68,68,0.15);
    border: 1px solid rgba(239,68,68,0.3);
    border-radius: var(--radius-md);
    color: #ef4444;
    font-size: 0.875rem;
    display: none;
}

/* ==================== COOKIE BANNER ==================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-darker);
    border-top: 1px solid var(--border-light);
    padding: 24px 20px;
    z-index: 9998;
    box-shadow: 0 -8px 30px rgba(0,0,0,0.5);
    max-height: 90vh;
    overflow-y: auto;
}
.cookie-banner.hidden { display: none; }

.cookie-banner-inner {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cookie-text strong { display: block; font-size: 1.0625rem; margin-bottom: 8px; color: var(--text-primary); }
.cookie-text p { font-size: 0.8125rem; color: var(--text-secondary); margin: 0; line-height: 1.6; }
.cookie-text a { color: var(--primary); }

.cookie-categories { display: flex; flex-direction: column; gap: 12px; }

.cookie-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: border-color 0.3s;
}
.cookie-category:hover { border-color: var(--primary); }
.cookie-category input { display: none; }

.cookie-cat-info { flex: 1; }
.cookie-cat-info strong { font-size: 0.875rem; color: var(--text-primary); margin-bottom: 2px; }
.cookie-cat-info span { font-size: 0.75rem; color: var(--text-muted); display: block; }

.cookie-toggle {
    width: 44px;
    height: 24px;
    background: var(--bg-dark);
    border: 2px solid var(--border-light);
    border-radius: 12px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s;
}
.cookie-toggle::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--text-muted);
    top: 2px;
    left: 2px;
    transition: all 0.3s;
}
.cookie-toggle.always-on {
    background: rgba(46,196,182,0.2);
    border-color: var(--accent-teal);
}
.cookie-toggle.always-on::after {
    background: var(--accent-teal);
    left: 22px;
}
.cookie-category input:checked + .cookie-toggle {
    background: rgba(0,180,216,0.2);
    border-color: var(--primary);
}
.cookie-category input:checked + .cookie-toggle::after {
    background: var(--primary);
    left: 22px;
}

.cookie-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-buttons .btn { padding: 10px 18px; font-size: 0.8125rem; flex: 1; min-width: 140px; }

/* ==================== 18+ BADGE ==================== */
.badge-18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid #ef4444;
    font-size: 0.75rem;
    font-weight: 900;
    color: #ef4444;
    flex-shrink: 0;
}

/* ==================== PAYMENT ICONS ==================== */
.payment-methods {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.payment-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-secondary);
}

/* ==================== FAQ ==================== */
.faq-section { background: var(--bg-dark); }
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color 0.3s;
}
.faq-item:hover, .faq-item.open { border-color: rgba(0,180,216,0.3); }

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    line-height: 1.4;
}
.faq-question svg {
    width: 20px; height: 20px;
    flex-shrink: 0;
    color: var(--text-muted);
    transition: transform 0.3s;
}
.faq-item.open .faq-question svg { transform: rotate(180deg); color: var(--primary); }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
}
.faq-item.open .faq-answer {
    max-height: 400px;
    padding: 0 24px 24px;
}
.faq-answer p { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 8px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { color: var(--primary); }
.faq-answer a:hover { text-decoration: underline; }

/* ==================== BLOG ==================== */
.blog-section { background: var(--bg-dark); }
.blog-grid { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }

.blog-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 32px 28px;
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.blog-card:hover { border-color: rgba(0,180,216,0.3); box-shadow: var(--shadow-glow); }

.blog-card-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.blog-card-badge.new { background: rgba(46,196,182,0.15); color: var(--accent-teal); border: 1px solid rgba(46,196,182,0.3); }

.blog-card-date { font-size: 0.8125rem; color: var(--text-muted); margin-bottom: 12px; }
.blog-card h2 { font-size: 1.25rem; margin-bottom: 16px; color: var(--text-primary); }
.blog-card p { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
.blog-card a { color: var(--primary); }
.blog-card a:hover { text-decoration: underline; }
.blog-card .btn { color: var(--white); }
.blog-card .btn:hover { text-decoration: none; }
.blog-card-cta { margin-top: 20px; }

/* ==================== LOADING SCREEN ==================== */
.loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: var(--bg-darker);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loader-inner img {
    width: 80px;
    animation: loader-pulse 1.5s ease-in-out infinite;
    filter: drop-shadow(0 0 30px rgba(0,180,216,0.5));
}
.loader-bar {
    width: 80px;
    height: 3px;
    background: var(--border);
    border-radius: 3px;
    margin-top: 24px;
    overflow: hidden;
}
.loader-progress {
    height: 100%;
    width: 0%;
    background: var(--gradient-glow);
    border-radius: 3px;
    animation: loader-fill 1.2s ease-out forwards;
}
@keyframes loader-pulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.08); opacity: 1; }
}
@keyframes loader-fill {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* ==================== SCROLL PROGRESS BAR ==================== */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--gradient-brand);
    z-index: 10000;
    transition: width 0.05s linear;
}

/* ==================== CURSOR GLOW ==================== */
.cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,180,216,0.07) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    opacity: 0;
}
.cursor-glow.active { opacity: 1; }
@media (max-width: 768px) { .cursor-glow { display: none; } }

/* ==================== PAGE TRANSITIONS ==================== */
.page-transition {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: var(--bg-darker);
    transform: scaleY(0);
    transform-origin: bottom;
    pointer-events: none;
}
.page-transition.active {
    animation: page-wipe 0.6s ease-in-out;
}
@keyframes page-wipe {
    0% { transform: scaleY(0); transform-origin: bottom; }
    50% { transform: scaleY(1); transform-origin: bottom; }
    50.01% { transform-origin: top; }
    100% { transform: scaleY(0); transform-origin: top; }
}

/* ==================== HERO PARTICLES ==================== */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.hero { position: relative; overflow: hidden; }
.hero .container { position: relative; z-index: 2; }

/* ==================== ANIMATED GRADIENT BG ==================== */
.hero::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg at 50% 50%, rgba(0,180,216,0.08) 0deg, transparent 60deg, rgba(232,115,44,0.06) 120deg, transparent 180deg, rgba(46,196,182,0.08) 240deg, transparent 300deg);
    animation: gradient-rotate 20s linear infinite;
    z-index: 0;
}
@keyframes gradient-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==================== NOISE GRAIN OVERLAY ==================== */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9990;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}

/* ==================== GLASSMORPHISM ==================== */
.nav {
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    background: rgba(12,25,41,0.75) !important;
}
.product-card, .feature-card, .testimonial-card, .standort-card, .blog-card, .faq-item {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* ==================== 3D TILT CARDS ==================== */
.tilt-card {
    transform-style: preserve-3d;
    perspective: 1000px;
}
.tilt-card .tilt-inner {
    transition: transform 0.15s ease-out;
    transform-style: preserve-3d;
}
.tilt-card .tilt-shine {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
    background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255,255,255,0.08) 0%, transparent 60%);
}
.tilt-card:hover .tilt-shine { opacity: 1; }

/* ==================== MAGNETIC BUTTONS ==================== */
.btn { transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.15s ease-out; }
.btn-primary:hover { box-shadow: 0 0 30px rgba(0,180,216,0.4), 0 0 60px rgba(0,180,216,0.15); }

/* ==================== ENHANCED SCROLL ANIMATIONS ==================== */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide-left.visible { opacity: 1; transform: translateX(0); }

.slide-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.slide-right.visible { opacity: 1; transform: translateX(0); }

.scale-up {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.scale-up.visible { opacity: 1; transform: scale(1); }

/* Stagger delay for child elements */
.stagger > *:nth-child(1) { transition-delay: 0s; }
.stagger > *:nth-child(2) { transition-delay: 0.1s; }
.stagger > *:nth-child(3) { transition-delay: 0.2s; }
.stagger > *:nth-child(4) { transition-delay: 0.3s; }
.stagger > *:nth-child(5) { transition-delay: 0.4s; }
.stagger > *:nth-child(6) { transition-delay: 0.5s; }

/* ==================== TYPING CURSOR ==================== */
.typing-cursor::after {
    content: '|';
    animation: blink 0.8s infinite;
    color: var(--primary);
    font-weight: 300;
    margin-left: 2px;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* ==================== COUNTER ANIMATION ==================== */
.counter-value { display: inline-block; }

/* ==================== CARD HOVER ENHANCEMENTS ==================== */
.product-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}
.product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0,180,216,0.08) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s;
}
.product-card:hover::before { opacity: 1; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg), 0 0 40px rgba(0,180,216,0.15); }

.feature-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md), 0 0 30px rgba(0,180,216,0.1); }

.testimonial-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg), 0 0 30px rgba(0,180,216,0.1); }

/* ==================== HERO CARD FLOAT ==================== */
.hero-card {
    animation: float-card 6s ease-in-out infinite;
}
.hero-card.top { animation-delay: 0s; }
.hero-card.bottom { animation-delay: -3s; }
@keyframes float-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ==================== HERO LOGO GLOW ==================== */
.hero-logo-showcase img {
    animation: logo-glow 4s ease-in-out infinite;
}
@keyframes logo-glow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(0,180,216,0.3)); }
    50% { filter: drop-shadow(0 0 50px rgba(0,180,216,0.6)) drop-shadow(0 0 80px rgba(0,180,216,0.2)); }
}

/* ==================== SECTION HEADERS ==================== */
.section-header { position: relative; }
.section-label {
    transition: all 0.3s;
}

/* ==================== SMOOTH PAGE REVEAL ==================== */
body:not(.loaded) > *:not(.loader):not(.age-modal):not(.cookie-banner) {
    opacity: 0;
}
body.loaded > * {
    opacity: 1;
    transition: opacity 0.4s ease;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(0,180,216,0.2); }
    50% { box-shadow: 0 0 40px rgba(0,180,216,0.4); }
}

/* ==================== RESPONSIVE ==================== */
@media (min-width: 768px) {
    h1 { font-size: 2.75rem; }
    h2 { font-size: 2rem; }
    section { padding: 80px 0; }

    .hero { padding: 140px 0 80px; }
    .hero h1 { font-size: 2.75rem; }
    .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .hero-visual { max-width: none; }
    .hero-stat-value { font-size: 2rem; }
    .hero-card.top { top: 40px; right: -30px; }
    .hero-card.bottom { bottom: 60px; left: -30px; }

    .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .map-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); }

    .cta-buttons { flex-direction: row; }

    .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; }
    .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }

    .form-row { flex-direction: row; }

    .contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
    .contact-form { padding: 40px; }

    .page-hero { padding: 140px 0 60px; }
    .legal-page { padding: 140px 0 80px; }

    .newsletter-form { flex-direction: row; }
    .newsletter-form input { flex: 1; }
    .newsletter-form .btn { width: auto; white-space: nowrap; }

    .leadgen-benefits { display: grid; grid-template-columns: 1fr 1fr; }

    .map-wrapper iframe { height: 400px; }

    .cookie-content { flex-direction: row; text-align: left; }
}

@media (min-width: 1024px) {
    h1 { font-size: 3.25rem; }
    .hero { padding: 160px 0 100px; }
    .hero h1 { font-size: 3.25rem; }
    .hero-grid { gap: 80px; }
    .hero-card { max-width: 220px; padding: 16px 20px; }
    .hero-card.top { right: -40px; }
    .hero-card.bottom { left: -40px; }
    .nav-links a { font-size: 1.5rem; }
}
