:root {
  --ink: #18152b;
  --paper: #f7f5f1;
  --violet: #7357ff;
  --cyan: #2fd6d0;
  --orange: #ff9a56;
  --lime: #c7f25c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 2000; background: #fff; padding: .8rem 1rem; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.site-nav { min-height: 76px; background: rgba(247,245,241,.88); border-bottom: 1px solid rgba(24,21,43,.08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.05rem; font-weight: 600; letter-spacing: -.035em; }
.brand-logo { display: block; width: auto; height: 80px; object-fit: contain; }
.brand small { font-size: .62em; font-weight: 500; }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 2px; width: 34px; height: 34px; padding: 7px; border-radius: 10px; background: var(--ink); transform: rotate(-4deg); }
.brand-mark i { display: block; width: 5px; border-radius: 4px; }
.brand-mark i:nth-child(1) { height: 9px; background: var(--orange); }
.brand-mark i:nth-child(2) { height: 17px; background: var(--cyan); }
.brand-mark i:nth-child(3) { height: 13px; background: var(--lime); }
.navbar-nav .nav-link { color: var(--ink); font-size: .95rem; font-weight: 700; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--violet); }
.navbar-toggler { border: 0; box-shadow: none !important; }
.btn { font-weight: 700; border-width: 2px; }

