:root{
  --bg1:#0f1114;
  --bg2:#1a1411;
  --text:#f5f3ef;
  --muted:#d6d0c8;
  --card:rgba(20,24,29,.70);
  --stroke:rgba(255,255,255,.12);
  --accent:#d2a86a;
  --accent2:#a46a43;
  --shadow:0 18px 60px rgba(0,0,0,.45);
}

/* =========================
   RESET & BASIS
   ========================= */
*{box-sizing:border-box}
html,body{margin:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 20% 10%, rgba(210,168,106,.18), transparent 60%),
    radial-gradient(900px 500px at 80% 20%, rgba(164,106,67,.14), transparent 55%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
}

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

.container{
  width:min(1200px, 92%);
  margin-inline:auto;
}

/* =========================
   TOP NAVIGATION
   ========================= */
.topnav{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:10;
  padding:18px 0;
}

.topnav__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.topnav__logo img{
  width:46px;
  height:auto;
  opacity:.9;
}

.topnav__links{
  display:flex;
  gap:28px;
}

.topnav__links a{
  font-weight:600;
  letter-spacing:.05em;
  opacity:.9;
}

.topnav__links a:hover{
  color:var(--accent);
  opacity:1;
}

/* =========================
   HERO
   ========================= */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.hero picture{
  position:absolute;
  inset:0;
}

.hero__img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 25%;
  display:block;
}

.hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.45),
    rgba(0,0,0,.78)
  );
}

.hero__content{
  position:relative;
  z-index:2;
  width:100%;
  padding:60px 0 80px;
}

.hero__brand {
  text-align: center;
  margin: 0 14px 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(245,243,239,.78);
  text-shadow: 0 8px 24px rgba(0,0,0,.45);
}

.hero__h1 {
  text-align: center;
  margin: 0 auto 18px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 12px 35px rgba(0,0,0,.6);
}

.hero__sub {
  text-align: center;
  max-width: 34ch;
  margin: 0 auto;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: rgba(245,243,239,.92);
  text-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* =========================
   CHOICE CARDS
   ========================= */
.choice-grid{
  margin:80px auto 0;
  display:grid;
  gap:28px;
}

@media(min-width:900px){
  .choice-grid{
    grid-template-columns:1fr 1fr;
  }
}

.choice{
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.choice:hover{
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(210,168,106,.45);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}

.choice__head{
  padding: 28px 24px 18px;
  text-align: center;
}
}

.choice__title{
  margin: 0 0 10px;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.18;
  font-weight: 800;
}

.choice__tag{
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  max-width: 34ch;
  margin: 0 auto;
}

.choice__media{
  height: 260px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.choice__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.choice__media img.choice__img--speaker{
  object-position:55% 10%;
}

.choice__foot{
  padding: 22px 20px 26px;
  text-align: center;
  margin-top: auto;
}

/* =========================
   BUTTONS
   ========================= */
.btn{
  display:inline-block;
  padding:12px 18px;
  border-radius:14px;
  font-weight:700;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  color:#1a1a1a;
  border:1px solid rgba(255,255,255,.18);
}

.btn--outline{
  background: linear-gradient(135deg,var(--accent),var(--accent2));
  border: 1px solid rgba(255,255,255,.18);
  color: #1a1a1a;
}

/* Buttons in Choice-Karten gleich breit */
.choice .btn,
.choice .btn--outline{
  min-width:240px;
}

/* =========================
   SEO TEXT
   ========================= */
.seo-text{
  padding:40px 0 10px;
}

.seo-text p{
  max-width:72ch;
  margin:0 auto 16px;
  color:var(--muted);
  line-height:1.65;
  text-align:center;
}

/* =========================
   CONTACT CTA
   ========================= */
.contact-cta{
  padding:90px 0 70px;
  text-align:center;
}

.contact-cta__inner{
  max-width:900px;
}

.contact-cta__title{
  margin:0 0 12px;
  font-size:clamp(26px,3vw,36px);
  letter-spacing:.04em;
}

.contact-cta__subtitle{
  margin:0 0 40px;
  color:var(--muted);
  font-size:18px;
}

.contact-cta__buttons{
  display:flex;
  gap:22px;
  justify-content:center;
  flex-wrap:wrap;
}

.contact-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:16px 22px;
  border-radius:18px;
  font-weight:700;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  color:#1a1a1a;
  box-shadow:var(--shadow);
  transition:transform .2s ease, box-shadow .2s ease;
}

.contact-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 70px rgba(0,0,0,.55);
}

.contact-btn--outline{
  background:transparent;
  color:var(--text);
  border:1px solid var(--accent);
}

.contact-btn--whatsapp{
  background:linear-gradient(135deg,#25D366,#128C7E);
  color:#0b1b12;
}

/* =========================
   BOOK
   ========================= */
.book{
  padding:90px 0;
}

.book__grid{
  display:grid;
  gap:40px;
}

@media(min-width:900px){
  .book__grid{
    grid-template-columns:1fr 1fr;
    align-items:center;
  }
}

.book__media img{
  width:100%;
  border-radius:20px;
  box-shadow:var(--shadow);
}

/* =========================
   FOOTER
   ========================= */
.footer{
  border-top:1px solid rgba(255,255,255,.1);
  padding:30px 0;
}

.footer__inner{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  font-size:14px;
  color:rgba(255,255,255,.7);
}

.footer__inner a:hover{
  color:var(--accent);
}

/* =========================
   MOBILE HERO FIX
   ========================= */
@media(max-width:768px){
  .hero{
    min-height:70vh;
    align-items:flex-start;
  }

  .hero__content{
    padding:80px 0 40px;
  }

  .hero__img{
    object-position:50% 40%;
  }

  .hero__h1{
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .hero__sub{
    font-size:16px;
    padding:0 12px;
  }

  .topnav{
    padding:14px 0;
  }

  .topnav__logo img{
    width:40px;
  }
}

.choice__head{
  padding: 22px 18px 14px;
}

.choice__title{
  font-size: 32px;
  line-height: 1.2;
}

.choice__tag{
  font-size: 17px;
}
