:root {
  --ink: #233f78;
  --sea: #304b87;
  --sea-deep: #243c73;
  --foam: #fbfbfd;
  --sand: #e8eaf2;
  --clay: #7b2d73;
  --rose: #bd7faf;
  --line: rgba(35, 63, 120, 0.16);
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--foam);
  color: var(--ink);
  font-family: "Century Gothic", "Avenir Next", Avenir, "Trebuchet MS", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.site-header {
  height: 92px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 55, 56, 0.12);
  background: rgba(255, 255, 255, 0.96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; gap: 12px; align-items: center; }
.brand-logo { width: 57px; height: 52px; object-fit: contain; border-radius: 50%; background: white; }
.brand strong { display: block; font-family: inherit; font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 2px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; opacity: .7; }

nav { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 26px); font-size: 13px; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--clay); }
.nav-cta { background: var(--ink); color: var(--white); padding: 13px 20px; border-radius: 100px; }
.nav-cta:hover { color: white; background: var(--clay); }
.mobile-menu-button, .mobile-menu { display: none; }

.hero {
  min-height: 735px;
  padding: clamp(68px, 8vw, 118px) clamp(24px, 7vw, 112px) 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-copy { position: relative; z-index: 2; max-width: 660px; }
.eyebrow { margin: 0 0 22px; color: var(--clay); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, blockquote { font-family: inherit; font-weight: 500; letter-spacing: -.055em; }
h1 { font-size: clamp(58px, 6.6vw, 102px); line-height: .94; margin: 0; max-width: 780px; }
.hero-intro { max-width: 590px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.72; margin: 34px 0 38px; color: #5d6882; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; border-radius: 100px; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; box-shadow: 0 12px 30px rgba(153, 79, 33, .18); }
.text-link { font-weight: 600; font-size: 14px; }
.text-link span { color: var(--clay); margin-left: 5px; }
.hero-trust { display: flex; gap: 22px; margin-top: 62px; color: #6a7288; font-size: 12px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust span::before { content: ""; width: 5px; height: 5px; background: var(--clay); border-radius: 50%; }

.hero-portrait { position: relative; min-height: 520px; display: grid; place-items: center; z-index: 2; }
.portrait-lockup { width: clamp(360px, 33vw, 470px); aspect-ratio: .92; position: relative; }
.sun-disc { width: 96%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #d8b2cf, var(--rose)); position: absolute; top: 4%; left: 50%; transform: translateX(-50%); opacity: .42; }
.portrait-frame { width: 100%; position: absolute; top: 9%; left: 50%; transform: translateX(-50%); }
.portrait-frame::after { content: ""; position: absolute; left: 10%; right: 1%; bottom: 0; height: 12%; background: linear-gradient(transparent, var(--foam)); }
.portrait-frame img { width: 100%; filter: saturate(.68) sepia(.12); }
.portrait-note { position: absolute; right: -9%; bottom: 6%; background: var(--white); padding: 18px 22px; box-shadow: 0 15px 45px rgba(35, 63, 120, .12); border-left: 3px solid var(--clay); font-family: inherit; z-index: 3; }
.portrait-note span, .portrait-note strong { display: block; font-size: 14px; line-height: 1.5; }
.sea-line { position: absolute; border: 1px solid rgba(48, 75, 135, .16); border-radius: 50%; width: 1000px; height: 300px; left: 38%; bottom: -265px; }
.sea-line-two { width: 1300px; bottom: -245px; left: 28%; }

.intro-band { background: var(--sea); color: white; min-height: 360px; padding: 75px 24px; text-align: center; display: grid; align-content: center; justify-items: center; }
.intro-band > p:first-child { color: #d9bad2; margin: 0 0 15px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.intro-band h2 { font-size: clamp(38px, 4.5vw, 65px); margin: 0 0 24px; }
.intro-band > p:last-child { max-width: 690px; color: rgba(255,255,255,.75); line-height: 1.75; font-size: 17px; margin: 0; }

.section { padding: clamp(80px, 9vw, 140px) clamp(24px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .about h2, .booking h2, .contact h2, .course h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.04; }
.section-heading > p { max-width: 560px; margin: 0; color: #677086; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 365px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.service-card:hover { background: var(--white); transform: translateY(-4px); }
.service-number { font-size: 11px; color: #8a9b99; letter-spacing: .12em; }
.service-image { width: 84px; height: 84px; margin: 28px 0 24px; border-radius: 18px; background: #f0edf3; display: grid; place-items: center; overflow: hidden; }
.service-image img { width: 72px; height: 72px; object-fit: contain; opacity: .82; mix-blend-mode: multiply; }
.service-card h3 { font-family: inherit; font-size: 24px; margin: 0 0 15px; font-weight: 600; letter-spacing: -.035em; }
.service-card p { color: #687188; line-height: 1.65; font-size: 14px; margin: 0 0 25px; }
.service-meta { margin-top: auto; font-size: 11px; letter-spacing: .05em; color: var(--sea); font-weight: 600; }
.service-more { margin-top: 12px; color: var(--clay); font-size: 12px; font-weight: 600; }
.notice { margin-top: 22px; background: #ecebf3; padding: 21px 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; font-size: 13px; }
.notice a { color: var(--clay); font-weight: 600; }

.international { margin-top: 34px; padding: clamp(34px, 4vw, 56px); background: var(--sea); color: white; display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: clamp(30px, 5vw, 70px); align-items: center; position: relative; overflow: hidden; }
.international::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -240px; top: -250px; }
.international-globe { width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; position: relative; display: grid; place-items: center; }
.international-globe::before, .international-globe::after { content: ""; position: absolute; inset: 10px 42px; border-left: 1px solid rgba(255,255,255,.35); border-right: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.international-globe::after { inset: 41px 9px; border: 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.international-globe span { position: absolute; width: 100%; height: 1px; background: rgba(255,255,255,.25); }
.international-globe strong { font-size: 13px; letter-spacing: .14em; color: #e5bfdc; }
.international .eyebrow { color: #e5bfdc; margin-bottom: 12px; }
.international-copy h3 { margin: 0 0 14px; max-width: 720px; font-size: clamp(25px, 2.7vw, 38px); line-height: 1.18; font-weight: 500; letter-spacing: -.04em; }
.international-copy > p:last-child { margin: 0; max-width: 730px; color: rgba(255,255,255,.7); line-height: 1.7; font-size: 14px; }
.region-list { display: grid; gap: 9px; position: relative; z-index: 2; }
.region-list span { min-width: 140px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; font-size: 11px; text-align: center; color: rgba(255,255,255,.82); }
.region-list .international-more { color: white; border-color: rgba(255,255,255,.5); font-weight: 600; }

.course { background: var(--sea-deep); color: white; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 710px; overflow: hidden; }
.course-visual { position: relative; min-height: 630px; display: grid; place-items: center; background: radial-gradient(circle at 45% 45%, rgba(189,127,175,.18), transparent 55%); }
.course-orbit { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(189,127,175,.3); border-radius: 50%; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 13px; height: 13px; background: var(--rose); border-radius: 50%; top: 8%; right: 20%; box-shadow: 0 0 0 8px rgba(189,127,175,.14); }
.orbit-two { width: 350px; height: 350px; border-style: dashed; transform: rotate(35deg); }
.orbit-two::before { width: 8px; height: 8px; background: var(--sand); top: auto; right: auto; bottom: 6%; left: 26%; }
.course-center { width: 250px; height: 250px; border-radius: 50%; background: linear-gradient(145deg, #d5a7ca, var(--rose)); color: white; display: grid; align-content: center; justify-items: center; text-align: center; position: relative; z-index: 2; box-shadow: 0 25px 70px rgba(18,31,68,.25); }
.course-center small { text-transform: uppercase; letter-spacing: .18em; font-size: 10px; color: white; opacity: .82; }
.course-center strong { font-family: inherit; font-size: 31px; line-height: 1; margin: 14px 0; letter-spacing: -.04em; }
.course-center span { font-size: 11px; }
.course-copy { padding: clamp(70px, 8vw, 120px) clamp(35px, 8vw, 120px) 80px 20px; align-self: center; }
.eyebrow.light { color: #d6bc91; }
.course h2 { max-width: 720px; }
.course-lead { max-width: 680px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; margin: 26px 0 30px; }
.course ul { list-style: none; padding: 0; margin: 0 0 38px; display: grid; gap: 14px; }
.course li { color: rgba(255,255,255,.85); display: flex; align-items: flex-start; gap: 12px; font-size: 14px; }
.course li::before { content: "✓"; color: #d6bc91; font-weight: 600; }
.course-actions { display: flex; align-items: center; gap: 22px; }
.button-sand { background: var(--sand); color: var(--ink); }
.course-actions span { max-width: 210px; font-size: 11px; color: rgba(255,255,255,.55); line-height: 1.45; }

/* Gemeinschaft und weiterführende Inhalte */
.community { padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px); background: #eff0f5; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.community-heading { position: sticky; top: 130px; }
.community-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }
.community-heading > p:last-child { color: #687188; line-height: 1.75; margin-top: 26px; }
.community-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.community-card { min-height: 440px; padding: clamp(34px, 4vw, 54px); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.community-card:hover { transform: translateY(-5px); box-shadow: 0 22px 60px rgba(35,63,120,.12); }
.community-whatsapp { background: white; }
.community-facebook { background: var(--sea); color: white; }
.community-number { display: block; min-height: 2.8em; color: var(--rose); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .13em; }
.community-facebook .community-number { color: #e5bfdc; }
.community-card h3 { margin: 95px 0 20px; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.045em; }
.community-card p { margin: 0; line-height: 1.75; color: #687188; }
.community-facebook p { color: rgba(255,255,255,.72); }
.community-card strong { margin-top: auto; padding-top: 28px; color: var(--clay); font-size: 13px; }
.community-facebook strong { color: white; }

.discover-more { padding-top: 0; }
.discover-grid { display: grid; grid-template-columns: repeat(2, 1fr); min-height: 450px; }
.discover-card { position: relative; overflow: hidden; min-height: 450px; display: flex; align-items: flex-end; }
.discover-card > div:last-child { width: 100%; padding: clamp(30px, 4vw, 52px); position: relative; z-index: 2; }
.discover-card span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.discover-card h3 { margin: 12px 0 55px; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.05em; }
.discover-card strong { color: var(--clay); font-size: 13px; }
.discover-practice { color: white; }
.discover-practice::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 10%, rgba(24,39,77,.82)); }
.discover-practice img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.discover-practice:hover img { transform: scale(1.025); }
.discover-practice strong { color: white; }
.discover-faq { background: linear-gradient(145deg, #e8dce7, #d7b7d0); color: var(--ink); }
.discover-question { position: absolute !important; width: auto !important; right: 7%; top: -17%; padding: 0 !important; font-size: 430px; line-height: 1; color: rgba(255,255,255,.32); font-weight: 500; }

.testimonial-preview { margin: 0 clamp(24px, 7vw, 112px) clamp(85px, 9vw, 135px); padding: clamp(45px, 6vw, 82px); background: #e8dce7; display: grid; grid-template-columns: auto 1fr auto; gap: clamp(30px, 5vw, 70px); align-items: center; overflow: hidden; }
.testimonial-preview-mark { color: rgba(123,45,115,.2); font-family: Georgia, serif; font-size: clamp(110px, 13vw, 190px); line-height: .55; align-self: start; }
.testimonial-preview blockquote { max-width: 850px; margin: 0 0 18px; font-size: clamp(28px, 3.3vw, 48px); line-height: 1.2; }
.testimonial-preview span { color: var(--clay); font-size: 12px; font-weight: 600; letter-spacing: .1em; }

/* Erfahrungen */
.testimonials-hero { background: #eff0f5; }
.testimonials-hero-quote { width: min(34vw, 390px); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #d7b5cf, var(--rose)); display: grid; place-items: center; justify-self: center; color: rgba(255,255,255,.75); font-family: Georgia, serif; font-size: clamp(190px, 23vw, 330px); line-height: .7; padding-top: .25em; }
.testimonials-intro { padding: clamp(80px, 9vw, 130px) clamp(24px, 12vw, 190px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); }
.testimonials-intro h2 { margin: 0; font-size: clamp(40px, 4.8vw, 66px); line-height: 1.05; }
.testimonials-intro > div:last-child p { margin: 0 0 20px; color: #687188; line-height: 1.8; font-size: 17px; }
.testimonials-list { padding: 0 clamp(24px, 7vw, 112px) clamp(70px, 8vw, 110px); columns: 2; column-gap: 22px; }
.testimonial-card { break-inside: avoid; margin: 0 0 22px; padding: clamp(32px, 4vw, 54px); background: white; border-top: 3px solid var(--rose); box-shadow: 0 16px 50px rgba(35,63,120,.07); }
.testimonial-card:nth-child(4n + 2), .testimonial-card:nth-child(4n + 3) { background: #f0edf3; }
.testimonial-number { color: var(--rose); font-size: 10px; letter-spacing: .15em; }
.testimonial-card blockquote { margin: 30px 0 30px; font-size: clamp(21px, 2vw, 29px); line-height: 1.48; letter-spacing: -.035em; }
.testimonial-card strong { color: var(--clay); font-size: 12px; letter-spacing: .09em; }
.testimonials-note { margin: 0 clamp(24px, 7vw, 112px) clamp(80px, 9vw, 125px); padding: 24px 28px; border-left: 3px solid var(--clay); background: #eff0f5; }
.testimonials-note p { margin: 0; color: #687188; font-size: 12px; line-height: 1.7; }

/* Praxis und FAQ */
.content-hero { padding: clamp(65px, 8vw, 115px) clamp(24px, 7vw, 112px); min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 120px); align-items: center; overflow: hidden; }
.content-hero h1 { max-width: 850px; font-size: clamp(52px, 6.4vw, 92px); }
.content-hero > div > p:last-child { max-width: 700px; margin: 30px 0 0; color: #626d85; font-size: 18px; line-height: 1.75; }
.practice-hero > img { width: 100%; height: 440px; object-fit: cover; box-shadow: 0 28px 70px rgba(35,63,120,.14); }
.practice-welcome { padding: clamp(80px, 9vw, 130px) clamp(24px, 12vw, 190px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); }
.practice-welcome h2, .practice-gallery-section h2, .practice-location h2, .faq-actions h2 { margin: 0; font-size: clamp(40px, 4.8vw, 66px); line-height: 1.05; }
.practice-welcome > div:last-child p { margin: 0 0 22px; color: #687188; line-height: 1.8; font-size: 17px; }
.practice-gallery-section { padding: 0 clamp(24px, 7vw, 112px) clamp(85px, 9vw, 135px); }
.practice-gallery-section > h2 { margin-bottom: 48px; }
.practice-gallery { columns: 3; column-gap: 14px; }
.practice-gallery figure { break-inside: avoid; margin: 0 0 14px; overflow: hidden; background: #ececf2; }
.practice-gallery img { width: 100%; transition: transform .35s; }
.practice-gallery figure:hover img { transform: scale(1.02); }
.practice-location { background: linear-gradient(135deg, var(--sea-deep), var(--sea)); color: white; padding: clamp(70px, 8vw, 110px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.practice-location > div:first-child > p:last-child { color: rgba(255,255,255,.74); line-height: 1.8; }
.practice-location-actions { display: grid; gap: 20px; justify-items: center; }
.practice-location .text-link { color: rgba(255,255,255,.82); }

.faq-hero { background: #eff0f5; }
.faq-hero-mark { width: min(34vw, 390px); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #d7b5cf, var(--rose)); display: grid; place-items: center; justify-self: center; color: rgba(255,255,255,.72); font-size: clamp(150px, 20vw, 290px); line-height: 1; font-weight: 500; }
.faq-page { padding: clamp(80px, 9vw, 130px) clamp(24px, 9vw, 150px); }
.faq-group { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(45px, 8vw, 120px); padding-bottom: 100px; }
.faq-group h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 27px 4px; display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; font-weight: 600; font-size: 17px; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-size: 26px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; max-width: 760px; padding: 0 50px 30px 4px; color: #687188; line-height: 1.8; }
.faq-actions { background: linear-gradient(135deg, #6f2b6c, #8f447f); color: white; padding: clamp(50px, 6vw, 80px); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.faq-actions > div:last-child { display: grid; gap: 18px; justify-items: center; }
.faq-actions .text-link { color: rgba(255,255,255,.82); }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.about-quote { min-height: 560px; background: #e6d8e4; padding: clamp(45px, 5vw, 75px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.about-quote::after { content: "∿"; position: absolute; font-family: Georgia, serif; font-size: 340px; color: rgba(255,255,255,.22); bottom: -135px; right: -20px; transform: rotate(-10deg); }
.quote-mark { color: var(--clay); font-family: Georgia, serif; font-size: 80px; line-height: .7; }
blockquote { font-size: clamp(30px, 3.5vw, 50px); line-height: 1.18; margin: 25px 0; position: relative; z-index: 2; }
.about-copy h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .17em; color: var(--clay); margin: 13px 0 30px; }
.about-copy > p { color: #687188; line-height: 1.75; }
.about-facts { display: flex; gap: 45px; border-top: 1px solid var(--line); margin-top: 38px; padding-top: 25px; }
.about-facts span { font-size: 13px; color: #687188; }
.about-facts strong { display: block; color: var(--ink); margin-bottom: 5px; }

.booking { background: #eff0f5; padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 100px); align-items: start; }
.booking-copy { position: sticky; top: 130px; }
.booking-copy > p:not(.eyebrow) { color: #687188; line-height: 1.7; margin: 25px 0 30px; }
.booking-note { border-left: 2px solid var(--clay); padding: 3px 0 3px 20px; margin: 35px 0; }
.booking-note strong { font-size: 13px; }
.booking-note p { margin: 8px 0 0; font-size: 12px; line-height: 1.6; color: #687188; }
.text-link.dark { color: var(--sea); }
.booking-overview { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; background: white; box-shadow: 0 20px 70px rgba(35,63,120,.1); }
.booking-overview article { padding: clamp(35px, 4vw, 60px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.booking-overview article:last-child { border: 0; }
.booking-overview span { color: var(--rose); font-size: 11px; letter-spacing: .14em; }
.booking-overview h3 { margin: 50px 0 16px; font-size: clamp(25px, 2.5vw, 36px); }
.booking-overview p { margin: 0; color: #687188; line-height: 1.7; }

.contact { padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px); background: linear-gradient(135deg, #6f2b6c, #8f447f); color: white; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.contact .eyebrow { color: #f3dfc2; }
.contact-copy > p:not(.eyebrow):not(.address) { max-width: 560px; margin: 25px 0; color: rgba(255,255,255,.78); line-height: 1.75; }
.mail-link { display: inline-block; font-size: clamp(18px, 2vw, 27px); font-weight: 500; letter-spacing: -.03em; border-bottom: 1px solid rgba(255,255,255,.6); margin: 10px 0 30px; overflow-wrap: anywhere; }
.address { font-size: 12px; letter-spacing: .08em; opacity: .75; }
.contact-form { background: white; color: var(--ink); padding: clamp(28px, 4vw, 48px); border-radius: 4px; box-shadow: 0 25px 70px rgba(30,20,45,.2); display: grid; gap: 22px; }
.contact-form label { display: grid; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(35,63,120,.2); border-radius: 3px; background: #fafafd; color: var(--ink); font: inherit; font-size: 15px; padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:not([type="checkbox"]):focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(123,45,115,.1); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.privacy-check { grid-template-columns: 18px 1fr !important; align-items: start; gap: 11px !important; color: #687188; font-weight: 400 !important; line-height: 1.55; }
.privacy-check input { margin: 2px 0 0; width: 16px; height: 16px; accent-color: var(--clay); }
.privacy-check a { color: var(--clay); text-decoration: underline; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { border: 0; background: var(--clay); color: white; cursor: pointer; justify-self: start; font-family: inherit; }
.form-note { margin: -8px 0 0; color: #7a8192; font-size: 10px; line-height: 1.5; }

footer { background: #1d3367; color: white; padding: 58px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: minmax(260px, .85fr) minmax(180px, .55fr) minmax(500px, 1.6fr); column-gap: clamp(32px, 4vw, 72px); row-gap: 25px; align-items: start; }
footer > * { min-width: 0; }
.footer-brand strong { color: white; }
footer > p { margin: 4px 0 0; font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.55); }
.footer-links { display: flex; gap: 14px 22px; justify-content: flex-end; flex-wrap: wrap; font-size: 12px; }
footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }

/* Angebotsseiten */
.breadcrumb { display: inline-block; margin-bottom: 44px; color: var(--clay); font-size: 12px; font-weight: 600; }
.detail-hero { min-height: 650px; padding: clamp(65px, 8vw, 115px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 145px); align-items: center; overflow: hidden; }
.detail-hero-copy h1 { max-width: 850px; font-size: clamp(52px, 6vw, 88px); }
.detail-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 30px 0 36px; color: #626d85; font-size: 18px; line-height: 1.75; }
.hero-booking-cta { display: grid; justify-items: start; row-gap: 38px; }
.hero-offer-price { display: grid; gap: 9px; }
.hero-offer-price strong { color: var(--ink); font-size: clamp(22px, 2.3vw, 34px); letter-spacing: -.04em; line-height: 1.2; }
.hero-offer-price span { color: #687188; font-size: 12px; line-height: 1.5; }
.detail-visual { min-height: 410px; display: grid; place-items: center; position: relative; }
.detail-visual-disc { position: absolute; width: min(34vw, 410px); height: min(34vw, 410px); border-radius: 50%; background: linear-gradient(145deg, #eadce7, #d2a4c7); opacity: .7; }
.detail-visual img { width: min(68%, 295px); position: relative; z-index: 2; mix-blend-mode: multiply; }
.detail-facts { background: var(--sea); color: white; padding: 28px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: repeat(3, 1fr); }
.detail-facts span { padding: 5px 30px; border-right: 1px solid rgba(255,255,255,.2); text-align: center; font-size: 12px; line-height: 1.5; }
.detail-facts span:first-child { padding-left: 0; }
.detail-facts span:last-child { border: 0; padding-right: 0; }
.detail-content { padding: clamp(80px, 9vw, 135px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 140px); }
.detail-intro h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.08; }
.detail-sections { display: grid; }
.detail-sections article { padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .65fr 1.35fr; gap: 35px; }
.detail-sections article:last-child { margin: 0; }
.detail-sections h3 { margin: 0; font-size: 20px; line-height: 1.35; }
.detail-sections p { margin: 0; color: #687188; line-height: 1.75; }
.detail-cta { padding: clamp(65px, 7vw, 95px) clamp(24px, 7vw, 112px); background: linear-gradient(135deg, var(--sea-deep), var(--sea)); color: white; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.detail-cta h2 { margin: 0; font-size: clamp(38px, 4.4vw, 60px); }
.detail-cta p:not(.eyebrow) { max-width: 750px; color: rgba(255,255,255,.7); line-height: 1.7; }
.detail-cta-actions { display: grid; gap: 18px; justify-items: center; }
.offer-price { display: grid; justify-items: center; gap: 5px; max-width: 390px; text-align: center; }
.offer-price strong { font-size: clamp(20px, 2vw, 29px); line-height: 1.25; }
.offer-price span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.5; }
.detail-cta-actions .text-link { font-size: 12px; color: rgba(255,255,255,.75); }

/* Angstkurs */
.course-detail-hero { min-height: 700px; padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 112px); background: linear-gradient(135deg, #233b72, #72296b); color: white; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; overflow: hidden; }
.course-detail-copy { position: relative; z-index: 2; }
.light-link { color: rgba(255,255,255,.72); }
.course-detail-copy h1 { font-size: clamp(62px, 7vw, 105px); }
.course-detail-copy > p:not(.eyebrow) { max-width: 720px; margin: 30px 0; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.72; }
.test-badge { display: inline-flex; align-items: baseline; gap: 10px; padding: 13px 18px; margin-bottom: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; }
.test-badge strong { font-size: 20px; color: #f0cfe8; }
.test-badge span { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.course-detail-actions { display: flex; align-items: center; gap: 24px; }
.course-detail-art { min-height: 480px; position: relative; display: grid; place-items: center; }
.course-ring { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.ring-large { width: 470px; height: 470px; }
.ring-small { width: 330px; height: 330px; border-style: dashed; transform: rotate(22deg); }
.course-art-center { width: 235px; height: 235px; border-radius: 50%; background: linear-gradient(145deg, #d7a8ca, #bd7faf); display: grid; align-content: center; justify-items: center; text-align: center; box-shadow: 0 30px 70px rgba(15,20,50,.25); }
.course-art-center small { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.course-art-center strong { display: block; margin-top: 12px; font-size: 27px; }
.course-video-section { padding: clamp(80px, 9vw, 135px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 7vw, 105px); align-items: center; }
.course-video-copy h2 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.08; }
.course-video-copy > p:not(.eyebrow) { color: #687188; line-height: 1.75; margin-top: 28px; }
.video-frame { aspect-ratio: 16 / 9; background: #18294f; box-shadow: 0 25px 70px rgba(35,63,120,.18); overflow: hidden; }
.video-frame video { width: 100%; height: 100%; border: 0; display: block; }
.video-frame video { background: #18294f; object-fit: contain; }
.course-benefit-section { background: #eff0f5; padding: clamp(80px, 9vw, 130px) clamp(24px, 7vw, 112px); }
.course-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.course-benefit-grid article { min-height: 320px; padding: 30px; background: rgba(255,255,255,.45); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.course-benefit-grid article > span { color: var(--rose); font-size: 11px; letter-spacing: .14em; }
.course-benefit-grid h3 { margin: 55px 0 18px; font-size: 23px; }
.course-benefit-grid p { color: #687188; line-height: 1.7; font-size: 14px; }
.test-week-section { background: linear-gradient(135deg, #6f2b6c, #914681); color: white; padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(30px, 5vw, 75px); align-items: center; }
.test-week-number { font-size: clamp(110px, 13vw, 190px); line-height: .75; color: rgba(255,255,255,.15); font-weight: 600; }
.test-week-section h2 { margin: 0; max-width: 750px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; }
.test-week-section p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); line-height: 1.7; }
.course-support { padding: clamp(75px, 8vw, 115px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.course-support h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); }
.course-support p:not(.eyebrow) { max-width: 760px; color: #687188; line-height: 1.7; }
.course-support-actions { display: grid; gap: 18px; justify-items: center; }
.course-disclaimer { margin: 0 clamp(24px, 7vw, 112px) 90px; padding: 24px 28px; border-left: 3px solid var(--clay); background: #eff0f5; }
.course-disclaimer strong { font-size: 13px; }
.course-disclaimer p { margin: 8px 0 0; color: #687188; font-size: 12px; line-height: 1.65; }

/* Gemeinsame Terminauswahl */
.booking-page-hero { padding: clamp(70px, 9vw, 125px) clamp(24px, 12vw, 190px) clamp(60px, 7vw, 95px); text-align: center; }
.booking-page-hero .breadcrumb { display: table; margin-left: auto; margin-right: auto; }
.booking-page-hero h1 { max-width: 1050px; margin: 0 auto; font-size: clamp(54px, 7vw, 98px); }
.booking-page-hero > p:last-child { max-width: 720px; margin: 30px auto 0; color: #687188; font-size: 18px; line-height: 1.75; }
.booking-choice-grid { padding: 0 clamp(24px, 7vw, 112px) clamp(75px, 9vw, 130px); display: grid; grid-template-columns: repeat(2, 1fr); }
.booking-choice { min-height: 560px; padding: clamp(36px, 5vw, 70px); border: 1px solid var(--line); display: flex; flex-direction: column; }
.booking-choice-followup { background: #eff0f5; }
.booking-choice-number { color: var(--rose); font-size: 11px; letter-spacing: .14em; }
.booking-choice .eyebrow { margin-top: 48px; margin-bottom: 13px; }
.booking-choice h2 { margin: 0 0 25px; font-size: clamp(38px, 4vw, 58px); }
.booking-choice > p:not(.eyebrow) { max-width: 620px; color: #687188; line-height: 1.75; }
.booking-choice ul { list-style: none; padding: 0; margin: 24px 0 38px; display: grid; gap: 12px; color: #566078; font-size: 13px; }
.booking-choice li::before { content: "✓"; color: var(--clay); margin-right: 10px; }
.booking-choice-price { margin-top: auto; display: flex; align-items: baseline; gap: 12px; color: var(--ink); }
.booking-choice-price strong { font-size: 30px; letter-spacing: -.04em; }
.booking-choice-price span { color: #687188; font-size: 12px; }
.booking-choice .button { margin-top: 22px; align-self: flex-start; }
.booking-separate-note { margin: 0 clamp(24px, 7vw, 112px) 90px; padding: 24px 28px; border-left: 3px solid var(--clay); background: #eff0f5; }
.booking-separate-note strong { font-size: 13px; }
.booking-separate-note p { margin: 8px 0 0; color: #687188; font-size: 12px; line-height: 1.65; }

/* Rechtliche Seiten */
.legal-hero { padding: clamp(70px, 9vw, 125px) clamp(24px, 12vw, 190px) clamp(55px, 7vw, 90px); background: #eff0f5; }
.legal-hero h1 { max-width: 980px; font-size: clamp(54px, 7vw, 96px); }
.legal-hero > p:last-child { max-width: 760px; margin: 28px 0 0; color: #687188; font-size: 18px; line-height: 1.75; }
.legal-content { max-width: 1000px; margin: 0 auto; padding: clamp(70px, 8vw, 115px) 24px; }
.legal-content section { padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 0 0 18px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.25; letter-spacing: -.035em; }
.legal-content p, .legal-content li { color: #5f6980; line-height: 1.8; }
.legal-content a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1000px) {
  .site-header { backdrop-filter: none; }
  .site-header > nav a:not(.nav-cta) { display: none; }
  .mobile-menu-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 100px;
    color: var(--ink);
    background: var(--white);
    font-size: 13px;
    font-weight: 600;
  }
  .mobile-menu-button span:first-child { color: var(--clay); font-size: 18px; line-height: 1; }
  .mobile-menu:target {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    align-content: start;
    gap: 30px;
    overflow-y: auto;
    padding: 24px clamp(24px, 8vw, 70px) 48px;
    color: var(--ink);
    background: rgba(251, 251, 253, .985);
  }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; min-height: 52px; }
  .mobile-menu-top strong { font-size: 17px; font-weight: 600; }
  .mobile-menu-close {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
  }
  .mobile-menu nav { display: grid; align-items: stretch; gap: 0; font-size: clamp(22px, 6vw, 34px); font-weight: 500; }
  .mobile-menu nav a { display: flex; align-items: center; min-height: 62px; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a::after { content: "→"; margin-left: auto; color: var(--rose); font-size: .8em; }
  .mobile-menu nav .mobile-menu-cta {
    justify-content: center;
    min-height: 56px;
    margin-top: 28px;
    padding: 0 24px;
    border: 0;
    border-radius: 100px;
    color: var(--white);
    background: var(--clay);
    font-size: 15px;
    font-weight: 600;
  }
  .mobile-menu nav .mobile-menu-cta::after { content: none; }
  .hero { grid-template-columns: 1fr 380px; gap: 20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .international { grid-template-columns: 130px 1fr; }
  .region-list { grid-column: 2; grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  .course { grid-template-columns: 1fr; }
  .course-visual { min-height: 530px; }
  .course-copy { padding: 70px 10vw 90px; }
  .booking { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
  .booking-overview { min-height: 350px; }
  .detail-hero, .course-detail-hero { grid-template-columns: 1fr 360px; }
  .detail-content { grid-template-columns: 1fr; }
  .course-video-section { grid-template-columns: 1fr; }
  .course-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .test-week-section { grid-template-columns: auto 1fr; }
  .test-week-section .button { grid-column: 2; justify-self: start; }
  .community { grid-template-columns: 1fr; }
  .community-heading { position: static; }
  .content-hero { grid-template-columns: 1fr .8fr; }
  .practice-welcome, .faq-group { grid-template-columns: 1fr; }
  .testimonials-intro { grid-template-columns: 1fr; }
}

@media (min-width: 761px) and (max-width: 1250px) {
  footer { grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); }
  footer > p { grid-column: 1; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 18px; }
  .site-header > nav { display: none; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .nav-cta { padding: 11px 15px; font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  h1 { font-size: clamp(52px, 16vw, 78px); }
  .hero-portrait { min-height: 450px; }
  .portrait-lockup { width: min(92vw, 400px); }
  .portrait-note { right: 0; bottom: 5%; }
  .hero-trust { flex-wrap: wrap; margin-top: 45px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .notice { grid-template-columns: 1fr; gap: 8px; }
  .international { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .international-globe { width: 112px; height: 112px; }
  .region-list { grid-column: auto; width: 100%; grid-template-columns: repeat(2, 1fr); }
  .course-visual { min-height: 470px; transform: scale(.8); margin: -40px; }
  .course-copy { padding: 70px 24px 80px; }
  .course-actions { align-items: flex-start; flex-direction: column; }
  .about { grid-template-columns: 1fr; }
  .about-quote { min-height: 420px; }
  .booking-overview, .booking-choice-grid { grid-template-columns: 1fr; }
  .booking-overview article { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-overview h3 { margin-top: 28px; }
  .booking-choice { min-height: 520px; }
  .contact { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p, .footer-links { grid-column: auto; grid-row: auto; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .detail-hero, .course-detail-hero { grid-template-columns: 1fr; }
  .detail-visual { min-height: 320px; }
  .detail-visual-disc { width: 310px; height: 310px; }
  .detail-facts { grid-template-columns: 1fr; gap: 0; }
  .detail-facts span { padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .detail-sections article { grid-template-columns: 1fr; gap: 14px; }
  .detail-cta, .course-support { grid-template-columns: 1fr; }
  .detail-cta-actions, .course-support-actions { justify-items: start; }
  .offer-price { justify-items: start; text-align: left; }
  .course-detail-art { min-height: 360px; transform: scale(.75); margin: -40px; }
  .course-detail-actions { flex-direction: column; align-items: flex-start; }
  .course-benefit-grid { grid-template-columns: 1fr; }
  .test-week-section { grid-template-columns: 1fr; }
  .test-week-number { display: none; }
  .test-week-section .button { grid-column: auto; }
  .community-grid, .discover-grid { grid-template-columns: 1fr; }
  .community-card { min-height: 360px; }
  .content-hero { grid-template-columns: 1fr; min-height: auto; }
  .practice-hero > img { height: 330px; }
  .practice-gallery { columns: 2; }
  .practice-location, .faq-actions { grid-template-columns: 1fr; }
  .practice-location-actions, .faq-actions > div:last-child { justify-items: start; }
  .faq-hero-mark { width: 240px; font-size: 175px; }
  .testimonial-preview { grid-template-columns: 1fr; }
  .testimonial-preview-mark { display: none; }
  .testimonial-preview .button { justify-self: start; }
  .testimonials-hero-quote { width: 240px; font-size: 210px; }
  .testimonials-list { columns: 1; }
}

@media (max-width: 500px) {
  .practice-gallery { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
