/* ===========================================================
   B2B-LANDING (warm-erzählerisch)
   Vollständig gescoped unter .b2b-landing — kollidiert nicht
   mit HTML5UP-Story, Radzen oder app.css.
   =========================================================== */

.b2b-landing {
  --sage: #5C7E5F;
  --sage-dark: #3F5D43;
  --sage-light: #A8C2A8;
  --wood: #A87E54;
  --wood-dark: #6E4F31;
  --cream: #FAF5EB;
  --cream-deep: #F1E7D2;
  --ink: #2D2A24;
  --muted: #6F6A60;
  --line: #E5DDC9;
  --accent: #C57B57;

  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.b2b-landing,
.b2b-landing *,
.b2b-landing *::before,
.b2b-landing *::after { box-sizing: border-box; }
.b2b-landing h1,
.b2b-landing h2,
.b2b-landing h3,
.b2b-landing h4,
.b2b-landing p,
.b2b-landing ul,
.b2b-landing ol,
.b2b-landing li,
.b2b-landing form,
.b2b-landing input,
.b2b-landing select,
.b2b-landing button { margin: 0; padding: 0; }

.b2b-landing h1,
.b2b-landing h2,
.b2b-landing h3,
.b2b-landing h4 { font-family: 'Fraunces', serif; font-weight: 500; letter-spacing: -.5px; }
.b2b-landing .handwritten { font-family: 'Caveat', cursive; font-weight: 600; }
.b2b-landing a { color: inherit; }

/* === HEADER === */
.b2b-landing .lp-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 18px 40px;
  display: flex; justify-content: space-between; align-items: center;
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(8px);
  background-color: rgba(250,245,235,.94);
}
.b2b-landing .logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.b2b-landing .logo-mark {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--sage);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 0 var(--sage-dark);
}
.b2b-landing .logo-text { font-family: 'Fraunces', serif; font-weight: 600; font-size: 22px; color: var(--ink); line-height: 1; }
.b2b-landing .logo-sub { font-family: 'Caveat', cursive; font-size: 16px; color: var(--accent); font-weight: 600; margin-top: 1px; }

.b2b-landing .lp-nav { display: flex; gap: 6px; align-items: center; }
.b2b-landing .lp-nav a {
  text-decoration: none; color: var(--ink); font-weight: 500; font-size: 15px;
  padding: 9px 16px; border-radius: 8px;
  transition: background .15s;
}
.b2b-landing .lp-nav a:hover { background: var(--cream-deep); }
.b2b-landing .lp-nav a.cta {
  background: var(--sage); color: #fff;
  margin-left: 6px; padding: 11px 22px;
  box-shadow: 0 2px 0 var(--sage-dark);
  font-weight: 600;
}
.b2b-landing .lp-nav a.cta:hover { background: var(--sage-dark); }

/* === HERO === */
.b2b-landing .lp-hero {
  position: relative;
  background: linear-gradient(180deg, #E6EFE6 0%, var(--cream) 100%);
  padding: 70px 40px 0;
  overflow: hidden;
}
.b2b-landing .hero-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center;
}
.b2b-landing .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.b2b-landing .hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.b2b-landing .hero-eyebrow .text {
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--sage-dark); font-weight: 600;
}
.b2b-landing .lp-hero h1 { font-size: 62px; line-height: 1.05; color: var(--ink); font-weight: 500; }
.b2b-landing .lp-hero h1 .accent {
  font-style: italic; color: var(--sage-dark);
  display: inline-block;
}
.b2b-landing .lp-hero p.lead {
  font-size: 19px; margin: 24px 0 32px;
  max-width: 520px; color: #3D3A33;
}
.b2b-landing .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 36px; }

