*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
    --navy: #1a2744;
    --navy-light: #243560;
    --navy-dark: #0f1a30;
    --gold: #f5c400;
    --gold-light: #ffd740;
    --white: #ffffff;
    --off-white: #f7f8fc;
    --gray-100: #f0f2f7;
    --gray-200: #e2e6ef;
    --gray-400: #9aa3b8;
    --gray-600: #5a6480;
    --text: #1a2030;
    --text-muted: #5a6480;
    --green: #25d366;
    --radius: 10px;
    --radius-lg: 16px;
    --shadow: 0 2px 16px rgba(26,39,68,0.10);
    --shadow-lg: 0 8px 40px rgba(26,39,68,0.16);
    --t: 0.2s ease;
}

body { font-family: 'Inter', system-ui, sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
input, button { font-family: inherit; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-200); box-shadow: 0 2px 12px rgba(26,39,68,0.07); }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-mark-img { width: 36px; height: 36px; border-radius: 8px; object-fit: contain; }
.logo-mark { width: 36px; height: 36px; background: var(--navy); color: var(--gold); font-size: 13px; font-weight: 700; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Rajdhani', sans-serif; letter-spacing: 0.04em; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-primary { font-size: 15px; font-weight: 600; color: var(--navy); font-family: 'Oswald', 'Arial Narrow', sans-serif; letter-spacing: 0.04em; text-transform: uppercase; }
.logo-secondary { font-size: 10px; color: var(--gray-400); letter-spacing: 0.08em; text-transform: uppercase; font-family: 'Oswald', 'Arial Narrow', sans-serif; }
.nav-cta { background: var(--gold); color: var(--navy); font-size: 14px; font-weight: 700; padding: 10px 22px; border-radius: var(--radius); transition: background var(--t), transform var(--t); }
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

/* HERO */
.hero { padding: 110px 24px 80px; background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-light) 100%); position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 40%, rgba(245,196,0,0.09) 0%, transparent 60%); pointer-events: none; }
.hero-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: var(--gold); background: rgba(245,196,0,0.1); border: 1px solid rgba(245,196,0,0.25); padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; }
.badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.4)} }
.hero-title { font-size: clamp(34px, 5vw, 54px); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 18px; }
.hero-title .accent { color: var(--gold); }
.hero-sub { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 32px; max-width: 460px; }
.hero-stats { display: flex; align-items: center; gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { display: block; font-size: 20px; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-label { display: block; font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 3px; letter-spacing: 0.04em; }
.stat-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.15); }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: var(--white); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: var(--radius); border: none; cursor: pointer; transition: background var(--t), transform var(--t), box-shadow var(--t); text-decoration: none; box-shadow: 0 4px 16px rgba(26,39,68,0.2); }
.btn-primary:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,39,68,0.28); }
.hero-visual { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.plate-frame { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-lg); padding: 20px 28px; box-shadow: 0 12px 48px rgba(0,0,0,0.3); }
.plate-frame canvas { display: block; max-width: 100%; animation: slideIn 0.8s cubic-bezier(0.16,1,0.3,1) forwards; }
@keyframes slideIn { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
.hero-plate-hint { font-size: 12px; color: rgba(255,255,255,0.38); letter-spacing: 0.04em; }
.hero-features { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hf-item { font-size: 13px; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 5px; }
.hf-icon { color: var(--gold); font-weight: 700; }

/* SOCIAL PROOF STRIP — removed */ to{transform:translateX(-50%)} }

/* ANCHOR BANNER */
.anchor-banner { background: var(--gold); color: var(--navy); padding: 12px 24px; text-align: center; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; font-weight: 500; }
.anchor-banner strong { font-weight: 700; }
.anchor-sep { opacity: 0.4; }

/* PROGRESS BAR */
.progress-bar { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 16px 24px; position: sticky; top: 64px; z-index: 90; box-shadow: 0 2px 8px rgba(26,39,68,0.05); }
.progress-inner { max-width: 480px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 0; }
.progress-step { display: flex; align-items: center; gap: 8px; }
.step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--gray-200); color: var(--gray-600); font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all var(--t); }
.step-label { font-size: 12px; font-weight: 500; color: var(--gray-400); transition: color var(--t); }
.progress-step.active .step-num { background: var(--navy); color: var(--white); }
.progress-step.active .step-label { color: var(--navy); font-weight: 600; }
.progress-step.done .step-num { background: var(--gray-400); color: var(--white); }
.progress-step.done .step-label { color: var(--gray-400); }
.progress-line { flex: 1; height: 2px; background: var(--gray-200); margin: 0 12px; min-width: 40px; transition: background var(--t); }
.progress-line.done { background: var(--gray-400); }

