/* ============================================================================
   ATLAS — Real Estate landing page
   Shared dark-luxury styling for /de/real-estate/ and /en/real-estate/.
   Ported from the Süddeutsche Sachwert landing page (same legal entity),
   re-branded to the Atlas palette: warm black, gold, Cormorant + DM Sans.
   ============================================================================ */

:root {
  --re-bg:          #0f0e0a;
  --re-bg-2:        #14120c;
  --re-panel:       #1a1711;
  --re-panel-2:     #211d15;
  --re-warm:        #F5F2EE;
  --re-muted:       rgba(245, 242, 238, 0.58);
  --re-faint:       rgba(245, 242, 238, 0.36);
  --re-gold:        #B8975A;
  --re-gold-lt:     #D8BA82;
  --re-gold-deep:   #8f7038;
  --re-line:        rgba(245, 242, 238, 0.10);
  --re-line-strong: rgba(245, 242, 238, 0.20);
  --re-ok:          #7bb98f;
  --re-warn:        #d8a24a;
  --re-bad:         #d97a6c;
  --re-serif:       'Cormorant Garamond', Georgia, serif;
  --re-sans:        'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --re-ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --re-wrap:        1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body.re {
  background: var(--re-bg);
  color: var(--re-warm);
  font-family: var(--re-sans);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.re img { max-width: 100%; display: block; }
.re a { color: inherit; text-decoration: none; }
.re-wrap { width: 100%; max-width: var(--re-wrap); margin: 0 auto; padding: 0 24px; }
.re-band { position: relative; }

/* ---- Typography helpers ---------------------------------------------------- */
.re-eyebrow {
  font-family: var(--re-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--re-gold);
}
.re-h2 {
  font-family: var(--re-serif);
  font-weight: 300;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--re-warm);
}
.re-h3 {
  font-family: var(--re-serif);
  font-weight: 300;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.12;
  color: var(--re-warm);
}
.re-lead {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.75;
  color: var(--re-muted);
  font-weight: 300;
}
.re-gold-text {
  color: var(--re-gold);
  font-style: italic;
}
.re-serif-em { font-family: var(--re-serif); font-style: italic; font-weight: 300; }

.re-head { max-width: 720px; }
.re-head .re-h2 { margin-top: 18px; }
.re-head .re-lead { margin-top: 20px; }
.re-center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---- Cards / surfaces ------------------------------------------------------ */
.re-card {
  position: relative;
  background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2));
  border: 1px solid var(--re-line);
  border-radius: 22px;
}
.re-card--glow {
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.9);
}
.re-hairline { border: 1px solid var(--re-line); }

.re-aurora {
  position: absolute;
  border-radius: 9999px;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.re-grain::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.05; mix-blend-mode: overlay; pointer-events: none;
}

/* ---- Blog-nav language switch (flag emojis, matches homepage style) -------- */
.blog-nav .blog-nav-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.blog-nav .lang-switch {
  display: flex;
  align-items: center;
  gap: 2px;
}
.blog-nav .lang-btn {
  font-size: 22px;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s;
  line-height: 1;
  padding: 4px;
}
.blog-nav .lang-btn:hover { opacity: 0.85; }
.blog-nav .lang-btn.lang-active { opacity: 1; }

/* ============================================================================
   LIGHT SECTIONS — re-map design tokens to warm cream mode
   ============================================================================ */
.re-section--light {
  position: relative;
  overflow: hidden;
  --re-warm:        #1B1A14;
  --re-muted:       rgba(27, 26, 20, 0.62);
  --re-faint:       rgba(27, 26, 20, 0.38);
  --re-line:        rgba(27, 26, 20, 0.10);
  --re-line-strong: rgba(27, 26, 20, 0.18);
  --re-panel:       #FFFFFF;
  --re-bg-2:        #F0ECE5;
  background: #FAF8F4;
  color: #1B1A14;
}
.re-section--light .re-wrap { position: relative; z-index: 1; }
.re-section--light .re-h2,
.re-section--light .re-h3 { color: var(--re-warm); }
.re-section--light .re-lead { color: var(--re-muted); }
.re-section--light .re-doubt .q {
  background: rgba(27, 26, 20, 0.07);
  color: var(--re-muted);
}

/* Lion watermark — used in select light sections */
.re-lion-bg {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 32%;
  max-width: 500px;
  opacity: 0.05;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* ---- Buttons --------------------------------------------------------------- */
.re-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--re-sans); font-size: 13px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 15px 28px; border-radius: 2px; cursor: pointer;
  border: 1px solid transparent; transition: all 0.4s var(--re-ease);
  white-space: nowrap;
}
.re-btn .arrow { transition: transform 0.4s var(--re-ease); }
.re-btn:hover .arrow { transform: translateX(4px); }
.re-btn-primary {
  background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep));
  color: #14120c; font-weight: 600;
  box-shadow: 0 18px 40px -18px rgba(184, 151, 90, 0.7);
}
.re-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -18px rgba(184, 151, 90, 0.85); }
.re-btn-ghost {
  background: transparent; color: var(--re-warm);
  border-color: var(--re-line-strong);
}
.re-btn-ghost:hover { border-color: var(--re-gold); color: var(--re-gold); }
.re-btn-block { width: 100%; justify-content: center; }

/* ============================================================================
   NAV
   ============================================================================ */