.b2b-landing .lp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 600; font-size: 15px;
  padding: 14px 26px; border-radius: 10px;
  transition: all .18s ease; cursor: pointer; border: none;
  font-family: inherit;
}
.b2b-landing .lp-btn-primary { background: var(--sage); color: #fff; box-shadow: 0 3px 0 var(--sage-dark); }
.b2b-landing .lp-btn-primary:hover { background: var(--sage-dark); transform: translateY(-1px); box-shadow: 0 4px 0 var(--sage-dark); }
.b2b-landing .lp-btn-secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.b2b-landing .lp-btn-secondary:hover { background: var(--ink); color: var(--cream); }
.b2b-landing .lp-btn .arrow { transition: transform .2s; }
.b2b-landing .lp-btn:hover .arrow { transform: translateX(3px); }

.b2b-landing .hero-trust {
  display: flex; gap: 36px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.b2b-landing .hero-trust-item strong {
  display: block; font-family: 'Fraunces', serif; font-weight: 600; font-size: 24px;
  color: var(--sage-dark); margin-bottom: 2px;
}
.b2b-landing .hero-trust-item span { font-size: 13px; color: var(--muted); }

.b2b-landing .hero-visual { position: relative; }
.b2b-landing .hero-scene {
  background: #D6E2DA; border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px -20px rgba(63,93,67,.25);
  overflow: hidden; position: relative;
}
.b2b-landing .hero-scene svg { display: block; width: 100%; height: auto; }
.b2b-landing .hero-scene img { display: block; width: 100%; height: auto; }
.b2b-landing .hero-handnote {
  position: absolute; top: -52px; right: -31px; z-index: 10;
  background: var(--sage-dark);
  color: var(--cream);
  font-family: 'Caveat', cursive; font-weight: 700; font-size: 26px;
  padding: 10px 22px 12px;
  border: 2px solid var(--cream);
  border-radius: 30px;
  transform: rotate(-3deg);
  box-shadow: 0 6px 18px rgba(45,42,36,.35);
}
.b2b-landing .hero-handnote::before { content: "~"; margin-right: 6px; }
.b2b-landing .hero-handnote::after { content: "~"; margin-left: 6px; }

.b2b-landing .wave-div {
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 50' preserveAspectRatio='none'%3E%3Cpath d='M0,30 Q150,5 300,30 T600,30 T900,30 T1200,30 L1200,50 L0,50 Z' fill='%23FAF5EB'/%3E%3Cpath d='M0,30 Q150,5 300,30 T600,30 T900,30 T1200,30' fill='none' stroke='%235C7E5F' stroke-width='1.5' opacity='.5'/%3E%3C/svg%3E");
  background-size: cover;
  margin-top: 30px;
}

/* === SECTION HEADS === */
.b2b-landing .section-head { text-align: center; max-width: 700px; margin: 0 auto 64px; }
.b2b-landing .section-eyebrow-c {
  font-family: 'Caveat', cursive; font-size: 26px; color: var(--accent); font-weight: 600;
  display: block; margin-bottom: 8px;
}
.b2b-landing .section-head h2 { font-size: 48px; line-height: 1.1; color: var(--ink); margin-bottom: 14px; font-weight: 500; }
.b2b-landing .section-head h2 em { font-style: italic; color: var(--sage-dark); }
.b2b-landing .section-head p { font-size: 17px; color: var(--muted); }

/* === PRICING === */
.b2b-landing .pricing { padding: 80px 40px; background: var(--cream); }
.b2b-landing .pricing-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.b2b-landing .price-card {
  position: relative; background: #fff;
  border: 1px solid var(--line); border-radius: 18px;
  padding: 36px 30px; display: flex; flex-direction: column;
  transition: all .25s ease;
}
.b2b-landing .price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(63,93,67,.18);
  border-color: var(--sage-light);
}
.b2b-landing .price-card.featured {
  background: #fff;
  border: 2px solid var(--sage);
  box-shadow: 0 12px 30px -8px rgba(63,93,67,.2);
}
.b2b-landing .price-ribbon {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--sage); color: #fff;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 20px; font-weight: 600;
  box-shadow: 0 4px 12px rgba(63,93,67,.25);
}

