:root {
    --navy: #001b3a;
    --navy-dark: #00112a;
    --navy-light: #002b5c;
    --cyan: #00c9db;
    --cyan-dark: #006b75;
    --mint: #2dffc2;
    --cream: #f7f5f0;
    --white: #ffffff;
    --text: #1a1a2e;
    --muted: #4d5a6c;
    --muted-light: #c9d4e3;
    --line: #dbe1e8;
    --danger: #a4262c;
    --success: #087f5b;
    --gradient: linear-gradient(135deg, var(--cyan), var(--mint));
    --shadow: 0 16px 48px rgba(0, 27, 58, .12);
    --radius: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan-dark); outline-offset: 3px; box-shadow: 0 0 0 6px var(--white); }
.container { width: min(1092px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-navy { color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-dark)); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; transform: translateY(-150%); padding: 12px 18px; border-radius: 8px; color: var(--navy); background: var(--white); font-weight: 800; }
.skip-link:focus { transform: none; }
.wordmark { color: var(--white); text-decoration: none; font-size: 1.18rem; font-weight: 800; letter-spacing: .045em; white-space: nowrap; }
.wordmark span { color: var(--cyan); }
.eyebrow { margin: 0 0 12px; color: var(--cyan-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.14; }
h1 { margin-bottom: 24px; font-size: clamp(2.4rem, 5.5vw, 3.8rem); letter-spacing: -.055em; }
h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.04em; }
h3 { color: var(--navy); font-size: 1.18rem; }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-heading-light p:not(.eyebrow) { color: var(--muted-light); }
.section-heading-compact { margin-bottom: 32px; text-align: center; margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 26px; border: 0; border-radius: 999px; cursor: pointer; text-align: center; text-decoration: none; font-weight: 800; line-height: 1.25; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-dark); background: var(--gradient); box-shadow: 0 8px 28px rgba(0, 201, 219, .26); }
.button-small { min-height: 44px; padding: 10px 20px; font-size: .9rem; }
.button-full { width: 100%; }
.text-link { font-weight: 750; text-underline-offset: 5px; }
.text-link-light { color: var(--white); }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 18px 0; transition: padding .2s ease, background .2s ease, box-shadow .2s ease; }
.site-nav.scrolled { padding: 10px 0; background: rgba(0, 17, 42, .96); box-shadow: 0 10px 30px rgba(0, 0, 0, .16); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-cta-short { display: none; }
.hero { position: relative; overflow: hidden; padding: 152px 0 92px; color: var(--white); background: radial-gradient(circle at 82% 24%, rgba(0, 201, 219, .16), transparent 33%), linear-gradient(150deg, var(--navy), var(--navy-dark)); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(0, 201, 219, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 201, 219, .18) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to left, #000, transparent 80%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr); align-items: end; gap: 72px; }
.brand-claim { margin: 0 0 16px; color: var(--muted-light); font-weight: 650; }
.hero h1 span { color: var(--cyan); }
.hero-lead { max-width: 760px; margin: 0 0 32px; color: #d4deeb; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-bottom: 30px; }
.scope-note { max-width: 820px; margin: 0; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 12px; color: #cbd7e5; background: rgba(255, 255, 255, .055); font-size: .87rem; }
.scope-note strong { color: var(--white); }
.hero-proof { display: grid; gap: 12px; }
.proof-number { display: grid; grid-template-columns: 92px 1fr; align-items: center; min-height: 86px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 14px; background: rgba(255, 255, 255, .06); }
.proof-number strong { color: var(--cyan); font-size: 1.45rem; line-height: 1; }
.proof-number span { color: #d0dbea; font-size: .78rem; line-height: 1.4; }

.google-rating { display: flex; align-items: center; gap: 16px; max-width: 780px; margin: 0 auto 34px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); background: var(--white); box-shadow: 0 6px 28px rgba(0, 27, 58, .07); text-decoration: none; }
.google-rating:hover .rating-link { text-decoration: underline; }
.stars { color: #a86100; letter-spacing: .1em; }
.rating-link { margin-left: auto; color: var(--cyan-dark); font-weight: 750; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 30px rgba(0, 27, 58, .07); }
.testimonial blockquote { margin: 0 0 24px; color: var(--muted); font-size: .95rem; }
.testimonial figcaption { display: flex; flex-direction: column; }
.testimonial figcaption strong { color: var(--navy); }
.testimonial figcaption span { color: #59677a; font-size: .84rem; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { position: relative; min-height: 240px; padding: 32px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.card-number { display: inline-block; margin-bottom: 32px; color: var(--cyan-dark); font-weight: 850; letter-spacing: .1em; }
.card p { margin: 0; color: var(--muted); }

.services-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 48px; }
.service-list, .boundary-card ul, .fit-list, .contact-benefits, .credentials { margin: 0; padding: 0; list-style: none; }
.service-list { display: grid; gap: 4px; }
.service-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.check { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--navy-dark); background: var(--gradient); font-weight: 900; }
.service-list strong, .service-list div > span { display: block; }
/* Fließtext-Links auf hellem Grund sichtbar machen (global gilt a { color: inherit }) */
.about-copy p a, .section-heading p a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 3px; font-weight: 650; }
.about-copy p a:hover, .section-heading p a:hover { text-decoration-thickness: 2px; }
.service-list strong { color: var(--navy); }
.service-list div > span { color: var(--muted); font-size: .92rem; }
.boundary-card { padding: 34px; border-radius: var(--radius); color: var(--white); background: linear-gradient(145deg, var(--navy-light), var(--navy-dark)); box-shadow: var(--shadow); }
.boundary-card h3 { color: var(--white); font-size: 1.45rem; }
.boundary-label { color: var(--cyan); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.boundary-card ul { display: grid; gap: 8px; margin: 24px 0; }
.boundary-card li { color: #d3deeb; }
.boundary-card li::before { content: "—"; margin-right: 10px; color: var(--cyan); }
.boundary-card > p:last-child { margin-bottom: 0; color: #bccbdb; font-size: .88rem; }
.fit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fit-list { display: grid; gap: 14px; }
.fit-list li { position: relative; padding: 16px 18px 16px 48px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; color: #d4deeb; background: rgba(255, 255, 255, .055); }
.fit-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--cyan); font-weight: 900; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; padding: 0; list-style: none; }
.process-step { padding-right: 24px; }
.process-step > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; border-radius: 50%; color: var(--navy-dark); background: var(--gradient); font-size: 1.25rem; font-weight: 900; }
.process-step p { margin: 0; color: var(--muted); }
.price-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.price-layout .section-heading { margin-bottom: 0; }
.price-card { padding: 38px; border: 1px solid rgba(0, 27, 58, .08); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.price-label { margin: 0 0 4px; color: var(--muted); font-weight: 700; }
.price-value { margin: 0; color: var(--navy); font-size: clamp(2.4rem, 5.5vw, 3.6rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.05; }
.price-value span { font-size: 1rem; letter-spacing: 0; }
.price-tax { margin: 8px 0 20px; color: var(--muted); font-size: .92rem; }
.price-detail { margin-bottom: 26px; color: var(--muted); }
.b2b-note { margin: 18px 0 0; color: #59677a; font-size: .78rem; }
.about-layout { display: grid; grid-template-columns: minmax(280px, 430px) 1fr; gap: 80px; align-items: center; }
.about-image { overflow: hidden; aspect-ratio: 2 / 3; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.about-copy p:not(.eyebrow) { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.credentials li { padding: 8px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: var(--cream); font-size: .82rem; font-weight: 700; }
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 1px solid #cfd6df; }
.faq-item h3 { margin: 0; }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 23px 0; border: 0; color: var(--navy); background: transparent; cursor: pointer; text-align: left; font-weight: 800; }
.faq-question span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; color: var(--navy); background: var(--white); transition: transform .2s ease, background .2s ease; }
.faq-question[aria-expanded="true"] span { transform: rotate(45deg); background: var(--cyan); }
.faq-answer { padding: 0 52px 23px 0; }
.faq-answer p { margin: 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #cbd7e5; }
.contact-benefits { display: grid; gap: 10px; margin: 26px 0 32px; color: #d6e0ec; }
.contact-benefits li::before { content: "✓"; margin-right: 10px; color: var(--cyan); font-weight: 900; }
.direct-contact { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); }
.direct-contact a { color: var(--cyan); font-weight: 750; text-underline-offset: 4px; }
.contact-card { padding: 36px; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); background: rgba(255, 255, 255, .075); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; margin-bottom: 6px; color: #eef4fa; font-size: .88rem; font-weight: 750; }
.optional { color: #bcc9d8; font-weight: 500; }
.form-group input, .form-group select, .form-group textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 10px; color: var(--white); background: rgba(0, 17, 42, .55); }
.form-group textarea { min-height: 116px; resize: vertical; }
.form-group select option { color: var(--navy); background: var(--white); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--cyan); }
.form-group [aria-invalid="true"] { border-color: #ff9ca0; box-shadow: 0 0 0 2px rgba(255, 156, 160, .25); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-privacy { margin: 14px 0 0; color: #b9c7d7; font-size: .78rem; text-align: center; }
.form-privacy a { color: var(--cyan); }
.form-message { margin: 4px 0 16px; padding: 12px 14px; border-radius: 9px; font-size: .9rem; }
.form-message-error { color: #fff; background: rgba(164, 38, 44, .8); }
.form-success { padding: 46px 16px; text-align: center; }
.form-success > span { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 50%; color: var(--navy-dark); background: var(--gradient); font-size: 1.6rem; font-weight: 900; }
.form-success h3 { color: var(--white); font-size: 1.5rem; }
.form-success p { color: #cbd7e5; }

.site-footer { padding: 48px 0 28px; color: #c4d0df; background: var(--navy-dark); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 30px; }
.footer-top p { margin: 6px 0 0; font-size: .83rem; }
.footer-top p a { color: #d5dfeb; text-underline-offset: 4px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 22px; }
.footer-links a { color: #d5dfeb; font-size: .84rem; text-underline-offset: 4px; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .09); }
.footer-bottom p { max-width: 960px; margin: 0 auto 12px; color: #aebdcd; font-size: .75rem; text-align: center; }
.mobile-sticky-cta { display: none; }
.sticky-cta-hidden .mobile-sticky-cta { display: none !important; }
.cookie-banner { position: fixed; inset: auto 0 0; z-index: 5000; padding: 18px 0; border-top: 1px solid rgba(0, 201, 219, .35); color: var(--white); background: var(--navy-dark); box-shadow: 0 -16px 42px rgba(0, 0, 0, .3); }
.cookie-banner[hidden] { display: none; }
.cookie-inner { display: flex; align-items: center; gap: 28px; }
.cookie-inner p { flex: 1; margin: 0; color: #cbd7e5; font-size: .84rem; }
.cookie-inner p strong { color: var(--white); }
.cookie-inner a { color: var(--cyan); }
.cookie-actions { display: flex; gap: 10px; }
.cookie-button { min-height: 44px; padding: 10px 17px; border: 2px solid var(--cyan); border-radius: 999px; cursor: pointer; font-weight: 800; }
.cookie-button-primary { color: var(--navy-dark); background: var(--cyan); }
.cookie-button-secondary { color: var(--white); background: transparent; }
.has-motion .reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.has-motion .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .section { padding: 78px 0; }
    .hero-layout, .services-layout, .fit-layout, .price-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
    .hero-proof { grid-template-columns: repeat(2, 1fr); }
    .testimonial-grid, .three-grid { grid-template-columns: 1fr; }
    .card { min-height: 0; }
    .process-grid { gap: 20px; }
    .about-layout { gap: 48px; }
    .price-layout .section-heading { margin-bottom: 0; }
}

@media (max-width: 680px) {
    .container { width: min(100% - 32px, 1092px); }
    .site-nav { padding: 12px 0; background: rgba(0, 17, 42, .94); }
    .wordmark { font-size: .96rem; }
    .nav-cta-long { display: none; }
    .nav-cta-short { display: inline; }
    .nav-cta { min-height: 42px; padding: 9px 16px; }
    .hero { padding: 112px 0 66px; }
    .hero-grid { background-size: 44px 44px; }
    .hero-proof { grid-template-columns: 1fr 1fr; gap: 8px; }
    .proof-number { grid-template-columns: 1fr; min-height: 110px; align-content: center; }
    .proof-number strong { margin-bottom: 8px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .text-link { text-align: center; }
    .google-rating { align-items: flex-start; flex-direction: column; gap: 4px; }
    .rating-link { margin-left: 0; }
    .process-grid { grid-template-columns: 1fr; gap: 42px; }
    .about-layout { grid-template-columns: 1fr; }
    .about-image { max-width: 430px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .form-group input, .form-group select, .form-group textarea { font-size: 16px; }
    .contact-card { padding: 24px 18px; }
    .footer-top { align-items: center; flex-direction: column; text-align: center; }
    .footer-links { justify-content: center; }
    .mobile-sticky-cta { position: fixed; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); z-index: 900; display: inline-flex; min-height: 46px; align-items: center; padding: 10px 18px; border-radius: 999px; color: var(--navy-dark); background: var(--gradient); box-shadow: 0 10px 32px rgba(0, 27, 58, .32); text-decoration: none; font-size: .86rem; font-weight: 850; }
    body.cookie-open .mobile-sticky-cta { display: none; }
    .cookie-inner { align-items: stretch; flex-direction: column; gap: 14px; }
    .cookie-actions { width: 100%; }
    .cookie-button { flex: 1; }
}

@media (max-width: 360px) {
    .container { width: min(100% - 24px, 1092px); }
    .wordmark { font-size: .86rem; letter-spacing: .025em; }
    .nav-cta { padding-inline: 13px; font-size: .82rem; }
    h1 { font-size: 2.35rem; }
    .hero-proof { grid-template-columns: 1fr; }
    .proof-number { grid-template-columns: 78px 1fr; min-height: 84px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media print {
    .site-nav, .cookie-banner, .mobile-sticky-cta, .hero-actions, .contact-section { display: none !important; }
}