.re-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background 0.4s var(--re-ease), border-color 0.4s var(--re-ease);
  border-bottom: 1px solid transparent;
}
.re-nav.scrolled {
  background: rgba(15, 14, 10, 0.82);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--re-line);
}
.re-nav-inner {
  max-width: var(--re-wrap); margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.re-logo { display: inline-flex; align-items: center; gap: 12px; }
.re-logo img { height: 30px; width: auto; }
.re-logo-word {
  font-family: var(--re-serif); font-size: 22px; font-weight: 400;
  letter-spacing: 0.14em; color: var(--re-warm);
}
.re-nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.re-nav-links a {
  font-size: 13px; font-weight: 400; letter-spacing: 0.04em; color: var(--re-muted);
  padding: 8px 14px; border-radius: 9999px; transition: color 0.3s var(--re-ease);
}
.re-nav-links a:hover { color: var(--re-warm); }
.re-nav-right { display: flex; align-items: center; gap: 14px; }
.re-lang { display: inline-flex; gap: 6px; align-items: center; font-size: 13px; }
.re-lang a { opacity: 0.5; padding: 4px; transition: opacity 0.3s; }
.re-lang a:hover, .re-lang a.active { opacity: 1; }
.re-nav-cta {
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 10px 20px; border-radius: 9999px; color: var(--re-warm);
  border: 1px solid var(--re-line-strong); transition: all 0.35s var(--re-ease);
}
.re-nav-cta:hover { border-color: var(--re-gold); color: var(--re-gold); }
.re-burger {
  display: none; width: 40px; height: 40px; border: 1px solid var(--re-line-strong);
  border-radius: 9999px; background: transparent; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.re-burger span { display: block; width: 16px; height: 1.4px; background: var(--re-warm); transition: transform 0.3s; }

.re-mobile { display: none; }

@media (max-width: 900px) {
  .re-nav-links, .re-nav-cta, .re-lang { display: none; }
  .re-burger { display: flex; }
  .re-mobile {
    display: block; position: fixed; inset: 0; z-index: 55;
    background: var(--re-bg); padding: 96px 32px 40px;
    transform: translateX(100%); transition: transform 0.45s var(--re-ease);
  }
  .re-mobile.open { transform: none; }
  .re-mobile a { display: block; font-family: var(--re-serif); font-size: 30px; font-weight: 300; color: var(--re-warm); padding: 12px 0; }
  .re-mobile a:hover { color: var(--re-gold); }
  .re-mobile-foot { margin-top: 28px; display: flex; gap: 18px; }
  .re-mobile-foot a { font-family: var(--re-sans); font-size: 15px; color: var(--re-muted); }
}

/* ============================================================================
   HERO
   ============================================================================ */
.re-hero { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center; }
.re-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.re-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(105deg, var(--re-bg) 8%, rgba(15,14,10,0.55) 45%, rgba(15,14,10,0.2) 100%),
    linear-gradient(0deg, var(--re-bg) 2%, transparent 40%);
}
.re-hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--re-wrap); margin: 0 auto; padding: 140px 24px 200px; }
.re-h1 {
  font-family: var(--re-serif); font-weight: 300;
  font-size: clamp(44px, 8vw, 92px); line-height: 1.0; letter-spacing: -0.02em;
  max-width: 15ch; color: var(--re-warm);
}
.re-h1 .g { color: var(--re-gold); font-style: italic; }
.re-hero-sub { margin-top: 28px; max-width: 34ch; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; color: var(--re-muted); }
.re-hero-note { margin-top: 14px; font-size: 13px; letter-spacing: 0.02em; color: var(--re-faint); }
.re-cta-row { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px; }

/* floating stat bar */
.re-stats {
  position: absolute; z-index: 3; left: 0; right: 0; bottom: 0;
  max-width: var(--re-wrap); margin: 0 auto; padding: 0 24px 40px;
}
.re-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--re-line); border-radius: 20px; overflow: hidden;
  background: rgba(20, 18, 12, 0.55); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.re-stat { padding: 22px 24px; border-left: 1px solid var(--re-line); }
.re-stat:first-child { border-left: 0; }
.re-stat-num { font-family: var(--re-serif); font-size: clamp(26px, 3vw, 40px); font-weight: 400; color: var(--re-gold); line-height: 1; }
.re-stat-label { margin-top: 8px; font-size: 12px; letter-spacing: 0.03em; color: var(--re-muted); }
@media (max-width: 720px) {
  .re-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .re-stat:nth-child(-n+2) { border-bottom: 1px solid var(--re-line); }
  .re-stat:nth-child(odd) { border-left: 0; }
}

/* ============================================================================
   TICKER + BANKS
   ============================================================================ */
.re-ticker { border-top: 1px solid var(--re-line); border-bottom: 1px solid var(--re-line); padding: 18px 0; overflow: hidden; }
.re-ticker-mask {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.re-ticker-track { display: flex; width: max-content; gap: 44px; animation: re-marquee 34s linear infinite; }
.re-ticker-item { display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; font-size: 13px; letter-spacing: 0.04em; color: var(--re-muted); }
.re-ticker-item::before { content: ""; width: 5px; height: 5px; border-radius: 9999px; background: var(--re-gold); }
@keyframes re-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.re-banks { border-bottom: 1px solid var(--re-line); padding: 30px 0; text-align: center; }
.re-banks-label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--re-faint); }
.re-banks-row { margin-top: 14px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 24px; font-size: 15px; color: var(--re-muted); }
.re-banks-row .dot { color: var(--re-gold-deep); }

