:root {
  --brand: #92272a;
  --brand-dark: #681a1d;
  --ink: #080808;
  --muted: #606060;
  --paper: #f4f4f2;
  --line: #d8d8d5;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.72;
}

/* Navigation */
.navbar {
  min-height: 90px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}

.brand-logo {
  display: block;
  width: min(360px, 42vw);
  height: auto;
}

.nav-link {
  color: #111 !important;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.8rem 1rem !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--brand) !important;
}

.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0.5rem 0;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 0.7rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background: var(--paper);
  color: var(--brand);
}

.navbar-toggler {
  border-radius: 0;
  border-color: var(--line);
}

.back-link {
  color: var(--bs-secondary-color, #6c757d);
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
}

.back-link:hover,
.back-link:focus {
  color: #802320;
}

.icon-size {
  font-size: 1rem;
}

/* Buttons */
.btn {
  border-radius: 0;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.btn-brand {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

/* Hero */
.hero {
  padding-top: 90px;
  min-height: 76vh;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18)),
    url("../img/hero/proconvent-hero.jpeg") center / cover no-repeat;
}

.hero-climbing {
  padding-top: 90px;
  min-height: 76vh;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18)),
    url("../img/hero/evolve-hero.jpg") center / cover no-repeat;
}

.hero-climbing .hero-note {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .35);
  font-size: .95rem;
}

.subhero {
  min-height: 440px;
}

.hero-content {
  color: #fff;
  max-width: 900px;
  border-left: 5px solid var(--brand);
  padding: 2rem;
}

.hero h1,
.hero-climbing h1 {
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero h1 span,
.hero-climbing h1 span {
  display: block;
}

.hero p,
.hero-climbing p {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  max-width: 720px;
}

.eyebrow {
  color: var(--brand);
  text-transform: uppercase;
  font-size: 0.77rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero .eyebrow,
.hero-climbing .eyebrow {
  color: #fff;
}

/* Sections */
.section {
  padding: 6rem 0;
}

.section h2 {
  font-weight: 700;
  letter-spacing: -0.035em;
}

.section-dark {
  background: #111;
  color: #fff;
}

/* Features and cards */
.feature,
.service-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.feature {
  padding: 3rem;
  min-height: 300px;
  border-bottom: 6px solid var(--brand);
}

.feature.dark {
  background: #111;
  color: #fff;
}

.feature.light {
  background: var(--paper);
}

.feature h3 {
  font-size: 2rem;
  margin: 1.4rem 0;
}

.feature a,
.text-link {
  color: var(--brand);
}

.service-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.25s;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand);
  box-shadow: 0 16px 42px #00000012;
}

.service-card>span {
  font-size: 0.92rem;
  color: var(--brand);
}

.service-card h3 {
  font-size: 1.12rem;
  margin-top: 1rem;
}

.service-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

/* Statistik */
.stat {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-left: 2px solid var(--brand)
}

.stat b {
  font-size: 1.6rem
}

.stat span {
  color: #bbb
}

/* Cards */
.competence-intro {
  max-width: 760px;
}

.competence-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 6px solid var(--brand);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.competence-card:hover,
.competence-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
  color: inherit;
  border-color: var(--brand);
}

.competence-card .card-number {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.competence-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin: 1.35rem 0 0.8rem;
}

.competence-card .lead-copy {
  font-weight: 700;
  color: var(--ink);
}

.competence-card p {
  color: var(--muted);
}

.competence-card .card-link {
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cover-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-top: 4px solid var(--brand);
  background: rgba(255, 255, 255, .04);
}

.cover-card h4 {
  margin: 1rem 0 .75rem;
}

.cover-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
}

.benefit-card {
  height: 100%;
  padding: 1.75rem;
  border-top: 4px solid var(--brand);
  background: var(--paper);
}

.benefit-card h4 {
  font-size: 1.12rem;
  margin: 1rem 0 .75rem;
}

/* Sidebar and contact */
.side-card {
  padding: 2rem;
  background: var(--paper);
  border-top: 4px solid var(--brand);
  position: sticky;
  top: 110px;
}

.side-card li {
  margin: 0.8rem 0;
}

