/* ==========================================================================
   Lato - lokal gehostet (keine Verbindung zu Google Fonts)
   Quelle: Google Fonts, Lizenz: SIL Open Font License 1.1
   ========================================================================== */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/assets/fonts/lato-300-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/assets/fonts/lato-300-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;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/lato-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/lato-400-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;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/lato-700-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/lato-700-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;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/assets/fonts/lato-900-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/assets/fonts/lato-900-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-main: #0c0c0c;
    --bg-card: #151515;
    --bg-cta: #1a1a1a;
    --accent: #ff8000;
    --accent-hover: #e06d00;
    --text-main: #ffffff;
    --text-muted: #a3a3a3;
    --font-heading: 'Lato', sans-serif;
    --font-body: 'Lato', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-main);
    color: var(--text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

section {
    scroll-margin-top: 100px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}

.highlight {
    color: var(--accent);
}

.nowrap-desktop {
    white-space: nowrap;
}

/* Inline-Links im Fließtext */
.inline-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(255, 128, 0, 0.45);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight: 500;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.inline-link:hover {
    color: var(--accent);
    text-decoration-color: var(--accent);
}

/* Sticky Top Bar */
.sticky-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--accent);
    color: #000;
    z-index: 5000;
    padding: 0.75rem 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.container-top-bar {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}

.top-contact-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.2s ease;
}

.top-contact-link:hover {
    opacity: 0.7;
}

.top-contact-link i {
    width: 20px;
    height: 20px;
}

/* Header */
.header {
    margin-top: 45px;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: auto;
    width: 120px;
    display: block;
    object-fit: contain;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--text-main);
    cursor: pointer;
}

.mobile-menu-toggle i {
    width: 32px;
    height: 32px;
}

.header-nav ul {
    list-style: none;
    display: flex;
    gap: 2.5rem;
}

.header-nav a {
    color: var(--text-main);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: color 0.3s;
}

.header-nav a:hover {
    color: var(--accent);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border: none;
    font-size: 1.05rem;
}

.btn-primary {
    background-color: var(--accent);
    color: #000;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 128, 0, 0.4);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--accent);
    color: var(--accent);
}

.btn-outline:hover {
    background-color: var(--accent);
    color: #000;
}

/* Hero Section */
.hero {
    padding: 6rem 0 8rem;
    background: radial-gradient(circle at top right, rgba(255, 128, 0, 0.05), transparent 40%);
}

