:root {
  --bg: #120608;
  --paper: #fff3ef;
  --ink: #16213a;
  --muted: #5b5e75;
  --accent: #dc163f;
  --accent-dark: #b70f31;
  --card: #fff7f4;
  --line: rgba(22, 33, 58, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 15px; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a { color: inherit; text-decoration: none; }
main p a, main li a { color: var(--accent); font-weight: 600; }
main p a:hover, main li a:hover { color: var(--accent-dark); text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 20; background: rgba(18, 6, 8, 0.92); backdrop-filter: blur(14px); }
.topbar-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo img { width: 36px; height: 36px; }
.topbar-right { display: flex; align-items: center; gap: 24px; }
.nav { display: flex; gap: 28px; color: #ff9dad; font-size: 0.9rem; }
.topbar-cta { background: #dc163f; color: #fff; padding: 10px 24px; border-radius: 6px; font-weight: 600; font-size: 0.88rem; }
.topbar-cta:hover { background: #b70f31; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 6px; cursor: pointer; }
.menu-toggle span { width: 26px; height: 2px; background: #ff9dad; border-radius: 1px; transition: all 0.25s; }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translateY(7px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translateY(-7px); }
.hero { position: relative; min-height: 520px; background: url('../img/banner.jpg') center/cover no-repeat; display: flex; align-items: center; color: #fff; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,6,8,0.86), rgba(18,6,8,0.28)); }
.hero-content { position: relative; z-index: 1; max-width: 640px; padding: 80px 0; }
.eyebrow { margin: 0 0 14px; color: #ffd7df; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 5vw, 4.2rem); margin-bottom: 16px; }
h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
h3 { font-size: 1.15rem; }
.hero-copy, p { color: rgba(255,255,255,0.88); line-height: 1.65; font-size: 0.98rem; }
.hero-copy { max-width: 520px; margin-bottom: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 6px; font-weight: 700; font-size: 0.92rem; }
.primary { background: var(--accent); color: #fff; }
.primary:hover { background: var(--accent-dark); }
.section { padding: 68px 0; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.section-title h2, .center-title { text-align: center; width: 100%; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: #fff; border: 1px solid var(--line); padding: 28px; min-height: 250px; }
.feature-card .icon { width: 36px; height: 36px; margin-bottom: 16px; }
.feature-card h3 { margin-bottom: 12px; }
.feature-card p, .split-text p, .city-card p, .join-box p { color: var(--muted); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split-image { width: 100%; border: 12px solid #fff; box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.split-text p { color: var(--muted); }
.split.reverse .split-grid { direction: rtl; }
.split.reverse .split-text { direction: ltr; }
.cities { background: #fff; }
.center-title { margin-bottom: 28px; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.city-card img { width: 100%; height: 190px; object-fit: cover; margin-bottom: 14px; }
.city-card h3 { margin-bottom: 8px; }
.join-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #fff; padding: 28px; border: 1px solid var(--line); }
.footer { background: #111; padding: 72px 0 22px; color: rgba(255,255,255,0.82); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 48px; align-items: start; }
.footer-about p { color: rgba(255,255,255,0.72); max-width: 520px; }
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 2rem; }
.footer-brand img { width: 34px; height: 34px; }
.footer-socials { display: flex; gap: 14px; margin-top: 22px; }
.footer-socials a { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; }
.footer-col h3 { color: #fff; font-size: 1.4rem; margin-bottom: 18px; }
.footer-col a { display: block; color: rgba(255,255,255,0.72); margin-bottom: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 44px; padding-top: 18px; text-align: center; }
.footer-bottom p { color: rgba(255,255,255,0.58); font-size: 0.92rem; }

.dark-pair { background: #232323; color: #fff; }
.dark-pair-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.dark-pair-image { width: 100%; max-width: 340px; justify-self: center; }
.dark-pair-copy h2 { max-width: 18ch; margin-bottom: 22px; }
.stacked-copy article { margin-bottom: 26px; }
.stacked-copy h3 { margin-bottom: 8px; font-size: 1.45rem; }
.stacked-copy p { color: rgba(255,255,255,0.72); font-size: 0.95rem; }
.dark-pair-alt .dark-pair-grid { grid-template-columns: 0.9fr 1.1fr; }
.testimonials { background: #f6f4f2; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 34px; }
.testimonial-card { text-align: center; background: #fff; border-radius: 8px; padding: 18px 20px 24px; box-shadow: 0 8px 20px rgba(0,0,0,0.06); position: relative; }
.testimonial-card p { color: var(--ink); min-height: 120px; font-size: 0.88rem; }
.testimonial-card img { width: 56px; height: 56px; border-radius: 50%; margin: -6px auto 10px; }
.stars { letter-spacing: 4px; margin: 8px 0 6px; color: #111; font-size: 0.78rem; }
.testimonial-card h3 { margin-bottom: 4px; font-size: 1rem; }
.testimonial-card span { color: var(--muted); font-size: 0.84rem; }
.intro-new { background: #fff; }
.intro-new-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; padding: 8px 0; }
.intro-new-inner h2 { margin-bottom: 8px; max-width: none; }
.intro-new-inner p { max-width: 760px; color: var(--muted); }
.apps-site { background: #fff; }
.apps-site-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 0; }
.apps-site-inner h2 { margin-bottom: 12px; max-width: 13ch; }
.apps-site-inner p { max-width: 760px; color: var(--muted); }
.safety-tips { background: #111; }
.safety-tips-inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 40px; align-items: start; }
.safety-header h2 { max-width: 14ch; color: #fff; }
.safety-list { margin: 0; padding-left: 20px; color: rgba(255,255,255,0.82); display: grid; gap: 14px; }
.safety-list li { line-height: 1.7; font-size: 0.98rem; }
.safety-tips .eyebrow { color: rgba(255,255,255,0.7); }
@media (max-width: 960px) {
  html { font-size: 14px; }
  body { line-height: 1.55; }
  .container { width: calc(100% - 28px); }
  .hero { min-height: 420px; }
  .hero-content { padding: 50px 0; max-width: 100%; }
  .hero-copy { max-width: none; }
  h1 { font-size: clamp(2.2rem, 6vw, 3.2rem); }
  h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); }
  h3 { font-size: 1.08rem; }
  .section { padding: 40px 0; }
  .menu-toggle { display: flex; order: 3; }
  .topbar-right { flex: 0; }
  .nav { display: flex; position: fixed; top: 0; left: -280px; width: 280px; height: 100vh; background: rgba(18, 6, 8, 0.98); backdrop-filter: blur(14px); flex-direction: column; padding: 60px 24px 24px; gap: 18px; transition: left 0.3s; z-index: 100; overflow-y: auto; }
  .nav.open { left: 0; }
  .nav a { color: #fff; font-size: 1.05rem; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); min-height: 44px; display: flex; align-items: center; }
  .nav .topbar-cta { background: #dc163f; color: #fff; border-radius: 6px; font-weight: 600; text-align: center; margin-top: 8px; padding: 14px 24px; min-height: 44px; }
  .features-grid, .city-grid, .intro-new-inner, .apps-site-inner, .safety-tips-inner, .dark-pair-grid, .testimonial-grid, .footer-grid { grid-template-columns: 1fr; }
  .intro-new-inner, .apps-site-inner { flex-direction: column; align-items: center; text-align: center; }
  .intro-new-inner h2, .apps-site-inner h2 { max-width: none; }
  .apps-site-inner p { max-width: none; }
  .feature-card { min-height: auto; padding: 22px; }
  .feature-card .icon { width: 32px; height: 32px; }
  .split-grid { grid-template-columns: 1fr; gap: 28px; }
  .split.reverse .split-grid { direction: ltr; }
  .split-image { border-width: 8px; }
  .city-card img { height: 160px; }
  .dark-pair-grid { gap: 32px; }
  .dark-pair-image { max-width: 260px; justify-self: center; }
  .dark-pair-copy h2 { max-width: none; }
  .dark-pair-alt .dark-pair-grid { grid-template-columns: 1fr; }
  .stacked-copy h3 { font-size: 1.2rem; }
  .stacked-copy p { font-size: 0.9rem; }
  .testimonial-grid { gap: 20px; }
  .testimonial-card { padding: 16px 18px 20px; }
  .testimonial-card p { min-height: auto; font-size: 0.85rem; }
  .safety-tips-inner { gap: 28px; }
  .safety-header h2 { max-width: none; }
  .safety-list li { font-size: 0.9rem; }
  .footer-grid { gap: 32px; }
  .footer-brand { font-size: 1.6rem; }
  .footer-bottom p { font-size: 0.84rem; }
  .join-box { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
  .btn { padding: 14px 28px; font-size: 0.9rem; min-height: 44px; }
  .topbar-inner { min-height: 56px; }
  .logo img { width: 32px; height: 32px; }
  .menu-toggle { padding: 10px; }
  .menu-toggle span { width: 24px; }
}

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

@media (max-width: 480px) {
  html { font-size: 13px; }
  .container { width: calc(100% - 20px); }
  .hero { min-height: 360px; }
  .hero-content { padding: 40px 0; }
  h1 { font-size: clamp(1.8rem, 6vw, 2.6rem); }
  h2 { font-size: clamp(1.4rem, 4vw, 1.8rem); }
  .section { padding: 32px 0; }
  .features-grid, .city-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 18px; }
  .feature-card .icon { width: 28px; height: 28px; }
  .city-card img { height: 140px; }
  .dark-pair-image { max-width: 220px; }
  .testimonial-card { padding: 14px 16px 18px; }
  .testimonial-card img { width: 48px; height: 48px; }
  .join-box { padding: 16px; }
  .btn { padding: 12px 24px; }
  .nav { width: 250px; left: -250px; padding: 56px 20px 20px; }
  .footer-brand { font-size: 1.4rem; }
}

