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

:root {
  --navy: #0b1426;
  --navy-light: #121f3d;
  --navy-mid: #1a2d54;
  --gold: #c8a44e;
  --gold-light: #e0c477;
  --gold-dark: #a8863a;
  --white: #ffffff;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --whatsapp: #25D366;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--navy);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1rem 2rem;
  transition: all 0.4s ease;
  background: transparent;
}
.navbar.scrolled {
  background: rgba(11,20,38,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
  padding: 0.7rem 2rem;
}
.navbar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { font-size: 1.5rem; font-weight: 800; color: var(--gold); text-decoration: none; letter-spacing: -0.5px; }
.logo span { color: var(--white); font-weight: 300; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  color: var(--gray-200); text-decoration: none; font-size: 0.9rem; font-weight: 500;
  transition: color 0.3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--gold); transition: width 0.3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.mobile-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  justify-content: center; text-align: center; padding: 8rem 2rem 4rem;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('images/hero-bg.png') center/cover no-repeat;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,20,38,0.82) 0%, rgba(11,20,38,0.7) 50%, rgba(11,20,38,0.95) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 800px; }
.hero-badge {
  display: inline-block; padding: 0.5rem 1.5rem; border-radius: 50px;
  background: rgba(200,164,78,0.15); border: 1px solid rgba(200,164,78,0.3);
  color: var(--gold-light); font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1.5rem; letter-spacing: 1px; text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.15;
  margin-bottom: 1.5rem; letter-spacing: -1px;
}
.hero h1 .highlight { color: var(--gold); }
.hero p {
  font-size: clamp(1rem, 2vw, 1.15rem); color: var(--gray-200);
  max-width: 620px; margin: 0 auto 2.5rem; line-height: 1.8;
}
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.9rem 2rem; border-radius: 12px; font-size: 0.95rem;
  font-weight: 600; text-decoration: none; border: none; cursor: pointer;
  transition: all 0.3s ease; font-family: inherit;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy); box-shadow: 0 4px 20px rgba(200,164,78,0.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(200,164,78,0.4); }
.btn-whatsapp {
  background: var(--whatsapp); color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.4); }
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.2);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ===== SECTIONS ===== */
section { padding: 6rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  display: inline-block; color: var(--gold); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.75rem;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800;
  margin-bottom: 1rem; letter-spacing: -0.5px;
}
.section-desc { color: var(--gray-400); font-size: 1.05rem; max-width: 600px; margin-bottom: 3rem; }
.section-desc.center { margin-left: auto; margin-right: auto; text-align: center; }
.text-center { text-align: center; }

/* ===== SCHENGEN COUNTRIES ===== */
.schengen-section { background: var(--navy-light); }
.countries-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem; margin-bottom: 2.5rem;
}
.country-card {
  background: rgba(26,45,84,0.5); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px; padding: 1.25rem 1rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  transition: all 0.3s ease;
}
.country-card:hover {
  background: rgba(200,164,78,0.08); border-color: rgba(200,164,78,0.25);
  transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.country-card .flag { width: 48px; height: auto; border-radius: 4px; box-shadow: 0 2px 6px rgba(0,0,0,0.3); margin-bottom: 0.3rem; display: block; }
.country-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--white); margin: 0; }
.country-card .capital { font-size: 0.8rem; color: var(--gray-400); font-weight: 400; }
.btn-wa-sm {
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: 0.5rem; padding: 0.4rem 1rem; border-radius: 50px;
  background: var(--whatsapp); color: var(--white); font-size: 0.78rem;
  font-weight: 600; text-decoration: none; transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(37,211,102,0.25);
}
.btn-wa-sm:hover { transform: scale(1.05); box-shadow: 0 4px 15px rgba(37,211,102,0.4); }

/* ===== SERVICES ===== */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem;
}
.service-card {
  background: linear-gradient(145deg, rgba(26,45,84,0.4), rgba(18,31,61,0.6));
  border: 1px solid rgba(255,255,255,0.06); border-radius: 16px;
  padding: 2rem; transition: all 0.4s ease; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  opacity: 0; transition: opacity 0.4s;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(200,164,78,0.2); }
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(200,164,78,0.12); display: flex; align-items: center;
  justify-content: center; margin-bottom: 1.25rem; font-size: 1.4rem;
}
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; }
.service-card p { color: var(--gray-400); font-size: 0.92rem; line-height: 1.7; }

