/* ============ F2F Deal — neon theme ============ */
:root {
  --bg: #060d16;
  --card: #0b1a29;
  --card-border: #133049;
  --cyan: #3fe0f0;
  --cyan-soft: #9beef7;
  --orange: #ff8c2b;
  --orange-soft: #ffc79b;
  --text: #d7e6ef;
  --text-dim: #8ba7b8;
  --glow-cyan: 0 0 12px rgba(63, 224, 240, .75), 0 0 40px rgba(63, 224, 240, .35);
  --glow-orange: 0 0 12px rgba(255, 140, 43, .75), 0 0 40px rgba(255, 140, 43, .35);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

h1, .logo { font-family: "Rajdhani", "Inter", sans-serif; }

/* ============ Nav ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 13, 22, .85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--card-border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: center;
  height: 64px;
}
.logo { font-size: 1.6rem; font-weight: 700; text-decoration: none; letter-spacing: 1px; }
.logo-f2f { color: var(--cyan); text-shadow: var(--glow-cyan); }
.logo-deal { color: var(--orange); text-shadow: var(--glow-orange); }

/* ============ Hero ============ */
.hero {
  position: relative;
  padding: 90px 0 100px;
  background:
    radial-gradient(ellipse 60% 50% at 78% 45%, rgba(63,224,240,.08), transparent 70%),
    radial-gradient(ellipse 40% 40% at 90% 60%, rgba(255,140,43,.07), transparent 70%),
    var(--bg);
  overflow: hidden;
}
.circuit {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%23124a5c' stroke-width='1.5'%3E%3Cpath d='M0 60 h90 l40 40 h130'/%3E%3Cpath d='M0 140 h60 l30 -30 h80'/%3E%3Cpath d='M40 260 v-60 l30 -30'/%3E%3C/g%3E%3Cg fill='%23124a5c'%3E%3Ccircle cx='90' cy='60' r='3'/%3E%3Ccircle cx='170' cy='110' r='3'/%3E%3Ccircle cx='70' cy='170' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
  position: relative; display: flex; align-items: center; gap: 40px;
}
.hero-text { flex: 1 1 55%; }
.hero-title {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 700; line-height: 1.05; letter-spacing: 1px;
  color: #eafcff;
  text-shadow: var(--glow-cyan);
}
.hero-divider {
  height: 3px; width: min(420px, 90%); margin: 18px 0; border-radius: 2px;
}
.hero-divider.cyan { background: var(--cyan); box-shadow: var(--glow-cyan); }
.hero-divider.orange { background: var(--orange); box-shadow: var(--glow-orange); }
.hero-sub {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700; letter-spacing: 1px;
  color: var(--orange-soft);
  text-shadow: var(--glow-orange);
}
.handshake { filter: drop-shadow(0 0 8px rgba(255,140,43,.8)); }
.hero-desc { max-width: 520px; margin: 22px 0 0; color: var(--text-dim); font-size: 1.05rem; }
.hero-desc strong { color: var(--text); }

.hero-right {
  flex: 1 1 45%; max-width: 440px;
  display: flex; flex-direction: column; align-items: center;
}
.hero-globe {
  width: 100%; position: relative;
  animation: float 7s ease-in-out infinite;
}
.globe-svg { width: 100%; height: auto; display: block; }
.globe-rim {
  position: absolute; inset: 6%;
  border-radius: 50%;
  box-shadow:
    inset -18px 6px 40px rgba(255,140,43,.25),
    0 0 60px rgba(63,224,240,.25);
  pointer-events: none;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* ---- City labels around the globe ---- */
.globe-cities { position: absolute; inset: 0; pointer-events: none; }
.city-label {
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "Rajdhani", sans-serif;
  font-weight: 600; font-size: .78rem; letter-spacing: 1px;
  text-transform: uppercase; white-space: nowrap;
  animation: cityPulse 3.5s ease-in-out infinite;
}
.city-cyan {
  color: var(--cyan-soft);
  text-shadow: 0 0 8px rgba(63, 224, 240, .8);
}
.city-green {
  color: #7dffa8;
  font-size: .95rem; font-weight: 700; letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(57, 255, 122, .9), 0 0 26px rgba(57, 255, 122, .45);
}
@keyframes cityPulse {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}
.city-divider {
  position: absolute;
  width: 2px; height: 19%;
  background: linear-gradient(to bottom,
    transparent,
    rgba(63, 224, 240, .75) 30%,
    rgba(63, 224, 240, .75) 70%,
    transparent);
  box-shadow: 0 0 8px rgba(63, 224, 240, .5);
  border-radius: 1px;
}

/* ---- Telegram / WhatsApp buttons ---- */
.hero-social {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; gap: 28px; z-index: 2;
}
.social-btn {
  width: 92px; height: 92px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid; background: rgba(7, 19, 31, .85);
  transition: transform .15s, box-shadow .2s, background .2s;
}
.social-btn svg { width: 48px; height: 48px; }
.social-tg {
  border-color: #2aabee; color: #2aabee;
  box-shadow: 0 0 12px rgba(42, 171, 238, .55), 0 0 34px rgba(42, 171, 238, .25);
}
.social-wa {
  border-color: #25d366; color: #25d366;
  box-shadow: 0 0 12px rgba(37, 211, 102, .55), 0 0 34px rgba(37, 211, 102, .25);
}
.social-btn:hover { transform: translateY(-3px) scale(1.06); }
.social-tg:hover { background: rgba(42, 171, 238, .15); }
.social-wa:hover { background: rgba(37, 211, 102, .15); }

/* ============ Footer ============ */
.footer { border-top: 1px solid var(--card-border); padding: 40px 0; }
.footer-inner { text-align: center; display: grid; gap: 8px; }
.footer p { color: var(--text-dim); font-size: .9rem; }
.footer-copy { font-size: .8rem !important; opacity: .7; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
  .hero-inner { flex-direction: column-reverse; text-align: center; }
  .hero-right { max-width: 300px; }
  .city-label { font-size: .55rem; }
  .city-green { font-size: .7rem; }
  .social-btn { width: 64px; height: 64px; }
  .social-btn svg { width: 32px; height: 32px; }
  .hero-divider { margin-left: auto; margin-right: auto; }
  .hero-desc { margin-left: auto; margin-right: auto; }
}
@media (max-width: 430px) {
  .hero-right { max-width: 264px; }
  .city-label { font-size: .5rem; }
  .city-green { font-size: .64rem; }
}
