@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(180deg, #050d1a, #0b0b0b);
  color: #f5f5f5;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero */
.hero {
  position: relative;
  background: radial-gradient(circle at top, #0d1b3a, #050d1a);
  color: white;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}
.hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
#profitBackground {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  opacity: 0.25; /* çok baskın olmasın */
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -1px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6);
}
.subtitle {
  font-size: 22px;
  font-weight: 300;
  color: #d1d1d1;
}
.trust {
  font-size: 16px;
  margin: 15px 0 30px;
  color: #4dffb8;
}

/* Hero price */
.hero-price {
  margin: 20px 0;
  text-align: center;
}
.hero-price .original-price {
  text-decoration: line-through;
  color: #888;
  font-size: 20px;
  margin-right: 10px;
}
.hero-price .discounted-price {
  font-size: 42px;
  font-weight: 900;
  color: #ff1744;
}
.hero-price .today-only {
  color: #ffd000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 6px;
}

/* Buttons */
.buy-btn {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.25s ease;
}
.buy-btn.hero-btn {
  background: linear-gradient(90deg, #ff6a00, #ff8c42);
  color: #fff;
  box-shadow: 0 6px 20px rgba(255,106,0,0.4);
}
.buy-btn.hero-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 28px rgba(255,106,0,0.6);
}
.buy-btn.telegram {
  background-color: #0088cc;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,136,204,0.4);
}
.buy-btn.telegram:hover {
  background-color: #007ab8;
  transform: scale(1.05);
  box-shadow: 0 8px 28px rgba(0,136,204,0.6);
}

/* Sections */
.features {
  padding: 60px 20px;
  background: linear-gradient(180deg, #0b0f1f, #0e0e0e);
  text-align: center;
}
.proof {
  padding: 60px 20px;
  background: linear-gradient(180deg, #0e0e0e, #141414);
  text-align: center;
}
.proof-single {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.big-proof {
  width: 100%;
  max-width: 950px;  /* büyüklüğünü buradan oynayabilirsin */
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
}
.buy {
  padding: 60px 20px;
  background: linear-gradient(180deg, #141414, #0b0b0b);
  text-align: center;
}

.feature-grid,
.proof-grid,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.feature-box {
  background: linear-gradient(145deg, #1b1b1b, #101010);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: transform 0.25s;
}
.feature-box:hover {
  transform: translateY(-6px);
}

/* Proof */
.proof-grid {
  display: grid;
  gap: 20px;
  justify-items: center;
}
.proof-grid img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

/* Footer */
.footer {
  background: #000;
  border-top: 1px solid #ffd000; /* altın çizgi */
  padding: 50px 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 200px;
}


/* FOMO Banner */
.fomo-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 10px;
  background-color: #ff1744;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
  box-shadow: 0 8px 30px rgba(255,0,0,0.3);
  animation: pulse 1.6s infinite;
  margin: 18px 0;
}
.fomo-tag {
  font-size: 16px;
}
.fomo-countdown {
  font-size: 22px;
  font-weight: 900;
  background: rgba(255,255,255,0.08);
  padding: 8px 12px;
  border-radius: 8px;
}

/* Buy price row */
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.price-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.price-inline {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.price-left .original-price {
  text-decoration: line-through;
  color: #888;
  font-size: 20px;
}
.price-left .discounted-price {
  font-size: 34px;
  font-weight: 900;
  color: #ff1744;
}
.price-left .today-only {
  color: #ffd000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4px;
}
.savings {
  font-size: 14px;
  font-weight: 800;
  color: #ffd000;
  text-transform: uppercase;
}

.cta-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.tiny-note {
  font-size: 12px;
  color: #cfcfcf;
  text-align: right;
  max-width: 240px;
}

/* Animations */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}


/* Responsive */
@media (max-width: 1152px) {
  .footer-grid {
    gap: 20px; /* ✅ tablet için */
  }
}


@media (max-width: 768px) {
  .hero { padding: 60px 15px; }
  .hero h1 { font-size: 34px; }
  .subtitle { font-size: 18px; }
  .hero-price .discounted-price { font-size: 32px; }
  .hero-price .today-only { font-size: 13px; }
  .fomo-banner { flex-direction: column; text-align: center; }
  .fomo-countdown { font-size: 20px; }
  .price-row { flex-direction: column; align-items: center; text-align: center; }
  .price-inline { justify-content: center; }
  .price-left, .cta-col { width: 100%; align-items: center; }
  .buy-btn { width: 86%; text-align: center; font-size: 16px; }
  .tiny-note { text-align: center; margin-top: 8px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 20px; }
}