/* ============================================================================
   MANIFEST
   ============================================================================ */
.re-manifest { position: relative; overflow: hidden; background: #0b0a07; padding: clamp(96px, 14vw, 168px) 0; text-align: center; }
.re-manifest .re-aurora { left: 50%; top: 50%; width: 40rem; height: 40rem; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(184,151,90,0.16), transparent); }
.re-manifest .re-h2 { max-width: 16ch; margin: 26px auto 0; font-size: clamp(34px, 6vw, 74px); }
.re-manifest .re-lead { max-width: 46ch; margin: 30px auto 0; font-size: clamp(16px, 1.6vw, 20px); }

/* ============================================================================
   SECTION scaffolding
   ============================================================================ */
.re-section { padding: clamp(72px, 10vw, 128px) 0; }
.re-section--tight { padding: clamp(48px, 6vw, 80px) 0; }

/* ---- Rundum-Sorglos: doubts + cinematic features -------------------------- */
.re-doubts {
  max-width: 640px; margin: 44px auto 0; padding: 8px 32px;
  border: 1px solid var(--re-line); border-radius: 24px; background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2));
}
.re-doubt { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-top: 1px solid var(--re-line); font-size: 16px; color: var(--re-muted); }
.re-doubt:first-child { border-top: 0; }
.re-doubt .q { flex: 0 0 28px; height: 28px; border-radius: 9999px; display: grid; place-items: center; background: rgba(245,242,238,0.06); color: var(--re-faint); }

.re-slogan { max-width: 760px; margin: clamp(80px, 10vw, 120px) auto 0; text-align: center; }
.re-slogan .re-h2 { font-size: clamp(34px, 6vw, 68px); }
.re-slogan .re-lead { margin-top: 22px; }

.re-features { margin-top: 80px; display: flex; flex-direction: column; gap: clamp(64px, 9vw, 128px); }
.re-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 5vw, 72px); }
.re-feature-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 24px; border: 1px solid var(--re-line); }
.re-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--re-ease); }
.re-feature-media:hover img { transform: scale(1.06); }
.re-feature.rev .re-feature-media { order: 2; }
.re-feature-body .re-eyebrow { display: block; }
.re-feature-body .re-h3 { margin-top: 18px; }
.re-feature-body p { margin-top: 20px; max-width: 42ch; font-size: 17px; line-height: 1.7; color: var(--re-muted); }
.re-allin { max-width: 720px; margin: clamp(72px, 9vw, 112px) auto 0; text-align: center; }
.re-allin p { font-size: 14px; letter-spacing: 0.02em; color: var(--re-faint); }
.re-allin .re-btn { margin-top: 30px; }
@media (max-width: 820px) {
  .re-feature { grid-template-columns: 1fr; gap: 26px; }
  .re-feature.rev .re-feature-media { order: 0; }
}

/* ---- USP grid -------------------------------------------------------------- */
.re-usp-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.re-usp { padding: 32px 28px; border-radius: 22px; border: 1px solid var(--re-line); background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); transition: transform 0.5s var(--re-ease), border-color 0.5s; }
.re-usp:hover { transform: translateY(-8px); border-color: var(--re-line-strong); }
.re-usp-icon { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #14120c; background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep)); transition: transform 0.5s var(--re-ease); }
.re-usp:hover .re-usp-icon { transform: rotate(3deg) scale(1.08); }
.re-usp h3 { margin-top: 22px; font-family: var(--re-serif); font-size: 23px; font-weight: 400; color: var(--re-warm); }
.re-usp p { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--re-muted); }
@media (max-width: 980px) { .re-usp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .re-usp-grid { grid-template-columns: 1fr; } }

