/* ==========================================================================
   Caveat lokal gehostet (DSGVO)
   Vorher wurde die Schrift von fonts.googleapis.com geladen — dabei geht die
   IP-Adresse jedes Besuchers an Google (LG München, Az. 3 O 17493/20).
   Die Datenschutzerklärung sagte bereits "keine Google Fonts" — jetzt stimmt das.
   Lizenz: SIL Open Font License, Selbst-Hosting ausdrücklich erlaubt.
   ========================================================================== */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Caveat-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Caveat-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Caveat-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Caveat-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Caveat-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Caveat-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ==========================================================================
   ProDocs-Nav für DiKita-Pages (isoliert, überschreibt Armans Styles nicht)
   ========================================================================== */

/* Armans Eigen-Header + Mega-Menu ausblenden — ProDocs-Nav ersetzt sie */
.site-header,
.mega-menu,
.menu-toggle,
label[for="menu-toggle"] {
    display: none !important;
}

/* Body-Padding-Top für die 44px ProDocs-Nav */
body { padding-top: 44px !important; }

/* ---------- ProDocs-Nav (Kopie aus /style.css, mit hart-codierten Vars) ---------- */
.pd-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    height: 44px;
    background: #0f1520;
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Inter', system-ui, sans-serif;
}
.pd-nav.is-scrolled {
    background: rgba(15,21,32,.97);
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    height: 64px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.pd-nav__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pd-nav__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform .3s ease;
    text-decoration: none;
    color: #fff;
}
.pd-nav__logo:hover { transform: scale(1.05); }
.pd-nav__logo-img { height: 28px; width: auto; max-height: 28px; object-fit: contain; }
.pd-nav__logo-text {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1;
}
.pd-nav__links {
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50px;
    padding: 8px 28px;
    background: rgba(255, 255, 255, 0.08);
}
.pd-nav__link {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color .3s ease, transform .3s ease;
}
.pd-nav__link:hover { color: #fff; transform: translateY(-1px); }
.pd-nav__link::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 50%;
    width: 0; height: 2px;
    background: linear-gradient(90deg, transparent, #2d8cf0, transparent);
    transition: width .4s cubic-bezier(0.16, 1, 0.3, 1), left .4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 2px;
}
.pd-nav__link:hover::after { width: 100%; left: 0; }
.pd-nav__link--active { color: #fff; }
.pd-nav__link--active::after { width: 100%; left: 0; }

.pd-nav__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.pd-nav__hamburger span {
    display: block; width: 24px; height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.pd-nav__hamburger.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.pd-nav__hamburger.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.pd-nav__hamburger.is-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.pd-nav-mobile {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #0a0d14;
    z-index: 99;
    padding: 60px 40px 20px;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s ease;
}
.pd-nav-mobile.is-open { transform: translateY(0); opacity: 1; }
.pd-nav-mobile__link {
    font-family: 'Inter', sans-serif;
    font-size: 16px; font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
}

@media (max-width: 900px) {
    .pd-nav__links      { display: none !important; }
    .pd-nav__hamburger  { display: flex !important; }
    .pd-nav-mobile      { display: flex; }
    .pd-nav__wrapper    { padding: 0 20px; }
    .pd-nav__logo-img   { height: 26px; max-height: 26px; }
    .pd-nav__logo-text  { font-size: 18px; }
}

/* Smooth-Scroll bei Anker-Klicks + Offset für fixed Nav */
html { scroll-behavior: smooth; }
[id="auch-interessant"] { scroll-margin-top: 80px; }

/* ---------- Typo-Harmonisierung (Raster mit DigiFiles) ----------
   H1 48 · H2 32 · H3 20 · Lead 18 · Body 16
   Playfair bleibt für h1/h2, Caveat/Italic-Akzente bleiben unangetastet. */
body h1 { font-size: 48px !important; line-height: 1.15 !important; }
body h2 { font-size: 32px !important; line-height: 1.2 !important; }
body h3 { font-size: 20px !important; }
body .section-lead,
body .subpage-hero__lead,
body .mega-menu__hero-lead { font-size: 18px !important; line-height: 1.6 !important; }
@media (max-width: 720px) {
    body h1 { font-size: 34px !important; }
    body h2 { font-size: 26px !important; }
    body h3 { font-size: 18px !important; }
}

/* ---------- NEUE Preise-Section (Basispaket + 5 Zusatzmodule + Preisbeispiele) ---------- */
/* Container-Reset: Armans .container gibt uns max-width, wir setzen inner-Spacing */
.pm-pricing-section .pm-pricing-container {
    font-family: 'Inter', sans-serif;
    color: #1B2434;
}

/* Section-Header */
.pm-pricing-section .pm-head { max-width: 780px; margin-bottom: 48px; text-align: left; }
.pm-pricing-section .pm-head h2 {
    font-family: 'Playfair Display', Georgia, serif !important;
    line-height: 1.2;
    margin: 0 0 12px !important;
}
.pm-pricing-section .pm-head .section-lead {
    font-size: 18px !important;
    line-height: 1.6;
    color: #6b7280 !important;
    margin: 0 !important;
    text-align: left !important;
    max-width: none !important;
}

/* Basispaket-Karte */
.pm-base-price {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 40px;
    box-shadow: 0 12px 40px rgba(27,36,52,0.06);
    border: 2px solid rgba(45,140,240,0.15);
    margin-bottom: 40px;
}
.pm-base-price__label {
    display: inline-block;
    background: rgba(45,140,240,0.1);
    color: #1a6fd4;
    font-size: 11px; font-weight: 700;
    padding: 6px 12px; border-radius: 999px;
    letter-spacing: .12em; text-transform: uppercase;
    margin-bottom: 12px;
}
.pm-base-price__title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 28px !important; font-weight: 700 !important;
    margin: 0 0 8px !important; line-height: 1.15 !important;
    color: #1B2434 !important;
}
.pm-base-price__sub {
    font-size: 16px !important; line-height: 1.6 !important;
    color: #6b7280 !important; margin: 0 0 24px !important;
    max-width: 640px;
}
.pm-price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}
.pm-price-item {
    background: #f9fafb;
    border-radius: 14px;
    padding: 20px 22px;
}
.pm-price-item__label {
    font-size: 12px !important; font-weight: 700 !important; letter-spacing: .1em;
    text-transform: uppercase; color: #6b7280 !important; margin-bottom: 6px;
}
.pm-price-item__value {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 26px !important; font-weight: 700 !important; color: #1B2434 !important;
    display: flex; align-items: baseline; gap: 6px;
    line-height: 1.2 !important;
}
.pm-price-item__value small {
    font-family: 'Inter', sans-serif; font-size: 13px !important; font-weight: 500 !important;
    color: #6b7280 !important;
}
.pm-price-item__note {
    font-size: 13px !important; color: #6b7280 !important;
    margin-top: 6px !important; margin-bottom: 0 !important;
    line-height: 1.5;
}
.pm-base-price__included-label {
    font-size: 12px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: #6b7280; margin: 8px 0 14px;
}
.pm-included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
    list-style: none; padding: 0; margin: 0;
}
.pm-included-grid li {
    padding-left: 22px; position: relative;
    font-size: 13px !important; line-height: 1.5 !important; color: #374151 !important;
    margin-bottom: 0 !important;
}
.pm-included-grid li::before {
    content: ""; position: absolute; left: 0; top: 4px;
    width: 14px; height: 14px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d8cf0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center/contain;
}