.contact-box {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.contact-box b {
  font-size: 1.7rem;
  color: var(--brand);
}

/* Goolge Maps Placeholder */
.map-consent {
  min-height: 450px;
  background: linear-gradient(135deg, #f4f4f2, #e7e7e4);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.map-consent-content h3 {
  margin-bottom: 1rem;
}

.map-consent-content p {
  color: var(--muted);
  margin-bottom: 1.5rem;
}

/* Team Fotos */
.team-photo-01 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/thomas-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-02 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/ulli-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-03 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/barbara-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-04 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/christoph-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-05 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/vanina-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-06 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/sophie-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-07 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/anneliese-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-08 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/julia-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.team-photo-09 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5rem;
  background-image: url("../img/team/thomas-sen-150x150.jpg");
  background-size: cover;
  background-position: center;
}

.logo-300 {
  width: 300px;
  height: auto;
}

/* Card Icons */
.card-icon {
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-gewerbe {
  background-image: url("../img/icons/svg/gewerbe.svg");
}

.icon-privat {
  background-image: url("../img/icons/svg/privat.svg");
}

.icon-privathaftpflicht {
  background-image: url("../img/icons/svg/privathaftpflichtversicherung.svg");
}

.icon-berufsunfaehigkeit {
  background-image: url("../img/icons/svg/berufsunfaehigkeitsversicherung.svg");
}

.icon-unfall {
  background-image: url("../img/icons/svg/unfallversicherung.svg");
}

.icon-wohngebaeude {
  background-image: url("../img/icons/svg/wohngebaeudeversicherung.svg");
}

.icon-grundbesitzer {
  background-image: url("../img/icons/svg/haus-und-grundbesitzerhaftpflicht.svg");
}

.icon-hausrat {
  background-image: url("../img/icons/svg/hausratversicherung.svg");
}

.icon-rechtsschutz {
  background-image: url("../img/icons/svg/rechtsschutz.svg");
}

.icon-bauherren {
  background-image: url("../img/icons/svg/bauherrenhaftpflicht.svg");
}

.icon-glas {
  background-image: url("../img/icons/svg/glasversicherung.svg");
}

.icon-kfz {
  background-image: url("../img/icons/svg/kfz.svg");
}

.icon-produkthaftpflicht {
  background-image: url("../img/icons/svg/betriebs-und-produkthaftpflicht.svg");
}

.icon-betriebsunterbrechung {
  background-image: url("../img/icons/svg/betriebsunterbrechungsversicherung.svg");
}

.icon-inhalt {
  background-image: url("../img/icons/svg/inhaltsversicherung.svg");
}

.icon-gebaeude {
  background-image: url("../img/icons/svg/gebaeudeversicherung.svg");
}

.icon-cyber {
  background-image: url("../img/icons/svg/cyber-risiken.svg");
}

.icon-d-and-o {
  background-image: url("../img/icons/svg/d-and-o.svg");
}

.icon-vermoegensschaden {
  background-image: url("../img/icons/svg/vermoegensschadenhaftpflicht.svg");
}

.icon-berufshaftpflicht {
  background-image: url("../img/icons/svg/berufshaftpflicht.svg");
}

.icon-elektronik {
  background-image: url("../img/icons/svg/elektronikversicherung.svg");
}

.icon-maschinen {
  background-image: url("../img/icons/svg/maschinenversicherung.svg");
}

.icon-vereine {
  background-image: url("../img/icons/svg/vereine.svg");
}

.icon-landwirte {
  background-image: url("../img/icons/svg/landwirte.svg");
}

.icon-climbing {
  background-image: url("../img/icons/svg/kletter-und-boulderhallen.svg");
}

.icon-climbing-haftpflicht {
  background-image: url("../img/icons/svg/cover_haftpflichtpraemie.svg");
}

.icon-climbing-nebenbetriebe {
  background-image: url("../img/icons/svg/cover_nebenbetriebe.svg");
}

.icon-climbing-inhalt {
  background-image: url("../img/icons/svg/cover_inhaltsversicherung.svg");
}

.icon-climbing-boards {
  background-image: url("../img/icons/svg/cover_boards.svg");
}

.icon-climbing-vertragsanalyse {
  background-image: url("../img/icons/svg/wechsel_vertragsanalyse.svg");
}

.icon-climbing-deckungsluecken {
  background-image: url("../img/icons/svg/wechsel_deckungsluecken.svg");
}

.icon-climbing-marktvergleich {
  background-image: url("../img/icons/svg/wechsel_marktvergleich.svg");
}

.icon-climbing-schadenfall {
  background-image: url("../img/icons/svg/wechsel_schadenfall.svg");
}

.icon-climbing-ansprechpartner {
  background-image: url("../img/icons/svg/wechsel_ansprechpartner.svg");
}

.icon-climbing-kindergeburtstag {
  background-image: url("../img/icons/kindergeburtstag.png");
}

.icon-climbing-elektronikschaden {
  background-image: url("../img/icons/elektronikschaden.png");
}

.icon-climbing-gastronomie {
  background-image: url("../img/icons/gastronomie.png");
}

.icon-check {
  height: 32px;
  width: 32px;
  background-image: url("../img/icons/svg/circle-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Risiko Liste */
.risk-list {
  padding: 0;
  list-style: none;
}

.risk-list li {
  position: relative;
  padding-left: 2rem;
}

.risk-list li::before {
  content: "";
  position: absolute;
  top: .2rem;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/svg/warning.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* FAQ Liste */
.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 1.4rem 3.5rem 1.4rem 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .4rem;
  width: 1.15rem;
  height: 2px;
  background: var(--brand);
  transform: translateY(-50%);
  transition: transform .2s ease;
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0);
}

.faq-item summary:focus-visible {
  outline: 3px solid rgba(146, 39, 42, .28);
  outline-offset: 4px;
}

.faq-answer {
  padding: 0 3.5rem 1.4rem 0;
  color: var(--muted);
}

/* Footer */
footer {
  background: #fff;
  color: #111;
  padding: 4.5rem 0 1.5rem;
  border-top: 1px solid var(--line);
}

footer .footer-logo {
  width: 220px;
  height: auto;
  margin-bottom: 1rem;
}

footer b {
  color: #000;
}

footer a {
  display: block;
  color: #111;
  text-decoration: none;
  margin: 0.4rem 0;
}

footer a:hover {
  color: var(--brand);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-top: 1px solid var(--line);
  margin-top: 3rem;
  padding-top: 1rem;

  color: #555;
  font-size: 0.8rem;
}

.footer-bottom-right {
  display: flex;
}

.footer-bottom-right a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-right a:hover {
  color: var(--brand);
}

.footer-bottom-right a:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: var(--line);
}

@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse {
    padding: 1rem 0;
  }

  .brand-logo {
    width: min(280px, 64vw);
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 78px;
  }

  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: 650px;
    padding-top: 78px;
  }

  .subhero {
    min-height: 520px;
  }

  .side-card {
    position: static;
  }

  .dropdown-menu {
    box-shadow: none;
    border: 0;
    border-left: 3px solid var(--brand);
    margin-left: 1rem;
  }

  .nav-link {
    padding: 0.65rem 0 !important;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}