.hero-container {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.hero-content {
    flex: 1.25;
}

.eyebrow {
    color: var(--accent);
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero h1 {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

.hero-desc-mobile-shrink {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    max-width: 650px;
    line-height: 1.6;
}

.trust-list-hero {
    list-style: none;
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.trust-list-hero li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
}

.trust-list-hero i {
    color: var(--accent);
    width: 22px;
    height: 22px;
}

.hero-image {
    flex: 1;
    position: relative;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Stats Section */
.stats {
    padding: 5rem 0;
    background-color: var(--bg-card);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    gap: 2rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
}

.stat-label {
    font-weight: 700;
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Services */
.services {
    padding: 6rem 0;
}

.section-title {
    text-align: center;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    margin-bottom: 5rem;
    font-weight: 900;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.service-card {
    background: linear-gradient(145deg, var(--bg-card), #0f0f0f);
    padding: 4rem 3rem;
    border-radius: 32px;
    border: 1px solid rgba(255, 128, 0, 0.15);
    /* Warmer default border */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 128, 0, 0.03);
    /* Subtle orange underlying glow */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-15px);
    border-color: var(--accent);
    background: #1a1a1a;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 128, 0, 0.1);
}

.icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 128, 0, 0.12);
    /* Slightly more vibrant default */
    border: 1px solid rgba(255, 128, 0, 0.2);
    /* Definite border for the icon */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 128, 0, 0.05);
    /* inner glow feeling */
}

.service-card:hover .icon-wrapper {
    background-color: var(--accent);
    box-shadow: 0 8px 25px rgba(255, 128, 0, 0.3);
}

.service-card:hover .icon-wrapper i {
    color: #000;
}

.icon-wrapper i {
    width: 32px;
    height: 32px;
    color: var(--accent);
    filter: drop-shadow(0 2px 4px rgba(255, 128, 0, 0.2));
    /* Tiny glow on icon */
}

.service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.service-card p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Testimonials Marquee */
.testimonial-section {
    padding: 6rem 0;
}

.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-track {
    display: flex;
    gap: 2rem;
    animation: scrollMarquee 50s linear infinite;
    width: max-content;
    padding: 2rem 0;
}

.marquee-track:hover {
    animation-play-state: paused;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.review-card {
    background-color: var(--bg-card);
    padding: 3rem;
    border-radius: 24px;
    width: 500px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.review-text {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.review-author {
    font-weight: 800;
    color: var(--accent);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.review-author::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--accent);
}

/* Sterne + Datum für echte Google-Rezensionen (per JS aus reviews.json gerendert) */
.review-stars {
    color: var(--accent);
    font-size: 1.05rem;
    letter-spacing: 4px;
    margin-bottom: 1.2rem;
}

.review-date {
    color: var(--text-muted);
    font-weight: 400;
    font-size: 0.95rem;
}

/* Weiterlesen-Link steht als eigene Zeile dicht unter dem gekürzten Zitat */
.review-text.has-more {
    margin-bottom: 0.75rem;
}

.review-more {
    display: inline-block;
    color: var(--accent);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    margin-bottom: 2rem;
    white-space: nowrap;
}

.review-more:hover {
    text-decoration: underline;
}

.reviews-google-cta {
    text-align: center;
    color: var(--text-muted);
    font-size: 1.05rem;
    margin: 0.5rem 0 0;
}

.reviews-google-cta a {
    color: var(--accent);
    font-weight: 700;
}

/* CTA Section */
.cta-section {
    padding: 3rem 0 10rem;
}

.cta-box {
    background: linear-gradient(145deg, #1a1a1a, #0c0c0c);
    padding: 6rem 5rem;
    border-radius: 48px;
    text-align: center;
    border: 1px solid rgba(255, 128, 0, 0.2);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.cta-box h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

.cta-box p {
    font-size: 1.3rem;
    color: var(--text-muted);
    margin-bottom: 4rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------------------------------------- Kontaktformular */
.kontakt-formular {
    max-width: 620px;
    margin: 3.5rem auto 0;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 2.5rem;
}

.cta-box .formular-intro {
    font-size: 1.05rem;
    margin-bottom: 2rem;
    text-align: center;
}

.formular-zeile {
    margin-bottom: 1.25rem;
}

.formular-zeile label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 700;
    font-size: 0.95rem;
}

.formular-zeile input,
.formular-zeile textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
}

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

.formular-zeile input::placeholder,
.formular-zeile textarea::placeholder {
    color: #6b6b6b;
}

.formular-zeile input:focus,
.formular-zeile textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(255, 128, 0, 0.2);
}

/* Honigtopf: fuer Menschen unsichtbar, fuer Bots ein verlockendes Feld.
   Bewusst NICHT display:none - manche Bots ignorieren solche Felder. */
/* Fehlerhaftes Feld: rote Umrandung plus leicht roter Grund. Die Meldung
   darunter nennt zusaetzlich den Grund - Farbe allein reicht nicht, das
   saehen Menschen mit Rotschwaeche nicht. */
.formular-zeile--fehler input,
.formular-zeile--fehler textarea {
    border-color: #e5484d;
    background-color: rgba(229, 72, 77, 0.08);
}

.formular-zeile--fehler input:focus,
.formular-zeile--fehler textarea:focus {
    border-color: #e5484d;
    box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.25);
}

.formular-zeile--fehler label {
    color: #ff9b7a;
}

/* ---------------------------------------- Bestaetigung nach dem Absenden */
.formular-danke {
    position: fixed;
    inset: 0;
    /* Ueber ALLES: Der Einwilligungs-Banner liegt auf 100000, das schwebende
       Kontaktfeld auf 10000. Eine Bestaetigung, deren Schliessen-Knopf hinter
       dem Banner verschwindet, ist eine Sackgasse - besonders auf dem Handy. */
    z-index: 200000;
    display: flex;
    /* Bewusst flex-start statt center: Bei "center" ist ueberstehender Inhalt
       nach OBEN nicht erreichbar, man kann nicht dorthin scrollen. Die
       Zentrierung uebernimmt "margin: auto" am Fenster selbst - das zentriert,
       solange Platz ist, und gibt ihn frei, sobald es eng wird. */
    align-items: flex-start;
    justify-content: center;
    padding: 1.5rem;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.formular-danke[hidden] {
    display: none;
}

body.dialog-offen {
    overflow: hidden;
}

.formular-danke-fenster {
    margin: auto;
    background-color: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    max-width: 460px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.formular-danke-haken {
    color: #7ddc8a;
    margin-bottom: 1rem;
}

.formular-danke-haken svg {
    width: 56px;
    height: 56px;
}

.formular-danke-fenster h3 {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}

.formular-danke-fenster p {
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.formular-danke-eilig {
    font-size: 0.95rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.formular-danke-eilig a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
}

.formular-danke-fenster .btn {
    margin-top: 0.5rem;
}

/* Nur sichtbar, wenn JavaScript aus ist. Dann kann das Formular nichts
   senden - also den Telefonweg anbieten statt den Besucher ins Leere laufen
   zu lassen. Die Nummer steht hier ausnahmsweise im Klartext: Der Spamschutz
   per JavaScript greift ja gerade nicht. */
.formular-noscript {
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(255, 128, 0, 0.4);
    border-radius: 12px;
    background-color: rgba(255, 128, 0, 0.08);
}

.formular-noscript a {
    color: var(--accent);
    font-weight: 700;
    font-size: 1.15rem;
    text-decoration: none;
}

.formular-honigtopf {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.kontakt-formular button[type="submit"] {
    width: 100%;
    margin-top: 0.5rem;
}

.kontakt-formular button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.cta-box .formular-status {
    font-size: 1rem;
    margin: 1.25rem 0 0;
    text-align: center;
    min-height: 1.5rem;
}

.formular-status--fehler {
    color: #ff9b7a;
}

.formular-status--erfolg {
    color: #7ddc8a;
    font-weight: 700;
}

.cta-box .formular-hinweis {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 1.25rem 0 0;
    text-align: center;
}

.cta-box .formular-hinweis a {
    color: var(--accent);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .kontakt-formular {
        margin-top: 2.5rem;
        padding-top: 2rem;
    }
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.cta-pulse {
    animation: ctaPulse 2s infinite;
}

@keyframes ctaPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 128, 0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 128, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 128, 0, 0);
    }
}

/* Footer */
.footer {
    padding: 5rem 0 2rem;
    background-color: #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10rem;
}

.footer-logo-img {
    height: 50px;
    margin-bottom: 2.5rem;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
    /* Better gap after header */
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    /* Natural spacing between links */
}

.footer-links li {
    margin-bottom: 0;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-links a i {
    width: 18px;
    height: 18px;
    color: var(--accent);
}

.footer-links a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Floating Widget */
.floating-widget {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 10000;
}

.floating-btn {
    width: 70px;
    height: 70px;
    background-color: var(--accent);
    color: #000;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-btn:hover {
    transform: scale(1.15) rotate(5deg);
}

.floating-btn i {
    width: 32px;
    height: 32px;
}

.floating-menu {
    position: absolute;
    bottom: 90px;
    right: 0;
    background-color: var(--bg-card);
    /* Dark background */
    width: 300px;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(255, 128, 0, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    display: none;
    transform-origin: bottom right;
}

.floating-menu.active {
    display: block;
    animation: widgetSlideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes widgetSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.floating-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.floating-header strong {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    /* White text for dark background */
}

#closeMenuBtn,
#closeBubbleBtn {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
}

#closeMenuBtn:hover {
    color: var(--accent);
    transform: scale(1.1);
}

.floating-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem;
    background-color: var(--bg-card);
    /* Light background for items */
    border-radius: 16px;
    margin-bottom: 1rem;
    color: #fff;
    /* Dark text */
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 128, 0, 0.1);
}

.floating-item:last-child {
    margin-bottom: 0;
}

.floating-item:hover {
    background-color: var(--bg-cta);
    border-color: var(--accent);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(255, 128, 0, 0.1);
}

.floating-item i {
    width: 22px;
    height: 22px;
    color: var(--accent);
}

/* Push widget up when privacy notice is active */
body.privacy-notice-active .floating-widget {
    transform: translateY(-160px);
    /* Adjust based on banner height */
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* Mobile specific push */
@media (max-width: 768px) {
    body.privacy-notice-active .floating-widget {
        transform: translateY(-220px);
    }

    .chat-bubble {
        bottom: 60px;
    }
}


.wa-link {
    border-color: rgba(37, 211, 102, 0.2);
}

.wa-link:hover {
    border-color: #25D366;
}

.chat-bubble {
    position: absolute;
    bottom: 90px;
    right: 0;
    background-color: var(--bg-card);
    /* Dark background */
    color: #fff;
    /* White Text */
    padding: 1.2rem 1.8rem;
    padding-right: 3.5rem;
    /* Space for the X button */
    border-radius: 20px 20px 0 20px;
    width: 280px;
    display: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 128, 0, 0.3);
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.4;
}

#closeBubbleBtn {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#closeBubbleBtn:hover {
    color: var(--accent);
}

#closeBubbleBtn i {
    width: 16px;
    height: 16px;
}

.chat-bubble.active {
    display: block;
    animation: bubbleBounce 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes bubbleBounce {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Legal Pages Styling */



.legal-page main section {
    background-color: var(--bg-card);
    padding: 4rem;
    border-radius: 32px;
    margin-bottom: 3rem;
    border: 1px solid rgba(255, 128, 0, 0.1);
}

.legal-page main h1 {
    font-size: 4rem;
    margin-bottom: 5rem;
    color: var(--accent);
    border-bottom: 3px solid var(--accent);
    padding-bottom: 2rem;
    font-weight: 950;
}

.legal-page main h2 {
    color: var(--accent);
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 800;
}

.legal-page main h3 {
    font-size: 1.6rem;
    margin: 2.5rem 0 1.2rem;
    color: #fff;
}

.legal-page main h4 {
    font-size: 1.2rem;
    margin: 2rem 0 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-page main p {
    margin-bottom: 1.5rem;
    font-size: 1.15rem;
    color: var(--text-main);
    line-height: 1.8;
}

.legal-page main ul {
    margin: 2rem 0;
    padding-left: 2rem;
}

.legal-page main li {
    margin-bottom: 1rem;
    color: var(--text-muted);
    font-size: 1.1rem;
}

.legal-page main a {
    color: var(--accent);
    text-decoration: underline;
}

/* Fix legal-page link coloring leakages into structural elements */
.legal-page .sticky-top-bar a {
    color: #000 !important;
    text-decoration: none !important;
}
.legal-page .sticky-top-bar a:hover {
    opacity: 0.7 !important;
}

.legal-page .header-nav a {
    color: var(--text-main) !important;
    text-decoration: none !important;
}
.legal-page .header-nav a:hover,
.legal-page .header-nav a.active {
    color: var(--accent) !important;
}

.legal-page .logo a {
    text-decoration: none !important;
}

.legal-page .footer-links a {
    color: var(--text-muted) !important;
    text-decoration: none !important;
}
.legal-page .footer-links a:hover {
    color: var(--accent) !important;
    transform: translateX(5px);
}

.legal-page .btn {
    text-decoration: none !important;
}
.legal-page .btn-primary {
    color: #000 !important;
    background-color: var(--accent) !important;
}
.legal-page .btn-primary:hover {
    box-shadow: 0 10px 25px rgba(255, 128, 0, 0.4) !important;
}
.legal-page .btn-outline {
    color: var(--accent) !important;
    border-color: var(--accent) !important;
}
.legal-page .btn-outline:hover {
    color: #000 !important;
    background-color: var(--accent) !important;
}

.legal-page nav[aria-label="Breadcrumb"] a {
    text-decoration: none !important;
}
.legal-page nav[aria-label="Breadcrumb"] a:hover {
    text-decoration: underline !important;
}

.legal-page .back-to-blog {
    text-decoration: none !important;
}
.legal-page .back-to-blog:hover {
    color: var(--accent-hover) !important;
}

/* Adjust header spacing on legal pages that have a top-bar */
@media (min-width: 769px) {
    .legal-page .sticky-top-bar + .header {
        margin-top: 45px !important;
    }
}

/* Privacy Notice / Consent Banner (Adblocker safe naming) */
.privacy-notice {
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    background: rgba(12, 12, 12, 0.98);
    backdrop-filter: blur(20px);
    z-index: 100000;
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255, 128, 0, 0.3);
    transition: bottom 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.privacy-notice.active {
    bottom: 0;
}

.privacy-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.privacy-content {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.privacy-icon {
    width: 60px;
    height: 60px;
    color: var(--accent);
    flex-shrink: 0;
}

.privacy-text strong {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.privacy-text p {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 650px;
}

.privacy-text a {
    color: var(--accent);
    text-decoration: underline;
}

.privacy-text a:hover,
.privacy-text a:focus {
    color: var(--accent-hover);
}

/* Dauerhafter, unaufdringlicher Merker, solange dieser Browser nicht
   gezaehlt wird. Sehen nur die, die /?ignorieren aufgerufen haben. */
.stat-merker {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5500;
    padding: 0.2rem 0.55rem;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    color: #0c0c0c;
    background-color: rgba(255, 128, 0, 0.75);
    border-radius: 0 6px 0 0;
    pointer-events: auto;
    cursor: help;
    /* Sitzt in der unteren linken Ecke und liegt dort ueber dem Inhalt. Weil
       ihn nur wir zu sehen bekommen, ist Zurueckhaltung wichtiger als
       Auffaelligkeit: gedaempft, bei Beruehrung voll sichtbar. */
    opacity: 0.6;
    transition: opacity 0.15s ease;
}

.stat-merker:hover,
.stat-merker:focus {
    opacity: 1;
}

/* Kurzer Hinweis nach /?ignorieren - Selbstausschluss aus der Statistik */
.mess-hinweis {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6000;
    background-color: var(--accent);
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 0.9rem 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* Mobile Menu Transitions */
@keyframes slideDownIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Response Media Queries */
@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        order: 1;
    }

    .hero-image {
        order: 2;
        width: 100%;
        max-width: 650px;
    }

    .hero-desc-mobile-shrink {
        margin-left: auto;
        margin-right: auto;
    }

    .trust-list-hero {
        align-items: center;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .sticky-top-bar {
        display: none;
    }

    .header {
        margin-top: 0;
        padding: 1rem 0;
        position: sticky;
        top: 0;
        background-color: rgba(12, 12, 12, 0.95);
        backdrop-filter: blur(15px);
        z-index: 2500;
        /* Ensure it stays above mobile menu */
    }

    .logo-img {
        width: 90px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111;
        flex-direction: column;
        padding: 3rem 0;
        gap: 2rem;
        text-align: center;
        border-bottom: 2px solid var(--accent);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .header-nav ul.active {
        display: flex;
        animation: slideDownIn 0.3s ease;
    }

    /* Creative Hero Redesign for Mobile - Pinterest Poster Layout */
    .hero {
        padding: 2rem 0 0;
        /* Weiter nach oben gerückt */
    }

    .hero-container {
        gap: 0;
        /* Abstände werden über margins der einzelnen order-Elemente kontrolliert */
    }

    /* Inhalt entpacken, um radikales Reordering zu ermöglichen */
    .hero-content {
        display: contents;
    }

    .eyebrow {
        order: 1;
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
    }

    .hero h1 {
        order: 2;
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }

    .hero-desc-mobile-shrink {
        order: 3;
        font-size: 1.15rem;
        margin-bottom: 1.5rem;
    }

    .availability-status {
        order: 4;
        margin-bottom: 2.5rem;
    }

    /* Riesiger Full-Width Button direkt im Sichtfeld */
    .hero .btn-primary {
        order: 5;
        width: 100%;
        justify-content: center;
        margin-bottom: 32px;
        /* Etwas mehr Abstand zum Bild für bessere Lesbarkeit */
    }

    /* Trust-Image im Poster-Stil: Floating Card Look (Abstand zu den Rändern) */
    .hero-image {
        order: 6;
        width: 100%;
        height: 380px;
        /* Feste Höhe für die Box selbst */
        /* Passt sich exakt dem Container (+ 5vw Rand rechts/links) an */
        margin: 0 auto;
        border-radius: 32px;
        /* Rundum abgerundet für den perfekten Card-Look */
        box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.4);
        /* Leuchtet leicht nach Oben */
        -webkit-mask-image: none;
        mask-image: none;
        overflow: hidden;
        /* Alle Transforms (wie translateZ oder scale) entfernt, da iOS Safari sonst kriselig (low-res) rendert! */
    }

    .hero-image img {
        width: calc(100% + 30px);
        /* Bild physisch größer machen (15px je Seite) */
        height: calc(100% + 30px);
        /* 15px je Seite oben/unten */
        display: block;
        object-fit: cover;
        object-position: center center;
        /* Durch negative Margins exakt um 15px wieder zurückziehen (verschobener Crop) */
        margin-top: -15px;
        margin-left: -15px;
    }

    /* Stichpunkte weiter unten als subtiler Übergang zum nächsten Bereich */
    .trust-list-hero {
        order: 7;
        margin: 3rem auto 2rem;
        gap: 1.2rem;
        width: 100%;
        max-width: 280px;
        align-items: flex-start;
    }

    /* Fix Anchor Link Scrolling Behind the Sticky Header */
    section[id] {
        scroll-margin-top: 65px;
        /* Genau passend zur Header-Höhe */
    }

    .services {
        padding: 4rem 0;
    }

    .testimonial-section {
        padding: 4rem 0 5rem;
    }

    .cta-section {
        padding: 3rem 0 6rem;
    }

    .section-title {
        font-size: 2.2rem;
        /* Etwas kleiner für Mobile, vermeidet unschöne 3-Zeiler */
        margin-bottom: 2rem;
        line-height: 1.25;
    }

    .stats-container {
        flex-direction: column;
        gap: 2rem;
    }

    .stat-number {
        font-size: 2.8rem;
    }

    .stat-label {
        font-size: 1rem;
    }

    /* Fix outline on mobile menu button */
    .mobile-menu-toggle {
        display: block;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    /* Service Cards Mobile: Premium, Tighter & More Cohesive */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        /* Etwas kompakter */
    }

    .service-card {
        padding: 1.8rem 1.5rem;
        /* Weniger leerer Raum auf dem Handy */
        transform: none !important;
        /* Kein Hover-Sprung auf Mobile */
        pointer-events: none;
        /* Verhindert "Klick-Feedback" oder Hover-Status auf Touchscreens */
    }

    /* Shrink the icon block to save vertical space and make them permanently orange on mobile */
    .service-card .icon-wrapper {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        margin-bottom: 1.2rem;
        background-color: var(--accent);
        /* Persistent orange background */
        box-shadow: 0 8px 25px rgba(255, 128, 0, 0.3);
        /* Match hover shadow */
    }

    .service-card .icon-wrapper i {
        width: 24px;
        height: 24px;
        color: #000;
        /* Match hover icon color */
    }

    .service-card h3 {
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
    }

    .service-card p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Testimonial Cards Mobile: Better Proportions */
    .review-card {
        width: 85vw;
        /* Karten passen besser auf kleine Screens (mit etwas Überstand) */
        max-width: 320px;
        padding: 1.8rem 1.5rem;
        border-radius: 20px;
    }

    .review-text {
        font-size: 1.05rem;
        margin-bottom: 1.5rem;
    }

    .review-more {
        margin-bottom: 1.5rem;
    }

    /* Verringere den Fade-Effekt an den Seiten auf Mobile, damit mehr lesbar ist */
    .marquee-container::before,
    .marquee-container::after {
        width: 30px;
    }

    .cta-box {
        padding: 3rem 1.5rem;
    }

    .cta-box h2 {
        font-size: 2rem;
    }

    .cta-box p {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    /* Optimized Mobile Footer */
    .footer {
        padding: 3rem 0 2rem;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .footer-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo-img {
        height: 40px;
        margin-bottom: 0.5rem;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Center links as per screenshot */
        gap: 0.8rem;
        padding: 0;
        margin-top: 0.5rem;
    }

    .footer-links li {
        margin: 0;
    }

    .footer-links a {
        justify-content: center;
    }

    /* Center text within links */

    .footer-bottom {
        margin-top: 2.5rem;
        padding-top: 1.5rem;
    }

    .floating-widget {
        bottom: 1.25rem;
        right: 1.25rem;
    }

    .floating-btn {
        width: 55px;
        height: 55px;
    }

    /* Privacy Notice Mobile Optimization */
    .privacy-notice {
        padding: 1.2rem 0;
        bottom: -400px;
    }

    .privacy-container {
        flex-direction: column;
        gap: 1rem;
    }

    .privacy-icon {
        width: 32px;
        height: 32px;
    }

    .privacy-text strong {
        font-size: 1rem;
    }

    .privacy-text p {
        font-size: 0.8rem;
    }

    .privacy-actions {
        gap: 0.5rem;
    }

    .privacy-actions .btn {
        padding: 0.6rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 600px) {
    .marquee-track {
        animation-duration: 40s;
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .eyebrow {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }

    .hero-desc-mobile-shrink {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .trust-list-hero {
        margin-top: 2rem;
    }
}

/* ==========================================================================
   Legal Pages Styling (.legal-page)
   ========================================================================== */

/* Header and menu behave normally on legal pages, inheriting homepage styles */

/* Layout container styling for legal pages */
body.legal-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.legal-page main {
    flex: 1 0 auto;
}

.legal-page main.container {
    padding: 4rem 5% 6rem;
    /* Generous top and bottom padding for professional spacing */
    margin-top: 0 !important;
    max-width: 1440px; /* Stretch to align content exactly with logo and menu links */
    overflow-wrap: break-word;
    /* Prevent long legal terms from breaking layout */
    hyphens: auto;
    /* Allow word breaks for very long German words */
}

/* Constrain readable width for text on legal pages */
.legal-page main.container p,
.legal-page main.container ul,
.legal-page main.container ol,
.legal-page main.container h2,
.legal-page main.container h3,
.legal-page main.container h4 {
    max-width: 900px;
}

/* Scoped legal headings and paragraphs inside main to avoid leaking into structural header/footer */
.legal-page main h1 {
    font-size: 2.6rem;
    font-weight: 900;
    margin-top: 0 !important;
    /* Eliminate hidden browser margin */
    margin-bottom: 1.5rem;
    color: #fff;
    letter-spacing: -0.5px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
    padding-bottom: 0.15rem;
    line-height: 1.1;
}

.legal-page main h1::after {
    display: none;
}

.legal-page main h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 1.8rem 0 0.8rem;
    /* Tighter section gaps */
    color: var(--accent);
}

.legal-page main h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 1.5rem 0 0.6rem;
    color: #fff;
    border-left: 2px solid var(--accent);
    padding-left: 1rem;
}

.legal-page main h4 {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 1.2rem 0 0.6rem;
    color: var(--text-muted);
}

.legal-page main p {
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1rem;
}

.legal-page main a:not(.logo):not(.btn) {
    color: var(--accent);
    text-decoration: none;
    transition: all 0.2s;
}

.legal-page main a:not(.logo):not(.btn):hover {
    opacity: 0.8;
}

.legal-page main ul {
    margin-bottom: 1.2rem;
    padding-left: 1.2rem;
}

.legal-page main li {
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Mobile Adjustments for Legal Pages scoped to main content */
@media (max-width: 768px) {

    .legal-page main.container {
        padding-top: 0.5rem !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        padding-bottom: 3rem !important;
        width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        hyphens: auto !important;
    }

    .legal-page main h1 {
        font-size: 1.8rem !important;
        margin-top: 0.5rem !important;
        margin-bottom: 1.2rem !important;
        line-height: 1.1 !important;
        border-bottom: 2px solid var(--accent) !important;
        padding-bottom: 0.15rem !important;
    }

    .legal-page main h2 {
        font-size: 1.4rem !important;
        margin: 1.5rem 0 0.8rem !important;
    }

    .legal-page main p,
    .legal-page main li {
        font-size: 0.98rem !important;
    }
}

/* ==========================================================================
   Pricing Section Styles (.pricing-section)
   ========================================================================== */

.pricing-section {
    padding: 6rem 0;
    background: radial-gradient(circle at bottom left, rgba(255, 128, 0, 0.03), transparent 40%);
}

.pricing-subtitle {
    text-align: center;
    color: var(--text-muted);
    font-size: 1rem;
    margin-top: -3.5rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pricing-subtitle .divider {
    color: var(--accent);
    opacity: 0.5;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: linear-gradient(145deg, var(--bg-card), #0f0f0f);
    padding: 4rem 3rem;
    border-radius: 32px;
    border: 1px solid rgba(255, 128, 0, 0.15);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 128, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 128, 0, 0.1);
}

.pricing-card.highlighted {
    border-color: var(--accent);
    background: linear-gradient(145deg, #1b1b1b, #0f0f0f);
    box-shadow: 0 15px 45px rgba(255, 128, 0, 0.08), 0 0 25px rgba(255, 128, 0, 0.04);
}

.pricing-card.highlighted::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), #ffaa44);
}

.pricing-card .badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: var(--accent);
    color: #000;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(255, 128, 0, 0.25);
}

.pricing-card-header {
    margin-bottom: 2.5rem;
}

.pricing-card-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    min-height: 2.4em;
}

.pricing-card-header .price {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--accent);
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    min-height: 80px;
}

.pricing-card-header .price.price-text {
    font-size: 2.2rem;
}

.pricing-card-header .currency {
    font-size: 2rem;
    margin-left: 0.2rem;
}

.pricing-card-header .period {
    font-size: 1.25rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-left: 0.3rem;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    min-height: 10.5rem;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.pricing-features i {
    color: var(--accent);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.pricing-card-desc {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: auto;
}

.pricing-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pricing-card .btn {
    margin-top: 2rem;
    width: 100%;
    height: 54px;
}

@media (min-width: 769px) {
    .pricing-card:not(:has(.btn)) .pricing-card-body::after {
        content: '';
        display: block;
        height: calc(54px + 2rem);
    }
}

.pricing-note {
    max-width: 1200px;
    margin: 3rem auto 0;
    background-color: var(--bg-card);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.pricing-note i {
    color: var(--accent);
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.pricing-note p {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   FAQ Section Styles (.faq-section)
   ========================================================================== */

.faq-section {
    padding: 6rem 0;
    background: radial-gradient(circle at top right, rgba(255, 128, 0, 0.03), transparent 40%);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: linear-gradient(145deg, var(--bg-card), #0f0f0f);
    border: 1px solid rgba(255, 128, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.faq-item:hover {
    border-color: rgba(255, 128, 0, 0.35);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 128, 0, 0.04);
}

.faq-item[open] {
    border-color: var(--accent);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 128, 0, 0.06);
}

/* Hide default marker/arrow */
.faq-question {
    list-style: none;
    cursor: pointer;
    padding: 1.8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.4;
    -webkit-user-select: none;
    user-select: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-icon {
    color: var(--accent);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}

/* Smooth open/close animation using CSS grid trick */
.faq-answer-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.faq-item[open] .faq-answer-wrapper {
    grid-template-rows: 1fr;
}

.faq-answer {
    overflow: hidden;
}

.faq-answer-inner {
    padding: 0 2rem 2rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    line-height: 1.7;
}

.faq-answer-inner p {
    margin: 0;
}

.faq-answer-inner .tax-notice {
    margin-top: 1.2rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    font-style: italic;
    opacity: 0.7;
}

/* Media Queries for FAQ Section */
@media (max-width: 768px) {
    .faq-section {
        padding: 4rem 0;
    }

    .faq-question {
        padding: 1.4rem 1.5rem;
        font-size: 1.05rem;
        gap: 1rem;
    }

    .faq-answer-inner {
        padding: 0 1.5rem 1.5rem;
        font-size: 1rem;
    }

    .faq-item {
        border-radius: 16px;
    }
}

/* Phone Script Box */
.phone-script-box {
    max-width: 800px;
    margin: 6rem auto 0;
    background: linear-gradient(145deg, #161616, #0e0e0e);
    border-radius: 32px;
    padding: 3.5rem;
    border: 1px solid rgba(255, 128, 0, 0.15);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4);
    position: relative;
}

.phone-script-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 1.5rem;
}

.phone-script-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.phone-script-title h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-main);
    margin: 0;
}

.phone-script-title i {
    color: var(--accent);
    width: 24px;
    height: 24px;
}

.phone-script-subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.phone-script-content {
    position: relative;
    padding-left: 3rem;
}

.phone-script-content .quote-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent);
    opacity: 0.2;
    width: 40px;
    height: 40px;
}

.phone-script-content blockquote {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--text-main);
    line-height: 1.8;
}

.icon-pulse {
    animation: scriptPulse 2s infinite;
}

@keyframes scriptPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Media Queries for Pricing Section */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        max-width: 900px;
    }

    .pricing-card:nth-child(3) {
        grid-column: span 2;
        justify-self: center;
        width: 100%;
        max-width: 440px;
    }

    .pricing-card-header .price.price-text {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 4rem 0;
    }

    .pricing-subtitle {
        margin-top: -1.5rem;
        margin-bottom: 3rem;
        gap: 0.5rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pricing-grid> :nth-child(1) {
        order: 2;
    }

    .pricing-grid> :nth-child(2) {
        order: 1;
    }

    .pricing-grid> :nth-child(3) {
        order: 3;
        grid-column: auto;
        justify-self: stretch;
        max-width: none;
    }

    .pricing-card-header .price.price-text {
        font-size: 2.2rem;
    }

    .pricing-card {
        padding: 2.5rem 2rem;
        transform: none !important;
    }

    .pricing-card-header {
        margin-bottom: 1.5rem;
    }

    .pricing-card-header h3 {
        font-size: 1.5rem;
        min-height: auto;
    }

    .pricing-card-header .price {
        font-size: 3rem;
        min-height: auto;
    }

    .pricing-features {
        margin-bottom: 1.5rem;
        gap: 1rem;
        min-height: auto;
    }

    .pricing-note {
        padding: 1.25rem;
        gap: 0.75rem;
        margin-top: 2rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pricing-note i {
        width: 32px;
        height: 32px;
    }

    .phone-script-box {
        padding: 2rem;
        margin-top: 3.5rem;
    }

    .phone-script-content {
        padding-left: 0;
        padding-top: 2.5rem;
    }

    .phone-script-content .quote-icon {
        top: -0.5rem;
    }

    .phone-script-content blockquote {
        font-size: 1rem;
        line-height: 1.6;
    }
}