/* Haustüren – Apple-inspiriertes Seiten-Design */

body.page-tueren {
  --bg: #fbfbfd;
  --bg-alt: #f5f5f7;
  --surface: #ffffff;
  --text: #1d1d1f;
  --text-muted: #6e6e73;
  --accent: #0071e3;
  --accent-light: #0077ed;
  --accent-soft: rgba(0, 113, 227, 0.1);
  --border: rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.1);
  --radius-lg: 24px;
  background: var(--bg);
}

body.page-tueren .site-header {
  background: rgba(251, 251, 253, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.page-tueren .nav-logo em,
body.page-tueren .footer-brand em { font-style: normal; font-weight: 700; }
body.page-tueren .nav-cta { border-radius: 980px; }

body.page-tueren .breadcrumb {
  padding-top: calc(var(--nav-h) + 0.75rem);
  font-size: 0.8125rem;
}

/* Hero – dezent, Text lesbar; Höhe wie Fenster (Standard page-hero) */
body.page-tueren .page-hero .hero-media img {
  filter: brightness(0.51) saturate(0.95);
}

body.page-tueren .page-hero .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 36, 0.45) 0%,
    rgba(15, 23, 36, 0.65) 55%,
    rgba(15, 23, 36, 0.79) 100%
  );
}

body.page-tueren .page-hero .hero-inner {
  padding-bottom: 4rem;
  text-align: center;
  align-items: center;
}

body.page-tueren .page-hero h1 {
  max-width: none;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

body.page-tueren .page-hero .hero-lead {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

body.page-tueren .hero-actions {
  justify-content: center;
}

body.page-tueren .btn {
  border-radius: 980px;
  font-weight: 400;
  padding: 0.9rem 1.75rem;
}

body.page-tueren .btn-primary {
  background: var(--accent);
}

body.page-tueren .btn-primary:hover {
  background: var(--accent-light);
}

/* Symmetrisches Layout-System */
.section-inner--symmetry {
  max-width: 980px;
  margin: 0 auto;
}

.configurator-showcase {
  background: var(--bg-alt);
}

.configurator-visual {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 2.25rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  background: var(--surface);
}

.configurator-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

body.page-tueren #foerderung .foerderung-prose {
  max-width: 42rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.page-tueren #foerderung .foerderung-prose__head {
  text-align: center;
  margin-bottom: 2rem;
}

body.page-tueren #foerderung .foerderung-prose__head .section-title {
  max-width: none;
  margin-bottom: 0;
}

body.page-tueren .foerderung-prose__body {
  text-align: left;
}

body.page-tueren .foerderung-prose__body p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

body.page-tueren .foerderung-prose__body p:last-child {
  margin-bottom: 0;
}

body.page-tueren .foerderung-prose__body a {
  color: var(--accent);
  font-weight: 500;
}

body.page-tueren .foerderung-prose__body a:hover {
  color: var(--accent-light);
}

.symmetry-row {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

body.page-tueren .section-header--center {
  margin-bottom: 2.5rem;
}

.symmetry-row--2 {
  grid-template-columns: repeat(2, 1fr);
}

.symmetry-row--3 {
  grid-template-columns: repeat(3, 1fr);
}

.symmetry-row--compact {
  margin-top: 1.5rem;
}

.symmetry-row--compact .symmetry-box {
  padding: 1.35rem 1rem;
}

.symmetry-row--compact .symmetry-box h3 {
  font-size: 0.95rem;
}

.symmetry-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.symmetry-box__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.symmetry-box h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.symmetry-box p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

.symmetry-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.symmetry-pills li {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text);
  padding: 0.65rem 0.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.symmetry-cta {
  text-align: center;
  margin-top: 2.25rem;
}

.symmetry-cta__note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

/* Inosmart – gleiche Kartenhöhe, gleiche Bildfläche */
.symmetry-media-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.symmetry-media-card__figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #1d1d1f;
  flex-shrink: 0;
}

.symmetry-media-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#inosmart .symmetry-media-card__figure {
  background: #2c2c2e;
}

#inosmart .symmetry-media-card--bedienung .symmetry-media-card__figure img {
  object-position: center center;
}

#inosmart .symmetry-media-card--design .symmetry-media-card__figure img {
  object-position: center 45%;
}

/* Schüco – zwei Kacheln wie Inosmart, gleiche Bildfläche */
#schueco .symmetry-media-card__figure {
  background: #e8e8ed;
}

#schueco .symmetry-media-card--schueco-modell .symmetry-media-card__figure img {
  object-position: center top;
}

#schueco .symmetry-media-card--schueco-design .symmetry-media-card__figure img {
  object-position: center 40%;
}

/* RC2/RC3 – Überschrift mittig */
#rc2 .section-header.section-header--center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

