/* ============================================
   Airserve Travels and Tours - Main Stylesheet
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: calluna, 'Lora', Georgia, serif;
  font-weight: 300;
  color: rgba(31, 37, 38, 0.75);
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.6em;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
  line-height: 1.2em;
}

h2 {
  font-size: 24px;
  line-height: 1.4em;
}

h3 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4em;
}

/* ============================================
   Header / Navigation
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #222e2e;
  border-bottom: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.site-header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.site-title a {
  color: inherit;
}

.site-title a:hover {
  opacity: 0.7;
}

/* Desktop Navigation */
.main-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.main-nav a {
  font-family: 'TT Norms Pro', proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s ease;
  padding: 5px 0;
  line-height: 1em;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff;
}

/* Nav Button (last link / Contact) */
.main-nav a.nav-button {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 1em 1.5em;
  margin-left: 0.5em;
  background-color: rgba(163, 163, 163, 0.2);
  color: #fff;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.main-nav a.nav-button:hover {
  background-color: rgba(163, 163, 163, 0.8);
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.mobile-nav-toggle .bar {
  width: 24px;
  height: 2px;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
}

.mobile-nav-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  padding-top: 80px;
  text-align: center;
}

.mobile-nav.open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.mobile-nav a {
  font-family: 'TT Norms Pro', proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
}

/* ============================================
   Hero Banner
   ============================================ */
.hero-banner {
  position: relative;
  padding: 180px 0 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #324544;
}

.hero-banner .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(50, 69, 68, 0.8);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 20px;
}

.hero-content h2 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.hero-content .hero-cta {
  display: inline-block;
  font-family: proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.hero-content .hero-cta:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ============================================
   Section: About / Innovation
   ============================================ */
.section {
  padding: 80px 40px;
}

.section-inner {
  max-width: 960px;
  margin: 0 auto;
}

.section-text-center {
  text-align: center;
}

.about-text {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  max-width: 700px;
  margin: 0 auto 40px;
}

.about-logo {
  max-width: 500px;
  margin: 0 auto;
}

.about-logo img {
  width: 100%;
  height: auto;
}

/* ============================================
   Section: Services
   ============================================ */
   
.services-section {
  padding: 5px 40px;
  background-color: #fff;
}

.services-header {
  text-align: center;
  margin-bottom: 30px;
}

.services-header h2 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #1f2526;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.services-description {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
}

.service-card .service-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.service-card h3 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1f2526;
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 1.4em;
}

.service-card p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(31, 37, 38, 0.75);
  line-height: 1.6em;
}

/* ============================================
   Section: About Extended (More than just...)
   ============================================ */
.about-extended-banner {
  position: relative;
  margin-top: 80px;
  padding: 130px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #324544;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.about-extended-banner .banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 22% 82%;
  background-repeat: no-repeat;
}

.about-extended-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(50, 69, 68, 0.8);
  z-index: 1;
}

.about-extended-banner .banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.about-extended-banner .banner-content h2 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-weight: 300;
  letter-spacing: 1px;
}

.about-extended {
  padding: 80px 40px;
  background-color: #fff;
}

.about-extended .section-inner {
  max-width: 700px;
}

.about-extended-text {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  text-align: center;
  margin-bottom: 40px;
}

/* ============================================
   Map
   ============================================ */
.map-section {
  width: 100%;
  height: 450px;
  background: #eee;
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================
   Pre-Footer CTA
   ============================================ */
.pre-footer {
  background-color: #324544;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.pre-footer-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.pre-footer h2 {
  font-family: 'proxima-nova', 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
}

.pre-footer .cta-link {
  display: flex;
  align-items: center;
  font-family: 'europa', 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #1f2526;
  border: none;
  border-radius: 0;
  padding: 13px 26px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.25s ease-in-out;
}

.pre-footer .cta-link .cta-arrow {
  display: inline-block;
  margin-left: 10px;
}

.pre-footer .cta-link:hover {
  opacity: 0.85;
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
  padding: 64px 32px;
  background-color: #222e2e;
  border-top: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.back-to-top {
  display: inline-block;
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  padding: 0.75em 1em;
  transition: color 0.2s ease;
}

.back-to-top:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.4px;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
  }

  .header-inner {
    padding: 15px 20px;
  }

  .hero-content h2 {
    font-size: 22px;
  }

  .section {
    padding: 50px 20px;
  }

  .services-section {
    padding: 50px 20px;
  }

  .services-header h2 {
    font-size: 1.5rem;
  }

  .service-card h3 {
    font-size: 1.25rem;
  }

  .pre-footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .pre-footer h2 {
    font-size: 1.5rem;
  }

  .about-extended {
    padding: 50px 20px;
  }

  .map-section {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 0.9rem;
  }

  .hero-content h2 {
    font-size: 1.3rem;
  }
}

