.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d21c920 */: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; }
 .smile-page{ font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--ink); line-height: 1.75; overflow-x: hidden; }
  .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; }
 
  /* ════ 1. HERO ════ */
  .hero {
    min-height: 65vh; padding: 144px 80px 80px;
    background: var(--ink);
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 72px; align-items: center;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: 'METHODE';
    font-family: 'Cormorant Garamond', serif;
    font-size: 13rem; font-weight: 600;
    color: rgba(255,255,255,0.022);
    position: absolute; bottom: -30px; right: -20px;
    line-height: 1; user-select: none; pointer-events: none;
    white-space: nowrap;
  }
  .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: rgba(255,255,255,0.45); }
  .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 4vw, 3.8rem); font-weight: 300; line-height: 1.08; color: white; margin-bottom: 24px; }
  .hero h1 em { font-style: italic; color: var(--pink); }
  .hero-lead { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.88; max-width: 460px; }
  .hero-lead strong { color: rgba(255,255,255,0.85); font-weight: 500; }
 
  .hero-right { position: relative; z-index: 1; }
  .hero-tools { display: flex; flex-direction: column; gap: 2px; }
  .hero-tool { background: rgba(255,255,255,0.04); padding: 28px 32px; border-left: 2px solid rgba(255,255,255,0.06); transition: border-color 0.25s, background 0.25s; cursor: default; }
  .hero-tool:hover { border-left-color: var(--pink); background: rgba(255,255,255,0.07); }
  .hero-tool-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); margin-bottom: 6px; display: block; }
  .hero-tool h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: white; margin-bottom: 6px; }
  .hero-tool p { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.7; font-weight: 300; margin: 0; }
 
  /* ════ 2. INTRO ════ */
  .intro { background: var(--warm); padding: 80px 80px; }
  .intro-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .intro-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: 20px; }
  .intro-left h2 em { font-style: italic; color: var(--pink); }
  .intro-left p { font-size: 0.93rem; color: var(--grey-mid); font-weight: 300; line-height: 1.9; margin-bottom: 14px; }
  .intro-left p strong { color: var(--ink); font-weight: 500; }
  .intro-right { background: var(--ink); padding: 36px; position: relative; }
  .intro-right::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--pink); }
  .intro-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 16px; }
  .intro-cite { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink); }
 
  /* ════ 3. HUMAN DESIGN ════ */
  .hd { background: var(--white); padding: 100px 80px; }
  .hd-inner { max-width: 1100px; margin: 0 auto; }
  .tool-header { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; margin-bottom: 52px; }
  .tool-header-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: 12px; }
  .tool-header-left h2 em { font-style: italic; color: var(--pink); }
  .tool-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--warm-2); border: 1px solid var(--grey-line); padding: 6px 14px; margin-bottom: 16px; border-radius: 1px; }
  .tool-tag span { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-mid); }
  .tool-header-right p { font-size: 0.93rem; color: var(--grey-mid); font-weight: 300; line-height: 1.9; margin-bottom: 14px; }
  .tool-header-right p strong { color: var(--ink); font-weight: 500; }
 
  .hd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 2px; }
  .hd-item { background: var(--warm); padding: 30px 26px; border-top: 2px solid transparent; transition: border-color 0.25s, background 0.25s; }
  .hd-item:hover { border-top-color: var(--pink); background: var(--pink-pale); }
  .hd-item-icon { font-size: 1.4rem; margin-bottom: 12px; display: block; }
  .hd-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
  .hd-item p { font-size: 0.8rem; color: var(--grey-mid); line-height: 1.8; font-weight: 300; }
 
  .hd-note { background: var(--warm-2); border-left: 3px solid var(--pink); padding: 20px 28px; }
  .hd-note p { font-size: 0.85rem; color: var(--grey-mid); font-weight: 300; line-height: 1.8; margin: 0; }
  .hd-note p strong { color: var(--ink); font-weight: 500; }
 
  /* ════ 4. ASTROLOGIE ════ */
  .astro { background: var(--grey-bg); padding: 100px 80px; }
  .astro-inner { max-width: 1100px; margin: 0 auto; }
  .astro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 52px; margin-bottom: 2px; }
  .astro-item { background: white; padding: 30px 26px; border-bottom: 2px solid transparent; transition: border-color 0.25s; }
  .astro-item:hover { border-bottom-color: var(--pink); }
  .astro-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
  .astro-item p { font-size: 0.8rem; color: var(--grey-mid); line-height: 1.8; font-weight: 300; }
  .astro-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: rgba(212,0,110,0.12); line-height: 1; margin-bottom: 12px; }
 
  .astro-note { background: var(--ink); padding: 28px 36px; display: flex; gap: 20px; align-items: flex-start; }
  .astro-note-icon { color: var(--pink); font-size: 1rem; flex-shrink: 0; margin-top: 3px; }
  .astro-note p { font-size: 0.85rem; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.8; margin: 0; }
  .astro-note p strong { color: rgba(255,255,255,0.85); font-weight: 500; }
 
  /* ════ 5. ZUSAMMEN STÄRKER ════ */
  .zusammen { background: var(--ink); padding: 100px 80px; position: relative; overflow: hidden; }
  .zusammen::after {
    content: '+';
    font-family: 'Cormorant Garamond', serif;
    font-size: 22rem; font-weight: 300;
    color: rgba(255,255,255,0.02);
    position: absolute; right: 80px; top: 50%; transform: translateY(-50%);
    line-height: 1; pointer-events: none;
  }
  .zusammen-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
  .zusammen-header { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 52px; }
  .zusammen-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3.2vw, 2.7rem); font-weight: 300; line-height: 1.12; color: white; margin-bottom: 0; }
  .zusammen-header h2 em { font-style: italic; color: var(--pink); }
  .zusammen-header p { font-size: 0.93rem; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.9; }
  .zusammen-header p strong { color: rgba(255,255,255,0.8); font-weight: 500; }
 
  .zusammen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
  .z-item { background: rgba(255,255,255,0.04); padding: 32px 28px; border-top: 1px solid rgba(255,255,255,0.06); transition: background 0.2s; }
  .z-item:hover { background: rgba(255,255,255,0.07); }
  .z-item-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink); margin-bottom: 8px; display: block; }
  .z-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: white; margin-bottom: 8px; }
  .z-item p { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.8; font-weight: 300; }
 
  /* ════ 6. MEINE HALTUNG ════ */
  .haltung { background: var(--warm); padding: 100px 80px; }
  .haltung-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .haltung-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: 20px; }
  .haltung-left h2 em { font-style: italic; color: var(--pink); }
  .haltung-left p { font-size: 0.93rem; color: var(--grey-mid); font-weight: 300; line-height: 1.9; margin-bottom: 14px; }
  .haltung-left p strong { color: var(--ink); font-weight: 500; }
 
  .haltung-right { display: flex; flex-direction: column; gap: 2px; }
  .h-item { background: white; padding: 22px 26px; border-left: 2px solid var(--grey-line); transition: border-color 0.25s, background 0.25s; display: flex; gap: 16px; align-items: flex-start; }
  .h-item:hover { border-left-color: var(--pink); background: var(--pink-pale); }
  .h-check { color: var(--pink); font-weight: 700; font-size: 0.9rem; flex-shrink: 0; margin-top: 2px; }
  .h-item h4 { font-size: 0.85rem; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
  .h-item p { font-size: 0.78rem; color: var(--grey-mid); line-height: 1.65; font-weight: 300; margin: 0; }
 
  /* ════ 7. CTA ════ */
  .cta { background: var(--warm-2); padding: 100px 80px; text-align: center; position: relative; }
  .cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--pink); }
  .cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 300; line-height: 1.1; color: var(--ink); margin-bottom: 16px; }
  .cta h2 em { font-style: italic; color: var(--pink); }
  .cta p { font-size: 0.95rem; color: var(--grey-mid); font-weight: 300; max-width: 440px; margin: 0 auto 36px; line-height: 1.88; }
  .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
 
  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: 36px; }
    .intro-inner, .tool-header, .zusammen-header, .haltung-inner { grid-template-columns: 1fr; gap: 36px; }
    .hd-grid, .astro-grid, .zusammen-grid { grid-template-columns: 1fr; }
    section, .hd, .astro, .zusammen, .haltung, .cta, .intro { padding: 60px 24px; }
    footer { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; } 
    