/* SECTION HEADERS */
.section-header { margin-bottom: 40px; }
.section-header.center { text-align: center; }
.section-header.center .section-label { justify-content: center; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.section-label::before { content: ''; width: 18px; height: 2px; background: var(--gold); border-radius: 2px; }
.section-header.center .section-label::before { display: none; }
.section-title { font-size: clamp(24px, 3.5vw, 34px); font-weight: 700; color: var(--navy); line-height: 1.2; }
.section-title.light { color: var(--white); }

/* CONFIGURATOR */
.configurator { padding: 80px 24px; background: var(--off-white); }
.plate-preview-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 40px; }
.plate-preview-wrap canvas { max-width: 100%; border-radius: 8px; box-shadow: 0 8px 32px rgba(26,39,68,0.18), 0 2px 8px rgba(26,39,68,0.10); background: #fff; }
.plate-validation { font-size: 13px; font-weight: 500; min-height: 20px; }
.plate-validation.valid { color: #16a34a; }
.plate-validation.invalid { color: #dc2626; }
.plate-inputs { display: flex; align-items: flex-end; gap: 12px; justify-content: center; margin-bottom: 24px; flex-wrap: wrap; }
.input-group { display: flex; flex-direction: column; gap: 6px; }
.input-group label { font-size: 11px; font-weight: 700; color: var(--gray-600); letter-spacing: 0.08em; text-transform: uppercase; }
.input-group input { width: 110px; padding: 12px 14px; border: 2px solid var(--gray-200); border-radius: var(--radius); font-size: 22px; font-weight: 700; color: var(--navy); text-align: center; text-transform: uppercase; background: var(--white); transition: border-color var(--t), box-shadow var(--t); letter-spacing: 0.06em; }
.input-group input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,39,68,0.1); }
.input-hint { font-size: 10px; color: var(--gray-400); text-align: center; }
.input-sep { font-size: 20px; color: var(--gray-400); padding-bottom: 18px; }
.suffix-row { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.suffix-label { font-size: 12px; font-weight: 600; color: var(--gray-600); }
.suffix-options { display: flex; gap: 8px; }
.suffix-btn { padding: 7px 14px; border: 2px solid var(--gray-200); border-radius: var(--radius); background: var(--white); font-size: 12px; font-weight: 500; color: var(--gray-600); cursor: pointer; transition: all var(--t); }
.suffix-btn.active, .suffix-btn:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 640px; margin: 0 auto; }
.option-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow); }
.option-title { font-size: 11px; font-weight: 700; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.toggle-group { display: flex; gap: 8px; }
.toggle-btn { flex: 1; display: flex; flex-direction: column; gap: 2px; padding: 11px 12px; border: 2px solid var(--gray-200); border-radius: var(--radius); background: var(--white); cursor: pointer; transition: all var(--t); text-align: left; }
.toggle-btn.active { border-color: var(--navy); background: var(--navy); }
.toggle-label { font-size: 13px; font-weight: 600; color: var(--text); transition: color var(--t); }
.toggle-sub, .toggle-price { font-size: 10px; color: var(--gray-400); transition: color var(--t); }
.toggle-btn.active .toggle-label { color: var(--white); }
.toggle-btn.active .toggle-sub, .toggle-btn.active .toggle-price { color: rgba(255,255,255,0.6); }

/* ADD-ONS */
.addons { padding: 80px 24px; background: var(--white); }
.addon-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 20px; }
.addon-card { position: relative; background: var(--white); border: 2px solid var(--gray-200); border-radius: var(--radius-lg); padding: 22px 20px; cursor: pointer; transition: all var(--t); box-shadow: var(--shadow); display: flex; align-items: flex-start; gap: 14px; }
.addon-card:hover { border-color: var(--navy-light); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.addon-card.selected { border-color: var(--navy); background: rgba(26,39,68,0.03); box-shadow: 0 0 0 3px rgba(26,39,68,0.08), var(--shadow); }
.addon-check { position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--gray-200); background: var(--white); display: flex; align-items: center; justify-content: center; transition: all var(--t); }
.addon-card.selected .addon-check { background: var(--navy); border-color: var(--navy); }
.addon-icon-wrap { font-size: 26px; min-width: 32px; }
.addon-info { flex: 1; padding-right: 24px; }
.addon-name { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.addon-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.addon-price-tag { font-size: 16px; font-weight: 700; color: var(--navy); white-space: nowrap; align-self: center; }
.paket-banner { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--navy); font-size: 14px; font-weight: 700; padding: 14px 24px; border-radius: var(--radius); text-align: center; display: none; margin-bottom: 32px; animation: fadeUp 0.3s ease; }
.paket-banner.visible { display: block; }
@keyframes fadeUp { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }

