:root {
    --green-950: #073c37;
    --green-900: #095047;
    --green-800: #0b5d53;
    --green-700: #0e6b5f;
    --green-600: #108070;
    --green-100: #dff4ef;
    --green-50: #eef9f6;
    --mint: #76d8bc;
    --ink: #142927;
    --muted: #60716e;
    --line: #dce8e5;
    --surface: #ffffff;
    --surface-soft: #f6faf9;
    --warm: #fbf8f1;
    --danger: #a73636;
    --shadow: 0 20px 60px rgba(9, 80, 71, .12);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-container { width: min(790px, calc(100% - 40px)); margin-inline: auto; }
.centered { text-align: center; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; display: flex; align-items: center; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(8,56,51,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green-950); font-size: 1.27rem; font-weight: 800; letter-spacing: -.025em; }
.brand-light { color: #fff; }
.main-navigation { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 650; }
.main-navigation > a:not(.button) { color: #29423f; transition: color .2s; }
.main-navigation > a:not(.button):hover { color: var(--green-700); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--green-950); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green-700); box-shadow: 0 12px 25px rgba(14,107,95,.22); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 16px 30px rgba(14,107,95,.29); }
.button-secondary { color: var(--green-800); background: rgba(255,255,255,.8); border-color: #c7ded8; }
.button-secondary:hover { background: #fff; }
.button-white { color: var(--green-900); background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.12); }
.button-small { min-height: 43px; padding: 0 19px; }
.button-large { min-height: 58px; padding-inline: 30px; }
.button-full { width: 100%; }

.hero { position: relative; min-height: 780px; display: flex; align-items: center; padding: 146px 0 82px; overflow: hidden; background: linear-gradient(135deg, #effaf7 0%, #fff 49%, #eef7f4 100%); }
.hero::before { content: ""; position: absolute; inset: auto -10% -37% 40%; height: 650px; border-radius: 50%; background: rgba(118,216,188,.14); filter: blur(2px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 65px; }
.hero-copy h1, .page-hero h1, .success-section h1 { margin: 16px 0 23px; color: var(--green-950); font-size: clamp(3.2rem, 5.3vw, 5.55rem); line-height: .99; letter-spacing: -.058em; }
.hero-copy h1 span { color: var(--green-700); }
.hero-copy > p { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.17rem; line-height: 1.75; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 29px; height: 2px; background: currentColor; }
.eyebrow-light { color: #b7f1df; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 31px; color: #48615d; font-size: .89rem; font-weight: 650; }
.trust-row i { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 5px; border-radius: 50%; color: #fff; background: var(--green-600); font-style: normal; font-size: .72rem; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; filter: drop-shadow(0 32px 50px rgba(8,76,68,.2)); }
.visual-badge { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 14px 30px rgba(10,70,63,.14); backdrop-filter: blur(12px); color: #31504b; font-size: .78rem; font-weight: 750; }
.badge-top { top: 9%; right: -3%; }
.badge-bottom { bottom: 3%; left: -4%; flex-direction: column; align-items: flex-start; gap: 0; }
.badge-bottom strong { color: var(--green-800); font-size: 1.3rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #25aa69; box-shadow: 0 0 0 5px rgba(37,170,105,.13); }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(.2px); }
.hero-shape-one { width: 280px; height: 280px; top: -130px; right: 15%; background: rgba(92,200,170,.13); }
.hero-shape-two { width: 190px; height: 190px; left: -105px; bottom: 10%; background: rgba(14,107,95,.08); }

.logo-strip { padding: 27px 0; border-top: 1px solid #e6f0ee; border-bottom: 1px solid #e6f0ee; background: #fff; text-align: center; }
.logo-strip p { margin: 0 0 12px; color: #84918f; font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.logo-strip-items { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; color: #526964; font-weight: 750; }
.logo-strip-items b { color: var(--mint); }

.section { padding: 108px 0; }
.section-light { background: var(--surface-soft); }
.section-heading { max-width: 720px; margin: 0 auto 55px; }
.section-heading h2, .split-copy h2, .cta-card h2, .contact-panel h2 { margin: 13px 0 18px; color: var(--green-950); font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .split-copy > p, .contact-panel > p { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 325px; padding: 31px; border: 1px solid #e2ece9; border-radius: var(--radius-md); background: #fff; box-shadow: 0 5px 25px rgba(10,72,65,.045); transition: transform .22s, box-shadow .22s, border-color .22s; }
.feature-card:hover { transform: translateY(-6px); border-color: #bddbd3; box-shadow: var(--shadow); }
.icon-box { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 15px; background: var(--green-50); }
.icon-box img { width: 31px; height: 31px; }
.feature-card h3 { margin: 0 0 11px; color: var(--green-950); font-size: 1.28rem; line-height: 1.25; }
.feature-card p { margin: 0 0 22px; color: var(--muted); }
.feature-card > a { color: var(--green-700); font-size: .92rem; font-weight: 800; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.split-reverse .split-visual { order: 1; }
.split-reverse .split-copy { order: 2; }
.workflow-section { background: #fff; }
.step-list { list-style: none; padding: 0; margin: 34px 0 0; }
.step-list li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.step-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--green-700); background: var(--green-50); font-size: .77rem; font-weight: 850; }
.step-list strong { color: var(--green-950); }
.step-list p { margin: 3px 0 0; color: var(--muted); font-size: .92rem; }
.split-visual img { width: 100%; filter: drop-shadow(0 25px 43px rgba(8,76,68,.14)); }
.app-section { color: #fff; background: linear-gradient(135deg, var(--green-950), var(--green-700)); overflow: hidden; }
.app-section .split-copy h2 { color: #fff; }
.app-section .split-copy > p { color: #cae7df; }
.phone-visual img { max-height: 660px; object-fit: contain; }
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { position: relative; padding: 8px 0 8px 31px; color: #425b57; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 9px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--green-600); font-size: .72rem; font-weight: 900; }
.light-list li { color: #e3f4ef; }
.light-list li::before { color: var(--green-950); background: #a8ead6; }
.text-link-light { color: #b8f2e0; font-weight: 800; }
.security-layout { grid-template-columns: 1.1fr .9fr; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 32px; }
.mini-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.mini-grid strong, .mini-grid span { display: block; }
.mini-grid strong { color: var(--green-950); }
.mini-grid span { color: var(--muted); font-size: .85rem; }
.security-card { padding: 45px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(150deg, #0c5d53, #073f3a); box-shadow: var(--shadow); }
.security-card img { width: 105px; margin-bottom: 25px; }
.security-card h3 { margin: 0 0 13px; font-size: 1.55rem; line-height: 1.25; }
.security-card p { color: #c9e7df; }
.security-note { display: inline-block; margin-top: 12px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d7f5ec; font-size: .76rem; font-weight: 750; }

.faq-section { background: var(--warm); }
.accordion details { border-bottom: 1px solid #dce3df; }
.accordion summary { position: relative; padding: 22px 50px 22px 0; color: var(--green-950); cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 17px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--green-700); background: #fff; font-size: 1.35rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 0 24px; padding-right: 50px; color: var(--muted); }

.cta-section { padding: 0 0 105px; background: var(--warm); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 58px 64px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(115deg, #0a544b, #0e7769); box-shadow: var(--shadow); }
.cta-card h2 { max-width: 720px; margin-top: 10px; color: #fff; font-size: clamp(2rem, 3.5vw, 3rem); }
.cta-card p { max-width: 700px; margin: 0; color: #cdebe3; }
.cta-card .button { flex: 0 0 auto; }

.page-hero { padding: 175px 0 90px; background: linear-gradient(145deg, #eff9f6, #fff); }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-hero p { margin: 0 auto; color: var(--muted); font-size: 1.14rem; }
.function-list { display: grid; gap: 35px; }
.function-row { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(42px,6vw,82px); padding: clamp(34px,5vw,62px); border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 14px 42px rgba(9,80,71,.055); }
.function-row-reverse .function-copy { order: 2; }
.function-row-reverse .function-image { order: 1; }
.number-label { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 12px; color: var(--green-700); background: var(--green-50); font-size: .78rem; font-weight: 850; }
.function-copy h2 { margin: 0 0 14px; color: var(--green-950); font-size: 2rem; letter-spacing: -.03em; }
.function-copy > p { color: var(--muted); }
.function-image img { width: 100%; object-fit: contain; }
.function-mockup { padding: 10px; border-radius: 24px; background: linear-gradient(145deg,#f1f9f7,#fff); }
.function-mockup img { filter: drop-shadow(0 18px 34px rgba(9,80,71,.10)); }

.pricing-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; max-width: 1050px; margin-inline: auto; }
.pricing-card { padding: 48px; border: 1px solid #cfe1dc; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.pricing-tag { display: inline-block; padding: 6px 11px; border-radius: 999px; color: var(--green-800); background: var(--green-50); font-size: .75rem; font-weight: 800; }
.pricing-card h2 { margin: 20px 0 8px; color: var(--green-950); font-size: 2.25rem; }
.pricing-intro { color: var(--muted); }
.price-placeholder { padding: 22px 0; margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-placeholder strong, .price-placeholder span { display: block; }
.price-placeholder strong { color: var(--green-800); font-size: 1.7rem; }
.price-placeholder span { color: var(--muted); font-size: .86rem; }
.pricing-aside { display: grid; gap: 14px; }
.aside-card { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 23px; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(9,80,71,.07); }
.aside-card > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: var(--green-700); background: var(--green-50); font-size: .77rem; font-weight: 850; }
.aside-card h3 { margin: 0; color: var(--green-950); }
.aside-card p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.three-column-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.simple-card, .value-card { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.simple-card h3, .value-card h3 { margin: 0 0 9px; color: var(--green-950); }
.simple-card p, .value-card p { margin: 0; color: var(--muted); }
.about-layout { grid-template-columns: 1.05fr .95fr; }
.values-section { background: var(--warm); }
.value-card > span { display: inline-block; margin-bottom: 21px; color: var(--green-600); font-weight: 850; }

.contact-hero { padding-bottom: 155px; }
.contact-section { padding-top: 0; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 25px; margin-top: -95px; position: relative; }
.contact-panel, .contact-info { border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.contact-panel { padding: 48px; }
.contact-info { padding: 37px; color: #fff; background: linear-gradient(145deg, var(--green-950), var(--green-700)); }
.contact-info > img { max-height: 220px; margin: 0 auto 20px; }
.contact-info h2 { margin: 0 0 10px; }
.contact-info > p { color: #cae6df; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: #2a4541; font-size: .88rem; font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; padding: 14px 16px; border: 1px solid #cbdcd8; border-radius: 11px; outline: none; color: var(--ink); background: #fff; transition: border .2s, box-shadow .2s; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(16,128,112,.1); }
.form-field textarea { resize: vertical; }
.form-field > span { color: var(--danger); font-size: .8rem; }
.checkbox-field { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 9px; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--green-700); }
.checkbox-field label { font-weight: 500; }
.checkbox-field label a { color: var(--green-700); text-decoration: underline; }
.checkbox-field span { grid-column: 2; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.validation-summary { margin-top: 20px; padding: 13px 16px; border-radius: 10px; color: var(--danger); background: #fff2f2; }
.validation-summary:empty { display: none; }
.validation-summary ul { margin: 0; padding-left: 20px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-item > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; color: var(--green-950); background: #b7efdf; }
.contact-item small, .contact-item a { display: block; }
.contact-item small { color: #a9d6cc; }
.contact-item a { font-weight: 750; }
.contact-note { margin-top: 27px; padding: 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.06); }
.contact-note p { margin: 5px 0 0; color: #cce7e0; font-size: .9rem; }

.success-section { min-height: 75vh; display: grid; place-items: center; padding: 160px 0 100px; background: var(--surface-soft); }
.success-section h1 { font-size: clamp(2.5rem, 4vw, 4rem); }
.success-section p { max-width: 680px; margin: 0 auto 30px; color: var(--muted); font-size: 1.08rem; }
.success-icon, .error-icon { width: 75px; height: 75px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: #fff; background: var(--green-600); font-size: 2rem; font-weight: 800; }
.error-icon { background: #a54c4c; }
.request-id { font-size: .83rem !important; }

.legal-hero { padding: 165px 0 65px; background: var(--green-50); }
.legal-hero h1 { margin: 10px 0 0; color: var(--green-950); font-size: 3.3rem; letter-spacing: -.04em; }
.legal-section { padding: 70px 0 110px; }
.legal-content h2 { margin: 38px 0 10px; color: var(--green-950); font-size: 1.35rem; }
.legal-content p { color: #536965; }
.legal-content a { color: var(--green-700); text-decoration: underline; }
.legal-warning { padding: 20px; border-left: 4px solid #d29d36; border-radius: 8px; background: #fff7df; color: #625127; }

.site-footer { padding: 75px 0 23px; color: #c7deda; background: #062f2b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .72fr 1fr 1fr 1fr; gap: 42px; }
.footer-brand p { max-width: 410px; margin-top: 19px; color: #9ebdb7; }
.footer-grid h2 { margin: 8px 0 17px; color: #fff; font-size: .92rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #89aaa4; font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .1s; }
.reveal-delay { transition-delay: .2s; }



/* Klare Produkt- und Funktionsdarstellung */
.function-page-hero { padding-bottom: 92px; }
.function-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: clamp(48px,7vw,96px); }
.function-hero-grid h1 { margin: 16px 0 23px; color: var(--green-950); font-size: clamp(3rem,5vw,5rem); line-height: 1.02; letter-spacing: -.055em; }
.function-hero-grid p { max-width: 710px; color: var(--muted); font-size: 1.12rem; }
.function-flow-card { display: grid; gap: 14px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.85); box-shadow: var(--shadow); }
.function-flow-card > div { display: grid; grid-template-columns: 38px 1fr; gap: 3px 13px; align-items: center; padding: 16px; border-radius: 16px; background: var(--surface-soft); }
.function-flow-card > div > span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--green-700); font-size: .74rem; font-weight: 850; }
.function-flow-card strong { color: var(--green-950); }
.function-flow-card small { color: var(--muted); }
.function-flow-card > i { color: var(--green-600); font-style: normal; font-size: 1.4rem; font-weight: 900; text-align: center; }
.function-overview-section { padding-top: 86px; }
.function-category, .feature-label { display: inline-flex; align-items: center; width: fit-content; padding: 7px 12px; border: 1px solid #c9e4dc; border-radius: 999px; color: var(--green-700); background: var(--green-50); font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.function-copy .number-label { display: block; margin: 19px 0 6px; color: #92aaa5; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.function-copy h2 { margin: 0 0 15px; color: var(--green-950); font-size: clamp(2rem,3.4vw,3.15rem); line-height: 1.08; letter-spacing: -.04em; }
.function-copy > p { color: var(--muted); font-size: 1.04rem; }
.function-integration-section { padding: 0 0 105px; background: var(--surface-soft); }
.function-integration-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 48px 54px; border-radius: 28px; color: #fff; background: linear-gradient(135deg,var(--green-950),var(--green-700)); box-shadow: var(--shadow); }
.function-integration-card h2 { max-width: 760px; margin: 12px 0 12px; font-size: clamp(2rem,3.5vw,3.2rem); line-height: 1.08; letter-spacing: -.04em; }
.function-integration-card p { max-width: 780px; margin: 0; color: #d0e9e2; }
.seo-landing-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.95fr); align-items: center; gap: clamp(44px,6vw,82px); }
.seo-landing-hero-grid .breadcrumbs { justify-content: flex-start; }
.seo-landing-hero-grid h1 { font-size: clamp(2.75rem,4.5vw,4.65rem); }
.seo-landing-hero-grid p { margin: 0; }
.seo-landing-visual img { width: 100%; filter: drop-shadow(0 24px 45px rgba(8,76,68,.14)); }
.section-number { display: inline-flex; color: var(--green-600); font-size: .77rem; font-weight: 900; letter-spacing: .12em; }
.seo-content-card h2 { margin-top: 9px; }
.feature-card .feature-label { margin-bottom: 18px; }
.platform-card .feature-label { margin-bottom: 17px; }
.footer-grid-products { grid-template-columns: 1.35fr .72fr 1fr 1fr 1fr; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .site-header { height: 72px; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
    .menu-button { display: block; z-index: 102; }
    .main-navigation { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: #fff; box-shadow: 0 20px 30px rgba(8,56,51,.12); }
    .main-navigation.is-open { display: flex; }
    .main-navigation > a { padding: 13px 8px; }
    .main-navigation .button { margin-top: 10px; }
    .hero { min-height: auto; padding-top: 132px; }
    .hero-grid, .split-layout, .pricing-layout, .contact-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 52px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .trust-row { justify-content: center; }
    .hero-visual { max-width: 700px; margin-inline: auto; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .split-layout { gap: 50px; }
    .split-reverse .split-visual, .split-reverse .split-copy { order: unset; }
    .phone-visual { order: 2 !important; }
    .app-section .split-copy { order: 1 !important; }
    .function-row { grid-template-columns: 1fr; gap: 35px; }
    .function-row-reverse .function-copy, .function-row-reverse .function-image { order: unset; }
    .contact-grid { max-width: 760px; }
    .footer-grid, .footer-grid-products { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child, .footer-grid-products > div:last-child { grid-column: auto; }
    .function-hero-grid, .seo-landing-hero-grid { grid-template-columns: 1fr; }
    .function-flow-card { max-width: 720px; }
}

@media (max-width: 680px) {
    .container, .narrow-container { width: min(100% - 28px, 1180px); }
    .hero { padding: 120px 0 65px; }
    .hero-copy h1 { font-size: 3rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .trust-row { align-items: flex-start; flex-direction: column; gap: 9px; text-align: left; width: fit-content; margin-inline: auto; }
    .badge-top { right: 0; top: 2%; }
    .badge-bottom { left: 0; }
    .visual-badge { font-size: .68rem; }
    .section { padding: 78px 0; }
    .section-heading { margin-bottom: 36px; }
    .section-heading h2, .split-copy h2, .contact-panel h2 { font-size: 2.25rem; }
    .feature-grid, .three-column-grid, .mini-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; }
    .split-layout { gap: 38px; }
    .cta-section { padding-bottom: 70px; }
    .cta-card { align-items: flex-start; flex-direction: column; gap: 30px; padding: 38px 27px; }
    .cta-card .button { width: 100%; }
    .page-hero { padding: 135px 0 70px; }
    .page-hero h1 { font-size: 3rem; }
    .function-row { padding: 28px 22px; }
    .pricing-card { padding: 31px 23px; }
    .contact-panel, .contact-info { padding: 30px 22px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field-full { grid-column: auto; }
    .checkbox-field { grid-template-columns: 22px 1fr; }
    .contact-hero { padding-bottom: 135px; }
    .footer-grid, .footer-grid-products { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand { grid-column: 1 / -1; }
    .function-integration-card { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
    .function-integration-card .button { width: 100%; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* SEO-, Status- und Conversion-Erweiterungen */
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--green-950); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.main-navigation a[aria-current="page"]:not(.button) { color: var(--green-700); }
.main-navigation a[aria-current="page"]:not(.button)::after { content: ""; display: block; height: 2px; margin-top: 3px; border-radius: 2px; background: var(--green-600); }
.transparency-note { max-width: 690px !important; margin-top: 24px !important; padding: 15px 18px; border: 1px solid #cfe4de; border-radius: 14px; color: #46605b !important; background: rgba(255,255,255,.72); font-size: .88rem !important; line-height: 1.55 !important; }
.status-chip { display: inline-flex; align-items: center; width: fit-content; padding: 6px 10px; border: 1px solid transparent; border-radius: 999px; font-size: .69rem; font-weight: 850; letter-spacing: .025em; line-height: 1.25; }
.status-ready { color: #075e43; border-color: #bde4d4; background: #e7f8f0; }
.status-building { color: #805311; border-color: #ead4a8; background: #fff6df; }
.status-planned { color: #5c4b86; border-color: #d8cdef; background: #f3eefc; }
.feature-card > .status-chip { margin-bottom: 18px; }
.status-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.platform-section { background: linear-gradient(180deg, #fff, #f3faf7); }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.platform-card { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 35px rgba(9,80,71,.06); }
.platform-card h3 { margin: 18px 0 8px; color: var(--green-950); font-size: 1.35rem; }
.platform-link { margin-top: 34px; }
.inline-link { display: inline-flex; margin-top: 8px; color: var(--green-700); font-weight: 800; }
.inline-links { display: flex; flex-wrap: wrap; gap: 20px; }

.form-privacy-note { max-width: 650px; margin: 16px 0 0; color: var(--muted); font-size: .82rem; }
.button[disabled] { cursor: wait; opacity: .72; transform: none; }

.seo-page-hero { padding-bottom: 100px; }
.breadcrumbs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #6b7d79; font-size: .82rem; }
.breadcrumbs a { color: var(--green-700); font-weight: 750; }
.centered-actions { justify-content: center; }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.seo-benefit { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.seo-benefit > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-600); font-size: .8rem; font-weight: 900; }
.seo-benefit p { margin: 1px 0 0; color: #405953; font-weight: 700; line-height: 1.45; }
.seo-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 42px; }
.seo-main-content { display: grid; gap: 24px; }
.seo-content-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 9px 35px rgba(9,80,71,.05); }
.seo-content-card h2 { margin: 18px 0 12px; color: var(--green-950); font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.18; letter-spacing: -.035em; }
.seo-content-card > p { color: var(--muted); font-size: 1.03rem; }
.seo-sidebar { position: sticky; top: 105px; display: grid; gap: 20px; }
.sidebar-card, .sidebar-links { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 30px rgba(9,80,71,.06); }
.sidebar-card h2 { margin: 13px 0 10px; color: var(--green-950); font-size: 1.45rem; line-height: 1.25; }
.sidebar-card > p { color: var(--muted); }
.plain-list { list-style: none; padding: 0; margin: 22px 0; }
.plain-list li { display: flex; align-items: center; gap: 9px; padding: 6px 0; color: #425b57; font-size: .9rem; }
.status-dot-small { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; }
.status-dot-small.ready { background: #1b9b69; }
.status-dot-small.building { background: #d19535; }
.status-dot-small.planned { background: #8468bb; }
.sidebar-links { display: flex; flex-direction: column; gap: 9px; }
.sidebar-links strong { margin-bottom: 5px; color: var(--green-950); }
.sidebar-links a { color: var(--green-700); font-size: .9rem; font-weight: 750; }

@media (max-width: 1100px) {
    .main-navigation { gap: 20px; font-size: .9rem; }
    .seo-benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
    .main-navigation a[aria-current="page"]:not(.button)::after { display: none; }
    .platform-grid { grid-template-columns: 1fr; }
    .seo-content-layout { grid-template-columns: 1fr; }
    .seo-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .seo-benefit-grid, .seo-sidebar { grid-template-columns: 1fr; }
    .seo-content-card { padding: 26px; }
    .transparency-note { text-align: left; }
    .status-legend { align-items: center; flex-direction: column; }
}
