/* ============================================
   KATI LANDING — Nur Landingpage + Preisseite
   Hero, Wäscheleine, Sektion 3, Pricing
   ============================================ */

/* ============================================================
   KATI LANDING PAGE STYLES — April 2026
   ============================================================ */

.kati-landing {
    font-family: 'DM Sans', sans-serif;
    color: #472804;
    overflow-x: hidden;
}

/* ================================================================
   SEKTION 1: HERO
   ================================================================ */

.kati-landing .kati-hero {
    background: #FAFAF8;
    padding: 80px 0 40px;
    color: #472804;
    font-family: 'DM Sans', system-ui, sans-serif;
    position: relative;
    overflow: hidden;
}

.kati-landing .kati-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(201,165,113,0.14) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.kati-landing .kati-hero::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(110,126,61,0.09) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.kati-landing .kati-hero-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
}

.kati-landing .kati-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 56px;
    padding-left: 60px;
}

.kati-landing .kati-hero-eyebrow-line {
    width: 48px;
    height: 2px;
    background: #6E7E3D;
    flex-shrink: 0;
}

.kati-landing .kati-hero-eyebrow span {
    font-size: 12px;
    letter-spacing: 0.22em;
    color: #5A6831;
    font-weight: 500;
    text-transform: uppercase;
}

.kati-landing .kati-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);  /* war: 1fr 1fr */
    gap: 80px;
    align-items: start;
    padding-left: 60px;
}

.kati-landing .kati-hero-left {
    min-width: 0;
}

.kati-landing .kati-hero-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    margin: 0 0 36px;
    line-height: 1;
}

.kati-landing .kati-hero-title-top {
    display: block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #C9A571;
}

.kati-landing .kati-hero-title-bot {
    display: block;
    position: relative;
    height: 68px;
    overflow: hidden;
    margin-bottom: 6px;
}

/* Rotierende Zeilen — Slide-Effekt */
.kati-landing .kati-hero-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
    color: #6E7E3D;
    letter-spacing: -0.01em;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.kati-landing .kati-hero-line.on {
    opacity: 1;
    transform: translateY(0);
}

.kati-landing .kati-hero-line.out {
    opacity: 0;
    transform: translateY(-100%);
}

/* Trennlinie gold — Original-Abstände: 6px Luft + 2px Linie + 20px zum Subtext = 28px */
.kati-landing .kati-hero-sep {
    display: block;
    width: 55%;
    height: 2px;
    background: linear-gradient(to right, #C9A571, transparent);
    margin-bottom: 20px;
}

.kati-landing .kati-hero-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #8B7355;
    margin: 0 0 36px;
    max-width: 520px;
}

.kati-landing .kati-hero-cta-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.kati-landing .kati-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FDFBF7 !important;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    box-shadow: 0 14px 28px -8px rgba(139,147,90,0.45);
    animation: kati-hero-pulse 2.4s ease-in-out infinite;
}

.kati-landing .kati-hero-cta:hover {
    animation-play-state: paused;
    color: #FDFBF7 !important;
    text-decoration: none !important;
}

.kati-landing .kati-hero-cta svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    overflow: hidden;
}

@keyframes kati-hero-pulse {
    0%, 100% {
        box-shadow: 0 14px 28px -8px rgba(139,147,90,0.45),
                    0 0 0 0 rgba(201,165,113,0.55);
    }
    50% {
        box-shadow: 0 16px 32px -8px rgba(139,147,90,0.55),
                    0 0 0 14px rgba(201,165,113,0);
    }
}

.kati-landing .kati-hero-cta-note {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #8B935A;
    padding-left: 34px;
}

.kati-landing .kati-hero-right {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.kati-landing .kati-hero-chat-wrap {
    position: relative;
    max-width: 540px;
    width: 100%;
    min-width: 0;
}

.kati-landing .kati-hero-chat-wrap::before {
    content: '';
    position: absolute;
    inset: -30px -40px;
    background: radial-gradient(ellipse at center,
                rgba(201,165,113,0.20) 0%,
                rgba(110,126,61,0.10) 35%,
                transparent 70%);
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

.kati-landing .kati-hero-chat {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #E8E4DE;
    border-radius: 20px;
    padding: 18px;
    min-width: 0;
    box-shadow:
        0 50px 120px rgba(74,61,40,0.18),
        0 20px 50px rgba(110,126,61,0.12),
        0 8px 20px rgba(74,61,40,0.08),
        0 2px 6px rgba(74,61,40,0.04);
}

.kati-landing .kati-hero-chat-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 4px 12px;
    border-bottom: 1px solid #F0EDE5;
    margin-bottom: 12px;
}

.kati-landing .kati-hero-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FDFBF7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
}

.kati-landing .kati-hero-name {
    font-size: 13px;
    font-weight: 500;
    color: #472804;
}

.kati-landing .kati-hero-modes {
    display: flex;
    gap: 5px;
    padding: 2px 0 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #F0EDE5;
    flex-wrap: nowrap;
    justify-content: center;
}

.kati-landing .kati-hero-mode {
    font-size: 10.5px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #F4F2EC;
    color: #B8977C;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.5s cubic-bezier(0.65,0,0.35,1);
    flex-shrink: 0;
}

.kati-landing .kati-hero-mode.active {
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FDFBF7;
    box-shadow: 0 4px 10px -3px rgba(139,147,90,0.45);
}

.kati-landing .kati-hero-basis {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12.5px;
    font-style: italic;
    color: #8B935A;
    margin-bottom: 14px;
    padding: 0 4px;
    height: 18px;
    transition: opacity 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kati-landing .kati-hero-msgs {
    height: 230px;
    position: relative;
}

.kati-landing .kati-hero-user {
    background: #F2EFE8;
    padding: 9px 14px;
    border-radius: 14px 14px 4px 14px;
    font-size: 12.5px;
    color: #8B7355;
    max-width: 85%;
    margin-left: auto;
    margin-bottom: 12px;
    transition: opacity 0.35s, transform 0.35s;
}

.kati-landing .kati-hero-kati {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-bottom: 8px;
    transition: opacity 0.4s, transform 0.4s;
}

.kati-landing .kati-hero-kavatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FDFBF7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    flex-shrink: 0;
    margin-top: 2px;
}

.kati-landing .kati-hero-kbody {
    flex: 1;
    min-width: 0;
}

.kati-landing .kati-hero-ktext {
    font-size: 12.5px;
    color: #8B7355;
    padding: 6px 10px 0;
    margin-bottom: 10px;
}

.kati-landing .kati-hero-artifact {
    background: #FDFBF6;
    border: 1px solid #EAE6DC;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 11.5px;
    color: #B8977C;
    min-height: 110px;
    box-sizing: border-box;
}

.kati-landing .kati-hero-art-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11.5px;
    border: none !important;
}

.kati-landing .kati-hero-art-table th {
    text-align: left;
    font-weight: 500;
    color: #8B935A;
    padding: 3px 6px 3px 0;
    font-size: 10.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 24px;
    vertical-align: baseline;
    border: none !important;
}

.kati-landing .kati-hero-art-table td {
    padding: 4px 0;
    border: none !important;
    color: #B8977C;
    vertical-align: baseline;
}

.kati-landing .kati-hero-art-table tr {
    border: none !important;
}

.kati-landing .kati-hero-art-table strong {
    font-weight: 500;
    color: #8B935A;
}

/* Artifact: Rezept */
.kati-landing .kati-hero-art-recipe-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #8B935A;
    margin-bottom: 6px;
}

.kati-landing .kati-hero-art-recipe-ings {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-bottom: 8px;
}

.kati-landing .kati-hero-art-recipe-ings span {
    font-size: 11.5px;
    color: #B8977C;
}

.kati-landing .kati-hero-art-recipe-meta {
    font-size: 10.5px;
    color: #8B935A;
    letter-spacing: 0.5px;
    padding-top: 8px;
    border-top: 1px dashed #EAE6DC;
}

/* Artifact: Naehrstoff */
.kati-landing .kati-hero-art-focus {
    border-left: 2px solid #C9A571;
    padding-left: 10px;
    margin-bottom: 6px;
}

.kati-landing .kati-hero-art-focus:last-child {
    margin-bottom: 0;
}

.kati-landing .kati-hero-art-focus strong {
    display: block;
    font-size: 10.5px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #8B935A;
    font-weight: 500;
    margin-bottom: 2px;
}

.kati-landing .kati-hero-art-focus span {
    display: block;
    font-size: 11.5px;
    color: #B8977C;
    line-height: 1.45;
}

/* Artifact: Einkaufsliste */
.kati-landing .kati-hero-art-cat {
    font-size: 11.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8B935A;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 6px;
}

.kati-landing .kati-hero-art-cat:first-child {
    margin-top: 0;
}

.kati-landing .kati-hero-art-item {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #B8977C;
    padding: 2px 0;
}

.kati-landing .kati-hero-art-item span:last-child {
    color: #8B7355;
    font-size: 9px;
}

/* Artifact: Chat-Tipp */
.kati-landing .kati-hero-art-tip {
    font-size: 11.5px;
    color: #B8977C;
    padding: 3px 0;
    border-left: 2px solid #C9A571;
    padding-left: 10px;
    margin-bottom: 4px;
}

/* Typing-Indicator */
.kati-landing .kati-hero-typing {
    display: flex;
    gap: 4px;
    padding: 8px 13px;
    background: #F2EFE8;
    border-radius: 14px 14px 14px 4px;
    width: fit-content;
    margin-left: 31px;
    margin-top: 6px;
    transition: opacity 0.3s;
    position: absolute;
    top: 58px;
    opacity: 0;
}

.kati-landing .kati-hero-typing span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8B935A;
    animation: kati-hero-typing 1.3s ease-in-out infinite;
}

.kati-landing .kati-hero-typing span:nth-child(2) {
    animation-delay: 0.18s;
}

.kati-landing .kati-hero-typing span:nth-child(3) {
    animation-delay: 0.36s;
}

@keyframes kati-hero-typing {
    0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
    30%           { opacity: 1;   transform: translateY(-3px); }
}

/* Benefits — Du gewinnst */
.kati-landing .kati-hero-benefits {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 64px auto 28px;
    padding: 14px 24px;
    background: #FFFFFF;
    border: 1px solid #E8E4DE;
    border-radius: 999px;
    width: fit-content;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.kati-landing .kati-hero-benefit-label {
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #8B935A;
    font-weight: 500;
    margin-right: 4px;
}

.kati-landing .kati-hero-benefit {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #B8977C;
    padding: 4px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: all 0.5s cubic-bezier(0.65,0,0.35,1);
    white-space: nowrap;
}

.kati-landing .kati-hero-benefit.active {
    color: #8B935A;
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,
                linear-gradient(135deg,#C9A571,#8B935A) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 20px -4px rgba(201,165,113,0.45);
    transform: scale(1.06);
}

/* Divider */
.kati-landing .kati-hero-divider {
    max-width: 1280px;
    margin: 56px auto 0;
    padding: 0 80px;
}

.kati-landing .kati-hero-divider hr {
    border: none;
    border-top: 1px solid rgba(110,126,61,0.18);
}

/* Tags */
.kati-landing .kati-hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding-top: 5px;
    font-size: 15px;
    color: #8B935A;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
}

.kati-landing .kati-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.kati-landing .kati-hero-tag::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #C9A571;
}


/* ================================================================
   SEKTION 2: LIFESTYLE-BILDER MIT PINNADELN
   3-Spalten Layout: Links 2 uebereinander | Mitte 1 gross | Rechts 2 uebereinander
   ================================================================ */

.kati-landing .kati-waescheleine {
    background: #FFFFFF;
    padding: 100px 60px 120px;
    position: relative;
}

.kati-landing .kati-waescheleine-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 1100px;
    line-height: 1.25;
    white-space: nowrap;
}

.kati-landing .kati-waescheleine-gold {
    color: #C9A571;
}

/* "was fuer dich zaehlt" — gleiche Farbe wie Essensplanung */
.kati-landing .kati-waescheleine-headline em {
    color: #6E7E3D;
    font-style: italic;
    font-weight: 600;
}

/* 3-Spalten Layout */
.kati-landing .kati-waescheleine-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Stack: 2 Bilder uebereinander (links und rechts) */
.kati-landing .kati-waescheleine-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

/* Center: Grosses Bild allein */
.kati-landing .kati-waescheleine-center {
    flex-shrink: 0;
}

/* Einzelnes Bild-Item */
.kati-landing .kati-waescheleine-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: top center;
    animation: kati-waescheleine-sway 6s ease-in-out infinite;
    animation-delay: var(--sway-delay, 0s);
}

