/* =====================================================================
   ProMedia24 — Seiten-Komponenten (Unterseiten)
   Baut auf css/main.css auf. Gleiche Token, gleiche Anmutung.
   ===================================================================== */

/* Kundencenter — Magic-Login-Maske */
.cc-login { margin-top: 26px; max-width: 440px; }
.cc-login-label { display: block; font-weight: 600; font-size: .95rem; color: var(--ink); margin-bottom: 9px; }
.cc-login-row { display: flex; gap: 10px; flex-wrap: wrap; }
.cc-login-input { flex: 1 1 220px; min-width: 0; padding: 13px 16px; font-size: 1rem; font-family: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-sm); transition: border-color .15s ease, box-shadow .15s ease; }
.cc-login-input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-tint); }
.cc-login-row .btn { flex: 0 0 auto; }
.cc-login-hint { margin-top: 12px; font-size: .88rem; color: var(--ink-2); line-height: 1.5; }
.cc-login-hint a { color: var(--orange-deep); font-weight: 600; }
@media (max-width: 520px) { .cc-login-row .btn { flex: 1 1 100%; justify-content: center; } }

/* Aktiver Navigationszustand */
nav.main a.active { color: var(--ink); }
nav.main a.active::after { transform: scaleX(1); }

/* Dropdown unter „Webhosting" */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-item > a { display: inline-flex; align-items: center; gap: 5px; }
.nav-item > a .caret { width: 13px; height: 13px; transition: transform .2s ease; }
.nav-item:hover > a .caret, .nav-item:focus-within > a .caret { transform: rotate(180deg); }
.submenu {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 248px; background: var(--paper); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-lg); padding: 8px;
  display: grid; gap: 1px; opacity: 0; visibility: hidden; transition: opacity .16s ease, transform .16s ease;
  z-index: 60;
}
.nav-item:hover .submenu, .nav-item:focus-within .submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.submenu::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.submenu a { padding: 10px 13px; border-radius: 9px; font-weight: 600; font-size: .92rem; color: var(--ink-2); white-space: nowrap; }
.submenu a::after { display: none; }
.submenu a:hover { background: var(--orange-tint); color: var(--orange-deep); }
.submenu a.lead-link { color: var(--ink); font-weight: 700; }
.submenu .sub-sep { height: 1px; background: var(--line); margin: 5px 6px; }

/* Megamenü (zweispaltig) für „Webhosting" */
.submenu.mega { min-width: 520px; grid-template-columns: 1fr 1fr; gap: 4px 18px; padding: 16px; left: 0; transform: translateX(0) translateY(6px); }
.nav-item:hover .submenu.mega, .nav-item:focus-within .submenu.mega { transform: translateX(0) translateY(0); }
.submenu.mega .sub-h { grid-column: span 1; font-family: var(--f-text); font-weight: 700; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); padding: 4px 13px 6px; }
.submenu.mega .sub-col { display: grid; gap: 1px; align-content: start; }
.submenu.mega .lead-link { background: var(--orange-tint); color: var(--orange-deep); }

/* Glossar / Hosting-Lexikon */
.glossary { margin-top: 8px; display: grid; gap: 14px; }
.gloss-group { scroll-margin-top: 90px; }
.gloss-letter { font-family: var(--f-display); font-weight: 800; font-size: 1.4rem; color: var(--orange-deep); margin-bottom: 10px; padding-bottom: 6px; border-bottom: 2px solid var(--line); }
.gloss-item { padding: 16px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 220px 1fr; gap: 20px; }
.gloss-item:first-of-type { border-top: 0; }
.gloss-item dt { font-family: var(--f-display); font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.gloss-item dd { margin: 0; color: var(--ink-2); font-size: .96rem; line-height: 1.6; }
.gloss-item dd a { color: var(--orange-deep); font-weight: 600; }
.gloss-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.gloss-nav a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-2); border-radius: 10px; font-weight: 700; font-size: .92rem; color: var(--ink); }
.gloss-nav a:hover { background: var(--orange-tint); border-color: var(--orange-soft); color: var(--orange-deep); }

