/* ============================================================
   Anna Di Pede — Fit in Pause | Design System
   Rebuilt static (replica of Dec-2024 WordPress/Divi site)
   ============================================================ */
:root {
  --navy: #2a3f5e;
  --navy-deep: #1e2f47;
  --gold: #dbc931;
  --gold-dark: #ad8d0e;
  --gold-soft: #f2ecb5;
  --blue: #315ca7;
  --blue-deep: #003383;
  --ink: #333333;
  --grey: #acb0b5;
  --grey-light: #f8f8f8;
  --grey-mist: #f9fafc;
  --white: #ffffff;
  --font-head: "Montserrat", Helvetica, Arial, sans-serif;
  --font-body: "Poppins", Helvetica, Arial, sans-serif;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 12px 34px rgba(42, 63, 94, 0.12);
  --shadow-soft: 0 6px 18px rgba(42, 63, 94, 0.08);
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--navy);
  line-height: 1.2;
  font-weight: 700;
}
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section { padding: 84px 0; }
.eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
}
.lead { font-weight: 600; color: var(--navy); }
.gold-bar {
  width: 64px; height: 4px; border-radius: 2px;
  background: var(--gold); margin: 18px 0 24px;
}
.center { text-align: center; }
.center .gold-bar { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #e6d94a; color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-deep); color: var(--white); }
.btn-line { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-line:hover { background: var(--navy); color: var(--white); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5b; color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(42, 63, 94, 0.08);
}
.nav-bar {
  max-width: var(--maxw); margin: 0 auto; padding: 12px 22px;
  display: flex; align-items: center; gap: 26px;
}
.brand img { height: 54px; width: auto; }
.nav-links {
  display: flex; gap: 26px; list-style: none; margin-left: auto;
  align-items: center;
}
.nav-links a {
  font-family: var(--font-head); font-weight: 600; font-size: 0.9rem;
  color: var(--navy); white-space: nowrap;
}
.nav-links a:hover { color: var(--gold-dark); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-cta .btn { padding: 10px 22px; font-size: 0.85rem; }
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  margin-left: auto; padding: 8px;
}
.nav-toggle span {
  display: block; width: 26px; height: 3px; border-radius: 2px;
  background: var(--navy); margin: 5px 0; transition: 0.2s;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--grey-mist) 0%, #eef1f6 55%, var(--white) 100%);
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 40px; align-items: center;
}
.hero-copy { padding: 40px 0 80px; }
.hero-copy h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.3rem);
  margin-bottom: 8px;
}
.hero-copy h1 em { font-style: normal; color: var(--gold-dark); }
.hero-tag {
  font-family: var(--font-head); font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue); font-size: 0.85rem; margin-bottom: 18px;
}
.hero-sub { max-width: 46ch; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-figure { position: relative; align-self: end; }
.hero-figure .portrait {
  position: relative; z-index: 2;
  max-height: 560px; width: auto; margin: 0 auto;
  filter: drop-shadow(0 18px 40px rgba(42, 63, 94, 0.25));
}
.hero-figure .deco {
  position: absolute; z-index: 1; opacity: 0.9;
}
.deco-a { width: 46%; top: -4%; right: -6%; }
.deco-b { width: 34%; bottom: 6%; left: -8%; }

/* ---------- Intro ---------- */
.intro { background: var(--white); }
.intro-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 56px; align-items: center;
}
.intro-art img { max-width: 420px; margin: 0 auto; }

