
:root{
  --bg:#f3f7fa;--white:#fff;--text:#102b42;--muted:#708495;--line:#d9e5ed;
  --navy:#08243d;--navy2:#0b3f68;--blue:#0b82df;--blue2:#26a2f2;--soft:#edf7fd;
  --shadow:0 18px 50px rgba(28,61,87,.10);--max:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;min-width:320px;color:var(--text);
  background:radial-gradient(circle at 86% 2%,rgba(11,130,223,.07),transparent 25rem),linear-gradient(180deg,#f8fafc,var(--bg));
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased
}
a,button{font:inherit}
img{max-width:100%}
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);
  backdrop-filter:blur(15px);border-bottom:1px solid #dfe7ed
}
.header-in{
  width:min(calc(100% - 28px),var(--max));min-height:66px;margin:auto;
  display:flex;align-items:center;gap:18px
}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto}
.brand img{display:block;width:auto;height:48px;max-width:155px;object-fit:contain}
.brand-wordmark{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap;color:#173149;line-height:1}
.brand-wordmark strong{font-size:16px;font-weight:950;letter-spacing:.02em}
.brand-wordmark span{font-size:13px;font-weight:750;color:#5f7486}
.nav{display:flex;align-items:center;gap:2px;margin-left:auto}
.nav a{
  text-decoration:none;color:#587185;padding:9px 10px;border-radius:11px;
  font-size:12px;font-weight:820
}
.nav a:hover{background:#eef7fd;color:#0874cd}
.consult{
  margin-left:8px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 14px;border-radius:999px;border:1px solid #b9d8ec;background:#fff;color:#0867b5;
  text-decoration:none;font-size:12px;font-weight:900
}
.menu-btn{display:none;margin-left:auto;width:44px;height:44px;border-radius:50%;border:1px solid #bdd9e9;background:#fff;cursor:pointer}
.menu-btn i{display:block;width:19px;height:2px;margin:4px auto;background:#0877bc;border-radius:99px}
.mobile-menu{display:none;border-top:1px solid #e3ebf0;background:#fff}
.mobile-menu.open{display:block}
.mobile-menu-in{width:calc(100% - 20px);margin:auto;padding:9px 0 13px;display:grid;gap:6px}
.mobile-menu a{
  min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;
  border-radius:12px;border:1px solid #e0e8ee;background:#f8fafb;color:#37566d;
  text-decoration:none;font-size:12px;font-weight:850
}
.mobile-menu a.primary{background:#0b78c9;color:#fff;border-color:#0b78c9}
.mobile-sep{height:1px;background:#e4ebf0;margin:3px 0}
.page{width:min(calc(100% - 28px),var(--max));margin:auto;padding:22px 0 48px}

/* START */
.vivi-start{
  position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) 390px;
  gap:34px;align-items:stretch;padding:40px 42px;border-radius:32px;
  background:
    radial-gradient(circle at 86% 14%,rgba(49,168,241,.28),transparent 19rem),
    linear-gradient(135deg,var(--navy),var(--navy2));
  box-shadow:0 24px 62px rgba(20,54,80,.17);color:#fff
}
.vivi-start:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,transparent 0 60%,rgba(83,188,248,.07) 60% 61%,transparent 61%)
}
.vivi-copy,.vivi-visual{position:relative;z-index:2}
.vivi-hello{
  display:inline-flex;padding:10px 13px;border:1px solid rgba(188,219,238,.22);
  border-radius:999px;background:rgba(255,255,255,.06);font-size:12px;font-weight:800;color:#e4eff6
}
.vivi-start h1{
  margin:20px 0 0;max-width:700px;font-size:clamp(45px,5.5vw,72px);
  line-height:.98;letter-spacing:-.058em
}
.vivi-lead{margin:17px 0 0;max-width:690px;color:#c7d9e5;font-size:14px;line-height:1.6}
.start-prompt{
  margin:24px 0 10px;color:#6dc8ff;font-size:10.5px;font-weight:950;letter-spacing:.12em;text-transform:uppercase
}
.start-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.start-option{
  min-height:70px;display:grid;grid-template-columns:36px minmax(0,1fr) 20px;gap:10px;align-items:center;
  padding:12px 13px;border-radius:16px;border:1px solid rgba(124,194,239,.28);
  background:rgba(4,31,52,.44);backdrop-filter:blur(5px);color:#fff;text-decoration:none;transition:.18s ease
}
.start-option:hover{background:rgba(12,93,151,.55);border-color:rgba(116,204,255,.67);transform:translateY(-1px)}
.start-no{
  width:36px;height:36px;display:grid;place-items:center;border-radius:11px;
  background:rgba(38,152,225,.16);border:1px solid rgba(91,190,251,.28);color:#69c7ff;font-size:10px;font-weight:950
}
.start-option strong{display:block;font-size:12.5px;line-height:1.28}
.start-option small{display:block;margin-top:3px;color:#b9cfdd;font-size:9.8px;line-height:1.38}
.start-arrow{color:#63c6ff;font-size:18px;font-weight:900}
.start-secondary{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.secondary-link{
  min-height:41px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;
  border-radius:12px;border:1px solid rgba(190,220,238,.24);background:rgba(255,255,255,.06);
  color:#e7f1f7;text-decoration:none;font-size:11px;font-weight:850
}
.secondary-link:hover{background:rgba(255,255,255,.11)}
.vivi-visual{display:flex;align-items:flex-end;justify-content:center;min-height:520px}
.vivi-visual:before{
  content:"";position:absolute;width:310px;height:310px;border-radius:50%;
  background:radial-gradient(circle,rgba(33,160,236,.24),rgba(33,160,236,0) 68%);top:55px;right:20px
}
.vivi-visual img{
  position:absolute;right:-42px;bottom:-40px;width:455px;max-width:none;height:570px;
  object-fit:cover;object-position:center top;filter:drop-shadow(0 18px 28px rgba(0,0,0,.18))
}
.vivi-status{
  position:absolute;left:20px;bottom:20px;z-index:3;display:flex;align-items:center;gap:9px;
  padding:9px 11px;border-radius:14px;background:rgba(255,255,255,.93);color:#1c3d55;box-shadow:0 12px 28px rgba(0,0,0,.15)
}
.vivi-status i{width:9px;height:9px;border-radius:50%;background:#2db77f;box-shadow:0 0 0 4px rgba(45,183,127,.13)}
.vivi-status strong{display:block;font-size:11px}.vivi-status small{display:block;color:#738898;font-size:9px}

/* ROAD */
.road-wrap{width:min(100%,900px);margin:auto}
.road-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.road-top a{color:#688092;text-decoration:none;font-size:11px;font-weight:800}
.road-step{color:#0a76c7;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.road-card{
  overflow:hidden;border:1px solid #d8e5ed;border-radius:28px;background:#fff;
  box-shadow:var(--shadow)
}
.road-head{
  position:relative;display:grid;grid-template-columns:94px minmax(0,1fr);gap:18px;align-items:center;
  padding:24px 25px;background:
    radial-gradient(circle at 10% 20%,rgba(39,163,235,.17),transparent 10rem),
    linear-gradient(135deg,#08243d,#0b416b);color:#fff
}
.road-avatar{
  width:94px;height:94px;padding:4px;border-radius:24px;background:#fff;overflow:hidden
}
.road-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 12%;border-radius:20px}
.road-head h1{margin:0;font-size:clamp(29px,4.2vw,43px);line-height:1.03;letter-spacing:-.045em}
.road-head p{margin:8px 0 0;color:#c7d9e5;font-size:12.5px;line-height:1.55}
.road-choices{padding:16px;display:grid;gap:9px}
.road-choice{
  min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) 24px;gap:12px;align-items:center;
  padding:14px 15px;border:1px solid #dae5ed;border-radius:17px;background:#fff;color:#17354d;text-decoration:none;
  transition:.17s ease
}
.road-choice:hover{border-color:#9bceed;background:#f8fcff;transform:translateY(-1px)}
.road-choice strong{display:block;font-size:13px;line-height:1.3}
.road-choice small{display:block;margin-top:4px;color:#718697;font-size:10.5px;line-height:1.42}
.road-choice span{color:#0980d3;font-size:20px;font-weight:900}
.road-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;
  border-top:1px solid #e4ebf0;background:#f8fafb
}
.road-bottom a{color:#537087;text-decoration:none;font-size:10.5px;font-weight:800}
.road-bottom a:last-child{color:#0a76c7}

/* RESULT */
.result-card{
  display:grid;grid-template-columns:310px minmax(0,1fr);overflow:hidden;border:1px solid #d8e5ed;
  border-radius:28px;background:#fff;box-shadow:var(--shadow)
}
.result-image{background:#edf4f8;padding:10px;display:flex;align-items:center;justify-content:center}
.result-image img{width:100%;height:100%;max-height:560px;object-fit:contain;border-radius:18px}
.result-copy{padding:28px}
.result-kicker{color:#0b79ca;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.result-copy h1{margin:8px 0 6px;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.05em}
.result-price{color:#0a6cac;font-size:24px;font-weight:950}.result-price small{font-size:11px;color:#738899;margin-left:5px}
.result-copy p{color:#6e8394;font-size:12.5px;line-height:1.55}
.result-list{list-style:none;margin:18px 0;padding:0;display:grid;gap:8px}
.result-list li{display:flex;gap:8px;color:#3f5b70;font-size:12px}
.result-list li:before{content:"✓";color:#0b82d8;font-weight:950}
.result-support{padding:12px;border-radius:14px;background:#f2f8fc;border:1px solid #dce8ef;color:#526c7f;font-size:11.5px}
.result-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}
.button{
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:13px;
  text-decoration:none;border:1px solid #c9dce8;background:#fff;color:#18577f;font-size:11.5px;font-weight:900
}
.button.primary{color:#fff;border:0;background:linear-gradient(135deg,#0a74cc,#1599f1)}
.button.subtle{background:#f8fbfd}

/* BERATUNG */
.consult-page{width:min(100%,900px);margin:auto}
.consult-card{
  padding:32px;border:1px solid #d8e5ed;border-radius:28px;background:#fff;box-shadow:var(--shadow)
}
.consult-card h1{margin:0;font-size:clamp(34px,5vw,52px);line-height:1;letter-spacing:-.05em}
.consult-card>p{max-width:680px;color:#6f8495;font-size:13px;line-height:1.6}
.consult-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.consult-option{padding:18px;border:1px solid #d9e5ed;border-radius:18px;text-decoration:none;color:#17354d;background:#f9fbfc}
.consult-option strong{display:block;font-size:14px}.consult-option small{display:block;margin-top:5px;color:#738799;font-size:11px;line-height:1.45}

/* FOOTER */
.footer{
  width:min(calc(100% - 28px),var(--max));margin:0 auto;padding:18px 0 28px;border-top:1px solid #dce5eb;
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#748899;font-size:10.5px
}
.footer strong{display:block;color:#3f5d73;font-size:11px;margin-bottom:5px}
.footer nav{display:flex;flex-wrap:wrap;gap:10px}.footer a{color:#687f90;text-decoration:none}

/* mobile */
@media(max-width:860px){
  .nav,.consult{display:none}.menu-btn{display:block}
  .vivi-start{grid-template-columns:1fr 300px;padding:34px 30px}.vivi-visual img{right:-55px;width:390px;height:520px}
  .start-options{grid-template-columns:1fr}
}
@media(max-width:680px){
  .site-header{position:relative}.header-in{width:calc(100% - 20px);min-height:64px}
  .brand{gap:7px}.brand img{height:46px;max-width:120px}
  .brand-wordmark{gap:4px}.brand-wordmark strong{font-size:14px}.brand-wordmark span{font-size:11px}
  .page{width:calc(100% - 18px);padding-top:10px}
  .vivi-start{
    grid-template-columns:1fr;gap:10px;padding:21px 16px 285px;border-radius:24px;min-height:0
  }
  .vivi-hello{font-size:11px;line-height:1.35;border-radius:14px}
  .vivi-start h1{margin-top:16px;font-size:40px}
  .vivi-lead{font-size:12.5px;line-height:1.5}
  .start-prompt{margin-top:20px}
  .start-option{min-height:64px;grid-template-columns:34px minmax(0,1fr) 18px;padding:11px}
  .start-no{width:34px;height:34px}.start-option strong{font-size:12px}.start-option small{font-size:9.7px}
  .start-secondary{display:grid;grid-template-columns:1fr}
  .secondary-link{width:100%}
  .vivi-visual{position:absolute;left:0;right:0;bottom:0;min-height:270px;height:270px;overflow:hidden}
  .vivi-visual img{right:-18px;bottom:-40px;width:310px;height:360px}
  .vivi-status{left:17px;bottom:16px}
  .road-head{grid-template-columns:72px 1fr;padding:18px 16px}.road-avatar{width:72px;height:72px;border-radius:19px}
  .road-avatar img{border-radius:16px}.road-head h1{font-size:28px}.road-head p{font-size:11.5px}
  .road-choices{padding:10px}.road-choice{min-height:66px;padding:12px}.road-choice strong{font-size:12.2px}
  .road-bottom{align-items:flex-start;flex-direction:column}
  .result-card{grid-template-columns:1fr}.result-image{max-height:300px}.result-image img{height:280px}
  .result-copy{padding:20px 17px}.consult-card{padding:22px 17px;border-radius:22px}.consult-options{grid-template-columns:1fr}
  .footer{width:calc(100% - 20px)}
}


/* ===== Business-Hero Vivi ===== */
.vivi-visual{
  overflow:hidden;
}
.vivi-visual:before{
  display:none;
}
.vivi-visual img{
  right:-42px;
  bottom:-40px;
  width:calc(100% + 72px);
  height:calc(100% + 80px);
  max-width:none;
  object-fit:cover;
  object-position:66% 43%;
  filter:none;
}

/* Smartphone: Bild wird zum echten Hero-Einstieg statt unten angehängt */
@media(max-width:680px){
  .vivi-start{
    display:flex;
    flex-direction:column;
    padding:0 0 20px;
    gap:0;
    overflow:hidden;
  }
  .vivi-copy{
    order:2;
    padding:18px 16px 0;
  }
  .vivi-visual{
    order:1;
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    height:285px;
    min-height:285px;
    margin:0;
    border-bottom:1px solid rgba(132,199,241,.18);
    overflow:hidden;
  }
  .vivi-visual img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:68% 39%;
  }
  .vivi-status{
    left:16px;
    bottom:14px;
  }
  .vivi-hello{
    margin-top:0;
  }
  .vivi-start h1{
    font-size:39px;
    line-height:1.02;
  }
}

/* Sehr schmale Geräte */
@media(max-width:390px){
  .vivi-visual{
    height:260px;
    min-height:260px;
  }
  .vivi-visual img{
    object-position:70% 39%;
  }
  .vivi-start h1{
    font-size:36px;
  }
}


/* ===== Elegant Start 2026 ===== */
.start-page{padding-top:22px;padding-bottom:58px}
.business-hero{
  position:relative;overflow:hidden;min-height:455px;border-radius:34px;
  background:#071f36;box-shadow:0 26px 70px rgba(17,50,76,.17)
}
.business-hero-img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:69% 45%;display:block
}
.business-hero-shade{
  position:absolute;inset:0;background:
    linear-gradient(90deg,rgba(5,26,45,.97) 0%,rgba(5,29,49,.90) 37%,rgba(5,31,52,.52) 59%,rgba(5,31,52,.08) 82%),
    linear-gradient(180deg,rgba(3,18,31,.08),rgba(3,18,31,.20));
}
.business-hero-copy{
  position:relative;z-index:2;width:min(58%,690px);padding:58px 54px 105px;color:#fff
}
.business-hero-copy .vivi-hello{background:rgba(8,35,58,.36);border-color:rgba(190,222,241,.28)}
.business-hero-copy h1{
  margin:22px 0 0;font-size:clamp(50px,5.8vw,76px);line-height:.97;letter-spacing:-.06em;max-width:670px
}
.business-hero-copy p{
  margin:19px 0 0;max-width:650px;color:#cedee9;font-size:15px;line-height:1.62
}
.choice-panel{
  position:relative;z-index:4;width:calc(100% - 72px);margin:-58px auto 0;padding:24px;
  border:1px solid #d9e5ed;border-radius:25px;background:rgba(255,255,255,.97);
  box-shadow:0 22px 55px rgba(26,60,85,.13);backdrop-filter:blur(14px)
}
.choice-panel-head{display:grid;grid-template-columns:170px minmax(0,1fr) minmax(250px,380px);gap:18px;align-items:end;margin-bottom:17px}
.choice-panel-head span{color:#0a78c9;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.choice-panel-head h2{margin:0;color:#15334a;font-size:25px;letter-spacing:-.035em}
.choice-panel-head p{margin:0;color:#748899;font-size:11.5px;line-height:1.5}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.choice-card{
  min-height:92px;display:grid;grid-template-columns:44px minmax(0,1fr) 22px;gap:12px;align-items:center;
  padding:15px 16px;border:1px solid #dce7ee;border-radius:17px;background:#fbfdfe;color:#17364e;
  text-decoration:none;transition:.18s ease
}
.choice-card:hover{transform:translateY(-2px);border-color:#99cdec;background:#f5fbff;box-shadow:0 10px 24px rgba(31,79,111,.07)}
.choice-no{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#edf7fd;color:#0a79cb;font-size:11px;font-weight:950}
.choice-card strong{display:block;font-size:13.2px;line-height:1.28}
.choice-card small{display:block;margin-top:4px;color:#728797;font-size:10.4px;line-height:1.42}
.choice-card b{color:#0a80d3;font-size:20px}
.choice-panel-foot{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:15px;padding-top:14px;border-top:1px solid #e5edf2}
.choice-panel-foot a{color:#4f6d83;text-decoration:none;font-size:10.7px;font-weight:850}
.choice-panel-foot a:first-child{color:#0b75c4}

@media(max-width:900px){
  .business-hero-copy{width:66%;padding-left:38px;padding-right:30px}
  .choice-panel-head{grid-template-columns:1fr;gap:5px;align-items:start}
  .choice-panel-head h2{font-size:24px}.choice-panel-head p{max-width:620px}
}
@media(max-width:680px){
  .start-page{width:calc(100% - 14px);padding-top:8px}
  .business-hero{min-height:470px;border-radius:23px}
  .business-hero-img{object-position:70% 38%}
  .business-hero-shade{background:linear-gradient(180deg,rgba(5,26,45,.94) 0%,rgba(5,28,48,.75) 38%,rgba(5,30,50,.24) 67%,rgba(5,30,50,.16) 100%)}
  .business-hero-copy{width:100%;padding:22px 18px 0}
  .business-hero-copy .vivi-hello{font-size:10.8px}
  .business-hero-copy h1{margin-top:17px;font-size:42px;max-width:390px}
  .business-hero-copy p{margin-top:14px;max-width:430px;font-size:12.3px;line-height:1.5}
  .choice-panel{width:calc(100% - 14px);margin:-22px auto 0;padding:14px;border-radius:20px}
  .choice-panel-head{margin-bottom:12px}.choice-panel-head h2{font-size:22px}.choice-panel-head p{font-size:10.8px}
  .choice-grid{grid-template-columns:1fr;gap:8px}
  .choice-card{min-height:77px;grid-template-columns:38px minmax(0,1fr) 20px;padding:12px}
  .choice-no{width:38px;height:38px;border-radius:11px}
  .choice-card strong{font-size:12.2px}.choice-card small{font-size:9.8px}
  .choice-panel-foot{display:grid;grid-template-columns:1fr;gap:7px}
  .choice-panel-foot a{min-height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #d7e5ee;border-radius:12px;background:#f8fbfd;font-size:10.5px}
}
@media(max-width:390px){
  .business-hero{min-height:445px}.business-hero-copy h1{font-size:38px}.business-hero-img{object-position:72% 39%}
}


/* =========================================================
   MOBILE V4 – P30-Pro optimiert
   Kompakter Business-Hero, keine Text-/Gesichtsüberlagerung
   ========================================================= */
@media(max-width:680px){

  /* Header */
  .header-in{
    width:calc(100% - 16px);
    min-height:68px;
    gap:7px;
  }
  .brand{gap:6px}
  .brand img{
    height:42px;
    max-width:104px;
  }
  .brand-wordmark strong{font-size:13px}
  .brand-wordmark span{font-size:10.5px}
  .menu-btn{
    width:42px;
    height:42px;
  }

  .page{
    width:calc(100% - 14px);
    padding-top:8px;
  }

  /* Hero deutlich kompakter */
  .business-hero{
    min-height:330px;
    height:330px;
    border-radius:23px;
    overflow:hidden;
  }

  /* Vivi weit nach rechts, damit links echter Textraum bleibt */
  .business-hero-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:72% 35%;
  }

  /* Dunkel nur dort, wo Text steht; Gesicht bleibt sichtbar */
  .business-hero-shade{
    background:
      linear-gradient(90deg,
        rgba(4,22,38,.96) 0%,
        rgba(4,22,38,.88) 42%,
        rgba(4,22,38,.38) 66%,
        rgba(4,22,38,.08) 100%),
      linear-gradient(180deg,
        rgba(4,22,38,.16) 0%,
        rgba(4,22,38,.06) 55%,
        rgba(4,22,38,.40) 100%);
  }

  .business-hero-copy{
    width:62%;
    height:100%;
    padding:18px 0 18px 17px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
  }

  .business-hero-copy .vivi-hello{
    width:max-content;
    max-width:100%;
    padding:8px 10px;
    border-radius:13px;
    font-size:9.6px;
    line-height:1.25;
    background:rgba(4,28,48,.55);
  }

  .business-hero-copy h1{
    margin-top:18px;
    max-width:100%;
    font-size:34px;
    line-height:.99;
    letter-spacing:-.048em;
    text-shadow:0 2px 14px rgba(0,0,0,.18);
  }

  /* Erklärung aus dem Bild nehmen – steht im Auswahlpanel */
  .business-hero-copy p{
    display:none;
  }

  /* Auswahl direkt an den Hero heranziehen */
  .choice-panel{
    width:calc(100% - 8px);
    margin:-28px auto 0;
    padding:15px 13px 14px;
    border-radius:21px;
    position:relative;
    z-index:6;
    box-shadow:0 18px 46px rgba(25,59,84,.16);
  }

  .choice-panel-head{
    margin-bottom:11px;
    gap:3px;
  }
  .choice-panel-head span{
    font-size:9.4px;
    letter-spacing:.12em;
  }
  .choice-panel-head h2{
    font-size:23px;
    line-height:1.04;
  }
  .choice-panel-head p{
    margin-top:4px;
    max-width:none;
    font-size:10.4px;
    line-height:1.38;
  }

  .choice-grid{
    grid-template-columns:1fr;
    gap:7px;
  }

  .choice-card{
    min-height:67px;
    grid-template-columns:36px minmax(0,1fr) 18px;
    padding:10px 11px;
    border-radius:15px;
  }
  .choice-no{
    width:36px;
    height:36px;
    border-radius:11px;
    font-size:10px;
  }
  .choice-card strong{
    font-size:11.8px;
    line-height:1.24;
  }
  .choice-card small{
    margin-top:3px;
    font-size:9.4px;
    line-height:1.32;
  }
  .choice-card b{
    font-size:18px;
  }

  .choice-panel-foot{
    grid-template-columns:1fr;
    gap:6px;
    margin-top:10px;
    padding-top:10px;
  }
  .choice-panel-foot a{
    min-height:39px;
    font-size:10.2px;
    border-radius:11px;
  }
}

/* Huawei P30 Pro / ähnliche Breite */
@media(min-width:390px) and (max-width:460px){
  .business-hero{
    height:340px;
    min-height:340px;
  }
  .business-hero-copy h1{
    font-size:35px;
  }
  .business-hero-img{
    object-position:73% 34%;
  }
}

/* Sehr schmale Smartphones */
@media(max-width:360px){
  .brand-wordmark span{display:inline}
  .business-hero{
    height:315px;
    min-height:315px;
  }
  .business-hero-copy{
    width:64%;
  }
  .business-hero-copy h1{
    font-size:31px;
  }
}


/* =========================================================
   MOBILE V5 – direkter Angebotsweg im freien Hero-Bereich
   ========================================================= */
.hero-mobile-shortcut{
  display:none;
}

@media(max-width:680px){
  .hero-mobile-shortcut{
    position:absolute;
    z-index:5;
    left:17px;
    bottom:45px;
    width:44%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
  }

  .hero-mobile-shortcut span{
    display:block;
    max-width:170px;
    color:#d8e7f1;
    font-size:10.2px;
    line-height:1.32;
    font-weight:760;
  }

  .hero-mobile-shortcut a{
    min-height:37px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 12px;
    border-radius:11px;
    border:1px solid rgba(132,203,246,.48);
    background:rgba(4,37,62,.68);
    backdrop-filter:blur(6px);
    color:#fff;
    text-decoration:none;
    font-size:10.5px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(0,0,0,.11);
  }

  .hero-mobile-shortcut a b{
    color:#69c8ff;
    font-size:14px;
  }

  /* Den gleichen Angebots-Schnellweg unten mobil nicht doppelt zeigen */
  .choice-panel-foot a:first-child{
    display:none;
  }

  .choice-panel-foot{
    grid-template-columns:1fr;
  }
}

@media(max-width:360px){
  .hero-mobile-shortcut{
    left:14px;
    bottom:42px;
    width:47%;
  }

  .hero-mobile-shortcut span{
    font-size:9.6px;
  }

  .hero-mobile-shortcut a{
    min-height:35px;
    padding:0 10px;
    font-size:10px;
  }
}

/* =========================================================
   LANDSCAPE V6 – Smartphones quer, z. B. Huawei P30 Pro
   Breite allein darf nicht zur Tablet-/Desktopdarstellung führen.
   ========================================================= */
@media (orientation:landscape) and (min-width:681px) and (max-width:950px) and (max-height:520px){
  .site-header{position:relative}
  .header-in{
    width:calc(100% - 18px);
    min-height:54px;
    gap:7px;
  }
  .brand{gap:6px}
  .brand img{height:36px;max-width:92px}
  .brand-wordmark strong{font-size:12px}
  .brand-wordmark span{font-size:9.5px}
  .menu-btn{width:38px;height:38px}
  .menu-btn i{width:17px;margin:3px auto}

  .page{
    width:calc(100% - 18px);
    padding-top:8px;
  }

  .business-hero{
    height:258px;
    min-height:258px;
    border-radius:20px;
  }
  .business-hero-img{
    object-position:76% 31%;
  }
  .business-hero-shade{
    background:
      linear-gradient(90deg,rgba(4,22,38,.97) 0%,rgba(4,22,38,.91) 43%,rgba(4,22,38,.48) 63%,rgba(4,22,38,.05) 100%),
      linear-gradient(180deg,rgba(4,22,38,.10),rgba(4,22,38,.18));
  }
  .business-hero-copy{
    width:58%;
    padding:17px 0 14px 20px;
  }
  .business-hero-copy .vivi-hello{
    padding:7px 9px;
    border-radius:11px;
    font-size:9px;
    line-height:1.2;
  }
  .business-hero-copy h1{
    margin-top:13px;
    max-width:390px;
    font-size:38px;
    line-height:.96;
    letter-spacing:-.052em;
  }
  .business-hero-copy p{display:none}

  .hero-mobile-shortcut{
    display:flex;
    position:absolute;
    z-index:5;
    left:20px;
    bottom:18px;
    width:auto;
    max-width:310px;
    flex-direction:row;
    align-items:center;
    gap:9px;
  }
  .hero-mobile-shortcut span{
    max-width:150px;
    color:#d9e7f0;
    font-size:9.3px;
    line-height:1.25;
    font-weight:760;
  }
  .hero-mobile-shortcut a{
    min-height:33px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:0 10px;
    border-radius:10px;
    border:1px solid rgba(132,203,246,.48);
    background:rgba(4,37,62,.70);
    color:#fff;
    text-decoration:none;
    font-size:9.4px;
    font-weight:900;
  }
  .hero-mobile-shortcut a b{color:#69c8ff;font-size:12px}

  .choice-panel{
    width:calc(100% - 30px);
    margin:-17px auto 0;
    padding:12px;
    border-radius:18px;
  }
  .choice-panel-head{
    grid-template-columns:120px minmax(0,1fr) minmax(220px,310px);
    gap:10px;
    align-items:end;
    margin-bottom:10px;
  }
  .choice-panel-head span{font-size:8.7px}
  .choice-panel-head h2{font-size:19px;line-height:1.03}
  .choice-panel-head p{font-size:9.3px;line-height:1.35}
  .choice-grid{grid-template-columns:1fr 1fr;gap:7px}
  .choice-card{
    min-height:65px;
    grid-template-columns:34px minmax(0,1fr) 17px;
    gap:8px;
    padding:9px 10px;
    border-radius:13px;
  }
  .choice-no{width:34px;height:34px;border-radius:10px;font-size:9.5px}
  .choice-card strong{font-size:10.6px;line-height:1.2}
  .choice-card small{margin-top:2px;font-size:8.6px;line-height:1.27}
  .choice-card b{font-size:16px}
  .choice-panel-foot{margin-top:8px;padding-top:8px;gap:12px}
  .choice-panel-foot a{font-size:9.2px}

  .footer{padding-top:12px}
}


/* =========================================================
   LANDSCAPE V7 – kompakter eigener Website-Header
   für kleine Smartphones im Querformat
   ========================================================= */
@media (orientation:landscape) and (max-height:500px) and (max-width:950px){

  .site-header{
    position:relative;
  }

  .header-in{
    min-height:54px;
    height:54px;
    width:calc(100% - 14px);
    gap:7px;
  }

  .brand{
    gap:5px;
  }

  .brand img{
    height:36px;
    max-width:82px;
  }

  .brand-wordmark{
    gap:3px;
  }

  .brand-wordmark strong{
    font-size:12.5px;
    line-height:1;
  }

  .brand-wordmark span{
    font-size:9.5px;
    line-height:1;
  }

  .menu-btn{
    width:37px;
    height:37px;
    margin-left:auto;
  }

  .menu-btn i{
    width:16px;
    margin:3px auto;
  }

  .page{
    padding-top:6px;
  }

  .mobile-menu-in{
    padding-top:6px;
  }
}


/* =========================================================
   LANDSCAPE V8 – echte Querformat-Ansicht
   Hero links, Vivi-Auswahl rechts: alles Wesentliche sofort sichtbar
   ========================================================= */
@media (orientation:landscape) and (min-width:681px) and (max-width:950px) and (max-height:520px){

  .site-header{position:relative}
  .header-in{
    width:calc(100% - 12px);
    min-height:46px;
    height:46px;
    gap:6px;
  }
  .brand{gap:5px}
  .brand img{height:31px;max-width:72px}
  .brand-wordmark strong{font-size:11.5px}
  .brand-wordmark span{font-size:8.8px}
  .menu-btn{width:34px;height:34px}
  .menu-btn i{width:15px;margin:3px auto}

  .page.start-page{
    width:calc(100% - 10px);
    margin:auto;
    padding:5px 0 12px;
    display:grid;
    grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
    gap:8px;
    align-items:stretch;
  }

  .business-hero{
    min-height:276px;
    height:276px;
    margin:0;
    border-radius:18px;
    overflow:hidden;
  }
  .business-hero-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:73% 33%;
  }
  .business-hero-shade{
    background:
      linear-gradient(90deg,rgba(3,21,37,.97) 0%,rgba(3,22,39,.90) 43%,rgba(3,22,39,.42) 68%,rgba(3,22,39,.08) 100%),
      linear-gradient(180deg,rgba(4,24,41,.10),rgba(4,24,41,.20) 70%,rgba(4,24,41,.58));
  }
  .business-hero-copy{
    width:60%;
    height:100%;
    padding:13px 0 12px 14px;
  }
  .business-hero-copy .vivi-hello{
    padding:6px 8px;
    font-size:8.5px;
    border-radius:10px;
    white-space:normal;
  }
  .business-hero-copy h1{
    margin-top:12px;
    max-width:100%;
    font-size:27px;
    line-height:.98;
    letter-spacing:-.045em;
  }
  .business-hero-copy p{display:none}

  .hero-mobile-shortcut{
    display:flex;
    left:14px;
    bottom:13px;
    width:51%;
    gap:5px;
  }
  .hero-mobile-shortcut span{
    max-width:125px;
    font-size:8px;
    line-height:1.25;
  }
  .hero-mobile-shortcut a{
    min-height:31px;
    padding:0 9px;
    border-radius:9px;
    font-size:8.7px;
  }

  .choice-panel{
    width:100%;
    min-height:276px;
    height:276px;
    margin:0;
    padding:10px;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    box-shadow:0 12px 32px rgba(24,58,83,.12);
  }
  .choice-panel-head{
    display:grid;
    grid-template-columns:95px minmax(0,1fr);
    gap:6px;
    align-items:end;
    margin:0 0 7px;
  }
  .choice-panel-head span{
    font-size:7.7px;
    line-height:1.15;
  }
  .choice-panel-head h2{
    font-size:17px;
    line-height:1;
  }
  .choice-panel-head p{display:none}

  .choice-grid{
    flex:1;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap:6px;
  }
  .choice-card{
    min-height:0;
    height:auto;
    grid-template-columns:31px minmax(0,1fr) 15px;
    gap:7px;
    padding:7px 8px;
    border-radius:12px;
  }
  .choice-no{
    width:31px;
    height:31px;
    border-radius:9px;
    font-size:8.7px;
  }
  .choice-card strong{
    font-size:9.6px;
    line-height:1.17;
  }
  .choice-card small{
    margin-top:2px;
    font-size:7.8px;
    line-height:1.22;
  }
  .choice-card b{font-size:15px}

  .choice-panel-foot{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:6px;
    padding-top:6px;
  }
  .choice-panel-foot a{
    min-height:0;
    border:0;
    background:transparent;
    padding:0;
    font-size:8.2px;
  }

  .footer{
    grid-column:1/-1;
  }
}

/* =========================================================
   Adressschutz – Infoseiten
   ========================================================= */
.info-shell{width:min(100%,980px);margin:auto}
.info-hero{
  overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;
  align-items:center;padding:34px;border-radius:29px;
  background:radial-gradient(circle at 88% 15%,rgba(43,164,235,.25),transparent 17rem),linear-gradient(135deg,#08243d,#0b426c);
  color:#fff;box-shadow:0 20px 52px rgba(22,54,79,.15)
}
.info-hero .eyebrow{color:#6bc7ff;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.info-hero h1{margin:8px 0 0;font-size:clamp(38px,5vw,58px);line-height:.98;letter-spacing:-.05em}
.info-hero p{margin:15px 0 0;color:#c8dbe7;font-size:13px;line-height:1.62}
.info-hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.info-hero-visual{display:flex;align-items:center;justify-content:center}
.info-hero-visual img{width:100%;max-height:330px;object-fit:contain;border-radius:22px}
.info-block{
  margin-top:16px;padding:25px 27px;border:1px solid #d9e5ed;border-radius:23px;background:#fff;box-shadow:0 10px 28px rgba(31,63,88,.05)
}
.info-block h2{margin:0;color:#15344b;font-size:27px;line-height:1.05;letter-spacing:-.035em}
.info-block h3{margin:19px 0 6px;color:#1c425d;font-size:16px}
.info-block p{margin:9px 0;color:#657c8e;font-size:12.5px;line-height:1.66}
.info-block a{color:#0876c8}
.info-callout{
  margin-top:14px;padding:15px 17px;border-radius:16px;background:#eef7fd;border:1px solid #cfe4f2;color:#365b74;font-size:11.5px;line-height:1.55
}
.info-callout strong{color:#153d5a}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}
.process-step{padding:15px;border:1px solid #dce7ee;border-radius:16px;background:#f9fbfc}
.process-step b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#e9f6ff;color:#0878ca;font-size:10px}
.process-step strong{display:block;margin-top:10px;color:#24465e;font-size:12px}
.process-step p{margin-top:5px;font-size:10.5px;line-height:1.45}
.package-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}
.package-mini{padding:15px;border:1px solid #dce7ee;border-radius:16px;background:#fff;text-decoration:none;color:#1e4059}
.package-mini strong{display:block;font-size:12px}.package-mini b{display:block;margin-top:8px;color:#0875c6;font-size:18px}.package-mini small{display:block;margin-top:5px;color:#758999;font-size:9.5px;line-height:1.4}
.faq details{border-top:1px solid #e3ebf0;padding:13px 0}.faq details:first-of-type{border-top:0}
.faq summary{cursor:pointer;color:#24455e;font-size:12px;font-weight:850}.faq details p{margin:7px 0 0}
.preview-box{
  margin-top:16px;padding:21px;border:1px solid #d7e4ec;border-radius:18px;background:#fbfdfe;color:#405d72
}
.preview-box h2{font-size:21px}.preview-box p,.preview-box li{font-size:11.5px;line-height:1.6}
.preview-box ul{padding-left:18px}
.preview-warning{margin-top:14px;padding:13px;border-radius:14px;background:#fff8e9;border:1px solid #efd9a5;color:#705a26;font-size:10.8px;line-height:1.5}
.info-strip{
  margin:0 0 18px;padding:13px 15px;border:1px solid #cfe2ef;border-radius:15px;background:#f4faff;
  display:flex;align-items:center;justify-content:space-between;gap:15px;color:#45667e;font-size:10.5px;line-height:1.45
}
.info-strip strong{display:block;color:#173f5b;font-size:11.5px}
.info-strip nav{display:flex;gap:8px;flex-wrap:wrap}
.info-strip a{white-space:nowrap;color:#0874c5;text-decoration:none;font-weight:850}

.road-info{
  margin:0 16px 12px;padding:14px 15px;border-radius:16px;border:1px solid #cee3f0;background:#f0f8fd;color:#49687e;font-size:11.5px;line-height:1.55
}
.road-info strong{color:#173e59}
.road-info a{color:#0875c6;font-weight:850;text-decoration:none}

@media(max-width:760px){
  .info-hero{grid-template-columns:1fr;padding:24px 18px;border-radius:23px}
  .info-hero-visual{display:none}
  .info-block{padding:20px 17px;border-radius:20px}
  .process-grid{grid-template-columns:1fr}
  .package-row{grid-template-columns:1fr 1fr}
  .info-strip{align-items:flex-start;flex-direction:column}
}
@media(max-width:430px){
  .package-row{grid-template-columns:1fr}
  .info-hero h1{font-size:38px}
}


/* =========================================================
   V9 – Adressschutz als sichtbarer Informationsweg
   ========================================================= */
.footer span a{
  color:inherit;
  text-decoration:underline;
  text-decoration-color:rgba(82,117,143,.35);
  text-underline-offset:2px;
}
.address-explain-panel{
  margin:0 0 18px;
  padding:18px 20px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  border:1px solid #cfe3f0;
  border-radius:18px;
  background:linear-gradient(135deg,#f5fbff,#eef7fd);
  box-shadow:0 10px 26px rgba(31,66,92,.06);
}
.address-explain-kicker{
  display:block;
  margin-bottom:5px;
  color:#0877c9;
  font-size:9px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.address-explain-panel strong{
  display:block;
  color:#173c57;
  font-size:17px;
  line-height:1.2;
}
.address-explain-panel p{
  margin:6px 0 0;
  max-width:760px;
  color:#61798b;
  font-size:11px;
  line-height:1.55;
}
.address-explain-actions{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.address-explain-actions a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:11px;
  border:1px solid #bddbec;
  background:#fff;
  color:#0874c4;
  text-decoration:none;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
.address-service-link{
  width:min(calc(100% - 28px),1180px);
  margin:18px auto 28px;
  padding:16px 18px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  border:1px solid #d3e4ef;
  border-radius:17px;
  background:#f5faff;
}
.address-service-link strong{display:block;color:#173d59;font-size:12px}
.address-service-link span{display:block;margin-top:3px;color:#6a8192;font-size:10.5px;line-height:1.45}
.address-service-link a{
  white-space:nowrap;
  color:#0875c6;
  text-decoration:none;
  font-size:10.5px;
  font-weight:900;
}
@media(max-width:700px){
  .address-explain-panel{
    grid-template-columns:1fr;
    gap:12px;
    padding:15px;
  }
  .address-explain-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .address-service-link{
    width:calc(100% - 18px);
    align-items:flex-start;
    flex-direction:column;
  }
}


/* =========================================================
   V11 – Adressschutz Hero mit vivi_secure.webp
   Bild und Hintergrund als eine zusammenhängende Fläche
   ========================================================= */
.adressschutz-hero{
  position:relative;
  overflow:hidden;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  gap:18px;
  min-height:390px;
  padding:38px 38px 34px;
  background:
    radial-gradient(circle at 82% 30%,rgba(38,148,224,.28),transparent 20rem),
    radial-gradient(circle at 100% 100%,rgba(8,102,178,.24),transparent 24rem),
    linear-gradient(135deg,#061b31 0%,#082b4d 50%,#0a4e7d 100%);
  box-shadow:0 24px 60px rgba(18,51,77,.18);
}

.adressschutz-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 57%,rgba(85,190,250,.075) 57% 58%,transparent 58%),
    linear-gradient(90deg,rgba(2,18,32,.12),transparent 52%);
}

.adressschutz-hero > div{
  position:relative;
  z-index:2;
}

.adressschutz-hero .info-hero-visual{
  position:relative;
  align-self:stretch;
  min-height:310px;
  margin:-38px -38px -34px 0;
  overflow:hidden;
  border-radius:0;
}

.adressschutz-hero .info-hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,#082b4d 0%,rgba(8,43,77,.76) 12%,rgba(8,43,77,.16) 36%,transparent 62%),
    linear-gradient(180deg,rgba(5,24,42,.08),transparent 58%,rgba(5,24,42,.24));
}

.adressschutz-hero .info-hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:63% center;
  border-radius:0;
  display:block;
  box-shadow:none;
}

.adressschutz-hero h1{
  max-width:680px;
}

.adressschutz-hero p{
  max-width:690px;
}

/* Tablet */
@media(max-width:900px){
  .adressschutz-hero{
    grid-template-columns:minmax(0,1fr) 300px;
    min-height:360px;
    padding:32px 28px;
  }
  .adressschutz-hero .info-hero-visual{
    margin:-32px -28px -32px 0;
  }
}

/* Smartphone: Bild als vollflächiger Einstieg, Text darunter im selben Hero */
@media(max-width:760px){
  .adressschutz-hero{
    display:flex;
    flex-direction:column;
    gap:0;
    min-height:0;
    padding:0 0 22px;
    border-radius:23px;
  }

  .adressschutz-hero > div:first-child{
    order:2;
    padding:20px 18px 0;
  }

  .adressschutz-hero .info-hero-visual{
    order:1;
    display:block;
    position:relative;
    width:100%;
    height:260px;
    min-height:260px;
    margin:0;
  }

  .adressschutz-hero .info-hero-visual::before{
    background:
      linear-gradient(180deg,rgba(5,24,42,.06),rgba(5,24,42,.10) 58%,#082b4d 100%);
  }

  .adressschutz-hero .info-hero-visual img{
    object-position:67% 31%;
  }

  .adressschutz-hero h1{
    font-size:38px;
  }
}

/* Kleine Geräte */
@media(max-width:420px){
  .adressschutz-hero .info-hero-visual{
    height:235px;
    min-height:235px;
  }
  .adressschutz-hero .info-hero-visual img{
    object-position:68% 30%;
  }
  .adressschutz-hero h1{
    font-size:35px;
  }
}

/* Smartphone quer */
@media (orientation:landscape) and (max-height:520px) and (max-width:950px){
  .adressschutz-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) 42%;
    gap:0;
    min-height:270px;
    height:270px;
    padding:20px 0 20px 22px;
    border-radius:19px;
  }

  .adressschutz-hero > div:first-child{
    order:initial;
    padding:0;
    align-self:center;
  }

  .adressschutz-hero .info-hero-visual{
    order:initial;
    height:270px;
    min-height:270px;
    margin:-20px 0 -20px 0;
  }

  .adressschutz-hero .info-hero-visual::before{
    background:linear-gradient(90deg,#082b4d 0%,rgba(8,43,77,.62) 14%,transparent 46%);
  }

  .adressschutz-hero .info-hero-visual img{
    object-position:66% 34%;
  }

  .adressschutz-hero h1{
    font-size:30px;
    max-width:470px;
  }

  .adressschutz-hero p{
    font-size:10.5px;
    line-height:1.42;
    max-width:500px;
  }

  .adressschutz-hero .info-hero-actions{
    margin-top:11px;
  }

  .adressschutz-hero .button{
    min-height:36px;
    font-size:9.5px;
  }
}


/* =========================================================
   V12 – IMPREGO transparent als Adressschutz-Marke
   ========================================================= */
.imprego-transparency{
  margin:15px 0 0;
  padding:16px 18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  border:1px solid #cfe2ef;
  border-radius:18px;
  background:linear-gradient(135deg,#f6fbff,#edf7fd);
  box-shadow:0 10px 26px rgba(30,63,89,.05);
}
.imprego-transparency span{
  display:block;
  color:#0875c6;
  font-size:9px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.imprego-transparency strong{
  display:block;
  margin-top:4px;
  color:#173d59;
  font-size:16px;
}
.imprego-transparency p{
  margin:5px 0 0;
  color:#60798b;
  font-size:10.8px;
  line-height:1.55;
}
.imprego-transparency nav{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.imprego-transparency a{
  min-height:37px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border:1px solid #bddbec;
  border-radius:11px;
  background:#fff;
  color:#0874c5;
  text-decoration:none;
  font-size:9.8px;
  font-weight:900;
  white-space:nowrap;
}
.imprego-link-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
@media(max-width:700px){
  .imprego-transparency{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
  }
  .imprego-transparency nav{
    display:grid;
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V13 – mobiles Wortlogo vollständig sichtbar
   ========================================================= */
@media(max-width:380px){
  .brand{
    min-width:0;
    gap:5px;
  }
  .brand img{
    height:39px;
    max-width:94px;
  }
  .brand-wordmark{
    display:inline-flex !important;
    align-items:baseline;
    gap:3px;
    min-width:0;
    white-space:nowrap;
  }
  .brand-wordmark strong{
    display:inline !important;
    font-size:12.5px !important;
    line-height:1 !important;
  }
  .brand-wordmark span{
    display:inline !important;
    font-size:9.5px !important;
    line-height:1 !important;
  }
}

@media(max-width:340px){
  .brand img{
    height:36px;
    max-width:84px;
  }
  .brand-wordmark strong{
    font-size:11.5px !important;
  }
  .brand-wordmark span{
    font-size:8.8px !important;
  }
}


/* =========================================================
   V15 – Postscan-Häufigkeit
   ========================================================= */
.scan-frequency-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin:15px 0 4px;
}
.scan-frequency-grid div{
  padding:13px 12px;
  border:1px solid #d6e5ee;
  border-radius:14px;
  background:#f8fbfd;
}
.scan-frequency-grid strong{
  display:block;
  color:#23465f;
  font-size:10.5px;
  line-height:1.25;
}
.scan-frequency-grid span{
  display:block;
  margin-top:5px;
  color:#0876c8;
  font-size:15px;
  font-weight:950;
}
@media(max-width:700px){
  .scan-frequency-grid{grid-template-columns:1fr 1fr}
}


/* =========================================================
   V16 – Postscan inklusive / Originalbrief entgeltpflichtig
   ========================================================= */
.post-original-note{
  margin-top:15px;
  padding:15px 17px;
  border:1px solid #d8e5ed;
  border-radius:16px;
  background:#fbfdfe;
}
.post-original-note strong{
  display:block;
  color:#183f5b;
  font-size:12px;
}
.post-original-note p{
  margin:5px 0 0;
  color:#61798a;
  font-size:11px;
  line-height:1.55;
}
.postservice-transparent{
  margin:0 0 18px;
  padding:14px 16px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  border:1px solid #cfe2ef;
  border-radius:17px;
  background:#f5faff;
}
.postservice-transparent > div{
  padding:10px 12px;
  border-radius:13px;
  background:#fff;
}
.postservice-transparent strong{
  display:block;
  color:#173e5a;
  font-size:11px;
}
.postservice-transparent span{
  display:block;
  margin-top:4px;
  color:#687f90;
  font-size:10px;
  line-height:1.45;
}
.postservice-wide{
  width:min(calc(100% - 28px),1180px);
  margin:18px auto 28px;
}
@media(max-width:700px){
  .postservice-transparent{grid-template-columns:1fr}
}


/* =========================================================
   V17 – Preisliste / externe Gebühren
   ========================================================= */
.price-shell{width:min(100%,1120px);margin:auto}
.price-hero{
  padding:34px 36px;
  border-radius:27px;
  color:#fff;
  background:linear-gradient(135deg,#071f36,#0a4773);
  box-shadow:0 20px 50px rgba(24,54,78,.13)
}
.price-hero .eyebrow{color:#75cfff;font-size:9px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.price-hero h1{margin:6px 0 0;font-size:clamp(38px,5vw,57px);line-height:1;letter-spacing:-.05em}
.price-hero p{max-width:800px;margin:12px 0 0;color:#c7dae7;font-size:12px;line-height:1.6}

.price-section{
  margin-top:16px;padding:24px 26px;border:1px solid #dbe6ed;border-radius:22px;background:#fff;
  box-shadow:0 9px 25px rgba(31,63,87,.045)
}
.price-head span{color:#0876c8;font-size:8.5px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.price-head h2{margin:4px 0 15px;color:#193e58;font-size:25px;letter-spacing:-.035em}
.price-table-wrap{overflow-x:auto}
.price-table{width:100%;border-collapse:collapse;min-width:760px}
.price-table th{padding:10px;text-align:left;color:#537087;font-size:9px;border-bottom:1px solid #dce6ed}
.price-table td{padding:12px 10px;color:#61798a;font-size:10.5px;line-height:1.4;border-bottom:1px solid #e9eff3;vertical-align:top}
.price-table td strong{color:#21465e}
.price-table td:nth-child(2){white-space:nowrap;color:#0875c6;font-weight:900}

.price-cards{display:grid;gap:10px}
.price-cards.three{grid-template-columns:repeat(3,1fr)}
.price-cards article{padding:17px;border:1px solid #dbe6ed;border-radius:16px;background:#fbfdfe}
.price-cards strong{display:block;color:#21445d;font-size:12px}
.price-cards b{display:block;margin-top:7px;color:#0875c6;font-size:20px}
.price-cards p{margin:6px 0 0;color:#657d8f;font-size:10.5px;line-height:1.5}
.price-cards em{display:block;margin-top:9px;color:#7a6432;font-size:9.5px;line-height:1.45;font-style:normal}

.external-fees{margin-top:15px;padding:18px;border-radius:18px;background:#f3f9fd;border:1px solid #cfe2ef}
.external-head span{color:#0876c8;font-size:8.5px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.external-head h3{margin:4px 0 0;color:#193e58;font-size:19px}
.external-head p{margin:5px 0 0;color:#687f90;font-size:10.5px}
.fee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
.fee-grid div{padding:14px;border-radius:14px;background:#fff;border:1px solid #d8e6ef}
.fee-grid strong{display:block;color:#33566e;font-size:10px}
.fee-grid b{display:block;margin-top:5px;color:#0875c6;font-size:18px}
.fee-grid span{display:block;margin-top:3px;color:#728696;font-size:9px;line-height:1.4}
.price-source{display:inline-flex;margin-top:12px;color:#0875c6;font-size:10px;font-weight:900;text-decoration:none}

.price-note{margin-top:13px;padding:13px 15px;border-radius:14px;background:#fff8e9;border:1px solid #ecd9aa;color:#6d5a2c;font-size:10px;line-height:1.5}
.price-note strong{color:#594715}

.price-rules{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.price-rules div{padding:14px;border-radius:14px;border:1px solid #dce6ed;background:#f9fbfc}
.price-rules strong{color:#244960;font-size:10.5px}
.price-rules p{margin:5px 0 0;color:#6a8090;font-size:9.5px;line-height:1.45}

.fee-flag{display:block;margin-top:5px;color:#846722;font-size:8.8px;line-height:1.35;font-weight:750}
.price-list-link{
  width:min(calc(100% - 28px),1180px);margin:18px auto 26px;padding:15px 17px;border:1px solid #cee2ef;border-radius:16px;
  background:#f4faff;display:flex;align-items:center;gap:10px
}
.price-list-link strong{color:#173d59;font-size:11px}
.price-list-link span{flex:1;color:#6a8192;font-size:9.5px}
.price-list-link a{color:#0875c6;text-decoration:none;font-size:10px;font-weight:900;white-space:nowrap}

@media(max-width:760px){
  .price-hero{padding:26px 19px;border-radius:22px}
  .price-section{padding:19px 16px}
  .price-cards.three{grid-template-columns:1fr}
  .fee-grid{grid-template-columns:1fr 1fr}
  .price-rules{grid-template-columns:1fr 1fr}
  .price-list-link{align-items:flex-start;flex-direction:column}
}
@media(max-width:430px){
  .fee-grid,.price-rules{grid-template-columns:1fr}
}

/* =========================================================
   FINAL OVERRIDE – Index-Hero ruhiger, freundlicher, bildsicher
   ========================================================= */
.business-hero{
  position:relative !important;
  overflow:hidden !important;
  min-height:440px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) 410px !important;
  gap:26px !important;
  align-items:end !important;
  padding:42px 42px 86px !important;
  border-radius:34px !important;
  background:
    radial-gradient(circle at 84% 18%,rgba(42,163,236,.26),transparent 18rem),
    radial-gradient(circle at 72% 112%,rgba(13,104,178,.18),transparent 24rem),
    linear-gradient(135deg,#06213a 0%,#0a3356 57%,#0c4a75 100%) !important;
  box-shadow:0 26px 70px rgba(17,50,76,.17) !important;
}
.business-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 60%,rgba(88,188,248,.07) 60% 61%,transparent 61%),
    linear-gradient(90deg,rgba(4,22,37,.06),transparent 55%);
}
.business-hero-shade{display:none !important;}
.business-hero-copy{
  position:relative !important;
  z-index:2 !important;
  width:auto !important;
  padding:0 !important;
  align-self:center !important;
}
.business-hero-copy .vivi-hello{
  display:inline-flex !important;
  width:auto !important;
  padding:10px 13px !important;
  border-radius:999px !important;
  border:1px solid rgba(190,222,241,.22) !important;
  background:rgba(255,255,255,.08) !important;
  color:#e5f0f7 !important;
  font-size:12px !important;
  font-weight:850 !important;
  line-height:1.35 !important;
}
.business-hero-copy h1{
  margin:18px 0 0 !important;
  max-width:720px !important;
  font-size:clamp(44px,5.1vw,68px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
}
.business-hero-copy p{
  display:block !important;
  margin:18px 0 0 !important;
  max-width:640px !important;
  color:#d0dfea !important;
  font-size:14.5px !important;
  line-height:1.65 !important;
}
.business-hero-visual{
  position:relative !important;
  z-index:2 !important;
  min-height:320px !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-end !important;
  align-self:end !important;
}
.business-hero-img{
  position:relative !important;
  inset:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:100% !important;
  max-width:410px !important;
  height:auto !important;
  max-height:460px !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  display:block !important;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.16)) !important;
}
.hero-mobile-shortcut{
  display:none !important;
}
.choice-panel{
  width:calc(100% - 58px) !important;
  margin:-48px auto 0 !important;
}

@media(max-width:980px){
  .business-hero{
    grid-template-columns:minmax(0,1fr) 340px !important;
    padding:34px 30px 78px !important;
    gap:20px !important;
  }
  .business-hero-copy h1{font-size:clamp(40px,5vw,56px) !important;}
  .business-hero-img{max-width:340px !important;max-height:410px !important;}
  .choice-panel{width:calc(100% - 36px) !important;}
}

@media(max-width:680px){
  .start-page{width:calc(100% - 14px) !important;padding-top:8px !important;}
  .business-hero{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    padding:18px 18px 32px !important;
    gap:8px !important;
    border-radius:23px !important;
  }
  .business-hero-copy{order:2 !important;}
  .business-hero-copy .vivi-hello{
    font-size:10.5px !important;
    padding:8px 11px !important;
    border-radius:14px !important;
  }
  .business-hero-copy h1{
    margin-top:14px !important;
    font-size:34px !important;
    max-width:100% !important;
    line-height:1.04 !important;
  }
  .business-hero-copy p{
    display:block !important;
    margin-top:12px !important;
    max-width:100% !important;
    font-size:12.4px !important;
    line-height:1.52 !important;
  }
  .business-hero-visual{
    order:1 !important;
    width:100% !important;
    min-height:260px !important;
    justify-content:center !important;
    align-items:flex-end !important;
    padding-top:6px !important;
  }
  .business-hero-img{
    width:min(100%,300px) !important;
    max-width:min(100%,300px) !important;
    max-height:260px !important;
    object-position:center bottom !important;
  }
  .hero-mobile-shortcut{display:none !important;}
  .choice-panel{
    width:calc(100% - 8px) !important;
    margin:-18px auto 0 !important;
    padding:15px 13px 14px !important;
    border-radius:21px !important;
  }
  .choice-panel-head{margin-bottom:11px !important;gap:4px !important;}
  .choice-panel-head span{font-size:9px !important;}
  .choice-panel-head h2{font-size:22px !important;line-height:1.04 !important;}
  .choice-panel-head p{font-size:10.3px !important;line-height:1.4 !important;}
}

@media(max-width:390px){
  .business-hero{padding:16px 16px 30px !important;}
  .business-hero-copy h1{font-size:31px !important;}
  .business-hero-visual{min-height:235px !important;}
  .business-hero-img{width:min(100%,270px) !important;max-width:min(100%,270px) !important;max-height:235px !important;}
}

@media (orientation:landscape) and (min-width:681px) and (max-width:950px) and (max-height:520px){
  .page.start-page{
    width:calc(100% - 10px) !important;
    display:grid !important;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr) !important;
    gap:8px !important;
    align-items:stretch !important;
    padding:5px 0 12px !important;
  }
  .business-hero{
    min-height:276px !important;
    height:276px !important;
    padding:14px 14px 18px !important;
    border-radius:18px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between !important;
    gap:6px !important;
  }
  .business-hero-copy{order:2 !important;}
  .business-hero-copy .vivi-hello{font-size:8.6px !important;padding:6px 8px !important;}
  .business-hero-copy h1{font-size:26px !important;margin-top:10px !important;line-height:1 !important;}
  .business-hero-copy p{display:none !important;}
  .business-hero-visual{order:1 !important;min-height:132px !important;justify-content:flex-end !important;}
  .business-hero-img{width:170px !important;max-width:170px !important;max-height:132px !important;}
  .choice-panel{width:100% !important;min-height:276px !important;height:276px !important;margin:0 !important;}
}

/* =========================================================
   FINAL V2 – Startseiten-Hero mit vollflächigem Vivi-Motiv
   Bild: /assets/img/products/vivi-startseite-hero.webp
   ========================================================= */
.business-hero{
  position:relative !important;
  display:block !important;
  min-height:510px !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:34px !important;
  background:#eef5f9 !important;
  box-shadow:0 26px 70px rgba(17,50,76,.15) !important;
}
.business-hero:before{display:none !important;}
.business-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  max-height:none !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center top !important;
  filter:none !important;
}
.business-hero-shade{
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    linear-gradient(90deg,
      rgba(247,251,253,.99) 0%,
      rgba(247,251,253,.97) 31%,
      rgba(247,251,253,.86) 45%,
      rgba(247,251,253,.38) 60%,
      rgba(247,251,253,.03) 76%),
    linear-gradient(180deg,rgba(235,246,252,.05),rgba(4,36,59,.06)) !important;
  pointer-events:none !important;
}
.business-hero-copy{
  position:relative !important;
  z-index:2 !important;
  width:min(55%,660px) !important;
  min-height:510px !important;
  padding:58px 0 100px 52px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  color:#11324b !important;
}
.business-hero-copy .vivi-hello{
  display:inline-flex !important;
  align-self:flex-start !important;
  width:auto !important;
  padding:9px 12px !important;
  border:1px solid rgba(53,125,172,.20) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.72) !important;
  color:#31566f !important;
  box-shadow:0 7px 22px rgba(47,91,120,.06) !important;
  font-size:11px !important;
  font-weight:850 !important;
  line-height:1.3 !important;
  backdrop-filter:blur(8px) !important;
}
.business-hero-copy h1{
  margin:18px 0 0 !important;
  max-width:640px !important;
  color:#102f47 !important;
  font-size:clamp(43px,4.9vw,65px) !important;
  line-height:1.01 !important;
  letter-spacing:-.055em !important;
  text-shadow:none !important;
}
.business-hero-copy p{
  display:block !important;
  margin:18px 0 0 !important;
  max-width:590px !important;
  color:#526d80 !important;
  font-size:14px !important;
  line-height:1.62 !important;
}
.business-hero-visual{display:none !important;}
.hero-mobile-shortcut{display:none !important;}
.choice-panel{
  width:calc(100% - 58px) !important;
  margin:-54px auto 0 !important;
}

@media(max-width:980px){
  .business-hero{min-height:470px !important;}
  .business-hero-copy{
    width:58% !important;
    min-height:470px !important;
    padding:46px 0 90px 38px !important;
  }
  .business-hero-copy h1{font-size:clamp(39px,5vw,54px) !important;}
  .business-hero-shade{
    background:
      linear-gradient(90deg,rgba(247,251,253,.99) 0%,rgba(247,251,253,.96) 34%,rgba(247,251,253,.76) 50%,rgba(247,251,253,.08) 75%),
      linear-gradient(180deg,rgba(235,246,252,.02),rgba(4,36,59,.05)) !important;
  }
  .choice-panel{width:calc(100% - 36px) !important;}
}

@media(max-width:680px){
  .start-page{width:calc(100% - 14px) !important;padding-top:8px !important;}
  .business-hero{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    padding:0 0 28px !important;
    border-radius:23px !important;
    background:linear-gradient(180deg,#f8fbfd,#eef6fa) !important;
  }
  .business-hero-img{
    order:1 !important;
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:16/9 !important;
    object-fit:cover !important;
    object-position:68% top !important;
    border-bottom:1px solid rgba(170,204,224,.28) !important;
  }
  .business-hero-shade{display:none !important;}
  .business-hero-copy{
    order:2 !important;
    width:100% !important;
    min-height:0 !important;
    padding:18px 17px 0 !important;
    color:#12344d !important;
  }
  .business-hero-copy .vivi-hello{
    font-size:10px !important;
    padding:7px 10px !important;
    background:#fff !important;
  }
  .business-hero-copy h1{
    margin-top:13px !important;
    max-width:100% !important;
    color:#11324b !important;
    font-size:32px !important;
    line-height:1.03 !important;
  }
  .business-hero-copy p{
    margin-top:11px !important;
    max-width:100% !important;
    color:#60798a !important;
    font-size:12.2px !important;
    line-height:1.5 !important;
  }
  .choice-panel{
    width:calc(100% - 8px) !important;
    margin:-14px auto 0 !important;
    padding:15px 13px 14px !important;
    border-radius:21px !important;
  }
}

@media(max-width:390px){
  .business-hero-copy h1{font-size:29px !important;}
  .business-hero-img{aspect-ratio:15/9 !important;object-position:69% top !important;}
}

@media (orientation:landscape) and (min-width:681px) and (max-width:950px) and (max-height:520px){
  .page.start-page{
    width:calc(100% - 10px) !important;
    margin:auto !important;
    padding:5px 0 12px !important;
    display:grid !important;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr) !important;
    gap:8px !important;
    align-items:stretch !important;
  }
  .business-hero{
    min-height:276px !important;
    height:276px !important;
    display:block !important;
    padding:0 !important;
    border-radius:18px !important;
  }
  .business-hero-img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:70% top !important;
  }
  .business-hero-shade{
    display:block !important;
    background:linear-gradient(90deg,rgba(248,251,253,.99) 0%,rgba(248,251,253,.94) 45%,rgba(248,251,253,.22) 72%,rgba(248,251,253,.02) 100%) !important;
  }
  .business-hero-copy{
    position:relative !important;
    z-index:2 !important;
    width:62% !important;
    min-height:276px !important;
    padding:16px 0 14px 14px !important;
    display:flex !important;
    justify-content:center !important;
  }
  .business-hero-copy .vivi-hello{font-size:8.4px !important;padding:6px 8px !important;}
  .business-hero-copy h1{margin-top:10px !important;font-size:25px !important;line-height:1 !important;}
  .business-hero-copy p{display:none !important;}
  .choice-panel{width:100% !important;min-height:276px !important;height:276px !important;margin:0 !important;}
}

/* =========================================================
   FINAL OVERRIDE – Preise-Hero mit Vivi-Rechnet-Motiv
   ========================================================= */
.price-hero{
  position:relative !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) 360px !important;
  gap:28px !important;
  align-items:center !important;
  padding:36px 36px !important;
  border-radius:29px !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 86% 16%,rgba(50,168,241,.24),transparent 17rem),
    radial-gradient(circle at 68% 108%,rgba(17,105,176,.16),transparent 22rem),
    linear-gradient(135deg,#071f36 0%,#0a3558 57%,#0a4b79 100%) !important;
  box-shadow:0 20px 50px rgba(24,54,78,.13) !important;
}
.price-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0 62%,rgba(93,191,248,.06) 62% 63%,transparent 63%);
}
.price-hero-copy,
.price-hero-visual{
  position:relative;
  z-index:2;
}
.price-hero .eyebrow{color:#75cfff !important;font-size:9px !important;font-weight:950 !important;letter-spacing:.13em !important;text-transform:uppercase !important}
.price-hero h1{margin:6px 0 0 !important;font-size:clamp(40px,5vw,60px) !important;line-height:1 !important;letter-spacing:-.052em !important}
.price-hero p{max-width:680px !important;margin:13px 0 0 !important;color:#c8dbe7 !important;font-size:12.5px !important;line-height:1.62 !important}
.price-hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.price-hero-points span{
  min-height:31px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(194,222,238,.18);
  color:#eaf4fb;
  font-size:10.3px;
  font-weight:840;
}
.price-hero-visual{
  min-height:270px;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}
.price-hero-visual img{
  width:100%;
  max-width:350px;
  height:auto;
  max-height:300px;
  display:block;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 16px 26px rgba(0,0,0,.16));
}

@media(max-width:860px){
  .price-hero{
    grid-template-columns:minmax(0,1fr) 290px !important;
    gap:18px !important;
    padding:30px 24px !important;
  }
  .price-hero h1{font-size:clamp(36px,5vw,50px) !important;}
  .price-hero-visual img{max-width:285px !important;max-height:260px !important;}
}

@media(max-width:760px){
  .price-hero{
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:24px 18px !important;
    border-radius:22px !important;
  }
  .price-hero-copy{order:2}
  .price-hero h1{font-size:38px !important;}
  .price-hero p{font-size:11.8px !important;max-width:100% !important;}
  .price-hero-points{margin-top:14px !important;}
  .price-hero-points span{font-size:9.8px !important;min-height:29px !important;}
  .price-hero-visual{
    order:1;
    min-height:190px;
    justify-content:center;
    align-items:flex-end;
  }
  .price-hero-visual img{
    width:min(100%,250px) !important;
    max-width:min(100%,250px) !important;
    max-height:200px !important;
  }
}

/* =========================================================
   PREISE HERO V2 – Motiv vollflächig statt Bildkasten
   ========================================================= */
.price-hero.price-hero-full{
  position:relative !important;
  overflow:hidden !important;
  display:block !important;
  min-height:360px !important;
  padding:0 !important;
  border-radius:30px !important;
  background:#020919 !important;
  box-shadow:0 22px 58px rgba(19,50,74,.16) !important;
}
.price-hero-full:before{display:none !important;}
.price-hero-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  filter:none !important;
}
.price-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(2,9,25,.94) 0%,rgba(2,9,25,.78) 33%,rgba(2,9,25,.38) 54%,rgba(2,9,25,.04) 72%,rgba(2,9,25,0) 100%),
    linear-gradient(180deg,rgba(2,9,25,.04),rgba(2,9,25,.10));
}
.price-hero-full .price-hero-copy{
  position:relative !important;
  z-index:2 !important;
  width:min(54%,610px) !important;
  min-height:360px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:44px 0 48px 46px !important;
}
.price-hero-full .eyebrow{
  color:#6dccff !important;
  font-size:10px !important;
  letter-spacing:.14em !important;
}
.price-hero-full h1{
  margin:9px 0 0 !important;
  max-width:560px !important;
  font-size:clamp(48px,5.2vw,66px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
}
.price-hero-full p{
  margin:17px 0 0 !important;
  max-width:560px !important;
  color:#d0dfeb !important;
  font-size:13.5px !important;
  line-height:1.62 !important;
}
.price-hero-full .price-hero-points,
.price-hero-full .price-hero-visual{display:none !important;}

@media(max-width:900px){
  .price-hero.price-hero-full{min-height:330px !important;}
  .price-hero-full .price-hero-copy{
    width:58% !important;
    min-height:330px !important;
    padding-left:32px !important;
  }
  .price-hero-full h1{font-size:50px !important;}
  .price-hero-bg{object-position:61% center !important;}
}

@media(max-width:760px){
  .price-hero.price-hero-full{
    min-height:0 !important;
    display:flex !important;
    flex-direction:column !important;
    border-radius:23px !important;
    background:#061e35 !important;
  }
  .price-hero-bg{
    position:relative !important;
    inset:auto !important;
    order:1;
    width:100% !important;
    height:auto !important;
    aspect-ratio:1916/821 !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .price-hero-overlay{display:none !important;}
  .price-hero-full .price-hero-copy{
    order:2;
    width:100% !important;
    min-height:0 !important;
    padding:22px 19px 25px !important;
    background:linear-gradient(135deg,#071f36,#0a416a);
  }
  .price-hero-full h1{
    margin-top:7px !important;
    font-size:40px !important;
  }
  .price-hero-full p{
    margin-top:12px !important;
    max-width:100% !important;
    font-size:11.8px !important;
    line-height:1.55 !important;
  }
}

/* =========================================================
   PREISE HERO V3 – neues helles Motiv, ohne Kopf-Cropping
   ========================================================= */
.price-hero.price-hero-full{
  display:grid !important;
  grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr) !important;
  min-height:390px !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:30px !important;
  background:linear-gradient(135deg,#f7fbfe 0%,#eef6fb 62%,#e8f3fa 100%) !important;
  border:1px solid #d9e7ef !important;
  box-shadow:0 22px 58px rgba(19,50,74,.12) !important;
}
.price-hero-full:before{display:none !important;}
.price-hero-full .price-hero-copy{
  grid-column:1 !important;
  grid-row:1 !important;
  position:relative !important;
  z-index:3 !important;
  width:auto !important;
  min-height:390px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:46px 36px 48px 46px !important;
  background:linear-gradient(90deg,rgba(247,251,254,1) 0%,rgba(247,251,254,.98) 78%,rgba(247,251,254,.78) 94%,rgba(247,251,254,0) 100%) !important;
}
.price-hero-bg{
  grid-column:2 !important;
  grid-row:1 !important;
  position:relative !important;
  inset:auto !important;
  z-index:1 !important;
  width:100% !important;
  height:390px !important;
  min-height:390px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:72% center !important;
  display:block !important;
  filter:none !important;
}
.price-hero-overlay{
  grid-column:2 !important;
  grid-row:1 !important;
  position:relative !important;
  inset:auto !important;
  z-index:2 !important;
  pointer-events:none !important;
  margin-left:-80px !important;
  background:linear-gradient(90deg,#f5fafd 0%,rgba(245,250,253,.78) 22%,rgba(245,250,253,.18) 68%,rgba(245,250,253,0) 100%) !important;
}
.price-hero-full .eyebrow{
  color:#0876c8 !important;
  font-size:10px !important;
  letter-spacing:.14em !important;
}
.price-hero-full h1{
  margin:9px 0 0 !important;
  max-width:560px !important;
  color:#102f47 !important;
  font-size:clamp(48px,5.2vw,66px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
}
.price-hero-full p{
  margin:17px 0 0 !important;
  max-width:580px !important;
  color:#617b8f !important;
  font-size:13.5px !important;
  line-height:1.62 !important;
}

@media(max-width:900px){
  .price-hero.price-hero-full{
    grid-template-columns:minmax(0,1fr) 330px !important;
    min-height:350px !important;
  }
  .price-hero-full .price-hero-copy{
    min-height:350px !important;
    padding:38px 24px 40px 32px !important;
  }
  .price-hero-bg{
    height:350px !important;
    min-height:350px !important;
    object-position:74% center !important;
  }
  .price-hero-full h1{font-size:50px !important;}
}

@media(max-width:760px){
  .price-hero.price-hero-full{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    border-radius:23px !important;
    background:#f6fbfe !important;
  }
  .price-hero-bg{
    order:1 !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16/9 !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .price-hero-overlay{display:none !important;}
  .price-hero-full .price-hero-copy{
    order:2 !important;
    width:100% !important;
    min-height:0 !important;
    padding:22px 19px 25px !important;
    background:linear-gradient(135deg,#f8fcff,#edf7fc) !important;
  }
  .price-hero-full h1{
    margin-top:7px !important;
    color:#102f47 !important;
    font-size:40px !important;
  }
  .price-hero-full p{
    margin-top:12px !important;
    max-width:100% !important;
    color:#617b8f !important;
    font-size:11.8px !important;
    line-height:1.55 !important;
  }
}

/* =========================================================
   PREISE HERO V4 – Motiv nicht mehr oben beschneiden
   ========================================================= */
.price-hero.price-hero-full{
  grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr) !important;
  min-height:390px !important;
}
.price-hero-bg{
  grid-column:2 !important;
  grid-row:1 !important;
  position:relative !important;
  inset:auto !important;
  justify-self:end !important;
  align-self:center !important;
  width:auto !important;
  height:92% !important;
  min-height:0 !important;
  max-width:none !important;
  max-height:92% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  filter:none !important;
}
.price-hero-overlay{
  grid-column:2 !important;
  grid-row:1 !important;
  align-self:stretch !important;
  justify-self:stretch !important;
  margin-left:-95px !important;
  background:linear-gradient(90deg,#f5fafd 0%,rgba(245,250,253,.88) 20%,rgba(245,250,253,.34) 52%,rgba(245,250,253,0) 82%) !important;
}

@media(max-width:900px){
  .price-hero.price-hero-full{
    grid-template-columns:minmax(0,1fr) 350px !important;
  }
  .price-hero-bg{
    height:90% !important;
    max-height:90% !important;
  }
}

@media(max-width:760px){
  .price-hero.price-hero-full{
    display:flex !important;
    flex-direction:column !important;
  }
  .price-hero-bg{
    order:1 !important;
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    object-position:center top !important;
    padding:12px 10px 0 !important;
    background:#f6fbfe !important;
  }
  .price-hero-overlay{display:none !important;}
}

/* =========================================================
   FINAL OVERRIDE – Preise-Hero an System angleichen
   Einheitliches breites Querformat wie auf Hauptseiten
   ========================================================= */
.price-hero.price-hero-full{
  position:relative !important;
  overflow:hidden !important;
  min-height:340px !important;
  display:flex !important;
  align-items:center !important;
  padding:42px 46px !important;
  border-radius:32px !important;
  border:1px solid #dbe6ee !important;
  background:linear-gradient(90deg,#f8fbfd 0%,#eef4f8 48%,#e4edf4 100%) !important;
  box-shadow:0 20px 52px rgba(17,50,76,.08) !important;
}
.price-hero.price-hero-full::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,rgba(248,251,253,.97) 0%,rgba(248,251,253,.95) 31%,rgba(244,248,251,.82) 45%,rgba(238,244,248,.42) 60%,rgba(232,239,245,.10) 74%,transparent 100%),
    radial-gradient(circle at 84% 16%,rgba(36,149,229,.09),transparent 17rem) !important;
  z-index:1 !important;
}
.price-hero-bg{
  position:absolute !important;
  z-index:0 !important;
  right:0 !important;
  bottom:0 !important;
  top:auto !important;
  left:auto !important;
  width:auto !important;
  height:100% !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:right bottom !important;
  display:block !important;
}
.price-hero-overlay{display:none !important;}
.price-hero-full .price-hero-copy{
  position:relative !important;
  z-index:2 !important;
  width:min(100%,560px) !important;
  padding:0 !important;
}
.price-hero-full .eyebrow{
  color:#0a74ce !important;
  font-size:10px !important;
  font-weight:950 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}
.price-hero-full h1{
  margin:10px 0 0 !important;
  color:#12304a !important;
  max-width:520px !important;
  font-size:clamp(44px,5vw,64px) !important;
  line-height:0.98 !important;
  letter-spacing:-.055em !important;
}
.price-hero-full p{
  margin:16px 0 0 !important;
  color:#5d7487 !important;
  max-width:510px !important;
  font-size:14px !important;
  line-height:1.62 !important;
}

@media(max-width:1100px){
  .price-hero.price-hero-full{
    min-height:320px !important;
    padding:36px 34px !important;
  }
  .price-hero-bg{
    height:96% !important;
    right:-18px !important;
  }
  .price-hero-full .price-hero-copy{width:min(100%,500px) !important;}
  .price-hero-full h1{font-size:clamp(40px,5vw,54px) !important;}
}

@media(max-width:820px){
  .price-hero.price-hero-full{
    min-height:300px !important;
    padding:28px 26px !important;
    border-radius:24px !important;
  }
  .price-hero-bg{
    height:90% !important;
    right:-34px !important;
  }
  .price-hero.price-hero-full::before{
    background:linear-gradient(90deg,rgba(248,251,253,.98) 0%,rgba(248,251,253,.94) 40%,rgba(243,247,250,.66) 58%,rgba(238,244,248,.16) 78%,transparent 100%) !important;
  }
  .price-hero-full h1{font-size:clamp(34px,5.4vw,46px) !important;}
  .price-hero-full p{font-size:12.6px !important;max-width:430px !important;}
}

@media(max-width:640px){
  .price-hero.price-hero-full{
    display:block !important;
    min-height:0 !important;
    padding:0 0 22px !important;
    border-radius:22px !important;
  }
  .price-hero-bg{
    position:relative !important;
    right:auto !important;
    bottom:auto !important;
    top:auto !important;
    left:auto !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    object-position:center top !important;
    background:#edf4f8 !important;
    display:block !important;
  }
  .price-hero.price-hero-full::before{
    background:linear-gradient(180deg,transparent 0%,rgba(248,251,253,.08) 46%,rgba(248,251,253,.92) 80%,#f8fbfd 100%) !important;
  }
  .price-hero-full .price-hero-copy{
    width:auto !important;
    margin-top:-30px !important;
    padding:0 18px !important;
  }
  .price-hero-full h1{
    font-size:36px !important;
    max-width:100% !important;
  }
  .price-hero-full p{
    max-width:100% !important;
    font-size:12.2px !important;
  }
}


/* =========================================================
   MOBILE FEINSCHLIFF 2026-09-04
   Mehr Luft zwischen Bild und Text, weniger Wucht, mehr Kopfraum
   ========================================================= */
@media(max-width:680px){
  /* Startseite */
  .business-hero{
    padding:0 0 24px !important;
    border-radius:24px !important;
  }
  .business-hero-img{
    aspect-ratio:16/10 !important;
    object-position:68% 28% !important;
  }
  .business-hero-copy{
    padding:22px 18px 0 !important;
  }
  .business-hero-copy h1{
    margin-top:16px !important;
    font-size:28px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }
  .business-hero-copy p{
    margin-top:14px !important;
    font-size:11.9px !important;
    line-height:1.58 !important;
  }
  .choice-panel{
    margin:-10px auto 0 !important;
  }
  .choice-panel-head h2{
    font-size:24px !important;
    line-height:1.08 !important;
  }

  /* Preise */
  .price-hero.price-hero-full{
    padding:0 0 24px !important;
    border-radius:24px !important;
  }
  .price-hero-bg{
    aspect-ratio:16/10 !important;
    object-fit:cover !important;
    object-position:64% 26% !important;
  }
  .price-hero-full .price-hero-copy{
    margin-top:0 !important;
    padding:18px 18px 0 !important;
  }
  .price-hero-full h1{
    font-size:28px !important;
    line-height:1.05 !important;
    letter-spacing:-.04em !important;
  }
  .price-hero-full p{
    margin-top:12px !important;
    font-size:11.9px !important;
    line-height:1.58 !important;
  }

  /* Adressschutz / dunkle Info-Heroen */
  .info-hero.adressschutz-hero{
    padding:0 0 24px !important;
    border-radius:24px !important;
    overflow:hidden !important;
    grid-template-columns:1fr !important;
  }
  .adressschutz-hero > div:first-child{
    order:2 !important;
    padding:18px 18px 0 !important;
  }
  .adressschutz-hero .info-hero-visual{
    order:1 !important;
    display:block !important;
    min-height:252px !important;
    margin:0 !important;
    border-bottom:1px solid rgba(132,199,241,.18) !important;
  }
  .adressschutz-hero .info-hero-visual::before{
    display:none !important;
  }
  .adressschutz-hero .info-hero-visual img{
    width:100% !important;
    max-height:none !important;
    height:252px !important;
    object-fit:cover !important;
    object-position:56% 18% !important;
    border-radius:0 !important;
  }
  .adressschutz-hero h1{
    font-size:28px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }
  .adressschutz-hero p{
    margin-top:12px !important;
    font-size:11.9px !important;
    line-height:1.58 !important;
  }

  /* Allgemein für dunkle / info-Heroen */
  .info-hero h1{
    font-size:28px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }
  .info-hero p{
    font-size:11.9px !important;
    line-height:1.58 !important;
  }
}

@media(max-width:390px){
  .business-hero-copy h1,
  .price-hero-full h1,
  .adressschutz-hero h1,
  .info-hero h1{
    font-size:25px !important;
  }
  .business-hero-img,
  .price-hero-bg{
    aspect-ratio:10/7 !important;
  }
  .adressschutz-hero .info-hero-visual img{
    height:228px !important;
  }
}


/* Landscape-Mobile: Preise */
@media (orientation:landscape) and (min-width:681px) and (max-width:950px) and (max-height:520px){
  .price-shell{width:100%!important}
  .price-hero.price-hero-full{min-height:286px!important;height:286px!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(280px,.78fr)!important;align-items:center!important;gap:12px!important;padding:26px 28px!important;border-radius:24px!important;overflow:hidden!important;background:linear-gradient(90deg,#f8fbfd 0%,#eef4f8 58%,#e7eff5 100%)!important}
  .price-hero-bg{position:relative!important;inset:auto!important;right:auto!important;bottom:auto!important;grid-column:2!important;grid-row:1!important;width:100%!important;height:248px!important;max-width:100%!important;object-fit:contain!important;object-position:center center!important;align-self:end!important;justify-self:end!important;background:transparent!important}
  .price-hero.price-hero-full::before{background:linear-gradient(90deg,rgba(248,251,253,.99) 0%,rgba(248,251,253,.97) 50%,rgba(242,247,250,.32) 72%,transparent 100%)!important}
  .price-hero-full .price-hero-copy{grid-column:1!important;grid-row:1!important;position:relative!important;z-index:2!important;width:100%!important;margin:0!important;padding:0!important}
  .price-hero-full .eyebrow{font-size:8.5px!important}
  .price-hero-full h1{margin-top:7px!important;max-width:500px!important;font-size:34px!important;line-height:1!important;letter-spacing:-.045em!important}
  .price-hero-full p{max-width:490px!important;margin-top:11px!important;font-size:11px!important;line-height:1.5!important}
  .price-section{margin-top:10px!important}
}

/* =========================================================
   STARTSEITE PORTRAIT MOBILE - HERO RUHIGER UND LUFTIGER
   Grund: In Hochformat wirkte die Headline zu wuchtig,
   der Text saß zu dicht am Bild und das Panel rückte zu hoch.
   ========================================================= */
@media (max-width:680px) and (orientation:portrait){
  .business-hero{
    padding:0 0 42px !important;
    border-radius:24px !important;
  }
  .business-hero-img{
    aspect-ratio:4 / 3 !important;
    object-position:68% top !important;
  }
  .business-hero-copy{
    padding:22px 18px 0 !important;
  }
  .business-hero-copy .vivi-hello{
    font-size:9.8px !important;
    padding:8px 12px !important;
  }
  .business-hero-copy h1{
    margin-top:15px !important;
    font-size:clamp(27px,8.2vw,30px) !important;
    line-height:1.06 !important;
    letter-spacing:-.045em !important;
    max-width:95% !important;
  }
  .business-hero-copy p{
    display:block !important;
    margin-top:14px !important;
    font-size:12.8px !important;
    line-height:1.56 !important;
    max-width:100% !important;
    color:#60798a !important;
  }
  .choice-panel{
    width:calc(100% - 10px) !important;
    margin:12px auto 0 !important;
    padding:16px 14px 15px !important;
    border-radius:22px !important;
  }
  .choice-panel-head{
    margin-bottom:14px !important;
    gap:5px !important;
  }
  .choice-panel-head h2{
    font-size:20px !important;
    line-height:1.06 !important;
  }
  .choice-panel-head p{
    font-size:10.4px !important;
    line-height:1.42 !important;
  }
}

@media (max-width:390px) and (orientation:portrait){
  .business-hero-copy h1{
    font-size:27px !important;
  }
  .business-hero-copy p{
    font-size:12.4px !important;
  }
}

/* =========================================================
   STARTSEITE PORTRAIT MOBILE V2 - KLARE TRENNUNG
   Bild / Text / Auswahl als drei getrennte Ebenen
   ========================================================= */
@media (max-width:680px) and (orientation:portrait){
  .start-page{
    width:calc(100% - 14px) !important;
    padding-top:10px !important;
  }

  .business-hero{
    display:block !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:#f7fbfd !important;
    box-shadow:0 16px 38px rgba(25,57,82,.08) !important;
  }

  .business-hero-img{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
    object-position:67% 20% !important;
    border:0 !important;
  }

  .business-hero-copy{
    display:block !important;
    width:100% !important;
    padding:24px 20px 28px !important;
    background:#f7fbfd !important;
  }

  .business-hero-copy .vivi-hello{
    margin:0 0 14px !important;
    padding:7px 11px !important;
    font-size:9.7px !important;
    line-height:1.2 !important;
    box-shadow:none !important;
  }

  .business-hero-copy h1{
    margin:0 !important;
    max-width:100% !important;
    font-size:25px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }

  .business-hero-copy p{
    display:block !important;
    margin:14px 0 0 !important;
    max-width:100% !important;
    font-size:12.1px !important;
    line-height:1.58 !important;
  }

  .choice-panel{
    width:100% !important;
    margin:14px 0 0 !important;
    padding:18px 16px 16px !important;
    border-radius:22px !important;
    box-shadow:0 14px 34px rgba(27,60,84,.08) !important;
  }

  .choice-panel-head{
    margin-bottom:16px !important;
  }

  .choice-panel-head span{
    font-size:9px !important;
  }

  .choice-panel-head h2{
    margin-top:4px !important;
    font-size:21px !important;
    line-height:1.08 !important;
    letter-spacing:-.025em !important;
  }

  .choice-panel-head p{
    margin-top:8px !important;
    font-size:10.8px !important;
    line-height:1.45 !important;
  }

  .choice-card{
    min-height:78px !important;
    padding:13px 14px !important;
  }
}

@media (max-width:390px) and (orientation:portrait){
  .business-hero-copy{
    padding:22px 18px 26px !important;
  }
  .business-hero-copy h1{
    font-size:23px !important;
  }
  .business-hero-copy p{
    font-size:11.8px !important;
  }
  .choice-panel{
    padding:17px 14px 15px !important;
  }
  .choice-panel-head h2{
    font-size:20px !important;
  }
}


/* =========================================================
   VIVI WEBSITE-BERATUNG · ERWEITERTE AUSWAHL + TOOLTIPS
   ========================================================= */
.road-choice-wrap{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}
.road-choice-wrap>.road-choice{width:100%;height:100%}
.choice-info{position:relative;align-self:stretch;display:flex;align-items:stretch}
.choice-info summary{list-style:none;width:44px;min-height:100%;display:flex;align-items:center;justify-content:center;border:1px solid #d9e6ee;border-radius:15px;background:#f8fbfd;color:#0b77c8;font-size:15px;font-weight:950;cursor:pointer;user-select:none}
.choice-info summary::-webkit-details-marker{display:none}
.choice-info[open] summary{border-color:#9fcceb;background:#edf8ff}
.choice-info .choice-tip{position:absolute;z-index:20;right:0;top:calc(100% + 7px);width:min(330px,calc(100vw - 42px));padding:12px 13px;border:1px solid #cfe1ec;border-radius:14px;background:#fff;color:#526d80;box-shadow:0 16px 42px rgba(22,58,84,.16);font-size:10.8px;line-height:1.5}
.choice-info .choice-tip strong{display:block;margin-bottom:4px;color:#14364f;font-size:11.3px}
.road-context{margin:0 16px 2px;padding:13px 14px;border:1px solid #cfe3f2;border-radius:15px;background:#eef8ff;color:#315873;font-size:11px;line-height:1.55}
.road-context strong{color:#164b6c}
.multi-note{padding:0 16px 2px;color:#6f8494;font-size:10.5px;line-height:1.45}
.multi-grid{padding:14px 16px 4px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.multi-option{position:relative;display:flex;gap:11px;align-items:flex-start;min-height:76px;padding:13px 14px;border:1px solid #d8e5ed;border-radius:16px;background:#fff;cursor:pointer;transition:.16s ease}
.multi-option:hover{border-color:#9bceed;background:#f8fcff}
.multi-option input{position:absolute;opacity:0;pointer-events:none}
.multi-option .check{flex:0 0 21px;width:21px;height:21px;border:1.5px solid #b9cedc;border-radius:7px;background:#f8fbfd;display:flex;align-items:center;justify-content:center;color:transparent;font-size:13px;font-weight:950;margin-top:1px}
.multi-option input:checked+.check{border-color:#0a7fd3;background:#0a7fd3;color:#fff}
.multi-option input:checked~div strong{color:#086eb8}
.multi-option strong{display:block;color:#17364d;font-size:12.4px;line-height:1.3}
.multi-option small{display:block;margin-top:4px;color:#718697;font-size:10.2px;line-height:1.4}
.road-continue{padding:14px 16px 16px;display:flex;justify-content:flex-end}
.road-continue .button{min-width:150px}
.result-context{margin:0 0 15px;padding:13px 14px;border:1px solid #c9e3f3;border-radius:15px;background:#eef8ff;color:#315873;font-size:11px;line-height:1.55}
.result-context strong{color:#164b6c}
@media(max-width:680px){
  .road-choice-wrap{grid-template-columns:minmax(0,1fr) 40px;gap:6px}
  .choice-info summary{width:40px;border-radius:13px;font-size:14px}
  .choice-info .choice-tip{position:fixed;left:12px;right:12px;top:auto;bottom:14px;width:auto;max-width:none;font-size:11px;box-shadow:0 18px 60px rgba(9,41,64,.24)}
  .multi-grid{grid-template-columns:1fr;padding:10px}
  .road-context{margin:0 10px 2px}
  .multi-note{padding:0 10px 2px}
  .road-continue{padding:12px 10px 14px}.road-continue .button{width:100%}
}


/* =========================================================
   VIVI TOOLTIP SYSTEM – durchgängige Entscheidungshilfe
   2026-09-05
   ========================================================= */
.choice-card-wrap{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:stretch}
.choice-card-wrap>.choice-card{width:100%;height:100%}
.choice-card-wrap .choice-info{min-width:44px}
.choice-card-wrap .choice-info summary{width:44px}
.multi-option-wrap{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:stretch}
.multi-option-wrap>.multi-option{width:100%;height:100%}
.multi-option-wrap .choice-info{min-width:44px}
.multi-option-wrap .choice-info summary{width:44px}
.choice-info summary:focus-visible{outline:3px solid rgba(8,124,240,.24);outline-offset:2px}
.choice-tip{pointer-events:auto}
@media(max-width:680px){
  .choice-card-wrap,.multi-option-wrap{grid-template-columns:minmax(0,1fr) 40px;gap:6px}
  .choice-card-wrap .choice-info,.multi-option-wrap .choice-info{min-width:40px}
  .choice-card-wrap .choice-info summary,.multi-option-wrap .choice-info summary{width:40px}
}