.b2b-landing .class-illu {
  background: linear-gradient(180deg, var(--cream-deep) 0%, var(--cream) 100%);
  border-radius: 14px;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.b2b-landing .class-illu img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.b2b-landing .class-illu svg {
  /* Fallback für SVGs (Detail-Pages oder Übergänge) */
  max-height: 70%; max-width: 70%;
}
.b2b-landing .price-card .price-class {
  font-family: 'Caveat', cursive; font-size: 20px; color: var(--accent); font-weight: 600;
  margin-bottom: 4px;
}
.b2b-landing .price-card h3 { font-size: 32px; line-height: 1.05; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
/* === Editorial-Layout: Tagline italic, Preis zentriert mit Linien === */
.b2b-landing .price-tagline {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 15px; color: var(--muted);
  margin: 8px 0 22px; line-height: 1.5;
}
.b2b-landing .price-amount {
  text-align: center; padding: 20px 0; margin-bottom: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.b2b-landing .price-num {
  display: block;
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 48px;
  line-height: 1; color: var(--sage-dark);
}
.b2b-landing .price-num em {
  font-style: normal; color: var(--accent); font-size: 26px;
  vertical-align: baseline; font-weight: 500; margin-left: 2px;
  letter-spacing: .5px;
}
.b2b-landing .price-unit {
  display: block; margin-top: 8px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.b2b-landing .price-features { list-style: none; flex: 1; margin-bottom: 28px; }
.b2b-landing .price-features li {
  padding: 9px 0; font-size: 14.5px; display: flex; gap: 12px; align-items: flex-start;
  color: #3D3A33;
}
.b2b-landing .price-features li svg { flex-shrink: 0; margin-top: 3px; }
.b2b-landing .price-card .lp-btn { width: 100%; justify-content: center; }

/* === DATES / CALENDAR === */
.b2b-landing .dates { padding: 80px 40px; background: #fff; border-top: 1px solid var(--line); }
.b2b-landing .dates-inner { max-width: 1100px; margin: 0 auto; }
.b2b-landing .dates-head { text-align: center; margin-bottom: 36px; }
.b2b-landing .dates-head .section-eyebrow-c { margin-bottom: 6px; }
.b2b-landing .dates-head h2 { font-size: 42px; line-height: 1.1; color: var(--ink); margin-bottom: 12px; font-weight: 500; }
.b2b-landing .dates-head h2 em { font-style: italic; color: var(--sage-dark); }
.b2b-landing .dates-head p { font-size: 16px; color: var(--muted); max-width: 560px; margin: 0 auto; }

.b2b-landing .cal-controls {
  display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 28px;
}
.b2b-landing .cal-btn {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--cream); border: 1.5px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .15s;
  color: var(--sage-dark); font-size: 18px; font-weight: 600;
  font-family: inherit;
}
.b2b-landing .cal-btn:hover:not(:disabled) { background: var(--sage); color: #fff; border-color: var(--sage); }
.b2b-landing .cal-btn:active { transform: scale(.95); }
.b2b-landing .cal-btn:disabled { opacity: .35; cursor: not-allowed; }
.b2b-landing .cal-range {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 22px;
  color: var(--ink); min-width: 240px; text-align: center;
}
.b2b-landing .calendar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.b2b-landing .month-card {
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 16px; padding: 22px;
}
.b2b-landing .month-title {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 20px;
  color: var(--sage-dark); text-align: center; margin-bottom: 14px;
}
.b2b-landing .weekday-row { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; margin-bottom: 6px; }
.b2b-landing .weekday {
  text-align: center; font-size: 11px; font-weight: 700;
  letter-spacing: 1px; color: var(--muted); padding: 4px 0;
}
.b2b-landing .day-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.b2b-landing .day {
  aspect-ratio: 1; border-radius: 8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  font-size: 14px; font-weight: 600;
  background: #fff; color: var(--muted);
  border: 1px solid transparent; transition: all .12s;
  position: relative;
}
.b2b-landing .day .day-num { line-height: 1; }
.b2b-landing .day .day-count {
  font-size: 9px; font-weight: 500; letter-spacing: .02em;
  opacity: .8; line-height: 1;
}
.b2b-landing .day.empty { visibility: hidden; }
.b2b-landing .day.past { color: #C5BFB0; background: transparent; }
.b2b-landing .day.unavailable { color: #C5BFB0; background: transparent; }
.b2b-landing .day.available {
  background: rgba(92,126,95,.12); color: var(--sage-dark);
  cursor: pointer; border-color: rgba(92,126,95,.25);
}
.b2b-landing .day.available:hover { background: var(--sage); color: #fff; transform: scale(1.06); border-color: var(--sage); }
.b2b-landing .day.limited {
  background: rgba(197,123,87,.14); color: var(--accent);
  cursor: pointer; border-color: rgba(197,123,87,.28);
}
.b2b-landing .day.limited:hover { background: var(--accent); color: #fff; transform: scale(1.06); border-color: var(--accent); }
.b2b-landing .day.booked { color: #B0A89A; background: transparent; }
.b2b-landing .day.booked .day-num { text-decoration: line-through; }
.b2b-landing .day.selected {
  background: var(--sage-dark) !important; color: #fff !important;
  border-color: var(--sage-dark) !important;
  box-shadow: 0 0 0 3px rgba(63,93,67,.25);
  transform: scale(1.06);
}
.b2b-landing .day.today { box-shadow: inset 0 0 0 2px var(--accent); }

.b2b-landing .cal-legend {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 24px;
  margin-top: 28px; padding-top: 20px; border-top: 1px dashed var(--line);
}
.b2b-landing .cal-legend-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted); font-weight: 500;
}
.b2b-landing .cal-legend-dot { width: 14px; height: 14px; border-radius: 4px; border: 1px solid transparent; position: relative; }
.b2b-landing .cal-legend-dot.available { background: rgba(92,126,95,.25); border-color: rgba(92,126,95,.4); }
.b2b-landing .cal-legend-dot.limited { background: rgba(197,123,87,.25); border-color: rgba(197,123,87,.4); }
.b2b-landing .cal-legend-dot.booked { background: transparent; border: 1px dashed #B0A89A; }
.b2b-landing .cal-legend-dot.booked::after {
  content: ""; position: absolute; left: 1px; right: 1px; top: 50%; height: 1px; background: #B0A89A;
}
.b2b-landing .cal-legend-dot.today { background: #fff; box-shadow: inset 0 0 0 2px var(--accent); }

.b2b-landing .cal-selected {
  margin-top: 22px; text-align: center;
  padding: 14px 20px; background: var(--cream-deep); border-radius: 10px;
  font-size: 15px; color: var(--ink);
}
.b2b-landing .cal-selected a { color: var(--sage-dark); font-weight: 600; text-decoration: none; }
.b2b-landing .cal-selected a:hover { text-decoration: underline; }

.b2b-landing .cal-source-note { margin-top: 24px; text-align: center; font-size: 12px; color: var(--muted); }
.b2b-landing .cal-source-note .live-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--sage); margin-right: 6px; vertical-align: middle;
  animation: cal-pulse 2s ease-in-out infinite;
}
@keyframes cal-pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

/* === BOOKING === */
.b2b-landing .booking {
  padding: 90px 40px;
  background: linear-gradient(180deg, var(--cream) 0%, #E6EFE6 100%);
}
.b2b-landing .booking-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center;
}
.b2b-landing .booking-text .section-eyebrow-c { margin-bottom: 6px; }
.b2b-landing .booking-text h2 { font-size: 46px; line-height: 1.1; color: var(--ink); margin-bottom: 18px; font-weight: 500; }
.b2b-landing .booking-text h2 em { font-style: italic; color: var(--sage-dark); }
.b2b-landing .booking-text p { font-size: 17px; color: #3D3A33; margin-bottom: 14px; }
.b2b-landing .booking-points { list-style: none; margin-top: 28px; }
.b2b-landing .booking-points li {
  display: flex; gap: 14px; align-items: flex-start; padding: 11px 0;
  font-size: 15px; color: #3D3A33;
}
.b2b-landing .booking-points li svg { flex-shrink: 0; margin-top: 2px; }
.b2b-landing .booking-quote {
  margin-top: 36px; padding: 24px; background: #fff; border-radius: 14px;
  border-left: 4px solid var(--accent);
  font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--ink);
  line-height: 1.5;
}
.b2b-landing .booking-quote .author {
  display: block; margin-top: 14px; font-family: 'Inter', sans-serif; font-style: normal;
  font-size: 13px; color: var(--muted); font-weight: 500;
}

.b2b-landing .booking-form {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 36px;
  box-shadow: 0 20px 40px -12px rgba(63,93,67,.18);
}
.b2b-landing .booking-form-title {
  font-family: 'Fraunces', serif; font-size: 24px; color: var(--ink);
  font-weight: 600; margin-bottom: 6px;
}
.b2b-landing .booking-form-sub {
  font-family: 'Caveat', cursive; font-size: 18px; color: var(--accent);
  margin-bottom: 24px;
}
.b2b-landing .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.b2b-landing .form-grid .full { grid-column: 1/-1; }
.b2b-landing .form-grid label {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
.b2b-landing .form-grid input,
.b2b-landing .form-grid select,
.b2b-landing .form-grid textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 15px; background: var(--cream);
  color: var(--ink); transition: border-color .15s, background .15s;
}
.b2b-landing .form-grid input:focus,
.b2b-landing .form-grid select:focus,
.b2b-landing .form-grid textarea:focus {
  outline: none; border-color: var(--sage); background: #fff;
}
.b2b-landing .form-grid .submit { margin-top: 8px; }
.b2b-landing .form-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 14px; }
.b2b-landing .form-success {
  background: rgba(92,126,95,.12); border: 1px solid rgba(92,126,95,.3);
  color: var(--sage-dark); padding: 16px 20px; border-radius: 10px;
  margin-top: 16px; font-weight: 500; text-align: center;
}
.b2b-landing .form-error {
  background: rgba(197,123,87,.12); border: 1px solid rgba(197,123,87,.3);
  color: var(--accent); padding: 16px 20px; border-radius: 10px;
  margin-top: 16px; font-weight: 500; text-align: center;
}

/* === BOOKING-FLOW (Step 1 Paket + Step 2 Kontakt) === */
.b2b-landing .booking-info { display: flex; flex-direction: column; gap: 22px; }

.b2b-landing .booking-selected-date {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--cream); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 18px; font-family: 'Inter', sans-serif;
}
.b2b-landing .booking-selected-date > span:not(.material-icons) {
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted);
}
.b2b-landing .booking-selected-date strong {
  font-family: 'Fraunces', serif; font-size: 17px; font-weight: 600; color: var(--ink);
}
.b2b-landing .booking-selected-date .material-icons { color: var(--sage); font-size: 22px; }

.b2b-landing .booking-field { display: flex; flex-direction: column; gap: 8px; }
.b2b-landing .booking-field > label {
  font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted);
}
.b2b-landing .booking-hint { font-size: 12px; color: var(--muted); margin: 4px 0 0; }
.b2b-landing .booking-number {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 15px; background: var(--cream);
  color: var(--ink);
}
.b2b-landing .booking-number:focus { outline: none; border-color: var(--sage); background: #fff; }

/* Inputs aus InputField nutzen .form-grid input/.b2b-landing input. Ergänzen:
   .form-grid .full überspannt beide Spalten. */
.b2b-landing .booking-info .form-grid input {
  width: 100%; padding: 12px 14px !important; height: 46px !important;
  border: 1.5px solid var(--line); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 15px; background: var(--cream);
  color: var(--ink);
}
.b2b-landing .booking-info .form-grid input:focus { outline: none; border-color: var(--sage); background: #fff; }
.b2b-landing .booking-info .form-grid > div { display: flex; flex-direction: column; gap: 6px; }
.b2b-landing .booking-info .form-grid label {
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); margin: 0;
}

/* Paket-Auswahl */
.b2b-landing .packet-list { display: flex; flex-direction: column; gap: 14px; }
.b2b-landing .packet-card {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px 22px; border: 2px solid var(--line); border-radius: 12px;
  background: var(--cream); cursor: pointer; transition: all .15s;
}
.b2b-landing .packet-card:hover { border-color: var(--sage-light); }
.b2b-landing .packet-card.selected {
  border-color: var(--sage); background: #fff;
  box-shadow: 0 6px 14px -8px rgba(63,93,67,.35);
}
.b2b-landing .packet-card-body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.b2b-landing .packet-card-name { font-family: 'Fraunces', serif; font-size: 17px; font-weight: 600; color: var(--ink); }
.b2b-landing .packet-card-desc { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; display: flex; gap: 8px; align-items: flex-start; }
.b2b-landing .packet-card-desc .material-icons { color: var(--sage); font-size: 18px; margin-top: 1px; flex-shrink: 0; }
.b2b-landing .packet-card-price { text-align: right; min-width: 110px; }
.b2b-landing .packet-card-price strong { display: block; font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; color: var(--sage-dark); }
.b2b-landing .packet-card-price span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }

/* Gesamtpreis-Box */
.b2b-landing .booking-total {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--cream); border: 1.5px solid var(--sage-light);
  border-radius: 12px; padding: 18px 22px;
}
.b2b-landing .booking-total > span {
  font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted);
}
.b2b-landing .booking-total strong {
  font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--sage-dark);
}

/* AGB-Checkbox */
.b2b-landing .booking-terms {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--ink); line-height: 1.5; cursor: pointer;
}
.b2b-landing .booking-terms input[type="checkbox"] {
  width: 18px; height: 18px; margin-top: 2px; accent-color: var(--sage); cursor: pointer;
}
.b2b-landing .booking-terms a {
  color: var(--accent); text-decoration: underline; cursor: pointer; font-weight: 500;
}