/* CHECKOUT BLOCK */
.checkout-block { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 8px; box-shadow: var(--shadow); }
.checkout-plate-mini { margin-bottom: 16px; }
.checkout-plate-mini canvas { max-width: 100%; border-radius: 4px; box-shadow: var(--shadow); }
.checkout-lines { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.checkout-line { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-muted); padding: 6px 0; border-bottom: 1px solid var(--gray-100); }
.checkout-line .cl-name { font-weight: 500; }
.checkout-line .cl-price { font-weight: 600; color: var(--text); }
.checkout-total { display: flex; justify-content: space-between; align-items: center; padding: 14px 0 6px; border-top: 2px solid var(--navy); font-size: 15px; font-weight: 700; color: var(--navy); }
.checkout-total-price { font-size: 28px; }
.checkout-note { font-size: 11px; color: var(--gray-400); line-height: 1.5; }
.btn-checkout { width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--gold); color: var(--navy); font-size: 17px; font-weight: 700; padding: 18px 28px; border-radius: var(--radius); border: none; cursor: pointer; transition: all var(--t); box-shadow: 0 4px 20px rgba(245,196,0,0.35); margin-bottom: 14px; }
.btn-checkout:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(245,196,0,0.45); }
.btn-checkout:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.checkout-trust-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; font-size: 12px; color: var(--gray-400); }

/* ── EMAIL MODAL ── */
.email-modal-overlay { position: fixed; inset: 0; background: rgba(15,26,48,0.65); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease; }
.email-modal-overlay.active { opacity: 1; visibility: visible; }
.email-modal { position: relative; background: var(--white); border-radius: var(--radius-lg); padding: 36px 32px; max-width: 420px; width: 90%; box-shadow: 0 24px 80px rgba(0,0,0,0.3); transform: translateY(20px) scale(0.97); transition: transform 0.3s cubic-bezier(0.16,1,0.3,1); text-align: center; }
.email-modal-overlay.active .email-modal { transform: translateY(0) scale(1); }
.email-modal-close { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 22px; color: var(--gray-400); cursor: pointer; line-height: 1; padding: 4px; transition: color var(--t); }
.email-modal-close:hover { color: var(--navy); }
.email-modal-icon { font-size: 36px; margin-bottom: 12px; }
.email-modal-title { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.email-modal-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin-bottom: 24px; }
.email-modal-input { width: 100%; padding: 14px 16px; border: 2px solid var(--gray-200); border-radius: var(--radius); font-size: 15px; color: var(--navy); outline: none; transition: border-color var(--t); font-family: inherit; }
.email-modal-input:focus { border-color: var(--gold); }
.email-modal-input.error { border-color: #e53e3e; }
.email-modal-error { font-size: 12px; color: #e53e3e; margin-top: 6px; min-height: 18px; }
.email-modal-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--gold); color: var(--navy); font-size: 16px; font-weight: 700; padding: 16px 24px; border-radius: var(--radius); border: none; cursor: pointer; transition: all var(--t); box-shadow: 0 4px 20px rgba(245,196,0,0.35); margin-top: 16px; }
.email-modal-submit:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(245,196,0,0.45); }
.email-modal-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.email-modal-privacy { font-size: 11px; color: var(--gray-400); margin-top: 14px; line-height: 1.5; }