/* Cloud vs Hybrid */
.pm-modes-head { max-width: 780px; margin-bottom: 20px; }
.pm-modes-head h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 24px !important; font-weight: 700 !important;
    margin: 0 0 8px !important;
    color: #1B2434 !important;
    line-height: 1.2 !important;
}
.pm-modes-head p {
    font-size: 15px !important; line-height: 1.6 !important;
    color: #6b7280 !important; margin: 0 !important;
}
.pm-modes {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
    margin-bottom: 56px;
}
.pm-mode {
    background: #ffffff; border-radius: 18px;
    padding: 26px 28px; border: 2px solid rgba(45,140,240,0.1);
    position: relative;
}
.pm-mode--recommended {
    border-color: rgba(34,197,94,0.35);
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}
.pm-mode__badge {
    position: absolute; top: -12px; left: 24px;
    background: #22c55e; color: #fff;
    font-size: 11px !important; font-weight: 700 !important;
    padding: 5px 12px; border-radius: 999px;
    letter-spacing: .1em; text-transform: uppercase;
}
.pm-mode__head {
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 12px; margin-bottom: 4px;
}
.pm-mode__title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 20px !important; font-weight: 700 !important;
    margin: 0 !important; color: #1B2434 !important;
    line-height: 1.2 !important;
}
.pm-mode__price {
    font-family: 'Inter', sans-serif;
    font-size: 14px; font-weight: 700; color: #1a6fd4;
    background: rgba(45,140,240,0.1);
    padding: 5px 12px; border-radius: 999px;
    white-space: nowrap;
}
.pm-mode__sub {
    font-size: 14px !important; color: #6b7280 !important;
    margin: 4px 0 14px !important; line-height: 1.5;
}
.pm-mode__list { list-style: none; padding: 0; margin: 0; }
.pm-mode__list li {
    font-size: 13px !important; padding: 4px 0 4px 20px !important;
    position: relative; color: #374151 !important;
    margin-bottom: 0 !important; line-height: 1.5 !important;
}
.pm-mode__list li::before {
    content: ""; position: absolute; left: 0; top: 8px;
    width: 12px; height: 12px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d8cf0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center/contain;
}