/* Pinnadel (ersetzt Waescheklammer) */
.kati-landing .kati-waescheleine-pin {
    width: 10px;
    height: 10px;
    background: radial-gradient(circle at 35% 35%, #D4B07A, #8B6F3D);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(71,40,4,0.3), inset 0 1px 2px rgba(255,255,255,0.3);
    margin-bottom: -5px;
    position: relative;
    z-index: 3;
}

/* Kleiner Schatten-Stift unter der Nadel */
.kati-landing .kati-waescheleine-pin::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 5px;
    background: linear-gradient(to bottom, #8B6F3D, transparent);
    border-radius: 0 0 1px 1px;
}

/* Bild mit weissem Rahmen (Polaroid-Stil) */
.kati-landing .kati-waescheleine-item picture {
    display: block;
    border-radius: 3px;
    box-shadow: 0 10px 26px -8px rgba(71,40,4,0.18),
                0 2px 6px rgba(71,40,4,0.06);
    background: white;
    padding: 8px;
    box-sizing: content-box;
    position: relative;
    z-index: 1;
}

.kati-landing .kati-waescheleine-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

/* Bildgroessen in den Stacks und Center */
.kati-landing .kati-waescheleine-stack:first-child .kati-waescheleine-item:first-child picture {
    width: 400px;
}
.kati-landing .kati-waescheleine-stack:first-child .kati-waescheleine-item:last-child picture {
    width: 400px;
}
.kati-landing .kati-waescheleine-stack:last-child .kati-waescheleine-item:first-child picture {
    width: 400px;
}
.kati-landing .kati-waescheleine-stack:last-child .kati-waescheleine-item:last-child picture {
    width: 400px;
}

.kati-landing .kati-waescheleine-center picture {
    width: 460px;
}

/* Wiege-Animation */
@keyframes kati-waescheleine-sway {
    0%, 100% { transform: rotate(-1.2deg); }
    50%      { transform: rotate(1.2deg);  }
}

@media (prefers-reduced-motion: reduce) {
    .kati-landing .kati-waescheleine-item {
        animation: none;
    }
}

/* === SEKTION 2: BILDWECHSEL CROSSFADE === */

/* Tweak-Zone: Hier die Zykluszeit aendern, alles andere passt sich automatisch an */
.kati-landing .kati-waescheleine {
    --kati-fade-cycle: 17s;  /* 17s Gesamt: 7s A sichtbar + 1.5s Fade + 7s B sichtbar + 1.5s Fade */
}

/* Container fuer beide Bilder uebereinander */
.kati-landing .kati-waescheleine-fader {
    position: relative;
}

/* Bild A: regulaer im Flow (bestimmt die Container-Groesse) */
.kati-landing .kati-waescheleine-item .kati-waescheleine-img-a {
    animation: kati-waescheleine-fade-a var(--kati-fade-cycle) ease-in-out infinite;
    animation-delay: calc(var(--fade-mult, 0) * var(--kati-fade-cycle));
}

/* Bild B: absolut darueber, faded entgegengesetzt */
.kati-landing .kati-waescheleine-item .kati-waescheleine-img-b {
    position: absolute;
    top: 0;
    left: 0;
    animation: kati-waescheleine-fade-b var(--kati-fade-cycle) ease-in-out infinite;
    animation-delay: calc(var(--fade-mult, 0) * var(--kati-fade-cycle));
}

/* Keyframes — A sichtbar 0%-41%, Crossfade 41%-50%, B sichtbar 50%-91%, Crossfade zurueck 91%-100% */
@keyframes kati-waescheleine-fade-a {
    0%, 41%, 100% { opacity: 1; }
    50%, 91%      { opacity: 0; }
}

@keyframes kati-waescheleine-fade-b {
    0%, 41%, 100% { opacity: 0; }
    50%, 91%      { opacity: 1; }
}

/* Reduced Motion: Wechsel ausschalten, nur A zeigen */
@media (prefers-reduced-motion: reduce) {
    .kati-landing .kati-waescheleine-item .kati-waescheleine-img-a,
    .kati-landing .kati-waescheleine-item .kati-waescheleine-img-b {
        animation: none;
    }
    .kati-landing .kati-waescheleine-item .kati-waescheleine-img-b {
        opacity: 0;
    }
}

/* --- LANDING PAGE: Container komplett entfernen (Tablet + Mobile) --- */
@media (max-width: 1024px) {
    body.kati-landing-page.page .site-content {
        background: transparent !important;
        padding: 0 !important;
    }

    body.kati-landing-page.page .content-area,
    body.kati-landing-page.page #primary {
        max-width: 100% !important;
        width: 100% !important;
    }

    body.kati-landing-page.page .entry-content,
    body.kati-landing-page.page article .entry-content,
    body.kati-landing-page.page .inside-article {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

/* ================================================================
   LANDING PAGE — TABLET (max 1024px)
   Sektion 1 Hero + Sektion 2 Lifestyle
   ================================================================ */

@media (max-width: 1024px) {

    /* --- SEKTION 1: HERO — Tablet --- */

    .kati-landing .kati-hero {
        padding: 60px 0 32px;
    }

    .kati-landing .kati-hero::before {
        width: 240px;
        height: 240px;
        top: -50px;
        right: -50px;
    }

    .kati-landing .kati-hero::after {
        width: 280px;
        height: 280px;
        bottom: -80px;
        left: -80px;
    }

    .kati-landing .kati-hero-section {
        padding: 0 40px;
    }

    .kati-landing .kati-hero-eyebrow {
        padding-left: 0;
        margin-bottom: 40px;
    }

    /* Grid wird einspaltig — hero-left wird aufgeloest fuer Umsortierung */
    .kati-landing .kati-hero-grid {
    grid-template-columns: minmax(0, 1fr);   /* war: 1fr */
    gap: 0;
    padding-left: 0;
    text-align: center;
}

    /* Chat-Box: Inhalt linksbündig, Desktop-Proportionen behalten */
    .kati-landing .kati-hero-chat {
        text-align: left;
        margin: 0 auto;
    }

    .kati-landing .kati-hero-left {
        display: contents;
    }

    /* Reihenfolge: Headline → Chat-Box → Text → CTA */
    .kati-landing .kati-hero-title    { order: 1; }
    .kati-landing .kati-hero-right    { order: 2; margin-bottom: 32px; }
    .kati-landing .kati-hero-sub      { order: 3; }
    .kati-landing .kati-hero-cta-wrap { order: 4; align-items: center; justify-self: center; }

    .kati-landing .kati-hero-title-top {
        font-size: 38px;
    }

    .kati-landing .kati-hero-title-bot {
        height: 76px;
        margin-bottom: 6px;
    }

    .kati-landing .kati-hero-line {
        font-size: 68px;
    }

    .kati-landing .kati-hero-sep {
        margin-left: auto;
        margin-right: auto;
    }

    .kati-landing .kati-hero-right {
        justify-content: center;
    }

    .kati-landing .kati-hero-chat-wrap {
        max-width: 560px;
        margin: 0 auto;
    }

    .kati-landing .kati-hero-chat-wrap::before {
        inset: -20px -24px;
    }

    .kati-landing .kati-hero-sub {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .kati-landing .kati-hero-cta-note {
        padding-left: 0;
    }

    .kati-landing .kati-hero-benefits {
        margin: 48px auto 24px;
        flex-wrap: nowrap;
        gap: 6px 10px;
        padding: 12px 20px;
    }

    .kati-landing .kati-hero-benefit {
        font-size: 16px;
        padding: 4px 12px;
    }

    .kati-landing .kati-hero-benefit-label {
        letter-spacing: 1.8px;
        font-size: 10px;
    }

    .kati-landing .kati-hero-divider {
        padding: 0 20px;
        margin-top: 10px;
    }

    .kati-landing .kati-hero-tags {
        padding-top: 2.5px;
    }

    /* --- SEKTION 2: LIFESTYLE — Tablet --- */

    .kati-landing .kati-waescheleine {
        padding: 80px 24px;
    }

    .kati-landing .kati-waescheleine-headline {
        font-size: 38px;
        margin-bottom: 48px;
    }

    .kati-landing .kati-waescheleine-layout {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding: 0;
    }

    /* Stacks und Center aufloesen damit einzelne Items sortierbar werden */
    .kati-landing .kati-waescheleine-stack,
    .kati-landing .kati-waescheleine-center {
        display: contents;
    }

    /* Reihenfolge: Grillparty → Fitness → Frau Hund → Familie Huckepack → Aeltere Frauen */
    /* Mitte → Rechts oben → Links oben → Rechts unten → Links unten */
    .kati-landing .kati-waescheleine-center .kati-waescheleine-item                        { order: 1; }
    .kati-landing .kati-waescheleine-stack:last-child .kati-waescheleine-item:first-child   { order: 2; }
    .kati-landing .kati-waescheleine-stack:first-child .kati-waescheleine-item:first-child  { order: 3; }
    .kati-landing .kati-waescheleine-stack:last-child .kati-waescheleine-item:last-child    { order: 4; }
    .kati-landing .kati-waescheleine-stack:first-child .kati-waescheleine-item:last-child   { order: 5; }
    
    /* Alle Bilder gleiche Breite */
    .kati-landing .kati-waescheleine-stack:first-child .kati-waescheleine-item:first-child picture,
    .kati-landing .kati-waescheleine-stack:first-child .kati-waescheleine-item:last-child picture,
    .kati-landing .kati-waescheleine-stack:last-child .kati-waescheleine-item:first-child picture,
    .kati-landing .kati-waescheleine-stack:last-child .kati-waescheleine-item:last-child picture,
    .kati-landing .kati-waescheleine-center picture {
        width: min(85vw, 440px);
    }

    /* Wiege-Animation dezenter */
    @keyframes kati-waescheleine-sway {
        0%, 100% { transform: rotate(-0.6deg); }
        50%      { transform: rotate(0.6deg);  }
    }
}


/* ================================================================
   LANDING PAGE — MOBILE (max 768px)
   Sektion 1 Hero + Sektion 2 Lifestyle
   ================================================================ */

@media (max-width: 767px) {

    /* --- SEKTION 1: HERO — Mobile --- */

    .kati-landing .kati-hero {
        padding: 48px 0 24px;
    }

    .kati-landing .kati-hero::before {
        width: 180px;
        height: 180px;
        top: -40px;
        right: -40px;
    }

    .kati-landing .kati-hero::after {
        width: 200px;
        height: 200px;
        bottom: -60px;
        left: -60px;
    }

    .kati-landing .kati-hero-section {
        padding: 0 32px;
    }

    .kati-landing .kati-hero-eyebrow {
        margin-bottom: 32px;
        gap: 14px;
    }

    .kati-landing .kati-hero-eyebrow-line {
        width: 32px;
    }

    .kati-landing .kati-hero-eyebrow span {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .kati-landing .kati-hero-title-top {
        font-size: 30px;
    }

    .kati-landing .kati-hero-title-bot {
        height: 62px;
        margin-bottom: 6px;
    }

    .kati-landing .kati-hero-line {
        font-size: 54px;
    }

    .kati-landing .kati-hero-right {
        margin-bottom: 24px;
    }

    /* Chat-Box: volle Breite auf Mobile, intern skaliert */
    .kati-landing .kati-hero-chat-wrap {
        max-width: 100%;
    }

    .kati-landing .kati-hero-chat-wrap::before {
        inset: -12px -14px;
    }

    .kati-landing .kati-hero-chat {
        padding: 14px;
        border-radius: 16px;
    }

    .kati-landing .kati-hero-chat-head {
        padding: 2px 2px 10px;
        margin-bottom: 10px;
    }

    .kati-landing .kati-hero-avatar {
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    .kati-landing .kati-hero-name {
        font-size: 12px;
    }

    /* Mode-Tabs: horizontal scrollbar */
    .kati-landing .kati-hero-modes {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 4px;
        padding: 2px 0 8px;
        margin-bottom: 10px;
    }

    .kati-landing .kati-hero-modes::-webkit-scrollbar {
        display: none;
    }

    .kati-landing .kati-hero-mode {
        font-size: 9.5px;
        padding: 5px 9px;
    }

    .kati-landing .kati-hero-basis {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .kati-landing .kati-hero-msgs {
        height: 247px;
    }

    .kati-landing .kati-hero-user {
        font-size: 11px;
        padding: 7px 12px;
        margin-bottom: 10px;
    }

    .kati-landing .kati-hero-kavatar {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .kati-landing .kati-hero-kati {
        gap: 7px;
    }

    .kati-landing .kati-hero-ktext {
        font-size: 11px;
        padding: 4px 8px 0;
        margin-bottom: 8px;
    }

    .kati-landing .kati-hero-artifact {
        padding: 10px 12px;
        font-size: 10.5px;
        border-radius: 10px;
        min-height: 80px;
    }

    .kati-landing .kati-hero-art-table {
        font-size: 10.5px;
    }

    .kati-landing .kati-hero-art-table th {
        font-size: 10.5px;
        padding: 2px 4px 2px 0;
    }

    .kati-landing .kati-hero-art-recipe-title {
        font-size: 13px;
    }

    .kati-landing .kati-hero-art-focus strong {
        font-size: 9.5px;
    }

    .kati-landing .kati-hero-art-focus span {
        font-size: 10.5px;
    }

    .kati-landing .kati-hero-sub {
        font-size: 14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .kati-landing .kati-hero-cta {
        padding: 14px 28px;
        font-size: 15px;
    }

    /* Benefits: einzeilig wenn Platz, Umbruch erlaubt wenn nicht */
    .kati-landing .kati-hero-benefits {
        padding: 10px 16px;
        gap: 6px 8px;
        margin: 36px auto 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kati-landing .kati-hero-benefit {
        font-size: 14px;
        padding: 3px 10px;
    }

    .kati-landing .kati-hero-benefit-label {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .kati-landing .kati-hero-divider {
        padding: 0 24px;
        margin-top: 8px;
    }

    .kati-landing .kati-hero-tags {
        gap: 12px;
        font-size: 12px;
        padding-top: 2.5px;
    }

    /* --- SEKTION 2: LIFESTYLE — Mobile --- */

    .kati-landing .kati-waescheleine {
        padding: 60px 28px;
    }

    .kati-landing .kati-waescheleine-headline {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .kati-landing .kati-waescheleine-layout {
        gap: 28px;
    }
}


/* ================================================================
   LANDING PAGE — SMALL MOBILE (max 480px)
   Sektion 1 Hero + Sektion 2 Lifestyle
   ================================================================ */

@media (max-width: 480px) {

    /* --- SEKTION 1: HERO — Small Mobile --- */

    .kati-landing .kati-hero {
        padding: 32px 0 20px;
    }

    .kati-landing .kati-hero-section {
        padding: 0 16px;
    }

    .kati-landing .kati-hero-eyebrow {
        margin-bottom: 24px;
    }

    .kati-landing .kati-hero-title-top {
        font-size: 24px;
    }

    .kati-landing .kati-hero-title-bot {
        height: 48px;
        margin-bottom: 6px;
    }

    .kati-landing .kati-hero-line {
        font-size: 42px;
    }

    .kati-landing .kati-hero-title {
        margin-bottom: 24px;
    }

    /* Chat-Box nochmal kleiner */
    .kati-landing .kati-hero-chat {
        padding: 12px;
        border-radius: 14px;
    }

    .kati-landing .kati-hero-avatar {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .kati-landing .kati-hero-name {
        font-size: 11px;
    }

    .kati-landing .kati-hero-mode {
        font-size: 8.5px;
        padding: 4px 7px;
    }

    .kati-landing .kati-hero-basis {
        font-size: 10px;
    }

    .kati-landing .kati-hero-msgs {
        height: 208px;
    }

    .kati-landing .kati-hero-user {
        font-size: 10.5px;
        padding: 6px 10px;
    }

    .kati-landing .kati-hero-kavatar {
        width: 16px;
        height: 16px;
        font-size: 9px;
    }

    .kati-landing .kati-hero-ktext {
        font-size: 10.5px;
    }

    .kati-landing .kati-hero-artifact {
        padding: 8px 10px;
        font-size: 9.5px;
        min-height: 65px;
    }

    .kati-landing .kati-hero-art-table {
        font-size: 10.5px;
    }

    .kati-landing .kati-hero-art-table th {
        font-size: 9.5px;
    }

    .kati-landing .kati-hero-sub {
        font-size: 13px;
    }

    .kati-landing .kati-hero-cta {
        padding: 12px 24px;
        font-size: 14px;
    }

    .kati-landing .kati-hero-cta-note {
        padding-left: 0;
        font-size: 14px;
    }

    /* Benefits: Label oben, Chips darunter — Umbruch erlaubt */
    .kati-landing .kati-hero-benefits {
        border-radius: 20px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 14px;
        gap: 4px 8px;
    }

    .kati-landing .kati-hero-benefit-label {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 2px;
        font-size: 9px;
    }

    .kati-landing .kati-hero-benefit {
        font-size: 13px;
        padding: 2px 8px;
    }

    .kati-landing .kati-hero-divider {
        padding: 0 16px;
        margin-top: 6px;
    }

    .kati-landing .kati-hero-tags {
        padding-top: 2px;
        font-size: 9px;
        gap: 8px;
    }

    /* --- SEKTION 2: LIFESTYLE — Small Mobile --- */

    .kati-landing .kati-waescheleine {
        padding: 40px 16px;
    }

    .kati-landing .kati-waescheleine-headline {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .kati-landing .kati-waescheleine-layout {
        gap: 24px;
    }

    .kati-landing .kati-waescheleine-item picture {
        padding: 6px;
    }
}



/* Landing Page Footer */
.kati-landing-footer {
    text-align: center;
    padding: 30px 20px 10px;
    font-size: 14px;
}


/* ============================================
   LANDINGPAGE FIX: CTA-Text Animation
   ============================================ */


/* ==================== ANIMATIONEN (aus Live-CSS) ==================== */
@keyframes katiFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes katiFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.05); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

@keyframes katiPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 12px rgba(201, 165, 113, 0.3); }
    50% { transform: scale(1.03); box-shadow: 0 8px 25px rgba(201, 165, 113, 0.5); }
}

@keyframes katiBreathe {
    0%, 100% { transform: scale(1); box-shadow: 0 2px 15px rgba(71, 40, 4, 0.04); }
    50% { transform: scale(1.015); box-shadow: 0 4px 25px rgba(71, 40, 4, 0.08); }
}

@keyframes katiBeigePulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(201,165,113,0.2); }
    50% { transform: scale(1.08); box-shadow: 0 10px 35px rgba(201,165,113,0.35); }
}

@keyframes katiGlow {
    0%, 100% { box-shadow: 0 4px 16px rgba(71, 40, 4, 0.08); }
    50% { box-shadow: 0 4px 16px rgba(71, 40, 4, 0.08), 0 0 20px rgba(201, 165, 113, 0.15); }
}

/* ==================== GLOBAL BUTTON ==================== */
.kati-landing .kati-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white !important;
    padding: 18px 40px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(201, 165, 113, 0.3);
}

.kati-landing .kati-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 165, 113, 0.4);
}

@media (max-width: 768px) {

    .kati-landing .kati-hero .kati-cta-btn {
        opacity: 0;
        animation: katiFadeUp 1s ease forwards 0.7s !important;
    }
}

/* ============================================================
   PRICING PAGE — kati-pricing-page
   An kati-styles.css anhängen
   Version 62.0
   ============================================================ */

/* Hero-Eyebrow: Pricing-spezifisch (überschreibt nicht Landing Page) */
.kati-pricing .kati-pricing-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8B935A;
    margin-bottom: 32px;
    opacity: 0;
    animation: katiFadeUp 0.9s ease forwards 0.1s;
}

/* ================================================================
   PRICING-SEITE: Fehlende Basis-Styles (aus Live-CSS)
   Diese Styles existieren auf Live aber nicht auf Staging,
   weil die Landing-Hero-Basis auf Staging anders ist.
   ================================================================ */

/* Hero-Hintergrund Container (dekorative Blobs) */
.kati-landing .kati-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    border-radius: 15px;
}

.kati-landing .kati-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    animation: katiFloat 8s ease-in-out infinite;
}

.kati-landing .kati-blob-1 {
    width: 400px;
    height: 400px;
    background: #C9A571;
    top: 10%;
    left: 10%;
}

.kati-landing .kati-blob-2 {
    width: 300px;
    height: 300px;
    background: #8B935A;
    top: 40%;
    right: 15%;
    animation-delay: -2s;
}

.kati-landing .kati-blob-3 {
    width: 250px;
    height: 250px;
    background: #C9A571;
    bottom: 20%;
    left: 30%;
    animation-delay: -4s;
}

/* Hero-Content über Hintergrund */
.kati-landing .kati-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

/* Hero CTA-Button (Desktop: versteckt mit Fade-In) */
.kati-landing .kati-hero .kati-cta-btn {
    display: none;
    opacity: 0;
    animation: katiFadeUp 1s ease forwards 0.7s, katiPulse 2s ease-in-out infinite 1.7s;
}

/* Hero CTA-Button Mobile: als Text statt Button */
@media (max-width: 768px) {
    .kati-landing .kati-hero .kati-cta-btn {
        display: block;
        background: none !important;
        color: #6B5B4F !important;
        padding: 0;
        border-radius: 0;
        box-shadow: none !important;
        font-size: 0.95rem;
        font-weight: 500;
        opacity: 0;
        animation: katiFadeUp 1s ease forwards 0.7s !important;
        text-align: center;
    }

    .kati-landing .kati-hero-content {
        max-width: 100%;
    }
}

/* Hero: Pricing-spezifische Darstellung (zentriert, Gradient-Hintergrund) */
.kati-pricing.kati-landing .kati-hero {
    min-height: 100vh;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #FDFBF7 0%, #FFF8F0 100%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

/* H1: gleiche Grösse wie Landing Page */
.kati-pricing.kati-landing .kati-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 500;
}
/* "in deiner Küche." — gold, italic, weight 300, kleiner */
.kati-pricing.kati-landing .kati-hero h1 em {
    font-size: 0.78em;
    margin-top: 0.4em;
    color: #C9A571;
    font-style: italic;
    font-weight: 300;
    display: block;
}

/* Subtitle "Mahlzeitenpläne..." — DM Sans, normal, aufrecht */
.kati-pricing.kati-landing .kati-hero p {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    color: #472804;
    line-height: 1.7;
    max-width: 500px;
    margin: 32px auto 32px;
}

/* "dein bester Einstieg" — DM Sans wie Subtitle */
.kati-pricing .kati-pricing-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 400;
    color: #472804;
    line-height: 1.2;
}
/* "Launch Edition" — gleicher Stil wie "in deiner Küche" */
.kati-pricing .kati-pricing-title em {
    font-style: italic;
    font-weight: 300;
    color: #C9A571;
}

/* Kartennamen Basic, Premium, Testphase — DM Sans wie Subtitle */
.kati-pricing .kati-pricing-card__name {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #472804;
    margin-bottom: 2px;
}

/* Wasserzeichen-Figur: gleiche Masse wie Landing Page (390×624) */
.kati-pricing .kati-pricing-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: 624px;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

/* Launch Badge */
.kati-pricing .kati-launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid rgba(201, 165, 113, 0.35);
    border-radius: 30px;
    padding: 8px 22px;
    font-size: 13px;
    color: #472804;
    box-shadow: 0 4px 16px rgba(71, 40, 4, 0.08);
    opacity: 0;
    animation: katiFadeUp 0.9s ease forwards 0.7s;
}
.kati-pricing .kati-launch-badge em {
    color: #C9A571;
    font-style: normal;
    font-weight: 500;
}
.kati-pricing .kati-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C9A571;
    flex-shrink: 0;
    animation: katiBeigePulse 1.8s ease-in-out infinite;
}