/* ============================================
   Page Banner (non-hero pages)
   ============================================ */
.page-banner {
  background-color: #324544;
  padding: 130px 0;
  margin-top: 0;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow: hidden;
}

.page-banner.has-image .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-banner.has-image .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.page-banner.has-image .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 69, 68, 0.8);
  z-index: 1;
}

.page-banner-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.page-banner h2 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
}

/* ============================================
   Page Content (article pages)
   ============================================ */
.page-content {
  padding: 80px 40px;
  background-color: #fff;
}

.page-content-inner {
  max-width: 700px;
  margin: 0 auto;
}

.page-content-inner .article-title {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: 0.4px;
  line-height: 1.6em;
}

.page-content-inner p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .page-banner {
    padding: 100px 0 80px;
  }

  .page-banner h2 {
    font-size: 26px;
  }

  .page-content {
    padding: 50px 20px;
  }
}

/* ============================================
   Contact Page
   ============================================ */
.contact-section {
  padding: 80px 40px;
  background-color: #fff;
}

.contact-layout {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}

.contact-info h2 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #1f2526;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.contact-info p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 20px;
}

.contact-info a {
  color: #1f2526;
  text-decoration: underline;
}

.contact-info a:hover {
  opacity: 0.7;
}

.contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-field label {
  display: block;
  font-family: proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 8px;
}

.form-field .required {
  color: #c45;
}

.form-field input:not([type="checkbox"]),
.form-field textarea {
  width: 100%;
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: #1f2526;
  background: transparent;
  border: 1px solid rgba(31, 37, 38, 0.2);
  padding: 12px 14px;
  line-height: 1.6em;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  border-radius: 0;
}

.form-field input:not([type="checkbox"]):focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(31, 37, 38, 0.5);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-actions {
  text-align: left;
}

.form-submit {
  display: flex;
  align-items: center;
  font-family: 'europa', 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #1f2526;
  border: none;
  border-radius: 0;
  padding: 13px 26px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.25s ease-in-out;
}

.form-submit:hover {
  opacity: 0.8;
}

.form-success {
  padding: 20px;
  background-color: #f0f7f0;
  border: 1px solid #c4dfc4;
}

.form-success p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: #2a5a2a;
  line-height: 1.6em;
}

#turnstile-widget {
  min-height: 0;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 50px 20px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-info h2 {
    font-size: 26px;
  }
}

/* ============================================
   Flight Form Page
   ============================================ */
.flight-form-section {
  padding: 80px 40px;
  background-color: #fff;
}

.flight-form-container {
  max-width: 600px;
  margin: 0 auto;
}

.flight-form-title {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #1f2526;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 30px;
}

.flight-form-intro {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 40px;
}

.flight-form-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flight-form-container fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.flight-form-container fieldset legend {
  display: block;
  font-family: proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 10px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 2px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(31, 37, 38, 0.75);
  cursor: pointer;
  line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #1f2526;
  cursor: pointer;
}

.field-description {
  display: block;
  font-family: proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.5);
  margin-top: 6px;
}

.name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.flight-form-container select {
  width: 100%;
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: #1f2526;
  background: transparent;
  border: 1px solid rgba(31, 37, 38, 0.2);
  padding: 12px 14px;
  line-height: 1.6em;
  transition: border-color 0.2s ease;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231f2526' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.flight-form-container select:focus {
  outline: none;
  border-color: rgba(31, 37, 38, 0.5);
}

.phone-compound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.phone-country,
.phone-number {
  display: flex;
  flex-direction: column;
}

.phone-country .field-description,
.phone-number .field-description {
  margin-top: 0;
  margin-bottom: 6px;
  order: -1;
}

.country-select {
  width: 100%;
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: #1f2526;
  background: transparent;
  border: 1px solid rgba(31, 37, 38, 0.2);
  padding: 12px 32px 12px 14px;
  line-height: 1.6em;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231f2526' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color 0.2s ease;
}

