/* ==========================================================================
   XMADE Systems – Redesign-Overrides (2026-07)
   Ruhiger, professioneller Look. Weniger Emojis, klarere Typo,
   einheitliche Line-Icons, gestraffte Farben.
   Ohne Änderungen an styles.css – wird zusätzlich geladen.
   ========================================================================== */

/* ---------- Farbtokens straffen ---------- */
:root {
    --accent-primary: #3b82f6;
    --accent-hover:   #2563eb;
    --accent-soft:    rgba(59,130,246,0.14);
    --line-strong:    rgba(255,255,255,0.10);
    --line-subtle:    rgba(255,255,255,0.06);
}

/* ---------- Typo-Tweak für Ruhe & Hierarchie ---------- */
body { letter-spacing: -0.005em; }

.hero-title,
.hero .title-line,
h1, h2, h3 {
    letter-spacing: -0.022em;
    font-weight: 800;
}
.hero-title { line-height: 1.05; }
.hero-title .title-line { display: block; }

/* Section-Weißraum großzügiger */
section.services,
section.about,
section.contact,
section.faq,
section.pricing,
section.testimonials,
section.trust,
section.process,
section.team-section { padding-top: 100px; padding-bottom: 100px; }
@media (max-width: 768px) {
    section.services, section.about, section.contact, section.faq,
    section.pricing, section.testimonials, section.trust, section.process,
    section.team-section { padding-top: 64px; padding-bottom: 64px; }
}

/* ---------- Top-Banner: statischer Aktions-Banner aus ---------- */
/* Der dynamische Admin-Banner (activePromo) bleibt aktiv, der leere
   Fallback wird zuverlässig versteckt. */
.top-banner:not([data-promo]) { display: none !important; }
.top-banner .banner-content:empty { display: none !important; }

/* ---------- Info-Bar: dezent, keine Emojis ---------- */
.info-bar {
    background: rgba(15, 15, 18, 0.65);
    border-bottom: 1px solid var(--line-subtle);
    font-size: 12px;
}
.info-bar .container { padding-top: 8px; padding-bottom: 8px; }
.info-bar .info-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.info-bar .info-item,
.info-bar .info-link {
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.01em;
    font-size: 12px;
    text-decoration: none;
}
.info-bar .info-link:hover { color: #fff; }
.info-bar .info-left,
.info-bar .info-right { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }

/* ---------- Nav-Buttons: dezenter, keine Emojis ---------- */
.btn-customer-login,
.btn-cta {
    padding: 9px 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.005em;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-customer-login {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.12);
    color: #e2e8f0;
}
.btn-customer-login:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.24);
    color: #fff;
    transform: none;
    box-shadow: none;
}
.btn-cta {
    background: var(--accent-primary);
    border: 1px solid var(--accent-primary);
    color: #fff;
}
.btn-cta:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #fff;
    transform: none;
    box-shadow: 0 6px 20px rgba(37,99,235,0.35);
}
.btn-xmadeguard { display: none !important; }
.btn-customer-login svg,
.btn-cta svg { width: 15px; height: 15px; }

/* ---------- Mega-Menüs: Cleanup ---------- */
.mega-dropdown { border: 1px solid var(--line-subtle); }
.mega-dropdown-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 32px !important;
    padding: 28px 32px !important;
}
.mega-column h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent-primary) !important;
    margin-bottom: 14px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line-subtle);
}
.mega-column a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 8px 0 !important;
    font-size: 14px;
    color: #cbd5e1 !important;
    border: 0 !important;
    background: transparent !important;
    transition: color .15s ease, transform .15s ease;
}
.mega-column a:hover {
    color: #fff !important;
    transform: translateX(3px);
    background: transparent !important;
}
/* Chevron vor jedem Menü-Punkt, ersetzt die Emoji-Icons */
.mega-column a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid var(--accent-primary);
    border-top: 1.5px solid var(--accent-primary);
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: 0.75;
}
.mega-column a .mega-icon { display: none !important; }

