:root {
  --green-950: #082c25;
  --green-900: #0c4438;
  --green-800: #115747;
  --green-700: #1a6a58;
  --green-100: #dceee7;
  --green-50: #f1f8f5;
  --amber-500: #f4ad32;
  --amber-400: #ffc45a;
  --amber-100: #fff0cf;
  --ink: #15211e;
  --muted: #5f6e69;
  --line: #dfe8e4;
  --surface: #ffffff;
  --surface-alt: #f6f8f7;
  --danger: #a63a2d;
  --danger-bg: #fff0ed;
  --shadow-sm: 0 10px 30px rgba(8, 44, 37, .08);
  --shadow-lg: 0 24px 70px rgba(8, 44, 37, .16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 9999; transform: translateY(-150%);
  background: #fff; color: var(--green-900); padding: 10px 16px; border-radius: 8px; font-weight: 800;
}
.skip-link:focus { transform: none; }

.construction-bar { background: var(--green-950); color: #fff; font-size: .91rem; }
.construction-inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; text-align: center; }
.construction-inner strong { color: var(--amber-400); }
.pulse-dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--amber-400); box-shadow: 0 0 0 0 rgba(255,196,90,.55); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255,196,90,0); } 100% { box-shadow: 0 0 0 0 rgba(255,196,90,0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .pulse-dot { animation: none; } }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(223,232,228,.82); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; width: 220px; text-decoration: none; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: .95rem; font-weight: 750; text-decoration: none; color: #31403b; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green-700); }
.main-nav .nav-status { background: var(--green-900); color: #fff; padding: 11px 17px; border-radius: 999px; }
.main-nav .nav-status:hover { color: #fff; background: var(--green-700); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--green-900); margin: 5px 0; transition: .2s; }

.hero { position: relative; overflow: hidden; padding: 90px 0 82px; background: radial-gradient(circle at 80% 20%, #e7f3ee 0, rgba(231,243,238,0) 34%), linear-gradient(180deg,#fff 0%,#fbfdfc 100%); }
.hero::before { content: ""; position: absolute; left: -120px; top: 90px; width: 290px; height: 290px; border: 1px solid var(--line); border-radius: 50%; opacity: .55; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); align-items: center; gap: 68px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; color: var(--green-700); font-size: .79rem; font-weight: 900; }
.eyebrow span { width: 28px; height: 3px; border-radius: 99px; background: var(--amber-500); }
.hero h1 { margin: 20px 0 22px; max-width: 760px; font-size: clamp(3rem, 5.4vw, 5.3rem); line-height: 1.02; letter-spacing: -.058em; }
.hero h1 em { color: var(--green-700); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; height: 10px; left: 0; right: 0; bottom: 2px; background: var(--amber-400); opacity: .42; z-index: -1; border-radius: 999px; transform: rotate(-1deg); }
.hero-lead { max-width: 670px; margin: 0; font-size: clamp(1.08rem,1.8vw,1.28rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 12px; text-decoration: none; font-weight: 850; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-900); color: #fff; box-shadow: 0 12px 24px rgba(12,68,56,.18); }
.button-primary:hover { background: var(--green-700); box-shadow: 0 16px 28px rgba(12,68,56,.22); }
.button-secondary { background: #fff; border: 1px solid var(--line); color: var(--green-900); }
.benefit-list { display: flex; flex-wrap: wrap; gap: 12px 22px; list-style: none; padding: 0; margin: 28px 0 0; color: #45534f; font-size: .93rem; font-weight: 700; }
.benefit-list li { display: flex; align-items: center; gap: 8px; }
.benefit-list svg { width: 18px; height: 18px; fill: var(--green-700); }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.visual-card-main { width: min(100%,470px); min-height: 450px; border-radius: 34px; background: linear-gradient(145deg,#f4f8f6,#fff); border: 1px solid #dce9e4; box-shadow: var(--shadow-lg); padding: 25px; transform: rotate(1.2deg); }
.visual-top { display: flex; align-items: center; justify-content: space-between; }
.visual-label { font-weight: 950; color: var(--green-900); font-size: 1.08rem; }
.visual-badge { border-radius: 99px; padding: 7px 11px; background: var(--amber-100); color: #8a5811; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.tool-stage { height: 330px; display: grid; place-items: center; }
.tool-illustration { width: 100%; }
.visual-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; color: var(--green-950); font-weight: 850; font-size: .9rem; text-align: center; }
.visual-footer .plus { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; background: var(--green-900); border-radius: 50%; font-size: 1.2rem; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; background: #fff; padding: 13px 16px; border-radius: 16px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.floating-card svg { width: 26px; height: 26px; fill: var(--green-700); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .91rem; }
.floating-card span { color: var(--muted); font-size: .78rem; }
.floating-time { left: -20px; top: 82px; }
.floating-local { right: -15px; bottom: 60px; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 27px 32px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--green-900); font-size: 1rem; }
.trust-grid span { color: var(--muted); font-size: .89rem; margin-top: 3px; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); align-items: end; gap: 64px; margin-bottom: 45px; }
.section-heading h2, .region-grid h2, .faq-intro h2 { margin: 10px 0 0; font-size: clamp(2.25rem,4vw,3.65rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.service-card { position: relative; min-height: 360px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #c9ddd5; }
.service-card.featured { background: linear-gradient(145deg,var(--green-50),#fff); }
.service-card.accent-card { background: linear-gradient(145deg,#fff9eb,#fff); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: var(--green-100); margin-bottom: 24px; }
.service-icon svg { width: 29px; height: 29px; fill: var(--green-800); }
.accent-card .service-icon { background: var(--amber-100); }
.accent-card .service-icon svg { fill: #996315; }
.card-label { position: absolute; right: 25px; top: 25px; padding: 6px 10px; border-radius: 99px; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; background: #eef5f2; color: var(--green-700); }
.accent-card .card-label { background: var(--amber-100); color: #8c5a10; }
.service-card h3 { margin: 0 0 10px; font-size: 1.45rem; }
.service-card p { margin: 0; color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 8px; }
.service-card li { position: relative; padding-left: 22px; color: #3f4c48; font-size: .92rem; font-weight: 650; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .66em; width: 8px; height: 8px; border: 2px solid var(--green-700); border-radius: 50%; transform: translateY(-50%); }
.notice-box { display: flex; gap: 17px; margin-top: 22px; padding: 24px 27px; border-radius: 17px; border: 1px solid #efd9ac; background: #fffaf0; }
.notice-box svg { flex: 0 0 28px; width: 28px; height: 28px; fill: #b97819; }
.notice-box strong { display: block; margin-bottom: 3px; color: #704b15; }
.notice-box p { margin: 0; color: #755c37; }

.section-dark { background: var(--green-950); color: #fff; overflow: hidden; position: relative; }
.section-dark::after { content: ""; position: absolute; right: -160px; top: -170px; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.section-heading.light .section-kicker { color: var(--amber-400); }
.section-heading.light > p { color: #b9cbc5; }
.steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; min-height: 292px; padding: 29px 25px; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.step-number { position: absolute; right: 18px; top: 14px; color: rgba(255,255,255,.14); font-weight: 950; font-size: 2.2rem; }
.step-icon { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 15px; background: var(--amber-400); margin-bottom: 25px; }
.step-icon svg { width: 27px; height: 27px; fill: var(--green-950); }
.steps h3 { margin: 0 0 9px; font-size: 1.25rem; }
.steps p { margin: 0; color: #b9cbc5; font-size: .93rem; }

.region-section { background: var(--surface-alt); }
.region-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.region-grid p { color: var(--muted); }
.region-grid .large-text { font-size: 1.14rem; color: #35443f; }
.location-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.location-tags span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; color: var(--green-800); font-weight: 750; font-size: .88rem; }
.map-card { position: relative; min-height: 475px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg,#dfeee8,#f9fbfa); border: 1px solid #d2e2dc; box-shadow: var(--shadow-sm); }
.map-card::before, .map-card::after { content: ""; position: absolute; width: 140%; height: 1px; background: rgba(17,87,71,.13); left: -20%; transform: rotate(-17deg); }
.map-card::before { top: 35%; }.map-card::after { top: 63%; transform: rotate(22deg); }
.map-ring { position: absolute; border: 1px solid rgba(12,68,56,.14); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 155px; height: 155px; }.ring-two { width: 285px; height: 285px; }.ring-three { width: 430px; height: 430px; }
.map-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: var(--green-900); color: #fff; box-shadow: 0 12px 30px rgba(8,44,37,.25); font-weight: 900; }
.map-pin svg { width: 22px; height: 22px; fill: var(--amber-400); }
.map-label { position: absolute; padding: 5px 10px; background: rgba(255,255,255,.84); border: 1px solid rgba(12,68,56,.12); border-radius: 8px; color: var(--green-800); font-size: .77rem; font-weight: 800; }
.label-ebbs { top: 21%; right: 21%; }.label-langkampfen { bottom: 20%; right: 16%; }.label-schwoich { bottom: 24%; left: 19%; }.label-thiersee { top: 23%; left: 17%; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { color: var(--muted); font-size: 1.02rem; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; cursor: pointer; padding: 24px 50px 24px 0; font-size: 1.08rem; font-weight: 850; color: #293732; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; right: 8px; top: 50%; width: 16px; height: 2px; background: var(--green-700); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details > div { padding: 0 46px 23px 0; color: var(--muted); }
details p { margin: 0; }

.status-section { padding-top: 30px; }
.status-card { display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 40px; padding: 58px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(130deg,var(--green-900),var(--green-950)); color: #fff; box-shadow: var(--shadow-lg); }
.status-pill { display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); color: var(--amber-400); font-weight: 850; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.status-content h2 { margin: 17px 0 15px; max-width: 780px; font-size: clamp(2rem,3.6vw,3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.status-content > p { max-width: 760px; color: #c2d1cc; font-size: 1.03rem; }
.status-points { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.status-points span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: .84rem; font-weight: 750; }
.status-points svg { width: 17px; height: 17px; fill: var(--amber-400); }
.status-points .pending svg { fill: #c7d4d0; }
.status-mark { width: 215px; height: 215px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: rgba(255,255,255,.12); font-size: 6rem; font-weight: 950; letter-spacing: -.08em; box-shadow: inset 0 0 0 23px rgba(255,255,255,.025); }

.site-footer { margin-top: 100px; background: #071e19; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.3fr .65fr 1fr; gap: 80px; padding: 68px 0 55px; }
.footer-brand img { width: 210px; }
.footer-top h2 { margin: 0 0 16px; font-size: .92rem; color: var(--amber-400); text-transform: uppercase; letter-spacing: .1em; }
.footer-top p { color: #aebfba; margin: 15px 0 0; max-width: 420px; }
.footer-top > div:not(.footer-brand) a { display: block; width: fit-content; color: #d3dedb; text-decoration: none; margin: 8px 0; font-size: .92rem; }
.footer-top a:hover { color: var(--amber-400); }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa39d; font-size: .85rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: #b8c8c3; text-decoration: none; }

.legal-page { min-height: 100vh; background: var(--surface-alt); }
.legal-header { padding: 30px 0; background: #fff; border-bottom: 1px solid var(--line); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-header img { width: 190px; }
.back-link { color: var(--green-800); font-weight: 800; text-decoration: none; }
.legal-content { width: min(calc(100% - 40px),850px); margin: 70px auto; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(30px,6vw,65px); box-shadow: var(--shadow-sm); }
.legal-content h1 { margin: 0 0 14px; font-size: clamp(2.3rem,5vw,4rem); letter-spacing: -.05em; }
.legal-content h2 { margin-top: 38px; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-warning { margin: 27px 0; padding: 20px; border: 1px solid #efd9ac; background: #fffaf0; border-radius: 13px; color: #704b15; }
.placeholder-block { padding: 20px; background: var(--surface-alt); border: 1px dashed #b9c9c3; border-radius: 12px; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; color: #3e514b; }

@media (max-width: 1020px) {
  .main-nav { gap: 17px; }.main-nav a { font-size: .87rem; }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero h1, .hero-lead { margin-inline: auto; }.eyebrow, .hero-actions, .benefit-list { justify-content: center; }
  .hero-visual { width: min(100%,620px); margin-inline: auto; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .region-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .status-card { grid-template-columns: 1fr; }.status-mark { display: none; }
}

@media (max-width: 820px) {
  .construction-inner { padding: 9px 0; line-height: 1.35; }
  .nav-wrap { min-height: 72px; }.brand { width: 190px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; border-radius: 9px; font-size: .95rem; }
  .main-nav .nav-status { margin-top: 5px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 67px; }.hero-grid { gap: 45px; }.hero-visual { min-height: 455px; }
  .floating-time { left: 0; }.floating-local { right: 0; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 0; }.trust-grid div:last-child { border-bottom: 0; }
  .section { padding: 75px 0; }.section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 45px; }.footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 26px),var(--container)); }
  .construction-inner { font-size: .82rem; align-items: flex-start; }.construction-inner .pulse-dot { margin-top: 5px; }
  .hero h1 { font-size: clamp(2.65rem,14vw,4rem); }.hero-lead { font-size: 1.03rem; }
  .hero-actions, .benefit-list { flex-direction: column; align-items: stretch; }.button { width: 100%; }.benefit-list li { justify-content: center; }
  .hero-visual { min-height: 395px; }.visual-card-main { min-height: 355px; padding: 18px; border-radius: 25px; }.tool-stage { height: 250px; }.visual-footer { font-size: .76rem; }
  .floating-card { transform: scale(.88); }.floating-time { left: -18px; top: 38px; }.floating-local { right: -18px; bottom: 22px; }
  .service-card { min-height: auto; padding: 27px 23px; }.card-label { position: static; display: inline-flex; margin-bottom: 14px; }
  .steps { grid-template-columns: 1fr; }.steps li { min-height: auto; }
  .map-card { min-height: 370px; }.ring-three { width: 360px; height: 360px; }
  .status-card { padding: 32px 23px; }.status-points { align-items: stretch; flex-direction: column; }.status-points span { justify-content: center; }
  .footer-top { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px 0; }
  .legal-header .container { flex-direction: column; align-items: flex-start; }
}
