:root {
  --pink: #ec1c34;
  --pink-2: #ff4b6e;
  --ink: #171521;
  --muted: #706b79;
  --soft: #fff4f5;
  --soft-2: #ffe7eb;
  --line: rgba(23, 21, 33, .10);
  --card: rgba(255,255,255,.82);
  --shadow: 0 22px 70px rgba(236, 28, 52, .14);
  --gold: #ffc400;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 4%, rgba(236, 28, 52, .12), transparent 32%),
    radial-gradient(circle at 8% 32%, rgba(255, 75, 110, .08), transparent 24%),
    #fff;
}

a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }

.page-shell { overflow: hidden; }
.section-pad { padding: 88px clamp(22px, 5vw, 84px); }
.section-pad-sm { padding: 58px clamp(22px, 5vw, 84px); }

/* ── Header (dark, to match the Beate Uhse Flirt logo) ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(22px, 5vw, 76px);
  background: linear-gradient(180deg, #000 0%, #0d0d10 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: .25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 35px rgba(0, 0, 0, .35);
}

/* ── Logo ── */
.bu-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.bu-logo__name {
  font-weight: 900;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: .02em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
.bu-logo__heart {
  display: inline-flex;
  align-items: center;
  color: var(--pink);
  filter: drop-shadow(0 3px 6px rgba(236,28,52,.45));
  font-size: 26px;
}
.bu-logo__flirt {
  font-family: 'Pacifico', cursive;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--pink);
  position: relative;
  padding: 0 4px 6px;
  text-shadow: 0 2px 8px rgba(236,28,52,.35);
}
.bu-logo__flirt::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -10px;
  bottom: 0;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--gold), #ffe07a);
  transform: rotate(-2deg);
}
.bu-logo--sm .bu-logo__name { font-size: 18px; }
.bu-logo--sm .bu-logo__flirt { font-size: 26px; }
.bu-logo--sm .bu-logo__heart { font-size: 20px; }

.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-weight: 800; font-size: 14px; }
.desktop-nav a { color: rgba(255,255,255,.8); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--pink-2); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.language-btn {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.8);
  font-weight: 800;
  cursor: pointer;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  box-shadow: 0 16px 34px rgba(236,28,52,.28);
}
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: 0 10px 26px rgba(0,0,0,.15); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.45); }
.btn-big { min-height: 58px; padding: 0 34px; }