/* WARUM WIR — BENTO */
.why-us { padding: 80px 24px; background: var(--navy); }
.why-us .section-label { color: rgba(245,196,0,0.85); }
.bento-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.bento-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 28px; transition: all var(--t); color: var(--white); cursor: default; }
.bento-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); border-color: rgba(255,255,255,0.2); }
a.bento-card { cursor: pointer; }
.bento-din { grid-column: 1; grid-row: 1 / 3; display: flex; flex-direction: column; }
.bento-speed { grid-column: 2; grid-row: 1; }
.bento-price { grid-column: 3; grid-row: 1; }
.bento-service { grid-column: 2; grid-row: 2; }
.bento-stats { grid-column: 3; grid-row: 2; }
.bento-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.bento-icon { font-size: 32px; margin-bottom: 12px; }
.bento-big { font-size: 52px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 10px; font-family: 'Rajdhani', sans-serif; }
.bento-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.bento-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; flex: 1; }
.bento-link { margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--gold); display: inline-flex; align-items: center; gap: 4px; transition: gap var(--t); }
a.bento-card:hover .bento-link { gap: 8px; }
.bento-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bento-stat { display: flex; flex-direction: column; gap: 3px; }
.bs-num { font-size: 22px; font-weight: 700; color: var(--gold); line-height: 1; font-family: 'Rajdhani', sans-serif; }
.bs-label { font-size: 11px; color: rgba(255,255,255,0.45); }

/* FAQ */
.faq { padding: 80px 24px; background: var(--off-white); }
.faq-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.faq-left { min-width: 0; }
.faq-list { max-width: 720px; }
.faq-cta { background: var(--navy); border-radius: var(--radius-lg); padding: 32px; min-width: 260px; max-width: 300px; }
.faq-cta-title { font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.faq-cta p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }
.faq-cta .btn-whatsapp { margin-top: 20px; }
.faq-item { border-bottom: 1px solid var(--gray-200); padding: 20px 0; cursor: pointer; }
.faq-q { display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 600; color: var(--navy); gap: 16px; }
.faq-toggle { width: 26px; height: 26px; min-width: 26px; border: 2px solid var(--gray-200); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--gray-400); transition: all var(--t); font-weight: 300; }
.faq-item.open .faq-toggle { background: var(--navy); border-color: var(--navy); color: white; transform: rotate(45deg); }
.faq-a { font-size: 14px; color: var(--text-muted); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 200px; padding-top: 14px; }

/* CONTACT */
.contact { padding: 80px 24px; background: var(--navy); }
.contact .section-label { color: rgba(245,196,0,0.85); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon { font-size: 18px; min-width: 26px; }
.contact-label { font-size: 10px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2px; }
.contact-value { font-size: 14px; color: var(--white); font-weight: 500; }
.contact-value a { color: var(--gold); }
.contact-cta-title { font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.contact-cta-block p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 10px; background: var(--green); color: var(--white); font-size: 15px; font-weight: 600; padding: 14px 24px; border-radius: var(--radius); transition: all var(--t); margin-top: 20px; }
.btn-whatsapp:hover { background: #1eb85a; transform: translateY(-2px); }

/* FOOTER — metallic silver */
.footer {
    background: linear-gradient(135deg, #c8cdd6 0%, #e8eaed 40%, #b8bcc4 70%, #d0d4db 100%);
    padding: 28px 24px;
    border-top: 1px solid #a8adb6;
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; position: relative; z-index: 1; }
.footer .logo-primary { color: var(--navy-dark); }
.footer .logo-secondary { color: #5a6480; }
.footer .logo-mark { background: var(--navy-dark); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; color: #4a5060; transition: color var(--t); font-weight: 500; }
.footer-links a:hover { color: var(--navy); }
.footer-copy { font-size: 12px; color: #6a7080; font-weight: 400; }

/* WHATSAPP */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 200; transition: transform var(--t), box-shadow var(--t); }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37,211,102,0.5); }

/* WATERMARK LOGO */
.watermark-logo { position: fixed; bottom: 24px; left: 24px; width: 90px; height: 90px; opacity: 0.08; pointer-events: none; z-index: 0; }
.watermark-logo img { width: 100%; height: 100%; object-fit: contain; }

/* SCROLL OFFSET for sticky nav + progress bar */
#configurator { scroll-margin-top: 140px; }

/* MOBILE STICKY BAR */
.mobile-sticky { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: var(--white); border-top: 1px solid var(--gray-200); padding: 12px 20px; box-shadow: 0 -4px 20px rgba(26,39,68,0.12); align-items: center; justify-content: space-between; gap: 16px; }
.mobile-sticky-left { display: flex; flex-direction: column; }
.mobile-sticky-label { font-size: 10px; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.08em; }
.mobile-sticky-price { font-size: 22px; font-weight: 700; color: var(--navy); line-height: 1; }
.mobile-sticky-btn { background: var(--gold); color: var(--navy); font-size: 15px; font-weight: 700; padding: 13px 24px; border-radius: var(--radius); border: none; cursor: pointer; transition: all var(--t); flex-shrink: 0; }
.mobile-sticky-btn:hover { background: var(--gold-light); }

/* ─── HERO PHOTO BACKGROUND ─── */
.hero { position: relative; }
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 52%; filter: brightness(0.32) saturate(0.65); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,20,40,0.75) 0%, rgba(26,39,68,0.55) 60%, rgba(36,53,96,0.45) 100%); }
.hero-container { position: relative; z-index: 1; }