/* Action-Reihe (Back + Submit) */
.b2b-landing .booking-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 4px; }
.b2b-landing .booking-actions.end { justify-content: flex-end; }
.b2b-landing .booking-back {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: none; cursor: pointer;
  color: var(--muted); font-size: 14px; font-weight: 500; padding: 8px 4px;
}
.b2b-landing .booking-back:hover { color: var(--ink); }
.b2b-landing .booking-back .material-icons { font-size: 20px; }

.b2b-landing .lp-btn-primary:disabled,
.b2b-landing .lp-btn-primary[disabled] {
  opacity: .5; cursor: not-allowed; box-shadow: 0 2px 0 var(--sage-dark);
}
.b2b-landing .lp-btn-primary:disabled:hover,
.b2b-landing .lp-btn-primary[disabled]:hover {
  background: var(--sage); transform: none; box-shadow: 0 2px 0 var(--sage-dark);
}

/* === FOOTER === */
.b2b-landing .lp-footer { background: var(--ink); color: #B8B0A0; padding: 50px 40px 28px; }
.b2b-landing .footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.b2b-landing .footer-brand .logo-text { color: var(--cream); font-size: 22px; font-family: 'Fraunces', serif; font-weight: 600; }
.b2b-landing .footer-brand .logo-sub { color: var(--accent); font-family: 'Caveat', cursive; font-weight: 600; font-size: 16px; }
.b2b-landing .footer-brand p { margin-top: 14px; font-size: 14px; line-height: 1.6; color: #9A9285; max-width: 300px; }
.b2b-landing .footer-col h4 { color: var(--cream); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; font-family: 'Inter', sans-serif; }
.b2b-landing .footer-col a { display: block; color: #B8B0A0; text-decoration: none; font-size: 14px; padding: 5px 0; }
.b2b-landing .footer-col a:hover { color: var(--cream); }
.b2b-landing .footer-bottom {
  max-width: 1200px; margin: 36px auto 0; padding-top: 22px; border-top: 1px solid #3D3A33;
  display: flex; justify-content: space-between; font-size: 12px; color: #7D7567;
}

/* === PAGE-HERO (schlank, für Sub-Pages) === */
.b2b-landing .page-hero {
  background: linear-gradient(180deg, #E6EFE6 0%, var(--cream) 100%);
  padding: 70px 40px 50px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.b2b-landing .page-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--sage-dark); font-weight: 600;
}
.b2b-landing .page-hero-eyebrow::before,
.b2b-landing .page-hero-eyebrow::after {
  content: ""; width: 28px; height: 1px; background: var(--sage-dark);
}
.b2b-landing .page-hero h1 {
  font-size: 52px; line-height: 1.05; color: var(--ink); font-weight: 500;
  max-width: 820px; margin: 0 auto;
}
.b2b-landing .page-hero h1 em { font-style: italic; color: var(--sage-dark); }
.b2b-landing .page-hero p.lead {
  font-size: 18px; color: var(--muted); max-width: 620px; margin: 18px auto 0;
}

/* === PAGE-CONTENT-WRAPPER === */
.b2b-landing .page-section {
  padding: 70px 40px;
  background: var(--cream);
}
.b2b-landing .page-section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.b2b-landing .page-container { max-width: 1100px; margin: 0 auto; }
.b2b-landing .page-container.narrow { max-width: 760px; }

/* === PAGE-PROSE (für Imprint/Privacy/Legal) === */
.b2b-landing .page-prose { color: #3D3A33; font-size: 16px; line-height: 1.7; }
.b2b-landing .page-prose h2 {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 28px; line-height: 1.2; color: var(--ink);
  margin: 40px 0 16px; padding-top: 8px;
}
.b2b-landing .page-prose h2:first-child { margin-top: 0; }
.b2b-landing .page-prose h3 {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: 22px; color: var(--sage-dark);
  margin: 32px 0 12px;
}
.b2b-landing .page-prose p { margin-bottom: 14px; }
.b2b-landing .page-prose ul, .b2b-landing .page-prose ol { margin: 0 0 14px 24px; }
.b2b-landing .page-prose ul li, .b2b-landing .page-prose ol li { padding: 4px 0; }
.b2b-landing .page-prose a { color: var(--sage-dark); text-decoration: underline; text-underline-offset: 3px; }
.b2b-landing .page-prose a:hover { color: var(--accent); }
.b2b-landing .page-prose strong { color: var(--ink); font-weight: 700; }
.b2b-landing .page-prose blockquote {
  margin: 24px 0; padding: 18px 22px; background: var(--cream-deep);
  border-left: 4px solid var(--accent); border-radius: 8px;
  font-style: italic;
}
.b2b-landing .page-prose hr { border: none; border-top: 1px dashed var(--line); margin: 36px 0; }
.b2b-landing .page-prose .meta { font-size: 14px; color: var(--muted); }

/* === INFO-CARD (kleinere Featured-Cards für Galerie/News etc.) === */
.b2b-landing .info-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 26px; transition: all .2s ease;
  display: flex; flex-direction: column;
}
.b2b-landing .info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -12px rgba(63,93,67,.18);
  border-color: var(--sage-light);
}
.b2b-landing .info-card-img {
  width: calc(100% + 52px); height: 200px; margin: -26px -26px 20px;
  border-radius: 16px 16px 0 0; object-fit: cover;
  background: var(--cream-deep);
  display: block;
}
.b2b-landing .info-card-meta {
  font-size: 12px; color: var(--muted); letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 8px; font-weight: 600;
}
.b2b-landing .info-card h3 {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 22px;
  color: var(--ink); margin-bottom: 10px; line-height: 1.2;
}
.b2b-landing .info-card p { color: #3D3A33; font-size: 15px; line-height: 1.5; flex: 1; margin-bottom: 16px; }
.b2b-landing .info-card .lp-btn { align-self: flex-start; }

.b2b-landing .info-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

/* === MEDIA / GALLERY === */
.b2b-landing .media-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.b2b-landing .media-tile {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  border-radius: 12px; background: var(--cream-deep);
  cursor: pointer; transition: transform .2s ease;
}
.b2b-landing .media-tile:hover { transform: scale(1.02); }
.b2b-landing .media-tile img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.b2b-landing .media-tile:hover img { transform: scale(1.08); }
.b2b-landing .media-tile-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 14px; color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.55) 100%);
  font-size: 13px; font-weight: 600;
  opacity: 0; transition: opacity .2s ease;
}
.b2b-landing .media-tile:hover .media-tile-caption { opacity: 1; }