/* Promo-Karten im Menü komplett raus */
.mega-promo-card,
.mega-promo-hot,
.mega-promo-new { display: none !important; }

/* NEU-Badge dezenter */
.mega-column a span[style*="background:#10b981"],
.mega-column a span[style*="background:#3b82f6"] {
    background: transparent !important;
    color: var(--accent-primary) !important;
    border: 1px solid var(--accent-primary);
    padding: 1px 6px !important;
    font-size: 9px !important;
    letter-spacing: 0.08em;
    font-weight: 700 !important;
    border-radius: 4px !important;
}

/* ---------- Nav-Links Underline dezenter ---------- */
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.78);
}
.nav-link:hover, .nav-link.active { color: #fff; }
.dropdown-arrow { font-size: 8px; margin-left: 4px; opacity: 0.6; }

/* ---------- Hero: dezenter Chip statt Neon ---------- */
.service-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid var(--line-strong);
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    box-shadow: none;
    backdrop-filter: none;
}
.service-hint .hint-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-primary);
    width: 14px;
    height: 14px;
    background: none;
    animation: none;
    font-size: 14px;
    line-height: 1;
}
.service-hint .hint-icon svg { width: 14px; height: 14px; }

/* Hero-Titel bissl mehr Wumms */
.hero-title { font-size: clamp(2.5rem, 6vw, 4.75rem); }
.hero-subtitle { color: rgba(255,255,255,0.65); font-weight: 400; }

/* Buttons im Hero: ruhiger */
.btn-hero-primary { box-shadow: 0 8px 24px rgba(37,99,235,0.28); }
.btn-hero-primary:hover { box-shadow: 0 10px 30px rgba(37,99,235,0.45); }
.btn-hero-secondary { border-color: rgba(255,255,255,0.15); }

/* Stats-Zahlen tighter */
.hero-stats .stat-number {
    letter-spacing: -0.03em;
    font-weight: 800;
}

/* ---------- Footer: Kanten weicher, Icons konsistent ---------- */
.footer-links a { color: rgba(255,255,255,0.6); }
.footer-links a:hover { color: #fff; }

/* ---------- Preloader-Emoji sanft überschreiben, falls sichtbar ---------- */
.preloader-tips .tip { color: rgba(255,255,255,0.55) !important; }

/* =========================================================================
   REPOSITIONING 2026-07-02 — Dual-Hero, B2B-Sektion, Sticky-Widget
   ========================================================================= */

/* ---------- Hero: Dual-CTA Buttons kompakt nebeneinander ---------- */
.hero-buttons-dual {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.hero-buttons-dual .btn-hero {
    flex: 1 1 260px;
    min-height: 68px;
    padding: 14px 20px;
    border-radius: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.hero-buttons-dual .btn-hero:hover { transform: translateY(-2px); }
.hero-buttons-dual .btn-hero-content {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}
.hero-buttons-dual .btn-hero-icon { width: 26px; height: 26px; flex-shrink: 0; }
.btn-hero-label { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.btn-hero-kicker {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 3px;
}
.btn-hero-text { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.hero-buttons-dual .btn-hero-arrow svg { width: 20px; height: 20px; opacity: 0.7; }

.hero-buttons-dual .btn-hero-primary {
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-hover));
    color: #fff;
    border: 1px solid transparent;
}
.hero-buttons-dual .btn-hero-secondary {
    background: rgba(255,255,255,0.04);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.14);
}
.hero-buttons-dual .btn-hero-secondary:hover { border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.07); }

@media (max-width: 640px) {
    .hero-buttons-dual { gap: 10px; }
    .hero-buttons-dual .btn-hero { flex: 1 1 100%; }
}

/* ---------- Section-Kicker (kleines Label über H2) ---------- */
.section-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-primary);
    margin-bottom: 12px;
    padding: 6px 14px;
    background: var(--accent-soft);
    border-radius: 999px;
}

