:root {
  --senior-yellow: #f7b91b;
  --senior-ink: #111316;
  --senior-soft: #f3eee5;
  --senior-stone: #d8d0c4;
  --senior-muted: #67645f;
  --senior-card: rgba(255, 255, 255, 0.86);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.senior-page {
  margin: 0;
  font-family: Inter, Poppins, Arial, sans-serif;
  color: var(--senior-ink);
  background: var(--senior-soft);
}

a {
  color: inherit;
}

.senior-container {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.senior-hero {
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(10, 11, 12, 0.88) 0%, rgba(10, 11, 12, 0.68) 44%, rgba(10, 11, 12, 0.18) 100%),
    url("senioren-badkamer-na-v15.jpg") center / cover;
  position: relative;
  overflow: hidden;
}

.senior-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, rgba(243, 238, 229, 0), var(--senior-soft));
  pointer-events: none;
}

.senior-topbar {
  position: relative;
  z-index: 3;
  padding: 24px 0;
}

.senior-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.senior-logo {
  text-decoration: none;
  font-family: Poppins, Inter, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
}

.senior-logo span {
  color: var(--senior-yellow);
}

.senior-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.senior-menu a {
  text-decoration: none;
}

.senior-menu a.active,
.senior-menu a:hover {
  color: #fff;
}

.senior-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--senior-yellow);
  color: #111;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(247, 185, 27, 0.28);
}

.senior-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 500px) minmax(520px, 620px);
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  min-height: calc(100vh - 98px);
  padding: 54px 0 110px;
}

.senior-eyebrow,
.senior-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  backdrop-filter: blur(18px);
}

.senior-eyebrow::before,
.senior-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--senior-yellow);
  box-shadow: 0 0 22px rgba(247, 185, 27, 0.8);
}

.senior-copy h1 {
  max-width: 500px;
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.senior-copy h1 span {
  color: var(--senior-yellow);
}

.senior-lead {
  max-width: 480px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.55;
}

.senior-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.senior-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}

.senior-button.primary {
  background: var(--senior-yellow);
  color: #111;
}

.senior-button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(18px);
}

.senior-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 34px;
}

.senior-trust span {
  padding: 14px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.senior-compare {
  --senior-compare: 47%;
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a18;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.senior-compare img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.senior-compare-after {
  z-index: 1;
}

.senior-compare-before {
  z-index: 2;
  width: var(--senior-compare);
  overflow: hidden;
  position: absolute;
  inset: 0 auto 0 0;
}

.senior-compare-before img {
  width: calc(100% / (var(--senior-compare-number, 0.47)));
  max-width: none;
}

.senior-divider {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--senior-compare);
  width: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.5);
}

.senior-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
}

.senior-label {
  position: absolute;
  z-index: 4;
  top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 19, 22, 0.74);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  backdrop-filter: blur(16px);
}

.senior-label.before {
  left: 18px;
}

.senior-label.after {
  right: 18px;
}

.senior-range {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(17, 19, 22, 0.72);
  backdrop-filter: blur(18px);
}

.senior-range input {
  width: 100%;
  accent-color: var(--senior-yellow);
}

.senior-section {
  padding: 96px 0;
}

.senior-section.alt {
  background: #fffaf0;
}

.senior-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.senior-section-head .senior-kicker {
  color: #4f4b45;
  background: rgba(247, 185, 27, 0.16);
  border-color: rgba(247, 185, 27, 0.26);
  backdrop-filter: none;
}

.senior-section h2 {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.senior-section-head p {
  margin: 0;
  color: var(--senior-muted);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.55;
}

.senior-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.senior-card {
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(17, 19, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 55px rgba(42, 36, 26, 0.08);
}

.senior-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--senior-yellow);
  font-size: 34px;
}

.senior-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.senior-card p {
  margin: 0;
  color: var(--senior-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.senior-wmo {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.55fr);
  gap: 42px;
  align-items: center;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid rgba(17, 19, 22, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 228, 0.74)),
    radial-gradient(circle at 100% 0%, rgba(247, 185, 27, 0.2), transparent 38%);
  box-shadow: 0 24px 70px rgba(42, 36, 26, 0.1);
}

.senior-wmo h3 {
  margin: 0 0 14px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.02;
}

.senior-wmo h3 span {
  color: var(--senior-yellow);
}

.senior-wmo p {
  margin: 0;
  color: var(--senior-muted);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.58;
}

.senior-wmo-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.senior-wmo-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  border-radius: 8px;
  background: rgba(17, 19, 22, 0.05);
  color: #2e2d2a;
  font-weight: 850;
  line-height: 1.35;
}

.senior-wmo-list li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 999px;
  background: var(--senior-yellow);
}

.senior-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 44px;
  align-items: center;
}

.senior-photo-panel {
  position: relative;
  min-height: 650px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(42, 36, 26, 0.16);
}

.senior-photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  display: block;
}

.senior-glass-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(17, 19, 22, 0.72);
  color: #fff;
  backdrop-filter: blur(18px);
}

.senior-glass-note h3 {
  margin: 0 0 6px;
  font-size: 24px;
}

.senior-glass-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
}

.senior-detail-list {
  display: grid;
  gap: 16px;
}

.senior-detail {
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 19, 22, 0.12);
}

.senior-detail h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.senior-detail p {
  margin: 0;
  color: var(--senior-muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.senior-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.senior-step {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border-radius: 8px;
  background: #151617;
  color: #fff;
  overflow: hidden;
}

.senior-step span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  border-radius: 999px;
  background: var(--senior-yellow);
  color: #111;
  font-weight: 900;
}

.senior-step h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.senior-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.5;
}

.senior-cta {
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(17, 19, 22, 0.92), rgba(17, 19, 22, 0.62)),
    url("senioren-badkamer-na-v15.jpg") center / cover;
  color: #fff;
}

.senior-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) auto;
  align-items: center;
  gap: 34px;
}

.senior-cta h2 {
  margin: 0;
  max-width: 820px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
}

.senior-cta p {
  margin: 20px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .senior-menu {
    display: none;
  }

  .senior-hero-grid,
  .senior-section-head,
  .senior-story,
  .senior-wmo,
  .senior-cta-inner {
    grid-template-columns: 1fr;
  }

  .senior-compare {
    min-height: 620px;
  }

  .senior-cards,
  .senior-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .senior-container {
    width: min(100% - 28px, 1180px);
  }

  .senior-quote {
    display: none;
  }

  .senior-hero-grid {
    min-height: auto;
    gap: 28px;
    padding-bottom: 72px;
  }

  .senior-copy h1 {
    font-size: clamp(32px, 9.4vw, 42px);
    line-height: 1.1;
    max-width: 340px;
  }

  .senior-eyebrow,
  .senior-kicker {
    margin-bottom: 14px;
    padding: 9px 13px;
    font-size: 11px;
  }

  .senior-lead {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.58;
  }

  .senior-actions {
    margin-top: 24px;
  }

  .senior-trust,
  .senior-cards,
  .senior-process {
    grid-template-columns: 1fr;
  }

  .senior-compare,
  .senior-photo-panel,
  .senior-photo-panel img {
    min-height: 540px;
  }

  .senior-section {
    padding: 68px 0;
  }

  .senior-section-head {
    gap: 16px;
    margin-bottom: 30px;
  }

  .senior-section-head .senior-kicker {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 16px;
    white-space: normal;
    line-height: 1.2;
  }

  .senior-section h2 {
    max-width: 340px;
    font-size: clamp(27px, 7.7vw, 34px);
    line-height: 1.16;
  }

  .senior-section-head p {
    font-size: 16px;
    line-height: 1.58;
  }
}
