:root {
  --navy: #173b61;
  --navy-light: #28577f;
  --gold: #78b9e6;
  --gold-light: #c9ebff;
  --cream: #e2f4ff;
  --white: #fafdff;
  --text: #214565;
  --muted: #66839a;
  --line: #cce5f4;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(35, 94, 135, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar { background: var(--navy); color: #dce4f0; font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--gold-light); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 104px; height: 64px; display: flex; align-items: center; justify-content: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: .25s; }
.nav-links > a:hover::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; padding: 16px 25px; background: var(--gold); color: var(--navy); font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(215, 155, 19, .22); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 14px 32px rgba(215, 155, 19, .3); }
.button-small { padding: 11px 20px; font-size: 13px; box-shadow: none; }
.button-secondary { border: 2px solid var(--navy); color: var(--navy); background: rgba(255,255,255,.72); box-shadow: none; }
.button-secondary:hover { color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(23,59,97,.2); }

.hero { position: relative; overflow: hidden; padding: 90px 0 0; background: url("PHOTO-2026-06-25-13-17-45.jpg") center center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(248,252,255,.94) 38%, rgba(248,252,255,.4) 62%, rgba(248,252,255,.06) 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 550px; height: 550px; right: -190px; top: -240px; background: rgba(215,155,19,.14); }
.hero-glow-two { width: 300px; height: 300px; left: -180px; bottom: 30px; background: rgba(39,92,142,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 660px) 1fr; align-items: center; min-height: 640px; padding-bottom: 80px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: #7b641c; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 25px; height: 2px; background: var(--gold); }
h1, h2, h3 { font-family: "Avenir Next", Avenir, Inter, "Segoe UI", sans-serif; line-height: 1.12; margin-top: 0; color: var(--navy); }
h1 { margin: 22px 0 25px; font-size: clamp(46px, 5.5vw, 76px); letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 610px; font-size: 19px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 34px 0; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid #b6bcc6; padding-bottom: 5px; }
.trust-row { display: flex; align-items: center; gap: 15px; margin-top: 25px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; margin-left: -7px; border: 3px solid white; color: white; background: var(--navy-light); font-size: 11px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: var(--gold); color: var(--navy); }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 13px; }
.trust-row p { margin: 0; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; max-width: 490px; justify-self: end; }
.visual-card { position: relative; border-radius: 48% 48% 28px 28px; padding: 76px 20px 20px; background: var(--navy); box-shadow: 0 35px 80px rgba(7,23,53,.25); transform: rotate(2deg); }
.visual-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; object-position: center; border-radius: 45% 45% 18px 18px; }
.visual-top { position: absolute; z-index: 2; top: 22px; left: 50%; display: flex; align-items: center; gap: 9px; width: max-content; max-width: calc(100% - 40px); padding: 10px 15px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: var(--navy); background: rgba(248,252,255,.94); box-shadow: 0 8px 24px rgba(23,59,97,.12); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transform: translateX(-50%); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #6bd18b; box-shadow: 0 0 0 5px rgba(107,209,139,.12); }
.floating-card { position: absolute; display: flex; gap: 11px; align-items: center; min-width: 190px; padding: 13px 16px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-radius: 14px; box-shadow: 0 15px 40px rgba(7,23,53,.16); }
.floating-card-one { left: -65px; top: 27%; }
.floating-card-two { right: -35px; bottom: 13%; }
.icon-badge { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: #e3f4e9; color: #19723a; font-weight: 900; }
.icon-badge.gold { background: #fff3cf; color: #a16c00; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--navy); font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.stats-bar { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); padding: 25px 35px; background: white; border-radius: 18px 18px 0 0; box-shadow: 0 -15px 50px rgba(7,23,53,.06); }
.stats-bar div { padding: 4px 25px; border-right: 1px solid var(--line); }
.stats-bar div:last-child { border: 0; }
.stats-bar strong, .stats-bar span { display: block; }
.stats-bar strong { color: var(--navy); font: 800 20px "Avenir Next", Avenir, Inter, sans-serif; }
.stats-bar span { color: var(--muted); font-size: 11px; }

.section { padding: 120px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading h2, .why h2, .contact h2 { margin: 12px 0 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.045em; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 490px; padding: 38px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .3s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy); border-color: var(--navy); }
.service-number { position: absolute; right: 25px; top: 20px; font: 800 62px "Avenir Next", Avenir, Inter, sans-serif; color: #eef0f3; }
.featured .service-number { color: rgba(255,255,255,.07); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; margin-bottom: 55px; background: var(--cream); }
.featured .service-icon { background: var(--gold); }
.service-icon svg { width: 29px; fill: none; stroke: var(--navy); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 23px; margin-bottom: 15px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { list-style: none; padding: 0; margin: 25px 0 30px; font-size: 13px; }
.service-card li { margin: 9px 0; }
.service-card li::before { content: "✓"; margin-right: 9px; color: var(--gold); font-weight: 900; }
.service-card > a { position: absolute; bottom: 33px; font-size: 13px; font-weight: 800; }
.service-card > a span { margin-left: 8px; color: var(--gold); }
.featured h3, .featured > a { color: white; }
.featured p, .featured li { color: #bec9da; }

.why { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.why-visual { position: relative; min-height: 540px; padding: 90px 55px 55px; border-radius: 180px 180px 24px 24px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.why-visual::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 170px 170px 16px 16px; pointer-events: none; }
.quote-mark { color: var(--gold); font: 800 100px/1 Georgia, serif; }
.why-visual > p { position: relative; z-index: 1; font: 600 26px/1.5 "Avenir Next", Avenir, Inter, sans-serif; }
.signature { color: var(--gold-light); font-size: 13px; margin-top: 45px; }
.bremen-label { position: absolute; right: 44px; bottom: 36px; text-align: right; font: 800 13px "Avenir Next", Avenir, Inter, sans-serif; letter-spacing: .12em; }
.bremen-label span { color: #8492a8; font-size: 9px; }
.why-copy .intro { color: var(--muted); font-size: 17px; margin: 28px 0 38px; max-width: 560px; }
.benefit-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; border-top: 1px solid #d9d4c9; padding: 22px 0; }
.benefit-list > div > span { color: var(--gold); font: 800 13px "Avenir Next", Avenir, Inter, sans-serif; }
.benefit-list h3 { font-size: 17px; margin: 0 0 5px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 13px; }

.section-heading.centered { display: block; text-align: center; }
.process-grid { display: grid; grid-template-columns: 1fr 100px 1fr 100px 1fr; align-items: start; }
.process-step { text-align: center; padding: 0 20px; }
.step-circle { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; border: 1px solid #dadfe6; color: var(--gold); background: white; box-shadow: 0 12px 30px rgba(7,23,53,.08); font: 800 24px "Avenir Next", Avenir, Inter, sans-serif; }
.process-step h3 { font-size: 18px; }
.process-step p { color: var(--muted); font-size: 13px; max-width: 260px; margin-inline: auto; }
.process-line { border-top: 1px dashed #bac2ce; margin-top: 39px; }

.testimonials { background: var(--navy); }
.section-heading.light h2 { color: white; }
.section-heading.light .kicker { color: var(--gold-light); }
.rating-summary { display: flex; align-items: center; gap: 15px; color: white; }
.rating-summary > strong { font: 800 54px "Avenir Next", Avenir, Inter, sans-serif; }
.rating-summary span, .rating-summary small { display: block; }
.rating-summary span { color: var(--gold); letter-spacing: 3px; }
.rating-summary small { color: #91a0b7; font-size: 10px; margin-top: 3px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testimonial { margin: 0; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.testimonial > p { min-height: 115px; color: #e5ebf3; font-size: 15px; line-height: 1.8; }
.testimonial footer { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.testimonial footer > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 800; }
.testimonial footer strong, .testimonial footer small { display: block; }
.testimonial footer strong { color: white; font-size: 12px; }
.testimonial footer small { color: #8391a7; font-size: 10px; }
.contact { background: #f3efe5; }
.contact-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.contact-copy > p { color: var(--muted); max-width: 450px; margin: 25px 0 35px; }
.contact-methods { display: grid; gap: 14px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; }
.contact-methods a > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: white; box-shadow: 0 8px 20px rgba(7,23,53,.07); }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); }
.contact-methods strong { color: var(--navy); }
.contact-form { display: grid; gap: 19px; padding: 42px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { font-size: 12px; font-weight: 700; color: var(--navy); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #dce0e5; border-radius: 10px; outline: none; color: var(--text); background: #fbfbfa; transition: .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,155,19,.12); }
.contact-form textarea { resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 9px; color: var(--muted) !important; font-weight: 400 !important; }
.checkbox input { width: auto; margin: 4px 0 0; accent-color: var(--gold); }
.checkbox a { color: #765405; text-decoration: underline; }
.contact-form .button { justify-self: start; }
.form-status { margin: 0; color: #267343; font-size: 12px; font-weight: 700; }

.footer { padding: 70px 0 20px; background: #041127; color: #96a3b8; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr 1.3fr; gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 150px; height: 95px; object-fit: cover; object-position: center 12%; filter: brightness(1.7); margin-bottom: 18px; }
.footer-brand p { max-width: 300px; }
.footer h3 { color: white; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; margin-bottom: 20px; }
.footer a, .footer p { display: block; margin: 8px 0; font-size: 12px; }
.footer a:hover { color: var(--gold-light); }
.open-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; padding: 6px 10px; border-radius: 20px; background: rgba(107,209,139,.1); color: #82d69a; font-size: 10px; }
.open-badge i { width: 6px; height: 6px; border-radius: 50%; background: #6bd18b; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.footer-bottom div { display: flex; gap: 25px; }
.mobile-call { display: none; }

.legal-header { border-bottom: 1px solid var(--line); background: white; }
.legal-main { min-height: 70vh; padding: 80px 0 110px; background: var(--cream); }
.legal-content { max-width: 820px; padding: 52px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.legal-content .kicker { display: block; margin-bottom: 12px; }
.legal-content h1 { font-size: clamp(40px, 6vw, 62px); margin-bottom: 35px; }
.legal-content h2 { margin: 38px 0 12px; font-size: 23px; }
.legal-content h3 { margin: 28px 0 8px; font-size: 17px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; }
.legal-content a { color: #765405; text-decoration: underline; }
.legal-content address { font-style: normal; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 38px; font-weight: 800; color: var(--navy) !important; text-decoration: none !important; }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 95px; color: white; background: var(--navy); }
.page-hero::before { content: ""; position: absolute; width: 550px; height: 550px; right: -170px; top: -260px; border-radius: 50%; background: rgba(215,155,19,.14); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 28px; color: #9eabc0; font-size: 12px; }
.breadcrumb a:hover { color: var(--gold-light); }
.page-hero h1 { max-width: 800px; margin: 0 0 24px; color: white; font-size: clamp(48px, 7vw, 82px); }
.page-hero p { max-width: 680px; margin: 0; color: #c4cedd; font-size: 18px; }
.page-hero .kicker { display: block; margin-bottom: 14px; color: var(--gold-light); }
.page-section { padding: 100px 0; }
.page-section.alt { background: var(--cream); }
.page-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.page-intro h2, .cta-panel h2 { font-size: clamp(36px, 4vw, 54px); letter-spacing: -.04em; }
.page-intro-copy > p { margin-top: 0; color: var(--muted); font-size: 17px; }
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 30px; }
.check-item { display: flex; gap: 10px; align-items: flex-start; padding: 16px; border-radius: 13px; background: white; box-shadow: 0 8px 25px rgba(7,23,53,.06); font-size: 13px; font-weight: 700; }
.check-item span { color: var(--gold); font-weight: 900; }
.detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.detail-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.detail-card .number { color: var(--gold); font: 800 12px "Avenir Next", Avenir, sans-serif; letter-spacing: .12em; }
.detail-card h3 { margin: 17px 0 12px; font-size: 21px; }
.detail-card p, .detail-card li { color: var(--muted); font-size: 13px; }
.detail-card ul { padding-left: 17px; }
.detail-card li { margin: 7px 0; }
.wide-steps { display: grid; gap: 18px; counter-reset: steps; }
.wide-step { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.wide-step::before { counter-increment: steps; content: "0" counter(steps); color: var(--gold); font: 800 28px "Avenir Next", Avenir, sans-serif; }
.wide-step h3 { margin: 0 0 7px; font-size: 20px; }
.wide-step p { margin: 0; color: var(--muted); font-size: 14px; }
.wide-step small { color: #9ba4b3; font-size: 11px; text-align: right; }
.value-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.value-card { min-height: 250px; padding: 38px; border-radius: var(--radius); background: white; box-shadow: 0 14px 40px rgba(7,23,53,.07); }
.value-card:nth-child(1) { color: white; background: var(--navy); }
.value-card:nth-child(1) h3 { color: white; }
.value-card > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 14px; color: var(--navy); background: var(--gold); font-weight: 900; }
.value-card h3 { font-size: 23px; margin-bottom: 12px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.value-card:nth-child(1) p { color: #bdc8d9; }
.faq-list { max-width: 850px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span { color: var(--gold); font-size: 20px; transition: transform .2s; }
.faq-answer { display: none; max-width: 740px; padding: 0 0 24px; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open button span { transform: rotate(45deg); }
.review-wall { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.review-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.review-card .stars { margin-bottom: 18px; }
.review-card > p { min-height: 82px; color: var(--text); font-size: 16px; line-height: 1.75; }
.review-author { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-author strong, .review-author small { display: block; }
.review-author small { color: var(--muted); }
.review-author > span { color: var(--gold); font-size: 28px; }
.cta-section { padding: 0 0 100px; background: var(--cream); }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 55px 60px; border-radius: 25px; color: white; background: var(--navy); }
.cta-panel h2 { max-width: 620px; margin: 0; color: white; }
.contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-info-card { padding: 34px; border-radius: var(--radius); color: white; background: var(--navy); }
.contact-info-card h2 { color: white; font-size: 30px; }
.contact-info-card > p { color: #b9c5d7; }
.contact-info-card .contact-methods { margin-top: 30px; }
.contact-info-card .contact-methods a > span { color: var(--navy); background: var(--gold); }
.contact-info-card .contact-methods strong { color: white; font-size: 13px; }
.contact-info-card .contact-methods small { color: #8f9db3; }
.service-area { margin-top: 32px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #b9c5d7; font-size: 13px; }
.service-area strong { display: block; margin-bottom: 6px; color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .24s; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav { height: 68px; }
  .brand { width: 86px; height: 56px; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px; border: 0; background: transparent; z-index: 20; }
  .menu-toggle span:not(.sr-only) { width: 26px; height: 2px; background: var(--navy); transition: .25s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: 15; inset: 0; overflow-y: auto; padding: 112px 28px 40px; flex-direction: column; align-items: stretch; background: rgba(248,252,255,.98); transform: translateX(100%); transition: .3s; font-size: 23px; }
  .nav-links a { width: 100%; padding: 6px 0; }
  .nav-links .button { margin-top: 8px; padding: 15px 20px; font-size: 16px; }
  .menu-open .nav-links { transform: none; }
  .hero { padding-top: 65px; }
  .hero-grid, .why-grid, .contact-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  .hero-visual { justify-self: center; max-width: 430px; }
  .stats-bar { grid-template-columns: repeat(2,1fr); }
  .stats-bar div:nth-child(2) { border-right: 0; }
  .stats-bar div { margin: 8px 0; }
  .service-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 450px; }
  .why-grid { gap: 65px; }
  .why-visual { max-width: 550px; width: 100%; justify-self: center; }
  .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .process-line { width: 1px; height: 35px; margin: 0 auto; border: 0; border-left: 1px dashed #bac2ce; }
  .testimonial > p { min-height: auto; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .page-intro, .contact-page-grid { grid-template-columns: 1fr; gap: 50px; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  body { padding-bottom: 70px; }
  .nav { height: 62px; }
  .brand { width: 78px; height: 52px; }
  .section { padding: 68px 0; }
  .eyebrow, .kicker { font-size: 10px; letter-spacing: .13em; }
  h1 { margin: 18px 0 18px; font-size: clamp(37px, 11vw, 43px); letter-spacing: -.045em; }
  h2 { letter-spacing: -.035em; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin: 26px 0; }
  .hero-actions .button, .cta-panel .button { width: 100%; }
  .button { width: 100%; min-height: 50px; padding: 14px 20px; gap: 10px; text-align: center; }
  .hero-visual { width: calc(100% - 28px); }
  .floating-card { min-width: 155px; padding: 10px; }
  .floating-card-one { left: -14px; }
  .floating-card-two { right: -14px; }
  .stats-bar { gap: 0; padding: 14px 6px; border-radius: 16px; }
  .stats-bar div { margin: 0; padding: 10px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stats-bar div:nth-child(even) { border-right: 0; }
  .stats-bar div:nth-child(n+3) { border-bottom: 0; }
  .stats-bar strong { font-size: 16px; }
  .stats-bar span { font-size: 10px; line-height: 1.35; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 25px; }
  .section-heading h2, .why h2, .contact h2 { font-size: clamp(32px, 10vw, 42px); }
  .service-card { min-height: auto; padding: 28px 22px; }
  .service-card:hover { transform: none; }
  .service-card > a { position: static; display: inline-block; margin-top: 6px; }
  .service-icon { width: 54px; height: 54px; margin-bottom: 32px; border-radius: 16px; }
  .service-number { top: 18px; right: 20px; font-size: 48px; }
  .service-card ul { margin-bottom: 20px; }
  .why-visual { min-height: 460px; padding: 80px 35px 40px; border-radius: 130px 130px 22px 22px; }
  .why-visual > p { font-size: 21px; }
  .rating-summary { margin-top: 25px; }
  .contact-wrap { gap: 50px; }
  .contact-form { gap: 16px; padding: 24px 18px; border-radius: 18px; }
  .contact-form input, .contact-form select, .contact-form textarea { min-height: 48px; font-size: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .footer { padding-bottom: 75px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; padding-bottom: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 20px; }
  .mobile-call { position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 12px; display: flex; justify-content: center; gap: 10px; padding: 13px; border-radius: 30px; color: var(--navy); background: var(--gold); box-shadow: 0 8px 30px rgba(7,23,53,.25); font-weight: 800; }
  .legal-main { padding: 45px 0 85px; }
  .legal-content { padding: 30px 22px; }
  .legal-content h2 { font-size: 20px; }
  .page-hero { padding: 56px 0 52px; }
  .breadcrumb { margin-bottom: 20px; overflow-x: auto; white-space: nowrap; }
  .page-hero h1 { font-size: clamp(34px, 10vw, 42px); line-height: 1.08; }
  .page-hero p { font-size: 16px; line-height: 1.55; }
  .page-section { padding: 62px 0; }
  .page-intro h2, .cta-panel h2 { font-size: clamp(30px, 9vw, 40px); }
  .check-grid, .value-grid, .review-wall { grid-template-columns: 1fr; }
  .check-item, .detail-card, .review-card, .value-card, .contact-info-card { padding: 24px 20px; border-radius: 18px; }
  .wide-step { grid-template-columns: 50px 1fr; padding: 24px 20px; gap: 12px; }
  .wide-step small { grid-column: 2; text-align: left; }
  .cta-section { padding-bottom: 75px; }
  .cta-panel { align-items: stretch; flex-direction: column; gap: 24px; padding: 32px 22px; border-radius: 20px; }
  .contact-methods a { align-items: flex-start; }
  .contact-methods strong { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* Babyblau-Farbsystem */
body { background: #f5fbff; }
.site-header, .legal-header, .nav { background: #f8fcff; }
.topbar { background: #173b61; color: #e4f5ff; }
.hero-glow-one { background: rgba(98, 183, 232, .27); }
.hero-glow-two { background: rgba(91, 170, 220, .15); }
.eyebrow, .kicker { color: #3479a8; }
.button { box-shadow: 0 10px 24px rgba(78, 157, 209, .25); }
.button:hover { box-shadow: 0 14px 32px rgba(78, 157, 209, .3); }
.visual-card { box-shadow: 0 35px 80px rgba(33, 90, 131, .25); }
.stats-bar { background: #fafdff; box-shadow: 0 -15px 50px rgba(43, 112, 158, .09); }
.services, .process, .page-section { background: #f5fbff; }
.why, .contact, .page-section.alt, .legal-main, .cta-section { background: #dff2fd; }
.service-card, .detail-card, .review-card, .wide-step, .value-card, .legal-content, .contact-form, .check-item { background: #f8fcff; }
.service-card.featured, .why-visual, .contact-info-card, .cta-panel { background: #214d73; }
.testimonials { background: #214d73; }
.testimonial { border-color: rgba(220, 243, 255, .2); background: rgba(210, 237, 252, .09); }
.contact-form input, .contact-form select, .contact-form textarea { border-color: #c6e0f0; background: #eef8fd; }
.contact-methods a > span { background: #f8fcff; }
.footer { background: #173b61; color: #c2ddec; }
.page-hero { background: linear-gradient(135deg, #28577f 0%, #4b91bf 100%); }
.page-hero::before { background: rgba(190, 231, 255, .2); }
.check-item, .value-card { box-shadow: 0 12px 35px rgba(42, 106, 149, .09); }
.mobile-call { background: #83c5ec; }

.home-page .why,
.home-page .process,
.home-page .testimonials,
.home-page .contact { display: none; }
.home-trust { background: #fff; }
.trust-signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-signal-grid article { min-height: 210px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 20px; background: #f8fcff; }
.trust-signal-grid article > span { color: #4388b5; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.trust-signal-grid h3 { margin: 24px 0 10px; font-size: 19px; }
.trust-signal-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.home-link-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px 35px; margin-top: 38px; }
.home-link-row a { color: var(--navy); font-size: 13px; font-weight: 800; border-bottom: 1px solid #9acbe8; }
.home-cta { padding: 0 0 100px; background: #fff; }
.home-cta .kicker { display: block; margin-bottom: 10px; color: var(--gold-light); }
.home-cta .cta-panel h2 { font-size: clamp(30px, 4vw, 48px); }
.home-page .brand { width: 132px; height: 76px; }
.home-page .nav { height: 90px; }

.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { margin: 0 0 15px; padding: 12px 14px; border-radius: 10px; color: #7a2631; background: #ffe8ec; font-size: 13px; }

@media (max-width: 980px) {
  .trust-signal-grid { grid-template-columns: repeat(2, 1fr); }
  .home-page .brand { width: 108px; height: 66px; }
  .home-page .nav { height: 76px; }
  .home-page .hero { background-position: 58% center; }
  .home-page .hero::before { background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(248,252,255,.92) 52%, rgba(248,252,255,.45) 100%); }
  .home-page .hero-grid { grid-template-columns: 1fr; min-height: 560px; }
}

@media (max-width: 640px) {
  .trust-signal-grid { grid-template-columns: 1fr; }
  .home-cta { padding-bottom: 75px; }
  .home-page .brand { width: 92px; height: 58px; }
  .home-page .nav { height: 66px; }
  .home-page .hero { padding-top: 42px; background-position: 64% center; }
  .home-page .hero::before { background: linear-gradient(180deg, rgba(248,252,255,.96) 0%, rgba(248,252,255,.9) 62%, rgba(248,252,255,.82) 100%); }
  .home-page .hero-grid { display: block; min-height: auto; padding-bottom: 42px; }
  .home-page .hero-copy { padding: 6px 0 0; }
  .home-page .hero-actions { width: 100%; gap: 12px; }
  .home-page .hero-actions .button { width: 100%; }
  .trust-row { align-items: flex-start; margin-top: 20px; }
  .trust-signal-grid article { min-height: auto; padding: 24px 20px; }
  .home-link-row { justify-content: flex-start; gap: 14px 22px; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 20px, 1180px); }
  h1 { font-size: 36px; }
  .nav-links { padding-inline: 22px; font-size: 21px; }
  .stats-bar { grid-template-columns: 1fr; }
  .stats-bar div,
  .stats-bar div:nth-child(even),
  .stats-bar div:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-bar div:last-child { border-bottom: 0; }
  .review-author { align-items: flex-start; flex-direction: column; gap: 10px; }
  .mobile-call { left: 10px; right: 10px; }
}