/* ---------- B2B-Sektion "Für Unternehmen" ---------- */
.for-business {
    padding: 100px 0 90px;
    background: linear-gradient(180deg, #0b0b0e 0%, var(--dark-bg, #0f0f12) 100%);
    position: relative;
}
.for-business::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(59,130,246,0.08), transparent 70%);
    pointer-events: none;
}
.for-business > .container { position: relative; }
.for-business .section-header { margin-bottom: 56px; text-align: center; }

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 960px) { .business-grid { grid-template-columns: 1fr; } }

.business-card {
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    transition: border-color .18s ease, transform .18s ease, background .18s ease;
    position: relative;
    overflow: hidden;
}
.business-card:hover {
    border-color: var(--accent-primary);
    transform: translateY(-4px);
    background: rgba(255,255,255,0.05);
}
.business-card-featured {
    border-color: rgba(59,130,246,0.4);
    background: linear-gradient(160deg, rgba(59,130,246,0.06), rgba(255,255,255,0.03));
}
.business-card-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 4px 10px;
    background: var(--accent-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
}
.business-card-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    border-radius: 12px;
    color: var(--accent-primary);
    margin-bottom: 20px;
}
.business-card-icon svg { width: 28px; height: 28px; }
.business-card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 12px;
    color: var(--text-primary, #f8fafc);
}
.business-card-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-secondary, #94a3b8);
    margin: 0 0 20px;
}
.business-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.75);
}
.business-card-list li {
    position: relative;
    padding-left: 22px;
}
.business-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 6px;
    border-left: 2px solid var(--accent-primary);
    border-bottom: 2px solid var(--accent-primary);
    transform: rotate(-45deg);
}
.business-card-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 14px 0;
    border-top: 1px solid var(--line-subtle);
    margin-top: auto;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.business-card-price .price-from {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.business-card-price .price-value {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}
.business-card-price .price-period {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}
.business-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-primary);
}
.business-card-cta svg { width: 16px; height: 16px; transition: transform .15s ease; }
.business-card:hover .business-card-cta svg { transform: translateX(4px); }

/* Trust-Row unter B2B */
.business-trust {
    margin-top: 56px;
    padding: 28px 24px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--line-subtle);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}
.business-trust-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.business-trust-items {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.business-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.business-trust-item svg {
    width: 22px;
    height: 22px;
    color: var(--accent-primary);
    opacity: 0.85;
}

/* ---------- Sticky Kontakt-Widget (rechts unten) ---------- */
.xw-sticky {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9500;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
    font-family: inherit;
}
.xw-sticky-toggle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-hover));
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(59,130,246,0.35), 0 4px 12px rgba(0,0,0,0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}
.xw-sticky-toggle:hover { transform: scale(1.06); }
.xw-sticky-toggle svg { width: 26px; height: 26px; }
.xw-sticky-toggle .xw-close-icon { display: none; }
.xw-sticky.open .xw-sticky-toggle .xw-open-icon { display: none; }
.xw-sticky.open .xw-sticky-toggle .xw-close-icon { display: inline-block; }