/* ─── CONFIGURATOR WATERMARK ─── */
.configurator { position: relative; overflow: hidden; }
.configurator-watermark { position: absolute; right: -60px; top: 50%; transform: translateY(-50%) rotate(-8deg); width: 420px; opacity: 0.04; pointer-events: none; z-index: 0; }
.configurator-watermark img { width: 100%; height: auto; }
.configurator .container { position: relative; z-index: 1; }

/* ─── PLATE TYPE STRIP ─── */
.plate-type-strip { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; flex-wrap: wrap; }
.plate-type-label { font-size: 12px; font-weight: 700; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.plate-type-scroll { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.plate-type-scroll::-webkit-scrollbar { height: 3px; }
.plate-type-scroll::-webkit-scrollbar-track { background: var(--gray-100); border-radius: 2px; }
.plate-type-scroll::-webkit-scrollbar-thumb { background: var(--gray-400); border-radius: 2px; }
.plate-type-btn { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0; border: 2px solid var(--gray-200); border-radius: var(--radius); background: var(--white); cursor: pointer; transition: all var(--t); overflow: hidden; min-width: 110px; box-shadow: var(--shadow); }
.plate-type-btn:hover { border-color: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.plate-type-btn.active { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,39,68,0.1), var(--shadow); }
.plate-type-img { width: 100%; height: 52px; object-fit: cover; display: block; }
.plate-type-btn span { font-size: 11px; font-weight: 600; color: var(--text); padding: 6px 8px; text-align: center; transition: color var(--t); }
.plate-type-btn.active span { color: var(--navy); }

/* ─── ELEKTRO SUFFIX BUTTON ─── */
.suffix-elektro { display: flex; align-items: center; gap: 0; padding: 0; overflow: hidden; }
.suffix-elektro-img { width: 32px; height: 100%; object-fit: cover; object-position: center 35%; display: block; flex-shrink: 0; border-right: 1px solid rgba(255,255,255,0.2); }
.suffix-elektro { padding-right: 12px; }
.suffix-btn.suffix-elektro.active .suffix-elektro-img { opacity: 0.8; }


.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Contact three-column ───────────────────────── */

.contact-grid-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}
.contact-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}

.contact-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 280px;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
}

@media (max-width: 960px) {
    .contact-grid-three {
        grid-template-columns: 1fr 1fr;
    }

    .contact-map {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .contact-grid-three {
        grid-template-columns: 1fr;
    }
    .contact-grid-two {
        grid-template-columns: 1fr;
    }
}



/* ── Downloads ─────────────────────────────────── */

.downloads { padding: 80px 0; background: var(--off-white); }

.downloads-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.download-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--gray-200);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: box-shadow var(--t), transform var(--t), border-color var(--t);
}

.download-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--gold);
}

.download-icon-wrap {
  width: 60px;
  height: 60px;
  background: var(--navy);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.download-body { flex: 1; }

.download-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  background: var(--gray-100);
  border-radius: 4px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.download-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 10px;
}

.download-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 14px;
}

.download-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.download-format {
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  background: var(--navy-light);
  border-radius: 4px;
  padding: 2px 8px;
  letter-spacing: 0.05em;
}

.download-hint {
  font-size: 12px;
  color: var(--gray-400);
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background var(--t), transform var(--t);
  align-self: flex-start;
}

