/* ===== Datezy Landing – styles.css ===== */
:root {
  --bg: #0E0F13;
  --bg-2: #14151b;
  --card: #16171d;
  --card-2: #1b1c24;
  --line: #262833;
  --text: #F5F6F8;
  --muted: #9AA0AE;
  --muted-2: #6c7280;
  --pink: #FF4D67;
  --pink-2: #FF7A8A;
  --pink-deep: #E23350;
  --grad: linear-gradient(135deg, #FF6A5A 0%, #FF4D67 45%, #FF5C9E 100%);
  --grad-soft: linear-gradient(135deg, #ff5a6e 0%, #ff5c9e 100%);
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px -20px rgba(0,0,0,.7);
  --shadow-pink: 0 18px 50px -12px rgba(255,77,103,.45);
  --maxw: 1160px;
  --ff-head: 'Sora', system-ui, sans-serif;
  --ff-body: 'Manrope', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--pink); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.grad {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--ff-head); font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .3s ease, background-color .2s ease;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-pink); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 24px 60px -12px rgba(255,77,103,.6); }
.btn-primary:active { transform: translateY(0); }
.btn-sm { padding: 10px 20px; font-size: .92rem; }
.btn-lg { padding: 18px 40px; font-size: 1.12rem; }

/* Store buttons */
.store-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #101116; border: 1px solid var(--line);
  padding: 11px 22px 11px 18px; border-radius: 14px;
  transition: transform .2s ease, border-color .25s ease, background-color .25s ease;
}
.store-btn:hover { transform: translateY(-2px); border-color: #3a3d4d; background: #15161d; }
.store-btn span { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-btn small { font-size: .72rem; color: var(--muted); letter-spacing: .3px; }
.store-btn strong { font-family: var(--ff-head); font-size: 1.12rem; }
.store-btn--soon { opacity: .55; cursor: default; color: var(--muted); }
.store-btn--soon:hover { transform: none; border-color: var(--line); background: #101116; }
.store-btn--soon svg { color: var(--muted); }
.store-btn--onpink { background: #0E0F13; border-color: transparent; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14,15,19,.72);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background-color .3s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(14,15,19,.9); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { border-radius: 10px; }
.brand-name { font-family: var(--ff-head); font-weight: 800; font-size: 1.4rem; letter-spacing: -.5px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: var(--muted); font-weight: 600; font-size: .96rem; transition: color .2s ease; }
.nav a:hover { color: var(--text); }
.nav .nav-cta { color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Pills / eyebrow ===== */
.pill { display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 700; padding: 7px 15px; border-radius: 999px; }
.pill-accent { background: rgba(255,77,103,.12); color: var(--pink-2); border: 1px solid rgba(255,77,103,.28); }
.eyebrow { display: inline-block; font-family: var(--ff-head); font-weight: 700; font-size: .82rem; letter-spacing: 2px; text-transform: uppercase; color: var(--pink); margin-bottom: 14px; }
.eyebrow-on-pink { color: rgba(255,255,255,.85); }

/* ===== Hero ===== */
.hero { position: relative; padding: 70px 0 40px; overflow: hidden; }
.hero-glow {
  position: absolute; top: -260px; right: -180px; width: 780px; height: 780px;
  background: radial-gradient(circle, rgba(255,77,103,.28) 0%, rgba(255,92,158,.10) 40%, transparent 70%);
  filter: blur(20px); pointer-events: none; z-index: 0;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero-title { font-family: var(--ff-head); font-weight: 800; font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1.03; letter-spacing: -1.5px; margin: 18px 0 20px; }
.hero-sub { font-size: 1.14rem; color: var(--muted); max-width: 540px; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 22px; }
.hero-trust li { display: flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--muted); font-weight: 600; }
.ico { width: 20px; height: 20px; fill: none; stroke: var(--pink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Phone mockup */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 300px; background: #05060a; border-radius: 44px;
  padding: 12px; border: 2px solid #23252f;
  box-shadow: var(--shadow), 0 0 0 6px rgba(255,255,255,.02);
}
.phone-hero { transform: rotate(2deg); }
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 120px; height: 24px; background: #05060a; border-radius: 0 0 16px 16px; z-index: 3; }
.phone-screen { position: relative; border-radius: 33px; overflow: hidden; aspect-ratio: 700 / 1244; background: #0E0F13; }
.phone-screen img, .phone-screen video { width: 100%; height: 100%; object-fit: cover; }
.phone-sm { width: 236px; border-radius: 36px; padding: 9px; }
.phone-sm .phone-screen { border-radius: 28px; }

.float-card {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: rgba(24,25,32,.82); backdrop-filter: blur(10px);
  border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px;
  box-shadow: var(--shadow); z-index: 4;
}
.float-card strong { display: block; font-family: var(--ff-head); font-size: .95rem; }
.float-card small { color: var(--muted); font-size: .8rem; }
.float-match { top: 18%; left: -28px; animation: floaty 4s ease-in-out infinite; }
.float-heart { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--grad); color: #fff; font-size: 1.1rem; }
.float-rating { bottom: 14%; right: -22px; flex-direction: column; align-items: flex-start; gap: 2px; animation: floaty 4.6s ease-in-out infinite .6s; }
.float-rating .stars { color: #FFC93C; letter-spacing: 2px; font-size: .95rem; }
.float-rating small { color: var(--muted); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ===== Trust strip ===== */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); margin-top: 30px; }
.strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 32px 24px; }
.strip-item strong { display: block; font-family: var(--ff-head); font-size: 1.15rem; margin-bottom: 3px; }
.strip-item span { color: var(--muted); font-size: .9rem; }

/* ===== Sections ===== */
.section { padding: 96px 0; }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head h2, .final-inner h2, .download-copy h2 { font-family: var(--ff-head); font-weight: 800; font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.1; letter-spacing: -1px; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-top: 16px; }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(255,77,103,.4); background: var(--card-2); }
.feature-ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: rgba(255,77,103,.12); margin-bottom: 18px; }
.feature-ico svg { width: 28px; height: 28px; fill: none; stroke: var(--pink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { font-family: var(--ff-head); font-size: 1.2rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: .96rem; }

/* Video */
.section-video { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.video-copy h2 { margin-bottom: 16px; }
.video-copy p { color: var(--muted); font-size: 1.08rem; margin-bottom: 26px; max-width: 460px; }
.video-visual { display: flex; justify-content: center; }
.video-visual .phone { transform: rotate(-2deg); }

/* Screenshots */
.shots-scroll {
  display: flex; gap: 26px; overflow-x: auto; padding: 8px 24px 30px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.shots-scroll::-webkit-scrollbar { display: none; }
.shots-scroll::before, .shots-scroll::after { content: ''; flex: 0 0 max(0px, calc((100vw - var(--maxw)) / 2 - 24px)); }
.shot { scroll-snap-align: center; flex: 0 0 auto; text-align: center; }
.shot figcaption { margin-top: 16px; color: var(--muted); font-weight: 600; font-family: var(--ff-head); font-size: .98rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; position: relative; }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--grad); color: #fff; font-family: var(--ff-head); font-weight: 800; font-size: 1.3rem; margin-bottom: 18px; box-shadow: var(--shadow-pink); }
.step h3 { font-family: var(--ff-head); font-size: 1.25rem; margin-bottom: 8px; }
.step p { color: var(--muted); }

/* Download */
.section-download { background: var(--bg-2); border-top: 1px solid var(--line); }
.download-card {
  display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center;
  background: var(--grad); border-radius: 28px; padding: 52px; color: #fff;
  box-shadow: var(--shadow-pink); position: relative; overflow: hidden;
}
.download-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% -20%, rgba(255,255,255,.18), transparent 45%); pointer-events: none; }
.download-copy h2 { color: #fff; }
.download-copy p { color: rgba(255,255,255,.9); font-size: 1.08rem; margin: 16px 0 26px; max-width: 460px; }
.underline { text-decoration: underline; text-decoration-thickness: 4px; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.55); }
.download-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.download-qr { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.download-qr img { background: #fff; padding: 14px; border-radius: 18px; box-shadow: var(--shadow); }
.download-qr span { font-weight: 700; font-size: .9rem; }

/* iOS card */
.ios-card {
  margin-top: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 32px;
}
.ios-icon { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 16px; background: #0d0e12; border: 1px solid var(--line); color: #fff; }
.ios-text h3 { font-family: var(--ff-head); font-size: 1.2rem; margin-bottom: 4px; }
.ios-text p { color: var(--muted); font-size: .95rem; max-width: 460px; }
.ios-form { display: flex; gap: 10px; }
.ios-form input {
  background: #0d0e12; border: 1px solid var(--line); border-radius: 999px; color: var(--text);
  padding: 13px 20px; font-family: var(--ff-body); font-size: .96rem; min-width: 240px; outline: none;
  transition: border-color .2s ease;
}
.ios-form input:focus { border-color: var(--pink); }
.ios-msg { grid-column: 1 / -1; margin-top: 4px; font-weight: 600; font-size: .92rem; min-height: 0; }
.ios-msg.ok { color: #4ade80; }
.ios-msg.err { color: var(--pink-2); }

/* FAQ */
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .25s ease; }
.faq-item[open] { border-color: rgba(255,77,103,.4); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 24px; font-family: var(--ff-head); font-weight: 700; font-size: 1.06rem;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.6rem; font-weight: 400; color: var(--pink); transition: transform .3s ease; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 24px 22px; color: var(--muted); }

/* Final CTA */
.final-cta { text-align: center; }
.final-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.final-inner img { border-radius: 18px; }
.final-inner h2 { font-size: clamp(2rem, 4.5vw, 3.1rem); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { color: var(--muted); font-size: .94rem; margin: 16px 0; max-width: 320px; }
.made { font-size: .88rem; color: var(--muted); font-weight: 600; }
.footer-col h4 { font-family: var(--ff-head); font-size: 1rem; margin-bottom: 16px; }
.footer-col a { display: block; color: var(--muted); font-size: .94rem; padding: 5px 0; transition: color .2s ease; }
.footer-col a:hover { color: var(--pink-2); }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .88rem; }

/* Scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
[data-reveal].in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-grid, .video-grid, .download-card { grid-template-columns: 1fr; }
  .hero-visual { order: -1; margin-bottom: 10px; }
  .hero-copy { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-trust { justify-content: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-inner { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .video-copy { text-align: center; }
  .video-copy p { margin-left: auto; margin-right: auto; }
  .download-card { text-align: center; }
  .download-copy p { margin-left: auto; margin-right: auto; }
  .download-cta { justify-content: center; }
  .ios-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .ios-form { flex-direction: column; width: 100%; max-width: 360px; }
  .ios-form input { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 0; background: rgba(14,15,19,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 10px 24px 24px; transform: translateY(-130%); transition: transform .35s cubic-bezier(.16,1,.3,1); align-items: stretch; }
  .nav.open { transform: none; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav .nav-cta { margin-top: 14px; border-bottom: none; }
  .nav-toggle { display: flex; }
  .section { padding: 68px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .download-card { padding: 36px 24px; }
  .phone { width: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ===== Subpages: breadcrumb, article, hub, invite ===== */
.subpage { padding: 40px 0 20px; }
.breadcrumb { font-size: .84rem; color: var(--muted); margin-bottom: 26px; }
.breadcrumb a { color: var(--muted); transition: color .2s ease; }
.breadcrumb a:hover { color: var(--pink-2); }
.breadcrumb .sep { color: var(--muted-2); margin: 0 8px; }

.region-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 700; color: var(--pink-2); background: rgba(255,77,103,.12); border: 1px solid rgba(255,77,103,.28); padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.page-hero h1 { font-family: var(--ff-head); font-weight: 800; font-size: clamp(2rem, 4.5vw, 3.1rem); line-height: 1.08; letter-spacing: -1px; margin-bottom: 16px; }
.page-hero .lead { font-size: 1.12rem; color: var(--muted); max-width: 760px; }

.prose { max-width: 820px; }
.prose h2 { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.45rem, 3vw, 1.95rem); letter-spacing: -.5px; margin: 46px 0 14px; }
.prose h3 { font-family: var(--ff-head); font-weight: 700; font-size: 1.15rem; margin: 26px 0 8px; }
.prose p { color: #c9ccd6; margin-bottom: 16px; }
.prose ul { color: #c9ccd6; margin: 0 0 16px 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--text); }
.prose h1 { font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.6rem); letter-spacing: -.8px; line-height: 1.1; margin: 0 0 18px; color: var(--text); }
.prose h1 + p em, .prose > p:first-of-type em { color: var(--muted); font-style: normal; font-size: .9rem; }
.prose a { color: var(--pink-2); text-decoration: underline; text-underline-offset: 3px; transition: color .2s ease; }
.prose a:hover { color: var(--pink); }
.prose em { color: var(--muted); }

.inline-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 28px; margin: 34px 0; }
.inline-cta img.qr { width: 96px; height: 96px; background: #fff; padding: 8px; border-radius: 12px; }
.inline-cta .ic-text { flex: 1; min-width: 220px; }
.inline-cta h3 { font-family: var(--ff-head); font-size: 1.18rem; margin: 0 0 4px; }
.inline-cta p { color: var(--muted); font-size: .94rem; margin: 0; }

.nearby { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.nearby a { background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: .9rem; font-weight: 600; color: #c9ccd6; transition: border-color .2s ease, color .2s ease; }
.nearby a:hover { border-color: rgba(255,77,103,.5); color: var(--pink-2); }

.faq-mini { margin-top: 34px; }

/* City hub */
.country-block { margin-bottom: 48px; }
.country-block h2 { font-family: var(--ff-head); font-weight: 800; font-size: 1.55rem; margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
.country-block .sub { color: var(--muted); font-size: .95rem; margin-bottom: 20px; }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.city-grid a { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 15px 18px; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.city-grid a:hover { transform: translateY(-3px); border-color: rgba(255,77,103,.5); background: var(--card-2); }
.city-grid .cty { font-family: var(--ff-head); font-weight: 700; font-size: 1rem; }
.city-grid .rgn { color: var(--muted); font-size: .8rem; margin-top: 2px; }

/* Invite / share */
.invite-hero { text-align: center; max-width: 680px; margin: 0 auto 6px; }
.invite-hero .logo-lg { width: 76px; height: 76px; border-radius: 18px; margin: 0 auto 22px; }
.share-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 680px; margin: 32px auto; }
.share-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-radius: var(--radius-sm); font-family: var(--ff-head); font-weight: 700; color: #fff; transition: transform .2s ease, filter .2s ease; }
.share-btn:hover { transform: translateY(-3px); filter: brightness(1.08); }
.share-btn svg { width: 22px; height: 22px; fill: currentColor; }
.sb-wa { background: #25D366; color: #06381f; }
.sb-tg { background: #229ED9; }
.sb-fb { background: #1877F2; }
.sb-x { background: #0c0d11; border: 1px solid var(--line); }
.sb-mail { background: var(--card-2); border: 1px solid var(--line); }
.sb-copy { background: var(--grad); }
.copy-row { display: flex; gap: 10px; max-width: 680px; margin: 0 auto; }
.copy-row input { flex: 1; background: #0d0e12; border: 1px solid var(--line); border-radius: 999px; color: var(--text); padding: 13px 20px; font-family: var(--ff-body); outline: none; }
.copy-row input:focus { border-color: var(--pink); }
.invite-qr { display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 40px auto 0; }
.invite-qr img { width: 170px; height: 170px; background: #fff; padding: 12px; border-radius: 16px; box-shadow: var(--shadow); }
.invite-qr span { color: var(--muted); font-weight: 600; font-size: .9rem; }
.copy-msg { text-align: center; margin-top: 12px; font-weight: 600; color: #4ade80; min-height: 20px; }

.region-head { font-family: var(--ff-head); font-weight: 700; font-size: 1.05rem; color: var(--muted); margin: 26px 0 12px; }
.region-head a { color: var(--pink-2); }
.region-head a:hover { color: var(--pink); }

/* iOS "Bald verfügbar" popover on the hero badge */
.ios-soon-wrap { position: relative; display: inline-block; }
.ios-popover {
  position: absolute; bottom: calc(100% + 14px); left: 0; z-index: 40; width: 320px; max-width: 86vw;
  background: #14151b; border: 1px solid var(--line); border-radius: 16px; padding: 18px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.ios-soon-wrap:hover .ios-popover,
.ios-soon-wrap:focus-within .ios-popover,
.ios-soon-wrap.open .ios-popover { opacity: 1; visibility: visible; transform: translateY(0); }
.ios-popover::after {
  content: ''; position: absolute; bottom: -7px; left: 34px; width: 12px; height: 12px;
  background: #14151b; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transform: rotate(45deg);
}
.ios-popover strong { display: block; font-family: var(--ff-head); font-size: 1rem; margin-bottom: 6px; color: var(--text); }
.ios-popover p { color: var(--muted); font-size: .86rem; margin-bottom: 12px; line-height: 1.5; }
.ios-popover form { display: flex; gap: 8px; }
.ios-popover input { flex: 1; min-width: 0; background: #0d0e12; border: 1px solid var(--line); border-radius: 999px; color: var(--text); padding: 10px 14px; font-family: var(--ff-body); font-size: .86rem; outline: none; }
.ios-popover input:focus { border-color: var(--pink); }
.ios-popover button { border: none; cursor: pointer; background: var(--grad); color: #fff; border-radius: 999px; padding: 10px 18px; font-family: var(--ff-head); font-weight: 700; font-size: .84rem; }
.wl-msg { margin-top: 8px; font-size: .82rem; font-weight: 600; min-height: 16px; }
.wl-msg.ok { color: #4ade80; }
.wl-msg.err { color: var(--pink-2); }

@media (max-width: 760px) {
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .share-grid { grid-template-columns: 1fr 1fr; }
}