.xw-sticky-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}
.xw-sticky.open .xw-sticky-items {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.xw-sticky-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 10px 12px;
    background: #18181c;
    color: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    transition: transform .15s ease, border-color .15s ease;
}
.xw-sticky-item:hover { transform: translateX(-2px); border-color: var(--accent-primary); }
.xw-sticky-item svg { width: 20px; height: 20px; }
.xw-sticky-item.xw-whatsapp svg { color: #25d366; }
.xw-sticky-item.xw-phone svg { color: var(--accent-primary); }
.xw-sticky-item.xw-callback svg { color: #f59e0b; }

@media (max-width: 640px) {
    .xw-sticky { right: 14px; bottom: 14px; }
    .xw-sticky-toggle { width: 52px; height: 52px; }
    .xw-sticky-item { font-size: 13px; padding: 8px 14px 8px 10px; }
}

/* ---------- Callback-Modal ---------- */
.xw-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    z-index: 9800;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.xw-modal.open { display: flex; }
.xw-modal-box {
    background: #18181c;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    padding: 32px 28px;
    max-width: 440px;
    width: 100%;
    color: #fff;
    position: relative;
}
.xw-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}
.xw-modal h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: -0.02em; }
.xw-modal p { margin: 0 0 20px; color: rgba(255,255,255,0.65); font-size: 14px; }
.xw-modal label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin: 12px 0 6px; }
.xw-modal input, .xw-modal textarea {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 14.5px;
    box-sizing: border-box;
}
.xw-modal input:focus, .xw-modal textarea:focus { outline: none; border-color: var(--accent-primary); }
.xw-modal-submit {
    margin-top: 18px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-hover));
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.01em;
    border-radius: 10px;
    cursor: pointer;
}
.xw-modal-submit:hover { filter: brightness(1.08); }
.xw-modal-note { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.4); text-align: center; }
.xw-modal-success { display: none; text-align: center; padding: 20px 0; }
.xw-modal-success svg { width: 56px; height: 56px; color: #10b981; margin-bottom: 12px; }
.xw-modal.success .xw-modal-form { display: none; }
.xw-modal.success .xw-modal-success { display: block; }


/* ============================================
   ICON-KONSISTENZ (xw_icon() Inline-SVG)
   ============================================ */
.mega-icon svg,
.badge-icon svg,
.service-icon svg,
.process-step-icon svg,
.feature-icon svg,
.loyalty-icon svg,
.newsletter-icon svg,
.booking-header-icon svg,
.success-icon svg,
.option-icon svg,
.info-icon svg,
.captcha-icon svg,
.captcha-refresh svg,
.contact-item .contact-icon svg,
.bottom-nav-icon svg,
.bottom-nav-icon-center svg,
.sticky-cta-text svg,
.faq-category-title svg,
.exit-intent-badge svg { display: inline-block; vertical-align: middle; flex-shrink: 0; }

.faq-category-title { display: flex; align-items: center; gap: 10px; }
.sticky-cta-text { display: inline-flex; align-items: center; gap: 8px; }
.exit-intent-badge { display: inline-flex; align-items: center; gap: 8px; }
.captcha-question { display: inline-flex; align-items: center; gap: 8px; }
.captcha-refresh { display: inline-flex; align-items: center; justify-content: center; }
.mega-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; }
.option-icon { display: inline-flex; align-items: center; justify-content: center; }
.info-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bottom-nav-icon, .bottom-nav-icon-center { display: inline-flex; align-items: center; justify-content: center; }
.newsletter-trust span { display: inline-flex; align-items: center; gap: 6px; }

/* ============================================
   HERO-STATS QUALITATIV (ohne Zahlen)
   ============================================ */
.hero-stats.hero-stats-qualitative { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 2rem; }
.hero-stats.hero-stats-qualitative .stat { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 18px 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; transition: border-color 0.2s, transform 0.2s; }
.hero-stats.hero-stats-qualitative .stat:hover { border-color: rgba(0,163,255,0.35); transform: translateY(-2px); }
.hero-stats.hero-stats-qualitative .stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: linear-gradient(135deg, rgba(0,102,255,0.15), rgba(0,163,255,0.08)); color: #00a3ff; }
.hero-stats.hero-stats-qualitative .stat-title { font-size: 1.15rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.hero-stats.hero-stats-qualitative .stat-label { font-size: 0.85rem; color: #94a3b8; line-height: 1.4; }

@media (max-width: 640px) {
  .hero-stats.hero-stats-qualitative { grid-template-columns: 1fr; gap: 10px; }
  .hero-stats.hero-stats-qualitative .stat { flex-direction: row; align-items: center; padding: 12px 14px; }
  .hero-stats.hero-stats-qualitative .stat-icon { width: 36px; height: 36px; flex-shrink: 0; }
  .hero-stats.hero-stats-qualitative .stat-title { font-size: 1rem; margin-right: 8px; }
  .hero-stats.hero-stats-qualitative .stat-label { flex: 1; }
}

/* About-Section stat-cards mit Icons */
.stats-showcase .stat-card .stat-icon { display: flex; justify-content: center; margin-bottom: 8px; }
.stats-showcase .stat-card .stat-title { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 4px; }