.hero,
.tool-header,
.haltung-inner,
.intro-inner,
.zusammen-header,
.zusammen-grid,
.hd-grid,
.astro-grid {
display: block !important;
grid-template-columns: 1fr !important;
width: 100% !important;
max-width: 100% !important;
}

.hero-right,
.hero-left,
.tool-header-left,
.tool-header-right,
.haltung-left,
.haltung-right,
.z-item,
.hd-item,
.astro-item {
width: 100% !important;
max-width: 100% !important;
}

.hero h1,
.tool-header h2,
.zusammen-header h2,
.haltung-left h2 {
font-size: clamp(2rem, 9vw, 3rem) !important;
line-height: 1.1 !important;
word-break: normal !important;
overflow-wrap: break-word !important;
}

.hero p,
.tool-header p,
.hd-item p,
.astro-item p,
.z-item p,
.haltung-left p,
.h-item p {
font-size: 1rem !important;
line-height: 1.7 !important;
word-break: normal !important;
overflow-wrap: break-word !important;
} 
 .tool-header,
.haltung-inner,
.zusammen-header {
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
}

.tool-header-left,
.tool-header-right,
.haltung-left,
.haltung-right,
.zusammen-header > * {
  width: 100% !important;
  max-width: 100% !important;
}

.hd-grid,
.astro-grid,
.zusammen-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