.btn-download:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .downloads-grid { grid-template-columns: 1fr; }
  .contact-map iframe { height: 220px; }
}

/* RESPONSIVE */
@media (max-width: 960px) {
    .hero-container { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { display: none; }
    .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .bento-din { grid-column: 1 / 3; grid-row: auto; }
    .bento-speed, .bento-price, .bento-service, .bento-stats { grid-column: auto; grid-row: auto; }
    .checkout-block { grid-template-columns: 1fr; gap: 28px; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-grid-two { grid-template-columns: 1fr; gap: 32px; }
    .faq-inner { grid-template-columns: 1fr; }
    .faq-cta { max-width: 100%; }
    .addon-grid { grid-template-columns: 1fr; }
    .options-grid { grid-template-columns: 1fr; max-width: 400px; }
}
@media (max-width: 600px) {
    .plate-inputs { flex-direction: column; align-items: center; }
    .input-sep { display: none; }
    .hero-stats { gap: 14px; }
    .stat-divider { display: none; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-din { grid-column: 1; }
    .mobile-sticky { display: flex; }
    .whatsapp-float { bottom: 80px; }
    .progress-bar { top: 64px; }
}

/* ─── ANCHOR TICKER ─── */
.anchor-banner { background: var(--gold); overflow: hidden; padding: 0; }
.anchor-ticker-wrap { overflow: hidden; width: 100%; }
.anchor-ticker { display: flex; white-space: nowrap; animation: tickerScroll 32s linear infinite; }
.anchor-ticker-item { display: inline-flex; align-items: center; padding: 12px 40px; font-size: 14px; font-weight: 600; color: var(--navy); border-right: 1px solid rgba(26,39,68,0.15); flex-shrink: 0; }
@keyframes tickerScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ─── PLATE TYPE STRIP v2 ─── */
.plate-type-strip { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 36px; flex-wrap: wrap; }
.plate-type-label { font-size: 12px; font-weight: 700; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; padding-top: 8px; }
.plate-type-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; flex-wrap: nowrap; scrollbar-width: none; }
.plate-type-scroll::-webkit-scrollbar { display: none; }
.plate-type-btn { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 12px; border: 1.5px solid var(--gray-200); border-radius: 12px; background: var(--white); cursor: pointer; transition: all var(--t); position: relative; min-width: 160px; overflow: visible; }
.plate-type-btn:hover { border-color: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow); }
.plate-type-btn.active { border: 2px solid var(--navy); box-shadow: 0 0 0 3px rgba(26,39,68,0.12); }
.plate-type-btn span:not(.plate-type-contact-badge) { font-size: 13px; font-weight: 600; color: var(--text); text-align: center; line-height: 1.3; }
.plate-type-btn.active span:not(.plate-type-contact-badge) { color: var(--navy); }
.plate-type-contact { opacity: 0.75; }
.plate-type-contact-badge { position: absolute; top: -7px; right: -4px; background: var(--navy); color: var(--white); font-size: 9px; font-weight: 700; padding: 2px 5px; border-radius: 4px; letter-spacing: 0.04em; }
.plate-type-svg { display: block; width: 140px; height: 37px; }

/* ─── CONTACT PROMPT ─── */
.plate-type-contact-prompt { display: flex; align-items: center; gap: 14px; background: #f0f4ff; border: 1px solid #c7d3f5; border-radius: var(--radius-lg); padding: 18px 22px; margin-bottom: 24px; flex-wrap: wrap; }
.ptcp-icon { font-size: 28px; }
.ptcp-text { flex: 1; min-width: 200px; }
.ptcp-text strong { display: block; font-size: 14px; color: var(--navy); margin-bottom: 3px; }
.ptcp-text span { font-size: 13px; color: var(--text-muted); }
.ptcp-btn { background: var(--navy); color: var(--white); font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: var(--radius); transition: all var(--t); white-space: nowrap; }
.ptcp-btn:hover { background: var(--navy-light); }
.ptcp-btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); margin-left: 6px; }
.ptcp-btn-outline:hover { background: var(--navy); color: var(--white); }

