:root {
  --bg-1: #07162f;
  --bg-2: #0a2450;
  --bg-3: #15488d;
  --text: #f5f8ff;
  --muted: #c4d8ff;
  --accent: #79cfff;
  --accent-2: #ffd16b;
  --card: rgba(255, 255, 255, 0.1);
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 18%, rgba(121, 207, 255, 0.18), transparent 26%),
    radial-gradient(circle at 85% 10%, rgba(255, 209, 107, 0.12), transparent 22%),
    linear-gradient(135deg, var(--bg-1), var(--bg-2) 50%, var(--bg-3));
  min-height: 100vh;
  overflow-x: hidden;
}
body::before,
body::after {
  content: "";
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
body::before {
  top: -140px;
  left: -100px;
  background: rgba(121, 207, 255, 0.14);
}
body::after {
  right: -90px;
  bottom: -140px;
  background: rgba(255, 209, 107, 0.14);
}
img { display: block; max-width: 100%; }

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
}

.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-mark {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #091a35;
  background: linear-gradient(135deg, #ffffff, #9edfff);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.brand-kicker {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}
.status-pill {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #eef5ff;
  font-weight: 600;
  white-space: nowrap;
}

.hero-card {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 26px;
  align-items: center;
  border-radius: 30px;
  padding: 30px;
}
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #ebf5ff;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  text-transform: uppercase;
}
.hero-copy h2,
.region-copy h2,
.launch-strip h2 {
  margin: 18px 0 12px;
  line-height: 1.05;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
}
.lead,
.region-copy p,
.launch-strip p {
  margin: 0;
  color: #e8f2ff;
  font-size: 1.06rem;
  line-height: 1.8;
  max-width: 62ch;
}
.slogan {
  margin: 20px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--accent-2);
  font-size: 1.08rem;
  line-height: 1.8;
  color: #fff4d2;
  font-style: italic;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.primary-btn {
  color: #061a36;
  background: linear-gradient(135deg, #ffffff, #a9e0ff);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}
.ghost-btn {
  color: #f2f7ff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
}
.primary-btn:hover,
.ghost-btn:hover { transform: translateY(-2px); }

.hero-photo-wrap {
  position: relative;
}
.hero-visual img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  object-fit: cover;
  min-height: 360px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}
.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(5, 16, 33, 0) 0%, rgba(5, 16, 33, 0.78) 100%);
  pointer-events: none;
}
.hero-photo-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(7, 22, 47, 0.82);
  border: 1px solid rgba(255,255,255,0.16);
  color: #f8fbff;
  font-size: 0.92rem;
  font-weight: 600;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.count-box {
  padding: 16px 10px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}
.count-box span {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}
.count-box small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}
.feature-card,
.region-section,
.launch-strip,
.footer {
  border-radius: 26px;
}
.feature-card {
  padding: 24px;
}
.icon-badge {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 1.5rem;
}
.feature-card h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
}
.feature-card p {
  margin: 0;
  color: #e8f2ff;
  line-height: 1.75;
}

.region-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 28px;
  margin-top: 22px;
  align-items: center;
}
.region-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.region-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: #eef5ff;
}
.region-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-2);
  font-size: 1.4rem;
  line-height: 1;
}
.map-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
}
.map-card img {
  width: 100%;
  border-radius: 18px;
  background: rgba(8, 18, 35, 0.6);
}

.launch-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 28px;
}
.launch-badge {
  min-width: 240px;
  text-align: center;
  padding: 22px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.16);
}
.launch-badge strong {
  display: block;
  font-size: 1.6rem;
}
.launch-badge span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}
.footer {
  margin-top: 22px;
  padding: 22px 24px;
  text-align: center;
}
.footer p {
  margin: 0;
  color: #e8f2ff;
}

@media (max-width: 980px) {
  .hero-card,
  .region-section,
  .launch-strip,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .launch-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 18px, 1220px);
    padding-top: 18px;
  }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-card,
  .region-section,
  .launch-strip,
  .feature-card,
  .footer {
    padding: 20px;
  }
  .hero-copy h2,
  .region-copy h2,
  .launch-strip h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-visual img {
    min-height: 260px;
  }
}
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Eski BP kutusunu artık kullanmıyorsan dursun ya da silebilirsin */
.brand-mark {
  display: none;
}

/* Tablet */
@media (max-width: 992px) {
  .brand-logo {
    width: 260px;
  }
}

/* Mobil */
@media (max-width: 576px) {
  .topbar {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-logo {
    width: 220px;
  }

  .status-pill {
    align-self: flex-start;
  }
}
