:root {
  --ink: #17322a;
  --muted: #607169;
  --green: #187451;
  --green-dark: #0d4633;
  --mint: #d9eee1;
  --line: #dbe5df;
  --paper: #f6f8f4;
  --coral: #c66052;
  --blue: #2b6075;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; padding: 10px 14px; border-radius: 5px; color: var(--white); background: var(--green-dark); font-size: 10px; font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, summary:focus-visible { outline: 3px solid #d77868; outline-offset: 4px; }

.site-header { position: absolute; z-index: 4; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; max-width: 1220px; margin: auto; padding: 22px 30px; color: var(--white); }
.site-brand { display: flex; align-items: center; gap: 10px; }
.site-brand > span:last-child { display: flex; flex-direction: column; }
.site-brand strong { font-size: 14px; letter-spacing: 0; }
.site-brand small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 8px; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; }
.brand-mark img { display: block; width: 100%; height: 100%; }
.site-header nav { display: flex; align-items: center; gap: 26px; font-size: 10px; font-weight: 750; }
.site-header nav > a:not(.site-button) { color: rgba(255,255,255,.86); }
.site-header nav > a:not(.site-button):hover { color: var(--white); }

.site-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 17px; border: 1px solid var(--green); border-radius: 5px; color: var(--white); background: var(--green); font-size: 10px; font-weight: 800; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.site-button:hover { border-color: var(--green-dark); background: var(--green-dark); transform: translateY(-1px); }
.site-button.compact { min-height: 33px; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); }
.site-button.compact:hover { border-color: var(--white); background: rgba(255,255,255,.18); }