/* Ratgeber-Entscheidungskarten */
.decide { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.decard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.decard:hover { border-color: var(--orange-soft); box-shadow: var(--shadow); transform: translateY(-3px); }
.decard .q { font-family: var(--f-display); font-weight: 700; font-size: 1.18rem; color: var(--ink); }
.decard p { color: var(--ink-2); font-size: .95rem; margin: 8px 0 16px; flex: 1; }
.decard .rec { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: .92rem; color: var(--orange-deep); }
.decard .rec .arr { transition: transform .2s ease; }
.decard:hover .rec .arr { transform: translateX(4px); }

@media (max-width: 820px) {
  .submenu.mega { min-width: 0; grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .gloss-item { grid-template-columns: 1fr; gap: 4px; }
  .decide { grid-template-columns: 1fr; }
}

/* =====================================================================
   SYSTEMSTATUS
   ===================================================================== */
.status-banner { display: flex; align-items: center; gap: 13px; background: #E3EFE9; border: 1px solid #BFE3CC; color: #2C6B45; border-radius: var(--r); padding: 18px 22px; font-weight: 700; font-size: 1.05rem; margin-top: 8px; }
.status-banner .dot { width: 13px; height: 13px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 5px color-mix(in srgb, var(--ok) 18%, transparent); flex: none; }
.statuslist { margin-top: 28px; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--paper); }
.statusrow { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 22px; border-top: 1px solid var(--line); }
.statusrow:first-child { border-top: 0; }
.statusrow .svc { font-weight: 600; color: var(--ink); }
.statusrow .svc small { display: block; font-weight: 500; color: var(--ink-3); font-size: .82rem; margin-top: 2px; }
.statusrow .state { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .9rem; color: var(--ok); white-space: nowrap; }
.statusrow .state .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ok); flex: none; }
/* Status-Kacheln: gleich großes Raster statt Zeilenliste */
.statusgrid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.statustile { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; display: flex; flex-direction: column; }
.statustile .name { font-weight: 600; color: var(--ink); font-size: 1.02rem; }
.statustile small { display: block; font-weight: 500; color: var(--ink-3); font-size: .82rem; line-height: 1.5; margin-top: 4px; flex: 1; }
.statustile .state { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .9rem; color: var(--ok); white-space: nowrap; margin-top: 14px; }
.statustile .state .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--ok); flex: none; }
@media (max-width: 900px) { .statusgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .statusgrid { grid-template-columns: 1fr; } }
.incidents { margin-top: 30px; max-width: 820px; }
.incident { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line); }
.incident:first-of-type { border-top: 0; }
.incident .idate { font-weight: 700; color: var(--ink-3); font-size: .85rem; }
.incident b { color: var(--ink); font-family: var(--f-display); }
.incident p { color: var(--ink-2); font-size: .93rem; margin-top: 3px; }
@media (max-width: 600px) { .incident { grid-template-columns: 1fr; gap: 3px; } }

/* Anleitungen: Icon im Akkordeon-Titel */
.guides summary { display: flex; align-items: center; gap: 12px; }
.guides summary .g-ic { width: 30px; height: 30px; border-radius: 9px; background: var(--orange-tint); color: var(--orange-deep); display: grid; place-items: center; flex: none; }
.guides summary .g-ic svg { width: 17px; height: 17px; }
.guides .ans ol { margin: 0; padding-left: 22px; display: grid; gap: 9px; }
.guides .ans li { color: var(--ink-2); }
.guides .ans li::marker { color: var(--orange-deep); font-weight: 700; }

/* =====================================================================
   TUTORIAL-EINZELSEITEN (vertikale Schritte, Callouts, Meta)
   ===================================================================== */
.tut-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.tut-meta .tm { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 15px; font-weight: 600; font-size: .88rem; color: var(--ink-2); }
.tut-meta .tm svg { width: 16px; height: 16px; color: var(--orange-deep); flex: none; }