/* ---------- About ---------- */
.about { background: var(--navy); color: #dfe5ee; }
.about h2 { color: var(--white); }
.about h2 span { color: var(--gold); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.about-photo img {
  border-radius: var(--radius); box-shadow: var(--shadow);
  object-fit: cover; width: 100%; max-height: 560px;
}
.about strong { color: var(--white); }

/* ---------- Concept / 5 Säulen ---------- */
.concept { background: var(--grey-mist); }
.concept-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.pillars { list-style: none; margin: 26px 0 32px; display: grid; gap: 14px; }
.pillars li {
  background: var(--white); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  padding: 14px 20px; display: flex; align-items: center; gap: 16px;
}
.pillars .num {
  flex: 0 0 40px; height: 40px; border-radius: 50%;
  background: var(--gold); color: var(--navy);
  font-family: var(--font-head); font-weight: 700;
  display: grid; place-items: center;
}
.pillars .t { font-weight: 600; color: var(--navy); }

/* ---------- Programs ---------- */
.programs { background: var(--white); }
.program-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px;
}
.program-card {
  background: var(--grey-mist);
  border: 1px solid rgba(42, 63, 94, 0.08);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.program-card .pict {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--navy); color: var(--gold);
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1.05rem;
  margin-bottom: 18px;
}
.program-card h3 { margin-bottom: 6px; }
.program-card .sub {
  font-family: var(--font-head); font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 12px;
}
.program-card p { font-size: 0.95rem; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--grey-mist); }
.testi-track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: min(420px, 86vw);
  gap: 22px; overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 44px 4px 18px;
  scrollbar-width: thin;
}
.testi-card {
  scroll-snap-align: start;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 30px 28px; display: flex; flex-direction: column; gap: 18px;
}
.testi-card blockquote { font-size: 0.95rem; flex: 1; }
.testi-card blockquote::before {
  content: "\201E"; display: block;
  font-family: Georgia, serif; font-size: 3rem; line-height: 0.4;
  color: var(--gold); margin-bottom: 14px;
}
.testi-who { display: flex; align-items: center; gap: 14px; }
.testi-who img {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--gold-soft);
}
.testi-who .n { font-weight: 600; color: var(--navy); font-size: 0.92rem; line-height: 1.35; }

/* ---------- Pricing ---------- */
.pricing { background: var(--white); }
.live-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold-soft); color: var(--navy);
  border-radius: 999px; padding: 8px 22px;
  font-family: var(--font-head); font-weight: 600; font-size: 0.85rem;
  margin-top: 16px;
}
.live-badge .dot {
  width: 10px; height: 10px; border-radius: 50%; background: #50a65f;
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
.price-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 48px; align-items: stretch;
}
.price-card {
  border: 1px solid rgba(42, 63, 94, 0.1);
  border-radius: var(--radius);
  padding: 34px 28px;
  display: flex; flex-direction: column;
  background: var(--grey-mist);
}
.price-card.feature {
  background: var(--navy); color: #dfe5ee;
  box-shadow: var(--shadow);
  position: relative;
}
.price-card.feature h3, .price-card.feature .amount { color: var(--white); }
.price-card.feature .tagline { color: var(--gold); }
.price-card .tagline {
  font-family: var(--font-head); font-weight: 600; font-size: 0.8rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 6px;
}
.price-card h3 { margin-bottom: 16px; }
.price-card ul { list-style: none; margin: 0 0 24px; display: grid; gap: 10px; }
.price-card li { padding-left: 26px; position: relative; font-size: 0.95rem; }
.price-card li::before {
  content: "\2713"; position: absolute; left: 0; top: 0;
  color: var(--gold-dark); font-weight: 700;
}
.price-card.feature li::before { color: var(--gold); }
.amount {
  font-family: var(--font-head); font-weight: 700; font-size: 2.2rem;
  color: var(--navy); line-height: 1.1;
}
.amount small { font-size: 1rem; font-weight: 600; }
.price-options { display: grid; gap: 8px; margin: 6px 0 4px; }
.price-options .opt {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25); padding: 6px 0;
  font-size: 0.95rem;
}
.price-options .save { color: var(--gold); font-size: 0.8rem; }
.vat { font-size: 0.75rem; color: var(--grey); margin: 12px 0 18px; }
.price-card.feature .vat { color: #9fb0c8; }
.price-card .btn { margin-top: auto; text-align: center; }
.badge-top {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--navy);
  font-family: var(--font-head); font-weight: 700; font-size: 0.75rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 999px; white-space: nowrap;
}

/* Consult band */
.consult {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--gold-soft), #faf6d8);
  border-radius: var(--radius);
  padding: 40px 44px;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 30px; align-items: center;
}
.consult h3 { font-size: 1.5rem; }
.consult .free {
  font-family: var(--font-head); font-weight: 700; font-size: 1.6rem;
  color: var(--gold-dark);
}
.consult-actions { display: grid; gap: 12px; justify-items: stretch; }
.consult-actions .btn { text-align: center; }

