
: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;
  }
}
