:root {
  --ink: #071126;
  --ink-soft: #16213a;
  --vienna: #d7ff3f;
  --vienna-hover: #c9f52d;
  --paper: #f5f6f2;
  --white: #ffffff;
  --muted: #687182;
  --border: rgba(7, 17, 38, 0.12);
  --austria: #ed2939;
  --shadow: 0 24px 70px rgba(7, 17, 38, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 84px;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.ui-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.icon-box .ui-icon {
  width: 24px;
  height: 24px;
}

.hero-proof .ui-icon,
.price-features .ui-icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}

.trust-bar > article > .ui-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--vienna);
}

.benefit-card > .ui-icon {
  width: 42px;
  height: 42px;
  margin: auto 0 26px;
  color: var(--ink);
}



.page-shell {
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 84px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(7, 17, 38, .08);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 132px; }
.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: var(--ink);
  background: var(--vienna);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.city-badge i {
  display: inline-block;
  width: 18px;
  height: 12px;
  flex: 0 0 18px;
  background: linear-gradient(
    to bottom,
    #000 0 33.33%,
    #dd0000 33.33% 66.66%,
    #ffce00 66.66% 100%
  );
  box-shadow: 0 0 0 1px rgba(7, 17, 38, .08);
}
.location-switch {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.label-short {
  display: none;
}

.location-current,
.location-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.location-current {
  padding: 8px 11px;
  color: var(--ink);
  background: var(--vienna);
}

.location-link {
  color: var(--ink);
  text-decoration: none;
  opacity: .58;
  transition: opacity .18s ease;
}

.location-link:hover {
  opacity: 1;
}

.location-separator {
  color: rgba(7, 17, 38, .25);
}

.flag-germany,
.flag-austria,
.flag-mark,
.flag-mini,
.austria-tag span {
  display: inline-block;
  width: 18px;
  height: 12px;
  box-shadow: 0 0 0 1px rgba(7, 17, 38, .08);
}

.flag-germany,
.flag-mark,
.flag-mini,
.austria-tag span {
  background: linear-gradient(
    to bottom,
    #000 0 33.33%,
    #dd0000 33.33% 66.66%,
    #ffce00 66.66% 100%
  );
}

.flag-austria {
  background: linear-gradient(
    to bottom,
    #ed2939 0 33.33%,
    #fff 33.33% 66.66%,
    #ed2939 66.66% 100%
  );
}
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.main-nav a {
  position: relative;
  padding: 29px 0 26px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 0;
  height: 3px;
  background: var(--vienna);
  transition: width .18s ease;
}
.main-nav a:hover::after { width: 100%; }
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cta { color: var(--ink); background: var(--vienna); }
.header-cta:hover,
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7, 17, 38, .14); }
.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu-button span { width: 19px; height: 2px; background: var(--white); transition: .18s ease; }