/* === REVIEW / TESTIMONIAL CARDS === */
.b2b-landing .review-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
}
.b2b-landing .review-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 24px; display: flex; flex-direction: column;
}
.b2b-landing .review-stars {
  display: inline-flex; gap: 2px; margin-bottom: 12px; color: var(--accent); font-size: 16px;
}
.b2b-landing .review-stars .star { font-size: 18px; }
.b2b-landing .review-quote {
  font-family: 'Fraunces', serif; font-style: italic; font-size: 17px;
  line-height: 1.5; color: var(--ink); margin-bottom: 18px; flex: 1;
}
.b2b-landing .review-author {
  font-size: 14px; color: var(--sage-dark); font-weight: 600;
}
.b2b-landing .review-author .role {
  display: block; font-weight: 500; color: var(--muted); font-size: 13px; margin-top: 2px;
}

/* === RADZEN-INTEGRATION (Datepicker, Carousel, Dialog auf Sage-Basis) === */
.b2b-landing .rz-state-active,
.b2b-landing .rz-state-focused,
.b2b-landing .rz-state-highlight { background-color: var(--sage) !important; color: #fff !important; }
.b2b-landing .rz-button-primary,
.b2b-landing .rz-button.rz-primary { background-color: var(--sage); border-color: var(--sage); }
.b2b-landing .rz-button-primary:hover { background-color: var(--sage-dark); border-color: var(--sage-dark); }
.b2b-landing .rz-datatable thead th { background-color: var(--cream-deep); color: var(--ink); font-family: 'Fraunces', serif; font-weight: 600; }

/* === ADMIN-LAYOUT === */
.b2b-landing .admin-shell { padding: 50px 40px; background: var(--cream); min-height: 60vh; }
.b2b-landing .admin-shell .admin-grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px;
}
.b2b-landing .admin-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px;
  box-shadow: 0 4px 16px -8px rgba(63,93,67,.12);
}
.b2b-landing .admin-card h2 {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 24px;
  color: var(--ink); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line);
}