/* ---- Tax band -------------------------------------------------------------- */
.re-taxband {
  position: relative; overflow: hidden; text-align: center;
  border-radius: 34px; padding: clamp(48px, 7vw, 90px) 32px;
  background: radial-gradient(120% 140% at 80% 0%, rgba(184,151,90,0.18), transparent 55%), linear-gradient(160deg, #17140d, #0c0b07);
  border: 1px solid var(--re-line);
}
.re-taxband .re-aurora { right: -40px; top: -60px; width: 20rem; height: 20rem; background: radial-gradient(closest-side, rgba(184,151,90,0.4), transparent); }
.re-taxband h2 { position: relative; margin: 20px auto 0; max-width: 18ch; font-family: var(--re-serif); font-weight: 300; font-size: clamp(30px, 5vw, 58px); line-height: 1.05; color: var(--re-warm); }
.re-taxband .re-lead { position: relative; margin: 22px auto 0; max-width: 40ch; }
.re-tax-figs { position: relative; margin: 44px auto 0; max-width: 640px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.re-tax-fig .big { font-family: var(--re-serif); font-size: clamp(28px, 4vw, 44px); font-weight: 400; color: var(--re-gold); white-space: nowrap; }
.re-tax-fig .cap { margin-top: 8px; font-size: 13px; color: var(--re-muted); }
.re-tax-note { position: relative; margin: 36px auto 0; max-width: 44ch; font-size: 12px; color: var(--re-faint); }
@media (max-width: 560px) { .re-tax-figs { grid-template-columns: 1fr; gap: 22px; } }

/* ---- Gallery: before/after ------------------------------------------------- */
.re-gallery-grid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.re-ba-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 18px; }
.re-ba-tab { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; padding: 9px 18px; border-radius: 3px; cursor: pointer; border: 1px solid var(--re-line); background: transparent; color: var(--re-muted); transition: all 0.3s; }
.re-ba-tab.active { background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep)); color: #14120c; border-color: transparent; }
.re-ba {
  position: relative; aspect-ratio: 3 / 4; width: 100%; overflow: hidden; border-radius: 24px;
  border: 1px solid var(--re-line); user-select: none; touch-action: none; cursor: ew-resize;
}
.re-ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.re-ba .after { z-index: 0; }
.re-ba .before { z-index: 1; }
.re-ba-badge { position: absolute; top: 14px; z-index: 3; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 9999px; }
.re-ba-badge.b { left: 14px; background: rgba(245,242,238,0.9); color: #14120c; }
.re-ba-badge.a { right: 14px; background: var(--re-gold); color: #14120c; }
.re-ba-cap { position: absolute; bottom: 14px; left: 14px; z-index: 3; font-size: 12px; padding: 6px 12px; border-radius: 10px; background: rgba(12,11,7,0.7); color: var(--re-warm); backdrop-filter: blur(6px); }
.re-ba-divider { position: absolute; top: 0; bottom: 0; z-index: 4; width: 2px; margin-left: -1px; background: rgba(245,242,238,0.9); box-shadow: 0 0 14px rgba(0,0,0,0.5); pointer-events: none; }
.re-ba-handle { position: absolute; top: 50%; left: 50%; z-index: 5; width: 44px; height: 44px; transform: translate(-50%, -50%); border-radius: 9999px; background: #fff; color: #14120c; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,0.5); pointer-events: none; }
.re-ba-hint { position: absolute; bottom: 14px; right: 14px; z-index: 3; font-size: 11px; padding: 5px 12px; border-radius: 9999px; background: rgba(245,242,238,0.85); color: #14120c; transition: opacity 0.3s; }
.re-ba:hover .re-ba-hint { opacity: 0; }

.re-pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.re-pair { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 16px; border: 1px solid var(--re-line); }
.re-pair img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--re-ease); }
.re-pair:hover img { transform: scale(1.08); }
.re-pair-tag { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 9999px; }
.re-pair-tag.b { background: rgba(245,242,238,0.9); color: #14120c; }
.re-pair-tag.a { background: var(--re-gold); color: #14120c; }
.re-pair-cap { position: absolute; bottom: 10px; left: 12px; font-size: 12px; font-weight: 500; color: var(--re-warm); text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
@media (max-width: 820px) { .re-gallery-grid { grid-template-columns: 1fr; } }

/* ---- Ablauf / steps -------------------------------------------------------- */
.re-steps { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.re-step { position: relative; overflow: hidden; padding: 34px 30px; border-radius: 22px; border: 1px solid var(--re-line); background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); transition: transform 0.5s var(--re-ease); }
.re-step:hover { transform: translateY(-8px); }
.re-step-num { font-family: var(--re-serif); font-size: 72px; font-weight: 300; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--re-gold-deep); }
.re-step h3 { margin-top: 16px; font-family: var(--re-serif); font-size: 24px; font-weight: 400; color: var(--re-warm); }
.re-step p { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--re-muted); }
@media (max-width: 820px) { .re-steps { grid-template-columns: 1fr; } }

/* ---- Referenzen ------------------------------------------------------------ */
.re-proof-metrics { margin: 48px auto 0; max-width: 780px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--re-line); border-radius: 20px; overflow: hidden; }
.re-proof-metric { padding: 24px; text-align: center; border-left: 1px solid var(--re-line); }
.re-proof-metric:first-child { border-left: 0; }
.re-proof-metric .n { font-family: var(--re-serif); font-size: clamp(24px, 3vw, 34px); font-weight: 400; color: var(--re-gold); }
.re-proof-metric .l { margin-top: 6px; font-size: 12px; color: var(--re-muted); }
@media (max-width: 620px) { .re-proof-metrics { grid-template-columns: repeat(2, 1fr); } .re-proof-metric:nth-child(-n+2){border-bottom:1px solid var(--re-line);} .re-proof-metric:nth-child(odd){border-left:0;} }

.re-proof-wall { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .re-proof-wall { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .re-proof-wall { grid-template-columns: repeat(2, 1fr); } }
.re-proof { position: relative; display: block; width: 100%; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border-radius: 18px; border: 1px solid var(--re-line); cursor: pointer; background: none; padding: 0; }
.re-proof img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--re-ease); }
.re-proof:hover img { transform: scale(1.05); }
.re-proof::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,8,5,0.92), rgba(9,8,5,0.05) 55%, transparent); }
.re-proof-tag { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 11px; border-radius: 9999px; color: var(--re-warm); background: rgba(20,18,12,0.8); }
.re-proof-tag[data-tag="gold"] { background: var(--re-gold); color: #14120c; }
.re-proof-meta { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 16px; text-align: left; }
.re-proof-meta .nm { display: block; font-size: 14px; font-weight: 600; color: var(--re-warm); }
.re-proof-meta .cp { display: block; margin-top: 3px; font-size: 12px; line-height: 1.4; color: rgba(245,242,238,0.75); }
.re-proof-note { margin-top: 20px; text-align: center; font-size: 12px; color: var(--re-faint); }

.re-quote { position: relative; overflow: hidden; max-width: 820px; margin: 56px auto 0; padding: clamp(40px, 6vw, 64px); text-align: center; border-radius: 30px; border: 1px solid var(--re-line); background: radial-gradient(120% 140% at 80% 0%, rgba(184,151,90,0.16), transparent 55%), linear-gradient(160deg, #17140d, #0c0b07); }
.re-quote .mark { font-family: var(--re-serif); font-size: 80px; line-height: 0.6; color: var(--re-gold); }
.re-quote blockquote { font-family: var(--re-serif); font-size: clamp(20px, 2.6vw, 30px); font-weight: 300; line-height: 1.4; color: var(--re-warm); margin-top: 8px; }
.re-quote .who { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.re-quote .who .av { width: 42px; height: 42px; border-radius: 9999px; display: grid; place-items: center; background: rgba(245,242,238,0.08); font-size: 13px; font-weight: 600; color: var(--re-warm); }
.re-quote .who .nm { font-size: 14px; font-weight: 500; color: var(--re-warm); text-align: left; }
.re-quote .who .rl { font-size: 12px; color: var(--re-muted); text-align: left; }
.re-quote .stars { color: var(--re-gold); letter-spacing: 2px; }

/* lightbox */
.re-lightbox { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(6,5,3,0.92); backdrop-filter: blur(10px); }
.re-lightbox.open { display: flex; }
.re-lightbox img { max-height: 78vh; width: auto; border-radius: 16px; }
.re-lb-btn { position: absolute; width: 46px; height: 46px; border-radius: 9999px; border: 0; cursor: pointer; background: rgba(245,242,238,0.1); color: var(--re-warm); display: grid; place-items: center; transition: background 0.3s; }
.re-lb-btn:hover { background: rgba(245,242,238,0.2); }
.re-lb-close { top: 20px; right: 20px; }
.re-lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.re-lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
.re-lb-cap { position: absolute; bottom: 26px; left: 0; right: 0; text-align: center; color: var(--re-warm); font-size: 14px; }
.re-lb-cap .sub { display: block; font-size: 12px; color: var(--re-muted); margin-top: 4px; }

/* ============================================================================
   RECHNER / CALCULATOR
   ============================================================================ */
.re-calc-grid { margin-top: 48px; display: grid; grid-template-columns: 2fr 3fr; gap: 22px; }
.re-calc-panel { padding: 30px; border-radius: 26px; border: 1px solid var(--re-line); background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); }
.re-calc-panel.res { position: relative; overflow: hidden; }
.re-calc-panel.res .re-aurora { right: -30px; top: -40px; width: 16rem; height: 16rem; background: radial-gradient(closest-side, rgba(184,151,90,0.22), transparent); }
.re-ctrl-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; font-weight: 500; color: var(--re-warm); }
.re-ctrl-label .step-n { flex: 0 0 24px; height: 24px; border-radius: 9999px; display: grid; place-items: center; background: var(--re-gold); color: #14120c; font-size: 12px; font-weight: 600; }
.re-ctrl-label .val { color: var(--re-gold); font-weight: 500; }
.re-ctrl { margin-top: 24px; }
.re-ctrl:first-child { margin-top: 0; }
.re-seg { margin-top: 14px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.re-seg button { padding: 11px 0; border-radius: 12px; border: 1px solid var(--re-line); background: rgba(245,242,238,0.03); color: var(--re-muted); font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.25s; }
.re-seg button.active { background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep)); color: #14120c; border-color: transparent; transform: scale(1.04); }
.re-range { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; margin-top: 16px; border-radius: 9999px; background: linear-gradient(90deg, var(--re-gold-deep), var(--re-gold-lt)); outline: none; cursor: pointer; }
.re-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 9999px; background: #fff; border: 3px solid var(--re-gold-deep); box-shadow: 0 4px 12px rgba(0,0,0,0.5); transition: transform 0.15s; }
.re-range::-webkit-slider-thumb:hover { transform: scale(1.15); }
.re-range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 9999px; background: #fff; border: 3px solid var(--re-gold-deep); }
.re-ek-box { margin-top: 26px; padding: 20px; border-radius: 18px; border: 1px solid var(--re-line); background: rgba(184,151,90,0.06); }
.re-ek-box .k { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--re-muted); }
.re-ek-box .v { margin-top: 6px; font-family: var(--re-serif); font-size: 30px; font-weight: 400; color: var(--re-gold); }

.re-res-head { position: relative; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; }
.re-res-head .k { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--re-muted); }
.re-res-wealth { font-family: var(--re-serif); font-size: clamp(34px, 5vw, 52px); font-weight: 400; color: var(--re-gold); line-height: 1; margin-top: 6px; }
.re-res-sub { margin-top: 8px; font-size: 12px; color: var(--re-muted); }
.re-res-chip { margin-top: 10px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; padding: 5px 11px; border-radius: 9999px; background: rgba(123,185,143,0.14); color: var(--re-ok); }
.re-res-yield { text-align: right; }
.re-res-yield .k { font-size: 12px; color: var(--re-muted); }
.re-res-yield .v { font-size: 24px; font-weight: 500; color: var(--re-warm); }
.re-chart { position: relative; margin-top: 24px; }
.re-chart svg { width: 100%; display: block; }
.re-legend { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 12px; color: var(--re-muted); }
.re-legend span { display: inline-flex; align-items: center; gap: 8px; }
.re-legend .sw { width: 11px; height: 11px; border-radius: 3px; }
.re-legend .ln { width: 16px; height: 2px; }
.re-legend-note { margin-top: 10px; font-size: 11px; line-height: 1.6; color: var(--re-faint); }
.re-legend-note b { color: var(--re-muted); }

.re-res-tri { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.re-res-tri .cell { padding: 14px; text-align: center; border-radius: 14px; background: rgba(245,242,238,0.03); border: 1px solid var(--re-line); }
.re-res-tri .cell .n { font-size: 17px; font-weight: 500; color: var(--re-warm); }
.re-res-tri .cell .l { margin-top: 4px; font-size: 11px; color: var(--re-muted); }

.re-vgl-box { margin-top: 18px; padding: 20px; border-radius: 18px; border: 1px solid var(--re-line); background: rgba(245,242,238,0.02); }
.re-vgl-head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px; }
.re-vgl-head .t { font-size: 14px; font-weight: 600; color: var(--re-warm); }
.re-vgl-head .d { margin-top: 4px; max-width: 40ch; font-size: 12px; line-height: 1.6; color: var(--re-muted); }
.re-vgl-tag { flex: 0 0 auto; font-size: 12px; font-weight: 500; padding: 6px 12px; border-radius: 9999px; background: rgba(245,242,238,0.06); color: var(--re-gold); }
.re-vgl-line { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; }
.re-vgl-line .muted { color: var(--re-muted); }
.re-vgl-line .strong { font-weight: 600; color: var(--re-warm); }
.re-vgl-cmp { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.re-vgl-cmp .cell { padding: 12px; border-radius: 12px; text-align: center; }
.re-vgl-cmp .good { background: rgba(123,185,143,0.12); }
.re-vgl-cmp .good .n { font-size: 15px; font-weight: 600; color: var(--re-ok); }
.re-vgl-cmp .bad { background: rgba(217,122,108,0.12); border: 1px solid rgba(217,122,108,0.3); }
.re-vgl-cmp .bad .n { font-size: 15px; font-weight: 600; color: var(--re-bad); }
.re-vgl-cmp .cell .l { margin-top: 3px; font-size: 11px; color: var(--re-muted); }
.re-vgl-flat { margin-top: 14px; padding: 12px; border-radius: 12px; background: rgba(245,242,238,0.04); text-align: center; font-size: 12px; color: var(--re-muted); }

.re-calc-cta { margin-top: 28px; text-align: center; }
.re-calc-cta .t { font-family: var(--re-serif); font-size: 22px; font-weight: 400; color: var(--re-warm); }
.re-calc-cta p { margin: 6px auto 0; max-width: 42ch; font-size: 14px; color: var(--re-muted); }
.re-calc-cta .re-btn { margin-top: 18px; }
.re-calc-note { margin: 26px auto 0; max-width: 60ch; text-align: center; font-size: 12px; color: var(--re-faint); }
@media (max-width: 900px) { .re-calc-grid { grid-template-columns: 1fr; } }

/* ============================================================================
   VERGLEICH table
   ============================================================================ */
.re-table-scroll { margin-top: 48px; overflow-x: auto; }
.re-table { width: 100%; min-width: 680px; border-collapse: separate; border-spacing: 0; }
.re-table th, .re-table td { padding: 16px; text-align: center; border-top: 1px solid var(--re-line); }
.re-table thead th { border-top: 0; font-size: 13px; font-weight: 600; color: var(--re-muted); }
.re-table thead th.feat { text-align: left; font-weight: 500; color: var(--re-faint); width: 34%; }
.re-table thead th.hero { color: #14120c; background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep)); border-radius: 14px 14px 0 0; }
.re-table td.crit { text-align: left; font-size: 14px; font-weight: 500; color: var(--re-warm); }
.re-table td.heroCol { background: rgba(184,151,90,0.08); }
.re-table tbody tr:last-child td.heroCol { border-radius: 0 0 14px 14px; }
.re-mark { display: inline-flex; flex-direction: column; align-items: center; gap: 4px; }
.re-mark .t { font-size: 10px; color: var(--re-faint); }
.re-mark svg { width: 20px; height: 20px; }
.re-mark.yes svg { color: var(--re-ok); }
.re-mark.partly svg { color: var(--re-warn); }
.re-mark.no svg { color: rgba(245,242,238,0.28); }

/* ---- Sicherheit / trust ---------------------------------------------------- */
.re-trust-card { padding: clamp(36px, 5vw, 56px); border-radius: 30px; border: 1px solid var(--re-line); background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); }
.re-trust-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.re-trust-item { text-align: center; }
.re-trust-item .ic { margin: 0 auto; width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: #14120c; background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep)); }
.re-trust-item h3 { margin-top: 18px; font-size: 16px; font-weight: 600; color: var(--re-warm); }
.re-trust-item p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: var(--re-muted); }
@media (max-width: 820px) { .re-trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .re-trust-grid { grid-template-columns: 1fr; } }

/* ---- About ----------------------------------------------------------------- */
.re-about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 5vw, 64px); }
.re-about-text .re-h2 { margin-top: 18px; }
.re-about-text p { margin-top: 22px; font-size: 16px; line-height: 1.75; color: var(--re-muted); }
.re-about-text .vorstand { margin-top: 22px; font-size: 14px; color: var(--re-faint); }
.re-about-media { position: relative; aspect-ratio: 4/3; border-radius: 30px; overflow: hidden; border: 1px solid var(--re-line); background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); }
.re-about-media img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
@media (max-width: 820px) { .re-about { grid-template-columns: 1fr; } }

