/* ============================================================
   Swisscort — La référence suisse des rencontres privés
   Geneva-focused landing. White theme, own visual identity.
   Fonts: Poppins (display) + DM Sans (body) — distinct from source.
   ============================================================ */

:root {
  --bg:        #ffffff;
  --bg-2:      #fafafa;
  --surface:   #ffffff;
  --surface-2: #f5f5f7;
  --fg:        #14161c;
  --fg-muted:  #6b7280;
  --line:      rgba(20, 22, 28, 0.10);

  --pink:      #e05888;
  --pink-deep: #d83878;
  --pink-soft: rgba(224, 88, 136, 0.10);

  --radius:    18px;
  --radius-sm: 12px;
  --maxw:      1180px;
  --shadow:    0 18px 44px rgba(20, 22, 28, 0.10);

  --font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body:    "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: -0.01em; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== Brand wordmark ===== */
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.brand-text::first-letter { color: var(--pink); }

/* ===== Buttons ===== */
.btn {
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(216, 56, 120, 0.28);
}
.btn-primary:hover { box-shadow: 0 14px 30px rgba(216, 56, 120, 0.4); }
.btn-outline {
  background: transparent;
  color: var(--pink-deep);
  border-color: var(--pink);
}
.btn-outline:hover { background: var(--pink-soft); }
.btn-ghost {
  background: transparent;
  color: var(--fg);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }
.btn-lg { padding: 15px 30px; font-size: 1.05rem; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 68px;
}
.brand { display: flex; align-items: center; }
.main-nav {
  display: flex;
  gap: 22px;
  margin-left: 14px;
  flex: 1;
}
.main-nav a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--fg-muted);
  transition: color .18s ease;
}
.main-nav a:hover { color: var(--pink); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--fg);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}

/* ===== Photo placeholders ===== */
.photo-placeholder {
  display: grid;
  place-items: center;
  background:
    repeating-linear-gradient(45deg, #f7f7f9, #f7f7f9 12px, #f1f1f4 12px, #f1f1f4 24px);
  border: 2px dashed rgba(20, 22, 28, 0.18);
  border-radius: var(--radius-sm);
  color: var(--fg-muted);
}
.placeholder-label {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: .02em;
  color: #9aa0a8;
  pointer-events: none;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(900px 460px at 80% -10%, rgba(224, 88, 136, 0.10), transparent 60%),
    radial-gradient(760px 460px at 0% 10%, rgba(216, 56, 120, 0.06), transparent 55%),
    var(--bg);
  text-align: center;
}
.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--pink-deep);
  background: var(--pink-soft);
  border: 1px solid rgba(224, 88, 136, 0.28);
  padding: 7px 16px;
  border-radius: 999px;
  margin: 0 0 22px;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  max-width: 20ch;
  margin: 0 auto;
}
.hero-title .accent {
  background: linear-gradient(120deg, var(--pink) 0%, var(--pink-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  color: var(--fg-muted);
  font-size: 1.1rem;
  max-width: 60ch;
  margin: 22px auto 0;
}
.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
}

/* ===== Sections ===== */
.section { padding: 72px 0; }
.section-title { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.section-lead { color: var(--fg-muted); margin: 10px 0 34px; max-width: 60ch; }
.section-head-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}
.section-head-row .section-title { margin: 0; }
.link-more {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--pink);
  white-space: nowrap;
}
.link-more:hover { color: var(--pink-deep); }

/* ===== Localisation Genève ===== */
.section-geneva { background: var(--bg-2); }
.geneva-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.geneva-media {
  min-height: 320px;
  box-shadow: var(--shadow);
}
.photo-placeholder-wide { border-radius: var(--radius); }

/* ===== Profiles ===== */
.profiles-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.profile-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.profile-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(224, 88, 136, 0.4);
}
.profile-media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
.badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 2;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: .04em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(20, 22, 28, 0.72);
  color: #fff;
  backdrop-filter: blur(4px);
}
.badge-hot { background: linear-gradient(135deg, var(--pink), var(--pink-deep)); }
.badge-new { background: #28a040; }
.profile-body { padding: 12px 14px 16px; }
.profile-body h3 { font-size: 1.05rem; font-weight: 600; }
.profile-meta { margin: 4px 0 0; font-size: 0.82rem; color: var(--fg-muted); }

/* ===== Features ===== */
.section-features { background: var(--bg-2); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-4px); border-color: rgba(224, 88, 136, 0.4); box-shadow: var(--shadow); }
.feature-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--pink-soft);
  color: var(--pink);
  margin-bottom: 18px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }
.feature p { margin: 0; color: var(--fg-muted); font-size: 0.95rem; }

/* ===== CTA final ===== */
.cta-final {
  padding: 84px 0;
  text-align: center;
  background:
    radial-gradient(820px 360px at 50% 120%, rgba(224, 88, 136, 0.12), transparent 60%),
    var(--bg-2);
}
.cta-inner h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); max-width: 22ch; margin: 0 auto; }
.cta-inner p { color: var(--fg-muted); max-width: 56ch; margin: 16px auto 0; font-size: 1.05rem; }

/* ===== Footer ===== */
.site-footer { background: #f5f5f7; border-top: 1px solid var(--line); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 56px 20px 40px;
}
.footer-logo { display: inline-block; margin-bottom: 16px; }
.footer-brand p { color: var(--fg-muted); font-size: 0.92rem; max-width: 40ch; }
.footer-col h4 {
  font-size: 1rem; font-weight: 600; margin-bottom: 14px; color: var(--fg);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-col a { color: var(--fg-muted); font-size: 0.92rem; transition: color .18s ease; }
.footer-col a:hover { color: var(--pink); }
.footer-bottom { border-top: 1px solid var(--line); padding: 18px 0; }
.footer-bottom p { margin: 0; text-align: center; color: var(--fg-muted); font-size: 0.85rem; }

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 80;
  max-width: 720px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-banner.hidden { display: none; }
.cookie-banner p { margin: 0; flex: 1; min-width: 220px; font-size: 0.9rem; color: var(--fg-muted); }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 9px 16px; font-size: 0.85rem; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .profiles-grid { grid-template-columns: repeat(3, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .main-nav {
    position: fixed;
    inset: 68px 0 auto 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 8px 20px 16px;
    margin: 0;
    transform: translateY(-120%);
    transition: transform .3s ease;
    z-index: 40;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: flex; }
  .header-actions .btn-ghost { display: none; }
  .geneva-inner { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .hero { padding: 60px 0 50px; }
}

@media (max-width: 480px) {
  .profiles-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1 1 100%; }
}
