/* ==============================
   GuletTrip — Premium Landing Page
   ============================== */

/* Reset / base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  font-family: 'Poppins', sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ==============================
   Header
   ============================== */
.site-header {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
.logo {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.6));
}
.lang-btn {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all .18s ease;
}
.lang-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

/* ==============================
   Video Section
   ============================== */
.video-section {
  position: relative;
  width: 100%;
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(65%);
}
.video-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 80px 20px 100px;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.9) 90%);
}
.video-overlay .content {
  max-width: 900px;
  margin: 0 auto;
}

/* ==============================
   Headings / Text
   ============================== */
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-shadow: 0 6px 20px rgba(0,0,0,0.6);
}
.money {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: #f7d774;
  margin: 10px 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.highlight {
  color: #ffd97a;
  font-weight: 700;
}
h2 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 14px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

/* ==============================
   Social Links
   ============================== */
.socials {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}
.socials a {
  background: rgba(255,255,255,0.12);
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all .18s ease;
}
.socials a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.2);
}

/* ==============================
   Claim / CTA Section
   ============================== */
.claim-section {
  margin-top: 20px;
  background: rgba(255,255,255,0.07);
  padding: 22px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.45);
}
.claim-section h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.claim-copy {
  color: #f0f0f0;
  opacity: 0.95;
  margin-bottom: 14px;
  line-height: 1.45;
}
.claim-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg,#ff6b6b,#f94d6a);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all .18s ease;
}
.claim-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(249,77,106,0.25);
}

/* ==============================
   Cookie Banner
   ============================== */
.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  width: calc(100% - 32px);
  max-width: 980px;
  background: rgba(10,10,10,0.88);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  z-index: 100;
  display: none;
  padding: 14px;
}
.cookie-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-inner p {
  flex: 1 1 420px;
  color: #eee;
}
.cookie-actions { display:flex; gap: 10px; flex: 0 0 auto; }
.btn {
  background: linear-gradient(90deg,#3bb78f,#0bab64);
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}
.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  padding: 10px 12px;
}

/* ==============================
   Footer — Flat Premium
   ============================== */
.site-footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 34px 0 28px;
  color: #ddd;
  z-index: 6;
  overflow: hidden;
  background: #000;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,rgba(255,255,255,0.08),rgba(255,255,255,0.25),rgba(255,255,255,0.08));
}
.footer-inner {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.footer-inner .company {
  font-size: 0.96rem;
  background: linear-gradient(90deg,#fff,#d8d8d8,#fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300%;
  animation: shine 6s linear infinite;
  line-height: 1.5;
}
.footer-inner .company a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.85;
}
.footer-inner .company a:hover {
  opacity: 1;
  text-decoration: underline;
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.legal-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.85;
  position: relative;
  transition: opacity 0.25s ease;
}
.legal-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg,#ff6b6b,#f94d6a);
  transition: width 0.3s ease;
}
.legal-links a:hover::after { width: 100%; }
.legal-links a:hover { opacity: 1; }
.small {
  font-size: 0.8rem;
  opacity: 0.75;
  margin-top: 4px;
  color: #ccc;
}

/* ==============================
   Form Page — Clean Glass Design
   ============================== */
main.content {
  max-width: 640px;
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  padding: 30px 24px 40px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  color: #fff;
}
form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
label {
  text-align: left;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}
.field-hint {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  margin-top: -6px;
  margin-bottom: 8px;
  text-align: left;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  outline: none;
  background: rgba(255,255,255,0.12);
  color: #fff;
}
input::placeholder {
  color: rgba(255,255,255,0.6);
}
button[type="submit"] {
  margin-top: 10px;
  background: linear-gradient(90deg,#ff6b6b,#f94d6a);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 0;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
button[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(249,77,106,0.25);
}

/* Success popup */
#successMessage {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.88);
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#successMessage p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 0 18px;
}
#copyBackBtn {
  background: linear-gradient(90deg,#3bb78f,#0bab64);
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
#copyBackBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59,183,143,0.3);
}

/* ==============================
   Animations & Responsive
   ============================== */
@keyframes shine {
  0% { background-position: -150%; }
  100% { background-position: 250%; }
}
@media (max-width: 760px) {
  .logo { width: 150px; }
  h1 { font-size: 2.2rem; }
  .money { font-size: 1.3rem; }
  .footer-inner { gap: 10px; padding-inline: 20px; }
  .legal-links { flex-direction: column; gap: 10px; }
  main.content { margin: 0 14px; padding: 22px 16px 32px; }
  #successMessage p { font-size: 1rem; }
}


/* ===== Toast Success Popup ===== */
.success-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.75);
  color: #fff;
  border-radius: 12px;
  padding: 14px 22px;
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  animation: fadeInUp 0.4s ease;
  z-index: 9999;
}
.success-toast button {
  background: linear-gradient(90deg,#3bb78f,#0bab64);
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.success-toast button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59,183,143,0.3);
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translate(-50%, 10px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