/* ============================================================================
   KONTAKT + LEAD FUNNEL
   ============================================================================ */
.re-contact-card { position: relative; overflow: hidden; padding: clamp(32px, 5vw, 60px); border-radius: 34px; border: 1px solid var(--re-line); background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); }
.re-contact-card .re-aurora { right: -60px; top: -60px; width: 22rem; height: 22rem; background: radial-gradient(closest-side, rgba(184,151,90,0.16), transparent); }
.re-contact-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 5vw, 56px); }
.re-contact-info .re-h2 { font-size: clamp(28px, 3.6vw, 44px); }
.re-contact-info .re-lead { margin-top: 18px; max-width: 40ch; }
.re-contact-list { margin-top: 26px; display: grid; gap: 12px; }
.re-contact-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--re-muted); list-style: none; }
.re-contact-list .ck { flex: 0 0 22px; height: 22px; border-radius: 9999px; display: grid; place-items: center; background: rgba(123,185,143,0.16); color: var(--re-ok); font-size: 12px; }
.re-contact-addr { margin-top: 30px; font-size: 14px; line-height: 1.8; color: var(--re-muted); }
.re-contact-addr a { color: var(--re-gold); }
@media (max-width: 820px) { .re-contact-grid { grid-template-columns: 1fr; } }

