:root {
  --wb-bg: #fffaf4;
  --wb-surface: #ffffff;
  --wb-muted: #f3eadf;
  --wb-text: #241c16;
  --wb-soft: #6b5b4e;
  --wb-primary: #7a1735;
  --wb-primary-dark: #531024;
  --wb-gold: #c79b46;
  --wb-border: rgba(68, 43, 32, .14);
  --wb-shadow: 0 20px 60px rgba(61, 30, 26, .12);
}
* { box-sizing: border-box; }
body.weinbauern-theme { margin: 0; background: var(--wb-bg); color: var(--wb-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wb-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wb-skip { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.wb-skip:focus { left:20px; top:20px; width:auto; height:auto; padding:10px 14px; background:#fff; z-index:99; }
.wb-site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 244, .92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--wb-border); }
.wb-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wb-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.wb-brand-mark { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--wb-primary); color: white; font-family: Georgia, serif; font-size: 24px; }
.wb-brand-text { font-size: 22px; }
.wb-menu { display: flex; align-items: center; list-style: none; gap: 18px; margin: 0; padding: 0; }
.wb-menu a { text-decoration: none; font-weight: 700; color: var(--wb-text); font-size: 15px; }
.wb-menu a:hover { color: var(--wb-primary); }
.wb-menu-toggle { display: none; border: 1px solid var(--wb-border); border-radius: 999px; background: white; padding: 10px 14px; font-weight: 800; }
.wb-hero { padding: 92px 0 72px; background: radial-gradient(circle at top right, rgba(199,155,70,.28), transparent 35%), linear-gradient(135deg, #fff9f2, #f3eadf); }
.wb-hero-grid, .wb-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 42px; align-items: center; }
.wb-kicker { color: var(--wb-primary); text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .14em; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; margin: 0 0 18px; }
h1 { font-size: clamp(42px, 6vw, 74px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 24px; }
.wb-lead { font-size: clamp(18px, 2vw, 23px); color: var(--wb-soft); margin: 0 0 28px; max-width: 730px; }
.wb-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }
.wb-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; text-decoration: none; font-weight: 900; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.wb-btn:hover { transform: translateY(-1px); box-shadow: var(--wb-shadow); }
.wb-btn-primary { background: var(--wb-primary); color: #fff; }
.wb-btn-secondary { background: #fff; color: var(--wb-primary); border-color: var(--wb-border); }
.wb-text-link { color: var(--wb-primary); font-weight: 900; }
.wb-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.wb-trust-row span, .wb-badge { border: 1px solid var(--wb-border); background: rgba(255,255,255,.76); border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 800; }
.wb-hero-card, .wb-panel, .wb-card { background: var(--wb-surface); border: 1px solid var(--wb-border); border-radius: 28px; box-shadow: var(--wb-shadow); padding: 28px; }
.wb-card-top { display: inline-block; background: #f7ecdc; color: var(--wb-primary); padding: 8px 12px; border-radius: 999px; font-weight: 900; font-size: 13px; margin-bottom: 20px; }
.wb-section { padding: 76px 0; }
.wb-muted { background: var(--wb-muted); }
.wb-section-head { max-width: 780px; margin-bottom: 34px; }
.wb-section-head p { color: var(--wb-soft); font-size: 18px; }
.wb-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.wb-card { box-shadow: none; transition: transform .18s ease, box-shadow .18s ease; }
.wb-card:hover { transform: translateY(-3px); box-shadow: var(--wb-shadow); }
.wb-card-image { aspect-ratio: 16/10; border-radius: 20px; background: linear-gradient(135deg, #efe0cf, #fff5ea); margin-bottom: 18px; overflow: hidden; display: grid; place-items: center; color: var(--wb-primary); font-weight: 900; }
.wb-card-image img { width: 100%; height: 100%; object-fit: cover; }
.wb-card h3 { font-size: 24px; }
.wb-card p { color: var(--wb-soft); margin: 0 0 18px; }
.wb-meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 20px; }
.wb-meta-row span { background: #fff; border: 1px solid var(--wb-border); padding: 8px 12px; border-radius: 999px; font-size: 14px; }
.wb-price { font-size: 22px; color: var(--wb-primary); font-weight: 950; margin-bottom: 14px; }
.wb-page-hero { padding: 70px 0 50px; background: linear-gradient(135deg, #fff9f2, #f3eadf); border-bottom: 1px solid var(--wb-border); }
.wb-content { max-width: 860px; }
.wb-content > *:first-child { margin-top: 0; }
.wb-small { display: inline-block; color: var(--wb-soft); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.wb-pricing { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.wb-pricing.is-compact { grid-template-columns: 1fr; }
.wb-plan { background: #fff; border: 1px solid var(--wb-border); border-radius: 24px; padding: 22px; }
.wb-plan.featured { border-color: var(--wb-primary); box-shadow: var(--wb-shadow); }
.wb-plan-price { font-size: 30px; font-weight: 950; color: var(--wb-primary); }
.wb-plan ul { padding-left: 18px; color: var(--wb-soft); }
.wb-form { display: grid; gap: 12px; }
.wb-form label { display: grid; gap: 6px; font-weight: 800; }
.wb-form input, .wb-form textarea, .wb-form select { width: 100%; border: 1px solid var(--wb-border); border-radius: 14px; padding: 12px 14px; font: inherit; background: #fff; }
.wb-form textarea { min-height: 130px; }
.wb-notice { padding: 14px 16px; border-radius: 16px; background: #f0f7ed; border: 1px solid #c7dfbf; margin-bottom: 16px; font-weight: 800; }
.wb-footer { padding: 54px 0 24px; background: #211812; color: #fff7ef; }
.wb-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 32px; }
.wb-footer p, .wb-footer-menu a { color: rgba(255,247,239,.74); }
.wb-footer-menu { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.wb-footer-menu a { text-decoration:none; }
.wb-footer-bottom { display:flex; justify-content:space-between; gap:16px; margin-top:38px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14); color:rgba(255,247,239,.62); font-size:14px; }
@media (max-width: 900px) {
  .wb-menu-toggle { display:inline-flex; }
  .wb-main-nav { position:absolute; left:20px; right:20px; top:76px; background:white; border:1px solid var(--wb-border); border-radius:22px; padding:18px; box-shadow:var(--wb-shadow); display:none; }
  .wb-main-nav.is-open { display:block; }
  .wb-menu { display:grid; gap:12px; }
  .wb-hero-grid, .wb-split { grid-template-columns:1fr; }
  .wb-grid, .wb-pricing, .wb-footer-grid { grid-template-columns:1fr; }
  .wb-footer-bottom { flex-direction:column; }
  .wb-hero { padding-top:56px; }
}
