@font-face { font-family: "Bitter"; src: url("./assets/bitter-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Bitter"; src: url("./assets/bitter-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Bitter"; src: url("./assets/bitter-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Bitter"; src: url("./assets/bitter-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Bitter"; src: url("./assets/bitter-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Bitter"; src: url("./assets/bitter-300-italic.ttf") format("truetype"); font-style: italic; font-weight: 300; font-display: swap; }
@font-face { font-family: "Bitter"; src: url("./assets/bitter-400-italic.ttf") format("truetype"); font-style: italic; font-weight: 400; font-display: swap; }

:root {
  --ink: #060606;
  --paper: #fff;
  --berry: #9d0d78;
  --berry-soft: #b15493;
  --card: rgba(250, 247, 250, 0.93);
  --line: rgba(157, 13, 120, 0.55);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: #090909;
  font-family: "Bitter", Georgia, serif;
  font-size: 18px;
  line-height: 1.48;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
strong { font-weight: 700; }
mark {
  background: var(--berry);
  color: #fff;
  padding: 0 .09em .05em;
}

.page-shell { width: min(1228px, calc(100% - 28px)); margin-inline: auto; }
.association-bar { height: 74px; background: #fff; }
.association-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-logo { display: block; width: clamp(250px, 28vw, 330px); flex: 0 1 330px; }
.brand-logo img { width: 100%; height: 54px; object-fit: contain; object-position: left center; }
.header-meta { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.dvbb-badge { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.dvbb-badge span { color: #777; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.dvbb-badge img { width: 132px; height: 48px; object-fit: contain; }
.language-switch { display: flex; align-items: center; gap: 8px; color: #777; font-family: Arial, sans-serif; font-size: 13px; letter-spacing: .14em; }
.language-switch a { padding: 8px 4px; color: inherit; text-decoration: none; transition: color .2s ease, text-shadow .2s ease; }
.language-switch a:hover, .language-switch a:focus-visible, .language-switch a.is-active { color: var(--berry); text-shadow: 0 0 10px rgba(157,13,120,.26); }
.language-switch a.is-active { font-weight: 700; }
.site-canvas { display: grid; gap: 6px; padding-bottom: 0; }
.dark-card { background: var(--ink); color: #fff; border-radius: 4px; }
.light-card { background: #fff; color: #080808; border-radius: 4px; }
.section-pad { padding: 68px 92px; }

.hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  height: calc(100svh - 74px);
  min-height: 640px;
  max-height: 980px;
  margin-left: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
}
.hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; overflow: hidden; background: #080808; line-height: 0; }
.hero-video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.26) 0%, rgba(0,0,0,.30) 43%, rgba(0,0,0,.58) 100%),
    radial-gradient(circle at 50% 36%, rgba(0,0,0,.05) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.34) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1180px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  padding: 0 24px 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-3%);
}
.hero-kicker {
  margin: 0 0 18px;
  color: rgba(255,255,255,.84);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0,0,0,.75);
}
.hero h1 {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-shadow: 0 3px 34px rgba(0,0,0,.78);
}
.hero-title-line { display: block; }
.hero-title-detail {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7px;
  font-size: .53em;
  line-height: 1.12;
  letter-spacing: .035em;
  text-shadow: 0 0 24px rgba(218,58,184,.24), 0 3px 28px rgba(0,0,0,.86);
}
.hero-title-detail::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 0;
  left: 7%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(251,113,222,.95) 18%, #c829a1 42%, rgba(248,205,143,.92) 62%, #d534ad 82%, transparent 100%);
  background-position: 0% 50%;
  background-size: 220% 100%;
  box-shadow: 0 0 8px rgba(236,71,204,.76), 0 0 19px rgba(171,22,139,.45);
}
.js .hero-title-detail::after { opacity: 0; filter: blur(3px); transform: scaleX(.08); transform-origin: center; }
.js .hero-title-detail.is-visible::after {
  animation:
    hero-line-in 1.55s cubic-bezier(.16,1,.3,1) calc(var(--motion-delay, 0ms) + 430ms) both,
    hero-line-glow 3.2s ease-in-out calc(var(--motion-delay, 0ms) + 2.1s) infinite;
}
@keyframes hero-line-in {
  from { opacity: 0; filter: blur(3px); transform: scaleX(.08); }
  to { opacity: .9; filter: blur(0); transform: scaleX(1); }
}
@keyframes hero-line-glow {
  0%, 100% {
    opacity: .6;
    filter: brightness(.88);
    background-position: 0% 50%;
    box-shadow: 0 0 5px rgba(236,71,204,.48), 0 0 12px rgba(171,22,139,.24);
  }
  50% {
    opacity: 1;
    filter: brightness(1.5);
    background-position: 100% 50%;
    box-shadow: 0 0 11px rgba(255,117,226,.92), 0 0 27px rgba(191,35,161,.62), 0 0 38px rgba(230,187,122,.22);
  }
}
.hero-cta {
  position: absolute;
  left: 50%;
  top: 87%;
  z-index: 2;
  margin: 0;
  padding: 13px 28px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.js .hero-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) translateY(14px) scale(.96);
  transition:
    opacity .72s cubic-bezier(.2,.72,.22,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    visibility 0s linear .9s;
}
.js .hero.is-video-ended .hero-cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}
.hero .hero-cta:hover { transform: translate(-50%, -50%) translateY(-3px); }
.js .hero.is-video-ended .hero-cta:hover { transform: translate(-50%, -50%) translateY(-3px); }
.intro { min-height: 430px; display: grid; place-content: center; text-align: center; }
.hero + .intro { width: 100vw; margin-top: -6px; margin-left: calc(50% - 50vw); border-radius: 0; }
.intro h2, .about h2, .problems h2, .unpack h2, .process h2, .duel > .panel-content > h2:first-child,
.self-listen h2, .testimonials h2, .packages > .panel-content > h2, .booking h2 {
  margin-bottom: 48px;
  text-align: center;
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1.15;
  text-transform: uppercase;
}
.intro p { max-width: 1010px; margin: 0 auto; font-size: 20px; line-height: 1.52; }
.partners-strip {
  position: relative;
  z-index: 1;
  padding: 52px 48px 58px;
  background: #08070a;
  box-shadow: 0 -7px 0 #08070a, 0 7px 0 #08070a;
  color: #fff;
  text-align: center;
}
.partners-strip h2 {
  max-width: 860px;
  margin: 0 auto 32px;
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 1.16;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  width: min(780px, 100%);
  margin-inline: auto;
}
.partner-card {
  position: relative;
  display: grid;
  height: 154px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,0,0,.36), 0 0 14px rgba(224,84,194,.12);
  isolation: isolate;
  transition: transform .34s ease, border-color .34s ease, box-shadow .34s ease;
}
.partner-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  opacity: .5;
  box-shadow: inset 0 0 14px rgba(205,51,178,.14);
  transition: opacity .34s ease, box-shadow .34s ease;
}
.partner-card img {
  position: relative;
  z-index: 1;
  display: block;
  object-fit: contain;
}
.partner-card-dvbb img { width: 88%; height: 82%; }
.partner-card-4xl img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}
.partner-card:hover,
.partner-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(247,139,225,.82);
  box-shadow: 0 18px 42px rgba(0,0,0,.42), 0 0 16px rgba(230,73,198,.42), 0 0 34px rgba(195,48,166,.2);
}
.partner-card-dvbb:hover,
.partner-card-dvbb:focus-visible {
  border-color: rgba(126,158,220,.86);
  box-shadow: 0 18px 42px rgba(0,0,0,.42), 0 0 16px rgba(80,119,188,.38), 0 0 34px rgba(201,63,176,.15);
}
.partner-card:hover::after,
.partner-card:focus-visible::after { opacity: 1; box-shadow: inset 0 0 20px rgba(216,59,184,.22); }
.partner-card:focus-visible {
  outline: 2px solid #ef96db;
  outline-offset: 5px;
}

.photo-panel { position: relative; overflow: hidden; border-radius: 4px; background-position: center; background-size: cover; }
.photo-panel::before { content: ""; position: absolute; inset: 0; background-image: var(--bg); background-position: center; background-size: cover; }
.photo-wash, .dark-overlay { position: absolute; inset: 0; overflow: hidden; }
.photo-wash { background: rgba(255,255,255,.82); }
.dark-overlay { background: rgba(0,0,0,.70); }
.panel-content { position: relative; z-index: 1; }

.js .overlay-motion::after {
  content: "";
  position: absolute;
  inset: -3%;
  opacity: 1;
  pointer-events: none;
  transform: scale(1.015);
  transform-origin: center;
  will-change: opacity, transform;
}
.js .dark-overlay.overlay-motion::after {
  background: radial-gradient(ellipse at 50% 46%, rgba(0,0,0,.58) 0%, rgba(0,0,0,.82) 58%, rgba(0,0,0,.98) 100%);
}
.js .photo-wash.overlay-motion::after {
  background: radial-gradient(ellipse at 50% 46%, rgba(255,255,255,.72) 0%, rgba(255,255,255,.90) 60%, rgba(255,255,255,.99) 100%);
}
.js .overlay-motion.is-visible::after { animation: cinematic-overlay-reveal 4.8s cubic-bezier(.16,.72,.18,1) both; }

@keyframes cinematic-overlay-reveal {
  0%, 12% { opacity: 1; transform: scale(1.015); }
  40% { opacity: .68; }
  74% { opacity: .18; }
  100% { opacity: 0; transform: scale(1); }
}

.about { --bg: url("./assets/collage-bg.webp"); }
.about .panel-content { padding-top: 64px; padding-bottom: 62px; }
.about h2 { margin-bottom: 8px; }
.about > .panel-content > h3 { margin: 0 auto 58px; text-align: center; font-size: 23px; line-height: 1.28; text-transform: uppercase; }
.about > .panel-content > h3 strong, .about h4, .package-card h3 strong { color: var(--berry); }
.about-lead { display: grid; grid-template-columns: 48% 1fr; gap: 50px; align-items: center; margin-bottom: 48px; }
.about-lead > img { width: 100%; height: 760px; object-fit: cover; object-position: center 34%; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 26px; text-align: center; align-content: center; }
.role-grid > div:last-child { grid-column: 1 / -1; width: 48%; justify-self: center; }
.role-grid p { margin: 8px 0 0; font-size: 18px; }
.role-grid strong { color: var(--berry); }
.role-icon {
  position: relative;
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #a90b80;
  border: 1px solid rgba(207,43,168,.92);
  border-radius: 50%;
  background: rgba(255,255,255,.52);
  box-shadow: 0 0 7px rgba(209,49,174,.46), 0 0 20px rgba(157,13,120,.20), inset 0 0 12px rgba(211,48,174,.10);
  font-family: "Bitter", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  animation: role-icon-neon 6s ease-in-out infinite;
}
.role-icon::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(211,75,181,.38);
  border-radius: inherit;
  pointer-events: none;
}
.role-grid > div:nth-child(2) .role-icon { animation-delay: -1.2s; }
.role-grid > div:nth-child(3) .role-icon { animation-delay: -2.4s; }
.role-grid > div:nth-child(4) .role-icon { animation-delay: -3.6s; }
.role-grid > div:nth-child(5) .role-icon { animation-delay: -4.8s; }