/* funnel */
.re-funnel { padding: 26px; border-radius: 26px; border: 1px solid var(--re-line); background: rgba(15,14,10,0.6); }
.re-funnel-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.re-funnel-back { flex: 0 0 36px; height: 36px; border-radius: 9999px; border: 1px solid var(--re-line); background: transparent; color: var(--re-muted); cursor: pointer; display: grid; place-items: center; transition: all 0.3s; }
.re-funnel-back:hover { color: var(--re-warm); border-color: var(--re-line-strong); }
.re-funnel-back[hidden] { visibility: hidden; }
.re-funnel-prog { flex: 1; height: 6px; border-radius: 9999px; background: rgba(245,242,238,0.08); overflow: hidden; }
.re-funnel-prog i { display: block; height: 100%; border-radius: 9999px; background: linear-gradient(90deg, var(--re-gold-deep), var(--re-gold-lt)); transition: width 0.5s var(--re-ease); }
.re-funnel-count { flex: 0 0 auto; font-size: 12px; color: var(--re-faint); font-variant-numeric: tabular-nums; }
.re-funnel-step { animation: re-fadeup 0.5s var(--re-ease) both; }
.re-funnel-kicker { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--re-gold); }
.re-funnel h3 { margin-top: 8px; font-family: var(--re-serif); font-size: 26px; font-weight: 400; color: var(--re-warm); }
.re-funnel .sub { margin-top: 8px; font-size: 14px; color: var(--re-muted); }
.re-goal-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.re-goal { text-align: left; border-radius: 18px; overflow: hidden; border: 1px solid var(--re-line); background: rgba(245,242,238,0.02); cursor: pointer; transition: all 0.4s var(--re-ease); }
.re-goal:hover { transform: translateY(-4px); border-color: var(--re-gold); }
.re-goal-img { position: relative; height: 120px; overflow: hidden; }
.re-goal-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.re-goal:hover .re-goal-img img { transform: scale(1.05); }
.re-goal-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,14,10,0.9), rgba(15,14,10,0.15) 60%, transparent); }
.re-goal-body { padding: 16px; }
.re-goal-body .t { font-size: 15px; font-weight: 600; color: var(--re-warm); }
.re-goal-body .d { margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--re-muted); }
.re-goal-body .go { margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--re-gold); }
.re-choices { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.re-choice { display: flex; align-items: center; gap: 12px; text-align: left; padding: 15px; border-radius: 16px; border: 1px solid var(--re-line); background: rgba(245,242,238,0.02); cursor: pointer; transition: all 0.3s; }
.re-choice:hover { transform: translateY(-2px); border-color: var(--re-gold); }
.re-choice.active { border-color: var(--re-gold); background: rgba(184,151,90,0.1); }
.re-choice .ic { flex: 0 0 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(245,242,238,0.05); color: var(--re-gold); }
.re-choice .lbl { font-size: 14px; font-weight: 500; color: var(--re-warm); line-height: 1.3; }
.re-summary { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.re-summary span { font-size: 12px; font-weight: 500; padding: 6px 12px; border-radius: 9999px; background: rgba(184,151,90,0.12); color: var(--re-gold); }
.re-field { margin-top: 12px; }
.re-input { width: 100%; padding: 14px 16px; font-family: var(--re-sans); font-size: 14px; color: var(--re-warm); border-radius: 14px; border: 1px solid var(--re-line); background: rgba(245,242,238,0.03); outline: none; transition: border-color 0.3s; }
.re-input::placeholder { color: var(--re-faint); }
.re-input:focus { border-color: var(--re-gold); }
textarea.re-input { resize: vertical; min-height: 84px; }
.re-err { margin-top: 6px; font-size: 12px; color: var(--re-bad); }
.re-consent { margin-top: 16px; display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.6; color: var(--re-muted); cursor: pointer; }
.re-consent input { margin-top: 3px; accent-color: var(--re-gold); }
.re-consent a { color: var(--re-gold); text-decoration: underline; }
.re-form-cta { margin-top: 18px; }
.re-global-err { margin-top: 14px; padding: 12px 16px; border-radius: 12px; background: rgba(217,122,108,0.14); color: var(--re-bad); font-size: 13px; }
.re-funnel-done { text-align: center; padding: 8px 4px; animation: re-fadeup 0.5s var(--re-ease) both; }
.re-done-badge { margin: 0 auto; width: 64px; height: 64px; border-radius: 9999px; display: grid; place-items: center; font-size: 28px; background: linear-gradient(135deg, var(--re-gold-lt), var(--re-gold-deep)); }
.re-funnel-done h3 { margin-top: 18px; }
.re-funnel-done p { margin-top: 12px; font-size: 14px; color: var(--re-muted); }
.re-done-metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.re-done-metrics .cell { padding: 12px; border-radius: 12px; background: rgba(245,242,238,0.03); }
.re-done-metrics .n { font-family: var(--re-serif); font-size: 20px; color: var(--re-gold); }
.re-done-metrics .l { margin-top: 2px; font-size: 10px; color: var(--re-muted); }
.re-restart { margin-top: 20px; background: none; border: 0; cursor: pointer; font-size: 12px; color: var(--re-gold); text-decoration: underline; }

/* ============================================================================
   FAQ
   ============================================================================ */
.re-faq-list { margin-top: 44px; border-radius: 26px; border: 1px solid var(--re-line); overflow: hidden; background: linear-gradient(160deg, var(--re-panel), var(--re-bg-2)); }
.re-faq-item { border-top: 1px solid var(--re-line); }
.re-faq-item:first-child { border-top: 0; }
.re-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; text-align: left; background: none; border: 0; cursor: pointer; }
.re-faq-q span:first-child { font-size: 17px; font-weight: 500; color: var(--re-warm); }
.re-faq-icon { flex: 0 0 32px; height: 32px; border-radius: 9999px; display: grid; place-items: center; background: rgba(245,242,238,0.05); color: var(--re-gold); transition: transform 0.3s; }
.re-faq-item.open .re-faq-icon { transform: rotate(45deg); }
.re-faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s var(--re-ease); }
.re-faq-item.open .re-faq-a { grid-template-rows: 1fr; }
.re-faq-a > div { overflow: hidden; }
.re-faq-a p { padding: 0 26px 24px; font-size: 15px; line-height: 1.75; color: var(--re-muted); }
.re-faq-foot { margin-top: 30px; text-align: center; font-size: 14px; color: var(--re-muted); }
.re-faq-foot button { background: none; border: 0; cursor: pointer; color: var(--re-gold); text-decoration: underline; font-size: 14px; font-family: inherit; }

