/* ============================================================
   Oberland SolarPartner — Website / Landing-page UI kit
   Layout system mirrors the E-Ortner GmbH site (shared design);
   brand tokens are Oberland's (see ../../colors_and_type.css).
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 880px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-accent); font-weight: 600; font-size: 15px;
  letter-spacing: .02em; line-height: 1;
  padding: 15px 26px; border-radius: 8px; border: 2px solid transparent;
  cursor: pointer; transition: transform .2s cubic-bezier(.2,.7,.3,1), background .2s, box-shadow .2s, color .2s, border-color .2s;
  text-transform: uppercase;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--green-700); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--green-600); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(14,79,45,.40); }
.btn-primary:active { background: var(--green-800); transform: translateY(0); box-shadow: var(--shadow-sm); }
.btn-outline { background: transparent; color: var(--green-700); border-color: var(--green-700); }
.btn-outline:hover { background: var(--green-50); transform: translateY(-2px); }
.btn-outline:active { background: var(--green-100); transform: translateY(0); }
.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(2px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.btn-gold { background: var(--gold-500); color: var(--green-900); box-shadow: 0 10px 26px rgba(200,154,51,.30); }
.btn-gold:hover { background: var(--gold-300); transform: translateY(-2px); }
.btn-sm { padding: 11px 18px; font-size: 13px; }
.btn-lg { padding: 18px 32px; font-size: 16px; }
.btn-link { color: var(--green-700); font-weight: 700; text-transform: none; letter-spacing: 0; }
.btn-link:hover { color: var(--green-800); }
.btn-link .arrow { transition: transform .2s; }
.btn-link:hover .arrow { transform: translateX(4px); }

/* ---------- eyebrow / headings ---------- */
.eyebrow {
  font-family: var(--font-text); font-weight: 700; font-size: 14px;
  letter-spacing: .12em; text-transform: uppercase; color: var(--green-700);
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.eyebrow.on-dark { color: var(--gold-300); }
.h-display { font-family: var(--font-primary); font-weight: 700; font-size: clamp(34px, 5vw, 56px); line-height: 1.08; letter-spacing: -.02em; color: var(--text-strong); margin: 0; }
.h2 { font-family: var(--font-primary); font-weight: 700; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -.02em; color: var(--text-strong); margin: 0 0 18px; }
.h3 { font-family: var(--font-primary); font-weight: 700; font-size: 22px; line-height: 1.25; color: var(--text-strong); margin: 0 0 10px; }
.lead { font-size: 19px; line-height: 1.6; color: var(--text-muted); margin: 0 0 26px; }
.body-text { font-size: 16px; line-height: 1.75; color: var(--text); }
.body-text strong { color: var(--text-strong); font-weight: 700; }
.body-text + .body-text { margin-top: 16px; }

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-tint { background: var(--green-50); }
.section-muted { background: var(--off-white); }
.section-dark { background: var(--green-900); color: var(--text-on-dark); }
.section-dark .h2, .section-dark .h3 { color: #fff; }

/* ---------- top utility bar ---------- */
.topbar { background: var(--green-900); color: #dfeede; font-size: 13.5px; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
.topbar-meta { display: flex; align-items: center; gap: 22px; }
.topbar-meta a, .topbar-meta span { display: inline-flex; align-items: center; gap: 7px; color: #dfeede; }
.topbar-meta svg { width: 15px; height: 15px; color: var(--gold-300); }
.topbar-cta { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: #fff; }
.topbar-cta svg { width: 15px; height: 15px; }

/* ---------- header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-soft); }
.header .container { display: flex; align-items: center; gap: 24px; min-height: 78px; }
.brand-logo { height: 46px; flex: none; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: 14px; }
.nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; font-family: var(--font-accent); font-weight: 500; font-size: 15.5px; color: var(--charcoal); border-radius: 7px; transition: color .18s, background .18s; cursor: pointer; }
.nav-link svg { width: 16px; height: 16px; }
.nav-link:hover, .nav-item.open .nav-link { color: var(--green-700); background: var(--green-50); }
.nav-link.active { color: var(--green-700); }
.dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 210px; background: #fff; border: 1px solid var(--border-soft); border-radius: 12px; box-shadow: var(--shadow-md); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s; }
.nav-item.open .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; font-size: 15px; color: var(--charcoal); }
.dropdown a svg { width: 17px; height: 17px; color: var(--green-600); }
.dropdown a:hover { background: var(--green-50); color: var(--green-800); }
.header-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--charcoal); }
.burger svg { width: 26px; height: 26px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(150deg, #062B18 0%, #0E4F2D 54%, #145537 100%); color: #fff; }
.hero-glow { position: absolute; top: -160px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(200,154,51,.40), rgba(200,154,51,0) 62%); pointer-events: none; }
.hero-mark { position: absolute; right: -60px; bottom: -70px; width: 520px; opacity: .07; pointer-events: none; }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 76px; padding-bottom: 84px; }
.hero h1 { font-family: var(--font-primary); font-weight: 700; font-size: clamp(36px, 4.6vw, 60px); line-height: 1.06; letter-spacing: -.025em; margin: 0 0 22px; }
.hero h1 .accent { color: var(--gold-300); }
.hero-sub { font-size: 20px; line-height: 1.55; color: #e6f2e6; margin: 0 0 34px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 22px; font-size: 14.5px; color: #d6e8d6; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 18px; height: 18px; color: var(--gold-300); }
.hero-figure { position: relative; display: flex; flex-direction: column; gap: 28px; }
.hero-media { position: relative; }
.hero-figure .photo-slot { aspect-ratio: 4/3.4; border-radius: 20px; }
.hero-badge { position: absolute; left: -22px; bottom: 26px; background: #fff; color: var(--charcoal); border-radius: 14px; padding: 16px 20px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; }
.hero-badge .num { font-family: var(--font-primary); font-weight: 700; font-size: 30px; color: var(--green-600); line-height: 1; }
.hero-badge .lbl { font-size: 13px; color: var(--text-muted); line-height: 1.3; max-width: 130px; }

/* ---------- photo placeholder ---------- */
.photo-slot {
  position: relative; width: 100%; aspect-ratio: 16/10; border-radius: 16px; overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(14,79,45,.05) 0 16px, rgba(14,79,45,.10) 16px 32px),
    linear-gradient(135deg, var(--green-100), var(--green-50));
  border: 1px solid var(--green-200);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: var(--green-700); text-align: center;
}
.photo-slot svg { width: 40px; height: 40px; opacity: .65; }
.photo-slot .cap { font-size: 12.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; opacity: .8; max-width: 70%; }
.photo-slot.dark { background: linear-gradient(135deg, #0E4F2D, #062B18); border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.8); }

/* ---------- alternating section ---------- */
.alt { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.alt.reverse .alt-media { order: 2; }
.alt-media .photo-slot { aspect-ratio: 4/3; box-shadow: var(--shadow-md); }

/* ---------- benefit checklist ---------- */
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 36px; margin: 0; padding: 0; list-style: none; }
.benefits li { display: flex; align-items: flex-start; gap: 13px; font-size: 16px; line-height: 1.5; }
.benefits .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; margin-top: 1px; }
.benefits .tick svg { width: 15px; height: 15px; }

/* ---------- 3 steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { text-align: center; position: relative; }
.step-circle { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 22px; background: var(--white); border: 2px solid var(--green-200); display: grid; place-items: center; box-shadow: var(--shadow-sm); position: relative; }
.step-circle svg { width: 40px; height: 40px; color: var(--green-600); }
.step-num { position: absolute; top: -8px; right: -8px; width: 30px; height: 30px; border-radius: 50%; background: var(--gold-500); color: var(--green-900); font-family: var(--font-primary); font-weight: 700; font-size: 14px; display: grid; place-items: center; }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--text-muted); margin: 0; }

/* ---------- stat strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 26px 16px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.section:not(.section-dark) .stat { background: var(--white); border-color: var(--border-soft); box-shadow: var(--shadow-sm); }
.stat .num { font-family: var(--font-primary); font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); line-height: 1; color: var(--gold-300); margin-bottom: 8px; }
.section:not(.section-dark) .stat .num { color: var(--green-600); }
.stat .lbl { font-size: 14px; opacity: .9; }

/* ---------- service cards ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card { background: #fff; border: 1px solid var(--border-soft); border-radius: 18px; padding: 32px 28px; box-shadow: var(--shadow-sm); transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--green-50); display: grid; place-items: center; margin-bottom: 20px; }
.svc-icon svg { width: 30px; height: 30px; color: var(--green-600); }
.svc-card h3 { margin-bottom: 10px; }
.svc-card p { font-size: 15px; color: var(--text-muted); margin: 0 0 18px; }

/* ---------- pricing / package card ---------- */
.pricing { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.price-card { background: #fff; border: 1px solid var(--border-soft); border-radius: 22px; box-shadow: var(--shadow-lg); overflow: hidden; }
.price-head { background: var(--green-900); color: #fff; padding: 28px 32px; position: relative; }
.price-tag { position: absolute; top: 24px; right: 28px; background: var(--gold-500); color: var(--green-900); font-family: var(--font-primary); font-weight: 700; font-size: 13px; padding: 7px 13px; border-radius: 999px; letter-spacing: .02em; }
.price-head .kicker { font-size: 14px; color: #cfe6cf; margin-bottom: 6px; }
.price-head .price { font-family: var(--font-primary); font-weight: 700; font-size: 44px; line-height: 1; }
.price-head .price small { font-size: 17px; font-weight: 600; color: #cfe6cf; }
.price-body { padding: 26px 32px 32px; }
.price-body .vat { font-size: 14px; color: var(--text-muted); margin: 0 0 18px; }
.price-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 13px; }
.price-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; }
.price-list .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; }
.price-list .tick svg { width: 14px; height: 14px; }
.price-foot { font-size: 13.5px; color: var(--text-muted); margin-top: 16px; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-soft); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; background: none; border: none; cursor: pointer; padding: 24px 4px; font-family: var(--font-primary); font-weight: 700; font-size: 18px; color: var(--text-strong); }
.faq-q .chevron { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--green-50); color: var(--green-700); display: grid; place-items: center; transition: transform .25s, background .2s; }
.faq-q .chevron svg { width: 18px; height: 18px; }
.faq-item.open .faq-q .chevron { transform: rotate(180deg); background: var(--green-500); color: #fff; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 4px 24px; font-size: 16px; line-height: 1.7; color: var(--text-muted); }

/* ---------- contact band ---------- */
.contact { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.contact-actions { display: flex; flex-direction: column; gap: 14px; }
.contact-call { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; padding: 20px 24px; }
.contact-call .ic { width: 50px; height: 50px; border-radius: 50%; background: var(--gold-500); color: var(--green-900); display: grid; place-items: center; flex: none; }
.contact-call .ic svg { width: 24px; height: 24px; }
.contact-call .num { font-family: var(--font-primary); font-weight: 700; font-size: 24px; color: #fff; }
.contact-call .sub { font-size: 13px; color: #cfe6cf; }

/* ---------- footer ---------- */
.footer { background: #052012; color: #bcd2c3; padding: 64px 0 0; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-logo { height: 48px; margin-bottom: 18px; }
.footer-about { font-size: 14.5px; line-height: 1.65; color: #a9c4a9; max-width: 300px; }
.footer h4 { font-family: var(--font-primary); font-weight: 700; font-size: 16px; color: #fff; margin: 0 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer a { color: #b9d2b9; transition: color .18s; }
.footer a:hover { color: var(--gold-300); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13.5px; color: #93b093; }
.footer-bar .legal { display: flex; gap: 22px; }

/* ---------- mobile ---------- */
.mobile-menu { display: none; }
@media (max-width: 920px) {
  .hero .container, .alt, .pricing, .contact { grid-template-columns: 1fr; gap: 36px; }
  .alt.reverse .alt-media { order: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav, .topbar-meta { display: none; }
  .burger { display: inline-flex; }
  .hero-mark { display: none; }
  .mobile-menu.open { display: block; position: fixed; inset: 0; z-index: 100; background: var(--green-900); padding: 24px; }
  .mobile-menu .mm-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
  .mobile-menu .mm-head img { height: 42px; }
  .mobile-menu a { display: block; color: #fff; font-family: var(--font-primary); font-weight: 700; font-size: 22px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-menu .mm-close { background: none; border: none; color: #fff; cursor: pointer; }
  .mobile-menu .mm-close svg { width: 30px; height: 30px; }
}
@media (max-width: 560px) {
  .benefits { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bar { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   ONE-PAGER ADDITIONS
   ============================================================ */

/* centered section intro */
.intro { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.intro.left { text-align: left; margin-left: 0; }
.intro .lead { margin-bottom: 0; }
.benefits.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .benefits.three { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .benefits.three { grid-template-columns: 1fr; } }

/* soft / dezent CTAs */
.soft-cta { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-accent); font-weight: 600;
  font-size: 15px; color: #e6f2e6; letter-spacing: .02em; transition: gap .2s, opacity .2s; }
.soft-cta:hover { gap: 13px; opacity: .85; }
.soft-cta svg { width: 18px; height: 18px; }
.soft-cta.on-light { color: var(--green-700); }
.bounce { animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* hero partner line */
.hero-partners { display: inline-flex; align-items: center; gap: 10px; margin-top: 4px; margin-bottom: 30px;
  font-size: 14.5px; color: #d6e8d6; }
.hero-partners .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-300); }

/* 4-up steps */
.steps.four { grid-template-columns: repeat(4, 1fr); gap: 26px; }
.steps.four .step-circle { width: 84px; height: 84px; margin-bottom: 18px; }
.steps.four .step-circle svg { width: 34px; height: 34px; }
.step .step-lead { font-family: var(--font-primary); font-weight: 700; font-size: 17px; color: var(--text-strong);
  margin: 0 0 7px; line-height: 1.25; }
.steps-note { margin: 44px 0 0; max-width: none; text-align: center; background: var(--green-50);
  border: 1px solid var(--green-200); border-radius: var(--radius-lg); padding: 20px 28px; font-size: 17px;
  color: var(--green-800); }
.steps-note strong { color: var(--green-700); }

/* two-partner band (Die Marke) */
.partners { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.partner-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.partner-logo { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); aspect-ratio: 3/2; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 10px; color: var(--green-700); text-align: center; padding: 16px; }
.partner-logo img { max-height: 70px; width: auto; }
.partner-logo .ph { width: 46px; height: 46px; border-radius: 50%; background: var(--green-50); display: grid; place-items: center; }
.partner-logo .ph svg { width: 24px; height: 24px; color: var(--green-600); }
.partner-logo .nm { font-family: var(--font-primary); font-weight: 700; font-size: 14px; }
.partner-logo .cap { font-size: 11.5px; color: var(--text-muted); letter-spacing: .03em; }
.partner-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.tag-chip { display: inline-flex; align-items: center; gap: 7px; background: var(--green-50); color: var(--green-800);
  border: 1px solid var(--green-200); border-radius: var(--radius-pill); padding: 8px 16px; font-size: 14px; font-weight: 500; }
.tag-chip svg { width: 15px; height: 15px; color: var(--green-600); }

/* 4-up audience cards */
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.aud-card { background: #fff; border: 1px solid var(--border-soft); border-radius: 18px; padding: 26px 22px;
  box-shadow: var(--shadow-sm); transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s; }
.aud-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.aud-card .svc-icon { width: 56px; height: 56px; margin-bottom: 16px; }
.aud-card .svc-icon svg { width: 27px; height: 27px; }
.aud-card h3 { font-size: 18px; margin-bottom: 8px; }
.aud-card p { font-size: 14.5px; color: var(--text-muted); margin: 0; line-height: 1.5; }

/* "kaufen wenn / stromvertrag wenn" two lists */
.choose { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.choose-card { border-radius: var(--radius-lg); padding: 28px 30px; }
.choose-card.buy { background: var(--white); border: 1px solid var(--border); }
.choose-card.contract { background: var(--green-900); color: #fff; box-shadow: var(--shadow-md); }
.choose-card h3 { font-family: var(--font-primary); font-weight: 700; font-size: 19px; margin: 0 0 16px; }
.choose-card.contract h3 { color: #fff; }
.choose-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.choose-card li { display: flex; align-items: flex-start; gap: 11px; font-size: 15.5px; }
.choose-card .tick { flex: none; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }
.choose-card.buy .tick { background: var(--gray-100); color: var(--gray-600); }
.choose-card.contract .tick { background: rgba(227,193,120,.22); color: var(--gold-300); }
.choose-card .tick svg { width: 13px; height: 13px; }

/* comparison table */
.compare { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); }
.compare table { width: 100%; border-collapse: collapse; }
.compare th, .compare td { padding: 17px 24px; text-align: left; font-size: 15.5px; }
.compare thead th { font-family: var(--font-primary); font-weight: 700; font-size: 16px; color: var(--text-strong); background: var(--gray-100); }
.compare thead th:first-child { background: transparent; }
.compare thead th.hl { background: var(--green-700); color: #fff; }
.compare tbody th { font-weight: 500; color: var(--text-muted); width: 24%; background: var(--off-white); }
.compare tbody td { color: var(--text); border-left: 1px solid var(--border-soft); }
.compare tbody td.hl { background: var(--green-50); color: var(--green-800); font-weight: 600; }
.compare tbody tr + tr th, .compare tbody tr + tr td { border-top: 1px solid var(--border-soft); }
.compare td.hl .ic { display: inline-flex; align-items: center; gap: 8px; }
.compare td.hl svg { width: 16px; height: 16px; color: var(--green-600); flex: none; }

/* "warum wir" value props */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 48px; }
.value { text-align: center; }
.value .vic { width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  display: grid; place-items: center; margin: 0 auto 16px; }
.value .vic svg { width: 27px; height: 27px; color: var(--gold-300); }
.value h3 { font-family: var(--font-primary); font-weight: 700; font-size: 18px; color: #fff; margin: 0 0 7px; }
.value p { font-size: 14.5px; color: #d6e8d6; margin: 0; line-height: 1.55; }

/* closing trust chips */
.trust-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; margin-top: 34px; }
.trust-chips span { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; color: #d6e8d6; }
.trust-chips svg { width: 18px; height: 18px; color: var(--gold-300); }

@media (max-width: 920px) {
  .steps.four { grid-template-columns: 1fr 1fr; gap: 32px; }
  .partners { grid-template-columns: 1fr; gap: 36px; }
  .cards-4 { grid-template-columns: 1fr 1fr; }
  .choose { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; gap: 26px; }
  .compare { overflow-x: auto; }
  .compare table { min-width: 560px; }
}
@media (max-width: 560px) {
  .steps.four { grid-template-columns: 1fr; }
  .cards-4 { grid-template-columns: 1fr; }
  .partner-logos { grid-template-columns: 1fr 1fr; }
}

/* hero photo panel */
.hero-photo { position: relative; aspect-ratio: 4/3.4; border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 64px rgba(0,0,0,.30); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo .hp-scrim { position: absolute; inset: 0; background: linear-gradient(200deg, rgba(6,43,24,0) 45%, rgba(6,43,24,.55)); pointer-events: none; }

/* hero brand-art panel (stand-in for real photography) */
.hero-visual { position: relative; aspect-ratio: 4/3.4; border-radius: 22px; overflow: hidden;
  background: linear-gradient(155deg, #2C8A52 0%, #0E4F2D 58%, #062B18 100%);
  border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 64px rgba(0,0,0,.30); }
.hero-visual .hv-glow { position: absolute; top: -22%; left: -12%; width: 85%; height: 85%;
  background: radial-gradient(circle, rgba(227,193,120,.55), rgba(227,193,120,0) 64%); pointer-events: none; }
.hero-visual .hv-mark { position: absolute; right: -7%; bottom: -9%; width: 80%; opacity: .12; pointer-events: none; }
.hero-visual .hv-center { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px; color: #fff; text-align: center; padding: 24px; }
.hero-visual .hv-ring { width: 108px; height: 108px; border-radius: 50%; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; }
.hero-visual .hv-ring svg { width: 52px; height: 52px; color: var(--gold-300); }
.hero-visual .hv-t { font-family: var(--font-primary); font-weight: 700; font-size: 21px; }
.hero-visual .hv-s { font-size: 14.5px; color: #d9ead9; max-width: 240px; }

/* full-bleed brand band (photo + green overlay) */
.brand-band { position: relative; background: #062B18 center/cover no-repeat; padding: clamp(76px, 10vw, 132px) 0; overflow: hidden; }
.brand-band img.bb-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-band .bb-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,43,24,.94) 0%, rgba(6,43,24,.72) 52%, rgba(6,43,24,.40) 100%); }
.brand-band .container { position: relative; z-index: 2; }
.brand-band .bb-inner { max-width: 660px; color: #fff; }
.brand-band .h2 { color: #fff; }
.brand-band p { color: #e6f2e6; font-size: 18px; line-height: 1.6; margin: 0; }
.brand-band .bb-chips { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; }
.brand-band .bb-chips span { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; color: #eaf3ea; }
.brand-band .bb-chips svg { width: 18px; height: 18px; color: var(--gold-300); }

/* Marke — single logo panel */
.marke-logo { background: var(--green-50); border: 1px solid var(--green-200); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm); padding: 60px 44px; display: flex; flex-direction: column; align-items: center;
  gap: 20px; text-align: center; }
.marke-logo img { max-width: 80%; height: auto; }
.marke-logo .ml-cap { font-size: 14px; color: var(--text-muted); max-width: 320px; line-height: 1.5; }

/* ============================================================
   DEPLOY-ONLY: CSS nav dropdown (no JS state) + scroll offset
   ============================================================ */
html { scroll-padding-top: 96px; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