.callout { display: flex; gap: 14px; border-radius: var(--r); padding: 18px 20px; margin: 24px 0; border: 1px solid var(--line); background: var(--paper); }
.callout svg { width: 22px; height: 22px; flex: none; margin-top: 1px; }
.callout b { color: var(--ink); display: block; margin-bottom: 3px; }
.callout p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.callout.tip { background: var(--orange-tint); border-color: var(--orange-soft); }
.callout.tip svg { color: var(--orange-deep); }
.callout.note { background: #E8EEF0; border-color: #C7D6DB; }
.callout.note svg { color: var(--teal); }
.callout.warn { background: #FBE9D9; border-color: #F0C49A; }
.callout.warn svg { color: #B5651A; }

.tut-steps { counter-reset: tstep; margin-top: 16px; max-width: 760px; }
.tut-step { position: relative; padding: 0 0 28px 64px; }
.tut-step::before { counter-increment: tstep; content: counter(tstep); position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 1.2rem; display: grid; place-items: center; }
.tut-step::after { content: ""; position: absolute; left: 21px; top: 50px; bottom: 4px; width: 2px; background: var(--line-2); }
.tut-step:last-child { padding-bottom: 0; }
.tut-step:last-child::after { display: none; }
.tut-step h3 { font-size: 1.18rem; margin-bottom: 7px; }
.tut-step p { color: var(--ink-2); margin: 0 0 8px; }
.tut-step p:last-child { margin-bottom: 0; }
.tut-step code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .88em; background: var(--cream-2); border: 1px solid var(--line); border-radius: 6px; padding: 1px 7px; color: var(--ink); }
.tut-step ul { margin: 8px 0 0; padding-left: 20px; display: grid; gap: 6px; }
.tut-step ul li { color: var(--ink-2); font-size: .95rem; }

/* Verwandte Anleitungen / Karten-Hub */
.guide-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.guide-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.guide-card:hover { border-color: var(--orange-soft); box-shadow: var(--shadow); transform: translateY(-3px); }
.guide-card .gc-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--orange-tint); color: var(--orange-deep); display: grid; place-items: center; margin-bottom: 14px; }
.guide-card .gc-ic svg { width: 23px; height: 23px; }
.guide-card h3 { font-size: 1.12rem; }
.guide-card p { color: var(--ink-2); font-size: .94rem; margin: 8px 0 16px; flex: 1; }
.guide-card .gc-go { font-weight: 700; font-size: .92rem; color: var(--orange-deep); display: inline-flex; align-items: center; gap: 7px; }
.guide-card .gc-go .arr { transition: transform .2s ease; }
.guide-card:hover .gc-go .arr { transform: translateX(4px); }

/* Preis-Anker-Navigation */
.price-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.price-jump a { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--pill); padding: 9px 17px; font-weight: 600; font-size: .92rem; color: var(--ink); transition: border-color .15s ease, background .15s ease; }
.price-jump a:hover { border-color: var(--orange-soft); background: var(--orange-tint); color: var(--orange-deep); }
.price-section { scroll-margin-top: 90px; }

@media (max-width: 900px) {
  .guide-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .guide-cards { grid-template-columns: 1fr; }
  .tut-step { padding-left: 56px; }
  .tut-step::before { width: 38px; height: 38px; font-size: 1.05rem; }
  .tut-step::after { left: 18px; }
}

/* Startseite: 4 Projekt-Karten im 2×2-Raster */
.refs.four { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .refs.four { grid-template-columns: 1fr; } }

/* Inhaber-Foto */
.portrait.has-photo { display: block; padding: 0; background: none; overflow: hidden; }
.portrait.has-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: inherit; display: block; }

/* =====================================================================
   BILDER / MEDIA
   ===================================================================== */
.media-band { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.media-band figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; }
.media-band img { display: block; width: 100%; height: clamp(220px, 38vw, 440px); object-fit: cover; }
.media-band figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 28px 18px; color: #fff; font-weight: 600; font-size: .95rem; background: linear-gradient(to top, rgba(20,14,8,.72), transparent); }

.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.media-split.flip .ms-text { order: 2; }
.media-split .ms-img { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 3 / 2; }
.media-split .ms-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-split .ms-img.tall { aspect-ratio: 4 / 5; }
.media-split .prose { max-width: none; }