/* ---------- E-book ---------- */
.ebook { background: var(--navy); color: #dfe5ee; }
.ebook h2 { color: var(--white); }
.ebook-grid {
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center;
}
.ebook-cover img {
  max-width: 340px; margin: 0 auto;
  border-radius: var(--radius-sm);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}
.ebook strong { color: var(--gold); }
.ebook-form { margin-top: 26px; display: grid; gap: 12px; max-width: 460px; }
.ebook-form input {
  padding: 14px 18px; border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08); color: var(--white);
  font-family: var(--font-body); font-size: 0.95rem;
}
.ebook-form input::placeholder { color: #9fb0c8; }
.form-note { font-size: 0.78rem; color: #9fb0c8; }

/* ---------- Audio ---------- */
.audio { background: var(--grey-mist); }
.audio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.audio-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-soft); padding: 28px 26px; text-align: center;
}
.audio-card .disc {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%;
  background: radial-gradient(circle at center, var(--gold) 0 22%, var(--navy) 23% 100%);
}
.audio-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.audio-card .by { font-size: 0.8rem; color: var(--grey); margin-bottom: 14px; }
.soon {
  display: inline-block; background: var(--gold-soft); color: var(--gold-dark);
  font-family: var(--font-head); font-weight: 600; font-size: 0.75rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 999px; padding: 5px 14px;
}

/* ---------- FAQ ---------- */
.faq { background: var(--white); }
.faq-list { max-width: 820px; margin: 40px auto 0; display: grid; gap: 14px; }
.faq-list details {
  background: var(--grey-mist); border: 1px solid rgba(42, 63, 94, 0.08);
  border-radius: var(--radius-sm); padding: 0 24px;
}
.faq-list summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 600; color: var(--navy);
  padding: 18px 30px 18px 0; position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; color: var(--gold-dark);
  transition: transform 0.2s;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { padding: 0 0 20px; font-size: 0.95rem; }

/* ---------- Contact ---------- */
.contact { background: var(--grey-mist); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; margin-top: 44px; }
.contact-info { display: grid; gap: 20px; align-content: start; }
.contact-line { display: flex; gap: 16px; align-items: center; }
.contact-line img { width: 26px; height: 26px; }
.contact-line a, .contact-line span { font-weight: 600; color: var(--navy); }
.contact-social { display: flex; gap: 14px; margin-top: 8px; }
.contact-social a {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); display: grid; place-items: center;
  transition: background 0.15s;
}
.contact-social a:hover { background: var(--gold-dark); }
.contact-social img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.contact-form {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-soft); padding: 34px 30px;
  display: grid; gap: 14px;
}
.contact-form label { font-weight: 600; font-size: 0.85rem; color: var(--navy); }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 13px 16px;
  border: 1px solid rgba(42, 63, 94, 0.18); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 0.95rem;
}
.contact-form textarea { min-height: 130px; resize: vertical; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #b9c4d4; padding: 60px 0 30px; }
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px;
}
.site-footer h4 {
  color: var(--white); font-size: 0.85rem;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px;
}
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a { color: #b9c4d4; font-size: 0.92rem; }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { height: 60px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 0.88rem; max-width: 32ch; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 46px; padding-top: 24px;
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: space-between; font-size: 0.82rem;
}
.footer-bottom a { font-size: 0.82rem; }

/* ---------- Legal pages ---------- */
.legal { padding: 60px 0 90px; }
.legal .wrap { max-width: 820px; }
.legal h1 { margin-bottom: 10px; font-size: 2rem; }
.legal h2 { font-size: 1.25rem; margin: 36px 0 12px; }
.legal h3 { font-size: 1.05rem; margin: 26px 0 10px; }
.legal p { margin-bottom: 14px; font-size: 0.95rem; }
.legal address { font-style: normal; margin-bottom: 14px; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .program-grid, .price-grid, .audio-cards { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .intro-grid, .about-grid, .concept-grid,
  .ebook-grid, .contact-grid, .consult { grid-template-columns: 1fr; }
  .hero-figure { order: -1; max-width: 420px; margin: 0 auto; }
  .hero-copy { padding: 10px 0 60px; text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-copy .gold-bar { margin-left: auto; margin-right: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .intro-art { order: -1; }
}
@media (max-width: 760px) {
  section { padding: 60px 0; }
  .nav-links {
    position: fixed; inset: 73px 0 auto 0;
    background: var(--white); flex-direction: column;
    padding: 26px 22px 34px; gap: 18px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-cta { margin-left: auto; }
  .nav-cta .btn-line { display: none; }
  .program-grid, .price-grid, .audio-cards { grid-template-columns: 1fr; }
  .consult { padding: 30px 24px; }
}
