/* ===========================================================
   TRAILER SECTION
   Karanlık, premium vitrin için cam efekti ve neon vurgu
=========================================================== */

.trailer-section {
  padding: clamp(80px, 10vw, 140px) 6vw;
  text-align: center;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.85) 0%, #050506 20%, #040407 100%);
  position: relative;
  overflow: hidden;
}

.trailer-section::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 20% 20%, rgba(0, 229, 255, 0.16), transparent 36%),
              radial-gradient(circle at 80% 0%, rgba(111, 0, 255, 0.16), transparent 30%);
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.last-nav a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 18px 25px;
    text-decoration: none;
}

.last-nav a.btn span {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap; /* taşmayı engeller */
}

/* ----- Responsive (Mobil) ----- */
@media (max-width: 480px) {
    .last-nav a.btn {
        width: 90%;           /* buton daha geniş olsun */
        padding: 12px 18px;   /* daha ince padding */
    }

    .last-nav a.btn span {
        font-size: 0.85rem;   /* yazı küçülsün */
    }
}

@media (max-width: 768px) {
    .last-nav a.btn {
        width: 85%;
        padding: 15px 20px;
    }

    .last-nav a.btn span {
        font-size: 0.95rem;
    }
}


.last-nav a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 18px 25px;
    text-decoration: none;
}

.last-nav a.btn span {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    /* taşmayı engeller */
}

.trailer-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 229, 255, 0.25), transparent 65%, rgba(111, 0, 255, 0.12), transparent);
  opacity: 0.5;
  pointer-events: none;
}

.trailer-inner {
  max-width: 980px;
  margin: auto;
  padding: clamp(28px, 4vw, 46px);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.5);
  position: relative;
  isolation: isolate;
}

.trailer-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.06), rgba(111, 0, 255, 0.08));
  opacity: 0.45;
  filter: blur(70px);
  z-index: -1;
}

.trailer-tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #74e9ff;
  margin-bottom: 12px;
}

.trailer-title {
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 700;
  color: #f2f5ff;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.trailer-text {
  font-size: 18px;
  font-weight: 300;
  color: #cdd3e4;
  margin-bottom: 42px;
  line-height: 1.8;
}

.trailer-video-wrapper {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 8px;
}

.trailer-video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(8px);
  transition: 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 229, 255, 0);
}

.trailer-video-frame:hover {
  border-color: rgba(0, 229, 255, 0.6);
  box-shadow: 0 0 38px rgba(0, 229, 255, 0.32);
}

.trailer-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.video-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,0.45), transparent 40%);
}

@media(max-width: 600px) {
  .trailer-title {
    font-size: 28px;
  }
  .trailer-text {
    font-size: 16px;
  }
}

/* ==========================================
   CONTACT
   Cam yüzey, neon kenar ve geniş spacing
========================================== */

.contact-section {
    margin-top: 90px;
    padding: clamp(70px, 8vw, 110px) 6vw;
    background: linear-gradient(180deg, #050506 0%, #0b0b10 60%, #050506 100%);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(0, 229, 255, 0.12), transparent 32%),
                radial-gradient(circle at 80% 10%, rgba(111, 0, 255, 0.1), transparent 30%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
    pointer-events: none;
    opacity: 0.8;
}

.contact-section h1 {
    font-size: clamp(32px, 4vw, 40px);
    text-align: center;
    margin-bottom: 12px;
}

.contact-info-text {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
    color: #cfd4e2;
}

.contact-form {
    max-width: 680px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: clamp(22px, 4vw, 32px);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 70px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
}

.contact-form input,
.contact-form textarea {
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px;
    border-radius: 12px;
    font-family: "Space Grotesk", "Rubik", sans-serif;
    color: #f4f7ff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(0, 229, 255, 0.6);
    box-shadow: 0 0 0 6px rgba(0, 229, 255, 0.12);
}

.contact-form button {
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.85), rgba(111, 0, 255, 0.75));
    padding: 14px;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 20px 45px rgba(0,0,0,0.55);
}

.contact-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 60px rgba(0,0,0,0.6), 0 0 22px rgba(0, 229, 255, 0.25);
}

@media (max-width: 600px) {
    .contact-section h1 {
        margin-top: 40px !important;
        font-size: 28px;
    }

    .contact-info-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .contact-form {
        padding: 20px;
    }

    .footer-container {
        margin-top: 40px;
    }
}