.mobile-contact-nav {
  display: none;
}
.desktop-whatsapp {
  position: fixed;
  z-index: 950;
  top: 62%;
  right: 0;

  min-height: 56px;
  padding: 0 20px 0 16px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #fff;
  background: #25d366;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 12px 30px rgba(7, 17, 38, 0.22);

  font-size: 13px;
  font-weight: 800;
  text-decoration: none;

  transform: translateY(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.desktop-whatsapp svg {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  fill: currentColor;
}

.desktop-whatsapp:hover {
  color: #fff;
  transform: translate(-6px, -50%);
  box-shadow: 0 16px 36px rgba(7, 17, 38, 0.3);
}

.hero { padding: 0 0 30px; background: linear-gradient(180deg, #fff 0 88%, var(--paper) 88%); }
.hero-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
}
.hero-copy {
  padding: 95px 90px 90px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.location-kicker,
.section-label {
  width: fit-content;
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-label { padding: 8px 12px; background: var(--vienna); }
.hero h1,
.section-head h2,
.statement-section h2,
.cost-copy h2,
.experience-copy h2,
.lead-copy h2,
.faq-heading h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.055em;
}
.hero h1 {
  max-width: 980px;
  font-size: clamp(68px, 6.8vw, 112px);
  line-height: .95;
}
.hero h1 span { color: var(--ink); }
.hero-text {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 32px; }
.button-primary { min-width: 320px; color: var(--ink); background: var(--vienna); }
.button-primary:hover { background: var(--vienna-hover); }
.hero-price { min-width: 210px; display: grid; grid-template-columns: auto auto; column-gap: 8px; align-items: end; }
.hero-price small { grid-column: 1 / -1; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.hero-price strong { font-size: 54px; line-height: .95; letter-spacing: -.06em; }
.hero-price span { padding-bottom: 5px; color: var(--muted); font-size: 13px; }
.hero-proof { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hero-proof span { color: var(--ink); font-size: 14px; font-weight: 700; }
.hero-proof i { margin-right: 7px; color: var(--ink); }

.hero-media {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--paper);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.55), rgba(255,255,255,.05) 45%, rgba(7,17,38,.06)); }
.floating-card {
  position: absolute;
  z-index: 3;
  min-width: 310px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.floating-card-top { top: 190px; left: 70px; }
.floating-card-bottom { top: 335px; right: 48px; }
.icon-box { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: var(--ink); background: var(--vienna); border-radius: 14px; }
.floating-card small,
.floating-card strong { display: block; }
.floating-card small { margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.floating-card strong { color: var(--ink); font-size: 15px; }
.floating-card b { margin-left: auto; width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--vienna); border-radius: 50%; }
.austria-tag { position: absolute; z-index: 3; right: 28px; bottom: 28px; padding: 12px 14px; display: inline-flex; align-items: center; gap: 9px; color: var(--white); background: rgba(7,17,38,.88); border-radius: 999px; font-size: 12px; font-weight: 800; }

.trust-bar {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ink);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow);
}
.trust-bar article { min-height: 136px; padding: 30px 34px; display: flex; align-items: center; gap: 20px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-bar article:last-child { border-right: 0; }
.trust-bar i { color: var(--vienna); font-size: 30px; }
.trust-bar strong,
.trust-bar span { display: block; }
.trust-bar strong { margin-bottom: 7px; color: var(--white); font-size: 17px; }
.trust-bar span { color: rgba(255,255,255,.66); font-size: 14px; }

.statement-section { padding: 145px 0; background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: end; }
.statement-section h2,
.section-head h2,
.cost-copy h2,
.experience-copy h2,
.lead-copy h2,
.faq-heading h2 {
  font-size: clamp(52px, 5.2vw, 84px);
  line-height: 1.02;
}
.statement-copy { display: grid; gap: 26px; }
.statement-copy p { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.75; }

.benefits-section,
.process-section,
.cost-section,
.experience-section,
.lead-section,
.faq-section { padding: 145px 0; }
.section-head { margin-bottom: 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.section-intro { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }

.benefit-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.benefit-card {
  min-height: 320px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}
.benefit-main {
  min-height: 320px;
  background: var(--vienna);
  border-color: transparent;
}
.benefit-card:nth-child(4) {
  grid-column: auto;
}
.benefit-number { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.benefit-card h3 { margin: 0 0 14px; color: var(--ink); font-size: 30px; line-height: 1.12; letter-spacing: -.035em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.benefit-main p { color: rgba(7,17,38,.75); }
.benefit-footer {
  margin-top: 34px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(7,17,38,.12);
  font-size: 14px;
  font-weight: 700;
}

.benefit-footer span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.benefit-footer strong {
  color: var(--vienna-hover);
  font-weight: 800;
}

.benefit-main .benefit-footer {
  border-top-color: rgba(7,17,38,.18);
}

.benefit-main .benefit-footer strong {
  color: var(--ink);
}

.process-section { background: var(--paper); }
.process-head { margin-bottom: 82px; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.process-line::before { content: ""; position: absolute; top: 31px; left: 8%; right: 8%; height: 2px; background: rgba(7,17,38,.13); }
.process-line article { position: relative; z-index: 2; }
.process-line article > span { width: 64px; height: 64px; display: grid; place-items: center; color: var(--ink); background: var(--vienna); border-radius: 50%; font-size: 14px; font-weight: 800; }
.process-line h3 { margin: 30px 0 12px; color: var(--ink); font-size: 26px; letter-spacing: -.03em; }
.process-line p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.cost-section { background: var(--white); }
.cost-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: center; }
.cost-copy > p:not(.section-label) { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 19px; }
.cost-copy ul { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.cost-copy li { padding: 17px 0; display: flex; gap: 18px; border-bottom: 1px solid var(--border); color: var(--ink); font-size: 16px; font-weight: 700; }
.cost-copy li span { color: var(--muted); font-size: 13px; letter-spacing: .08em; }
.price-card { padding: 46px; background: var(--vienna); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.price-card-top { display: flex; justify-content: space-between; align-items: center; }
.price-label { color: var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.price-main { margin-top: 44px; display: flex; align-items: flex-end; gap: 10px; }
.price-main small { margin-bottom: 14px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.price-main strong { font-size: clamp(72px, 7vw, 110px); line-height: .85; letter-spacing: -.075em; }
.price-main span { margin-bottom: 12px; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.price-card > p { margin: 16px 0 0; color: rgba(7,17,38,.68); font-size: 14px; }
.price-features { margin-top: 34px; display: grid; gap: 15px; }
.price-features span { padding-bottom: 14px; border-bottom: 1px solid rgba(7,17,38,.22); font-size: 16px; font-weight: 700; }
.price-features i { margin-right: 10px; }
.button-dark { width: 100%; margin-top: 34px; color: var(--white); background: var(--ink); }

.experience-section { background: var(--paper); }
.experience-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 120px; align-items: center; }
.experience-copy > p:not(.section-label) { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 19px; }
.experience-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.experience-facts article {
  min-height: 190px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

/* Große 10+-Karte */
.experience-facts .experience-years {
  grid-row: span 2;
  min-height: 398px;
  justify-content: space-between;
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.experience-years strong {
  color: var(--vienna);
  font-size: 96px;
  line-height: .9;
  letter-spacing: -.08em;
}

.experience-years span {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

/* Drei kleine Karten */
.experience-card {
  justify-content: space-between;
  gap: 24px;
}

.experience-card .experience-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: var(--ink);
}

.experience-card div {
  margin-top: auto;
}


.experience-card div {
  margin-top: auto;
}

.experience-card strong,
.experience-card span {
  display: block;
}

.experience-card strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.experience-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.lead-section { background: var(--ink); }
.lead-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.lead-copy .section-label { color: var(--ink); }
.lead-copy h2 { color: var(--white); }
.lead-copy > p:not(.section-label) { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 18px; }
.lead-points { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.lead-points span { padding: 11px 14px; color: var(--ink); background: var(--vienna); border-radius: 999px; font-size: 12px; font-weight: 800; }
.lead-form { padding: 46px; background: var(--white); border-radius: var(--radius-lg); }
.form-head { margin-bottom: 34px; padding-bottom: 24px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--border); }
.form-head small,
.form-head strong { display: block; }
.form-head small { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-head strong { color: var(--ink); font-size: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.form-row + .form-row { margin-top: 26px; }
.lead-form > label:not(.checkbox-label) { margin-top: 26px; }
.lead-form label { display: block; }
.lead-form label > span { display: block; margin-bottom: 9px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.lead-form input,
.lead-form textarea { width: 100%; padding: 15px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(7,17,38,.25); outline: 0; font-size: 16px; }
.lead-form input:focus,
.lead-form textarea:focus { border-color: var(--ink); }
.lead-form textarea { resize: vertical; }
.checkbox-label { margin-top: 26px; display: flex !important; align-items: flex-start; gap: 12px; }
.checkbox-label input { width: 18px; height: 18px; flex: 0 0 18px; }
.checkbox-label span { margin: 0 !important; color: var(--muted) !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.lead-form button { width: 100%; min-height: 58px; margin-top: 28px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); background: var(--vienna); border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; transition: .18s ease; }
.lead-form button:hover { background: var(--vienna-hover); transform: translateY(-2px); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { position: relative; padding: 30px 56px 30px 0; color: var(--ink); font-size: 20px; font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 20px; font-size: 34px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 850px; margin: -3px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.site-footer {
  color: rgba(255,255,255,.76);
  background: #040b18;
}

.footer-main {
  min-height: 142px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-brand {
  white-space: nowrap;
}

.footer-brand img {
  filter: brightness(0) invert(1);
}

.footer-claim {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.footer-contact a {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--vienna);
}

.footer-cta {
  color: var(--vienna);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.footer-cta:hover {
  color: var(--white);
}

.footer-legal {
  padding: 24px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.footer-legal p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.6;
}

.footer-legal nav {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

.footer-legal nav a {
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.footer-legal nav a:hover {
  color: var(--vienna);
}

@media (max-width: 1200px) {
  .page-shell { width: min(100% - 44px, 1500px); }
  .hero-grid { grid-template-columns: 1fr .88fr; }
  .hero-copy { padding-right: 50px; }
  .hero h1 { font-size: clamp(62px, 6.6vw, 92px); }
  .statement-grid,
  .cost-grid,
  .experience-grid { gap: 80px; }
  .benefit-layout { grid-template-columns: 1fr 1fr; }
  .benefit-main {
  min-height: 320px;
}
  .benefit-card:nth-child(4) { grid-column: auto; }
}

@media (max-width: 980px) {
  body { padding-top: 74px; }
  .site-header { height: 74px; }
  .main-nav { position: fixed; top: 74px; right: 0; left: 0; padding: 20px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .18s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 16px 4px; border-bottom: 1px solid var(--border); }
  .main-nav a::after { display: none; }
  .header-cta { margin-left: auto; }
  .menu-button { display: flex; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-grid,
  .statement-grid,
  .section-head,
  .cost-grid,
  .experience-grid,
  .lead-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 0 60px; }
  .hero-media { min-height: 600px; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-bar article:last-child { border-bottom: 0; }
  .statement-grid,
  .section-head,
  .cost-grid,
  .experience-grid,
  .lead-grid,
  .faq-grid { gap: 52px; }
  .benefit-layout { grid-template-columns: 1fr 1fr; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .process-line::before { display: none; }
  .faq-heading { position: static; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .page-shell { width: calc(100% - 28px); }
  .brand img { width: 112px; }
  .city-badge { padding: 7px 9px; font-size: 10px; }
  .header-cta { display: none; }
.desktop-whatsapp {
  display: none;
}
    .label-long {
    display: none;
  }

  .label-short {
    display: inline;
  }

  .location-switch {
    gap: 6px;
    font-size: 11px;
  }

  .location-current {
    padding: 7px 9px;
  }

    body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .mobile-contact-nav {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;

    min-height: 70px;
    padding-bottom: env(safe-area-inset-bottom);

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    background: #fff;
    border-top: 1px solid rgba(7, 17, 38, 0.12);
    box-shadow: 0 -8px 28px rgba(7, 17, 38, 0.12);
  }

  .mobile-contact-nav a {
    min-width: 0;
    padding: 9px 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    color: var(--ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-contact-nav a + a {
    border-left: 1px solid rgba(7, 17, 38, 0.1);
  }

  .mobile-contact-nav a span {
    font-size: 18px;
    line-height: 1;
  }

  .mobile-contact-nav .mobile-whatsapp {
    color: #fff;
    background: #25d366;
  }

  .mobile-contact-nav .mobile-whatsapp span {
    font-size: 12px;
    font-weight: 800;
  }

  .hero-copy { padding: 56px 0 44px; }
  .location-kicker,
  .section-label { font-size: 11px; }
  .hero h1 { font-size: clamp(48px, 13vw, 66px); letter-spacing: -.045em; }
  .hero-text { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 24px; }
  .button-primary { width: 100%; min-width: 0; }
  .hero-price { min-width: 0; }
  .hero-media { min-height: 480px; }
  .floating-card { min-width: 0; max-width: calc(100% - 28px); padding: 15px; }
  .floating-card-top { top: 80px; left: 14px; }
  .floating-card-bottom { top: 220px; right: 14px; }
  .austria-tag { right: 14px; bottom: 14px; }

  .statement-section,
  .benefits-section,
  .process-section,
  .cost-section,
  .experience-section,
  .lead-section,
  .faq-section { padding: 92px 0; }
  .statement-section h2,
  .section-head h2,
  .cost-copy h2,
  .experience-copy h2,
  .lead-copy h2,
  .faq-heading h2 { font-size: 46px; letter-spacing: -.045em; }
  .statement-copy p,
  .section-intro,
  .cost-copy > p:not(.section-label),
  .experience-copy > p:not(.section-label),
  .lead-copy > p:not(.section-label) { font-size: 17px; }

  .benefit-layout,
  .process-line,
  .experience-facts,
  .form-row { grid-template-columns: 1fr; }
  .benefit-card,
  .benefit-main { min-height: 310px; }
.experience-facts .experience-years {
  grid-row: auto;
  min-height: 270px;
}
  .price-card { padding: 34px 24px; }
  .price-main strong { font-size: 74px; }
  .lead-form { padding: 30px 22px; }
  summary { font-size: 18px; }

.footer-main {
  padding: 34px 0;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 20px;
}

.footer-claim {
  text-align: left;
}

.footer-contact {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-legal {
  padding: 22px 0 28px;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}

.footer-legal nav {
  flex-wrap: wrap;
  gap: 16px 22px;
}  
}


/* ==========================================================
   UNTERSEITEN HERO
========================================================== */

.page-hero {
    padding: 110px 0 80px;

    position: relative;
    overflow: hidden;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(176,255,50,.18),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #071126 0%,
            #0c1932 62%,
            #11213c 100%
        );
}

.page-hero::after {
    width: 460px;
    height: 460px;

    position: absolute;
    top: -180px;
    right: -120px;

    content: "";

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.page-breadcrumb {
    margin: 0 0 28px;

    display: flex;
    align-items: center;
    gap: 10px;

    color: rgba(255,255,255,.6);

    font-size: 13px;
    font-weight: 700;
}

.page-breadcrumb a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

.page-breadcrumb a:hover {
    color: #b0ff32;
}

.page-kicker {
    margin: 0 0 18px;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #b0ff32;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.page-kicker::before {
    width: 28px;
    height: 2px;

    content: "";

    background: #b0ff32;
}

.page-hero h1 {
    max-width: 900px;
    margin: 0;

    color: #fff;

    font-size: clamp(52px,7vw,94px);
    line-height: .95;
    letter-spacing: -.06em;
}

.page-hero h1 span {
    color: #b0ff32;
}

.page-hero-text {
    max-width: 680px;
    margin-top: 28px;

    color: rgba(255,255,255,.72);

    font-size: 18px;
    line-height: 1.75;
}

@media (max-width:700px){

    .page-hero{
        padding:100px 0 60px;
    }

    .page-hero h1{
        font-size:54px;
    }

    .page-hero-text{
        font-size:16px;
    }

}