@keyframes role-icon-neon {
  0%, 100% {
    color: #9d0d78;
    border-color: rgba(204,42,164,.84);
    box-shadow: 0 0 6px rgba(209,49,174,.38), 0 0 18px rgba(157,13,120,.17), inset 0 0 10px rgba(211,48,174,.08);
  }
  50% {
    color: #7239ad;
    border-color: rgba(224,104,204,.98);
    box-shadow: 0 0 11px rgba(227,82,199,.64), 0 0 28px rgba(110,52,170,.25), inset 0 0 15px rgba(221,72,190,.15);
  }
}
.linkedin-feature {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  width: min(650px, 100%);
  margin: -12px auto 2px;
  padding: 17px 20px;
  overflow: hidden;
  border: 1px solid rgba(216,65,184,.66);
  border-radius: 17px;
  background: linear-gradient(112deg, rgba(7,7,10,.98), rgba(24,8,21,.97));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(210,51,178,.24), 0 14px 35px rgba(26,7,22,.22), inset 0 0 22px rgba(215,53,180,.05);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
  animation: linkedin-feature-neon 6s ease-in-out infinite;
}
.linkedin-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 12% 50%, rgba(10,102,194,.20), transparent 28%), linear-gradient(105deg, transparent 25%, rgba(244,199,126,.08) 48%, transparent 70%);
}
.linkedin-feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #0a66c2;
  filter: drop-shadow(0 0 8px rgba(10,102,194,.42));
}
.linkedin-feature-icon svg { width: 100%; height: 100%; }
.linkedin-feature-copy { display: grid; min-width: 0; gap: 2px; }
.linkedin-feature-copy small {
  color: rgba(242,203,134,.78);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.linkedin-feature-copy strong { font-size: 23px; font-weight: 500; line-height: 1.22; }
.linkedin-feature-copy em { color: rgba(255,255,255,.66); font-family: Arial, sans-serif; font-size: 13px; font-style: normal; line-height: 1.35; }
.linkedin-feature-arrow {
  background: linear-gradient(135deg, #f2cb83, #d534ad 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
}
.linkedin-feature:hover { transform: translateY(-4px); border-color: rgba(244,117,218,.92); box-shadow: 0 0 16px rgba(229,72,198,.42), 0 18px 42px rgba(26,7,22,.28), inset 0 0 26px rgba(215,53,180,.08); }
.linkedin-feature:focus-visible { outline: 2px solid #ef96db; outline-offset: 5px; }
.js .linkedin-feature.motion { animation-play-state: paused; }
.js .linkedin-feature.motion.is-visible { animation-play-state: running; }

@keyframes linkedin-feature-neon {
  0%, 100% { border-color: rgba(209,55,177,.57); box-shadow: 0 0 8px rgba(210,51,178,.20), 0 14px 35px rgba(26,7,22,.22), inset 0 0 18px rgba(215,53,180,.04); }
  50% { border-color: rgba(239,115,215,.82); box-shadow: 0 0 15px rgba(229,72,198,.38), 0 14px 38px rgba(26,7,22,.24), inset 0 0 26px rgba(215,53,180,.08); }
}
.credentials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.credentials-grid article { min-height: 410px; background: rgba(255,255,255,.9); padding: 46px 34px 36px; border-radius: 18px; box-shadow: 0 12px 40px rgba(0,0,0,.05); }
.credentials-grid h4 { margin-bottom: 22px; text-align: center; font-size: 20px; }
.credentials-grid ul { margin: 0; padding-left: 24px; }
.credentials-grid li { margin: 9px 0; font-size: 19px; }

.certificates {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 16%, rgba(156,13,120,.19), transparent 34%),
    radial-gradient(circle at 13% 82%, rgba(213,168,91,.09), transparent 30%),
    #07060a;
}
.certificates::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(207,47,168,.06) 18.1%, transparent 18.25% 81%, rgba(223,184,111,.05) 81.1%, transparent 81.25%),
    linear-gradient(0deg, transparent 0 26%, rgba(207,47,168,.05) 26.1%, transparent 26.25% 73%, rgba(223,184,111,.04) 73.1%, transparent 73.25%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 92%);
}
.certificates-heading,
.certificate-grid { position: relative; z-index: 1; }
.certificates-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.certificates-heading h2 { margin-bottom: 16px; }
.certificates .eyebrow {
  margin: 0 0 14px;
  color: rgba(240,203,137,.88);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}