/* ===== WHY CHOOSE US ===== */
.why-section { background: var(--navy-light); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-image { border-radius: 20px; overflow: hidden; }
.why-image img { width: 100%; height: auto; display: block; border-radius: 20px; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.25rem; }
.why-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.25rem; border-radius: 12px;
  background: rgba(26,45,84,0.3); border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s;
}
.why-item:hover { background: rgba(200,164,78,0.08); border-color: rgba(200,164,78,0.15); }
.why-check {
  width: 28px; height: 28px; min-width: 28px; border-radius: 8px;
  background: rgba(200,164,78,0.15); display: flex; align-items: center;
  justify-content: center; color: var(--gold); font-size: 0.85rem; margin-top: 2px;
}
.why-item p { color: var(--gray-200); font-size: 0.95rem; }

/* ===== CTA / FORM ===== */
.cta-section {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-light) 100%);
}
.cta-wrapper {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
.cta-features { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.cta-tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.5rem 1rem; border-radius: 50px;
  background: rgba(200,164,78,0.1); border: 1px solid rgba(200,164,78,0.2);
  color: var(--gold-light); font-size: 0.85rem; font-weight: 500;
}
.form-card {
  background: linear-gradient(145deg, rgba(26,45,84,0.5), rgba(18,31,61,0.7));
  border: 1px solid rgba(255,255,255,0.08); border-radius: 20px;
  padding: 2.5rem;
}
.form-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block; font-size: 0.85rem; font-weight: 500;
  color: var(--gray-400); margin-bottom: 0.4rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.8rem 1rem; border-radius: 10px;
  background: rgba(11,20,38,0.6); border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); font-family: inherit; font-size: 0.95rem;
  transition: border-color 0.3s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-group select option { background: var(--navy); }
.btn-submit { width: 100%; justify-content: center; font-size: 1rem; padding: 1rem; }
.form-note { font-size: 0.78rem; color: var(--gray-500); margin-top: 1rem; text-align: center; }

/* ===== FOOTER ===== */
.footer {
  background: rgba(8,14,28,0.95); border-top: 1px solid rgba(255,255,255,0.05);
  padding: 3rem 2rem 2rem; text-align: center;
}
.footer-disclaimer {
  max-width: 700px; margin: 0 auto 1.5rem;
  font-size: 0.82rem; color: var(--gray-500); line-height: 1.8;
  padding: 1.25rem; border-radius: 12px;
  background: rgba(26,45,84,0.2); border: 1px solid rgba(255,255,255,0.04);
}
.footer-bottom { font-size: 0.82rem; color: var(--gray-500); }
.footer-bottom .logo-text { color: var(--gold); font-weight: 700; }

/* ===== ANIMATIONS ===== */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 99;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 25px rgba(37,211,102,0.4);
  transition: all 0.3s; text-decoration: none; color: white; font-size: 1.8rem;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 35px rgba(37,211,102,0.5); }
.whatsapp-float .pulse {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--whatsapp); animation: pulse 2s infinite;
}

/* ===== FLOATING CALL ===== */
.call-float {
  position: fixed; bottom: 2rem; left: 2rem; z-index: 99;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 25px rgba(200,164,78,0.45);
  transition: all 0.3s; text-decoration: none; color: var(--navy);
}
.call-float:hover { transform: scale(1.1); box-shadow: 0 6px 35px rgba(200,164,78,0.55); }
.call-float .pulse {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--gold); animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.active {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; background: rgba(11,20,38,0.97);
    padding: 1.5rem 2rem; gap: 1rem;
    backdrop-filter: blur(20px);
  }
  .mobile-toggle { display: block; }
  .hero { padding: 7rem 1.5rem 3rem; }
  .hero-cta { flex-direction: column; align-items: center; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-wrapper { grid-template-columns: 1fr; gap: 2rem; }
  .countries-grid { grid-template-columns: repeat(2, 1fr); }
  .whatsapp-float, .call-float {
    width: 56px;
    height: 56px;
    bottom: 1.25rem;
  }
  .whatsapp-float { right: 1.25rem; }
  .call-float { left: 1.25rem; }
  section { padding: 4rem 1.5rem; }
}
