/* Bulgaristan Haberler - Coming Soon */

:root{
  --accent: #e11d48;
  --accent2: #ff2d6f;
  --text: #fff;
  --muted: rgba(255,255,255,.82);
  --muted2: rgba(255,255,255,.65);
  --card: rgba(10, 14, 24, .58);
  --stroke: rgba(255,255,255,.12);
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }

body{
  margin: 0;
  font-family: 'Roboto', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background: #000;
  color: var(--text);
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* Video - FILTER YOK (en stabil) */
#video-bg{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Karartma */
#overlay{
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 60% at 50% 35%, rgba(0,0,0,.25), rgba(0,0,0,.75)),
    linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.82));
}

/* Main */
#main{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  text-align: center;
  position: relative;
}

/* Card */
.card{
  width: min(720px, 92vw);
  padding: 28px 22px;
  border-radius: 22px;
  background: var(--card);
  border: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}

.logo{
  width: 170px;
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 14px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.8));
}

h1{
  margin: 6px 0 8px;
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 700;
  letter-spacing: .5px;
  text-shadow: 0 2px 8px rgba(0,0,0,.9);
}

h2{
  margin: 0 0 14px;
  font-size: clamp(15px, 2.0vw, 18px);
  font-weight: 300;
  color: var(--muted);
}

.desc{
  margin: 0 auto 18px;
  max-width: 560px;
  color: var(--muted2);
  line-height: 1.55;
  font-size: 16px;
}

/* Link morluğu tamamen biter */
a, a:visited, a:active{
  color: #fff;
  text-decoration: none;
}
a:hover{ color: var(--accent); }

/* Buttons */
.actions{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0 18px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid var(--stroke);
  transition: transform .15s ease, background .15s ease;
  user-select: none;
}

.btn:hover{ transform: translateY(-1px); }

.btn-primary{
  background: var(--accent);
  border-color: rgba(225,29,72,.5);
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(225,29,72,.25);
}

.btn-primary:hover{
  background: #be123c;
}

.btn-ghost{
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
}

/* Progress */
#progress{
  width: min(420px, 90%);
  margin: 18px auto 0;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
  height: 28px;
  border: 1px solid rgba(255,255,255,.10);
}

#fill{
  height: 100%;
  width: 60%;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  animation: proanimate 1.6s ease forwards;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9em;
  color: #fff;
}

@keyframes proanimate{
  from{ width: 0%; }
  to{ width: 60%; }
}

.note{
  margin: 14px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}

.social-title {
  margin: 22px 0 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted2);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* Social Links Container */
.social-links-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 24px;
}

.social-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--stroke);
  color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-icon-btn svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.social-icon-btn:hover {
  transform: translateY(-4px);
  color: #fff !important;
}

.social-icon-btn:hover svg {
  transform: scale(1.15);
}

/* Platform Colors & Glows on Hover */
.social-icon-btn.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-color: transparent;
  box-shadow: 0 0 20px rgba(214, 36, 159, 0.5);
}

.social-icon-btn.facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 0 20px rgba(24, 119, 242, 0.5);
}

.social-icon-btn.tiktok:hover {
  background: #000;
  border-color: #333;
  box-shadow: 
    -3px -3px 0px rgba(255, 0, 80, 0.8), 
    3px 3px 0px rgba(0, 242, 234, 0.8);
}

.social-icon-btn.youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}
footer{
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.60);
  padding: 40px 14px 24px;
  width: 100%;
}

/* İş Birliği & Sponsorluk Alanı */
#cooperation {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  text-align: center;
}

.form-group {
  margin-bottom: 16px;
  text-align: left;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--stroke);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-group select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  padding-right: 40px;
}

.form-group select option {
  background-color: #0a0e18;
  color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.2);
}

.btn-submit {
  width: 100%;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 16px;
  padding: 14px;
}

.form-status {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  padding: 10px;
  border-radius: 8px;
}

.form-status.success {
  display: block;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.form-status.error {
  display: block;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted2);
  font-size: 13px;
  cursor: pointer;
  transition: opacity 0.3s;
  animation: bounce 2s infinite;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}

.scroll-indicator svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -8px);
  }
  60% {
    transform: translate(-50%, -4px);
  }
}
/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 18px 0 24px;
}

@media (min-width: 480px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 14px 8px;
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
}

.stat-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.stat-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--accent2);
  margin-bottom: 2px;
  text-shadow: 0 0 10px rgba(255, 45, 111, 0.35);
}

.stat-label {
  font-size: 10px;
  font-weight: 500;
  color: var(--muted2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Mobile */
@media (max-width: 600px){
  .card{ padding: 22px 16px; }
  .btn{ padding: 11px 14px; font-size: 14px; }
  #progress{ width: 92%; }
  .scroll-indicator { bottom: 12px; }
  #cooperation { padding: 20px 12px; }
}