.mobile-toggle { display: none; width: 44px; height: 44px; border: 0; background: #1b1b20; border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,.3); }
.mobile-toggle span { display: block; width: 20px; height: 2px; background: #fff; margin: 4px auto; border-radius: 8px; }
.mobile-nav { display: none; }

.hero {
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 54px;
  align-items: center;
  padding-top: 72px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--pink); font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow span { width: 28px; height: 2px; background: var(--pink); display: inline-block; }
.hero h1 { font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -0.075em; margin: 20px 0 24px; }
.hero h1 strong { color: var(--pink); font-style: normal; }
.hero-lead { max-width: 610px; color: #3f3948; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; font-weight: 600; }

/* ── Logo image (tvoj logo: public/assets/logo.png) ── */
.bu-logo-img { height: 54px; width: auto; display: block; max-width: 320px; object-fit: contain; }
.bu-logo--sm .bu-logo-img { height: 42px; max-width: 240px; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin: 38px 0 52px; }
.play-btn { display: inline-flex; align-items: center; gap: 12px; border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.play-btn span { display: inline-grid; place-items: center; width: 48px; height: 48px; color: var(--pink); border: 2px solid var(--pink); border-radius: 50%; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 760px; }
.trust-row div { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: center; }
.trust-row b { font-size: 15px; }
.trust-row small { grid-column: 2; color: var(--muted); font-weight: 700; }
.icon-pill { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 14px; color: var(--pink); background: var(--soft); font-weight: 900; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.hero-photo {
  position: relative;
  width: min(560px, 92vw);
  aspect-ratio: 0.82;
  border-radius: 46% 46% 28px 28px;
  background: linear-gradient(160deg, #fff4f7, #ffd6e1 45%, #2b1a25 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-photo-img {
  position: absolute;
  inset: 0;
  background-image: url('assets/girls/girl-01.jpg');
  background-size: cover;
  background-position: center 20%;
}
.glass-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 42px rgba(23,21,33,.18);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,.8);
}
.glass-card b { display: block; font-size: 18px; }
.glass-card small { display: block; color: var(--muted); font-weight: 800; max-width: 160px; }
.heart-dot { color: #fff; background: var(--pink); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; }
.floating { position: absolute; z-index: 3; }
.floating.one { left: -82px; top: 18%; }
.floating.two { right: -42px; bottom: 13%; display: block; max-width: 185px; }
.floating.two b { color: var(--pink); font-size: 42px; line-height: 1; }

.search-panel {
  width: min(1120px, calc(100% - 44px));
  margin: -20px auto 40px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.95);
  box-shadow: 0 28px 80px rgba(23,21,33,.12);
  border: 1px solid rgba(255,255,255,.72);
}
.centered { text-align: center; }
.section-title h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -0.06em; margin: 0 0 10px; }
.section-title p { margin: 0; color: var(--muted); font-weight: 700; }
.match-form { display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; gap: 18px; align-items: end; margin-top: 34px; }
.match-form label { display: grid; gap: 10px; color: var(--muted); font-weight: 900; font-size: 13px; }
.match-form select, .range-wrap {
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 0 16px;
  color: var(--ink);
  font-weight: 800;
}
.range-wrap { display: grid; align-items: center; padding: 8px 16px; }
.range-wrap input { accent-color: var(--pink); width: 100%; }
.range-wrap output { color: var(--ink); font-size: 13px; }
.btn-search { min-height: 56px; min-width: 190px; }
.micro-trust { display: flex; justify-content: center; gap: clamp(16px, 6vw, 90px); flex-wrap: wrap; margin-top: 28px; color: var(--muted); font-weight: 800; font-size: 13px; }

.tiles { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; }
.feature-tile, .mini-tile, .profile-card, .quote-band, .final-cta, .benefit {
  border: 1px solid rgba(23,21,33,.08);
  box-shadow: 0 18px 55px rgba(23,21,33,.07);
}
.feature-tile {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 44px;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(36,13,24,.92), rgba(36,13,24,.30)),
    radial-gradient(circle at 72% 34%, #ffd4df 0 6%, transparent 7%),
    linear-gradient(145deg, #32131f, #ff7a9c);
}
.feature-tile h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.06em; margin: 0 0 20px; max-width: 560px; }
.feature-tile p { max-width: 420px; font-size: 18px; line-height: 1.6; font-weight: 700; }
.tile-stack { display: grid; gap: 24px; }
.mini-tile { min-height: 198px; padding: 34px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff, var(--soft)); position: relative; overflow: hidden; }
.mini-tile:after { content: ""; position: absolute; width: 210px; height: 210px; right: -55px; top: 22px; border-radius: 50%; background: radial-gradient(circle at 50% 42%, #ffbacb 0 19%, #ec1c34 20% 44%, #3b1222 45% 70%, transparent 71%); opacity: .55; }
.tile-icon { color: var(--pink); font-size: 32px; font-weight: 900; }
.mini-tile h3 { font-size: 26px; margin: 16px 0 10px; }
.mini-tile p { color: #4a4350; font-weight: 700; max-width: 330px; }
.mini-tile a { color: var(--pink); font-weight: 900; }

.matches { background: linear-gradient(180deg, rgba(255,244,247,.6), rgba(255,255,255,0)); }
.matches-hint { margin-top: 10px; color: var(--muted); font-weight: 700; }
.match-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.match-grid:empty { min-height: 0; }

/* ── Profile cards (real photos) ── */
.profile-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
  opacity: 0;
  transform: translateY(18px);
  animation: cardIn .55s ease forwards;
}
@keyframes cardIn { to { opacity: 1; transform: translateY(0); } }
.profile-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(236,28,52,.20); }
.profile-photo {
  position: relative;
  height: 300px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.45) 100%),
    var(--photo, linear-gradient(145deg, #efb091, #d07a64));
  background-size: cover;
  background-position: center top;
}
.profile-photo .status {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  color: #fff; background: #26c281; border-radius: 999px;
  padding: 7px 10px; font-size: 12px; font-weight: 900;
}
.profile-photo .status.new { background: var(--pink); }
.profile-photo .lock {
  position: absolute; right: 14px; top: 14px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(0,0,0,.45); color: #fff; font-size: 15px;
  backdrop-filter: blur(4px);
}
.profile-info { padding: 18px 20px 22px; }
.profile-info h3 { margin: 0 0 6px; font-size: 21px; }
.profile-info p { margin: 0 0 14px; color: var(--muted); font-weight: 700; font-size: 14px; }
.profile-info .btn { width: 100%; min-height: 42px; font-size: 14px; }

.quote-band { width: min(1120px, calc(100% - 44px)); margin: 40px auto; padding: 34px 42px; border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--soft), #fff); display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.quote-mark { color: var(--pink); font-size: 86px; font-weight: 900; line-height: .8; }
.quote-band blockquote { margin: 0; font-size: clamp(20px, 2vw, 28px); font-weight: 900; letter-spacing: -0.035em; }
.rating { color: var(--gold); font-weight: 900; white-space: nowrap; }
.rating span { color: var(--muted); }

.benefits { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.benefit { display: grid; gap: 8px; min-height: 150px; align-content: center; justify-items: center; text-align: center; border-radius: 22px; background: #fff; padding: 20px; }
.benefit span { font-size: 28px; }
.benefit b { font-size: 15px; }
.benefit small { color: var(--muted); font-weight: 700; }

.final-cta { width: min(1120px, calc(100% - 44px)); margin: 30px auto 80px; padding: 44px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #0d0d10, #ec1c34); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { font-size: clamp(32px, 4vw, 54px); letter-spacing: -0.06em; margin: 0 0 12px; }
.final-cta p { margin: 0; font-weight: 700; opacity: .88; }
.final-cta .btn-primary { background: #fff; color: var(--pink); box-shadow: 0 16px 34px rgba(0,0,0,.15); }

.site-footer { padding: 42px clamp(22px, 5vw, 76px); border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; color: var(--muted); font-weight: 700; background: #000; }
.site-footer p { color: rgba(255,255,255,.65); }
.site-footer .bu-logo__name { color: #fff; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.7); }
.footer-links a:hover { color: var(--pink-2); }

/* ── Modals ── */
.video-modal, .reg-modal { width: min(560px, calc(100% - 40px)); border: 0; border-radius: 28px; padding: 38px; box-shadow: 0 30px 100px rgba(23,21,33,.25); }
.video-modal::backdrop, .reg-modal::backdrop { background: rgba(10,10,12,.62); backdrop-filter: blur(6px); }
.modal-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; font-size: 34px; cursor: pointer; color: var(--ink); }
.video-modal h3 { margin: 0 0 10px; font-size: 32px; letter-spacing: -.04em; }
.video-modal p { color: var(--muted); font-weight: 700; }
.modal-demo { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; color: var(--pink); font-weight: 900; }

/* ── Registration / e-mail modal ── */
.reg-modal__head { text-align: center; margin-bottom: 22px; }
.reg-modal__heart { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--pink), var(--pink-2)); font-size: 26px; margin-bottom: 14px; box-shadow: 0 14px 30px rgba(236,28,52,.32); }
.reg-modal__head h3 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.04em; }
.reg-modal__head p { margin: 0; color: var(--muted); font-weight: 700; }
.reg-form { display: grid; gap: 16px; }
.reg-field { display: grid; gap: 8px; font-weight: 900; font-size: 13px; color: var(--muted); }
.reg-field input {
  min-height: 56px; border: 1px solid var(--line); border-radius: 16px;
  padding: 0 18px; font-weight: 700; font-size: 16px; color: var(--ink);
}
.reg-field input:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(236,28,52,.12); }
.reg-submit { width: 100%; }
.reg-fine { margin: 0; font-size: 12px; color: var(--muted); font-weight: 600; line-height: 1.5; text-align: center; }
.reg-msg { padding: 14px 16px; border-radius: 14px; font-weight: 700; font-size: 14px; }
.reg-msg.is-error { background: #ffe9ec; color: #b3122a; }
.reg-msg.is-success { background: #e7f8ef; color: #15814b; }

/* ── Auth pages (login / register / members shell) ── */
.auth-body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 80% -10%, rgba(236,28,52,.35), transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(255,75,110,.25), transparent 40%),
    #0d0d10;
  color: #fff;
}
.auth-topbar { padding: 18px clamp(20px, 5vw, 60px); }
.auth-main { flex: 1; display: grid; place-items: center; padding: 30px 18px 60px; }
.auth-card {
  width: min(480px, 100%);
  background: #fff;
  color: var(--ink);
  border-radius: 28px;
  padding: 40px clamp(24px, 4vw, 44px);
  box-shadow: 0 40px 100px rgba(0,0,0,.45);
}
.auth-card h1 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.04em; }
.auth-card .sub { margin: 0 0 26px; color: var(--muted); font-weight: 700; }
.auth-steps { display: flex; gap: 8px; margin-bottom: 24px; }
.auth-steps i { flex: 1; height: 6px; border-radius: 6px; background: var(--soft-2); }
.auth-steps i.done { background: linear-gradient(90deg, var(--pink), var(--pink-2)); }
.field { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 900; font-size: 13px; color: var(--muted); }
.field input, .field select, .field textarea {
  min-height: 54px; border: 1px solid var(--line); border-radius: 14px;
  padding: 0 16px; font-weight: 700; font-size: 16px; color: var(--ink); background: #fff;
}
.field textarea { padding: 14px 16px; min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(236,28,52,.12); }
.field .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.auth-submit { width: 100%; margin-top: 6px; }
.auth-alt { margin-top: 18px; text-align: center; color: var(--muted); font-weight: 700; font-size: 14px; }
.auth-alt a { color: var(--pink); font-weight: 900; }
.auth-msg { padding: 13px 16px; border-radius: 12px; font-weight: 700; font-size: 14px; margin-bottom: 16px; }
.auth-msg.is-error { background: #ffe9ec; color: #b3122a; }
.auth-msg.is-success { background: #e7f8ef; color: #15814b; }
.demo-hint { margin-top: 16px; padding: 12px 14px; border-radius: 12px; background: var(--soft); color: #7a2330; font-size: 13px; font-weight: 700; text-align: center; }

/* ── Members area ── */
.members-shell { min-height: 100vh; display: flex; flex-direction: column; background: #0d0d10; color: #fff; }
.members-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px clamp(20px, 5vw, 60px);
  background: linear-gradient(180deg, #000, #0d0d10); border-bottom: 1px solid rgba(255,255,255,.08);
}
.members-header .btn-logout { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.18); min-height: 42px; padding: 0 18px; }
.members-hello { color: rgba(255,255,255,.7); font-weight: 800; font-size: 14px; }
.members-main { flex: 1; padding: clamp(18px, 3vw, 32px); max-width: 1160px; margin: 0 auto; width: 100%; }
.members-intro { text-align: center; margin-bottom: 18px; }
.members-intro h2 { font-size: clamp(22px, 3vw, 30px); margin: 0 0 8px; color: #fff; letter-spacing: -.02em; }
.members-intro p { margin: 0 auto; max-width: 680px; color: rgba(255,255,255,.78); font-weight: 600; font-size: 15px; line-height: 1.5; }
.members-intro p b { color: var(--pink-2); }
.dev-banner {
  text-align: center; padding: clamp(26px, 4vw, 42px) clamp(22px, 4vw, 44px);
  border-radius: 22px; margin: 8px 0 28px;
  background: linear-gradient(160deg, #16151c, #100f14);
  border: 1px solid rgba(255,255,255,.07);
}
.dev-banner .dev-heart { font-size: 28px; color: var(--pink); opacity: .9; }
.dev-banner h1 { font-size: clamp(22px, 3vw, 32px); letter-spacing: -.03em; margin: 10px 0 10px; color: #fff; }
.dev-banner p { max-width: 600px; margin: 0 auto; color: rgba(255,255,255,.6); font-weight: 600; font-size: 15px; line-height: 1.6; }
.members-section-title { font-size: 22px; margin: 0 0 20px; color: #fff; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 980px; margin: 0 auto; }
.video-card { background: #15131a; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.video-card:hover { transform: translateY(-4px); border-color: rgba(236,28,52,.4); box-shadow: 0 22px 50px rgba(0,0,0,.5); }
.video-frame { position: relative; aspect-ratio: 4 / 5; background: #000; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.online-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,0,0,.55); backdrop-filter: blur(6px);
  color: #fff; font-size: 12px; font-weight: 800; padding: 6px 11px; border-radius: 999px;
}
.online-badge i { width: 8px; height: 8px; border-radius: 50%; background: #26c281; animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(38,194,129,.55)} 70%{box-shadow:0 0 0 8px rgba(38,194,129,0)} 100%{box-shadow:0 0 0 0 rgba(38,194,129,0)} }
.video-meta { padding: 14px 16px 16px; }
.video-name { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 11px; }
.video-name h3 { margin: 0; font-size: 19px; color: #fff; }
.verified { font-size: 11px; font-weight: 800; color: #6fd3a3; background: rgba(38,194,129,.12); padding: 4px 8px; border-radius: 999px; white-space: nowrap; }
.call-link {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  padding: 11px 12px; border-radius: 12px;
  background: rgba(236,28,52,.12); border: 1px solid rgba(236,28,52,.32);
  color: #fff; font-weight: 800; font-size: 14px; transition: background .2s ease;
}
.call-link:hover { background: rgba(236,28,52,.24); }
.call-link b { color: var(--pink-2); letter-spacing: .04em; font-size: 16px; }
.call-ico { font-size: 14px; }
@media (max-width: 860px) { .video-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; } }

/* ── Hotline (großer Anruf-CTA) ── */
.hotline {
  text-align: center;
  margin: 22px 0 36px;
  padding: clamp(22px, 4vw, 38px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(236,28,52,.30), transparent 60%),
    linear-gradient(160deg, #1a1820, #111014);
  border: 1px solid rgba(255,255,255,.1);
}
.hotline-label { display: inline-block; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.55); margin-bottom: 6px; }
.hotline-num {
  display: block;
  font-size: clamp(56px, 11vw, 96px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  background: linear-gradient(90deg, #ec1c34, #ff7a9c);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hotline-price { margin: 12px 0 18px; font-size: clamp(16px, 2.4vw, 22px); font-weight: 900; color: var(--gold); }
.hotline-btn { background: linear-gradient(135deg, #ec1c34, #ff4b6e); color: #fff; min-height: 54px; padding: 0 42px; font-size: 17px; box-shadow: 0 16px 34px rgba(236,28,52,.34); }
.hotline-note { margin: 14px 0 0; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.6); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .desktop-nav, .language-btn, .header-actions .btn { display: none; }
  .mobile-toggle { display: block; }
  .mobile-nav {
    position: fixed;
    inset: 84px 18px auto 18px;
    z-index: 49;
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(15,15,18,.97);
    box-shadow: 0 24px 70px rgba(0,0,0,.5);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: .22s ease;
  }
  .mobile-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-nav a { padding: 14px 16px; border-radius: 16px; font-weight: 900; background: rgba(255,255,255,.08); color: #fff; }
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-visual { min-height: 520px; }
  .floating.one { left: 12px; }
  .floating.two { right: 10px; }
  .match-form { grid-template-columns: 1fr 1fr; }
  .tiles { grid-template-columns: 1fr; }
  .match-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(3, 1fr); }
  .quote-band { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section-pad, .section-pad-sm { padding-left: 18px; padding-right: 18px; }
  .site-header { padding: 12px 18px; }
  .hero { gap: 24px; }
  .hero h1 { font-size: 46px; }
  .trust-row, .match-form, .match-grid, .benefits { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .hero-photo { width: min(420px, 92vw); }
  .search-panel { padding: 24px; border-radius: 24px; }
  .feature-tile { padding: 28px; min-height: 360px; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 30px; }
  .site-footer { grid-template-columns: 1fr; }
}