.certificates .section-subtitle { margin: 0; color: rgba(255,255,255,.68); }
.certificate-mobile-guide { display: none; }
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.certificate-card {
  appearance: none;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(224,86,195,.34);
  border-radius: 18px;
  background: rgba(18,15,22,.94);
  color: #fff;
  font: inherit;
  text-align: left;
  box-shadow: 0 0 8px rgba(205,50,174,.13), 0 22px 46px rgba(0,0,0,.25);
  cursor: zoom-in;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}
.certificate-card:nth-child(even) { border-color: rgba(228,190,120,.32); }
.certificate-preview {
  position: relative;
  display: grid;
  aspect-ratio: 1.78;
  overflow: hidden;
  place-items: center;
  background: #eee;
}
.certificate-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(120deg, transparent 24%, rgba(255,255,255,.20) 47%, transparent 68%);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity .32s ease, transform .75s cubic-bezier(.2,.7,.2,1);
  pointer-events: none;
}
.certificate-preview img { width: 100%; height: 100%; object-fit: contain; }
.certificate-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 13px;
  align-content: start;
  min-height: 184px;
  padding: 22px 22px 20px;
}
.certificate-index {
  grid-row: 1 / 3;
  color: rgba(231,185,105,.88);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
.certificate-copy strong { font-size: 17px; line-height: 1.35; }
.certificate-copy small {
  color: rgba(255,255,255,.58);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42;
}
.certificate-action {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: #ef96db;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .025em;
}
.certificate-card:hover,
.certificate-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(255,132,229,.88);
  box-shadow: 0 0 13px rgba(239,89,207,.46), 0 22px 54px rgba(0,0,0,.38), inset 0 0 20px rgba(225,73,190,.05);
}
.certificate-card:nth-child(even):hover,
.certificate-card:nth-child(even):focus-visible {
  border-color: rgba(246,208,139,.90);
  box-shadow: 0 0 13px rgba(239,195,121,.38), 0 22px 54px rgba(0,0,0,.38), inset 0 0 20px rgba(225,181,104,.05);
}
.certificate-card:hover .certificate-preview::after,
.certificate-card:focus-visible .certificate-preview::after { opacity: 1; transform: translateX(80%); }
.certificate-card:focus-visible { outline: 2px solid #f3a5df; outline-offset: 4px; }

.certificate-modal {
  width: min(980px, calc(100% - 28px));
  max-width: none;
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(238,103,210,.58);
  border-radius: 20px;
  background: #0b0a0d;
  color: #fff;
  box-shadow: 0 0 32px rgba(204,44,170,.28), 0 30px 90px rgba(0,0,0,.78);
}
.certificate-modal::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(7px); }
.certificate-modal-inner { display: grid; grid-template-rows: auto minmax(0, 1fr); max-height: calc(100dvh - 28px); }
.certificate-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px 15px 24px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.certificate-modal-title { margin: 0; font-size: clamp(16px, 2.2vw, 22px); line-height: 1.3; }
.certificate-modal-close {
  appearance: none;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #fff;
  font: 300 30px/1 Arial, sans-serif;
  cursor: pointer;
}
.certificate-modal-close:hover,
.certificate-modal-close:focus-visible { border-color: #ef96db; color: #ef96db; outline: none; }
.certificate-modal-media { min-height: 0; overflow: auto; padding: 22px; text-align: center; }
.certificate-modal-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 126px);
  margin: 0 auto;
  border-radius: 14px;
  background: #fff;
}
.mission { margin: 54px 0 28px; padding: 4px 26px 4px 30px; border-left: 2px solid var(--berry); text-align: center; font-style: italic; }
.mission p { margin: 0 0 18px; font-size: 19px; }
.mission em { color: var(--berry); }
.contact-inline { padding: 42px 0 4px; text-align: center; }
.contact-inline h3, .booking h3 { margin-bottom: 24px; font-size: 28px; }
.socials { display: flex; justify-content: center; gap: 18px; }
.socials a { display: grid; width: 48px; height: 48px; place-items: center; color: var(--berry); text-decoration: none; transition: color .24s ease, transform .24s ease, filter .24s ease; animation: social-neon-breathe 5.6s ease-in-out infinite; }
.socials a:nth-child(2) { animation-delay: -1.4s; }
.socials a:nth-child(3) { animation-delay: -2.8s; }
.socials a:nth-child(4) { animation-delay: -4.2s; }
.socials svg { width: 44px; height: 44px; overflow: visible; }
.socials a:hover { color: #c41b99; transform: translateY(-4px) scale(1.06); filter: drop-shadow(0 7px 12px rgba(157,13,120,.22)); }
.socials a:focus-visible { outline: 2px solid var(--berry); outline-offset: 5px; border-radius: 5px; }

@keyframes social-neon-breathe {
  0%, 100% { filter: drop-shadow(0 0 3px rgba(198,35,164,.20)); }
  50% { filter: drop-shadow(0 0 9px rgba(226,74,194,.52)); }
}

.problems { min-height: 840px; padding-top: 74px; }
.problems h2 { margin-bottom: 20px; }
.section-subtitle { max-width: 980px; margin: 0 auto 40px; text-align: center; font-size: 19px; }
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 910px; margin: 0 auto 52px; }
.quote-grid blockquote {
  position: relative;
  margin: 0;
  min-height: 190px;
  display: grid;
  place-items: center;
  padding: 32px 44px;
  border: 1px solid rgba(219,57,181,.92);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(252,247,251,.96));
  box-shadow: 0 0 7px rgba(213,51,177,.46), 0 0 22px rgba(157,13,120,.16), inset 0 0 16px rgba(214,49,177,.06);
  text-align: center;
  font-size: 20px;
}
.quote-grid blockquote:nth-child(even) {
  border-color: rgba(214,169,94,.94);
  background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(255,251,243,.97));
  box-shadow: 0 0 7px rgba(222,178,104,.46), 0 0 22px rgba(187,135,58,.15), inset 0 0 16px rgba(222,178,104,.07);
}
.quote-grid blockquote::before, .quote-grid blockquote::after { position: absolute; color: var(--berry); font-size: 44px; line-height: 1; text-shadow: 0 0 8px rgba(216,55,179,.58); }
.quote-grid blockquote:nth-child(even)::before, .quote-grid blockquote:nth-child(even)::after { color: #b47a2d; text-shadow: 0 0 8px rgba(216,166,86,.58); }
.quote-grid blockquote::before { content: "“"; top: -16px; left: -8px; }
.quote-grid blockquote::after { content: "”"; right: -8px; bottom: -28px; }
.js .quote-grid blockquote.is-visible { animation: berry-quote-awaken 2.7s cubic-bezier(.2,.72,.2,1); animation-delay: calc(var(--motion-delay, 0ms) + 320ms); }
.js .quote-grid blockquote:nth-child(even).is-visible { animation-name: champagne-quote-awaken; }

@keyframes berry-quote-awaken {
  0%, 100% { border-color: rgba(219,57,181,.92); box-shadow: 0 0 7px rgba(213,51,177,.46), 0 0 22px rgba(157,13,120,.16), inset 0 0 16px rgba(214,49,177,.06); }
  45% { border-color: rgba(255,132,229,1); box-shadow: 0 0 14px rgba(239,89,207,.70), 0 0 34px rgba(157,13,120,.26), inset 0 0 22px rgba(225,73,190,.10); }
}

@keyframes champagne-quote-awaken {
  0%, 100% { border-color: rgba(214,169,94,.94); box-shadow: 0 0 7px rgba(222,178,104,.46), 0 0 22px rgba(187,135,58,.15), inset 0 0 16px rgba(222,178,104,.07); }
  45% { border-color: rgba(246,208,139,1); box-shadow: 0 0 14px rgba(239,195,121,.68), 0 0 34px rgba(187,135,58,.24), inset 0 0 22px rgba(225,181,104,.11); }
}
.highlight-line { margin: 12px 0 24px; text-align: center; }
.unique-copy { max-width: 960px; margin: 0 auto; text-align: center; font-size: 20px; }

.self-listen { --bg: url("./assets/self-listen-bg.webp"); min-height: 900px; color: #fff; }
.self-listen .dark-overlay { background: rgba(0,0,0,.55); }
.self-listen .panel-content { padding-top: 72px; padding-bottom: 64px; text-align: center; }
.self-listen h2 { max-width: 1020px; margin-inline: auto; }
.self-listen h2 mark { display: inline-block; margin-top: 9px; }
.self-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 8px auto 42px; }
.self-grid article {
  min-width: 0;
  padding: 18px 16px 30px;
  border: 1px solid rgba(221,68,188,.65);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(12,8,18,.58), rgba(2,2,6,.76));
  box-shadow: 0 0 6px rgba(220,66,188,.28), inset 0 0 18px rgba(207,45,175,.07);
  backdrop-filter: blur(2px);
}
.self-grid article:nth-child(even) { border-color: rgba(222,178,104,.66); box-shadow: 0 0 6px rgba(222,178,104,.26), inset 0 0 18px rgba(222,178,104,.06); }
.self-grid img { width: 100%; max-width: 220px; aspect-ratio: 1; margin: 0 auto 22px; object-fit: contain; }
.self-grid h3 { margin: 0; font-size: 20px; line-height: 1.45; }
.self-grid s { color: rgba(255,255,255,.72); text-decoration-color: rgba(255,255,255,.78); text-decoration-thickness: 2px; }
.self-grid mark { display: inline-block; margin-top: 3px; }
.js .self-grid article.is-visible { animation: berry-dark-card-awaken 3s cubic-bezier(.2,.72,.2,1) both; animation-delay: calc(var(--motion-delay, 0ms) + 320ms); }
.js .self-grid article:nth-child(even).is-visible { animation-name: champagne-dark-card-awaken; }

