:root {
  --navy: #152b4f;
  --navy-deep: #0e203e;
  --ink: #1d2a40;
  --muted: #60708a;
  --green: #70ad37;
  --green-dark: #4d8920;
  --green-soft: #edf7e7;
  --blue: #276fc5;
  --orange: #e98c2f;
  --cream: #fbfcf9;
  --surface: #ffffff;
  --line: #e5ebf1;
  --shadow: 0 20px 50px rgba(19, 40, 72, .12);
  --shadow-soft: 0 12px 30px rgba(19, 40, 72, .08);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 14px; left: 14px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--navy); color: #fff; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 108px 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .95); border-bottom: 1px solid rgba(229, 235, 241, .92); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand, .footer-brand { flex: 0 0 auto; }
.brand img { width: 220px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { font-size: .95rem; font-weight: 700; color: #33425c; position: relative; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; border-radius: 5px; background: var(--green); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; padding-left: 23px; border-left: 1px solid var(--line); color: var(--green-dark); font-weight: 800; font-size: .93rem; }
.nav-phone svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { padding: 74px 0 58px; position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f8fbff 58%, #f6f9f1 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .7; background-image: linear-gradient(rgba(75, 109, 161, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 109, 161, .055) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--green-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; color: var(--navy); font-size: clamp(2.55rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: -.055em; }
h1 span { color: var(--green-dark); }
.lead { max-width: 640px; margin-bottom: 30px; color: #506078; font-size: clamp(1.05rem, 2vw, 1.23rem); line-height: 1.66; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 19px; border: 1px solid transparent; border-radius: 10px; font-size: .96rem; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 24px rgba(99, 163, 44, .22); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 28px rgba(79, 137, 31, .25); }
.button-secondary { color: var(--navy); border-color: #b6c3d2; background: rgba(255, 255, 255, .65); }
.button-secondary:hover { border-color: var(--navy); background: #fff; }
.hero-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 26px; color: #42516a; font-size: .93rem; font-weight: 700; }
.hero-contact a, .hero-contact p { display: inline-flex; align-items: center; gap: 7px; margin: 0; }
.hero-contact span { width: 1px; height: 20px; background: #c9d3dc; }
.hero-contact svg { width: 18px; fill: none; stroke: var(--green-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 520px); filter: drop-shadow(0 28px 34px rgba(25, 45, 74, .19)); }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(.1px); }
.hero-shape-one { z-index: 0; width: 400px; height: 400px; right: 7%; bottom: 4%; background: #ecf7e8; }
.hero-shape-two { z-index: 0; width: 210px; height: 210px; top: 7%; left: 0; background: #e8f0fb; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .84); border-radius: 12px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow-soft); color: #31445f; font-size: .82rem; font-weight: 800; backdrop-filter: blur(8px); }
.note-icon { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
.note-one { top: 11%; left: -5%; }
.note-two { right: -2%; bottom: 9%; }

.trust-strip { position: relative; z-index: 3; border-top: 1px solid #e5ece6; border-bottom: 1px solid #e5ece6; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 14px; min-height: 120px; padding: 27px 21px; align-items: flex-start; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item svg { flex: 0 0 auto; width: 32px; color: var(--green); fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h2 { margin: 0 0 3px; color: var(--navy); font-size: .95rem; line-height: 1.35; }
.trust-item p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin-bottom: 15px; color: var(--navy); font-size: clamp(2rem, 3.8vw, 3.05rem); line-height: 1.1; letter-spacing: -.045em; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.03rem; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: stretch; }
.service-card { display: flex; min-height: 355px; flex-direction: column; padding: 27px 22px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(23, 48, 86, .04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #d5e6c3; box-shadow: 0 18px 32px rgba(23, 48, 86, .11); }
.service-icon { display: grid; width: 49px; height: 49px; margin-bottom: 19px; place-items: center; border-radius: 13px; color: var(--green-dark); background: var(--green-soft); }
.service-icon.blue { color: var(--blue); background: #ecf4ff; }
.service-icon.orange { color: var(--orange); background: #fff4e7; }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.1rem; line-height: 1.25; }
.service-card p { margin-bottom: 19px; color: var(--muted); font-size: .89rem; line-height: 1.6; }
.service-card a { margin-top: auto; color: var(--green-dark); font-size: .88rem; font-weight: 850; }
.service-card a span { display: inline-block; margin-left: 5px; transition: transform .18s ease; }
.service-card a:hover span { transform: translateX(4px); }

.about-section { overflow: hidden; background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-copy h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.1; letter-spacing: -.045em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 8px; margin-top: 8px; color: var(--green-dark); font-weight: 850; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.about-panels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.about-panel { min-height: 230px; padding: 30px; border-radius: 20px; }
.about-panel span { display: inline-flex; margin-bottom: 38px; color: rgba(255, 255, 255, .65); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.about-panel h3 { margin-bottom: 8px; font-size: 1.4rem; line-height: 1.15; }
.about-panel p { margin: 0; font-size: .94rem; line-height: 1.65; }
.panel-dark { color: #fff; background: var(--navy); }
.panel-dark h3 { color: #fff; }.panel-dark p { color: #dbe5f5; }
.panel-light { margin-top: 42px; color: var(--navy); background: #edf3fa; }.panel-light span { color: #73819b; }.panel-light p { color: #5e6d82; }
.panel-green { grid-column: 1 / -1; display: grid; grid-template-columns: .35fr 1fr; gap: 20px; min-height: 180px; color: #fff; background: linear-gradient(120deg, #619f2e, #79b646); }.panel-green span { margin: 0; color: #e7f4d9; }.panel-green h3 { margin-bottom: 7px; color: #fff; }.panel-green p { color: #f1f9e8; }

.process-section { background: #f5f8fb; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; padding: 0 20px 0 0; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 27px; right: -2px; left: 65px; height: 1px; background: repeating-linear-gradient(90deg, #b9c4d0 0 4px, transparent 4px 9px); }
.process-number { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; margin-bottom: 22px; place-items: center; border: 1px solid #aac2d7; border-radius: 50%; color: var(--green-dark); background: #fff; box-shadow: 0 6px 17px rgba(30, 61, 104, .08); font-size: 1.15rem; font-weight: 900; }
.process-list h3 { margin-bottom: 9px; color: var(--navy); font-size: 1.12rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .91rem; }

.contact-section { padding: 0 0 100px; background: linear-gradient(180deg, #f5f8fb 0%, #fff 100%); }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 50px; border-radius: 26px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.contact-card::before { content: ""; position: absolute; top: -140px; right: -100px; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255, 255, 255, .03), 0 0 0 120px rgba(255, 255, 255, .02); }
.contact-card::after { content: ""; position: absolute; bottom: -150px; left: 20%; width: 400px; height: 400px; border-radius: 50%; background: rgba(111, 173, 55, .18); filter: blur(28px); }
.contact-copy, .contact-details { position: relative; z-index: 1; }
.contact-copy .eyebrow { color: #a9d17e; }.contact-copy h2 { max-width: 510px; margin-bottom: 16px; color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.1; letter-spacing: -.045em; }.contact-copy > p:not(.eyebrow) { margin-bottom: 26px; color: #d8e4f3; }
.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; gap: 14px; }
.contact-detail { display: flex; gap: 13px; min-height: 92px; padding: 14px 9px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .14); }
a.contact-detail:hover { color: #bde58f; }
.detail-icon { display: grid; flex: 0 0 auto; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(178, 216, 143, .58); border-radius: 9px; color: #bde58f; }
.detail-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-detail strong, .contact-detail small { display: block; }.contact-detail strong { margin-bottom: 2px; font-size: .83rem; color: #fff; }.contact-detail small { color: #d5e1ef; font-size: .85rem; line-height: 1.43; }

.site-footer { color: #d8e0ea; background: var(--navy-deep); }.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 100px; }.footer-brand img { width: 210px; height: auto; opacity: .98; }.footer-main nav, .footer-legal { display: flex; flex-wrap: wrap; gap: 22px; }.footer-main nav a, .footer-legal a { color: #c3d1df; font-size: .87rem; }.footer-main nav a:hover, .footer-legal a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 22px; min-height: 58px; align-items: center; border-top: 1px solid rgba(255, 255, 255, .1); color: #93a6bd; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(112, 173, 55, .6); outline-offset: 4px; }

@media (max-width: 1050px) {
  .nav-phone span { display: none; }.nav-phone { border-left: 0; padding-left: 0; }.nav-phone svg { width: 22px; }.service-grid { grid-template-columns: repeat(3, 1fr); }.service-card { min-height: 310px; }.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; }.about-grid { gap: 45px; }
}
@media (max-width: 820px) {
  .section { padding: 82px 0; }.site-header { min-height: 70px; }.nav-wrap { min-height: 70px; gap: 15px; }.brand img { width: 198px; }.nav-toggle { display: block; margin-left: auto; }.main-nav { position: absolute; top: 71px; right: 20px; left: 20px; display: grid; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .98); box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }.main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }.main-nav a { padding: 12px 10px; }.main-nav a::after { display: none; }.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }.hero { padding-top: 58px; }.hero-grid { grid-template-columns: 1fr; gap: 22px; }.hero-art { min-height: auto; max-width: 570px; margin: 0 auto; }.trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-item:nth-child(3) { border-left: 1px solid var(--line); }.service-grid { grid-template-columns: repeat(2, 1fr); }.about-grid { grid-template-columns: 1fr; }.about-panels { max-width: 680px; }.process-list { grid-template-columns: repeat(2, 1fr); gap: 45px 28px; }.process-list li:nth-child(2)::after { display: none; }.contact-card { grid-template-columns: 1fr; gap: 26px; padding: 38px; }.footer-main { flex-wrap: wrap; padding: 28px 0; }.footer-main nav { order: 3; width: 100%; }.footer-legal { margin-left: auto; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.brand img { width: 178px; }.nav-phone { padding: 6px; }.hero { padding: 46px 0 40px; }.hero-actions .button { width: 100%; }.hero-contact { gap: 10px; font-size: .87rem; }.hero-contact span { display: none; }.hero-contact p { width: 100%; }.hero-art { margin-top: 11px; }.floating-note { padding: 8px 10px; font-size: .72rem; }.note-one { left: 0; }.note-two { right: 0; }.trust-grid, .service-grid, .contact-details { grid-template-columns: 1fr; }.trust-item, .trust-item:first-child, .trust-item:nth-child(3) { border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }.trust-item:last-child { border-bottom: 0; }.service-card { min-height: auto; }.about-panels { grid-template-columns: 1fr; }.panel-light { margin-top: 0; }.panel-green { grid-column: auto; grid-template-columns: 1fr; min-height: auto; }.panel-green span { margin-bottom: 20px; }.process-list { grid-template-columns: 1fr; gap: 34px; }.process-list li:not(:last-child)::after { top: 67px; right: auto; bottom: -29px; left: 27px; width: 1px; height: 36px; background: repeating-linear-gradient(180deg, #b9c4d0 0 4px, transparent 4px 9px); }.contact-card { padding: 31px 24px; border-radius: 20px; }.footer-main { align-items: flex-start; flex-direction: column; gap: 20px; }.footer-main nav, .footer-legal { gap: 14px 19px; margin-left: 0; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding: 13px 0; }.section-heading { margin-bottom: 32px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .service-card, .main-nav, .nav-toggle span { transition: none; } }

/* Rechtliche Unterseiten */
.legal-page { padding: 88px 0 110px; background: linear-gradient(180deg, #fbfcf9 0%, #fff 100%); }
.legal-content { max-width: 860px; }
.legal-content h1 { margin-bottom: 46px; }
.legal-content section { margin: 0 0 28px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(23, 48, 86, .04); }
.legal-content h2 { margin-bottom: 12px; color: var(--navy); font-size: 1.25rem; }
.legal-content p { margin-bottom: 0; color: #4f6078; }
.legal-content a { color: var(--green-dark); font-weight: 800; }
.legal-note { padding: 16px 18px; border-left: 4px solid var(--green); color: #506078 !important; background: #f4f9ef; font-size: .91rem; }
.legal-nav { margin-left: auto; }
@media (max-width: 820px) { .legal-nav { position: static; display: flex; visibility: visible; opacity: 1; transform: none; padding: 0; border: 0; box-shadow: none; background: transparent; gap: 12px; }.legal-nav a { font-size: .84rem; }.legal-page { padding: 56px 0 70px; } }
@media (max-width: 560px) { .legal-nav a:not(:last-child) { display: none; }.legal-content section { padding: 23px 20px; } }