/* ─── KENNZEICHENTYPEN EDUCATIONAL SECTION ─── */
.kennt-edu { padding: 80px 24px; background: var(--off-white); }
.section-intro { font-size: 15px; color: var(--text-muted); line-height: 1.75; max-width: 720px; margin: 16px auto 0; text-align: center; }
.kennt-structure { display: flex; align-items: center; gap: 40px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px 32px; margin-bottom: 48px; flex-wrap: wrap; box-shadow: var(--shadow); }
.kennt-structure-plate { flex-shrink: 0; }
.kennt-structure-plate svg { display: block; max-width: 100%; }
.kennt-structure-labels { display: flex; flex-direction: column; gap: 14px; flex: 1; min-width: 220px; }
.ks-label { display: flex; align-items: flex-start; gap: 12px; }
.ks-tag { width: 24px; height: 24px; min-width: 24px; background: var(--navy); color: var(--gold); font-size: 12px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.ks-label strong { font-size: 13px; color: var(--navy); display: block; margin-bottom: 2px; }
.ks-label p { font-size: 12px; color: var(--text-muted); margin: 0; line-height: 1.5; }
.kennt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kennt-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: all var(--t); display: flex; flex-direction: column; }
.kennt-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.kennt-card-plate { background: var(--gray-100); padding: 14px 10px; display: flex; align-items: center; justify-content: center; min-height: 70px; }
.kennt-card-plate svg { display: block; max-width: 100%; }
.kennt-card-plate img { display: block; max-width: 100%; height: 50px; object-fit: contain; }
.kennt-card-body { padding: 14px 16px 18px; flex: 1; }
.kennt-card-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; margin-bottom: 8px; }
.kennt-card-body h3 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 6px; letter-spacing: 0.01em; line-height: 1.3; }
.kennt-card-body p { font-size: 12px; color: var(--text-muted); line-height: 1.65; margin: 0; letter-spacing: 0.01em; }

@media (max-width: 960px) {
    .kennt-grid { grid-template-columns: repeat(2, 1fr); }
    .kennt-structure { flex-direction: column; }
}
@media (max-width: 600px) {
    .kennt-grid { grid-template-columns: 1fr; }
    .plate-type-scroll { flex-wrap: nowrap; }
}

/* ── Unser Service ──────────────────────────────── */
.service {
    padding: 80px 0;
    background: var(--navy-dark);
}

.service .section-title {
    color: var(--white);
}

.service .section-label {
    color: var(--gold);
    border-color: rgba(245,196,0,0.3);
}

.service .section-intro {
    color: var(--gray-400);
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 48px;
}

.service-card {
    background: var(--navy-light);
    border: 1.5px solid rgba(255,255,255,0.07);
    border-radius: var(--radius-lg);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: border-color var(--t), transform var(--t);
}

.service-card:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

.service-card-highlight {
    border-color: var(--gold);
    background: linear-gradient(135deg, var(--navy-light) 0%, rgba(245,196,0,0.06) 100%);
}

.service-highlight-badge {
    position: absolute;
    top: -12px;
    left: 24px;
    background: var(--gold);
    color: var(--navy-dark);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 12px;
    border-radius: 20px;
}

.service-icon-wrap {
    width: 52px;
    height: 52px;
    background: rgba(245,196,0,0.1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    flex-shrink: 0;
}

.service-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
}

.service-card-desc {
    font-size: 14px;
    color: var(--gray-400);
    line-height: 1.6;
    margin: 0;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.service-tag {
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    background: rgba(245,196,0,0.1);
    border: 1px solid rgba(245,196,0,0.2);
    border-radius: 20px;
    padding: 4px 14px;
}

.service-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-checklist li {
    font-size: 14px;
    color: var(--gray-200);
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
}

.service-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}

.service-pricing {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(0,0,0,0.2);
    border-radius: var(--radius);
    padding: 16px;
}

.service-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-price-label {
    font-size: 14px;
    color: var(--gray-200);
}

.service-price-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
}

.service-price-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
}

.service-price-note {
    font-size: 11px;
    color: var(--gray-400);
    margin: 0;
}

.service-hours {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--gray-200);
}

.service-hours-time {
    font-weight: 600;
    color: var(--white);
}

.service-hours-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245,196,0,0.1);
    border: 1px solid rgba(245,196,0,0.2);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
    align-self: flex-start;
}