/* ── PRICING SECTION ── */
.kati-pricing .kati-pricing-section {
    background: white;
    border-radius: 15px;
    padding: 40px 20px 60px;
}
.kati-pricing .kati-pricing-inner {
    max-width: 1080px;
    margin: 0 auto;
}
.kati-pricing .kati-pricing-header {
    text-align: center;
    margin-bottom: 24px;
}
.kati-pricing .kati-pricing-sub-eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8B935A;
    margin-bottom: 6px;
}
.kati-pricing .kati-pricing-title em {
    font-style: italic;
    color: #C9A571;
}

/* Grids */
.kati-pricing .kati-pricing-launch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.kati-pricing .kati-pricing-flex-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Karten */
.kati-pricing .kati-pricing-card {
    background: white;
    border: 1px solid #E8E0D5;
    border-radius: 24px;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(71, 40, 4, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.kati-pricing .kati-pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(71, 40, 4, 0.1);
}
.kati-pricing .kati-pricing-card--launch {
    border: 1.5px solid rgba(201, 165, 113, 0.45);
}
.kati-pricing .kati-pricing-card--launch::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
}
.kati-pricing .kati-pricing-card--launch:hover {
    animation: katiGlow 1.8s ease-in-out infinite;
    transform: translateY(-4px);
}