.hd-item,
.astro-item,
.z-item,
.h-item {
  width: 100% !important;
  max-width: 100% !important;
  padding: 28px 24px !important;
}

.tool-header p,
.hd-item p,
.astro-item p,
.z-item p,
.h-item p {
  max-width: 100% !important;
  width: 100% !important;
}@media (max-width: 960px) {

  nav {
    padding: 0 24px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 90px 24px 60px;
    min-height: auto;
    gap: 36px;
  }

  section,
  .hd,
  .astro,
  .zusammen,
  .haltung,
  .cta,
  .intro {
    padding: 60px 24px !important;
  }

  .container,
  .wrap,
  .section-inner,
  .intro-inner,
  .tool-header,
  .haltung-inner,
  .zusammen-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tool-header,
  .haltung-inner,
  .intro-inner,
  .zusammen-header {
    display: block !important;
  }

  .hd-grid,
  .astro-grid,
  .zusammen-grid,
  .method-grid {
    display: block !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hd-item,
  .astro-item,
  .z-item,
  .h-item,
  .tool,
  .tool-card,
  .card,
  .box,
  .panel {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 28px 24px !important;
  }

  .hero h1,
  .tool-header h2,
  .zusammen-header h2,
  .haltung-left h2 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.1 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .hero p,
  .tool-header p,
  .hd-item p,
  .astro-item p,
  .z-item p,
  .haltung-left p,
  .h-item p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
 .tool-header-right,
.astro-note,
.hd-note,
.cta-box,
.method-card,
.card,
.box,
.panel {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.tool-header-right p,
.astro-note p,
.hd-note p,
.method-card p,
.card p,
.box p {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
}

.method-grid,
.card-grid,
.grid,
.cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

.method-card,
.card,
.box {
    min-height: auto !important;
}
.astro-note {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
}

.astro-note p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.benefit-image,
.image-box,
.portrait,
img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}.h-item {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 24px !important;
    box-sizing: border-box !important;
}

.h-item p,
.h-item h4 {
    width: 100% !important;
    max-width: 100% !important;
}

.h-item p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
}@media (max-width: 767px) {

  .astro-note {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 24px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .astro-note-icon {
    display: block !important;
    margin-bottom: 18px !important;
  }

  .astro-note p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .h-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .h-item p,
  .h-item h4 {
    width: 100% !important;
    max-width: 100% !important;
  }
 }/* End custom CSS */