.country-select:focus {
  outline: none;
  border-color: rgba(31, 37, 38, 0.5);
}

.phone-input-wrap {
  display: flex;
  align-items: center;
  border: 1px solid rgba(31, 37, 38, 0.2);
  transition: border-color 0.2s ease;
}

.phone-input-wrap:focus-within {
  border-color: rgba(31, 37, 38, 0.5);
}

.phone-prefix {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(31, 37, 38, 0.5);
  padding: 12px 0 12px 14px;
  white-space: nowrap;
  user-select: none;
}

.phone-input-wrap input[type="tel"] {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 12px 14px 12px 6px;
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: #1f2526;
  background: transparent;
  line-height: 1.6em;
  border-radius: 0;
}

.phone-input-wrap input[type="tel"]:focus {
  outline: none;
}

@media (max-width: 768px) {
  .flight-form-section {
    padding: 50px 20px;
  }

  .flight-form-title {
    font-size: 30px;
  }

  .name-fields {
    grid-template-columns: 1fr;
  }

  .phone-compound {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Travel Tips Page
   ============================================ */

/* Intro */
.tips-intro {
  padding: 60px 40px 0;
  background-color: #fff;
}

.tips-intro-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.tips-intro-inner p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
}

/* Destination Hub Grid */
.tips-hub {
  padding: 50px 40px 60px;
  background-color: #fff;
}

.tips-hub-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.tips-region {
  margin-bottom: 40px;
}

.region-label {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.45);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(31, 37, 38, 0.08);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.destination-card {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background-color: #f5f7f7;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.destination-card:hover {
  background-color: #edf0f0;
  box-shadow: 0 4px 16px rgba(18, 29, 32, 0.06);
}

.dest-name {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1f2526;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.dest-country {
  font-family: proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.4);
  margin-top: 4px;
}

/* Destination Articles */
.tips-articles {
  padding: 0 40px 80px;
  background-color: #fff;
}

.tips-articles-inner {
  max-width: 760px;
  margin: 0 auto;
}

.tip-article {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  border-top: 1px solid rgba(31, 37, 38, 0.08);
  scroll-margin-top: 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tip-article:first-child {
  border-top: none;
}

.tip-article-heading {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #1f2526;
  line-height: 1.2em;
  margin-bottom: 4px;
  border-left: 4px solid #324544;
  padding-left: 20px;
}

.tip-article-region {
  font-family: proxima-nova, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.4);
  padding-left: 24px;
  margin-bottom: 24px;
}

.tip-article > p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.4px;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 24px;
}

.tip-section {
  margin-bottom: 24px;
}

.tip-section-heading {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1f2526;
  margin-bottom: 12px;
  border-left: 3px solid #324544;
  padding-left: 14px;
}

.tip-section p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.3px;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 12px;
}

.tip-list {
  padding-left: 0;
  margin-bottom: 12px;
}

.tip-list li {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.3px;
  color: rgba(31, 37, 38, 0.75);
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}

.tip-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #324544;
  border-radius: 50%;
}

.tip-list li strong {
  font-weight: 400;
  color: #1f2526;
}

/* Callout Box (editorial accent) */
.tip-callout {
  background-color: #324544;
  color: #fff;
  padding: 28px 30px;
  margin-bottom: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.tip-callout h4 {
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.tip-callout p {
  font-family: calluna, 'Lora', Georgia, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.9);
}

.tip-callout p strong {
  font-weight: 400;
  color: #fff;
}

/* Back Link */
.tip-back-link {
  display: inline-flex;
  align-items: center;
  font-family: europa, 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(31, 37, 38, 0.4);
  text-decoration: none;
  padding-top: 30px;
  transition: color 0.2s ease;
}

.tip-back-link:hover {
  color: #324544;
}

/* Responsive: Travel Tips */
@media (max-width: 768px) {
  .tips-intro {
    padding: 40px 20px 0;
  }

  .tips-hub {
    padding: 30px 20px 40px;
  }

  .destination-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
  }

  .destination-card {
    padding: 14px 16px;
  }

  .tips-articles {
    padding: 0 20px 50px;
  }

  .tip-article-heading {
    font-size: 24px;
    padding-left: 16px;
  }

  .tip-article-region {
    padding-left: 20px;
  }
}

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