/* Tags */
.kati-pricing .kati-pricing-card__tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
    font-weight: 500;
    align-self: flex-start;
}
.kati-pricing .kati-tag--launch { background: rgba(201, 165, 113, 0.12); color: #C9A571; }
.kati-pricing .kati-tag--trial  { background: rgba(139, 147, 90, 0.12);  color: #8B935A; }
.kati-pricing .kati-tag--flex   { background: #FAF8F6; color: #9B8A74; }

.kati-pricing .kati-pricing-card__sub {
    font-size: 12px; color: #9B8A74; margin-bottom: 22px;
}

/* Toggle */
.kati-pricing .kati-pricing-toggle {
    display: flex;
    background: #FAF8F6;
    border: 1px solid #E8E0D5;
    border-radius: 12px;
    padding: 3px; gap: 3px;
    margin-bottom: 20px;
}
.kati-pricing .kati-tog {
    flex: 1; padding: 7px 8px; border: none; background: transparent;
    font-family: 'DM Sans', sans-serif; font-size: 12px; cursor: pointer;
    color: #9B8A74; border-radius: 8px; transition: all 0.2s;
    white-space: nowrap; text-align: center;
}
.kati-pricing .kati-tog--on {
    background: white; color: #472804; font-weight: 500;
    box-shadow: 0 1px 6px rgba(71, 40, 4, 0.1);
}
.kati-pricing .kati-tog__save {
    display: inline-block; font-size: 9px;
    background: #8B935A; color: white;
    padding: 1px 6px; border-radius: 6px; margin-left: 4px;
    opacity: 0; transition: opacity 0.2s; vertical-align: middle;
}
.kati-pricing .kati-tog--on .kati-tog__save { opacity: 1; }

/* Preise */
.kati-pricing .kati-pricing-price { margin-bottom: 22px; }
.kati-pricing .kati-price-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px; font-weight: 300; color: #472804; line-height: 1;
}
.kati-pricing .kati-price-curr {
    font-size: 20px; vertical-align: top; padding-top: 10px;
    display: inline-block; color: #472804;
    font-family: 'DM Sans', sans-serif; font-weight: 400; margin-right: 4px;
}
.kati-pricing .kati-price-note    { font-size: 12px; color: #9B8A74; margin-top: 5px; }
.kati-pricing .kati-price-regular { font-size: 12px; color: #9B8A74; margin-top: 3px; }
.kati-pricing .kati-price-save    { font-size: 12px; color: #8B935A; font-weight: 500; }
.kati-pricing .kati-price-free    {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px; font-weight: 300; color: #8B935A;
}

/* Features */
.kati-pricing .kati-pricing-features {
    list-style: none; margin-bottom: 26px; padding: 0; flex: 1;
}
.kati-pricing .kati-pricing-features li {
    display: flex; gap: 10px; font-size: 13px; color: #6B5B4F;
    padding: 6px 0; border-bottom: 1px solid #FAF8F6; line-height: 1.4;
}
.kati-pricing .kati-pricing-features li:last-child { border-bottom: none; }
.kati-pricing .kati-pricing-features li::before {
    content: '✓'; color: #8B935A; flex-shrink: 0; font-weight: 600;
}

/* Buttons — alle gleicher gold-grüner Verlauf */
.kati-pricing .kati-pricing-btn {
    display: flex; align-items: center; justify-content: center;
    width: 100%; padding: 14px 20px; border: none; border-radius: 12px;
    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
    cursor: pointer; text-decoration: none !important; transition: all 0.3s ease;
    margin-top: auto;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white !important;
    box-shadow: 0 4px 12px rgba(201, 165, 113, 0.3);
}
.kati-pricing .kati-pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 165, 113, 0.4);
}
.kati-pricing .kati-pricing-btn--launch {
    animation: katiPulse 2s ease-in-out infinite;
}

/* Trennlinie */
.kati-pricing .kati-pricing-sep {
    display: flex; align-items: center; gap: 16px;
    margin: 40px 0 24px;
    font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #9B8A74;
}
.kati-pricing .kati-pricing-sep::before,
.kati-pricing .kati-pricing-sep::after {
    content: ''; flex: 1; height: 1px; background: #E8E0D5;
}

/* Footer */
.kati-pricing .kati-pricing-footer-note {
    text-align: center; padding: 28px 0 0;
    font-size: 13px; color: #9B8A74;
    border-top: 1px solid #E8E0D5; margin-top: 48px;
}
.kati-pricing .kati-pricing-footer-note span { margin: 0 10px; }

/* ── Responsive Tablet 768px–1024px ── */
@media (max-width: 1024px) {
    .kati-pricing .kati-pricing-launch-grid {
        grid-template-columns: 1fr 1fr; /* Launch: 2 Spalten bleibt */
    }
    .kati-pricing .kati-pricing-flex-grid {
        grid-template-columns: 1fr 1fr; /* 2 Spalten */
        grid-template-areas:
            "trial trial"   /* Testphase: volle Breite */
            "basic premium"; /* Basic + Premium nebeneinander */
    }
    .kati-pricing .kati-pricing-flex-grid .kati-pricing-card:nth-child(1) {
        grid-area: trial;
    }
    .kati-pricing .kati-pricing-flex-grid .kati-pricing-card:nth-child(2) {
        grid-area: basic;
    }
    .kati-pricing .kati-pricing-flex-grid .kati-pricing-card:nth-child(3) {
        grid-area: premium;
    }
    .kati-pricing .kati-pricing-section { border-radius: 0; }
}

/* ── Responsive Mobile ≤768px ── */
@media (max-width: 768px) {
    .kati-pricing .kati-pricing-launch-grid {
        grid-template-columns: 1fr; /* einspaltig */
    }
    .kati-pricing .kati-pricing-flex-grid {
        grid-template-columns: 1fr; /* einspaltig */
        grid-template-areas: none;
    }
    .kati-pricing .kati-pricing-flex-grid .kati-pricing-card:nth-child(1),
    .kati-pricing .kati-pricing-flex-grid .kati-pricing-card:nth-child(2),
    .kati-pricing .kati-pricing-flex-grid .kati-pricing-card:nth-child(3) {
        grid-area: unset;
    }
    .kati-pricing .kati-pricing-section { padding: 32px 16px 40px; }
    .kati-pricing .kati-pricing-card    { padding: 24px 18px; }
}

/* ============================================
   SEKTION 3: DEINE ANGABEN. KATIS ANALYSE.
   Auto-Play-Animation Chatbox
   ============================================ */

/* Sektion-Wrapper */
.kati-landing .kati-section3-wrap {
    background: #F0F2E5;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.kati-landing .kati-section3-wrap::before {
    content: '';
    position: absolute;
    top: -100px; right: -80px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(201,165,113,0.22) 0%, transparent 70%);
    pointer-events: none;
}
.kati-landing .kati-section3-wrap::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -60px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(201,165,113,0.18) 0%, transparent 70%);
    pointer-events: none;
}
.kati-landing .kati-section3-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* Headline */
.kati-landing .kati-section3-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    margin: 0 0 24px;
    line-height: 1;
    text-align: center;
}
.kati-landing .kati-section3-title-top {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 8px;
    color: #C9A571;
}
.kati-landing .kati-section3-title-bot {
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.05;
    color: #6E7E3D;
    font-style: italic;
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 12px;
}
.kati-landing .kati-section3-title-bot::after {
    content: '';
    position: absolute;
    left: 50%; transform: translateX(-50%);
    width: 70%; bottom: -2px; height: 2px;
    background: linear-gradient(to right, transparent, #C9A571, transparent);
}

/* Chatbox Wrapper + Glow */
.kati-landing .kati-section3-chatwrap {
    position: relative;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.kati-landing .kati-section3-chatwrap::before {
    content: '';
    position: absolute;
    inset: -30px -40px;
    background: radial-gradient(ellipse at center, rgba(201,165,113,0.20) 0%, rgba(110,126,61,0.10) 35%, transparent 70%);
    filter: blur(30px);
    z-index: 0;
    pointer-events: none;
}

/* Chatbox */
.kati-landing .kati-section3-chat {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #E8E4DE;
    border-radius: 20px;
    padding: 18px;
    text-align: left;
    box-shadow: 0 30px 80px rgba(74,61,40,0.14), 0 12px 30px rgba(110,126,61,0.10), 0 4px 12px rgba(74,61,40,0.06);
}

/* Tab-Reihen */
.kati-landing .kati-section3-tabs {
    display: flex; gap: 5px; padding: 2px 0 10px;
    margin-bottom: 12px; border-bottom: 1px solid #F0EDE5;
    flex-wrap: nowrap; justify-content: center;
}
.kati-landing .kati-section3-tab {
    font-size: 10.5px; padding: 6px 11px; border-radius: 999px;
    background: #F4F2EC; color: #B8977C;
    white-space: nowrap; font-weight: 500; letter-spacing: 0.3px;
    flex-shrink: 0; transition: all 0.3s ease;
    font-family: 'DM Sans', system-ui, sans-serif;
}
.kati-landing .s3-tabs-app .kati-section3-tab {
    font-size: 9.5px; padding: 6px 9px;
}
.kati-landing .kati-section3-tab.s3-tab-active {
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FDFBF7;
    box-shadow: 0 4px 10px -3px rgba(139,147,90,0.45);
}

/* Sichtfenster */
.kati-landing .kati-section3-msgs {
    height: 320px; position: relative; overflow: hidden;
    font-family: 'DM Sans', system-ui, sans-serif;
}

/* Panels */
.kati-landing .s3-panel {
    display: none;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.kati-landing .s3-panel.active { display: block; }


/* ====== FELD-LAYOUT (Tab 1 + Planung) ====== */
.kati-landing .s3-fields {
    position: absolute; left: 0; right: 0; padding: 0 2px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 5px 8px;
}
.kati-landing .s3-fields.tab1 { gap: 6px 10px; }
.kati-landing .s3-field {
    background: #FAFAFA; border: 1.5px solid #E5DDD5;
    border-radius: 7px; padding: 5px 8px; min-width: 0;
}
.kati-landing .s3-fields.tab1 .s3-field { padding: 6px 9px; border-radius: 8px; }
.kati-landing .s3-full { grid-column: 1 / -1; }
.kati-landing .s3-highlight { border-color: #B8977C; background: #FFFFFF; box-shadow: 0 0 0 3px rgba(184,151,124,0.12); }
.kati-landing .s3-flabel {
    display: block; font-size: 8.5px; font-weight: 600;
    color: #8B7355; margin-bottom: 1px;
    letter-spacing: 0.04em; text-transform: uppercase;
}
.kati-landing .s3-fields.tab1 .s3-flabel { font-size: 9px; margin-bottom: 2px; }
.kati-landing .s3-fval {
    font-size: 10.5px; color: #472804; font-weight: 500;
    line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.kati-landing .s3-fields.tab1 .s3-fval { font-size: 11.5px; }
.kati-landing .s3-chev { float: right; color: #8B7355; margin-left: 6px; }
.kati-landing .s3-plantage {
    display: inline-block; background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white; font-size: 9px; font-weight: 600;
    padding: 1px 7px; border-radius: 999px; margin-left: 4px;
}

/* Eigene Angabe Container */
.kati-landing .s3-eigene {
    grid-column: 1 / -1; padding: 6px 10px;
    background: #FFFBF5; border: 1.5px dashed #D9CFC4; border-radius: 8px;
}
.kati-landing .s3-eigene-label { font-size: 9px; color: #8B7355; font-weight: 500; margin-bottom: 2px; }
.kati-landing .s3-eigene-val {
    font-size: 11px; color: #472804; background: white;
    padding: 4px 8px; border-radius: 4px; border: 1px solid #EDE5D8;
}

/* Radios */
.kati-landing .s3-radios { display: flex; gap: 9px; align-items: center; margin-top: 1px; }
.kati-landing .s3-radio { display: inline-flex; align-items: center; gap: 4px; font-size: 9.5px; color: #472804; }
.kati-landing .s3-rdot {
    width: 9px; height: 9px; border-radius: 50%;
    border: 1.5px solid #B8977C; background: white;
    display: inline-flex; align-items: center; justify-content: center;
}
.kati-landing .s3-rdot.s3-active { border-color: #8B935A; }
.kati-landing .s3-rdot.s3-active::after {
    content: ''; width: 4px; height: 4px; border-radius: 50%; background: #8B935A;
}

/* Buttons */
.kati-landing .s3-buttons {
    display: flex; gap: 8px; margin-top: 10px; padding: 0 2px;
    justify-content: flex-end; align-items: center;
}
.kati-landing .s3-buttons-scroll {
    position: absolute; bottom: 0; left: 0; right: 0;
    margin-top: 0; padding: 6px 4px 0;
    background: rgba(255,255,255,0.92); backdrop-filter: blur(2px);
    border-top: 1px solid rgba(232,228,222,0.6); z-index: 2;
}
.kati-landing .s3-buttons-center { justify-content: center; }
.kati-landing .s3-btn {
    font-size: 10.5px; padding: 7px 14px; border-radius: 999px;
    font-weight: 600; letter-spacing: 0.3px; border: none;
    font-family: inherit; min-width: 110px; text-align: center;
    white-space: nowrap; cursor: default;
}
.kati-landing .s3-btn-outline {
    background: white; color: #8B935A; border: 1.5px solid #8B935A;
}
.kati-landing .s3-btn-primary {
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FFFFFF; box-shadow: 0 4px 12px -3px rgba(139,147,90,0.5);
}

/* ====== MODULE (Tab 2, 3, 4) ====== */
.kati-landing .s3-modules {
    position: absolute; left: 0; right: 0; padding: 0 2px;
    display: flex; flex-direction: column; gap: 6px;
    transition: top 0.5s ease;
    top: 0;
}
.kati-landing .s3-mod {
    background: #FAFAFA; border: 1px solid #E5DDD5;
    border-radius: 8px; padding: 7px 9px;
}
.kati-landing .s3-mod-open {
    background: #FFFFFF; border: 1.5px solid #B8977C;
    box-shadow: 0 0 0 3px rgba(184,151,124,0.12); padding: 8px 10px;
}
.kati-landing .s3-mod-pill {
    display: inline-block;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    border-radius: 999px; padding: 3px 10px;
    font-size: 9px; font-weight: 600; color: white;
    letter-spacing: 0.04em; text-transform: uppercase;
    margin-bottom: 5px; line-height: 1.3;
    box-shadow: 0 2px 6px -2px rgba(139,147,90,0.4);
}
.kati-landing .s3-mod-hint {
    display: inline; font-size: 9px; color: #8B7355;
    font-style: italic; font-weight: 400; margin-left: 6px;
    letter-spacing: 0; text-transform: none;
}
.kati-landing .s3-mod-tags {
    font-size: 10px; color: #472804; font-weight: 500; line-height: 1.4; padding: 0 2px;
}
.kati-landing .s3-mod-tags.s3-empty { color: #BBADA0; font-style: italic; font-weight: 400; }
.kati-landing .s3-sep { color: #C9A571; margin: 0 5px; opacity: 0.6; }
.kati-landing .s3-checks {
    display: grid; grid-template-columns: 1fr 1fr; gap: 3px 12px; margin-bottom: 6px;
}
.kati-landing .s3-cb { display: flex; align-items: center; gap: 6px; font-size: 10px; color: #472804; }
.kati-landing .s3-cbx {
    width: 11px; height: 11px; border: 1.5px solid #B8977C;
    border-radius: 2px; flex-shrink: 0; background: white;
    display: inline-flex; align-items: center; justify-content: center;
}
.kati-landing .s3-cbx.s3-checked { background: #8B935A; border-color: #8B935A; }
.kati-landing .s3-cbx.s3-checked::after { content: '✓'; color: white; font-size: 8px; font-weight: bold; }

/* Eigene (Module) */
.kati-landing .s3-eigene-sm {
    border: 1.5px dashed #D9CFC4; background: #FFFBF5;
    border-radius: 6px; padding: 5px 7px; margin-top: 4px;
}
.kati-landing .s3-eigene-row { display: flex; gap: 4px; }
.kati-landing .s3-eigene-input {
    flex: 1; background: white; border: 1px solid #EDE5D8;
    border-radius: 3px; padding: 3px 6px; font-size: 9px;
    color: #B8A990; font-style: italic;
}
.kati-landing .s3-eigene-input.s3-filled { color: #472804; font-style: normal; font-weight: 500; background: #F8F4EC; }


/* ====== MAHLZEITENSTRUKTUR TABELLE ====== */
.kati-landing .s3-meals-section {
    grid-column: 1 / -1; background: #FAFAFA;
    border: 1.5px solid #E5DDD5; border-radius: 8px; padding: 8px 9px;
}
.kati-landing .s3-meals-title {
    font-size: 9px; font-weight: 600; color: #8B7355;
    letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 6px;
}
.kati-landing .s3-meals-table { width: 100%; border-collapse: collapse; font-size: 9px; }
.kati-landing .s3-meals-table th, .kati-landing .s3-meals-table td {
    padding: 4px; text-align: center; border: 1px solid rgba(143,147,90,0.18);
}
.kati-landing .s3-meals-table thead th {
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white; font-weight: 600; font-size: 8.5px;
}
.kati-landing .s3-meals-table thead th:first-child { text-align: left; padding-left: 7px; }
.kati-landing .s3-meals-table tbody td:first-child {
    background: rgba(255,255,255,0.6); text-align: left;
    font-weight: 600; color: #472804; padding-left: 7px;
    white-space: nowrap; font-size: 9.5px;
}
.kati-landing .s3-meals-table tbody td { background: white; }
.kati-landing .s3-age {
    display: inline-block; margin-left: 3px; padding: 1px 4px;
    background: #E8DFC5; border-radius: 3px; font-size: 7.5px;
    font-weight: 500; color: #8B7355;
}
.kati-landing .s3-age.s3-jugend { background: #DDE8D5; }
.kati-landing .s3-tick { color: #8B935A; font-weight: bold; font-size: 12px; }
.kati-landing .s3-cross { color: #C9C0B5; font-size: 10px; }

/* ====== MODUS-AUSWAHL ====== */
.kati-landing .s3-modus-layout { display: flex; gap: 12px; align-items: stretch; height: 100%; }
.kati-landing .s3-modus-list {
    width: 165px; flex-shrink: 0; background: #FFFFFF;
    border: 1.5px solid #E8E4DE; border-radius: 10px;
    box-shadow: 0 6px 20px rgba(74,61,40,0.09); overflow: hidden;
    padding: 4px 0; align-self: flex-start;
}
.kati-landing .s3-modus-item {
    display: flex; align-items: center; gap: 9px;
    padding: 10px 12px; font-size: 11px; font-weight: 500;
    color: #472804; transition: background 0.15s ease;
}
.kati-landing .s3-modus-item:not(:last-child) { border-bottom: 1px solid #F4F2EC; }
.kati-landing .s3-modus-active {
    background: #F4F2EC; margin: 3px 5px; padding: 8px 9px;
    border-radius: 7px; border-bottom-color: transparent;
}
.kati-landing .s3-modus-icon {
    width: 16px; height: 16px; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0; color: #8B7355;
}
.kati-landing .s3-modus-icon svg { width: 15px; height: 15px; }
.kati-landing .s3-modus-info-box {
    flex: 1; position: relative; align-self: flex-start; min-height: 140px;
}
.kati-landing .s3-modus-info {
    position: absolute; top: 0; left: 0; right: 0;
    background: #F4F2EC; border: 1.5px solid #E8E4DE;
    border-radius: 10px; padding: 14px 16px;
    opacity: 0; transition: opacity 0.25s ease;
    pointer-events: none;
}
.kati-landing .s3-modus-info-active { opacity: 1; pointer-events: auto; }
.kati-landing .s3-modus-accent {
    width: 36px; height: 2.5px;
    background: linear-gradient(135deg, #C9A571, #8B935A);
    border-radius: 2px; margin-bottom: 10px;
}
.kati-landing .s3-modus-name { font-size: 14px; font-weight: 600; color: #472804; margin-bottom: 6px; }
.kati-landing .s3-modus-text { font-size: 12px; line-height: 1.55; color: #8B7355; }

/* ====== MAHLZEITENPLAN TABELLE ====== */
.kati-landing .s3-mp-container {
    position: absolute; top: 0; left: 0; right: 0; padding: 0 1px;
    transition: top 0.6s ease;
}
.kati-landing .s3-mp-title {
    font-size: 9px; font-weight: 500; color: #472804;
    padding: 4px 0 3px; border-bottom: 1.5px dashed #E8E4DE;
    margin-bottom: 6px;
}
.kati-landing .s3-mp-table {
    width: 100%; border-collapse: collapse; table-layout: fixed;
}
.kati-landing .s3-mp-table th, .kati-landing .s3-mp-table td {
    padding: 2.5px 3px; text-align: left; vertical-align: top;
    border: 1px solid rgba(201,165,113,0.18); overflow: hidden;
    text-overflow: ellipsis; font-size: 6.5px; line-height: 1.3;
}
.kati-landing .s3-mp-table thead th {
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white; font-weight: 600; font-size: 6px;
    text-transform: uppercase; padding: 3px; text-align: center; white-space: nowrap;
}
.kati-landing .s3-mp-table thead th:first-child,
.kati-landing .s3-mp-table thead th:nth-child(2) { text-align: left; }
.kati-landing .s3-mp-tag { font-weight: 600; color: #472804; font-size: 7px; background: rgba(240,242,229,0.5); vertical-align: middle; }
.kati-landing .s3-mp-person { font-weight: 500; color: #472804; font-size: 6.5px; background: rgba(253,251,247,0.6); }
.kati-landing .s3-mp-shared { color: #472804; font-weight: 500; }
.kati-landing .s3-mp-divider td { border-top: 2px solid rgba(201,165,113,0.3); }

/* ====== EINKAUFSLISTE ====== */
.kati-landing .s3-el-content {
    position: absolute; top: 0; left: 0; right: 0; padding: 0 2px;
    transition: top 0.6s ease;
}
.kati-landing .s3-el-title { font-size: 9px; font-weight: 600; color: #472804; margin-bottom: 4px; }
.kati-landing .s3-el-edit { color: #8B7355; font-size: 7px; margin-left: 3px; }
.kati-landing .s3-el-progress { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.kati-landing .s3-el-bar { flex: 1; height: 4px; background: #E8E4DE; border-radius: 2px; overflow: hidden; }
.kati-landing .s3-el-fill { height: 100%; border-radius: 2px; background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%); }
.kati-landing .s3-el-count { font-size: 7px; color: #8B7355; white-space: nowrap; }
.kati-landing .s3-el-group { margin-bottom: 6px; }
.kati-landing .s3-el-gtitle {
    font-size: 8px; font-weight: 700; color: #472804;
    padding-bottom: 2px; border-bottom: 1.5px solid;
    border-image: linear-gradient(135deg, #C9A571 0%, #8B935A 100%) 1;
    margin-bottom: 3px;
}
.kati-landing .s3-el-item {
    display: flex; align-items: center; gap: 5px; padding: 2px 0;
    font-size: 7px; color: #472804; line-height: 1.3;
}
.kati-landing .s3-el-item.s3-el-done { color: #BBADA0; text-decoration: line-through; }
.kati-landing .s3-el-cb {
    width: 9px; height: 9px; border: 1.2px solid #B8977C; border-radius: 2px;
    flex-shrink: 0; background: white;
    display: inline-flex; align-items: center; justify-content: center;
}
.kati-landing .s3-el-cb.s3-el-checked { background: #8B935A; border-color: #8B935A; }
.kati-landing .s3-el-cb.s3-el-checked::after { content: '✓'; color: white; font-size: 6px; font-weight: bold; }

/* ====== REZEPT CHAT ====== */
.kati-landing .s3-chat-flow {
    position: absolute; top: 0; left: 0; right: 0;
    padding: 0 1px; display: flex; flex-direction: column; gap: 6px;
    transition: top 0.6s ease;
}
.kati-landing .s3-chat-user-label { text-align: right; font-size: 8px; color: #8B7355; font-weight: 500; }
.kati-landing .s3-chat-user-bubble {
    align-self: flex-end; background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white; font-size: 9px; line-height: 1.5; padding: 7px 10px;
    border-radius: 10px 10px 3px 10px; max-width: 88%;
}
.kati-landing .s3-chat-kati-label { font-size: 8px; color: #8B7355; font-weight: 500; }
.kati-landing .s3-chat-kati-bubble {
    align-self: flex-start; background: #FDFBF7; border: 1px solid #E8E4DE;
    border-left: 2.5px solid #C9A571;
    font-size: 8.5px; line-height: 1.5; padding: 7px 9px;
    border-radius: 3px 10px 10px 10px; max-width: 100%; color: #472804;
}
.kati-landing .s3-rez-title {
    font-size: 9.5px; font-weight: 600; color: #C9A571;
    padding-bottom: 3px; border-bottom: 1.5px dashed #E8E4DE;
    margin: 6px 0 5px;
}
.kati-landing .s3-rez-meta { font-size: 8.5px; color: #8B7355; margin-bottom: 2px; line-height: 1.5; }
.kati-landing .s3-rez-meta strong { color: #472804; }
.kati-landing .s3-rez-section { font-size: 9px; font-weight: 700; color: #472804; margin: 5px 0 3px; }
.kati-landing .s3-rez-cols { display: flex; gap: 10px; }
.kati-landing .s3-rez-col { flex: 1; font-size: 7.5px; line-height: 1.45; color: #472804; }
.kati-landing .s3-rez-col strong { color: #C9A571; }
.kati-landing .s3-rez-step { font-size: 7.5px; color: #472804; line-height: 1.5; margin-bottom: 3px; }
.kati-landing .s3-rez-num { font-weight: 700; color: #C9A571; }

/* Subline */
.kati-landing .kati-section3-sub {
    font-size: 16px; line-height: 1.7; color: #8B7355;
    margin: 16px auto 0; max-width: 600px; text-align: center;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
    .kati-landing .kati-section3-wrap { padding: 60px 0 32px; }
    .kati-landing .kati-section3-inner { padding: 0 40px; }
    .kati-landing .kati-section3-title-top { font-size: 32px; }
    .kati-landing .kati-section3-title-bot { font-size: 48px; }
    .kati-landing .kati-section3-chatwrap { max-width: 560px; }
}
@media (max-width: 767px) {
    .kati-landing .kati-section3-wrap { padding: 48px 0 24px; }
    .kati-landing .kati-section3-inner { padding: 0 32px; }
    .kati-landing .kati-section3-title-top { font-size: 26px; }
    .kati-landing .kati-section3-title-bot { font-size: 40px; }
    .kati-landing .kati-section3-chatwrap { max-width: 100%; }
    .kati-landing .kati-section3-chat { padding: 14px; border-radius: 16px; }
    .kati-landing .kati-section3-msgs { height: 344px; }
    .kati-landing .kati-section3-tab { font-size: 8px; padding: 5px 6px; flex-shrink: 1; letter-spacing: 0.1px; }
    .kati-landing .kati-section3-sub { font-size: 14px; }
    .kati-landing .s3-modus-list { width: 140px; }
}
@media (max-width: 480px) {
    .kati-landing .kati-section3-wrap { padding: 32px 0 20px; }
    .kati-landing .kati-section3-inner { padding: 0 16px; }
    .kati-landing .kati-section3-title-top { font-size: 22px; }
    .kati-landing .kati-section3-title-bot { font-size: 32px; }
    .kati-landing .kati-section3-chat { padding: 12px; border-radius: 14px; }
    .kati-landing .kati-section3-msgs { height: 289px; }
    .kati-landing .kati-section3-tab { font-size: 7px; padding: 5px 5px; letter-spacing: 0; }
    .kati-landing .s3-btn { font-size: 9.5px; padding: 6px 12px; min-width: 95px; }
    .kati-landing .kati-section3-sub { font-size: 13px; }
    .kati-landing .s3-modus-list { width: 115px; }
    .kati-landing .s3-modus-item { font-size: 9.5px; }
    .kati-landing .s3-modus-name { font-size: 12px; }
    .kati-landing .s3-modus-text { font-size: 10px; }
    .kati-landing .s3-mp-table th, .kati-landing .s3-mp-table td { font-size: 5.5px; padding: 2px; }
    .kati-landing .s3-mp-table thead th { font-size: 5px; }
}
/* ============================================
   SEKTION 3.1 — Neue Elemente
   Hinzufügen am ENDE von kati-styles.css
   (nach dem bestehenden @media 480px Block)
   ============================================ */

/* --- Zwischen-Überschrift --- */
.kati-landing .s3-between {
    text-align: center;
    margin: 0 0 24px;
}
.kati-landing .s3-between h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #8B935A;
    margin: 0;
    letter-spacing: 0.5px;
}

/* --- Panel 0: Preclick Info --- */
.kati-landing .s3-preclick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}
.kati-landing .s3-preclick-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 15px;
    color: #8B935A;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: center;
}
.kati-landing .s3-preclick-box {
    background: #FDFBF7;
    border: 1.5px solid #E8E4DE;
    border-radius: 10px;
    padding: 12px 18px;
    text-align: left;
    max-width: 400px;
    width: 100%;
}
.kati-landing .s3-preclick-item { padding: 7px 0; }
.kati-landing .s3-preclick-item:not(:last-child) { border-bottom: 1px solid rgba(232,228,222,0.6); }
.kati-landing .s3-preclick-label { display: block; font-size: 11.5px; color: #472804; font-weight: 600; margin-bottom: 2px; }
.kati-landing .s3-preclick-desc { display: block; font-size: 10.5px; color: #8B7355; line-height: 1.4; }

/* --- Button-Bar am unteren Rand (mit Trennlinie) --- */
.kati-landing .s3-btn-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    display: flex;
    gap: 8px;
    padding: 6px 4px 0;
    justify-content: flex-end;
    align-items: center;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(2px);
    border-top: 1px solid rgba(232,228,222,0.6);
    z-index: 2;
}
.kati-landing .s3-btn-center { justify-content: center; }

/* --- Panel 4 kompakt --- */
#s3-p-frauen .s3-modules { gap: 4px; }
#s3-p-frauen .s3-mod { padding: 5px 9px; }
#s3-p-frauen .s3-mod-open { padding: 6px 10px; }
#s3-p-frauen .s3-checks { gap: 2px 12px; margin-bottom: 4px; }

/* --- Mod-Hint eigene Zeile --- */
.kati-landing .s3-mod-hint-block {
    display: block;
    font-size: 9px;
    color: #8B7355;
    font-style: italic;
    margin-top: 2px;
}

/* --- Navigation (Vor/Zurück + Dots) --- */
.kati-landing .s3-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 540px;
    margin: 16px auto 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.kati-landing .s3-nav.s3-nav-visible { opacity: 1; pointer-events: auto; }
.kati-landing .s3-nav-btn {
    background: #FFFFFF;
    border: 1.5px solid #E8E4DE;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 600;
    color: #472804;
    cursor: pointer;
    font-family: 'DM Sans', system-ui, sans-serif;
    transition: all 0.2s ease;
}
.kati-landing .s3-nav-btn:hover { border-color: #8B935A; color: #8B935A; }
.kati-landing .s3-nav-btn:disabled { opacity: 0.3; cursor: default; }
.kati-landing .s3-nav-dots { display: flex; gap: 6px; }
.kati-landing .s3-nav-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #E8E4DE;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}
.kati-landing .s3-nav-dot.s3-dot-active {
    background: linear-gradient(135deg, #C9A571, #8B935A);
    transform: scale(1.2);
}

/* ============================================
   RESPONSIVE — Neue Elemente
   ============================================ */

@media (max-width: 1024px) {
    .kati-landing .s3-between h3 { font-size: 22px; }
}

@media (max-width: 767px) {
    .kati-landing .s3-between h3 { font-size: 20px; }
    /* Inhalt proportional kleiner */
    .kati-landing .s3-fields { gap: 5px 8px; }
    .kati-landing .s3-field { padding: 5px 7px; }
    .kati-landing .s3-flabel { font-size: 8px; }
    .kati-landing .s3-fval { font-size: 10px; }
    .kati-landing .s3-eigene { padding: 5px 8px; }
    .kati-landing .s3-eigene-val { font-size: 10px; }
    .kati-landing .s3-mod { padding: 6px 7px; }
    .kati-landing .s3-mod-open { padding: 6px 8px; }
    .kati-landing .s3-mod-pill { font-size: 8px; padding: 2px 8px; }
    .kati-landing .s3-mod-tags { font-size: 9px; }
    .kati-landing .s3-mod-hint-block { font-size: 8px; }
    .kati-landing .s3-checks { gap: 2px 8px; }
    .kati-landing .s3-cb { font-size: 9px; }
    .kati-landing .s3-cbx { width: 10px; height: 10px; }
    .kati-landing .s3-eigene-sm { padding: 4px 6px; }
    .kati-landing .s3-eigene-label { font-size: 7.5px; }
    .kati-landing .s3-eigene-input { font-size: 8px; padding: 2px 5px; }
    .kati-landing .s3-preclick-box { max-width: 100%; }
    .kati-landing .s3-preclick-label { font-size: 10.5px; }
    .kati-landing .s3-preclick-desc { font-size: 9.5px; }
    .kati-landing .s3-preclick-headline { font-size: 14px; }
    .kati-landing .s3-preclick-item { padding: 6px 0; }
    #s3-p-frauen .s3-mod { padding: 4px 7px; }
    #s3-p-frauen .s3-mod-open { padding: 5px 8px; }
    .kati-landing .s3-nav { gap: 8px; margin-top: 12px; }
    .kati-landing .s3-nav-btn { font-size: 10px; padding: 6px 14px; }
    .kati-landing .s3-nav-dot { width: 7px; height: 7px; }
}

@media (max-width: 480px) {
    .kati-landing .s3-between h3 { font-size: 18px; }
    
    /* Inhalt proportional noch kleiner */
    .kati-landing .s3-fields { gap: 4px 6px; }
    .kati-landing .s3-field { padding: 4px 6px; border-radius: 6px; }
    .kati-landing .s3-flabel { font-size: 7px; }
    .kati-landing .s3-fval { font-size: 9px; }
    .kati-landing .s3-eigene { padding: 4px 6px; }
    .kati-landing .s3-eigene-label { font-size: 7px; }
    .kati-landing .s3-eigene-val { font-size: 9px; }
    .kati-landing .s3-mod { padding: 5px 6px; border-radius: 6px; }
    .kati-landing .s3-mod-open { padding: 5px 7px; }
    .kati-landing .s3-mod-pill { font-size: 7px; padding: 2px 6px; }
    .kati-landing .s3-mod-tags { font-size: 8px; }
    .kati-landing .s3-mod-hint-block { font-size: 7px; }
    .kati-landing .s3-checks { gap: 2px 6px; }
    .kati-landing .s3-cb { font-size: 8px; }
    .kati-landing .s3-cbx { width: 9px; height: 9px; }
    .kati-landing .s3-eigene-sm { padding: 3px 5px; }
    .kati-landing .s3-eigene-input { font-size: 7px; padding: 2px 4px; }
    .kati-landing .s3-preclick-box { padding: 8px 10px; }
    .kati-landing .s3-preclick-label { font-size: 9.5px; }
    .kati-landing .s3-preclick-desc { font-size: 8.5px; }
    .kati-landing .s3-preclick-headline { font-size: 13px; }
    .kati-landing .s3-preclick-item { padding: 5px 0; }
    #s3-p-frauen .s3-mod { padding: 3px 6px; }
    #s3-p-frauen .s3-mod-open { padding: 4px 7px; }
    #s3-p-frauen .s3-checks { gap: 1px 6px; }
    .kati-landing .s3-nav { gap: 6px; margin-top: 10px; }
    .kati-landing .s3-nav-btn { font-size: 9px; padding: 5px 10px; }
    .kati-landing .s3-nav-dot { width: 6px; height: 6px; }

}

/* ============================================
   SEKTION 3.2 — Planung
   ERSETZT den vorherigen Sektion 3.2 Block
   Hinzufügen am ENDE von kati-styles.css
   ============================================ */

/* --- Trennlinie zwischen Chatboxen --- */
.kati-landing .s3-divider {
    width: 200px;
    height: 2px;
    margin: 40px auto;
    background: linear-gradient(to right, transparent, #C9A571, transparent);
    border: none;
}

/* --- Scroll-Container Planung (gleiche Technik wie s3-modules) --- */
.kati-landing .s3-plan-scroll {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 2px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: top 0.5s ease;
}

/* --- Felder-Zeilen (2 nebeneinander) --- */
.kati-landing .s3-plan-fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.kati-landing .s3-plan-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

/* --- Dropdown (Themenküche) --- */
.kati-landing .s3-dropdown {
    background: #FAFAFA;
    border: 1.5px solid #E5DDD5;
    border-radius: 7px;
    padding: 5px 8px;
}
.kati-landing .s3-dropdown-val {
    font-size: 10.5px;
    color: #472804;
    font-weight: 500;
    border-bottom: 1px solid #E8E4DE;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.kati-landing .s3-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kati-landing .s3-dropdown-list li {
    font-size: 9.5px;
    padding: 5px 6px;
    color: #472804;
    border-bottom: 1px solid #F4F2EC;
}
.kati-landing .s3-dropdown-list li:last-child { border-bottom: none; }
.kati-landing .s3-dropdown-placeholder { color: #B8A990; font-style: italic; }
.kati-landing .s3-dropdown-selected {
    background: linear-gradient(135deg, #C9A571, #8B935A);
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 500;
}

/* ============================================
   RESPONSIVE — Planung
   ============================================ */

@media (max-width: 1024px) {
    .kati-landing .s3-divider { margin: 32px auto; }
}

@media (max-width: 767px) {
    .kati-landing .s3-divider { margin: 28px auto; width: 160px; }
    .kati-landing .s3-dropdown-val { font-size: 9px; }
    .kati-landing .s3-dropdown-list li { font-size: 8px; padding: 4px 5px; }
    .kati-landing .s3-plan-scroll { gap: 5px; }
    .kati-landing .s3-plan-fields { gap: 5px; }
    .kati-landing .s3-plan-row { gap: 5px; }
    .kati-landing .s3-meals-table th, .kati-landing .s3-meals-table td { font-size: 8px; padding: 3px; }
    .kati-landing .s3-meals-table thead th { font-size: 7px; }
}

@media (max-width: 480px) {
    .kati-landing .s3-divider { margin: 24px auto; width: 120px; }
    .kati-landing .s3-dropdown-val { font-size: 8px; }
    .kati-landing .s3-dropdown-list li { font-size: 7.5px; padding: 3px 4px; }
    .kati-landing .s3-plan-scroll { gap: 4px; }
    .kati-landing .s3-plan-fields { gap: 4px; }
    .kati-landing .s3-plan-row { gap: 4px; }
    .kati-landing .s3-radios { gap: 5px; flex-wrap: wrap; }
    .kati-landing .s3-radio { font-size: 7px; gap: 2px; }
    .kati-landing .s3-rdot { width: 7px; height: 7px; }
    .kati-landing .s3-meals-table th, .kati-landing .s3-meals-table td { font-size: 7px; padding: 2px; }
    .kati-landing .s3-meals-table thead th { font-size: 6px; }
    .kati-landing .s3-meals-title { font-size: 8px; }
    .kati-landing .s3-age { font-size: 6px; padding: 1px 3px; }
}
/* ============================================
   SEKTION 3.3 — Modus + Essensplan
   Hinzufügen am ENDE von kati-styles.css
   ============================================ */

/* --- Modus Layout (Variant E) --- */
.kati-landing .s3-modus-wrap {
    position: relative;
    height: 100%;
    padding: 4px;
}
.kati-landing .s3-modus-list {
    width: 38%;
    background: #FFF;
    border: 1.5px solid #E8E4DE;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(74,61,40,0.09);
    padding: 5px 0;
    position: relative;
    z-index: 2;
}
.kati-landing .s3-modus-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #472804;
    transition: background 0.3s;
}
.kati-landing .s3-modus-item:not(:last-child) { border-bottom: 1px solid #F4F2EC; }
.kati-landing .s3-modus-item.s3-modus-active {
    background: #F4F2EC;
    margin: 3px 5px;
    padding: 11px 11px;
    border-radius: 7px;
}
.kati-landing .s3-modus-icon {
    width: 17px; height: 17px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: #8B7355;
}
.kati-landing .s3-modus-icon svg { width: 16px; height: 16px; }

/* --- Modus Info Box --- */
.kati-landing .s3-modus-info {
    position: absolute;
    top: 50%; right: 1%; left: auto; width: 55%;
    transform: translateY(-30%);
    background: #F4F2EC;
    border: 1.5px solid #E8E4DE;
    border-radius: 10px;
    padding: 18px 20px;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(74,61,40,0.08);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.kati-landing .s3-modus-info.s3-modus-info-on { opacity: 1; }
.kati-landing .s3-modus-accent {
    width: 30px; height: 2.5px;
    background: linear-gradient(135deg, #C9A571, #8B935A);
    border-radius: 2px; margin-bottom: 10px;
}
.kati-landing .s3-modus-name { font-size: 16px; font-weight: 600; color: #472804; margin-bottom: 6px; }
.kati-landing .s3-modus-text { font-size: 12.5px; line-height: 1.6; color: #8B7355; }

/* --- Floating Icon --- */
.kati-landing .s3-modus-float {
    position: absolute;
    top: 10px; right: calc(1% + 27.5% - 40px);
    width: 80px; height: 80px;
    background: linear-gradient(135deg, rgba(201,165,113,0.12), rgba(139,147,90,0.08));
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.4s ease; z-index: 2;
}
.kati-landing .s3-modus-float.s3-modus-float-on { opacity: 1; }
.kati-landing .s3-modus-float svg {
    width: 44px; height: 44px;
    stroke: #A89060; stroke-width: 1.5; fill: none;
    stroke-linecap: round; stroke-linejoin: round;
}

/* --- Tagline (Mobile only) --- */
.kati-landing .s3-modus-tagline {
    display: none;
    position: absolute;
    bottom: 26px; left: 4px; right: 4px;
    text-align: center;
    font-size: 14px;
    color: #8B935A;
    font-style: italic;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0EDE5;
}
.kati-landing .s3-modus-tagline.s3-modus-tag-on { opacity: 1; }

/* --- Essensplan Table --- */
.kati-landing .s3-mp-scroll {
    position: absolute;
    left: 0; right: 0; top: 0;
    transition: top 0.6s ease;
}
.kati-landing .s3-mp-title {
    font-size: 9px; font-weight: 500;
    padding: 4px 0 3px;
    border-bottom: 1.5px dashed #E8E4DE;
    margin-bottom: 6px;
}
.kati-landing .s3-mp-table {
    width: 100%; border-collapse: collapse; table-layout: fixed;
}
.kati-landing .s3-mp-table th,
.kati-landing .s3-mp-table td {
    padding: 2.5px 3px;
    text-align: left; vertical-align: top;
    border: 1px solid rgba(201,165,113,0.18);
    font-size: 6.5px; line-height: 1.3;
}
.kati-landing .s3-mp-table thead th {
    background: linear-gradient(135deg, #C9A571, #8B935A);
    color: #fff; font-weight: 600; font-size: 6px;
    text-transform: uppercase; padding: 3px; text-align: center;
}
.kati-landing .s3-mp-tag { font-weight: 600; font-size: 7px; background: rgba(240,242,229,0.5); vertical-align: middle; }
.kati-landing .s3-mp-person { font-weight: 500; font-size: 6.5px; background: rgba(253,251,247,0.6); }
.kati-landing .s3-mp-divider td { border-top: 2px solid rgba(201,165,113,0.3); }

/* ============================================
   RESPONSIVE — Chatbox 3
   ============================================ */

@media (max-width: 767px) {
    /* Modus: percentage widths */
    .kati-landing .s3-modus-list { width: 38%; }
    .kati-landing .s3-modus-item { font-size: 12px; padding: 13px 10px; gap: 7px; }
    .kati-landing .s3-modus-item.s3-modus-active { padding: 8px 8px; margin: 2px 3px; }
    .kati-landing .s3-modus-icon svg { width: 14px; height: 14px; }
    .kati-landing .s3-modus-info { width: 55%; right: 1%; padding: 14px; top: 35%; transform: none; }
    .kati-landing .s3-modus-name { font-size: 17px; margin-bottom: 5px; }
    .kati-landing .s3-modus-text { font-size: 15px; line-height: 1.5; }
    .kati-landing .s3-modus-float { width: 66px; height: 66px; right: calc(1% + 27.5% - 33px); top: 4px; border-radius: 12px; }
    .kati-landing .s3-modus-float svg { width: 36px; height: 36px; stroke-width: 1.3; }
    .kati-landing .s3-modus-accent { width: 24px; height: 2px; margin-bottom: 6px; }
    .kati-landing .s3-modus-tagline { display: block; }
    /* Essensplan Table */
    .kati-landing .s3-mp-table th, .kati-landing .s3-mp-table td { font-size: 5.5px; padding: 2px; }
    .kati-landing .s3-mp-table thead th { font-size: 5px; }
    .kati-landing .s3-mp-tag { font-size: 6px; }
    .kati-landing .s3-mp-person { font-size: 5.5px; }
    .kati-landing .s3-mp-title { font-size: 8px; }
}

@media (max-width: 480px) {
    /* Modus */
    .kati-landing .s3-modus-list { width: 38%; }
    .kati-landing .s3-modus-item { padding: 10px 7px; font-size: 9px; gap: 4px; }
    .kati-landing .s3-modus-item.s3-modus-active { padding: 5px 5px; margin: 2px 2px; }
    .kati-landing .s3-modus-icon svg { width: 10px; height: 10px; }
    .kati-landing .s3-modus-info { width: 55%; right: 1%; padding: 10px; top: 35%; transform: none; }
    .kati-landing .s3-modus-name { font-size: 13px; margin-bottom: 4px; }
    .kati-landing .s3-modus-text { font-size: 11px; line-height: 1.4; }
    .kati-landing .s3-modus-float { width: 48px; height: 48px; right: calc(1% + 27.5% - 24px); top: 6px; border-radius: 10px; }
    .kati-landing .s3-modus-float svg { width: 27px; height: 27px; stroke-width: 1.2; }
    .kati-landing .s3-modus-accent { width: 18px; height: 1.5px; margin-bottom: 4px; }
    .kati-landing .s3-modus-tagline { font-size: 12px; bottom: 20px; padding-bottom: 10px; }
    /* Essensplan Table */
    .kati-landing .s3-mp-table th, .kati-landing .s3-mp-table td { font-size: 4.5px; padding: 1.5px; }
    .kati-landing .s3-mp-table thead th { font-size: 4px; }
    .kati-landing .s3-mp-tag { font-size: 4.5px; }
    .kati-landing .s3-mp-person { font-size: 4.5px; }
    .kati-landing .s3-mp-title { font-size: 7px; }
}
/* ============================================
   SEKTION 3.0 — Übersicht (nur neue Styles)
   Hinzufügen am ENDE von kati-styles.css
   ============================================ */

/* --- Preclick Variante für Übersicht (oben statt zentriert) --- */
.kati-landing .s3-ov-preclick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 16px 10px 0;
}

/* --- CTA unter der Chatbox --- */
.kati-landing .s3-ov-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 540px;
    margin: 24px auto 0;
    flex-wrap: wrap;
}
.kati-landing .s3-ov-cta-text {
    font-size: 16px;
    color: #8B7355;
    line-height: 1.7;
}
.kati-landing .s3-ov-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(135deg, #C9A571, #8B935A);
    box-shadow: 0 4px 14px -3px rgba(139,147,90,0.5);
    text-decoration: none;
    transition: all 0.2s;
    font-family: 'DM Sans', system-ui, sans-serif;
    animation: s3-ov-pulse 2s ease-in-out infinite;
}
.kati-landing .s3-ov-cta-btn:hover {
    box-shadow: 0 6px 20px -3px rgba(139,147,90,0.6);
    transform: translateY(-1px);
    animation: none;
}
@keyframes s3-ov-pulse {
    0%, 100% { box-shadow: 0 4px 14px -3px rgba(139,147,90,0.5); }
    50% { box-shadow: 0 6px 24px -2px rgba(139,147,90,0.7), 0 0 0 6px rgba(201,165,113,0.12); }
}

/* ============================================
   RESPONSIVE — Übersicht
   ============================================ */

@media (max-width: 767px) {
    .kati-landing .s3-ov-preclick { padding: 12px 8px 0; }
    .kati-landing .s3-ov-cta-text { font-size: 14px; }
    .kati-landing .s3-ov-cta-btn { font-size: 13px; padding: 10px 24px; }
}

@media (max-width: 480px) {
    .kati-landing .s3-ov-preclick { padding: 10px 6px 0; }
    .kati-landing .s3-ov-cta-text { font-size: 13px; }
    .kati-landing .s3-ov-cta-btn { font-size: 12px; padding: 9px 20px; }
}
/* ============================================
   SEKTION 4 — DU BIST EINZIGARTIG
   Überschrift + Schlagwörter-Bar
   ============================================ */

/* --- Section Wrapper --- */
.kati-landing .kati-section4 {
    background: #FAFAF8;
    padding: 80px 0 60px;
    overflow: hidden;
}

.kati-landing .kati-s4-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 80px;
    text-align: center;
}

/* --- Schlagwörter-Bar --- */
.kati-landing .kati-s4-keywords {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin: 40px auto 0;
    padding: 14px 24px;
    background: #FFFFFF;
    border: 1px solid #E8E4DE;
    border-radius: 20px;
    width: fit-content;
    max-width: 100%;
}

.kati-landing .kati-s4-kw {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #B8977C;
    padding: 4px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: all 0.5s cubic-bezier(0.65,0,0.35,1);
    white-space: nowrap;
}

.kati-landing .kati-s4-kw.active {
    color: #8B935A;
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,
                linear-gradient(135deg,#C9A571,#8B935A) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 20px -4px rgba(201,165,113,0.45);
    transform: scale(1.06);
}

/* Zeilenumbruch nach Lebenssituation — nur Desktop */
.kati-landing .kati-s4-kw-break {
    flex-basis: 100%;
    height: 0;
}

/* ============================================
   SEKTION 4 — RESPONSIVE
   ============================================ */

/* --- Tablet ≤1024px --- */
@media (max-width: 1024px) {
    .kati-landing .kati-section4 {
        padding: 60px 0 32px;
    }
    .kati-landing .kati-s4-inner {
        padding: 0 40px;
    }
    .kati-landing .kati-s4-keywords {
        gap: 6px 10px;
        padding: 12px 20px;
    }
    .kati-landing .kati-s4-kw {
        font-size: 16px;
        padding: 4px 12px;
    }
    .kati-landing .kati-s4-kw-break {
        display: none;
    }
}

/* --- Mobile ≤767px --- */
@media (max-width: 767px) {
    .kati-landing .kati-section4 {
        padding: 48px 0 24px;
    }
    .kati-landing .kati-s4-inner {
        padding: 0 32px;
    }
    .kati-landing .kati-s4-keywords {
        padding: 10px 16px;
        gap: 6px 8px;
        margin: 32px auto 0;
    }
    .kati-landing .kati-s4-kw {
        font-size: 14px;
        padding: 3px 10px;
    }
    .kati-section4 .kati-section3-title-bot {
        font-size: 36px;
    }
}

/* --- Small Mobile ≤480px --- */
@media (max-width: 480px) {
    .kati-landing .kati-section4 {
        padding: 32px 0 20px;
    }
    .kati-landing .kati-s4-inner {
        padding: 0 16px;
    }
    .kati-landing .kati-s4-keywords {
        padding: 10px 14px;
        gap: 4px 8px;
    }
    .kati-landing .kati-s4-kw {
        font-size: 13px;
        padding: 2px 8px;
    }
    .kati-section4 .kati-section3-title-bot {
        font-size: 28px;
    }
}
/* ============================================
   SEKTION 5 — VORTEILE TIMELINE
   ============================================ */

/* --- Section Wrapper --- */
.kati-landing .kati-section5 {
    background: #FFFFFF;
    padding: 80px 0 60px;
}

.kati-landing .kati-s5-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* --- Timeline Linie --- */
.kati-landing .kati-s5-timeline {
    position: relative;
}

.kati-landing .kati-s5-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, #C9A571 8%, #8B935A 92%, transparent 100%);
}

/* --- Row --- */
.kati-landing .kati-s5-row {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 72px;
}

.kati-landing .kati-s5-row:last-child {
    margin-bottom: 0;
}

/* --- Dot --- */
.kati-landing .kati-s5-dot {
    position: absolute;
    left: 50%;
    top: 24px;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #C9A571, #8B935A);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* --- Spalten --- */
.kati-landing .kati-s5-left,
.kati-landing .kati-s5-right {
    width: 50%;
}

.kati-landing .kati-s5-left {
    padding-right: 48px;
    text-align: right;
}

.kati-landing .kati-s5-left-numbers {
    text-align: left;
}

.kati-landing .kati-s5-right {
    padding-left: 48px;
    text-align: left;
}

/* --- Headline + Sub --- */
.kati-landing .kati-s5-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    color: #6E7E3D;
    margin-bottom: 12px;
    line-height: 1.2;
}

.kati-landing .kati-s5-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #8B7355;
}

/* --- Bild --- */
.kati-landing .kati-s5-img {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

/* --- Vergleich --- */
.kati-landing .kati-s5-compare {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.kati-landing .kati-s5-compare-col {
    flex: 1;
    text-align: center;
    padding: 20px 12px;
    border: 1px solid #E8E4DE;
    border-radius: 16px;
    background: #FDFBF7;
}

.kati-landing .kati-s5-compare-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.kati-landing .kati-s5-compare-col.with-kati .kati-s5-compare-label { color: #8B935A; }
.kati-landing .kati-s5-compare-col.without .kati-s5-compare-label { color: #B8977C; }

.kati-landing .kati-s5-compare-amount {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}

.kati-landing .kati-s5-compare-col.with-kati .kati-s5-compare-amount { color: #6E7E3D; }
.kati-landing .kati-s5-compare-col.without .kati-s5-compare-amount { color: #B8977C; }
.kati-landing .kati-s5-compare-unit { font-size: 13px; color: #8B7355; margin-bottom: 6px; }
.kati-landing .kati-s5-compare-detail { font-size: 12px; color: #B8977C; }

/* --- Hochrechnung --- */
.kati-landing .kati-s5-projection {
    display: flex;
    gap: 0;
    margin-top: 16px;
    border: 1px solid #E8E4DE;
    border-radius: 12px;
    overflow: hidden;
    background: #FDFBF7;
}

.kati-landing .kati-s5-proj-item {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    border-right: 1px solid #E8E4DE;
}

.kati-landing .kati-s5-proj-item:last-child { border-right: none; }

.kati-landing .kati-s5-proj-label {
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #B8977C;
    margin-bottom: 6px;
}

.kati-landing .kati-s5-proj-amount {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #6E7E3D;
    line-height: 1;
    margin-bottom: 2px;
}

.kati-landing .kati-s5-proj-unit { font-size: 11px; color: #8B7355; }

/* --- Banner --- */
.kati-landing .kati-s5-savings {
    text-align: center;
    padding: 12px 16px;
    margin-top: 16px;
    background: linear-gradient(135deg, rgba(201,165,113,0.12), rgba(139,147,90,0.12));
    border-radius: 12px;
    border: 1px solid rgba(201,165,113,0.2);
}

.kati-landing .kati-s5-savings-text {
    font-size: 13px;
    color: #8B935A;
    font-style: italic;
}

/* --- Bild mit Lupe --- */
.kati-landing .kati-s5-img-wrap {
    position: relative;
    margin-top: 16px;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E8E4DE;
    box-shadow:
        0 50px 120px rgba(74,61,40,0.18),
        0 20px 50px rgba(110,126,61,0.12),
        0 8px 20px rgba(74,61,40,0.08),
        0 2px 6px rgba(74,61,40,0.04);
}

.kati-landing .kati-s5-img {
    width: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    border: 1px solid #E8E4DE;
    box-shadow:
        0 50px 120px rgba(74,61,40,0.18),
        0 20px 50px rgba(110,126,61,0.12),
        0 8px 20px rgba(74,61,40,0.08),
        0 2px 6px rgba(74,61,40,0.04);
}

.kati-landing .kati-s5-img-wrap:hover img {
    transform: scale(1.02);
}

.kati-landing .kati-s5-lupe {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: 1px solid #E8E4DE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #8B935A;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* --- Lightbox --- */
.kati-s5-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.kati-s5-lightbox.open { display: flex; }

.kati-s5-lightbox img {
    max-width: 92vw;
    max-height: 92vh;
    object-fit: contain;
    border-radius: 8px;
}

.kati-s5-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    border: none;
}

/* ============================================
   SEKTION 5 — RESPONSIVE
   ============================================ */

/* --- Tablet ≤1024px --- */
@media (max-width: 1024px) {
    .kati-landing .kati-section5 { padding: 60px 0 32px; }
    .kati-landing .kati-s5-inner { padding: 0 40px; }
    .kati-landing .kati-s5-left { padding-right: 32px; }
    .kati-landing .kati-s5-right { padding-left: 32px; }
    .kati-landing .kati-s5-headline { font-size: 28px; }
    .kati-landing .kati-s5-sub { font-size: 14px; }
    .kati-landing .kati-s5-row { margin-bottom: 56px; }
}

/* --- Mobile ≤767px --- */
@media (max-width: 767px) {
    .kati-landing .kati-section5 { padding: 48px 0 24px; }
    .kati-landing .kati-s5-inner { padding: 0 32px; }
    .kati-landing .kati-s5-timeline::before { left: 16px; }
    .kati-landing .kati-s5-dot { left: 16px; top: 6px; }
    .kati-landing .kati-s5-row {
        flex-direction: column;
        padding-left: 40px;
        margin-bottom: 48px;
    }
    .kati-landing .kati-s5-left,
    .kati-landing .kati-s5-right {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .kati-landing .kati-s5-left { margin-bottom: 20px; }
    .kati-landing .kati-s5-headline { font-size: 26px; }
    .kati-landing .kati-s5-sub { font-size: 14px; }
    .kati-landing .kati-s5-compare-col.with-kati .kati-s5-compare-amount,
    .kati-landing .kati-s5-compare-col.without .kati-s5-compare-amount { font-size: 28px; }
    .kati-landing .kati-s5-compare-col { padding: 14px 8px; }
    .kati-landing .kati-s5-proj-amount { font-size: 20px; }
    .kati-landing .kati-s5-img-wrap img { max-height: 220px; }
}

/* --- Small Mobile ≤480px --- */
@media (max-width: 480px) {
    .kati-landing .kati-section5 { padding: 32px 0 20px; }
    .kati-landing .kati-s5-inner { padding: 0 16px; }
    .kati-landing .kati-s5-row { padding-left: 36px; margin-bottom: 40px; }
    .kati-landing .kati-s5-headline { font-size: 22px; }
    .kati-landing .kati-s5-proj-amount { font-size: 18px; }
}
/* ============================================
   SEKTION 5B — BILD GEMEINSAM
   ============================================ */

.kati-landing .kati-section5b {
    background: #FAFAF8;
    padding: 80px 60px 80px;
    text-align: center;
}

.kati-landing .kati-s5b-frame {
    display: inline-block;
    background: white;
    padding: 8px;
    border-radius: 3px;
    box-sizing: content-box;
    box-shadow: 0 10px 26px -8px rgba(71,40,4,0.18),
                0 2px 6px rgba(71,40,4,0.06);
    max-width: 900px;
}

.kati-landing .kati-s5b-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

/* ============================================
   SEKTION 5B — RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .kati-landing .kati-section5b { padding: 60px 40px 60px; }
}

@media (max-width: 767px) {
    .kati-landing .kati-section5b { padding: 48px 32px 48px; }
    .kati-landing .kati-s5b-frame { padding: 6px; }
}

@media (max-width: 480px) {
    .kati-landing .kati-section5b { padding: 32px 16px 32px; }
    .kati-landing .kati-s5b-frame { padding: 5px; }
}


/* ============================================
   SEKTION 6 — DSGVO
   ============================================ */

.kati-landing .kati-section6 {
    background: #F0F2E5;
    padding: 80px 0 60px;
}

.kati-landing .kati-s6-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 80px;
    text-align: center;
}

.kati-landing .kati-s6-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 40px;
    font-weight: 600;
    color: #6E7E3D;
    margin-bottom: 16px;
    line-height: 1.2;
}

.kati-landing .kati-s6-divider {
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, transparent, #C9A571, transparent);
    margin: 0 auto 48px;
}

.kati-landing .kati-s6-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.kati-landing .kati-s6-box {
    background: #FFFFFF;
    border: 1px solid #E8E4DE;
    border-radius: 999px;
    padding: 14px 28px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #8B935A;
    white-space: nowrap;
    transition: all 0.5s cubic-bezier(0.65,0,0.35,1);
}

.kati-landing .kati-s6-box.active {
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,
                linear-gradient(135deg,#C9A571,#8B935A) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 20px -4px rgba(201,165,113,0.45);
    transform: scale(1.06);
}

/* ============================================
   SEKTION 6 — RESPONSIVE
   ============================================ */

/* --- Tablet ≤1024px --- */
@media (max-width: 1024px) {
    .kati-landing .kati-section6 { padding: 60px 0 32px; }
    .kati-landing .kati-s6-inner { padding: 0 40px; }
    .kati-landing .kati-s6-headline { font-size: 34px; }
    .kati-landing .kati-s6-grid {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }
    .kati-landing .kati-s6-box {
        flex: 0 0 calc(50% - 8px);
        font-size: 16px;
        padding: 12px 20px;
    }
}

/* --- Mobile ≤767px --- */
@media (max-width: 767px) {
    .kati-landing .kati-section6 { padding: 48px 0 24px; }
    .kati-landing .kati-s6-inner { padding: 0 32px; }
    .kati-landing .kati-s6-headline { font-size: 28px; }
    .kati-landing .kati-s6-divider { margin-bottom: 32px; }
    .kati-landing .kati-s6-grid {
        flex-wrap: wrap;
        gap: 12px;
    }
    .kati-landing .kati-s6-box {
        flex: 0 0 calc(50% - 6px);
        font-size: 14px;
        padding: 10px 14px;
        white-space: normal;
        text-align: center;
    }
}

/* --- Small Mobile ≤480px --- */
@media (max-width: 480px) {
    .kati-landing .kati-section6 { padding: 32px 0 20px; }
    .kati-landing .kati-s6-inner { padding: 0 16px; }
    .kati-landing .kati-s6-headline { font-size: 24px; }
    .kati-landing .kati-s6-box {
        font-size: 13px;
        padding: 8px 12px;
    }
}
/* ============================================
   SEKTION 7 — FAQ
   ============================================ */

.kati-landing .kati-section7 {
    background: #FAFAF8;
    padding: 80px 0 60px;
}

.kati-landing .kati-s7-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 80px;
}

.kati-landing .kati-s7-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    color: #C9A571;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
}

.kati-landing .kati-s7-divider {
    width: 70%;
    max-width: 420px;
    height: 2px;
    background: linear-gradient(to right, transparent, #6E7E3D, transparent);
    margin: 0 auto 48px;
}

/* --- Accordion --- */
.kati-landing .kati-s7-item {
    border-bottom: 1px solid rgba(201,165,113,0.2);
}

.kati-landing .kati-s7-item:first-child {
    border-top: 1px solid rgba(201,165,113,0.2);
}

.kati-landing .kati-s7-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    cursor: pointer;
    user-select: none;
}

.kati-landing .kati-s7-q-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    color: #472804;
    line-height: 1.3;
}

.kati-landing .kati-s7-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E8E4DE;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.kati-landing .kati-s7-toggle svg {
    transition: transform 0.3s ease;
}

.kati-landing .kati-s7-item.open .kati-s7-toggle {
    background: linear-gradient(135deg, #C9A571, #8B935A);
    border-color: transparent;
}

.kati-landing .kati-s7-item.open .kati-s7-toggle svg {
    transform: rotate(45deg);
}

.kati-landing .kati-s7-item.open .kati-s7-toggle svg line {
    stroke: #FFFFFF;
}

.kati-landing .kati-s7-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.kati-landing .kati-s7-item.open .kati-s7-answer {
    max-height: 200px;
}

.kati-landing .kati-s7-a-text {
    font-size: 15px;
    line-height: 1.7;
    color: #8B7355;
    padding-bottom: 20px;
    padding-right: 48px;
}

/* ============================================
   SEKTION 7 — RESPONSIVE
   ============================================ */

/* --- Tablet ≤1024px --- */
@media (max-width: 1024px) {
    .kati-landing .kati-section7 { padding: 60px 0 32px; }
    .kati-landing .kati-s7-inner { padding: 0 40px; }
    .kati-landing .kati-s7-headline { font-size: 32px; }
}

/* --- Mobile ≤767px --- */
@media (max-width: 767px) {
    .kati-landing .kati-section7 { padding: 48px 0 24px; }
    .kati-landing .kati-s7-inner { padding: 0 32px; }
    .kati-landing .kati-s7-headline { font-size: 26px; }
    .kati-landing .kati-s7-divider { margin-bottom: 32px; }
    .kati-landing .kati-s7-q-text { font-size: 17px; }
    .kati-landing .kati-s7-a-text { font-size: 14px; padding-right: 40px; }
    .kati-landing .kati-s7-question { padding: 16px 0; }
    .kati-landing .kati-s7-toggle { width: 28px; height: 28px; }
}

/* --- Small Mobile ≤480px --- */
@media (max-width: 480px) {
    .kati-landing .kati-section7 { padding: 32px 0 20px; }
    .kati-landing .kati-s7-inner { padding: 0 16px; }
    .kati-landing .kati-s7-headline { font-size: 22px; }
    .kati-landing .kati-s7-q-text { font-size: 16px; }
}
/* ============================================
   SEKTION 8 — CTA
   ============================================ */

.kati-landing .kati-section8 {
    background: #FFFFFF;
    padding: 100px 0;
}

.kati-landing .kati-s8-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 80px;
    text-align: center;
}

.kati-landing .kati-s8-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 42px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.25;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: katiCtaBreathe 4s ease-in-out infinite;
}

.kati-landing .kati-s8-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    color: #8B7355;
    line-height: 1.6;
    margin-bottom: 40px;
}

.kati-landing .kati-s8-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(135deg, #C9A571, #8B935A);
    box-shadow: 0 4px 14px -3px rgba(139,147,90,0.5);
    text-decoration: none;
    font-family: 'DM Sans', system-ui, sans-serif;
    animation: katiCtaPulse 4s ease-in-out infinite;
    transition: all 0.2s;
}

.kati-landing .kati-s8-btn:hover {
    box-shadow: 0 6px 20px -3px rgba(139,147,90,0.6);
    transform: translateY(-1px);
    animation: none;
}

@keyframes katiCtaBreathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

@keyframes katiCtaPulse {
    0%, 100% { box-shadow: 0 4px 14px -3px rgba(139,147,90,0.5); }
    50% { box-shadow: 0 6px 24px -2px rgba(139,147,90,0.7), 0 0 0 6px rgba(201,165,113,0.12); }
}

/* ============================================
   SEKTION 8 — RESPONSIVE
   ============================================ */

/* --- Tablet ≤1024px --- */
@media (max-width: 1024px) {
    .kati-landing .kati-section8 { padding: 80px 0; }
    .kati-landing .kati-s8-inner { padding: 0 40px; }
    .kati-landing .kati-s8-headline { font-size: 36px; }
}

/* --- Mobile ≤767px --- */
@media (max-width: 767px) {
    .kati-landing .kati-section8 { padding: 60px 0; }
    .kati-landing .kati-s8-inner { padding: 0 32px; }
    .kati-landing .kati-s8-headline { font-size: 28px; }
    .kati-landing .kati-s8-sub { font-size: 15px; margin-bottom: 32px; }
}

/* --- Small Mobile ≤480px --- */
@media (max-width: 480px) {
    .kati-landing .kati-section8 { padding: 48px 0; }
    .kati-landing .kati-s8-inner { padding: 0 16px; }
    .kati-landing .kati-s8-headline { font-size: 24px; }
    .kati-landing .kati-s8-sub { font-size: 14px; }
    .kati-landing .kati-s8-btn { padding: 16px 36px; }
}