.public-hero { position: relative; display: grid; grid-template-columns: minmax(0, 660px) minmax(220px, 1fr); align-items: end; gap: 40px; min-height: 710px; padding: 142px max(30px, calc((100vw - 1160px) / 2)) 66px; color: var(--white); background: #243a32 url("assets/haus-aussen.png") center 42% / cover no-repeat; isolation: isolate; }
.public-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: rgba(13, 36, 26, .62); }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 12px; color: #8fd1ab; font-size: 9px; font-weight: 850; letter-spacing: 1.15px; text-transform: uppercase; }
.hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: 0; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 23px 0 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.text-link { color: rgba(255,255,255,.9); font-size: 10px; font-weight: 800; }
.text-link:hover { color: var(--white); }
.deal-signal { align-self: end; justify-self: end; display: flex; width: min(100%, 300px); flex-direction: column; gap: 7px; padding: 18px; border: 1px solid rgba(255,255,255,.36); border-radius: 6px; background: rgba(10, 29, 22, .82); }
.deal-signal strong { font-size: 12px; line-height: 1.3; }
.signal-label { color: #a4d8b6; font-size: 8px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.signal-state { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.74); font-size: 9px; }
.signal-state i { width: 7px; height: 7px; border-radius: 50%; background: #e38a75; box-shadow: 0 0 0 4px rgba(227,138,117,.16); }

.position-band { display: grid; grid-template-columns: .28fr 1fr .75fr; gap: 48px; padding: 92px max(30px, calc((100vw - 1160px) / 2)); background: var(--white); }
.section-label { display: flex; flex-direction: column; gap: 16px; }
.section-label > span { color: var(--coral); font-size: 10px; font-weight: 850; }
.position-copy h2, .section-intro h2, .security-copy h2, .pilot-section h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.05; letter-spacing: 0; }
.position-copy > p { max-width: 600px; margin: 19px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.position-points { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.position-points p { display: grid; grid-template-columns: 75px 1fr; gap: 11px; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 10px; line-height: 1.45; }
.position-points strong { color: var(--green); }
.position-points span { color: var(--muted); }

.product-section { padding: 104px max(30px, calc((100vw - 1160px) / 2)); background: var(--paper); }
.section-intro { max-width: 615px; }
.section-intro > p:last-child { max-width: 500px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.product-preview { overflow: hidden; margin-top: 44px; border: 1px solid #c8d4cd; border-radius: 6px; background: var(--white); box-shadow: 0 18px 40px rgba(17, 49, 36, .1); }
.preview-topbar { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 46px; padding: 0 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: center; }
.preview-brand { justify-self: start; display: flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 800; }
.preview-brand img { display: block; width: 20px; height: 20px; }
.preview-avatar { justify-self: end; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 7px; font-weight: 850; }
.preview-main { display: grid; grid-template-columns: 145px 1fr; min-height: 350px; }
.preview-sidebar { display: flex; flex-direction: column; gap: 2px; padding: 16px 10px; border-right: 1px solid var(--line); color: var(--muted); background: #f8faf8; font-size: 9px; }
.preview-sidebar span { padding: 9px 10px; border-radius: 4px; }
.preview-sidebar .is-active { color: var(--green-dark); background: var(--mint); font-weight: 800; }
.preview-content { padding: 27px; }
.preview-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.preview-heading > div { display: flex; flex-direction: column; gap: 5px; }
.preview-kicker { color: var(--muted); font-size: 8px; }
.preview-heading strong { font-size: 16px; }
.preview-heading small { color: var(--muted); font-size: 9px; }
.preview-badge { flex: 0 0 auto; padding: 6px 8px; border: 1px solid #e7c6bd; border-radius: 4px; color: #9a3d31; background: #fdf0eb; font-size: 8px; font-weight: 850; }
.preview-columns { display: grid; grid-template-columns: 1.16fr .84fr; gap: 14px; margin-top: 24px; }
.preview-panel { min-width: 0; padding: 15px; border: 1px solid var(--line); border-radius: 5px; }
.panel-title { display: block; margin-bottom: 11px; color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.task-row, .document-row { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; align-items: center; gap: 7px; min-height: 37px; border-top: 1px solid var(--line); color: var(--ink); font-size: 8px; }
.task-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.task-row b { color: var(--coral); font-size: 7px; }
.task-row.done i { background: var(--green); }
.task-row.done b { color: var(--green); }
.document-row { grid-template-columns: 28px minmax(0, 1fr); }
.document-row span { display: inline-flex; justify-content: center; padding: 4px 2px; border-radius: 3px; color: var(--blue); background: #eaf2f5; font-size: 7px; font-weight: 850; }
.document-row b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 650; }

.workflow-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 108px max(30px, calc((100vw - 1160px) / 2)); background: var(--white); }
.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.workflow-list li > span { color: var(--coral); font-size: 10px; font-weight: 850; }
.workflow-list h3 { margin: 0; font-size: 17px; }
.workflow-list p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.property-strip { display: grid; grid-template-columns: 1fr 1fr; margin: 0; background: var(--green-dark); }
.property-strip figure { position: relative; min-height: 360px; margin: 0; overflow: hidden; }
.property-strip img { width: 100%; height: 100%; object-fit: cover; }
.property-strip figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; padding: 11px 12px; border-left: 2px solid #9fd6b8; color: var(--white); background: rgba(10, 30, 22, .8); font-size: 10px; }

.security-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 108px max(30px, calc((100vw - 1160px) / 2)); background: #e8f1ec; }
.security-copy > p:last-child { max-width: 455px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.security-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid #cbdbd1; background: #cbdbd1; }
.security-list div { display: flex; min-height: 150px; flex-direction: column; gap: 10px; padding: 24px; background: #f8fbf9; }
.security-list strong { color: var(--green-dark); font-size: 13px; }
.security-list span { color: var(--muted); font-size: 10px; line-height: 1.55; }

.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 108px max(30px, calc((100vw - 1160px) / 2)); background: var(--white); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 30px 21px 0; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 19px; right: 2px; color: var(--coral); content: "+"; font-size: 20px; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 620px; margin: 0; padding: 0 25px 20px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.pilot-section { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 83px max(30px, calc((100vw - 1160px) / 2)); color: var(--white); background: var(--green-dark); }
.pilot-section .eyebrow { color: #9ed5b5; }
.pilot-section h2 { max-width: 625px; }
.pilot-section > div:first-child > p:last-child { max-width: 580px; margin: 17px 0 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.6; }
.pilot-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; min-width: 220px; }
.site-button.light { border-color: var(--white); color: var(--green-dark); background: var(--white); }
.site-button.light:hover { color: var(--white); background: transparent; }
.email-link { color: #b6e0c4; font-size: 10px; font-weight: 700; }
.email-link:hover { color: var(--white); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1160px; margin: auto; padding: 25px 30px 33px; color: var(--muted); font-size: 9px; }
.site-footer > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 19px; }
.site-footer a { color: var(--green); font-weight: 800; }
.site-footer a:hover { color: var(--green-dark); }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { display: flex; align-items: center; justify-content: space-between; max-width: 880px; margin: auto; padding: 25px 30px; color: var(--ink); }
.legal-header .site-brand small { color: var(--muted); }
.legal-back { color: var(--green); font-size: 10px; font-weight: 800; }
.legal-main { max-width: 880px; margin: auto; padding: 58px 30px 90px; }
.legal-main .eyebrow { color: var(--green); }
.legal-main h1 { max-width: 600px; margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.04; }
.legal-copy { max-width: 650px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.7; }
.legal-copy strong { color: var(--ink); }
.legal-copy a { color: var(--green); font-weight: 750; }
.contact-main h1 { max-width: 700px; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 56px; max-width: 840px; margin-top: 38px; padding-top: 29px; border-top: 1px solid var(--line); }
.contact-copy { color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-copy p { margin: 0 0 17px; }
.contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 16px; }
.contact-detail { display: flex; flex-direction: column; gap: 4px; color: var(--green-dark); font-size: 10px; }
.contact-detail span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.contact-detail strong { font-size: 12px; }

.pricing-page { background: var(--paper); }
.pricing-header { display: flex; align-items: center; justify-content: space-between; max-width: 1160px; margin: auto; padding: 25px 30px; color: var(--ink); }
.pricing-header .site-brand small { color: var(--muted); }
.pricing-hero { max-width: 1160px; margin: auto; padding: 78px 30px 64px; }
.pricing-hero h1 { max-width: 760px; margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.02; }
.pricing-hero > p:last-child { max-width: 565px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 1160px; margin: auto; padding: 0 30px 30px; }
.pricing-grid-single { grid-template-columns: minmax(0, 520px); }
.price-card { display: flex; min-height: 450px; flex-direction: column; padding: 33px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.price-card.team-price { border-color: var(--green-dark); color: var(--white); background: var(--green-dark); }
.price-label { margin: 0; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.team-price .price-label { color: #9ed5b5; }
.price-card h2 { margin: 20px 0 2px; font-size: 48px; line-height: 1; }
.price-note { margin: 0; color: var(--muted); font-size: 10px; }
.team-price .price-note { color: rgba(255,255,255,.72); }
.price-card ul { display: grid; gap: 11px; margin: 34px 0; padding: 0; list-style: none; color: var(--muted); font-size: 11px; line-height: 1.45; }
.price-card li { position: relative; padding-left: 17px; }
.price-card li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 900; }
.team-price ul { color: rgba(255,255,255,.78); }
.team-price li::before { color: #a8d8ba; }
.price-card .site-button { margin-top: auto; }
.team-price .site-button { border-color: var(--white); color: var(--green-dark); background: var(--white); }
.team-price .site-button:hover { color: var(--white); background: transparent; }
.pricing-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1160px; margin: 0 auto 90px; padding: 0 30px; background: var(--line); }
.pricing-detail div { display: flex; min-height: 112px; flex-direction: column; gap: 9px; padding: 21px; background: var(--white); }
.pricing-detail strong { color: var(--green-dark); font-size: 11px; }
.pricing-detail span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.pricing-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 74px max(30px, calc((100vw - 1160px) / 2)); color: var(--white); background: var(--blue); }
.pricing-cta .eyebrow { color: #b5d9e9; }
.pricing-cta h2 { max-width: 590px; margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.05; }

@media (max-width: 860px) {
  .position-band, .workflow-section, .security-section, .faq-section { grid-template-columns: 1fr; gap: 44px; }
  .position-band { padding-top: 70px; padding-bottom: 70px; }
  .section-label { flex-direction: row; align-items: center; gap: 12px; }
  .section-label .eyebrow { margin: 0; }
  .security-list { max-width: 620px; }
  .pilot-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .site-header { padding: 17px 20px; }
  .site-header nav { gap: 12px; }
  .site-header nav > a:not(.site-button) { display: none; }
  .public-hero { grid-template-columns: 1fr; align-items: end; min-height: 730px; padding: 121px 20px 26px; background-position: 59% center; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .deal-signal { justify-self: stretch; width: 100%; margin-top: 12px; }
  .position-band, .product-section, .workflow-section, .security-section, .faq-section { padding: 65px 20px; }
  .position-points p { grid-template-columns: 68px 1fr; }
  .preview-topbar { padding: 0 11px; font-size: 7px; }
  .preview-main { grid-template-columns: 74px 1fr; min-height: 315px; }
  .preview-sidebar { padding: 11px 5px; font-size: 7px; }
  .preview-sidebar span { padding: 8px 5px; }
  .preview-content { padding: 17px 12px; }
  .preview-heading strong { font-size: 11px; }
  .preview-badge { font-size: 6px; }
  .preview-columns { grid-template-columns: 1fr; margin-top: 17px; }
  .preview-panel { padding: 10px; }
  .preview-panel:last-child { display: none; }
  .task-row { font-size: 7px; }
  .property-strip { grid-template-columns: 1fr; }
  .property-strip figure { min-height: 260px; }
  .security-list { grid-template-columns: 1fr; }
  .security-list div { min-height: 122px; }
  .pilot-section { padding: 60px 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 23px 20px 29px; }
  .site-footer > div { justify-content: flex-start; }
  .legal-header, .legal-main { padding-right: 20px; padding-left: 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .pricing-grid, .pricing-detail { grid-template-columns: 1fr; }
  .pricing-detail { gap: 1px; }
  .pricing-cta { align-items: flex-start; flex-direction: column; }
}
