* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.flight-landing-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.flight-landing-page .cta-button {
  background: #0020D0;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.flight-landing-page .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.flight-landing-page .hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 30px 20px;
  position: relative;
  margin: 0;
  width: 100%;
}

.flight-landing-page .hero-content {
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  gap: 30px;
  align-items: start;
}

.flight-landing-page .hero-content .hero-left { width: 50%; }
.flight-landing-page .hero-content .hero-right { width: 50%; }

.flight-landing-page .hero-left span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FF0000;
  margin-bottom: 4px;
  margin-top: 0;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flight-landing-page .hero-left h1 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 1.3;
}

.flight-landing-page .hero-left .subtitle {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 8px;
  margin-top: 0;
}

.flight-landing-page .service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.flight-landing-page .service-button {
  background: white;
  border: 2px solid #e2e8f0;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1rem;
  color: #0020D0;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.flight-landing-page .service-button:hover {
  border-color: #2563eb;
  background: #f8fafc;
  transform: translateY(-2px);
}

.flight-landing-page .hero-cta {
  background: #FF0000;
  color: white;
  padding: 18px 36px;
  border: none;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

.flight-landing-page .hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(220, 38, 38, 0.5);
}

.flight-landing-page .hero-right { text-align: center; }

.flight-landing-page .phone-icon {
  font-size: 4rem;
  color: #f59e0b;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.flight-landing-page .hero-right h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}

.flight-landing-page .airplane-image {
  width: 100%;
  height: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: top center;
}

.flight-landing-page .airplane-image-wrapper {
  overflow: hidden;
}

.flight-landing-page .airline-name-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.flight-landing-page .airline-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  display: inline-flex;
}

.flight-landing-page .airline-logo {
  height: 1.25em;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

.flight-landing-page .circular-image { display: none !important; }

.flight-landing-page .main-content {
  background: white;
  padding: 24px 20px;
  max-width: 100%;
}

.flight-landing-page .content-wrapper { max-width: 100%; margin: 0; padding: 0 20px; }
.flight-landing-page .section { margin-bottom: 20px; }

.flight-landing-page .section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: left;
}

.flight-landing-page .section p {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: left;
  line-height: 1.5;
}

.flight-landing-page .content-list {
  margin: 8px 0;
  padding-left: 24px;
}

.flight-landing-page .content-list li {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 4px;
  line-height: 1.5;
}

.flight-landing-page .content-list-check {
  list-style: none;
  padding-left: 0;
}
.flight-landing-page .content-list-check li {
  padding-left: 24px;
  position: relative;
}
.flight-landing-page .content-list-check li::before {
  content: '✔';
  color: #059669;
  position: absolute;
  left: 0;
}

.flight-landing-page .section a {
  color: #0020D0;
  font-weight: 600;
  text-decoration: none;
}
.flight-landing-page .section a:hover {
  text-decoration: underline;
}

.flight-landing-page .faq-section {
  max-width: 100%;
  margin: 0;
  padding: 16px 0;
}

.flight-landing-page .faq-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
}

.flight-landing-page .faq-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  cursor: pointer;
}

.flight-landing-page .faq-item:last-child { border-bottom: none; }

.flight-landing-page .faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
}

.flight-landing-page .faq-question:hover { color: #0020D0; }

.flight-landing-page .faq-question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: #0020D0;
  transition: transform 0.3s;
}

.flight-landing-page .faq-item.active .faq-question::after { transform: rotate(45deg); }

.flight-landing-page .faq-answer {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0;
}

.flight-landing-page .faq-answer p {
  margin: 8px 0 0;
  font-size: inherit;
  text-align: left;
}

.flight-landing-page .faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 8px;
}

.flight-landing-page .cta-section {
  background: linear-gradient(135deg, #1e40af 0%, #1e293b 100%);
  color: white;
  padding: 30px 20px;
  text-align: center;
}

.flight-landing-page .cta-content { max-width: 100%; margin: 0; padding: 0; }

.flight-landing-page .cta-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
}

.flight-landing-page .cta-section p {
  font-size: 1rem;
  margin-bottom: 16px;
  opacity: 0.9;
}

.flight-landing-page .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.flight-landing-page .floating-cta {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: #FF0000;
  color: white !important;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
  z-index: 1000;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.flight-landing-page .floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(220, 38, 38, 0.5);
}

.flight-landing-page .pulse { animation: pulse 2s infinite; }

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Top CTA strip - full width */
.flight-landing-page .top-cta-strip {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.flight-landing-page .top-cta-strip a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.flight-landing-page .top-cta-strip a:active { opacity: 0.9; }
.flight-landing-page .top-cta-strip .cta-phone { background: #059669; }
.flight-landing-page .top-cta-strip .cta-support { background: #4f46e5; }

/* SVG icons */
.flight-landing-page .w-5 { width: 1.25rem; height: 1.25rem; }
.flight-landing-page .h-5 { height: 1.25rem; }
.flight-landing-page .shrink-0 { flex-shrink: 0; }

/* Responsive */
@media (max-width: 768px) {
  .flight-landing-page .hero-content {
    flex-direction: column-reverse;
    gap: 10px;
    text-align: center;
    padding: 0;
  }

  .flight-landing-page .hero {
    padding: 0 0 30px;
    margin-top: 0;
    overflow: hidden;
  }

  .flight-landing-page .airplane-image-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .flight-landing-page .airplane-image-wrapper .airplane-image {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: top center;
    margin: 0;
    display: block;
  }

  .flight-landing-page .hero-left {
    padding: 0 20px;
  }

  .flight-landing-page .hero-right {
    padding: 0 20px;
  }

  .flight-landing-page .circular-image {
    display: block !important;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }

  .flight-landing-page .phone-icon { display: none; }
  .flight-landing-page .hero-right h2 { display: none; }
  .flight-landing-page .hero-content .hero-left { width: 100%; padding: 0 20px; }
  .flight-landing-page .hero-content .hero-right { width: 100%; }
  .flight-landing-page .hero-left h1 { font-size: 1.3rem; }
  .flight-landing-page .service-grid { grid-template-columns: 1fr; }
  .flight-landing-page .cta-buttons { flex-direction: column; align-items: center; }
  .flight-landing-page .cta-section h2 { font-size: 1.2rem; }
  .flight-landing-page .floating-cta {
    bottom: 70px;
    right: 10px;
    left: 10px;
    justify-content: center;
  }
  .flight-landing-page .main-content { padding: 20px 16px; }
  .flight-landing-page .section { margin-bottom: 16px; }
  .flight-landing-page .section h2 { font-size: 1.2rem; margin-bottom: 6px; margin-top: 0; }
  .flight-landing-page .section p { font-size: 0.9rem; }
  .flight-landing-page .content-list li { font-size: 0.9rem; }
  .flight-landing-page .faq-section { padding: 12px 0; }
  .flight-landing-page .faq-section h2 { font-size: 1.2rem; margin-bottom: 8px; margin-top: 0; }
  .flight-landing-page .cta-section { padding: 24px 16px; }
  .flight-landing-page .cta-section h2 { font-size: 1.2rem; margin-bottom: 6px; }
  .flight-landing-page .faq-question { font-size: 1rem; }
}