/* Zusatzmodule */
.pm-addons-head { max-width: 780px; margin-bottom: 24px; }
.pm-addons-head h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 26px !important; font-weight: 700 !important;
    margin: 0 0 8px !important; color: #1B2434 !important;
    line-height: 1.2 !important;
}
.pm-addons-head p {
    font-size: 16px !important; line-height: 1.6 !important;
    color: #6b7280 !important; margin: 0 !important;
}
.pm-addons {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    margin-bottom: 56px;
}
.pm-addon {
    background: #fbf6ea; border-radius: 16px;
    padding: 22px 24px; display: flex; flex-direction: column; gap: 8px;
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pm-addon:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(27,36,52,0.08);
}
.pm-addon__head {
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 8px;
}
.pm-addon__icon { font-size: 22px; line-height: 1; }
.pm-addon__price {
    background: #2d8cf0; color: #fff;
    font-size: 12px !important; font-weight: 700 !important;
    padding: 4px 10px; border-radius: 999px;
    white-space: nowrap;
}
.pm-addon__title {
    font-family: 'Inter', sans-serif !important; font-size: 15px !important;
    font-weight: 700 !important; color: #1B2434 !important; margin: 4px 0 0 !important;
    line-height: 1.3 !important;
}
.pm-addon__desc {
    font-size: 13px !important; line-height: 1.5 !important;
    color: #6b7280 !important; margin: 0 !important;
}