@media (max-width: 768px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════════
   MOBILE RESPONSIVE — 768px (tablet / large mobile)
   ═══════════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* ── General ── */
    .container { padding: 0 16px; }

    /* ── Nav ── */
    .nav-inner { padding: 0 16px; }
    .logo-primary { font-size: 13px; }
    .nav-cta { padding: 9px 16px; font-size: 13px; min-height: 44px; display: inline-flex; align-items: center; }

    /* ── Hero ── */
    .hero { padding: 88px 0 56px; }
    .hero-title { font-size: 32px; }
    .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; flex-wrap: unset; }
    .stat-divider { display: none; }
    .hero-btn { width: 100%; justify-content: center; }

    /* ── Anchor ticker ── */
    .anchor-ticker-item { font-size: 13px; padding: 10px 20px; }

    /* ── Progress bar ── */
    .progress-bar { padding: 12px 16px; }

    /* ── Configurator ── */
    .configurator { padding: 60px 0; }
    .plate-preview-wrap canvas { width: 100%; }
    .options-grid { grid-template-columns: 1fr; max-width: 100%; }
    .input-group input { font-size: 16px; }

    /* ── Add-ons ── */
    .addons { padding: 60px 0; }
    .addon-price-tag { align-self: center; }
    .checkout-block { padding: 20px 16px; gap: 20px; }
    .btn-checkout { width: 100%; }

    /* ── Bento (Warum wir) ── */
    .why-us { padding: 60px 0; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-din,
    .bento-speed,
    .bento-price,
    .bento-service,
    .bento-stats { grid-column: 1; grid-row: auto; }
    .bento-big { font-size: 48px; }

    /* ── Wissen (Kennt-edu) ── */
    .kennt-edu { padding: 60px 0; }
    .kennt-structure-plate svg { width: 100%; height: auto; }

    /* ── Service ── */
    .service { padding: 60px 0; }

    /* ── Downloads ── */
    .downloads { padding: 60px 0; }

    /* ── FAQ ── */
    .faq { padding: 60px 0; }

    /* ── Contact ── */
    .contact { padding: 60px 0; }
    .contact-grid-three { grid-template-columns: 1fr; }
    .contact-map { grid-column: 1; min-height: unset; }
    .contact-map iframe { height: 220px; min-height: unset; }

    /* ── Footer ── */
    .footer-inner { flex-direction: column; align-items: center; gap: 16px; text-align: center; }
    .footer-links { justify-content: center; flex-wrap: wrap; }

    /* ── Minimum tap targets (44 × 44 px) ── */
    .btn-primary,
    .btn-checkout,
    .btn-download,
    .btn-whatsapp,
    .mobile-sticky-btn { min-height: 44px; }
    .faq-item { padding: 16px 0; }
    .faq-toggle { min-width: 44px; min-height: 44px; }
}

/* ═══════════════════════════════════════════════════
   MOBILE RESPONSIVE — 480px (small mobile / iPhone SE)
   ═══════════════════════════════════════════════════ */
@media (max-width: 480px) {

    /* ── Hide hero visual canvas ── */
    .hero-visual { display: none; }

    /* ── Progress bar: show step numbers only ── */
    .step-label { display: none; }
    .progress-bar { padding: 10px 16px; }
    .progress-inner { gap: 0; }

    /* ── iOS: prevent auto-zoom on input focus (min 16px) ── */
    .input-group input,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    select,
    textarea { font-size: 16px; }

    /* ── Mobile sticky sits above browser chrome ── */
    .whatsapp-float { bottom: 84px; }
}

/* ═══════════════════════════════════════════════════
   TOUCH: remove sticky translateY hover states
   ═══════════════════════════════════════════════════ */
@media (hover: none) and (pointer: coarse) {
    .nav-cta:hover { transform: none; }
    .btn-primary:hover { transform: none; box-shadow: 0 4px 16px rgba(26,39,68,0.2); }
    .btn-checkout:hover { transform: none; box-shadow: 0 4px 20px rgba(245,196,0,0.35); }
    .btn-download:hover { transform: none; }
    .btn-whatsapp:hover { transform: none; }
    .bento-card:hover { transform: none; }
    .addon-card:hover { transform: none; }
    .service-card:hover { transform: none; }
    .kennt-card:hover { transform: none; }
    .download-card:hover { transform: none; }
    .plate-type-btn:hover { transform: none; box-shadow: var(--shadow); }
}
