/* ============================================
   LinkedIn CONNECT – Nadine Borgulat
   B2B-Look: Lotus-Lila + Gold, klar & professionell
   ============================================ */

:root {
  --color-primary: #5E3577;
  --color-primary-soft: #7A4F95;
  --color-primary-dark: #2E1840;
  --color-gold: #C79A4B;
  --color-gold-soft: #E6C896;

  --color-bg: #FCFAF8;
  --color-tint: #F4EFF6;
  --color-card: #FFFFFF;

  --color-text: #241A2B;
  --color-text-muted: #6B6270;
  --color-border: #EAE1EF;

  --font-heading: 'Cormorant Garamond', serif;
  --font-body: 'Inter', sans-serif;

  --shadow-soft: 0 4px 20px rgba(46, 24, 64, 0.07);
  --shadow-medium: 0 10px 36px rgba(46, 24, 64, 0.12);

  --radius: 14px;
  --radius-lg: 22px;
  --transition: all 0.25s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

.container { width: 90%; max-width: 1080px; margin: 0 auto; }
.container.narrow { max-width: 720px; }

h1, h2, h3 { font-family: var(--font-heading); font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }

p { margin-bottom: 1rem; }
.center { text-align: center; }
.muted { color: var(--color-text-muted); }
.small { font-size: 0.9rem; }
.lead { font-size: 1.15rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 5%;
  background: rgba(252, 250, 248, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
}
.brand { font-weight: 600; letter-spacing: 0.02em; color: var(--color-primary-dark); }
.brand .sep { color: var(--color-gold); margin: 0 0.3rem; }
.header-cta {
  text-decoration: none; font-weight: 600; font-size: 0.95rem;
  color: var(--color-primary); padding: 0.4rem 1rem;
  border: 1px solid var(--color-primary); border-radius: 100px; transition: var(--transition);
}
.header-cta:hover { background: var(--color-primary); color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600;
  padding: 0.85rem 1.9rem; border-radius: 100px; transition: var(--transition);
  cursor: pointer; border: 1.5px solid transparent; font-size: 1rem;
}
.btn-sm { padding: 0.6rem 1.3rem; font-size: 0.92rem; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: var(--shadow-soft); }
.btn-primary:hover { background: var(--color-primary-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--color-primary); border-color: var(--color-primary); }
.btn-ghost:hover { background: var(--color-primary); color: #fff; }
.btn-gold { background: var(--color-gold); color: #2E1840; }
.btn-gold:hover { background: var(--color-gold-soft); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, #F4EFF6 0%, #FCFAF8 55%, #F7EFE3 100%);
  padding: 4.5rem 0 5rem;
  border-bottom: 1px solid var(--color-border);
}
.hero-inner { text-align: center; max-width: 860px; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem;
  font-weight: 600; color: var(--color-gold); margin-bottom: 1rem;
}
.eyebrow.gold { color: var(--color-gold-soft); }
.hero h1 { color: var(--color-primary-dark); margin-bottom: 1.1rem; }
.hero h1 .hl { color: #B5822C; }
.hero-rule { display: block; width: 68px; height: 3px; background: var(--color-gold); border-radius: 2px; margin: 0 auto 1.4rem; }
.hero-sub { font-size: 1.2rem; color: var(--color-text-muted); max-width: 640px; margin: 0 auto 1.6rem; }
.hero-badge {
  display: inline-block; background: #fff; border: 1px solid var(--color-gold);
  color: var(--color-primary-dark); padding: 0.6rem 1.4rem; border-radius: 100px;
  font-size: 1.05rem; box-shadow: var(--shadow-soft); margin-bottom: 1.8rem;
}
.hero-badge strong { color: var(--color-gold); }
.hero-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.4rem; }
.hero-meta { font-size: 0.92rem; color: var(--color-text-muted); }

/* ---------- Hero-Animation ---------- */
.hero-scene { max-width: 720px; margin: 1.8rem auto 0.6rem; }
.hero-scene svg { width: 100%; height: auto; display: block; overflow: visible; }
.scene-label { font-family: var(--font-body); font-size: 16px; font-weight: 600; letter-spacing: 0.04em; fill: #9A93A3; }
.scene-label.gold { fill: var(--color-gold); }
.badge-text { font-family: var(--font-body); font-size: 17px; font-weight: 700; fill: #2E1840; text-anchor: middle; }

.dull-card { animation: dullPulse 2.6s ease-in-out infinite; transform-box: fill-box; }
@keyframes dullPulse { 0%, 100% { opacity: .58; } 50% { opacity: .92; } }
.dull-card-label { font-family: var(--font-body); font-size: 15px; font-weight: 500; fill: #6B6270; }

.badge { transform-box: fill-box; transform-origin: center; animation: badgePulse 3s ease-in-out infinite; }
@keyframes badgePulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }

.badge-glow { transform-box: fill-box; transform-origin: center; animation: glowPulse 3s ease-in-out infinite; }
@keyframes glowPulse { 0%, 100% { opacity: .12; transform: scale(.97); } 50% { opacity: .38; transform: scale(1.1); } }

.bar { transform-box: fill-box; transform-origin: bottom; animation: barGrow 4.5s ease-in-out infinite; }
@keyframes barGrow {
  0% { transform: scaleY(.08); }
  40% { transform: scaleY(1); }
  82% { transform: scaleY(1); }
  100% { transform: scaleY(.08); }
}

.trend { stroke-dasharray: 320; stroke-dashoffset: 320; animation: drawTrend 4.5s ease-in-out infinite; }
.trend-head { opacity: 0; animation: headFade 4.5s ease-in-out infinite; }
@keyframes drawTrend { 0% { stroke-dashoffset: 320; } 45% { stroke-dashoffset: 0; } 82% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 320; } }
@keyframes headFade { 0%, 40% { opacity: 0; } 50%, 82% { opacity: 1; } 100% { opacity: 0; } }

.euro-rise { font-family: var(--font-heading); font-size: 44px; font-weight: 700; fill: var(--color-gold); text-anchor: middle; transform-box: fill-box; animation: euroRise 4.5s ease-in-out infinite; }
@keyframes euroRise {
  0% { transform: translateY(24px); opacity: 0; }
  50% { transform: translateY(-4px); opacity: 1; }
  82% { opacity: 1; }
  100% { transform: translateY(-22px); opacity: 0; }
}

.sparkle { transform-box: fill-box; transform-origin: center; animation: twinkle 2.2s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { opacity: .15; } 50% { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .dull-card, .badge, .badge-glow, .bar, .trend, .trend-head, .euro-rise, .sparkle { animation: none; }
  .trend { stroke-dashoffset: 0; }
  .trend-head, .euro-rise { opacity: 1; }
  .badge-glow { opacity: .2; }
}

/* ---------- Sections ---------- */
.section { padding: 4.5rem 0; }
.section-tint { background: var(--color-tint); }
.section h2.center { margin-bottom: 2.4rem; }

/* ---------- Cards 3 ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-bottom: 2rem; }
.card {
  background: var(--color-card); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 2rem 1.6rem; box-shadow: var(--shadow-soft);
  transition: var(--transition);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }
.card-icon { color: var(--color-gold); font-size: 1.4rem; margin-bottom: 0.8rem; }
.card p { margin: 0; color: var(--color-text-muted); }

/* ---------- Dark section ---------- */
.section-dark {
  background: linear-gradient(150deg, var(--color-primary-dark), var(--color-primary));
  color: #fff;
}
.section-dark .on-dark { color: #fff; }
.on-dark-sub { color: rgba(255,255,255,0.82); max-width: 620px; margin: 1rem auto 0; }
.big-number {
  font-family: var(--font-heading); font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 700; color: var(--color-gold-soft); margin: 1.2rem 0 0.4rem;
}

/* ---------- Steps ---------- */
.steps { max-width: 760px; margin: 0 auto 2rem; display: flex; flex-direction: column; gap: 1.2rem; }
.step {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: var(--color-card); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1.4rem 1.6rem; box-shadow: var(--shadow-soft);
}
.step-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  background: var(--color-primary); color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.step h3 { color: var(--color-primary-dark); }
.step p { margin: 0; color: var(--color-text-muted); }

/* ---------- Facts ---------- */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.fact { display: flex; flex-direction: column; gap: 0.3rem; }
.fact-big { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: var(--color-primary); }
.fact span:last-child { color: var(--color-text-muted); font-size: 0.95rem; }

/* ---------- Termine ---------- */
.termine { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 2.4rem 0 1.2rem; }
.termin-card {
  background: var(--color-card); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; transition: var(--transition);
}
.termin-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }
.termin-date {
  background: linear-gradient(150deg, var(--color-primary), var(--color-primary-soft));
  color: #fff; padding: 1.6rem; text-align: center;
}
.t-day { display: block; font-family: var(--font-heading); font-size: 3rem; font-weight: 700; line-height: 1; }
.t-month { display: block; font-weight: 600; margin-top: 0.3rem; }
.t-time { display: block; font-size: 0.9rem; color: rgba(255,255,255,0.8); margin-top: 0.3rem; }
.termin-body { padding: 1.4rem; display: flex; flex-direction: column; gap: 1.1rem; flex: 1; }
.price-row { display: flex; flex-direction: column; gap: 0.7rem; }
.price { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px dashed var(--color-border); padding-bottom: 0.5rem; }
.p-label { font-size: 0.9rem; color: var(--color-text-muted); }
.p-value { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--color-primary-dark); }
.p-value small { font-size: 0.62rem; color: var(--color-text-muted); font-family: var(--font-body); margin-left: 0.25rem; font-weight: 400; }
.termin-actions { display: flex; flex-direction: column; gap: 0.6rem; margin-top: auto; }
.termin-actions .btn { text-align: center; }

/* ---------- Workshops ---------- */
.workshop {
  background: var(--color-card); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 2rem 2.2rem; box-shadow: var(--shadow-soft);
  margin-bottom: 1.6rem; transition: var(--transition); border-top: 4px solid var(--color-gold);
}
.workshop:hover { transform: translateY(-3px); box-shadow: var(--shadow-medium); }
.workshop-head { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1rem; }
.workshop-num {
  flex-shrink: 0; font-family: var(--font-heading); font-size: 1.9rem; font-weight: 700;
  color: #fff; background: var(--color-primary); width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.workshop-head h3 { color: var(--color-primary-dark); margin: 0; font-size: 1.55rem; }
.workshop-tag { margin: 0; color: var(--color-gold); font-weight: 600; }
.workshop-desc { color: var(--color-text-muted); }
.workshop-list { list-style: none; margin: 0 0 1rem; padding: 0; }
.workshop-list li { position: relative; padding-left: 1.6rem; margin-bottom: 0.5rem; }
.workshop-list li::before { content: "✓"; position: absolute; left: 0; color: var(--color-gold); font-weight: 700; }
.ki-line {
  display: inline-block; background: var(--color-tint); border-radius: 100px;
  padding: 0.4rem 1rem; font-size: 0.9rem; margin-bottom: 1.4rem; color: var(--color-primary-dark);
}
.ki-line span { font-weight: 700; color: var(--color-primary); }
.workshop-foot {
  display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
  border-top: 1px solid var(--color-border); padding-top: 1.2rem;
}
.wf-info { display: flex; flex-direction: column; }
.wf-date { font-weight: 600; color: var(--color-primary-dark); }
.wf-loc { font-size: 0.88rem; color: var(--color-text-muted); }
.wf-price { font-family: var(--font-heading); font-size: 1.7rem; font-weight: 700; color: var(--color-primary-dark); margin-left: auto; }
.wf-price small { font-size: 0.55rem; color: var(--color-text-muted); font-family: var(--font-body); font-weight: 400; margin-left: 0.2rem; }
.workshop-foot .btn { flex-shrink: 0; }

/* ---------- Mail-Animation (Anfrage -> Möglichkeit) ---------- */
.mail-anim { width: 168px; margin: 1.2rem auto 1.6rem; }
.mail-anim svg { width: 100%; height: auto; display: block; overflow: visible; }

.mail-letter { transform-box: fill-box; animation: letterRise 5s ease-in-out infinite; }
@keyframes letterRise {
  0%, 20% { transform: translateY(0); }
  42%, 80% { transform: translateY(-56px); }
  94%, 100% { transform: translateY(0); }
}

.mail-opp { transform-box: fill-box; transform-origin: center; animation: oppBloom 5s ease-in-out infinite; }
@keyframes oppBloom {
  0%, 42% { opacity: 0; transform: scale(.2); }
  60%, 82% { opacity: 1; transform: scale(1); }
  94%, 100% { opacity: 0; transform: scale(.5); }
}

.mail-spark { transform-box: fill-box; transform-origin: center; animation: twinkle 2.2s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .mail-letter, .mail-opp, .mail-spark { animation: none; }
  .mail-letter { transform: translateY(-56px); }
  .mail-opp { opacity: 1; transform: scale(1); }
}

/* ---------- Pain-Callout ---------- */
.pain-callout {
  font-family: var(--font-heading); font-size: 1.5rem; font-weight: 600; line-height: 1.35;
  color: var(--color-primary-dark); background: var(--color-tint);
  border-left: 4px solid var(--color-gold); border-radius: var(--radius);
  padding: 1.3rem 1.6rem; margin: 1.6rem 0;
}

/* ---------- Disclaimer ---------- */
.disclaimer {
  background: #FBF3E4; border: 1px solid var(--color-gold-soft); border-left: 4px solid var(--color-gold);
  border-radius: var(--radius); padding: 1.4rem 1.8rem; text-align: center;
}
.disclaimer-lead { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--color-primary-dark); margin-bottom: 0.5rem; }
.disclaimer p:last-child { margin: 0; color: var(--color-text-muted); font-size: 0.95rem; }

/* ---------- Über Nadine ---------- */
.about { display: flex; align-items: center; gap: 3rem; }
.about-photo { flex: 0 0 300px; }
.about-photo img {
  width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-medium);
  display: block; aspect-ratio: 4 / 5; object-fit: cover;
}
.about-text { flex: 1; }
.about-text h2 { margin-bottom: 1rem; }
.about-text p:last-child { margin-bottom: 0; color: var(--color-text-muted); }

@media (max-width: 760px) {
  .about { flex-direction: column; text-align: center; gap: 2rem; }
  .about-photo { flex: 0 0 auto; max-width: 260px; }
}

/* ---------- FAQ ---------- */
.faq {
  background: var(--color-card); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1.1rem 1.4rem; margin-bottom: 0.8rem;
}
.faq summary { font-weight: 600; cursor: pointer; color: var(--color-primary-dark); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--color-gold); font-size: 1.3rem; line-height: 1; }
.faq[open] summary::after { content: "–"; }
.faq p { margin: 0.8rem 0 0; color: var(--color-text-muted); }

/* ---------- Legal (Impressum) ---------- */
.legal h1 { color: var(--color-primary-dark); margin-bottom: 1.6rem; font-size: clamp(2rem, 4vw, 2.8rem); }
.legal h2 { font-size: 1.35rem; color: var(--color-primary); margin: 2rem 0 0.5rem; }
.legal a { color: var(--color-primary); }
.legal-back { margin-top: 2.5rem; }
.legal-back a { font-weight: 600; text-decoration: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--color-primary-dark); color: rgba(255,255,255,0.8); padding: 2.4rem 0; text-align: center; font-size: 0.9rem; }
.site-footer p { margin: 0.3rem 0; }
.footer-links a { color: var(--color-gold-soft); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .cards-3, .termine { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
}
@media (max-width: 560px) {
  .workshop { padding: 1.6rem 1.4rem; }
  .workshop-foot { flex-direction: column; align-items: stretch; }
  .wf-price { margin-left: 0; }
  .workshop-foot .btn { width: 100%; text-align: center; }
}
@media (max-width: 520px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .header-cta { display: none; }
}
