.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-205e49c */:root {
    --ink:       #1a1a1a;
    --grey-mid:  #555;
    --grey-300:  #888;
    --grey-line: #e2e2e0;
    --grey-bg:   #f2f2f0;
    --white:     #ffffff;
    --warm:      #f7f6f2;
    --warm-2:    #f0ede8;
    --pink:      #d4006e;
    --pink-dark: #a8005a;
    --pink-pale: #fdf0f7;
  }
 
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  .smile-page{
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--ink);
    line-height: 1.75;
    overflow-x: hidden;
  }
  /* ── UTILS ── */
  .eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink); margin-bottom: 14px; display: block; }
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.visible { opacity: 1; transform: none; }
  .d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }
 
  .btn-ink { display: inline-block; background: var(--ink); color: white; padding: 12px 28px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 1px; transition: background 0.2s; }
  .btn-ink:hover { background: var(--pink); }
  .btn-outline { display: inline-block; border: 1.5px solid var(--ink); color: var(--ink); padding: 10px 24px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 1px; transition: all 0.2s; }
  .btn-outline:hover { background: var(--ink); color: white; }
  .btn-ghost-white { display: inline-block; border: 1.5px solid rgba(255,255,255,0.3); color: white; padding: 10px 24px; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 1px; transition: all 0.2s; }
  .btn-ghost-white:hover { border-color: white; background: rgba(255,255,255,0.08); }
  .btn-full { display: block; text-align: center; }
 
  /* ════════════════════════════════
     1. HERO — warm, hell, ruhig
  ════════════════════════════════ */
  .hero {
    min-height: 88vh;
    padding: 144px 80px 90px;
    background: var(--warm);
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 72px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  /* Warme Textur-Andeutung oben rechts */
  .hero::after {
    content: '';
    position: absolute; top: 0; right: 0;
    width: 380px; height: 380px;
    background: radial-gradient(circle at top right, rgba(212,0,110,0.05) 0%, transparent 65%);
    pointer-events: none;
  }
 
  .hero-left { position: relative; z-index: 1; }
  .hero-kicker {
    display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px;
  }
  .hero-kicker-line { width: 28px; height: 1.5px; background: var(--pink); }
  .hero-kicker span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink); }
 
  .hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 4.2vw, 4rem);
    font-weight: 300; line-height: 1.06;
    color: var(--ink); margin-bottom: 26px;
  }
  .hero h1 em { font-style: italic; color: var(--pink); }
  .hero h1 strong { font-weight: 600; display: block; }
 
  .hero-lead {
    font-size: 1rem; font-weight: 300;
    color: var(--grey-mid); line-height: 1.88;
    max-width: 440px; margin-bottom: 38px;
  }
  .hero-lead strong { color: var(--ink); font-weight: 500; }
 
  /* Statement-Box rechts */
  .hero-right { position: relative; z-index: 1; }
  .statement-box {
    background: var(--ink);
    position: relative;
    box-shadow: 0 24px 64px rgba(0,0,0,0.12);
  }
  .statement-box::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: var(--pink);
  }
  .sb-top { padding: 24px 32px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .sb-top-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 6px; display: block; }
  .sb-top h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: white; line-height: 1.3; }
  .sb-top h3 em { font-style: italic; color: var(--pink); }
 
  .sb-body { padding: 26px 32px; }
  .sb-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 0.98rem; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 22px; }
 
  .sb-list { list-style: none; }
  .sb-list li { font-size: 0.78rem; color: rgba(255,255,255,0.38); padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.04); display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; font-weight: 300; }
  .sb-list li:last-child { border-bottom: none; }
  .sb-list li::before { content: '→'; color: var(--pink); font-weight: 700; font-size: 0.72rem; flex-shrink: 0; margin-top: 1px; }
 
  /* ════════════════════════════════
     2. QUOTE — Schleifstein
  ════════════════════════════════ */
  .quote-strip {
    background: var(--ink);
    padding: 38px 80px;
    text-align: center;
  }
  .quote-strip blockquote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-weight: 300; color: rgba(255,255,255,0.75);
    line-height: 1.6; max-width: 680px; margin: 0 auto;
  }
  .quote-strip cite {
    display: block; margin-top: 12px;
    font-style: normal; font-size: 0.65rem; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--pink);
  }
 
  /* ════════════════════════════════
     3. DER DREH — kurz & psychologisch
  ════════════════════════════════ */
  .dreh {
    background: var(--white);
    padding: 100px 80px;
  }
  .dreh-inner { max-width: 1100px; margin: 0 auto; }
  .dreh-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 48px; }
 
  .dreh-left p {
    font-size: 0.95rem; font-weight: 300; color: var(--grey-mid);
    line-height: 1.9; margin-bottom: 18px;
  }
  .dreh-left p strong { color: var(--ink); font-weight: 500; }
  .dreh-left p em { color: var(--pink); font-style: normal; }
 
  .dreh-right { display: flex; flex-direction: column; gap: 2px; }
  .dreh-item {
    padding: 22px 26px;
    background: var(--warm);
    border-left: 2px solid var(--grey-line);
    transition: border-color 0.25s, background 0.25s;
  }
  .dreh-item:hover { border-left-color: var(--pink); background: var(--pink-pale); }
  .dreh-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
  .dreh-item p { font-size: 0.82rem; color: var(--grey-mid); line-height: 1.7; font-weight: 300; margin: 0; }
 
  /* ════════════════════════════════
     4. DIE MATRIX — das Herzstück
  ════════════════════════════════ */
  .matrix {
    background: var(--ink);
    padding: 100px 80px;
    position: relative; overflow: hidden;
  }
  .matrix::before {
    content: 'M';
    font-family: 'Cormorant Garamond', serif;
    font-size: 28rem; font-weight: 600;
    color: rgba(255,255,255,0.018);
    position: absolute; right: -40px; bottom: -80px;
    line-height: 1; user-select: none; pointer-events: none;
  }
  .matrix-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
 
  .matrix-header { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 56px; }
  .matrix-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 300; line-height: 1.1; color: white; margin-bottom: 0; }
  .matrix-header h2 em { font-style: italic; color: var(--pink); }
  .matrix-header-right p { font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.9; }
  .matrix-header-right p strong { color: rgba(255,255,255,0.8); font-weight: 500; }
 
  .matrix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 2px; }
  .mx-item {
    background: rgba(255,255,255,0.035);
    padding: 34px 28px;
    border-top: 2px solid rgba(255,255,255,0.06);
    transition: background 0.2s, border-top-color 0.2s;
  }
  .mx-item:hover { background: rgba(255,255,255,0.065); border-top-color: var(--pink); }
  .mx-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: rgba(212,0,110,0.18); line-height: 1; margin-bottom: 14px; }
  .mx-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: white; margin-bottom: 8px; }
  .mx-item p { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.8; font-weight: 300; }
 
  .matrix-statement {
    background: rgba(212,0,110,0.08);
    border-left: 3px solid var(--pink);
    padding: 26px 36px;
  }
  .matrix-statement p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic; font-size: 1.1rem;
    font-weight: 300; color: rgba(255,255,255,0.7);
    line-height: 1.7; margin: 0;
  }
 
  /* ════════════════════════════════
     5. PROZESS — Timeline warm
  ════════════════════════════════ */
  .prozess {
    background: var(--warm-2);
    padding: 100px 80px;
  }
  .prozess-inner { max-width: 1100px; margin: 0 auto; }
  .prozess-intro { max-width: 580px; margin-bottom: 52px; }
  .prozess-intro p { font-size: 0.95rem; color: var(--grey-mid); font-weight: 300; line-height: 1.88; }
 
  .timeline { display: flex; flex-direction: column; gap: 2px; }
  .tl-item { display: grid; grid-template-columns: 80px 1fr; background: white; transition: box-shadow 0.25s; }
  .tl-item:hover { box-shadow: 0 4px 28px rgba(0,0,0,0.05); }
  .tl-num {
    display: flex; align-items: center; justify-content: center;
    border-right: 1px solid var(--grey-line);
  }
  .tl-num span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; font-weight: 300; color: var(--pink); line-height: 1;
  }
  .tl-content { padding: 28px 36px; }
  .tl-phase { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); margin-bottom: 5px; display: block; }
  .tl-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
  .tl-content p { font-size: 0.85rem; color: var(--grey-mid); font-weight: 300; line-height: 1.8; max-width: 580px; }
 
  /* ════════════════════════════════
     6. ANGEBOTE — ohne Preise
  ════════════════════════════════ */
  .angebote {
    background: var(--white);
    padding: 100px 80px;
  }
  .angebote-inner { max-width: 1100px; margin: 0 auto; }
  .angebote-intro { font-size: 0.95rem; color: var(--grey-mid); font-weight: 300; line-height: 1.88; max-width: 560px; margin-bottom: 52px; }
 
  .angebote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 2px; }
 
  .a-paket {
    background: var(--warm);
    padding: 46px 40px;
    display: flex; flex-direction: column;
    border-top: 2px solid transparent;
    transition: border-color 0.25s, background 0.25s;
  }
  .a-paket:hover { border-top-color: var(--pink); background: var(--pink-pale); }
  .a-paket.dark { background: var(--ink); border-top-color: var(--pink); }
  .a-paket.dark:hover { background: #222; }
 
  .a-paket h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; line-height: 1.2; }
  .a-paket.dark h3 { color: white; }
  .a-paket-sub { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink); margin-bottom: 18px; display: block; }
  .a-paket > p { font-size: 0.88rem; font-weight: 300; color: var(--grey-mid); line-height: 1.88; flex: 1; margin-bottom: 24px; }
  .a-paket.dark > p { color: rgba(255,255,255,0.45); }
 
  .a-paket-list { list-style: none; border-top: 1px solid var(--grey-line); padding-top: 20px; margin-bottom: 28px; }
  .a-paket.dark .a-paket-list { border-top-color: rgba(255,255,255,0.07); }
  .a-paket-list li { font-size: 0.8rem; color: var(--grey-mid); padding: 7px 0; border-bottom: 1px solid rgba(0,0,0,0.04); display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; font-weight: 300; }
  .a-paket-list li:last-child { border-bottom: none; }
  .a-paket.dark .a-paket-list li { color: rgba(255,255,255,0.38); border-bottom-color: rgba(255,255,255,0.04); }
  .a-paket-list li::before { content: '✓'; color: var(--pink); font-weight: 700; font-size: 0.72rem; flex-shrink: 0; margin-top: 2px; }
 
  .a-paket-note { font-size: 0.72rem; color: var(--grey-300); font-style: italic; line-height: 1.6; margin-bottom: 18px; }
  .a-paket.dark .a-paket-note { color: rgba(255,255,255,0.22); }
 
  /* Kombi-Banner */
  .kombi-banner {
    background: var(--ink);
    padding: 46px 52px;
    display: grid; grid-template-columns: 1fr auto;
    align-items: center; gap: 48px;
    border-top: 2px solid var(--pink);
    position: relative; overflow: hidden;
    transition: background 0.2s;
  }
  .kombi-banner:hover { background: #222; }
  .kombi-banner::after {
    content: 'KOMBI';
    font-family: 'Cormorant Garamond', serif;
    font-size: 7rem; font-weight: 600;
    color: rgba(255,255,255,0.025);
    position: absolute; right: 200px; bottom: -20px;
    line-height: 1; pointer-events: none;
  }
  .kombi-left { position: relative; z-index: 1; }
  .kombi-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pink); margin-bottom: 8px; display: block; }
  .kombi-left h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: white; margin-bottom: 8px; line-height: 1.2; }
  .kombi-left p { font-size: 0.86rem; color: rgba(255,255,255,0.42); font-weight: 300; line-height: 1.8; max-width: 560px; margin: 0; }
  .kombi-right { position: relative; z-index: 1; flex-shrink: 0; text-align: right; }
 
  /* Footer-Hinweis Angebote */
  .angebote-footer { background: var(--warm-2); padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .angebote-footer p { font-size: 0.8rem; color: var(--grey-mid); font-style: italic; font-weight: 300; }
  .angebote-footer a { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pink); text-decoration: none; border-bottom: 1px solid rgba(212,0,110,0.3); padding-bottom: 1px; }
 
  /* ════════════════════════════════
     7. ERGEBNIS — auf off-white, warm
  ════════════════════════════════ */
  .ergebnis {
    background: var(--warm);
    padding: 100px 80px;
  }
  .ergebnis-inner { max-width: 1100px; margin: 0 auto; }
  .ergebnis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 52px; }
  .er-item { background: white; padding: 34px 28px; border-bottom: 2px solid transparent; transition: border-color 0.25s; }
  .er-item:hover { border-bottom-color: var(--pink); }
  .er-num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 300; color: rgba(212,0,110,0.12); line-height: 1; margin-bottom: 12px; }
  .er-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
  .er-item p { font-size: 0.82rem; color: var(--grey-mid); font-weight: 300; line-height: 1.8; }
 
  /* ════════════════════════════════
     8. KLARHEITSGESPRÄCH
  ════════════════════════════════ */
  .klarity {
    background: var(--white);
    padding: 100px 80px;
  }
  .klarity-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .klarity-left h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3.2vw, 2.7rem); font-weight: 300; line-height: 1.12; color: var(--ink); margin-bottom: 18px; }
  .klarity-left h2 em { font-style: italic; color: var(--pink); }
  .klarity-left p { font-size: 0.92rem; color: var(--grey-mid); font-weight: 300; line-height: 1.9; margin-bottom: 14px; }
  .klarity-left p strong { color: var(--ink); font-weight: 500; }
 
  .klarity-steps { display: flex; flex-direction: column; gap: 2px; }
  .ks {
    background: var(--warm);
    padding: 20px 24px;
    display: flex; gap: 18px; align-items: flex-start;
    border-left: 2px solid var(--grey-line);
    transition: border-color 0.2s, background 0.2s;
  }
  .ks:hover { border-left-color: var(--pink); background: var(--pink-pale); }
  .ks-n { width: 28px; height: 28px; background: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.68rem; font-weight: 700; color: white; transition: background 0.2s; }
  .ks:hover .ks-n { background: var(--pink); }
  .ks-body h4 { font-size: 0.82rem; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
  .ks-body p { font-size: 0.76rem; color: var(--grey-mid); font-weight: 300; line-height: 1.55; }
 
  /* ════════════════════════════════
     9. CTA FINAL
  ════════════════════════════════ */
  .cta-final {
    background: var(--warm-2);
    padding: 110px 80px;
    text-align: center;
    position: relative;
  }
  .cta-final::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); }
  .cta-final h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 300; line-height: 1.1; color: var(--ink); margin-bottom: 18px; }
  .cta-final h2 em { font-style: italic; color: var(--pink); }
  .cta-final p { font-size: 0.95rem; color: var(--grey-mid); font-weight: 300; max-width: 440px; margin: 0 auto 38px; line-height: 1.88; }
  .cta-note { display: block; margin-top: 14px; font-size: 0.72rem; color: var(--grey-300); letter-spacing: 0.08em; }
 
  footer { background: var(--ink); padding: 36px 80px; display: flex; justify-content: space-between; align-items: center; }
  .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,0.3); letter-spacing: 0.04em; }
  .footer-logo span { color: var(--pink); }
  .footer-links { display: flex; gap: 24px; }
  .footer-links a { font-size: 0.7rem; color: rgba(255,255,255,0.2); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
  .footer-links a:hover { color: var(--pink); }
  .footer-copy { font-size: 0.68rem; color: rgba(255,255,255,0.12); }
 
  @media (max-width: 960px) {
    nav { padding: 0 24px; } .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; padding: 110px 24px 60px; min-height: auto; gap: 40px; }
    .dreh-grid, .matrix-header, .klarity-inner { grid-template-columns: 1fr; gap: 36px; }
    .matrix-grid, .ergebnis-grid { grid-template-columns: 1fr 1fr; }
    .angebote-grid { grid-template-columns: 1fr; }
    .kombi-banner { grid-template-columns: 1fr; gap: 24px; }
    .kombi-right { text-align: left; }
    section, .dreh, .matrix, .prozess, .angebote, .ergebnis, .klarity, .cta-final { padding: 60px 24px; }
    .quote-strip { padding: 28px 24px; }
    footer { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; }
  }
 @media (max-width: 600px) {

  .matrix-grid,
  .ergebnis-grid {
    grid-template-columns: 1fr !important;
  }

  .dreh-grid,
  .matrix-header,
  .angebote-grid,
  .klarity-inner,
  .kombi-banner {
    display: block !important;
  }

  .mx-item, .a-paket, .er-item,
  .dreh-item, .dreh-left, .dreh-right,
  .klarity-left, .klarity-steps,
  .matrix-header-right {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
  }

  .matrix, .dreh, .angebote,
  .ergebnis, .klarity, .cta-final, .prozess {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .timeline {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  .tl-item {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.tl-num {
  width: auto !important;
  align-self: flex-start !important;
  padding: 16px 24px !important;
  
}

.tl-content {
  width: 100% !important;
  padding: 24px !important;
  box-sizing: border-box !important;
}

.tl-content p {
  max-width: none !important;
}.a-paket {
    padding: 28px 20px !important;
  }

  .tl-content {
    padding: 20px 20px !important;
  }

  .prozess {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }


}/* End custom CSS */