#rc2 .section-header .section-label,
#rc2 .section-header .section-title,
#rc2 .section-header .section-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#rc2 .section-header .section-title {
  max-width: 28rem;
}

/* RC2/RC3 – zwei Kacheln wie Schüco */
#rc2 .symmetry-media-card__figure {
  background: #2c2c2e;
}

#rc2 .symmetry-media-card--rc2-detail .symmetry-media-card__figure img {
  object-position: 65% center;
}

#rc2 .symmetry-media-card--rc3-schloss .symmetry-media-card__figure img {
  object-position: center 40%;
}

#rc2 .symmetry-box a {
  color: var(--accent);
  font-weight: 500;
}

#rc2 .symmetry-box a:hover {
  color: var(--accent-light);
}

.symmetry-media-card__body {
  padding: 1.35rem 1.25rem 1.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 7.5rem;
}

.symmetry-media-card__body h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
  color: var(--text);
}

.symmetry-media-card__body p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}

.btn-config {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  background: var(--accent);
  border-radius: 980px;
  text-decoration: none;
  transition: background 0.25s, transform 0.15s;
  box-shadow: 0 4px 20px rgba(0, 113, 227, 0.35);
}

.btn-config:hover {
  background: var(--accent-light);
  color: #fff;
  transform: scale(1.02);
}

.btn-config svg {
  width: 1.1em;
  height: 1.1em;
}


/* Sektionen – mehr Luft */
body.page-tueren .section {
  padding: 5.5rem 1.5rem;
}

body.page-tueren .section--alt {
  background: var(--bg-alt);
}

body.page-tueren .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.035em;
}

body.page-tueren .section-intro {
  font-size: 1.1875rem;
  line-height: 1.5;
}

body.page-tueren .content-block {
  padding: 5rem 1.5rem;
}

body.page-tueren .content-figure {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

body.page-tueren .card,
body.page-tueren .feature-tile,
body.page-tueren .video-card,
body.page-tueren .catalog-card {
  border-radius: 18px;
  border-color: var(--border);
}

body.page-tueren .video-card h3 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.page-tueren .video-card {
  display: flex;
  flex-direction: column;
}

body.page-tueren .video-card p {
  flex: 1;
  min-height: 2.75rem;
}

body.page-tueren .video-embed {
  border-radius: 18px 18px 0 0;
}

body.page-tueren .video-embed .video-iframe,
body.page-tueren .video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.page-tueren .video-card .video-link {
  display: block;
  padding: 0 1.15rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
}

body.page-tueren .video-card .video-link:hover {
  text-decoration: underline;
}

body.page-tueren .feature-tile {
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}

body.page-tueren .feature-tile h3 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

body.page-tueren .catalog-card {
  border-radius: 16px;
}

body.page-tueren .cta-band {
  background: var(--text);
  padding: 5rem 1.5rem;
}

body.page-tueren .cta-band h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
}

body.page-tueren .site-footer {
  background: #f5f5f7;
  color: var(--text-muted);
}

body.page-tueren .footer-brand { color: var(--accent); }
body.page-tueren .footer-brand em { color: var(--text); }
body.page-tueren .footer-nav a { color: var(--text-muted); }
body.page-tueren .footer-nav a:hover { color: var(--text); }

/* Montage – zwei Kacheln wie Schüco / Inosmart */
#montage .symmetry-media-card__figure {
  background: #1d1d1f;
}

#montage .symmetry-media-card--montage-herne .symmetry-media-card__figure img {
  object-position: center 40%;
}

#montage .symmetry-media-card--montage-lieferung .symmetry-media-card__figure img {
  object-position: center 35%;
}

#montage .montage-card__body {
  text-align: left;
  min-height: auto;
  align-items: stretch;
}

#montage .montage-card__body h3 {
  text-align: center;
}

#montage .montage-card__body p {
  font-size: 0.875rem;
  line-height: 1.55;
  text-align: left;
}

#montage .montage-card__body p + p {
  margin-top: 0.85rem;
}

#montage .montage-card__subhead {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .symmetry-row--2,
  .symmetry-row--3,
  .symmetry-pills {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .symmetry-pills {
    margin-top: 1.25rem;
  }

  .btn-config {
    width: 100%;
  }

  .configurator-visual {
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
  body.page-tueren .page-hero .hero-inner {
    padding: 3rem 1.25rem 3.5rem;
  }

  body.page-tueren .page-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  body.page-tueren .cta-band {
    padding: 3.5rem 1.25rem;
  }

  .symmetry-row--2,
  .symmetry-row--3 {
    max-width: 100%;
  }

  .section-inner--symmetry {
    padding-left: 0;
    padding-right: 0;
  }
}