/* Sanfte CTA-Variante (z. B. Startseite) – nicht vollflächig orange */
.cta-card.soft { background: var(--paper-warm); border: 1px solid var(--line); color: var(--ink); }
.cta-card.soft::after { background: var(--orange-tint); opacity: .6; }
.cta-card.soft .eyebrow { color: var(--orange-deep); }
.cta-card.soft .eyebrow::before { background: var(--orange); }
.cta-card.soft h2 { color: var(--ink); }
.cta-card.soft p { color: var(--ink-2); }
.cta-card.soft .cta-note { color: var(--ink-3); }
.cta-card.soft .btn-on-orange { background: var(--orange); color: #fff; }
.cta-card.soft .btn-on-orange:hover { background: var(--orange-deep); }
.cta-card.soft .btn-outline-w { background: var(--paper); color: var(--ink); border-color: var(--line-2); }
.cta-card.soft .btn-outline-w:hover { border-color: var(--ink); background: var(--paper-warm); }
.cta-card.soft .cta-contact { background: var(--cream-2); border-color: var(--line); position: relative; z-index: 1; }
.cta-card.soft .cta-contact .row svg { color: var(--orange-deep); }
.cta-card.soft .cta-contact .row b { color: var(--ink); }
.cta-card.soft .cta-contact .row small { color: var(--ink-2); }

/* Dezent-orange CTA-Variante (Startseite) – ruhigerer Terrakotta-Ton */
.cta-card.muted { background: oklch(0.605 0.108 46); }
.cta-card.muted::after { background: rgba(255,255,255,.08); }

@media (max-width: 900px) {
  .media-split { grid-template-columns: 1fr; }
  .media-split.flip .ms-text { order: 0; }
  .media-split .ms-img { aspect-ratio: 16 / 10; }
}

/* Footer: Spezial-Hosting-Linkzeile */
.foot-special { margin-top: 36px; padding-top: 26px; border-top: 1px solid #3A332D; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; }
.foot-special h4 { font-family: var(--f-text); font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #978B7D; margin: 0 8px 0 0; }
.foot-special a { font-size: .9rem; color: #C9BEB1; }
.foot-special a:hover { color: #fff; }
.foot-special .sep { color: #5A5048; }

/* Footer: Vertragsrechte-Links (§356a/§312k) – im Rechtliches-Bündel, aber fett hervorgehoben */
.foot-bottom nav a.fc-link { font-weight: 800; color: #fff; }
.foot-bottom nav a.fc-link:hover { color: var(--orange); }

@media (max-width: 820px) {
  .nav-item { width: 100%; flex-direction: column; align-items: flex-start; }
  .nav-item > a { width: 100%; }
  .submenu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: 0; padding: 2px 0 6px 14px; min-width: 0; background: transparent; }
  .submenu a { padding: 7px 10px; }
  /* Tippen löste sonst die Desktop-Zentrierung (translateX(-50%)) aus → die
     Unterpunkte rutschten nach links aus dem Bild. Im mobilen Menü bleibt das
     Untermenü statisch sichtbar. */
  .nav-item:hover .submenu, .nav-item:focus-within .submenu,
  .nav-item:hover .submenu.mega, .nav-item:focus-within .submenu.mega { transform: none; left: auto; }
}

/* Laufzeit-Rabatt-Hinweis unter dem Monatspreis (Tarifkarten / Preisseite) */
.price-cycle { font-size: .8rem; font-weight: 700; color: #1f7a4d; margin: -2px 0 10px; }
.price-cycle b { color: #1f7a4d; }

/* Breadcrumb */
.crumb { padding-top: 22px; }
.crumb .wrap { font-size: .85rem; font-weight: 600; color: var(--ink-3); display: flex; gap: 8px; align-items: center; }
.crumb a { color: var(--ink-3); }
.crumb a:hover { color: var(--orange-deep); }
.crumb .sep { color: var(--line-2); }

/* =====================================================================
   PAGE-HERO (kompakter als Startseiten-Hero)
   ===================================================================== */
.page-hero { padding-top: clamp(34px, 4.5vw, 56px); padding-bottom: clamp(30px, 4vw, 48px); }
.page-hero .wrap { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.page-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); margin-top: 14px; }
.page-hero .lead { margin-top: 18px; max-width: 48ch; }
.page-hero .hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.page-hero.solo .wrap { grid-template-columns: 1fr; }
.page-hero.solo .lead { max-width: 60ch; }
.page-hero.solo { padding-bottom: clamp(8px, 1.5vw, 16px); }
.page-hero.solo + .section, .page-hero.solo + .crumb + .section { padding-top: clamp(24px, 3.5vw, 40px); }
.page-hero.solo + .statband { margin-top: clamp(18px, 2.8vw, 34px); }

/* „Auf einen Blick"-Karte */
.glance { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.glance .gh { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; }
.glance .big { font-family: var(--f-display); font-weight: 800; font-size: 2rem; color: var(--ink); letter-spacing: -.02em; line-height: 1; }
.glance .big span { font-size: .95rem; font-weight: 600; color: var(--ink-3); }
.glance ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 13px; }
.glance li { display: flex; gap: 11px; align-items: flex-start; font-weight: 600; color: var(--ink); font-size: .95rem; }
.glance li svg { width: 20px; height: 20px; color: var(--ok); flex: none; margin-top: 1px; }

/* =====================================================================
   TARIF-KARTEN
   ===================================================================== */
.tariffs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; align-items: stretch; }
.tariff { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; display: flex; flex-direction: column; position: relative; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tariff:hover { border-color: var(--orange-soft); box-shadow: var(--shadow); transform: translateY(-3px); }
.tariff.popular { border-color: var(--orange); border-width: 2px; box-shadow: var(--shadow-lg); transform: translateY(-10px); }
.tariff.popular:hover { transform: translateY(-13px); }
.tariff .rec-line { font-size: .82rem; font-weight: 700; color: var(--orange-deep); margin: 2px 0 0; }
.tariff .tag { position: absolute; top: -13px; left: 26px; background: var(--orange); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; padding: 6px 13px; border-radius: var(--pill); }
.tariff h3 { font-size: 1.4rem; }
.tariff .price { font-family: var(--f-display); font-weight: 800; font-size: 2.3rem; color: var(--ink); margin: 12px 0 2px; letter-spacing: -.02em; }
.tariff .price span { font-size: 1rem; font-weight: 600; color: var(--ink-3); letter-spacing: 0; }
.tariff .sub { font-size: .88rem; color: var(--ink-2); }
.tariff .feats { list-style: none; padding: 0; margin: 22px 0 24px; display: grid; gap: 12px; flex: 1; }
.tariff .feats li { display: flex; gap: 10px; font-size: .95rem; color: var(--ink-2); }
.tariff .feats svg { width: 18px; height: 18px; color: var(--ok); flex: none; margin-top: 2px; }
.tariff .btn { width: 100%; }
.tariffs-note { margin-top: 22px; font-size: .95rem; color: var(--ink-2); }
.tariffs-note a { color: var(--orange-deep); font-weight: 700; }

/* =====================================================================
   VERGLEICHSTABELLE
   ===================================================================== */
.cmp { margin-top: 32px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.cmp table { width: 100%; border-collapse: collapse; min-width: 580px; }
.cmp th, .cmp td { padding: 14px 18px; text-align: left; font-size: .93rem; border-top: 1px solid var(--line); }
.cmp thead th { background: var(--cream-2); font-family: var(--f-display); font-weight: 800; color: var(--ink); border-top: 0; }
.cmp thead th:first-child { border-radius: var(--r) 0 0 0; }
.cmp tbody th { font-weight: 600; color: var(--ink-2); }
.cmp tbody td { color: var(--ink); font-weight: 700; }
.cmp tbody tr:hover { background: var(--cream-2); }

/* =====================================================================
   „INKLUSIVE"-RASTER
   ===================================================================== */
.incl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 30px; margin-top: 32px; }
.incl .it { display: flex; gap: 13px; padding: 8px 0; }
.incl .it svg { width: 22px; height: 22px; color: var(--orange-deep); flex: none; margin-top: 2px; }
.incl .it b { display: block; color: var(--ink); font-size: 1rem; }
.incl .it span { color: var(--ink-2); font-size: .92rem; }
.incl .it a { color: var(--orange-deep); font-weight: 700; }

/* =====================================================================
   PROSE / TEXTBLÖCKE / USE-CASES
   ===================================================================== */
.prose { max-width: 72ch; }
.prose p { color: var(--ink-2); margin-top: 15px; }
.prose h3 { margin-top: 30px; }
.prose a { color: var(--orange-deep); font-weight: 600; }

.usecases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.uc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.uc .uc-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--orange-tint); color: var(--orange-deep); display: grid; place-items: center; margin-bottom: 14px; }
.uc .uc-ic svg { width: 23px; height: 23px; }
.uc h3 { font-size: 1.12rem; }
.uc p { color: var(--ink-2); font-size: .95rem; margin-top: 8px; }

/* Drei kurze „Passt zu mir"-Blöcke */
.fits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.fit { padding: 24px; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper-warm); }
.fit b { font-family: var(--f-display); font-size: 1.15rem; color: var(--ink); display: block; margin-bottom: 8px; }
.fit p { color: var(--ink-2); font-size: .94rem; }

/* =====================================================================
   FAQ-AKKORDEON
   ===================================================================== */
.faq { margin-top: 32px; max-width: 880px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 48px 20px 0; position: relative; font-family: var(--f-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 10px; top: 16px; font-size: 1.6rem; line-height: 1; color: var(--orange); transition: transform .2s ease; }
.faq details[open] summary::after { content: "–"; }
.faq .ans { padding: 0 48px 24px 0; color: var(--ink-2); }
.faq .ans a { color: var(--orange-deep); font-weight: 600; }

/* =====================================================================
   MITTLERER CTA-STREIFEN (wiederverwendet .cta-card aus main.css)
   ===================================================================== */
.section.tight { padding-block: clamp(40px, 5vw, 64px); }

/* =====================================================================
   DOMAIN-TLD-RASTER (Domains-Seite)
   ===================================================================== */
.tlds { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; margin-top: 32px; }
.tld { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; text-align: center; transition: border-color .2s ease; }
.tld:hover { border-color: var(--orange-soft); }
.tld .ext { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: var(--ink); }
.tld .p { font-size: .85rem; color: var(--ink-2); font-weight: 600; margin-top: 4px; }
.tld .p b { color: var(--orange-deep); }
/* Hervorgehobene TLDs (.de/.com/.eu) */
.tld.feat-tld { border-color: var(--orange-soft); background: var(--orange-tint); position: relative; }
.tld.feat-tld .ext { color: var(--orange-deep); }
.tld-badge { display: inline-block; margin-top: 6px; font-family: var(--f-mono); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--orange); border-radius: var(--pill); padding: 2px 8px; }

/* =====================================================================
   PROZESS-SCHRITTE (Umzug, Support)
   ===================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .no { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 1.2rem; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.12rem; }
.step p { color: var(--ink-2); font-size: .94rem; margin-top: 8px; }
.step::after { content: ""; position: absolute; top: 30px; left: 56px; right: -10px; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 8px, transparent 8px 14px); }
.step:last-child::after { display: none; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1000px) {
  .page-hero .wrap { grid-template-columns: 1fr; }
  .page-hero .glance { order: 2; }
  .tariffs { grid-template-columns: 1fr; max-width: 460px; }
  .usecases, .incl, .fits { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
}

/* Reassurance-Leiste unter Tarifen */
.reassure { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; margin-top: 30px; padding: 16px 20px; background: var(--sand); border: 1px solid var(--line); border-radius: var(--pill); }
.reassure span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.reassure svg { width: 17px; height: 17px; color: var(--pine); flex: none; }
@media (max-width: 560px) { .reassure { border-radius: var(--r); } }

/* Spezial-Hosting am Seitenende: kompaktere Kacheln */
.svc-compact .svc { padding: 18px 20px; }
.svc-compact .svc .ic-wrap { width: 40px; height: 40px; margin-bottom: 10px; }
.svc-compact .svc .ic-wrap svg { width: 20px; height: 20px; }
.svc-compact .svc h3 { font-size: 1.05rem; }
.svc-compact .svc p { font-size: .88rem; margin-top: 5px; }
/* =====================================================================
   TIMELINE (Über uns – Firmengeschichte)
   ===================================================================== */
.timeline { position: relative; margin-top: 40px; max-width: 720px; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: var(--line-2); }
.tl { position: relative; padding: 0 0 26px 46px; }
.tl:last-child { padding-bottom: 0; }
.tl::before { content: ""; position: absolute; left: 4px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--orange); border: 3px solid var(--cream); box-shadow: 0 0 0 1px var(--line-2); }
.tl .yr { font-family: var(--f-display); font-weight: 800; color: var(--ink); font-size: 1.05rem; }
.tl .ev { color: var(--ink-2); font-size: .95rem; margin-top: 2px; }
.tl .ev i { font-style: italic; color: var(--ink); font-weight: 600; }

/* Inhaber-Porträt-Platzhalter */
.portrait { background: repeating-linear-gradient(135deg, var(--cream-2) 0 14px, var(--paper) 14px 28px); border: 1px solid var(--line); border-radius: var(--r-lg); aspect-ratio: 4 / 5; display: flex; align-items: flex-end; padding: 16px; }
.portrait span { font-family: ui-monospace, monospace; font-size: .74rem; color: var(--ink-3); }

/* Wertekarten mit Zitat */
.value-quote { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; color: var(--orange-deep); line-height: 1.25; margin-bottom: 10px; }

/* =====================================================================
   RESPONSIVE (Ergänzung)
   ===================================================================== */
/* =====================================================================
   FORMULARE (Kontakt, Kündigung)
   ===================================================================== */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3.5vw, 40px); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.field label .req { color: var(--orange-deep); }
.field input, .field select, .field textarea { font: inherit; font-size: .96rem; color: var(--ink); background: var(--paper-warm); border: 1.5px solid var(--line-2); border-radius: 10px; padding: 11px 13px; transition: border-color .15s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .82rem; color: var(--ink-3); margin-top: 14px; }
.form-note a { color: var(--orange-deep); font-weight: 600; }
.form-actions { margin-top: 22px; }
.form-ok { margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: #E3EFE9; border: 1px solid #BFE3CC; color: #2C6B45; font-weight: 600; font-size: .92rem; display: none; }
.form-ok.show { display: block; }

.radio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.radio-card { border: 1.5px solid var(--line-2); border-radius: 12px; padding: 16px; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.radio-card:hover { border-color: var(--orange-soft); }
.radio-card:has(input:checked) { border-color: var(--orange); background: var(--orange-tint); }
.radio-card b { display: block; font-family: var(--f-display); font-size: 1rem; margin: 6px 0 4px; }
.radio-card span { font-size: .85rem; color: var(--ink-2); }
.checkbox-row { display: flex; gap: 11px; align-items: flex-start; margin-top: 20px; font-size: .9rem; color: var(--ink-2); }
.checkbox-row input { margin-top: 3px; flex: none; }

/* Kontakt-Infokarte */
.contact-info { display: grid; gap: 20px; }
.contact-info .ci { display: flex; gap: 13px; align-items: flex-start; }
.contact-info .ci svg { width: 22px; height: 22px; color: var(--orange-deep); flex: none; margin-top: 2px; }
.contact-info .ci .lbl { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.contact-info .ci b { font-size: 1.08rem; color: var(--ink); }
.contact-info .ci span { color: var(--ink-2); font-size: .95rem; }

/* Einzugsgebiet */
.region { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; max-width: 720px; }
.region-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--pill); padding: 9px 16px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.region-chip svg { width: 15px; height: 15px; color: var(--orange-deep); }
.region-chip.standort { background: var(--orange-tint); border-color: var(--orange-soft); color: var(--orange-deep); }

/* Kundencenter-Zugangskarten */
.access { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.access .ac { background: var(--paper-warm); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.access .ac b { font-family: var(--f-display); font-size: 1.05rem; display: block; }
.access .ac p { color: var(--ink-2); font-size: .9rem; margin: 6px 0 12px; }
.access .ac a { font-weight: 700; color: var(--orange-deep); font-size: .92rem; }

@media (max-width: 1000px) {
  .form-grid { grid-template-columns: 1fr; }
  .radio-cards { grid-template-columns: 1fr; }
  .access { grid-template-columns: 1fr; }
}

/* =====================================================================
   RECHTSTEXTE (Impressum, Datenschutz, AGB) — sachlich, gut lesbar
   ===================================================================== */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.5rem; margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--line); }
.legal h2:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.legal h3 { font-size: 1.12rem; margin-top: 28px; }
.legal h4 { font-family: var(--f-text); font-size: 1rem; font-weight: 700; color: var(--ink); margin-top: 20px; }
.legal p, .legal li { color: var(--ink-2); font-size: .96rem; line-height: 1.7; }
.legal p { margin-top: 12px; }
.legal ul { margin: 12px 0; padding-left: 22px; display: grid; gap: 7px; }
.legal a { color: var(--orange-deep); font-weight: 600; word-break: break-word; }
.legal strong, .legal b { color: var(--ink); }
.legal .addr { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; margin-top: 16px; color: var(--ink); font-size: .96rem; line-height: 1.7; }
.legal .updated { margin-top: 26px; font-style: italic; color: var(--ink-3); font-size: .88rem; }
.legal .lead-note { font-size: 1.02rem; color: var(--ink-2); }

/* =====================================================================
   FEATURE-GRID (dichte „Technik & Vorteile") + Performance-Stats
   ===================================================================== */
.featgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }
.featc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; display: flex; gap: 13px; align-items: flex-start; transition: border-color .2s ease, box-shadow .2s ease; }
.featc:hover { border-color: var(--orange-soft); box-shadow: var(--shadow-sm); }
.featc .fi { width: 42px; height: 42px; border-radius: 11px; background: var(--orange-tint); color: var(--orange-deep); display: grid; place-items: center; flex: none; }
.featc .fi svg { width: 21px; height: 21px; }
.featc b { display: block; font-family: var(--f-display); font-weight: 700; font-size: 1.02rem; color: var(--ink); letter-spacing: -.01em; }
.featc p { color: var(--ink-2); font-size: .9rem; margin-top: 3px; line-height: 1.45; }

.perfstrip { margin-top: 38px; background: var(--teal); color: #fff; border-radius: var(--r-lg); padding: clamp(26px, 4vw, 40px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.perfstrip .ps { text-align: center; }
.perfstrip .ps .n { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -.02em; }
.perfstrip .ps .n b { color: var(--orange-soft); }
.perfstrip .ps .l { font-size: .86rem; color: #CFE0E1; margin-top: 4px; }

@media (max-width: 900px) {
  .featgrid { grid-template-columns: 1fr 1fr; }
  .perfstrip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .featgrid { grid-template-columns: 1fr; }
  .perfstrip { grid-template-columns: 1fr 1fr; }
}

/* =====================================================================
   WALLY auf Unterseiten (gezielte Einbindung)
   ===================================================================== */
/* Hero-Wally (z. B. FAQ): rechte Spalte */
.page-hero .wally-stage { position: relative; display: grid; place-items: center; min-height: 300px; }
.page-hero .wally-stage .disc { position: absolute; width: min(340px, 88%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 42%, var(--orange-tint) 0%, var(--cream-2) 60%, transparent 72%); }
.page-hero .wally-stage .mascot { position: relative; width: min(240px, 72%); filter: drop-shadow(0 22px 26px rgba(80,45,15,.18)); }
.page-hero .wally-stage .speech-2 { position: absolute; z-index: 2; top: 4%; right: -2%; background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 16px 16px 16px 4px; padding: 12px 15px; font-weight: 600; font-size: .9rem; max-width: 190px; box-shadow: var(--shadow); line-height: 1.4; }

/* Wally-Streifen (z. B. Webhosting): schmales Band mit Figur + Text */
.wally-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(18px, 3vw, 40px); background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px clamp(22px, 3vw, 36px); }
.wally-strip .ws-fig { width: 92px; flex: none; align-self: end; margin-bottom: -22px; }
.wally-strip .ws-text b { display: block; font-family: var(--f-display); font-weight: 800; font-size: 1.18rem; color: var(--ink); letter-spacing: -.01em; }
.wally-strip .ws-text p { color: var(--ink-2); font-size: .96rem; margin-top: 4px; max-width: 60ch; }
.wally-strip .btn { white-space: nowrap; }
@media (max-width: 720px) {
  .wally-strip { grid-template-columns: 1fr; text-align: center; gap: 8px; }
  .wally-strip .ws-fig { justify-self: center; margin-bottom: 0; }
  .wally-strip .ws-text p { margin-inline: auto; }
}

/* Wally „lehnt" am Abschluss-CTA (sitzt oben auf der Karte, auf hellem Grund) */
.cta-has-wally .wrap { position: relative; }
.cta-wally-peek { position: absolute; top: -58px; right: 56px; width: 124px; z-index: 3; filter: drop-shadow(0 16px 20px rgba(80,45,15,.20)); }
@media (max-width: 860px) {
  .cta-wally-peek { width: 96px; top: -46px; right: 24px; }
}
@media (max-width: 560px) {
  .cta-wally-peek { display: none; }
}

/* Kontakt: kleiner Wally beim Kontaktblock */
.contact-wally { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-wally .cw-fig { width: 78px; flex: none; }
.contact-wally p { color: var(--ink-2); font-size: .95rem; line-height: 1.5; }
.contact-wally p b { display: block; font-family: var(--f-display); font-weight: 800; color: var(--ink); font-size: 1.05rem; }