/* ============================================================================
   STICKY CTA + FOOTER
   ============================================================================ */
.re-sticky { position: fixed; inset: auto 0 0 0; z-index: 45; padding: 12px; pointer-events: none; transform: translateY(120%); opacity: 0; transition: all 0.4s var(--re-ease); }
.re-sticky.show { transform: none; opacity: 1; }
.re-sticky-inner { pointer-events: auto; max-width: 680px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px 12px 22px; border-radius: 18px; border: 1px solid var(--re-line); background: rgba(20,18,12,0.9); backdrop-filter: blur(16px); box-shadow: 0 20px 50px -20px rgba(0,0,0,0.8); }
.re-sticky-inner p { font-size: 14px; font-weight: 500; color: var(--re-warm); }
.re-sticky-inner .re-btn { padding: 11px 20px; white-space: nowrap; }
@media (max-width: 600px) {
  .re-sticky { padding: 10px; }
  .re-sticky-inner { padding: 10px 12px; border-radius: 14px; gap: 0; }
  .re-sticky-inner p { display: none; }
  .re-sticky-inner .re-btn { width: 100%; justify-content: center; padding: 14px 20px; }
}

.re-foot { border-top: 1px solid var(--re-line); background: #0b0a07; padding: 64px 0 40px; }
.re-foot-top { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 30px; }
.re-foot-brand img { height: 30px; }
.re-foot-brand p { margin-top: 16px; font-size: 14px; line-height: 1.7; color: var(--re-muted); }
.re-foot-links { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.re-foot-links a { font-size: 14px; color: var(--re-muted); transition: color 0.3s; }
.re-foot-links a:hover { color: var(--re-gold); }
.re-foot-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--re-line); font-size: 12px; color: var(--re-faint); }

/* ============================================================================
   MOTION — reveal + fadeup
   ============================================================================ */
@keyframes re-fadeup { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.re-fadeup { animation: re-fadeup 0.9s var(--re-ease) both; }
.re-fadeup-2 { animation: re-fadeup 0.9s var(--re-ease) 0.15s both; }
.re-fadeup-3 { animation: re-fadeup 0.9s var(--re-ease) 0.3s both; }

.re-ready [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--re-ease), transform 0.8s var(--re-ease); transition-delay: var(--reveal-delay, 0s); will-change: opacity, transform; }
.re-ready [data-reveal].in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .re-ready [data-reveal] { opacity: 1 !important; transform: none !important; }
}