/* === ERROR-PAGE === */
.b2b-landing .err-shell {
  min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 40px;
  background: linear-gradient(180deg, #E6EFE6 0%, var(--cream) 100%);
}
.b2b-landing .err-shell .err-code {
  font-family: 'Fraunces', serif; font-size: 96px; font-weight: 600; color: var(--sage);
  line-height: 1;
}
.b2b-landing .err-shell h1 { font-family: 'Fraunces', serif; font-size: 32px; margin-top: 20px; color: var(--ink); }
.b2b-landing .err-shell p { font-size: 17px; color: var(--muted); margin: 14px 0 28px; max-width: 540px; }

/* === Responsive === */
@media (max-width: 900px) {
  .b2b-landing .hero-grid,
  .b2b-landing .pricing-grid,
  .b2b-landing .booking-inner,
  .b2b-landing .form-grid,
  .b2b-landing .footer-inner { grid-template-columns: 1fr; }
  .b2b-landing .form-grid .full { grid-column: auto; }
  .b2b-landing .lp-hero h1 { font-size: 40px; }
  .b2b-landing .section-head h2,
  .b2b-landing .booking-text h2,
  .b2b-landing .dates-head h2 { font-size: 30px; }
  .b2b-landing .lp-nav a:not(.cta) { display: none; }
  .b2b-landing .lp-hero { padding: 50px 24px 0; }
  .b2b-landing .pricing,
  .b2b-landing .booking,
  .b2b-landing .dates { padding: 60px 24px; }
  .b2b-landing .calendar-grid { grid-template-columns: 1fr; gap: 20px; }
  .b2b-landing .cal-range { font-size: 18px; min-width: 180px; }
  .b2b-landing .page-hero { padding: 50px 24px 36px; }
  .b2b-landing .page-hero h1 { font-size: 34px; }
  .b2b-landing .page-section { padding: 40px 24px; }
  .b2b-landing .admin-shell { padding: 30px 16px; }
  .b2b-landing .admin-shell .admin-grid { grid-template-columns: 1fr; }
  .b2b-landing .err-shell .err-code { font-size: 64px; }
}
