/* ═══════════════════════════════════════
   BorgWerk Dresden – Shared Stylesheet
   ═══════════════════════════════════════ */
:root {
  --bw-red: #c0392b;
  --bw-red-dark: #a5311f;
  --bw-dark: #1a1a2e;
  --bw-dark-light: #2a2a40;
  --bw-cream: #faf8f4;
  --bw-warm: #f5f0e8;
  --bw-text: #2c2c2c;
  --bw-text-light: #666;
  --bw-border: #e8e4dc;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--bw-text);
  background: var(--bw-cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ── Navigation ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--bw-dark);
  border-bottom: 3px solid var(--bw-red);
  transition: box-shadow 0.3s;
}
.nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-logo .mark {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background: var(--bw-red);
}
.nav-logo .wordmark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}
.nav-logo .wordmark .borg { color: white; }
.nav-logo .wordmark .werk { color: var(--bw-red); }

.nav-links { display: flex; gap: 8px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all 0.2s;
}
.nav-links a:hover, .nav-links a.active {
  color: white;
  background: rgba(255,255,255,0.1);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  margin: 6px 0;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0; right: 0;
    background: var(--bw-dark);
    flex-direction: column;
    padding: 16px 24px;
    border-bottom: 3px solid var(--bw-red);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
}

/* ── Section Basics ── */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
}
.section-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--bw-red);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--bw-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--bw-text-light);
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 48px;
}

/* ── Hero CTA Button ── */
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bw-red);
  color: white;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 14px 32px;
  border-radius: 10px;
  transition: all 0.25s;
}
.hero-cta:hover {
  background: var(--bw-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(192,57,43,0.35);
}

/* ── Bundle Hero (Detail Pages) ── */
.bundle-hero {
  padding: 140px 24px 80px;
  text-align: center;
  position: relative;
}
.bundle-hero-content {
  max-width: 650px;
  margin: 0 auto;
}
.bundle-hero-emoji {
  font-size: 4rem;
  margin-bottom: 16px;
}
.bundle-hero-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
}
.bundle-hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: white;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}
.bundle-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
.bundle-hero-price {
  margin-bottom: 32px;
}
.price-tag {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.4rem;
  color: white;
}
.price-tag span {
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
}
.price-note {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  margin-top: 4px;
}

/* ── Includes Grid ── */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.include-card {
  background: white;
  border: 1px solid var(--bw-border);
  border-radius: 14px;
  padding: 28px;
  transition: all 0.2s;
}
.include-card:hover {
  border-color: var(--bw-red);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}
.include-card.highlight {
  background: linear-gradient(135deg, #fff8f0, #fff5ee);
  border-color: #f0d0b0;
}
.include-card.special {
  background: linear-gradient(135deg, #f8f0ff, #f0e8ff);
  border-color: #d0b0f0;
}
.include-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.include-card h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--bw-dark);
}
.include-card p {
  color: var(--bw-text-light);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ── Pricing Table ── */
.pricing-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.price-row {
  background: white;
  border: 2px solid var(--bw-border);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.2s;
  position: relative;
}
.price-row:hover {
  border-color: var(--bw-red);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}
.price-row.popular {
  border-color: var(--bw-red);
  background: linear-gradient(135deg, #fff5f3, #fff0ed);
}
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bw-red);
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  border-radius: 20px;
}
.price-qty {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--bw-dark);
  margin-bottom: 8px;
}
.price-amount {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  color: var(--bw-red);
}
.price-amount span {
  display: block;
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--bw-text-light);
  margin-top: 2px;
}

/* ── CTA Section ── */
.cta-section {
  padding: 0 24px 80px;
}
.cta-box {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--bw-dark);
  border-radius: 20px;
  padding: 56px 40px;
  text-align: center;
}
.cta-box h3 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.8rem;
  color: white;
  margin-bottom: 10px;
}
.cta-box p {
  color: rgba(255,255,255,0.6);
  margin-bottom: 28px;
  font-size: 1.05rem;
}

/* ── Contact Form ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 768px) {
  .contact-layout { grid-template-columns: 1fr; gap: 32px; }
}

.contact-form-wrap {
  background: white;
  border: 1px solid var(--bw-border);
  border-radius: 16px;
  padding: 36px;
}
.contact-form { display: flex; flex-direction: column; gap: 20px; }

.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--bw-dark);
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 12px 16px;
  border: 2px solid var(--bw-border);
  border-radius: 10px;
  background: var(--bw-cream);
  color: var(--bw-text);
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--bw-red);
  background: white;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { cursor: pointer; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 500px) {
  .form-row { grid-template-columns: 1fr; }
}

.form-note {
  font-size: 0.8rem;
  color: var(--bw-text-light);
  text-align: center;
  margin-top: 4px;
}

.form-success {
  text-align: center;
  padding: 40px 20px;
}
.success-icon {
  width: 64px; height: 64px;
  background: #2ecc71;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.form-success h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--bw-dark);
}
.form-success p {
  color: var(--bw-text-light);
}

.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.contact-info-card {
  background: white;
  border: 1px solid var(--bw-border);
  border-radius: 14px;
  padding: 24px;
}
.contact-info-card h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--bw-dark);
  margin-bottom: 8px;
}
.contact-info-card p {
  color: var(--bw-text-light);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── About Page ── */
.about-content { max-width: 680px; }
.about-block {
  margin-bottom: 48px;
}
.about-block p {
  color: var(--bw-text);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* ── Legal Pages ── */
.legal-page {
  padding-top: 120px;
}
.legal-content {
  max-width: 680px;
  margin-top: 32px;
}
.legal-content h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--bw-dark);
  margin: 32px 0 10px;
}
.legal-content h3:first-child { margin-top: 0; }
.legal-content p {
  color: var(--bw-text);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.legal-content ul {
  padding-left: 24px;
  margin: 8px 0 16px;
}
.legal-content li {
  color: var(--bw-text);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 4px;
}
.legal-notice {
  background: #fff5f0;
  border: 2px solid #f0c0a0;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 32px;
}

/* ── Footer ── */
.footer {
  background: var(--bw-dark);
  border-top: 3px solid var(--bw-red);
  padding: 48px 24px 28px;
  color: rgba(255,255,255,0.5);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}
.footer-brand .nav-logo { margin-bottom: 12px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.6; }
.footer h5 {
  font-family: var(--font-display);
  font-weight: 700;
  color: white;
  margin-bottom: 14px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
  padding: 3px 0;
  transition: color 0.2s;
}
.footer a:hover { color: white; }
.footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