/* Preisbeispiele */
.pm-examples {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 36px;
    border: 1px solid rgba(45,140,240,0.1);
    margin-bottom: 0;
}
.pm-examples__title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 22px !important; font-weight: 700 !important;
    margin: 0 0 6px !important; color: #1B2434 !important;
    line-height: 1.2 !important;
}
.pm-examples__sub {
    font-size: 14px !important; color: #6b7280 !important;
    margin: 0 0 22px !important; line-height: 1.5;
}
.pm-examples__row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    margin-bottom: 16px;
}
.pm-example {
    background: #f9fafb;
    padding: 18px 20px;
    border-radius: 12px;
    border-left: 3px solid #2d8cf0;
}
.pm-example__label {
    font-size: 12px !important; font-weight: 700 !important; letter-spacing: .1em;
    text-transform: uppercase; color: #6b7280 !important; margin-bottom: 4px !important;
    margin-top: 0 !important;
}
.pm-example__value {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 24px !important; font-weight: 700 !important; color: #1B2434 !important;
    margin-bottom: 2px !important; line-height: 1.2 !important;
    display: flex; align-items: baseline; gap: 6px;
}
.pm-example__value small {
    font-family: 'Inter', sans-serif; font-size: 13px !important; font-weight: 500 !important;
    color: #6b7280 !important;
}
.pm-example__breakdown {
    font-size: 12px !important; color: #6b7280 !important; margin-top: 6px !important;
    font-family: 'SF Mono', Menlo, monospace !important;
    margin-bottom: 0 !important;
}
.pm-examples__note {
    font-size: 13px !important; color: #6b7280 !important;
    line-height: 1.6 !important; margin: 12px 0 0 !important;
}
.pm-examples__note strong { color: #1a6fd4; font-weight: 600; }

@media (max-width: 900px) {
    .pm-modes, .pm-price-row, .pm-examples__row, .pm-addons { grid-template-columns: 1fr; }
    .pm-addons { grid-template-columns: 1fr 1fr; }
    .pm-included-grid { grid-template-columns: 1fr 1fr; }
    .pm-base-price { padding: 28px 24px; }
}
@media (max-width: 560px) {
    .pm-addons, .pm-included-grid { grid-template-columns: 1fr; }
}

/* ---------- Dezenter Katalog-Hinweis (Ende der Preise-Sektion) ---------- */
.dk-katalog-note {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 100%;
    margin: 28px 0 0;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(45, 140, 240, 0.14);
    border-radius: 14px;
    text-decoration: none !important;
    color: inherit;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.dk-katalog-note:hover {
    background: #ffffff;
    border-color: rgba(45, 140, 240, 0.35);
    transform: translateY(-1px);
}
.dk-katalog-note__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(45, 140, 240, 0.1);
    color: #1a6fd4;
}
.dk-katalog-note__text {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    line-height: 1.5;
    color: #6b7280;
}
.dk-katalog-note__text strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1B2434;
    margin-bottom: 2px;
}
.dk-katalog-note__cta {
    flex-shrink: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a6fd4;
    white-space: nowrap;
}
.dk-katalog-note:hover .dk-katalog-note__cta { color: #2d8cf0; }
@media (max-width: 720px) {
    .dk-katalog-note {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 18px;
    }
    .dk-katalog-note__text { flex: 1 1 100%; order: 2; }
    .dk-katalog-note__cta { order: 3; }
}

/* ---------- module.html: 5 Katalog-Module + Preis-Verweis ---------- */

/* Modul-Grid: 3 statt Armans 4 Spalten (5 Module → 3+2 wirkt besser als 4+1) */
.feature-grid--modules {
    grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 900px) {
    .feature-grid--modules { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 560px) {
    .feature-grid--modules { grid-template-columns: 1fr !important; }
}

/* Kopfzeile jeder Modul-Karte: Icon links, Preis-Pill rechts */
.dk-mod__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.dk-mod__price {
    display: inline-block;
    background: #2d8cf0;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 5px 12px;
    border-radius: 999px;
    white-space: nowrap;
    letter-spacing: .01em;
}

/* Modul-Karten sollen ohne Armans hover-Glow ruhiger wirken */
.feature.dk-mod:hover {
    box-shadow: 0 12px 28px rgba(27,36,52,0.08);
    border-color: rgba(45,140,240,0.35);
}

/* Hinweis unter dem Grid */
.dk-mod-hint {
    max-width: 780px;
    margin: 40px auto 0 !important;
    padding: 16px 20px;
    background: rgba(45,140,240,0.06);
    border-left: 3px solid #2d8cf0;
    border-radius: 8px;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #6b7280 !important;
    text-align: left;
}
.dk-mod-hint strong { color: #1B2434; font-weight: 600; }
.dk-mod-hint em { font-style: italic; color: #1a6fd4; }

/* Preis-Referenz-CTA statt der alten 3-Tier-Pakete */
.dk-mod-price-ref { padding: 60px 0 !important; }
.dk-mod-price-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #2d8cf0;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(45,140,240,.25);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.dk-mod-price-cta:hover {
    background: #1a6fd4;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(45,140,240,.35);
}
.dk-mod-price-cta span { font-size: 18px; }

/* ---------- Neues Hero-Foto (quadratisch, mit integrierter Umarmungs-Deko) ---------- */
/* Überschreibt Armans aggressive .hero-photo-Werte (die waren fürs alte Querformat) */

/* Textspalte liegt IMMER über dem Bild und behält eine feste Maximalbreite,
   damit die Trust-Row nie unter das Bild rutscht */
.hero--v2 .hero-content {
    position: relative;
    z-index: 2;
}
/* Volle Textspaltenbreite nutzen (das Bild kann nicht mehr reinragen)
   + kompaktere Abstände, damit die drei Trust-Punkte in EINE Zeile passen */
.hero--v2 .trust-row {
    max-width: 100%;
    gap: 18px 20px;
}
.hero--v2 .trust-row li {
    white-space: nowrap;
}

/* Bild groß, wächst aber NUR nach rechts raus (.hero hat overflow:hidden).
   Linker Bildrand bleibt an der Spaltengrenze → überdeckt nie den Text. */
.hero-visual--familie {
    position: relative;
    z-index: 1;
}
.hero-photo--familie {
    width: calc(100% + 190px) !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 -190px 0 0 !important;   /* Überhang nach rechts */
    transform: none !important;
    display: block;
}
/* Auf sehr breiten Screens ist rechts mehr Luft — Bild darf mehr rausragen */
@media (min-width: 1600px) {
    .hero-photo--familie {
        width: calc(100% + 260px) !important;
        margin-right: -260px !important;
    }
}
/* Überhang nach unten hin staffeln, damit rechts (Buntstiftbecher)
   nichts Wichtiges abgeschnitten wird. Reihenfolge: groß → klein. */
@media (max-width: 1400px) {
    .hero-photo--familie {
        width: calc(100% + 110px) !important;
        margin-right: -110px !important;
    }
}
@media (max-width: 1100px) {
    .hero-photo--familie {
        width: calc(100% + 60px) !important;
        margin-right: -60px !important;
    }
}
@media (max-width: 820px) {
    .hero-photo--familie {
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
    }
    .hero--v2 .trust-row { max-width: none; }
}
/* Sticky-Note tiefer setzen, damit sie nicht auf dem iPad sitzt */
.hero-visual--familie .hero-floating-card {
    bottom: -4% !important;
    right: 0 !important;
}

/* ---------- Pricing: "Bald verfügbar"-Look (Calculator + Preise) ---------- */
.pricing .pricing-calculator { display: none !important; }
.pricing .price.price--soon {
    padding: 6px 0 !important;
}
.pricing .price.price--soon strong {
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    color: #ffffff !important;
    background: linear-gradient(135deg, #2d8cf0 0%, #1a6fd4 100%);
    padding: 10px 22px;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(45,140,240,.25);
    text-transform: uppercase;
}