@keyframes berry-dark-card-awaken {
  0%, 100% { border-color: rgba(221,68,188,.65); box-shadow: 0 0 6px rgba(220,66,188,.28), inset 0 0 18px rgba(207,45,175,.07); }
  45% { border-color: rgba(255,140,234,.98); box-shadow: 0 0 15px rgba(242,94,213,.72), 0 0 38px rgba(157,13,120,.34), inset 0 0 25px rgba(225,73,190,.13); }
}

@keyframes champagne-dark-card-awaken {
  0%, 100% { border-color: rgba(222,178,104,.66); box-shadow: 0 0 6px rgba(222,178,104,.26), inset 0 0 18px rgba(222,178,104,.06); }
  45% { border-color: rgba(248,218,158,.98); box-shadow: 0 0 15px rgba(241,201,130,.68), 0 0 38px rgba(187,135,58,.30), inset 0 0 25px rgba(225,181,104,.12); }
}

.unpack { --bg: url("./assets/chess-bg.webp"); color: #fff; min-height: 720px; }
.unpack .panel-content { padding-top: 68px; }
.unpack h2 { margin-bottom: 26px; }
.unpack .section-subtitle { margin-bottom: 56px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-grid article {
  min-height: 290px;
  padding: 24px 18px;
  border: 1px solid rgba(226,74,194,.88);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% -18%, rgba(213,55,177,.16), transparent 48%),
    rgba(5,5,8,.48);
  box-shadow:
    0 0 8px rgba(225,64,192,.54),
    0 0 24px rgba(176,25,146,.28),
    inset 0 0 18px rgba(218,55,181,.11);
  text-align: center;
}
.js .feature-grid article.is-visible {
  animation: neon-frame-awaken 2.8s cubic-bezier(.2,.7,.2,1) both;
  animation-delay: calc(var(--motion-delay, 0ms) + 380ms);
}
.feature-grid h3 { min-height: 72px; margin-bottom: 16px; font-size: 18px; font-weight: 700; }
.feature-grid p { margin: 0; font-size: 17px; }

@keyframes neon-frame-awaken {
  0% {
    border-color: rgba(190,43,160,.42);
    box-shadow: 0 0 2px rgba(225,64,192,.12), inset 0 0 8px rgba(218,55,181,.04);
  }
  42% {
    border-color: rgba(255,132,232,.98);
    box-shadow: 0 0 13px rgba(244,91,214,.72), 0 0 34px rgba(181,30,153,.40), inset 0 0 24px rgba(218,55,181,.16);
  }
  100% {
    border-color: rgba(226,74,194,.88);
    box-shadow: 0 0 8px rgba(225,64,192,.54), 0 0 24px rgba(176,25,146,.28), inset 0 0 18px rgba(218,55,181,.11);
  }
}

.process { --bg: url("./assets/process-bg.webp"); color: #fff; min-height: 980px; }
.process .dark-overlay { background: rgba(0,0,0,.66); }
.process .panel-content { padding-top: 70px; padding-bottom: 56px; text-align: center; }
.process h2 { margin-bottom: 58px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 90px; max-width: 970px; margin: 0 auto 48px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255,139,230,.9), var(--berry) 18%, #c72a9f 52%, var(--berry) 82%, rgba(255,139,230,.88));
  box-shadow: 0 0 7px rgba(230,72,199,.72), 0 0 18px rgba(157,13,120,.42);
  transform: translateX(-50%);
}
.timeline article { position: relative; min-height: 165px; padding: 6px 16px; text-align: right; }
.timeline article:nth-child(even) { text-align: left; }
.timeline article::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -29px;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(221,68,188,.22), rgba(244,104,218,.92));
  box-shadow: 0 0 7px rgba(229,73,199,.55);
}
.timeline article:nth-child(even)::after {
  right: auto;
  left: -29px;
  background: linear-gradient(90deg, rgba(244,104,218,.92), rgba(221,68,188,.22));
}
.timeline span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(241,103,215,.92);
  border-radius: 50%;
  color: #fff;
  background: rgba(91,7,76,.72);
  box-shadow: 0 0 8px rgba(228,67,196,.48), inset 0 0 10px rgba(240,91,209,.18);
  font-size: 14px;
}
.js .timeline article.is-visible span {
  animation: neon-step-awaken 2.4s cubic-bezier(.2,.72,.2,1) both;
  animation-delay: calc(var(--motion-delay, 0ms) + 320ms);
}
.timeline h3 { margin: 8px 0 8px; font-size: 20px; font-weight: 700; }
.timeline p { margin: 0; font-size: 17px; }
.pill {
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid rgba(255,181,237,.38);
  border-radius: 999px;
  background: linear-gradient(110deg, #5d0750 0%, #a91185 22%, #5841a2 45%, #bd2e94 64%, #72105f 82%, #5d0750 100%);
  background-size: 240% 100%;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 0 9px rgba(213,52,181,.38), 0 0 25px rgba(157,13,120,.22), inset 0 1px 0 rgba(255,255,255,.22);
  animation: cta-aurora 9s ease-in-out infinite, cta-breathe 4.8s ease-in-out infinite;
}

@keyframes neon-step-awaken {
  0% { border-color: rgba(183,39,151,.46); box-shadow: 0 0 2px rgba(228,67,196,.12), inset 0 0 5px rgba(240,91,209,.06); }
  46% { border-color: rgba(255,153,232,1); box-shadow: 0 0 13px rgba(246,103,218,.78), 0 0 27px rgba(184,30,154,.36), inset 0 0 14px rgba(240,91,209,.24); }
  100% { border-color: rgba(241,103,215,.92); box-shadow: 0 0 8px rgba(228,67,196,.48), inset 0 0 10px rgba(240,91,209,.18); }
}

@keyframes cta-aurora {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes cta-breathe {
  0%, 100% { box-shadow: 0 0 8px rgba(213,52,181,.32), 0 0 22px rgba(157,13,120,.18), inset 0 1px 0 rgba(255,255,255,.20); }
  50% { box-shadow: 0 0 13px rgba(232,76,201,.52), 0 0 34px rgba(157,13,120,.30), inset 0 1px 0 rgba(255,255,255,.30); }
}

.duel { --bg: url("./assets/collage-bg.webp"); color: #fff; min-height: 1400px; }
.duel .dark-overlay { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.duel .panel-content { text-align: center; }
.duel > .panel-content > h2:first-child { margin-bottom: 8px; }
.duel-question { margin: 0 0 58px; font-size: 29px; }
.duel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; text-align: left; }
.duel-grid article { min-width: 0; }
.duel-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.duel-grid h3 { margin: 26px 0 30px; text-align: center; font-size: 20px; }
.duel-grid ul { margin: 0; padding-left: 28px; }
.duel-grid li { margin: 10px 0; font-size: 18px; }
.duel-conclusion { margin: 74px auto 68px; padding: 16px 24px; border-left: 2px solid var(--berry); font-size: 18px; font-style: italic; text-align: center; }
.ready { margin-bottom: 30px !important; }
.report-mockup-shell {
  position: relative;
  width: min(620px, 100%);
  margin: 0 auto 38px;
  padding: 2px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,126,227,.72), rgba(255,255,255,.16) 48%, rgba(224,181,101,.78));
  box-shadow: 0 0 9px rgba(218,62,187,.34), 0 0 30px rgba(157,13,120,.18), 0 24px 54px rgba(0,0,0,.34);
}
.report-mockup-shell img { width: 100%; border-radius: 20px; }
.report-mockup-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,206,240,.42);
  border-radius: inherit;
  pointer-events: none;
}
.js .report-mockup-shell.is-visible { animation: report-focus 3.2s cubic-bezier(.2,.72,.2,1) both; animation-delay: calc(var(--motion-delay, 0ms) + 300ms); }