.hero { position: relative; overflow: hidden; min-height: 700px; background: linear-gradient(125deg, #f8c7ee 0%, #d8ceff 43%, #bceeea 100%); }
.hero .min-vh-100 { min-height: 700px !important; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(24,21,43,.12) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to right, black, transparent 66%); }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.7rem, 7.3vw, 7.2rem); line-height: .91; letter-spacing: -.075em; font-weight: 800; }
.hero h1 span, .section-head h2 span { color: #5d38fa; }
.eyebrow { margin-bottom: 1rem; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 3px; margin: 0 .65rem .2rem 0; background: currentColor; }
.hero-copy { max-width: 660px; margin-top: 1.8rem; font-size: 1.2rem; line-height: 1.65; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-facts div { min-width: 145px; padding-right: 1.6rem; border-right: 1px solid rgba(24,21,43,.22); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font: 800 1.5rem/1 "Manrope", sans-serif; }
.hero-facts span { margin-top: .5rem; font-size: .78rem; opacity: .72; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 330px; height: 330px; right: -80px; top: 12%; background: rgba(255,154,86,.6); }
.orb-two { width: 190px; height: 190px; left: 46%; bottom: -80px; background: rgba(199,242,92,.8); }
.hero-stack { position: relative; height: 650px; perspective: 900px; }
.float-card { position: absolute; display: flex; align-items: center; width: 330px; height: 78px; padding: .8rem 1rem; border: 1px solid rgba(24,21,43,.16); border-radius: 18px; box-shadow: 0 18px 46px rgba(31,26,72,.14); font: 700 .95rem "Manrope", sans-serif; }
.float-card span { display: inline-grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; margin-right: .7rem; border-radius: 50%; background: rgba(255,255,255,.72); font-size: .68rem; }
.card-a { top: 25px; right: 0; background: #fff; transform: rotate(3deg); }
.card-b { top: 112px; left: 0; background: var(--cyan); transform: rotate(-5deg); }
.card-c { top: 199px; right: -15px; background: var(--orange); transform: rotate(4deg); }
.card-d { top: 286px; left: 30px; background: var(--lime); transform: rotate(-2deg); }
.card-e { top: 373px; right: -5px; background: #b6a8ff; transform: rotate(3deg); }
.card-f { top: 460px; left: 0; background: #b6fff0; transform: rotate(-4deg); }
.card-g { top: 547px; right: -12px; background: #ffd2a9; transform: rotate(3deg); }

.section-pad { padding: 8rem 0; }
.seminars-overview { background: var(--paper); }
.section-head h2, .concept-intro h2, .registration h2 { font-size: clamp(2.7rem, 5.5vw, 5.4rem); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.lead-copy { margin: 0; font-size: 1.08rem; line-height: 1.7; opacity: .72; }
.seminar-card { position: relative; display: flex; height: 480px; flex-direction: column; overflow: hidden; padding: 2.2rem; border-radius: 30px; transition: transform .25s ease, box-shadow .25s ease; cursor: pointer; }
.seminar-card:focus-visible { outline: 3px solid rgba(93,56,250,.8); outline-offset: 4px; }
.seminar-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -90px; border: 44px solid rgba(255,255,255,.28); border-radius: 50%; }
.seminar-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(38,30,83,.13); }
.seminar-card.violet { background: linear-gradient(145deg, #b6a8ff, #7b61ff); }
.seminar-card.cyan { background: linear-gradient(145deg, #b6fff0, #31d5d0); }
.seminar-card.orange { background: linear-gradient(145deg, #ffd2a9, #ff9453); }
.seminar-card.lime { background: linear-gradient(145deg, #ecffb4, #bde947); }
.seminar-number { font: 800 3.2rem/1 "Manrope", sans-serif; letter-spacing: -.07em; opacity: .28; }
.topic-pill { padding: .55rem .8rem; border: 1px solid rgba(24,21,43,.18); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.card-kicker { margin: auto 0 .5rem; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seminar-card h3 { max-width: 500px; margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.055em; font-weight: 800; }
.seminar-card > p:not(.card-kicker) { max-width: 560px; line-height: 1.65; }
.card-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(24,21,43,.18); }
.card-date { position: relative; z-index: 1; display: inline-block; align-self: flex-start; margin: 1rem 0 0; padding: .4rem .8rem; background: rgba(255,255,255,.6); border-radius: 999px; font-size: .74rem; font-weight: 700; line-height: 1.3; }
.card-date + .card-meta { margin-top: .9rem; }
.card-meta span { font-weight: 600; }
.card-meta strong { font: 800 1.35rem "Manrope", sans-serif; }
.card-link { position: relative; z-index: 1; display: inline-flex; justify-content: space-between; margin-top: 1.3rem; font-weight: 800; }

.dates-section { padding: 5rem 0 6rem; background: #fff; scroll-margin-top: 75px; }
.dates-section h2 { font-size: clamp(2.4rem, 4.4vw, 4.2rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.dates-section h2 span { color: var(--violet); }
.dates-table { overflow: hidden; border: 1px solid rgba(24,21,43,.12); border-radius: 24px; }
.dates-head, .dates-row { display: grid; grid-template-columns: 1.5fr 1.2fr 1.2fr .7fr .9fr; gap: 1rem; align-items: center; padding: .95rem 1.5rem; }
.dates-head { background: var(--ink); color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dates-row { border-top: 1px solid rgba(24,21,43,.1); font-size: .92rem; }
.dates-row:nth-child(even) { background: rgba(24,21,43,.03); }
.dates-row strong { font-weight: 800; }
.date-status { display: inline-block; padding: .3rem .7rem; border-radius: 999px; font-size: .74rem; font-style: normal; font-weight: 800; }
.is-open { background: rgba(148,203,0,.22); color: #4d6c00; }
.is-limited { background: rgba(255,148,83,.24); color: #a1470c; }
.is-full { background: rgba(24,21,43,.1); color: rgba(24,21,43,.6); }
.course-dates { margin: .35rem 0 0; padding: 0; list-style: none; }
.course-dates li { display: flex; justify-content: space-between; align-items: center; gap: .6rem; padding: .2rem 0; font-size: .88rem; }
.course-dates em { font-size: .7rem; font-style: normal; font-weight: 800; opacity: .8; }

.concept-band { padding: 2rem 0; color: #fff; background: var(--ink); }
.concept-intro { padding: 6rem 4.5rem 6rem 0; }
.concept-intro h2 span, .registration h2 span { color: var(--lime); }
.concept-intro > p:last-child { max-width: 520px; margin-top: 1.5rem; color: rgba(255,255,255,.68); line-height: 1.7; }
.eyebrow.light { color: rgba(255,255,255,.64); }
.concept-steps { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; align-self: center; background: #24203c; border-radius: 30px; }
.concept-steps > div { min-height: 330px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.12); }
.concept-steps > div:last-child { border: 0; }
.concept-steps span { color: var(--lime); font-weight: 800; }
.concept-steps h3 { margin: 8rem 0 1rem; font-size: 1.55rem; font-weight: 800; }
.concept-steps p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.6; }

.course-section { padding: 8rem 0 6rem; scroll-margin-top: 75px; }
.course-violet { background: #ebe7ff; --course-accent: #7357ff; }
.course-cyan { background: #dffff8; --course-accent: #00a9a3; }
.course-orange { background: #fff0df; --course-accent: #ef7430; }
.course-lime { background: #f1ffd1; --course-accent: #668d00; }
.course-section + .course-section { border-top: 1px solid rgba(24,21,43,.08); }
.course-head { margin-bottom: 4.5rem; }
.big-number { display: block; color: var(--course-accent); font: 800 clamp(5rem, 10vw, 10rem)/.8 "Manrope", sans-serif; letter-spacing: -.1em; opacity: .22; }
.course-head h2 { max-width: 760px; font-size: clamp(3rem, 5.5vw, 5.3rem); line-height: .96; letter-spacing: -.07em; font-weight: 800; }
.course-lead { max-width: 720px; margin-top: 1.5rem; font-size: 1.08rem; line-height: 1.75; }
.course-facts { padding: 1.7rem; background: rgba(255,255,255,.64); border: 1px solid rgba(24,21,43,.1); border-radius: 22px; }
.course-facts > div { padding: .8rem 0; border-bottom: 1px solid rgba(24,21,43,.1); }
.course-facts > div:last-child { border: 0; }
.course-facts span { display: block; margin-bottom: .25rem; color: var(--course-accent); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.course-facts strong { font: 800 1.28rem "Manrope", sans-serif; }
.course-facts p { margin: .3rem 0 0; line-height: 1.5; }
.agenda-card { height: 100%; padding: 2.2rem; background: rgba(255,255,255,.72); border: 1px solid rgba(24,21,43,.1); border-radius: 26px; box-shadow: 0 16px 50px rgba(39,32,80,.06); }
.day-label { display: inline-block; padding: .45rem .75rem; color: #fff; background: var(--course-accent); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.agenda-card h3 { margin: 1.2rem 0 1.6rem; font-size: 2rem; font-weight: 800; letter-spacing: -.045em; }
.agenda-card ul { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.agenda-card li { display: flex; gap: .8rem; line-height: 1.55; }
.tick { display: inline-grid; flex: 0 0 24px; place-items: center; width: 24px; height: 24px; margin-top: .05rem; color: #fff; background: var(--course-accent); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.course-cta { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.2rem 1.4rem 1.2rem 2rem; border: 1px solid rgba(24,21,43,.12); border-radius: 999px; }
.course-cta > span { font-weight: 700; }

.about-section { background: #fff; }
.about-section h2 { margin-bottom: 1.5rem; font-size: clamp(2.7rem, 5.5vw, 5.4rem); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.about-section h2 span { color: var(--violet); }
.about-lead { max-width: 680px; font-size: 1.12rem; line-height: 1.75; }
.trainer-photo { margin: 0; overflow: hidden; border-radius: 30px; box-shadow: 0 24px 60px rgba(38,30,83,.16); }
.trainer-photo img { display: block; width: 100%; height: 100%; max-height: 560px; object-fit: cover; object-position: center top; }
.trainer-profile { max-width: 680px; margin-top: 2rem; border-top: 1px solid rgba(24,21,43,.14); }
.trainer-profile div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(24,21,43,.14); }
.trainer-profile span { color: rgba(24,21,43,.6); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trainer-profile strong { text-align: right; font-weight: 700; }
.about-note { margin-top: 1.25rem; color: rgba(24,21,43,.58); font-size: .88rem; }

.registration { color: #fff; background: var(--paper); }
.registration-box { position: relative; overflow: hidden; padding: 5rem; background: linear-gradient(120deg, #5b3df2, #34216f); border-radius: 36px; }
.registration-box::after { content: ""; position: absolute; width: 340px; height: 340px; right: -150px; top: -170px; border: 55px solid rgba(199,242,92,.24); border-radius: 50%; }
.registration-box > .row { position: relative; z-index: 1; }
.registration-box h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.registration-box p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.68); line-height: 1.7; }
.register-facts { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.register-facts span { padding: .55rem .8rem; color: var(--ink); background: var(--lime); border-radius: 999px; font-weight: 800; font-size: .82rem; }
.placeholder-form { padding: 2rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; }
.placeholder-form label { margin-bottom: .45rem; font-size: .78rem; font-weight: 700; }
.placeholder-form .form-control, .placeholder-form .form-select { min-height: 52px; border: 0; background-color: rgba(255,255,255,.92); }
.placeholder-form small { color: rgba(255,255,255,.6); }
.placeholder-form .form-check-label { font-size: .85rem; }
.placeholder-form .form-check-label a { color: var(--lime); text-decoration: underline; }
.placeholder-form :disabled { opacity: .74; }
.legal-section { background: var(--paper); }
.legal-section details { height: 100%; padding: 1.4rem 1.6rem; background: #fff; border: 1px solid rgba(24,21,43,.1); border-radius: 18px; }
.legal-section summary { cursor: pointer; font: 800 1.05rem "Manrope", sans-serif; }
.legal-section p { margin: 1rem 0 0; color: rgba(24,21,43,.62); line-height: 1.6; }
.legal-content h4 { margin: 1.4rem 0 0; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-content p { font-size: .92rem; }
.legal-content ul { margin: .6rem 0 0; padding-left: 1.2rem; color: rgba(24,21,43,.62); font-size: .92rem; line-height: 1.6; }
.legal-content a { text-decoration: underline; }
#datenschutz .legal-content { max-height: 60vh; overflow-y: auto; padding-right: .6rem; }
.site-footer { padding: 2rem 0; color: #fff; background: var(--ink); }
.footer-brand { color: #fff; }
.site-footer a:hover { color: var(--lime); }
.site-footer .d-flex:last-child { font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse { margin: .75rem -1rem -1rem; padding: .5rem 1rem 1.2rem; background: rgba(247,245,241,.98); border-top: 1px solid rgba(24,21,43,.08); }
  .hero { min-height: 0; }
  .hero .min-vh-100 { min-height: 830px !important; }
  .hero h1 { font-size: clamp(3.5rem, 12vw, 6.5rem); }
  .concept-intro { padding: 5rem 0 3rem; }
  .concept-steps { margin-bottom: 4rem; }
  .course-head { margin-bottom: 3rem; }
  .big-number { margin-bottom: 1rem; }
  .registration-box { padding: 3rem; }
}

@media (max-width: 767.98px) {
  .site-nav { min-height: 68px; }
  .brand { font-size: .9rem; }
  .brand-logo { height: 34px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero .min-vh-100 { min-height: 770px !important; }
  .hero h1 { font-size: clamp(3.05rem, 14.5vw, 5rem); }
  .hero-copy { font-size: 1.05rem; }
  .hero-facts div { min-width: 125px; border: 0; }
  .section-pad, .course-section { padding: 5.5rem 0; }
  .section-head h2, .concept-intro h2, .registration h2 { font-size: 3.1rem; }
  .seminar-card { height: 450px; padding: 1.6rem; }
  .dates-head { display: none; }
  .dates-row { grid-template-columns: 1fr; gap: .3rem; padding: 1.1rem 1.2rem; }
  .dates-row span[data-label]:not(:first-child)::before { content: attr(data-label) ": "; color: rgba(24,21,43,.55); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .concept-steps { grid-template-columns: 1fr; }
  .concept-steps > div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .concept-steps h3 { margin: 2.5rem 0 .7rem; }
  .course-head h2 { font-size: 3.1rem; }
  .agenda-card { padding: 1.5rem; }
  .trainer-photo img { max-height: 420px; }
  .trainer-profile div { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .trainer-profile strong { text-align: left; }
  .course-cta { align-items: stretch; flex-direction: column; border-radius: 24px; text-align: center; }
  .registration-box { padding: 2rem 1.4rem; border-radius: 26px; }
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 4.5rem;
  background: linear-gradient(125deg, #f8c7ee 0%, #d8ceff 43%, #bceeea 100%);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(24,21,43,.12) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, black, transparent 66%);
}
.page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 800;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 2.5rem;
  align-items: end;
}
.page-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}
.page-badge {
  display: inline-flex;
  align-items: center;
  padding: .7rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(24,21,43,.12);
  background: rgba(255,255,255,.65);
  font-size: .8rem;
  font-weight: 800;
}
.page-card {
  padding: 1.5rem;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(24,21,43,.1);
  border-radius: 26px;
  box-shadow: 0 18px 54px rgba(38,30,83,.12);
}
.page-card .course-facts {
  background: transparent;
  border: 0;
  padding: 0;
}
.page-course {
  padding: 4rem 0 6rem;
}
.page-course .course-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-summary-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-summary-card {
  height: 100%;
  padding: 1.5rem 1.4rem;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(24,21,43,.1);
  border-radius: 24px;
}
.page-summary-card-highlight {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  max-width: 74%;
  margin: 1rem auto 1.2rem;
  padding: 1.9rem 1.8rem;
  background: linear-gradient(135deg, rgba(109, 82, 214, 0.18), rgba(255,255,255,.95) 42%, rgba(245, 240, 255, 0.98));
  border: 1px solid rgba(109, 82, 214, 0.42);
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(75, 57, 146, 0.16);
}
.page-summary-card-highlight::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #6d52d6 0%, #8c6df5 52%, #b89bff 100%);
}
.page-summary-card h3 {
  margin: 0 0 .7rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.04em;
}
.page-summary-card p,
.page-summary-card li {
  margin: 0;
  color: rgba(24,21,43,.72);
  line-height: 1.65;
}
.page-summary-card ul {
  margin: 0;
  padding-left: 1.2rem;
}
.page-summary-card-highlight h3 {
  color: #3d2d7c;
}
.page-summary-card-highlight ul {
  margin-top: .2rem;
}
.page-summary-card-highlight li::marker {
  color: #6d52d6;
}
.topic-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(246, 240, 255, 0.96));
  border: 1px solid rgba(109, 82, 214, 0.18);
  box-shadow: 0 12px 26px rgba(40, 23, 77, 0.08);
}
.topic-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #6d52d6 0%, #8c6df5 52%, #b89bff 100%);
}
.topic-card h3 {
  color: #2f2255;
}
.topic-card ul {
  margin-top: .25rem;
}
.page-card-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 1.2rem 1rem 1.6rem;
  border: 1px solid rgba(24,21,43,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.52);
}
.page-card-cta span {
  font-weight: 700;
}
.faq-list {
  display: grid;
  gap: .9rem;
  max-width: 900px;
}
.faq-list details {
  padding: 1.2rem 1.4rem;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(24,21,43,.1);
  border-radius: 18px;
}
.faq-list summary {
  cursor: pointer;
  font: 800 1.05rem "Manrope", sans-serif;
}
.faq-list summary::marker { content: ""; }
.faq-list summary span { color: var(--violet); font-size: 1.3rem; }
.faq-list p { margin: 1rem 0 0 1.5rem; color: rgba(24,21,43,.72); line-height: 1.65; }
@media (max-width: 991.98px) {
  .page-hero-inner {
    grid-template-columns: 1fr;
  }
  .page-summary-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .page-card-cta {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
