* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
  background: #ffffff;
}

a {
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand .logo {
  font-size: 32px;
  font-weight: 800;
  color: #11245c;
  line-height: 1;
}

.brand .tagline {
  font-size: 13px;
  color: #5b6b92;
  margin-top: 6px;
}

.menu {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.menu a {
  color: #1f2937;
  font-weight: 600;
  font-size: 15px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-actions select {
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.btn {
  padding: 11px 16px;
  border-radius: 14px;
  font-weight: 700;
  display: inline-block;
}

.btn-light {
  background: #f8fafc;
  color: #11245c;
  border: 1px solid #dbe3ee;
}

.btn-primary {
  background: #1e40af;
  color: #fff;
}

.hero {
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
  padding: 56px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.pill {
  display: inline-block;
  background: #fff5df;
  color: #6b4f00;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.hero-left h1 {
  font-size: 64px;
  line-height: 1.06;
  margin: 24px 0 20px;
  color: #0e1b4d;
  letter-spacing: -1.8px;
}

.hero-left h1 span {
  color: #62c9d6;
}

.lead {
  font-size: 23px;
  line-height: 1.6;
  color: #42526b;
  max-width: 850px;
}

.feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.feature-pills span {
  background: #fff8ef;
  border: 1px solid #f0e6d5;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  color: #5d5243;
}

.mini-points {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 15px;
  color: #5a6680;
}

.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.dot.blue {
  background: #2553ff;
}

.dot.teal {
  background: #4fc4cb;
}

.booking-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 22px 60px rgba(13, 27, 71, 0.12);
  border: 1px solid #e8eef8;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.tab {
  flex: 1;
  border: 1px solid #d9e1ef;
  background: #f8fbff;
  padding: 12px 10px;
  border-radius: 14px;
  font-weight: 700;
  cursor: pointer;
}

.tab.active {
  background: #11245c;
  color: #fff;
  border-color: #11245c;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 8px;
}

.form-group input,
.form-group select {
  height: 48px;
  border-radius: 14px;
  border: 1px solid #d7e0ed;
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.search-btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e40af 0%, #4fc4cb 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 8px;
}

.popular,
.why-us {
  padding: 70px 0;
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: 38px;
  color: #0e1b4d;
}

.section-head p {
  margin: 0 0 30px;
  color: #5b677f;
  font-size: 18px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.card-image {
  height: 220px;
}

.image-1 {
  background: linear-gradient(135deg, #dbeafe, #93c5fd);
}

.image-2 {
  background: linear-gradient(135deg, #fef3c7, #fdba74);
}

.image-3 {
  background: linear-gradient(135deg, #cffafe, #67e8f9);
}

.card-body {
  padding: 22px;
}

.card-body h3 {
  margin: 0 0 10px;
  font-size: 23px;
  color: #0f172a;
}

.card-body p {
  margin: 0 0 16px;
  color: #5b677f;
  line-height: 1.6;
}

.card-body a {
  color: #1d4ed8;
  font-weight: 700;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background: #f8fbff;
  border: 1px solid #e2ebf7;
  border-radius: 20px;
  padding: 28px;
}

.why-card h3 {
  margin: 0 0 10px;
  color: #11245c;
  font-size: 22px;
}

.why-card p {
  margin: 0;
  color: #5b677f;
  line-height: 1.7;
}

.footer {
  background: #0e1b4d;
  color: #fff;
  padding: 34px 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.footer p {
  margin: 0;
  color: #c9d3ee;
}

.footer-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .hero-grid,
  .cards,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .menu,
  .nav-actions,
  .mini-points {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    font-size: 38px;
  }

  .lead {
    font-size: 18px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-hero {
  padding: 72px 0 54px;
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
}

.page-pill {
  display: inline-block;
  background: #fff5df;
  color: #6b4f00;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  margin-bottom: 18px;
}

.page-hero h1 {
  margin: 0 0 16px;
  font-size: 56px;
  line-height: 1.08;
  color: #0e1b4d;
  letter-spacing: -1.6px;
}

.page-hero p {
  margin: 0;
  font-size: 21px;
  line-height: 1.7;
  color: #4b5b77;
  max-width: 850px;
}

.deals-section {
  padding: 70px 0;
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.deal-card {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.deal-image {
  height: 220px;
}

.deal-dubai {
  background: linear-gradient(135deg, #fde68a, #fb923c);
}

.deal-istanbul {
  background: linear-gradient(135deg, #fcd34d, #f97316);
}

.deal-maldives {
  background: linear-gradient(135deg, #a5f3fc, #22d3ee);
}

.deal-paris {
  background: linear-gradient(135deg, #fecdd3, #f472b6);
}

.deal-antalya {
  background: linear-gradient(135deg, #bbf7d0, #34d399);
}

.deal-newyork {
  background: linear-gradient(135deg, #c7d2fe, #60a5fa);
}

.deal-body {
  padding: 22px;
}

.deal-badge {
  display: inline-block;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.deal-body h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #0f172a;
}

.deal-body p {
  margin: 0 0 16px;
  color: #5b677f;
  line-height: 1.65;
}

.deal-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

.deal-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.deal-price-row small {
  display: block;
  color: #64748b;
  margin-bottom: 4px;
}

.deal-price-row strong {
  font-size: 24px;
  color: #0e1b4d;
}

.newsletter-section {
  padding: 0 0 80px;
}

.newsletter-box {
  background: linear-gradient(135deg, #11245c 0%, #1e40af 60%, #4fc4cb 100%);
  color: #fff;
  border-radius: 28px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.newsletter-box h2 {
  margin: 0 0 10px;
  font-size: 34px;
}

.newsletter-box p {
  margin: 0;
  color: #dbeafe;
  line-height: 1.7;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 520px;
}

.newsletter-form input {
  flex: 1;
  height: 52px;
  border-radius: 14px;
  border: 0;
  padding: 0 16px;
  font-size: 15px;
}

.newsletter-form button {
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  color: #11245c;
  padding: 0 20px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .deals-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .newsletter-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-hero h1 {
    font-size: 34px;
  }

  .page-hero p {
    font-size: 18px;
  }

  .newsletter-box h2 {
    font-size: 28px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .deal-price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.support-section {
  padding: 70px 0;
}

.support-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.support-card,
.contact-form-card,
.faq-card {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.support-card h3,
.contact-form-card h3,
.faq-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  color: #11245c;
}

.support-card p,
.contact-form-card p,
.faq-card p {
  margin: 0 0 18px;
  color: #5b677f;
  line-height: 1.7;
}

.support-info {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.support-item {
  background: #f8fbff;
  border: 1px solid #e2ebf7;
  border-radius: 18px;
  padding: 18px;
}

.support-item strong {
  display: block;
  color: #11245c;
  margin-bottom: 8px;
  font-size: 16px;
}

.support-item span {
  color: #5b677f;
  line-height: 1.6;
}

.support-form textarea {
  min-height: 140px;
  border-radius: 14px;
  border: 1px solid #d7e0ed;
  padding: 14px;
  font-size: 15px;
  background: #fff;
  resize: vertical;
  font-family: Arial, Helvetica, sans-serif;
}

.faq-section {
  padding: 0 0 80px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .support-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}