@keyframes report-focus {
  0%, 100% { box-shadow: 0 0 9px rgba(218,62,187,.34), 0 0 30px rgba(157,13,120,.18), 0 24px 54px rgba(0,0,0,.34); }
  48% { box-shadow: 0 0 17px rgba(238,96,210,.58), 0 0 48px rgba(157,13,120,.28), 0 28px 60px rgba(0,0,0,.42); }
}

.testimonials { --bg: url("./assets/testimonials-bg.webp"); color: #fff; min-height: 820px; }
.testimonials .dark-overlay { background: rgba(0,0,0,.77); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.testimonial-grid article { text-align: center; }
.testimonial-grid img { width: 196px; height: 196px; object-fit: cover; margin: 0 auto 24px; border-radius: 50%; }
.testimonial-grid blockquote { position: relative; margin: 0 0 16px; padding: 4px 18px 10px; font-size: 16px; line-height: 1.62; font-style: italic; font-weight: 300; }
.testimonial-grid blockquote::before,
.testimonial-grid blockquote::after { position: absolute; color: #f06fcf; font-size: 25px; line-height: 1; font-style: normal; font-weight: 600; opacity: .88; text-shadow: 0 0 7px rgba(240,111,207,.72), 0 0 17px rgba(157,13,120,.46); animation: testimonial-quote-glow 4.8s ease-in-out infinite; }
.testimonial-grid blockquote::before { content: "“"; top: 0; left: 0; }
.testimonial-grid blockquote::after { content: "”"; right: 0; bottom: 0; animation-delay: .7s; }
@keyframes testimonial-quote-glow {
  0%, 100% { color: #dd68c2; opacity: .72; text-shadow: 0 0 6px rgba(221,104,194,.54), 0 0 13px rgba(157,13,120,.32); }
  50% { color: #f6a4dc; opacity: .98; text-shadow: 0 0 9px rgba(246,164,220,.82), 0 0 22px rgba(204,45,166,.55); }
}
.testimonial-grid strong { font-size: 17px; }
.testimonial-profile { display: flex; flex-direction: column; align-items: center; color: inherit; text-decoration: none; }
.testimonial-profile img { box-shadow: 0 0 10px rgba(239,89,207,.42), 0 0 27px rgba(157,13,120,.24); transition: transform .28s ease, box-shadow .28s ease; }
.testimonial-profile:hover img,
.testimonial-profile:focus-visible img { transform: translateY(-3px); box-shadow: 0 0 13px rgba(239,89,207,.62), 0 0 34px rgba(157,13,120,.34); }
.testimonial-profile:focus-visible { outline: 2px solid rgba(245,139,222,.92); outline-offset: 7px; border-radius: 8px; }
.testimonial-role { max-width: 290px; margin: 7px auto 0; color: rgba(255,255,255,.78); font-family: Arial, sans-serif; font-size: 13px; line-height: 1.42; }
.testimonial-source { display: inline-flex; align-items: center; gap: 5px; margin: 10px 0 18px; color: #f4a8df; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.testimonial-authentic blockquote { padding-top: 2px; font-size: 15px; line-height: 1.48; text-align: left; }
.testimonial-violet .testimonial-profile img { box-shadow: 0 0 10px rgba(158,141,255,.48), 0 0 28px rgba(78,76,208,.28); }
.testimonial-violet .testimonial-profile:hover img,
.testimonial-violet .testimonial-profile:focus-visible img { box-shadow: 0 0 14px rgba(190,179,255,.72), 0 0 38px rgba(78,76,208,.43); }
.testimonial-violet .testimonial-profile:focus-visible { outline-color: rgba(190,179,255,.94); }
.testimonial-violet .testimonial-source { color: #c5baff; }
.testimonial-violet blockquote::before,
.testimonial-violet blockquote::after { color: #b7a8ff; text-shadow: 0 0 7px rgba(183,168,255,.74), 0 0 18px rgba(78,76,208,.5); animation-name: testimonial-quote-glow-violet; }
@keyframes testimonial-quote-glow-violet {
  0%, 100% { color: #9e91ef; opacity: .72; text-shadow: 0 0 6px rgba(158,145,239,.56), 0 0 14px rgba(59,58,146,.36); }
  50% { color: #d6ceff; opacity: .98; text-shadow: 0 0 9px rgba(214,206,255,.84), 0 0 23px rgba(78,76,208,.58); }
}
.testimonial-gold .testimonial-profile img { box-shadow: 0 0 10px rgba(235,196,124,.46), 0 0 28px rgba(186,132,48,.25); }
.testimonial-gold .testimonial-profile:hover img,
.testimonial-gold .testimonial-profile:focus-visible img { box-shadow: 0 0 14px rgba(248,215,151,.68), 0 0 36px rgba(200,145,58,.38); }
.testimonial-gold .testimonial-profile:focus-visible { outline-color: rgba(248,215,151,.92); }
.testimonial-gold .testimonial-source { color: #f0cf8e; }
.testimonial-gold blockquote::before,
.testimonial-gold blockquote::after { color: #efcb82; text-shadow: 0 0 7px rgba(239,203,130,.72), 0 0 17px rgba(177,122,39,.44); animation-name: testimonial-quote-glow-gold; }
@keyframes testimonial-quote-glow-gold {
  0%, 100% { color: #dcb86f; opacity: .72; text-shadow: 0 0 6px rgba(220,184,111,.54), 0 0 13px rgba(166,111,34,.31); }
  50% { color: #ffe2a5; opacity: .98; text-shadow: 0 0 9px rgba(255,226,165,.82), 0 0 22px rgba(213,157,67,.52); }
}

.packages { --bg: url("./assets/packages-bg.webp"); min-height: 1100px; }
.packages .photo-wash { background: rgba(255,255,255,.76); }
.packages > .panel-content > h2 { margin-bottom: 66px; }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 1000px; margin: 0 auto; }
.package-card { min-height: 760px; display: flex; flex-direction: column; padding: 50px 28px 26px; border-radius: 16px; background: rgba(249,246,249,.94); box-shadow: 0 12px 50px rgba(38,20,34,.08); text-align: center; }
.package-card h3 { min-height: 76px; margin-bottom: 28px; font-size: 21px; line-height: 1.45; font-weight: 700; }
.package-card h3 em { color: var(--berry); font-style: normal; }
.package-card img { width: 220px; height: 220px; object-fit: cover; margin: 0 auto 30px; border-radius: 50%; }
.package-card ul { min-height: 172px; margin: 0 0 20px; padding-left: 24px; text-align: left; }
.package-card li { margin: 5px 0; font-size: 17px; }
.price { margin: auto 0 18px; font-size: 30px; font-weight: 700; }
.package-card .pill { align-self: center; margin-bottom: 24px; }
.format { margin: 0; padding-top: 22px; border-top: 2px solid rgba(157,13,120,.4); font-size: 16px; font-weight: 700; }

.booking { min-height: 770px; padding-top: 78px; text-align: center; }
.booking h2 { max-width: 900px; margin-inline: auto; }
.down-arrow {
  margin: -6px 0 30px;
  background: linear-gradient(90deg, #c829a1 0%, #f0c980 30%, #fff0c0 48%, #d534ad 72%, #8c52ca 100%);
  background-position: 0% 50%;
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 74px;
  font-weight: 200;
  line-height: 1;
  filter: drop-shadow(0 0 6px rgba(219,65,189,.48));
  animation: cta-aurora 3.2s ease-in-out infinite, arrow-luminous-pulse 2.9s ease-in-out infinite;
}
@keyframes arrow-luminous-pulse {
  0%, 100% { filter: brightness(.92) drop-shadow(0 0 5px rgba(219,65,189,.38)); }
  50% { filter: brightness(1.42) drop-shadow(0 0 12px rgba(242,95,212,.80)) drop-shadow(0 0 22px rgba(230,187,122,.34)); }
}
@keyframes certificate-swipe-nudge {
  0%, 100% { transform: translateX(0); filter: brightness(.9) drop-shadow(0 0 3px rgba(215,65,184,.30)); }
  50% { transform: translateX(9px); filter: brightness(1.35) drop-shadow(0 0 8px rgba(242,102,213,.70)); }
}
.calendly-card { max-width: 1020px; min-height: 158px; display: grid; grid-template-columns: 38% 1fr auto; align-items: stretch; margin: 0 auto 54px; overflow: hidden; border: 1px solid rgba(224,75,193,.48); border-radius: 13px; background: #202020; color: #f7f7f7; text-decoration: none; text-align: left; box-shadow: 0 0 8px rgba(209,55,178,.22), 0 16px 42px rgba(0,0,0,.25); animation: booking-edge-breathe 6.4s ease-in-out infinite; }
.calendly-card > img { width: 100%; height: 100%; object-fit: cover; }
.calendly-card > span { display: flex; flex-direction: column; justify-content: center; padding: 22px 18px; }
.calendly-card small { color: #aaa; }
.calendly-card strong { margin: 4px 0 7px; font-size: 16px; }
.calendly-card em { color: #aaa; font-family: Arial, sans-serif; font-size: 13px; font-style: normal; }
.calendly-card b { padding: 18px; color: var(--berry); }
.socials-bottom a { color: var(--berry); }

.site-footer { background: #050505; color: rgba(255,255,255,.70); }
.footer-inner { display: grid; grid-template-columns: minmax(250px, 350px) 1fr; align-items: center; gap: 42px; min-height: 146px; padding: 30px; }
.footer-brand { display: block; width: 100%; max-width: 350px; }
.footer-brand img { width: 100%; height: auto; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.footer-inner a { color: #fff; font-size: 14px; text-underline-offset: 4px; }
.footer-inner a:hover, .footer-inner a:focus-visible { color: #ef96db; }
.footer-consent-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.footer-consent-link:hover, .footer-consent-link:focus-visible { color: #ef96db; }
.footer-inner p { margin: 0; text-align: right; font-family: Arial, sans-serif; font-size: 12px; }

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: clamp(12px, 3vw, 36px);
  bottom: clamp(12px, 3vw, 30px);
  left: clamp(12px, 3vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(980px, calc(100% - 24px));
  margin-inline: auto;
  padding: 20px 22px;
  border: 1px solid rgba(231, 109, 210, .46);
  border-radius: 18px;
  background: rgba(8, 8, 11, .96);
  color: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .58), 0 0 28px rgba(169, 0, 127, .18);
  backdrop-filter: blur(18px);
}
.consent-copy strong {
  display: block;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
}
.consent-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.consent-copy a { color: #f3a5df; text-underline-offset: 3px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.consent-reject { background: transparent; color: #fff; }
.consent-accept {
  border-color: rgba(255, 151, 232, .72);
  background: linear-gradient(112deg, #8d1aaa, #c2138d 52%, #7946d2);
  color: #fff;
  box-shadow: 0 0 18px rgba(211, 44, 167, .28);
}
.consent-button:hover { transform: translateY(-1px); }
.consent-button:focus-visible, .footer-consent-link:focus-visible {
  outline: 2px solid #f3a5df;
  outline-offset: 4px;
}

.legal-page { min-height: 100vh; padding: 54px 0 76px; background: #0a0a0a; color: #f5f5f5; }
.legal-card { width: min(920px, calc(100% - 28px)); margin: 0 auto; padding: 54px 62px; border: 1px solid rgba(220,69,187,.32); border-radius: 16px; background: #111; box-shadow: 0 0 28px rgba(157,13,120,.10); }
.legal-card h1 { margin-bottom: 34px; font-size: clamp(31px, 4vw, 46px); }
.legal-card h2 { margin: 38px 0 14px; color: #e586cf; font-size: 22px; font-weight: 600; }
.legal-card p, .legal-card li { font-size: 16px; }
.legal-card a { color: #ef96db; }
.legal-back { display: inline-block; margin-bottom: 34px; font-family: Arial, sans-serif; font-size: 14px; }
.legal-note { padding: 16px 18px; border-left: 2px solid var(--berry); background: rgba(157,13,120,.08); }

@keyframes booking-edge-breathe {
  0%, 100% { border-color: rgba(224,75,193,.42); box-shadow: 0 0 7px rgba(209,55,178,.18), 0 16px 42px rgba(0,0,0,.25); }
  50% { border-color: rgba(244,112,218,.72); box-shadow: 0 0 13px rgba(226,73,196,.34), 0 18px 46px rgba(0,0,0,.30); }
}

/* Gamma-like entrances: the design remains visible without JavaScript. */
.js .motion {
  opacity: 0;
  filter: blur(2px);
  will-change: opacity, transform, filter;
  transition:
    opacity .8s cubic-bezier(.2,.72,.22,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    filter .72s ease;
  transition-delay: var(--motion-delay, 0ms);
}
.js .motion[data-motion="up"] { transform: translate3d(0, 54px, 0); }
.js .motion[data-motion="left"] { transform: translate3d(-68px, 0, 0); }
.js .motion[data-motion="right"] { transform: translate3d(68px, 0, 0); }
.js .motion[data-motion="scale"] { transform: translate3d(0, 18px, 0) scale(.94); }
.js .motion[data-motion="fade"] { transform: none; }
.js .motion.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

.pill,
.package-card,
.quote-grid blockquote,
.feature-grid article,
.self-grid article,
.testimonial-grid article,
.calendly-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.pill:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(157,13,120,.28); }
.package-card:hover,
.testimonial-grid article:hover { transform: translateY(-7px); box-shadow: 0 20px 48px rgba(0,0,0,.16); }
.feature-grid article:hover { transform: translateY(-7px); border-color: rgba(255,132,232,.98); box-shadow: 0 0 14px rgba(244,91,214,.68), 0 0 36px rgba(181,30,153,.36), inset 0 0 24px rgba(218,55,181,.15); }
.self-grid article:hover { transform: translateY(-6px); border-color: rgba(255,138,232,.96); box-shadow: 0 0 13px rgba(240,91,211,.56), 0 18px 38px rgba(0,0,0,.24), inset 0 0 22px rgba(218,55,181,.11); }
.self-grid article:nth-child(even):hover { border-color: rgba(248,218,158,.96); box-shadow: 0 0 13px rgba(239,198,126,.53), 0 18px 38px rgba(0,0,0,.24), inset 0 0 22px rgba(225,181,104,.10); }
.quote-grid blockquote:hover { transform: translateY(-5px); border-color: rgba(255,132,229,1); box-shadow: 0 0 14px rgba(239,89,207,.68), 0 18px 36px rgba(157,13,120,.18), inset 0 0 22px rgba(225,73,190,.09); }
.quote-grid blockquote:nth-child(even):hover { border-color: rgba(246,208,139,1); box-shadow: 0 0 14px rgba(239,195,121,.66), 0 18px 36px rgba(187,135,58,.17), inset 0 0 22px rgba(225,181,104,.10); }
.calendly-card:hover { transform: translateY(-4px); border-color: rgba(177,84,147,.75); box-shadow: 0 18px 45px rgba(0,0,0,.34); }

@media (max-width: 900px) {
  body { font-size: 16px; }
  .page-shell { width: min(100%, calc(100% - 12px)); }
  .section-pad { padding: 52px 28px; }
  .hero { height: calc(100svh - 74px); min-height: 620px; max-height: 900px; }
  .hero-copy { width: 100%; padding: 0 28px 58px; transform: translateY(-2%); }
  .hero h1 { font-size: clamp(42px, 8.5vw, 66px); }
  .intro { min-height: auto; }
  .about-lead { grid-template-columns: 1fr; }
  .about-lead > img { max-width: 520px; height: auto; margin-inline: auto; }
  .credentials-grid, .quote-grid, .duel-grid, .package-grid { grid-template-columns: 1fr; }
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid, .testimonial-grid, .self-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid article:last-child { grid-column: 1 / -1; max-width: 420px; justify-self: center; }
  .duel { min-height: auto; }
  .duel-grid { gap: 50px; }
  .duel-grid img { max-width: 480px; margin-inline: auto; }
  .brand-logo { width: clamp(220px, 40vw, 290px); flex-basis: 290px; }
  .dvbb-badge span { display: none; }
  .dvbb-badge img { width: 112px; }
}

@media (max-width: 900px) and (orientation: portrait) {
  .hero { height: calc(56.25vw + 240px); min-height: 0; max-height: none; }
  .hero-media { inset: auto 0 34px; display: block; height: auto; }
  .hero-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,.04) 68%, rgba(0,0,0,.48) 100%);
  }
  .hero-copy {
    display: grid;
    grid-template-rows: auto auto 1fr;
    justify-items: center;
    align-items: start;
    height: auto;
    padding: 46px 24px 0;
    transform: none;
  }
  .hero-kicker { grid-row: 1; }
  .hero h1 { grid-row: 2; }
  .hero-cta { top: calc(206px + 48.9375vw); }
}

@media (max-width: 620px) {
  .association-bar { height: 64px; }
  .association-inner { gap: 12px; }
  .brand-logo { width: clamp(184px, 61vw, 220px); flex: 0 1 220px; }
  .brand-logo img { height: 47px; }
  .header-meta { gap: 0; }
  .dvbb-badge { display: none; }
  .language-switch { gap: 5px; font-size: 12px; }
  .hero { height: calc(56.25vw + 190px); min-height: 0; max-height: none; }
  .hero-media { bottom: 22px; }
  .hero-copy { padding: 38px 20px 0; }
  .hero-kicker { margin-bottom: 15px; font-size: 12px; letter-spacing: .14em; }
  .hero h1 { font-size: clamp(31px, 9.3vw, 44px); line-height: 1; }
  html[lang="de"] .hero h1 { font-size: clamp(27px, 8.5vw, 40px); }
  .hero-title-detail { margin-top: 11px; font-size: .54em; line-height: 1.18; }
  .hero-cta { top: calc(168px + 48.9375vw); }
  .intro { padding-top: 56px; padding-bottom: 40px; }
  .partners-strip {
    padding: 42px 20px 48px;
  }
  .partners-strip h2 { margin-bottom: 26px; font-size: 25px; }
  .partner-grid { grid-template-columns: 1fr; gap: 18px; width: min(330px, 100%); }
  .partner-card { height: 132px; border-radius: 12px; }
  .partner-card-4xl img { width: 90%; }
  .about .panel-content { padding-top: 42px; }
  .intro h2, .about h2, .certificates h2, .problems h2, .self-listen h2, .unpack h2, .process h2, .duel > .panel-content > h2:first-child,
  .testimonials h2, .packages > .panel-content > h2, .booking h2 { font-size: 27px; margin-bottom: 30px; }
  .intro p, .section-subtitle, .unique-copy { font-size: 16px; }
  .about > .panel-content > h3 { font-size: 18px; }
  .role-grid { grid-template-columns: 1fr; gap: 28px; }
  .role-grid > div:last-child { grid-column: auto; width: auto; }
  .linkedin-feature { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 13px; margin-top: -10px; padding: 14px 15px; border-radius: 14px; }
  .linkedin-feature-icon { width: 48px; height: 48px; }
  .linkedin-feature-copy small { font-size: 9px; letter-spacing: .12em; }
  .linkedin-feature-copy strong { font-size: 20px; }
  .linkedin-feature-copy em { font-size: 12px; }
  .linkedin-feature-arrow { font-size: 23px; }
  .credentials-grid article { min-height: auto; padding: 30px 22px; }
  .credentials-grid li, .mission p { font-size: 16px; }
  .certificates { min-height: auto; }
  .certificates-heading { margin-bottom: 34px; }
  .certificates .eyebrow { font-size: 11px; }
  .certificate-mobile-guide {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin: -10px 0 18px;
    color: rgba(255,255,255,.70);
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .10em;
  }
  .certificate-swipe-arrow {
    justify-self: start;
    background: linear-gradient(90deg, #d534ad, #f0c980 52%, #c829a1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    line-height: 1;
    animation: certificate-swipe-nudge 1.8s ease-in-out infinite;
  }
  .certificate-counter { color: rgba(241,201,132,.92); letter-spacing: .04em; }
  .certificate-counter b { color: #f09bdc; font-size: 14px; }
  .certificate-grid {
    display: flex;
    gap: 16px;
    margin-inline: -28px;
    padding: 0 28px 14px;
    overflow-x: auto;
    scroll-padding-inline: 28px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(211,61,179,.54) transparent;
    scrollbar-width: thin;
  }
  .certificate-card { flex: 0 0 min(76vw, 340px); scroll-snap-align: start; }
  .certificate-copy { min-height: 158px; }
  .certificate-modal-header { padding: 12px 12px 12px 17px; }
  .certificate-modal-media { padding: 12px; }
  .certificate-modal-image { max-height: calc(100dvh - 98px); }
  .contact-inline h3, .booking h3 { font-size: 22px; }
  .quote-grid blockquote { min-height: 150px; padding: 26px; font-size: 17px; }
  .feature-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .testimonial-grid article:last-child { grid-column: auto; }
  .timeline { display: block; padding-left: 30px; }
  .timeline::before { left: 12px; transform: none; }
  .timeline article, .timeline article:nth-child(even) { min-height: auto; margin-bottom: 32px; text-align: left; }
  .timeline article::after, .timeline article:nth-child(even)::after { right: auto; left: -18px; width: 22px; background: linear-gradient(90deg, rgba(244,104,218,.92), rgba(221,68,188,.22)); }
  .duel-question { font-size: 21px; }
  .duel-grid li { font-size: 16px; }
  .package-card { min-height: auto; padding: 38px 20px 24px; }
  .package-card ul { min-height: auto; }
  .price { margin-top: 16px; }
  .calendly-card { grid-template-columns: 1fr; }
  .calendly-card > img { height: 125px; }
  .calendly-card b { position: absolute; right: 24px; }
  .self-grid { grid-template-columns: 1fr; }
  .self-grid article { padding-inline: 22px; }
  .self-grid img { max-width: 240px; }
  .footer-inner { grid-template-columns: 1fr; gap: 44px; padding: 38px 20px 32px; }
  .footer-brand { max-width: 292px; margin-inline: auto; }
  .footer-meta { width: 100%; align-items: center; gap: 20px; }
  .footer-inner nav { width: 100%; justify-content: center; gap: 12px 22px; text-align: center; }
  .footer-inner p { width: 100%; margin-inline: auto; text-align: center; }
  .consent-banner { grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-button { width: 100%; }
  .legal-card { padding: 38px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .testimonial-grid blockquote::before,
  .testimonial-grid blockquote::after { animation: none; }
  .js .motion,
  .js .motion[data-motion] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .js .hero-cta { transition: none; }
  .js .hero-title-detail::after { opacity: .88; filter: none; transform: none; animation: none; }
  .pill,
  .package-card,
  .quote-grid blockquote,
  .feature-grid article,
  .self-grid article,
  .testimonial-grid article,
  .calendly-card,
  .certificate-card,
  .linkedin-feature,
  .partner-card,
  .socials a { transition: none; }
  .pill,
  .calendly-card,
  .down-arrow,
  .certificate-swipe-arrow,
  .socials a,
  .linkedin-feature,
  .role-icon,
  .js .quote-grid blockquote.is-visible,
  .js .feature-grid article.is-visible,
  .js .self-grid article.is-visible,
  .js .report-mockup-shell.is-visible,
  .js .timeline article.is-visible span { animation: none !important; }
  .js .overlay-motion::after { opacity: 0; transform: none; animation: none !important; }
}
