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

/* Performance optimizations */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* GPU acceleration for smooth scrolling */
body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.8;
  color: #2c3e50;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.1rem;
  background: #fafbfc;
}

/* Enable hardware acceleration for smoother animations */
.hero,
.feature-card,
.location-card,
.visa-card,
.btn {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Touch-friendly tap targets (min 44x44px) */
a,
button,
input,
select,
textarea {
  min-height: 44px;
}

button,
a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #1e3a5f;
  color: white;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

/* Visually hidden but accessible to screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Images - Optimized loading */
img {
  max-width: 100%;
  height: auto;
  display: block;
  content-visibility: auto;
}

/* Lazy loading placeholder */
img[loading="lazy"] {
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

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

body {
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
}

header {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  transition:
    background 0.3s,
    box-shadow 0.3s;
}

header.scrolled {
  background: rgba(30, 58, 95, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.logo {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Playfair Display", Georgia, serif;
  text-decoration: none;
  color: white;
}

.logo span {
  color: #f4a460;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition:
    color 0.3s,
    background-color 0.3s;
  position: relative;
  font-size: 1.1rem;
  padding: 0.5rem 0.5rem;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f4a460;
  transition: width 0.3s;
}

nav a:hover::after {
  width: 100%;
}

nav a:hover {
  color: #f4a460;
}

/* Active nav link styling */
nav a.active {
  color: #f4a460;
}

nav a.active::after {
  width: 100%;
}

/* Improved focus styles for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #f4a460;
  outline-offset: 2px;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Page Hero (for inner pages) */
.page-hero {
  background:
    linear-gradient(135deg, rgba(30, 58, 95, 0.9), rgba(45, 90, 135, 0.9)),
    url("https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?w=800&q=70")
      center/cover;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 6rem 2rem 3rem;
}

/* Higher resolution for larger screens */
@media (min-width: 769px) {
  .page-hero {
    background:
      linear-gradient(135deg, rgba(30, 58, 95, 0.9), rgba(45, 90, 135, 0.9)),
      url("https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?w=1920&q=75")
        center/cover;
  }
}

.page-hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

.page-hero-content h1 span {
  color: #f4a460;
}

.page-hero-content p {
  font-size: 1.4rem;
  opacity: 0.95;
  max-width: 600px;
  line-height: 1.7;
}

/* Hero (homepage) - Optimized for mobile */
.hero {
  background:
    linear-gradient(135deg, rgba(30, 58, 95, 0.7), rgba(0, 0, 0, 0.5)),
    url("https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?w=800&q=70")
      center/cover;
  background-attachment: scroll; /* Better mobile performance */
  min-height: 100vh;
  min-height: 100dvh; /* Dynamic viewport height for mobile browsers */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 2rem;
  padding-top: max(2rem, env(safe-area-inset-top));
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
  position: relative;
  contain: layout style paint;
}

/* Load higher resolution hero image on larger screens */
@media (min-width: 769px) {
  .hero {
    background:
      linear-gradient(135deg, rgba(30, 58, 95, 0.7), rgba(0, 0, 0, 0.5)),
      url("https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?w=1920&q=75")
        center/cover;
  }
}

/* Only use parallax on desktop with good performance */
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  .hero {
    background-attachment: fixed;
  }
}

.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(transparent, white);
}

.hero-content {
  animation: fadeInUp 1s ease-out;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-weight: 800;
}

.hero h1 span {
  color: #f4a460;
}

.hero p {
  font-size: 1.5rem;
  max-width: 650px;
  margin: 0 auto 2.5rem;
  opacity: 0.95;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  background: #f4a460;
  color: #fff;
  padding: 1.2rem 3rem;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition:
    background 0.3s,
    box-shadow 0.3s;
  border: 2px solid #f4a460;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 1.1rem;
  min-height: 54px;
  box-shadow: 0 4px 15px rgba(244, 164, 96, 0.3);
}

.btn:hover {
  background: #e8935a;
  border-color: #e8935a;
  box-shadow: 0 8px 25px rgba(244, 164, 96, 0.5);
}

.btn-outline {
  background: transparent;
  color: white;
  border: 3px solid white;
  box-shadow: none;
}

.btn-outline:hover {
  background: white;
  color: #f4a460;
  border-color: white;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.5);
}

.scroll-indicator {
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
  animation: simpleBounce 3s infinite;
  z-index: 1;
}

.scroll-indicator span {
  display: block;
  width: 30px;
  height: 50px;
  border: 3px solid white;
  border-radius: 25px;
  position: relative;
}

.scroll-indicator span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  animation: simpleScroll 3s infinite;
}

@keyframes simpleBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
    opacity: 0.7;
  }
}

@keyframes simpleScroll {
  0% {
    opacity: 1;
    top: 10px;
  }
  100% {
    opacity: 0;
    top: 25px;
  }
}

/* Stats */
.stats {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 5rem 2rem;
  background: white;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1e3a5f;
  font-family: "Playfair Display", Georgia, serif;
}

.stat-label {
  color: #666;
  font-size: 1.15rem;
  margin-top: 0.8rem;
}

/* Section Header */
.section-header {
  text-align: center;
  padding: 5rem 2rem 3rem;
  max-width: 800px;
  margin: 0 auto;
}

.section-header h2 {
  font-size: 3rem;
  color: #1e3a5f;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #f4a460, #f4a460);
  border-radius: 2px;
}

.section-header p {
  color: #666;
  font-size: 1.25rem;
  line-height: 1.8;
}

/* Features */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  padding: 3rem 2rem 6rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  border: 2px solid #eee;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1e3a5f, #f4a460);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.feature-card .icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

.feature-card h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}

.feature-card p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.feature-link {
  display: inline-block;
  color: #1e3a5f;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.05rem;
  transition: color 0.3s ease;
}

.feature-link:hover {
  color: #f4a460;
  text-decoration: underline;
}

/* Locations */
.locations {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 6rem 2rem;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 3rem auto 0;
}

.location-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}

.location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.location-card:hover img {
  transform: scale(1.08);
}

.location-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  transition: all 0.3s;
}

.location-card:hover .overlay {
  padding-bottom: 2.5rem;
}

.location-card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.location-card p {
  opacity: 0.9;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}

.location-cost {
  display: inline-block;
  background: rgba(244, 164, 96, 0.9);
  color: #1e3a5f;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

/* Make location cards clickable links */
a.location-card {
  text-decoration: none;
  display: block;
}

a.location-card:hover .overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

/* Section CTA */
.section-cta {
  text-align: center;
  margin-top: 3rem;
}

/* Section header links */
.section-header a {
  color: #1e3a5f;
  text-decoration: underline;
  font-weight: 600;
  transition:
    color 0.3s,
    opacity 0.3s;
  cursor: pointer;
}

.section-header a:hover {
  color: #f4a460;
  text-decoration: underline;
}

/* Feature card links */
.feature-card a {
  color: #1e3a5f;
  text-decoration: underline;
  font-weight: 600;
  transition:
    color 0.3s,
    opacity 0.3s;
}

.feature-card a:hover {
  color: #f4a460;
  text-decoration: underline;
}

/* About */
.about {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "🌴";
  position: absolute;
  font-size: 15rem;
  opacity: 0.05;
  top: -50px;
  left: -50px;
}

.about::after {
  content: "🏝️";
  position: absolute;
  font-size: 12rem;
  opacity: 0.05;
  bottom: -30px;
  right: -30px;
}

.about h2 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  position: relative;
  line-height: 1.3;
}

.about p {
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.4rem;
  opacity: 0.95;
  line-height: 1.9;
  position: relative;
}

.about-features {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  position: relative;
}

.about-feature {
  text-align: center;
}

.about-feature .icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.about-feature span {
  display: block;
  font-weight: 500;
}

/* Visa */
.visa {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.visa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 3rem auto 0;
}

.visa-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  border: 2px solid #eee;
  transition:
    box-shadow 0.3s,
    transform 0.3s,
    border-color 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.visa-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f4a460, #1e3a5f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.visa-card:hover::before {
  transform: scaleX(1);
}

.visa-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
  border-color: #f4a460;
}

.visa-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.visa-card h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.visa-details {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.visa-details p {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.6;
}

.visa-details p:last-child {
  margin-bottom: 0;
}

.visa-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* Info Section */
.info-section {
  padding: 6rem 2rem;
  background: white;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 3rem auto 0;
}

.info-card {
  background: white;
  padding: 3rem 2rem;
  border-radius: 20px;
  border: 2px solid #eee;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1e3a5f, #f4a460);
}

.info-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.info-card h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.info-card ul {
  list-style: none;
}

.info-card li {
  padding: 0.75rem 0;
  color: #555;
  border-bottom: 1px solid #eee;
  font-size: 1.05rem;
  line-height: 1.7;
}

.info-card li:last-child {
  border-bottom: none;
}

/* Trust Signals Section */
.trust-signals {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 3rem 2rem 2rem;
  background: white;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.5rem 2rem;
  background: white;
  border-radius: 15px;
  border: 2px solid #f0f0f0;
  transition:
    box-shadow 0.3s,
    transform 0.3s,
    border-color 0.3s;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.trust-badge:hover {
  box-shadow: 0 8px 24px rgba(244, 164, 96, 0.15);
  border-color: #f4a460;
  transform: translateY(-2px);
}

.badge-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.badge-stat {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a5f;
}

.badge-label {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* Pain Point / Concerns Section */
.pain-point-section {
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.pain-point-section h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #1e3a5f;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.concern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.concern-card {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  border-left: 5px solid #f4a460;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}

.concern-card:hover {
  box-shadow: 0 12px 30px rgba(244, 164, 96, 0.2);
  transform: translateY(-5px);
}

.concern-card h3 {
  color: #1e3a5f;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.concern-card p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.concern-card strong {
  color: #1e3a5f;
  font-weight: 600;
}

/* Mistakes Section */
.mistakes-section {
  padding: 6rem 2rem;
  background: white;
}

.mistakes-section h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #1e3a5f;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.mistakes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.mistake-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  border-top: 4px solid #e8935a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  position: relative;
  border: 2px solid #f5f5f5;
}

.mistake-card:hover {
  box-shadow: 0 12px 30px rgba(232, 147, 90, 0.15);
  transform: translateY(-5px);
}

.mistake-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.mistake-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #e8935a;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.mistake-card h4 {
  color: #1e3a5f;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.mistake-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.solution {
  background: #f0f7ff;
  padding: 1rem;
  border-radius: 8px;
  border-left: 3px solid #2196f3;
  color: #1e3a5f;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}

/* Container Helper Class */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 6rem 2rem;
  text-align: center;
}

.cta-section h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.cta-section p {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Contact Section */
.contact-section {
  padding: 6rem 2rem;
  background: white;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info h2,
.contact-form-container h2 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1.3;
}

.contact-info > p {
  color: #666;
  margin-bottom: 2.5rem;
  font-size: 1.15rem;
  line-height: 1.8;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 10px;
  border: 2px solid #eee;
  transition: box-shadow 0.3s;
}

.contact-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-icon {
  font-size: 2rem;
  flex-shrink: 0;
  color: #1e3a5f;
}

.contact-item h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.contact-item p {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.6;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-group label {
  font-weight: 600;
  color: #1e3a5f;
  font-size: 1.1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 1.1rem;
  border: 2px solid #ddd;
  border-radius: 10px;
  font-size: 1.05rem;
  font-family: inherit;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  line-height: 1.5;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #f4a460;
  box-shadow: 0 0 0 3px rgba(244, 164, 96, 0.1);
}

.form-group textarea {
  resize: vertical;
}

/* Newsletter */
.newsletter {
  background: linear-gradient(135deg, #f4a460 0%, #e8935a 100%);
  padding: 5rem 2rem;
  text-align: center;
}

.newsletter h2 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.3;
}

.newsletter p {
  color: #1e3a5f;
  opacity: 0.8;
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.7;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-form input {
  flex: 1;
  min-width: 250px;
  padding: 1.1rem 1.5rem;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 1.05rem;
  outline: none;
  transition: border-color 0.3s;
}

.newsletter-form input:focus {
  border-color: #f4a460;
}

.newsletter-form button {
  background: #1e3a5f;
  color: white;
  padding: 1.1rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 1.05rem;
  min-height: 50px;
}

.newsletter-form button:hover {
  background: #0d1f33;
}

.newsletter-form button:active {
  background: #152a45;
}

.newsletter-feedback {
  width: 100%;
  text-align: center;
  padding: 0.75rem;
  font-size: 1.05rem;
  min-height: 2rem;
}

/* Footer */
footer {
  background: #1e3a5f;
  color: #ffffff;
  padding: 4rem 2rem 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.footer-section h4 {
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 0.75rem;
}

.footer-section a {
  color: #d0d8e0;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.95rem;
  display: block;
  padding: 0.2rem 0;
}

.footer-section a:hover {
  color: #f4a460;
}

.footer-logo {
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 1rem;
}

.footer-logo span {
  color: #f4a460;
}

.footer-brand p {
  line-height: 1.7;
  font-size: 0.95rem;
  color: #c5d0dc;
  margin-bottom: 1rem;
}

.footer-badges {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.footer-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  color: #ffffff;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #ffffff;
  transition: all 0.2s;
}

.social-links a:hover {
  background: #f4a460;
  color: #1e3a5f;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
  font-size: 0.9rem;
  color: #c5d0dc;
  margin-bottom: 0.5rem;
}

.footer-disclaimer {
  font-size: 0.85rem !important;
  color: #a0b0c0 !important;
  max-width: 600px;
  margin: 0.5rem auto 0 !important;
}

.footer-bottom a {
  color: #f4a460;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Mobile Responsive - Optimized for speed and usability */
@media (max-width: 768px) {
  /* Remove heavy effects on mobile for performance */
  .hero {
    background-attachment: scroll; /* Disable parallax on mobile */
  }

  header {
    padding: 0.75rem 1rem;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    font-size: 1.75rem;
  }

  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1e3a5f;
    padding: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  nav.active {
    display: block;
    animation: slideDown 0.25s ease-out;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  nav ul {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

  nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav a {
    display: block;
    padding: 1.25rem 1.5rem;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
  }

  nav a:active {
    background: rgba(255, 255, 255, 0.1);
  }

  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1.2rem;
    padding: 0 0.5rem;
    line-height: 1.7;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 300px;
    gap: 0.75rem;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
    padding: 1.15rem 2rem;
    font-size: 1.1rem;
  }

  .page-hero-content h1 {
    font-size: 1.75rem;
  }

  .stats {
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .stat-item {
    flex: 1 1 40%;
    min-width: 120px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .section-header {
    padding: 2.5rem 1rem 1.5rem;
  }

  .section-header h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .section-header p {
    font-size: 1.15rem;
    line-height: 1.7;
  }

  .features {
    padding: 2rem 1rem 3.5rem;
    gap: 1.5rem;
  }

  .feature-card {
    padding: 2rem 1.5rem;
  }

  .feature-card .icon {
    font-size: 3rem;
  }

  .feature-card h3 {
    font-size: 1.4rem;
  }

  .feature-card p {
    font-size: 1.05rem;
  }

  .locations {
    padding: 3.5rem 1rem;
  }

  .locations-grid {
    gap: 1rem;
  }

  .location-card h3 {
    font-size: 1.4rem;
  }

  .location-card p {
    font-size: 1rem;
  }

  .about {
    padding: 3rem 1rem;
  }

  .about h2 {
    font-size: 2.2rem;
  }

  .about p {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .about-features {
    gap: 1.5rem;
  }

  .about-feature {
    flex: 1 1 40%;
  }

  .visa {
    padding: 3.5rem 1rem;
  }

  .visa-grid {
    gap: 1.5rem;
  }

  .visa-card {
    padding: 2rem;
  }

  .visa-card h3 {
    font-size: 1.4rem;
  }

  .scroll-indicator {
    bottom: 100px;
  }

  .contact-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .cta-section {
    padding: 3.5rem 1rem;
  }

  .cta-section h2 {
    font-size: 2.2rem;
  }

  .cta-section p {
    font-size: 1.2rem;
  }

  .newsletter {
    padding: 3.5rem 1rem;
  }

  .newsletter h2 {
    font-size: 2rem;
  }

  .newsletter p {
    font-size: 1.1rem;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 1rem;
  }

  .newsletter-form input {
    min-width: 100%;
    padding: 1.1rem;
    font-size: 1.05rem;
  }

  .newsletter-form button {
    width: 100%;
    padding: 1.1rem;
    font-size: 1.1rem;
  }

  footer {
    padding: 3rem 1.5rem 1.5rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-badges {
    justify-content: center;
  }

  .social-links {
    justify-content: center;
  }
}

/* Ad Container Styles */
.ad-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 2rem;
  text-align: center;
}

.ad-container.ad-horizontal {
  min-height: 90px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.ad-container.ad-sidebar {
  min-height: 250px;
  width: 300px;
}

/* Cookie Consent Banner */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 1.5rem 2rem;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.cookie-content p {
  flex: 1;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cookie-content a {
  color: #f4a460;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.btn-small {
  padding: 0.8rem 2rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 0.5rem;
  }

  .cookie-content p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }

  .cookie-buttons .btn {
    flex: 1;
    text-align: center;
    min-height: 48px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .stat-item {
    flex: 1 1 45%;
  }

  .stat-number {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

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

  .features {
    grid-template-columns: 1fr;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .location-card {
    height: 250px;
  }

  .visa-grid {
    grid-template-columns: 1fr;
  }

  .about-features {
    gap: 1rem;
  }

  .about-feature {
    flex: 1 1 100%;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* Legal Pages Styles */
.legal-content {
  padding: 4rem 2rem;
  background: white;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
}

.legal-container article {
  line-height: 1.8;
}

.legal-container h2 {
  color: #1e3a5f;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #f4a460;
  padding-bottom: 0.5rem;
}

.legal-container h3 {
  color: #2d5a87;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.legal-container p {
  margin-bottom: 1rem;
  color: #444;
}

.legal-container ul {
  margin: 1rem 0 1.5rem 2rem;
  color: #444;
}

.legal-container li {
  margin-bottom: 0.5rem;
}

.legal-container a {
  color: #2d5a87;
  text-decoration: underline;
}

.legal-container a:hover {
  color: #f4a460;
}

/* About Page Styles */
.about-page {
  padding: 4rem 2rem;
  background: white;
}

.about-container {
  max-width: 900px;
  margin: 0 auto;
}

.about-intro,
.about-story,
.about-values,
.about-commitment,
.about-disclaimer {
  margin-bottom: 3rem;
}

.about-container h2 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.about-container p {
  margin-bottom: 1rem;
  color: #444;
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.value-card {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.value-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.value-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}

.about-commitment ul {
  margin: 1rem 0 0 1.5rem;
  color: #444;
}

.about-commitment li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.about-disclaimer {
  background: #fff8f0;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #f4a460;
}

.about-disclaimer a {
  color: #2d5a87;
}

.about-disclaimer a:hover {
  color: #f4a460;
}

/* Print styles */
@media print {
  header,
  footer,
  .mobile-menu-btn,
  .ad-container,
  .cookie-consent,
  .newsletter,
  .scroll-indicator {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
  }

  .hero {
    min-height: auto;
    background: none;
    color: #000;
    padding: 1rem 0;
  }

  .hero::before {
    display: none;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
    color: #666;
  }

  .page-hero {
    background: none;
    color: #000;
    min-height: auto;
    padding: 2rem 0;
  }

  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
    color: #000;
  }

  .feature-card,
  .location-card,
  .visa-card {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* High contrast mode improvements */
@media (prefers-contrast: high) {
  .feature-card,
  .visa-card {
    border: 2px solid #000;
  }

  .btn {
    border-width: 3px;
  }
}

/* ===== Why Thailand Page Styles ===== */

/* Comparison Table */
.comparison-table-container {
  max-width: 1100px;
  margin: 2rem auto;
  overflow-x: auto;
  padding: 0 1rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table th,
.comparison-table td {
  padding: 1.5rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 1.05rem;
  line-height: 1.6;
}

.comparison-table th {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  font-weight: 600;
  font-size: 1.15rem;
}

.comparison-table td {
  color: #333;
}

.comparison-table tbody tr:hover {
  background: #f8f9fa;
}

.comparison-table .savings {
  color: #28a745;
  font-weight: 600;
}

.comparison-table .total-row {
  background: #f0f7ff;
}

.comparison-table .total-row td {
  border-top: 2px solid #1e3a5f;
}

.table-note {
  text-align: center;
  color: #666;
  font-size: 1.05rem;
  margin-top: 1.5rem;
  font-style: italic;
  line-height: 1.6;
}

/* Detail Section */
.detail-section {
  padding: 5rem 2rem;
  background: white;
}

.detail-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: start;
}

.detail-content.reverse {
  grid-template-columns: 1fr 1.2fr;
}

.detail-content.reverse .detail-text {
  order: 2;
}

.detail-text h2 {
  color: #1e3a5f;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.detail-text p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.benefit-list {
  list-style: none;
  padding: 0;
}

.benefit-list li {
  padding: 0.75rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #444;
  line-height: 1.6;
  border-bottom: 1px solid #f0f0f0;
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.benefit-list li:last-child {
  border-bottom: none;
}

/* Mini Cards */
.detail-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.mini-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.5rem;
  border-radius: 16px;
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.mini-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mini-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.75rem;
}

.mini-card h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.mini-card p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* Climate Grid */
.climate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 2rem auto 0;
}

.climate-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}

.climate-card:hover {
  transform: translateY(-5px);
}

.climate-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.climate-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.climate-months {
  color: #f4a460;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.climate-temp {
  color: #1e3a5f;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.climate-card > p:last-child {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.climate-note {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 1.5rem;
  background: #fff8f0;
  border-radius: 12px;
  border-left: 4px solid #f4a460;
}

.climate-note p {
  margin: 0;
  color: #555;
}

/* Community Highlights */
.community-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.highlight-card {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  color: white;
}

.highlight-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 0.5rem;
}

.highlight-label {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Testimonial Section */
.testimonial-section {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.testimonial-content {
  position: relative;
  margin-bottom: 1.5rem;
}

.testimonial-content::before {
  content: "\201C";
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 4rem;
  color: #f4a460;
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-content p {
  color: #555;
  line-height: 1.8;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.author-avatar {
  font-size: 2.5rem;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-info strong {
  color: #1e3a5f;
}

.author-info span {
  color: #888;
  font-size: 0.85rem;
}

/* Alt Background */
.alt-bg {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Responsive adjustments for new sections */
@media (max-width: 968px) {
  .detail-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .detail-content.reverse .detail-text {
    order: 0;
  }

  .community-highlights {
    grid-template-columns: repeat(4, 1fr);
  }

  .comparison-table {
    font-size: 0.85rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem;
  }
}

@media (max-width: 768px) {
  .detail-cards {
    grid-template-columns: 1fr;
  }

  .community-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-number {
    font-size: 2rem;
  }

  .climate-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Locations Page Styles ===== */

/* Location Finder */
.location-finder {
  padding: 4rem 2rem;
  background: white;
}

.finder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 2rem auto 0;
}

.finder-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.5rem;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.finder-card:hover {
  transform: translateY(-5px);
  border-color: #f4a460;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.finder-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.75rem;
}

.finder-card h3 {
  color: #1e3a5f;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.finder-card p {
  color: #666;
  font-size: 0.85rem;
  margin: 0;
}

/* Location Detail Sections */
.location-detail {
  padding: 5rem 2rem;
  background: white;
}

.location-detail.alt-bg {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.location-detail-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto 3rem;
  align-items: center;
}

.location-detail-header.reverse {
  direction: rtl;
}

.location-detail-header.reverse > * {
  direction: ltr;
}

.location-detail-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.location-detail-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.location-tag {
  display: inline-block;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.location-detail-intro h2 {
  color: #1e3a5f;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.location-tagline {
  color: #f4a460;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.location-detail-intro > p:last-of-type {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.location-quick-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.quick-stat {
  text-align: center;
}

.stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a5f;
  font-family: "Playfair Display", Georgia, serif;
}

.stat-label {
  font-size: 0.85rem;
  color: #666;
}

.location-detail-content {
  max-width: 1200px;
  margin: 0 auto;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.detail-card {
  background: white;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.location-detail.alt-bg .detail-card {
  background: white;
}

.detail-card h4 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.detail-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-card li {
  padding: 0.5rem 0;
  color: #555;
  font-size: 0.95rem;
  border-bottom: 1px solid #f0f0f0;
}

.detail-card li:last-child {
  border-bottom: none;
}

.detail-card.pros li::before {
  content: "✓ ";
  color: #28a745;
}

.detail-card.cons li::before {
  content: "• ";
  color: #dc3545;
}

/* Brief Location Cards */
.location-brief-section {
  padding: 5rem 2rem;
  background: white;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.brief-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.brief-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.brief-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}

.brief-content {
  padding: 1.5rem;
}

.brief-content h3 {
  color: #1e3a5f;
  margin-bottom: 0.25rem;
}

.brief-tagline {
  color: #f4a460;
  font-weight: 500;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.brief-content > p:last-of-type {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.brief-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.brief-stats span {
  background: white;
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #1e3a5f;
}

/* Location Comparison Table */
.location-comparison .highlight {
  background: #e8f5e9;
  font-weight: 500;
}

.location-comparison td:first-child {
  background: #f8f9fa;
}

/* Responsive for Locations Page */
@media (max-width: 968px) {
  .location-detail-header {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .location-detail-header.reverse {
    direction: ltr;
  }

  .location-detail-img img {
    height: 250px;
  }

  .brief-grid {
    grid-template-columns: 1fr;
  }

  .brief-card {
    grid-template-columns: 1fr;
  }

  .brief-card img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .finder-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-quick-stats {
    justify-content: center;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table-container {
    margin: 1rem -1rem;
    padding: 0;
  }
}

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

  .finder-card {
    padding: 1rem;
  }

  .finder-icon {
    font-size: 2rem;
  }
}

/* ========================================
   INDIVIDUAL LOCATION PAGES STYLES
   ======================================== */

/* Location Hero Section */
.location-hero {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 8rem 2rem 4rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.location-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(transparent, white);
  pointer-events: none;
}

.location-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out;
}

/* Breadcrumb Navigation */
.breadcrumb {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.95;
  line-height: 1.6;
}

.breadcrumb a {
  color: white;
  text-decoration: underline;
  transition: color 0.3s;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: #f4a460;
  text-decoration: underline;
}

.breadcrumb span {
  color: #f4a460;
}

/* Location Tag */
.location-hero .location-tag {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

/* Location Hero Title */
.location-hero h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.location-hero h1 span {
  color: #f4a460;
  display: inline-block;
}

/* Location Tagline */
.location-hero .location-tagline {
  font-size: 1.4rem;
  opacity: 0.95;
  margin-bottom: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hero-stat {
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.25rem 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  min-width: 150px;
  transition:
    transform 0.3s,
    background 0.3s;
}

.hero-stat:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
}

.hero-stat-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #f4a460;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 0.25rem;
}

.hero-stat-label {
  display: block;
  font-size: 0.85rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Page Navigation (sticky) */
.page-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: white;
  position: sticky;
  top: 60px;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.page-nav a {
  color: #1e3a5f;
  text-decoration: none;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s;
  background: #f8f9fa;
}

.page-nav a:hover {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
}

.page-nav a.active {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
}

/* Content Sections */
.content-section {
  padding: 5rem 2rem;
  background: white;
}

.content-section.alt-bg {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
}

.content-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.content-section h2 {
  color: #1e3a5f;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  text-align: center;
}

.content-section .lead {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
}

/* Highlight Box */
.highlight-box {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 2.5rem;
  border-radius: 20px;
  margin-top: 2rem;
}

.highlight-box h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  color: #f4a460;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  padding: 0.6rem 0;
  padding-left: 2rem;
  position: relative;
  line-height: 1.6;
  opacity: 0.95;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f4a460;
  font-weight: bold;
}

/* Cost Table */
.cost-table {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0;
  overflow-x: auto;
}

.cost-table h3 {
  color: #1e3a5f;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.6rem;
}

.cost-table table {
  width: 100%;
  border-collapse: collapse;
}

.cost-table th,
.cost-table td {
  padding: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 1.05rem;
  line-height: 1.6;
}

.cost-table th {
  background: #f0f4f8;
  color: #1e3a5f;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cost-table td:first-child {
  font-weight: 600;
  color: #1e3a5f;
}

.cost-table td:not(:first-child) {
  color: #444;
}

.cost-table .total-row {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
}

.cost-table .total-row td {
  color: white;
  border-bottom: none;
}

/* Tip Box */
.tip-box {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  padding: 2rem 2rem;
  border-radius: 16px;
  margin-top: 2.5rem;
  border-left: 5px solid #f4a460;
  box-shadow: 0 4px 12px rgba(244, 164, 96, 0.15);
}

.tip-box h4 {
  color: #1e3a5f;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.tip-box ul {
  margin: 0;
  padding-left: 1.5rem;
}

.tip-box li {
  color: #333;
  padding: 0.6rem 0;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Info Box */
.info-box {
  background: #e3f2fd;
  padding: 2rem 2rem;
  border-radius: 16px;
  margin-top: 2.5rem;
  border-left: 5px solid #2196f3;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.15);
}

.info-box h4 {
  color: #1e3a5f;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.info-box p {
  color: #333;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.info-box ul {
  margin: 0;
  padding-left: 1.25rem;
}

.info-box li {
  color: #555;
  padding: 0.3rem 0;
}

/* Neighborhood Grid */
.neighborhood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.neighborhood-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.75rem;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.neighborhood-card:hover {
  border-color: #f4a460;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.neighborhood-card h3 {
  color: #1e3a5f;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.neighborhood-type {
  display: inline-block;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.neighborhood-card > p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.neighborhood-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.neighborhood-stats span {
  background: white;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #1e3a5f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Hospital Grid */
.hospital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hospital-card {
  background: white;
  padding: 1.75rem;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: all 0.3s;
}

.hospital-card:hover {
  border-color: #1e3a5f;
  transform: translateY(-3px);
}

.hospital-card h3 {
  color: #1e3a5f;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.hospital-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hospital-location {
  display: inline-block;
  background: #f8f9fa;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #555;
}

/* Pros and Cons Grid */
.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.pros-card,
.cons-card {
  padding: 2rem;
  border-radius: 20px;
}

.pros-card {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border: 2px solid #4caf50;
}

.cons-card {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff9800;
}

.pros-card h3,
.cons-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
}

.pros-card h3 {
  color: #2e7d32;
}

.cons-card h3 {
  color: #e65100;
}

.pros-card ul,
.cons-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pros-card li,
.cons-card li {
  padding: 0.6rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #333;
  line-height: 1.5;
}

.pros-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.cons-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff9800;
  font-weight: bold;
}

/* Location CTA Section */
.location-cta {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  text-align: center;
  padding: 5rem 2rem;
}

.location-cta h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.location-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Related Locations */
.related-locations {
  padding: 5rem 2rem;
  background: #f8f9fa;
}

.related-locations h2 {
  text-align: center;
  color: #1e3a5f;
  margin-bottom: 2rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.related-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.related-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.related-card h3 {
  color: #1e3a5f;
  font-size: 1.25rem;
  padding: 1rem 1.25rem 0.25rem;
}

.related-card p {
  color: #666;
  font-size: 0.95rem;
  padding: 0 1.25rem 1.25rem;
  margin: 0;
}

/* Location Pages Responsive */
@media (max-width: 968px) {
  .location-hero {
    min-height: 60vh;
    padding: 7rem 1.5rem 3rem;
  }

  .location-hero h1 {
    font-size: 2.75rem;
  }

  .location-hero .location-tagline {
    font-size: 1.15rem;
  }

  .hero-stats {
    gap: 1rem;
  }

  .hero-stat {
    padding: 1rem 1.5rem;
    min-width: 130px;
  }

  .hero-stat-value {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .location-hero {
    min-height: 55vh;
  }

  .location-hero h1 {
    font-size: 2.25rem;
  }

  .location-hero .location-tagline {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-stat {
    width: 100%;
    max-width: 250px;
  }

  .page-nav {
    top: 56px;
    padding: 0.75rem 1rem;
    gap: 0.35rem;
  }

  .page-nav a {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .content-section {
    padding: 3rem 1.5rem;
  }

  .content-section h2 {
    font-size: 1.85rem;
  }

  .highlight-box {
    padding: 1.75rem;
  }

  .neighborhood-grid {
    grid-template-columns: 1fr;
  }

  .hospital-grid {
    grid-template-columns: 1fr;
  }

  .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .cost-table {
    padding: 1rem;
  }

  .cost-table th,
  .cost-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
  }

  .location-cta {
    padding: 3rem 1.5rem;
  }

  .location-cta h2 {
    font-size: 1.75rem;
  }

  .related-locations {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .location-hero {
    padding: 6rem 1rem 2.5rem;
  }

  .location-hero h1 {
    font-size: 1.85rem;
  }

  .location-hero .location-tag {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }

  .breadcrumb {
    font-size: 0.8rem;
  }

  .page-nav {
    padding: 0.5rem;
  }

  .page-nav a {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
  }

  .content-section .lead {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* Parallax for larger screens */
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  .location-hero {
    background-attachment: fixed;
  }
}

/* ========================================
   VISA PAGE ENHANCED STYLES
   ======================================== */

/* Visa Stats Bar */
.visa-stats-bar {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  padding: 2rem;
}

.visa-stats-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.visa-stat-item {
  text-align: center;
  color: white;
}

.visa-stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #d4a574;
}

.visa-stat-label {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 0.25rem;
}

/* Visa Finder Tool */
.visa-finder {
  padding: 4rem 2rem;
  background: #f8f9fa;
}

.visa-finder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.visa-finder-card {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  border: 2px solid #eee;
  transition: all 0.3s;
}

.visa-finder-card:hover {
  border-color: #d4a574;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.finder-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 1rem;
}

.finder-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.finder-yes,
.finder-no {
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 8px;
}

.finder-yes {
  background: #e8f5e9;
  color: #2e7d32;
}

.finder-no {
  background: #fff3e0;
  color: #e65100;
}

/* Visa Comparison Table */
.visa-comparison {
  padding: 5rem 2rem;
  background: white;
}

.visa-comparison-table-container {
  max-width: 1200px;
  margin: 2rem auto 0;
  overflow-x: auto;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.visa-comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.visa-comparison-table th {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: white;
  padding: 1.25rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}

.visa-comparison-table th:first-child {
  text-align: left;
  border-radius: 15px 0 0 0;
}

.visa-comparison-table th:last-child {
  border-radius: 0 15px 0 0;
}

.visa-comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0.95rem;
}

.visa-comparison-table td:first-child {
  text-align: left;
  background: #f8f9fa;
  font-weight: 500;
  color: #1e3a5f;
}

.visa-comparison-table tbody tr:hover td {
  background: #fff8f0;
}

.visa-comparison-table tbody tr:hover td:first-child {
  background: #f0e6d9;
}

.visa-comparison-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}

.visa-comparison-table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

.table-note {
  text-align: center;
  color: #666;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Visa Detail Sections */
.visa-detail-section {
  padding: 5rem 2rem;
}

.visa-detail-section.alt-bg {
  background: #f8f9fa;
}

.visa-detail-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.visa-detail-icon {
  font-size: 4rem;
  flex-shrink: 0;
}

.visa-detail-title h2 {
  color: #1e3a5f;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.visa-subtitle {
  color: #d4a574;
  font-size: 1.1rem;
  font-weight: 500;
}

.visa-detail-content {
  max-width: 1000px;
  margin: 0 auto;
}

.visa-overview {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: white;
  border-left: 4px solid #d4a574;
  border-radius: 0 10px 10px 0;
}

.visa-detail-section.alt-bg .visa-overview {
  background: white;
}

.visa-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.visa-requirements-box {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.visa-detail-section.alt-bg .visa-requirements-box {
  background: white;
}

.visa-requirements-box h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.visa-requirements-box ul {
  list-style: none;
}

.visa-requirements-box li {
  padding: 0.75rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.visa-requirements-box li:last-child {
  border-bottom: none;
}

.visa-requirements-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: 700;
}

.visa-pros-cons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.visa-pros-cons.full-width {
  flex-direction: row;
  grid-column: 1 / -1;
}

.visa-pros,
.visa-cons {
  flex: 1;
  padding: 1.5rem;
  border-radius: 15px;
}

.visa-pros {
  background: #e8f5e9;
}

.visa-cons {
  background: #ffebee;
}

.visa-pros h4,
.visa-cons h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.visa-pros h4 {
  color: #2e7d32;
}

.visa-cons h4 {
  color: #c62828;
}

.visa-pros ul,
.visa-cons ul {
  list-style: none;
}

.visa-pros li,
.visa-cons li {
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: #555;
}

/* Process Timeline */
.visa-process {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.visa-detail-section.alt-bg .visa-process {
  background: white;
}

.visa-process h3 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.process-timeline {
  position: relative;
  padding-left: 3rem;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #d4a574, #1e3a5f);
  border-radius: 3px;
}

.process-step {
  position: relative;
  padding-bottom: 2rem;
}

.process-step:last-child {
  padding-bottom: 0;
}

.step-number {
  position: absolute;
  left: -3rem;
  width: 33px;
  height: 33px;
  background: linear-gradient(135deg, #d4a574 0%, #c49464 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 1;
}

.step-content h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.step-content p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Elite Packages */
.elite-packages {
  margin-bottom: 2rem;
}

.elite-packages h3 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.elite-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.elite-package {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid #eee;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.elite-package:hover {
  border-color: #d4a574;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.elite-package.featured {
  border-color: #d4a574;
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d4a574 0%, #c49464 100%);
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.elite-package h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.package-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d4a574;
  margin-bottom: 0.25rem;
}

.package-duration {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.elite-package ul {
  list-style: none;
  text-align: left;
}

.elite-package li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.elite-package li:last-child {
  border-bottom: none;
}

/* LTR Categories */
.ltr-categories {
  margin-bottom: 2rem;
}

.ltr-categories h3 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.ltr-categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.ltr-category {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid #eee;
  transition: all 0.3s;
}

.ltr-category:hover {
  border-color: #d4a574;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.ltr-category h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.category-description {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.ltr-category ul {
  list-style: none;
}

.ltr-category li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: #555;
}

/* Visa FAQ */
.visa-faq {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.faq-item {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid #d4a574;
}

.faq-item h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.faq-item p {
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Visa Page Responsive */
@media (max-width: 968px) {
  .visa-stats-container {
    gap: 2rem;
  }

  .visa-stat-number {
    font-size: 2rem;
  }

  .visa-detail-grid {
    grid-template-columns: 1fr;
  }

  .visa-pros-cons.full-width {
    flex-direction: column;
  }

  .elite-packages-grid {
    grid-template-columns: 1fr;
  }

  .ltr-categories-grid {
    grid-template-columns: 1fr;
  }

  .visa-detail-header {
    flex-direction: column;
    text-align: center;
  }

  .visa-detail-title h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .visa-finder-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .visa-comparison-table-container {
    margin: 2rem -1rem;
    border-radius: 0;
  }

  .process-timeline {
    padding-left: 2.5rem;
  }

  .step-number {
    left: -2.5rem;
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .visa-stats-container {
    gap: 1.5rem;
  }

  .visa-stat-item {
    flex: 1 1 40%;
  }

  .visa-stat-number {
    font-size: 1.75rem;
  }

  .visa-stat-label {
    font-size: 0.8rem;
  }

  .visa-detail-icon {
    font-size: 3rem;
  }

  .visa-detail-title h2 {
    font-size: 1.5rem;
  }

  .elite-package {
    padding: 1.5rem;
  }

  .package-price {
    font-size: 1.25rem;
  }
}

/* Hub Section Styles */
.hub-section {
  padding: 5rem 2rem;
  background: #f8f9fa;
}

.hub-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.hub-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.hub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hub-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
}

.hub-card h3 {
  color: #1e3a5f;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.hub-card > p {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.hub-links {
  list-style: none;
  padding: 0;
}

.hub-links li {
  margin-bottom: 0.75rem;
}

.hub-links a {
  color: #2d5a87;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hub-links a::before {
  content: "→";
  color: #f4a460;
  transition: transform 0.3s;
}

.hub-links a:hover {
  color: #f4a460;
}

.hub-links a:hover::before {
  transform: translateX(5px);
}

.hub-cta {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  text-align: center;
  color: white;
}

.hub-cta .container {
  max-width: 800px;
  margin: 0 auto;
}

.hub-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hub-cta p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hub-cta .btn {
  padding: 1rem 2rem;
}

.hub-cta .btn-outline {
  border-color: white;
  color: white;
}

.hub-cta .btn-outline:hover {
  background: white;
  color: #1e3a5f;
}

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

  .hub-cta h2 {
    font-size: 1.75rem;
  }

  .hub-cta p {
    font-size: 1rem;
  }
}

/* Hub Quick Section - Why Thailand Page */
.hub-quick-section {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hub-quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.hub-quick-card {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hub-quick-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: #f4a460;
}

.hub-quick-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}

.hub-quick-card h3 {
  color: #1e3a5f;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.hub-quick-card p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .hub-quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub-quick-card {
    padding: 1.5rem 1rem;
  }

  .hub-quick-icon {
    font-size: 2rem;
  }
}

/* ================================
   Hub Page Tool Sections
   ================================ */

.tool-section {
  padding: 5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.tool-section.alt-bg {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: none;
}

.tool-section.alt-bg > * {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* Cost Calculator */
.calculator-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}

.calculator-form {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.calc-group {
  margin-bottom: 1.5rem;
}

.calc-group label {
  display: block;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.calc-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
  cursor: pointer;
}

.calc-group select:focus {
  outline: none;
  border-color: #2d5a87;
}

.calculator-result {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  padding: 2rem;
  border-radius: 16px;
  color: white;
  text-align: center;
}

.calculator-result h3 {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.result-amount {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif;
  margin-bottom: 1.5rem;
  color: #f4a460;
}

.result-breakdown {
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.breakdown-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.breakdown-item:last-child {
  border-bottom: none;
}

.result-note {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 1rem;
}

/* Hospital Directory */
.hospital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.hospital-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.hospital-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.hospital-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #27ae60;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.hospital-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  padding-right: 100px;
}

.hospital-location {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.hospital-card > p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hospital-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.hospital-features li {
  color: #27ae60;
  padding: 0.25rem 0;
  font-size: 0.9rem;
}

/* Visa Checklist */
.checklist-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.checklist-column {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.checklist-column h3 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.checklist-item:last-child {
  border-bottom: none;
}

.checklist-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #27ae60;
  flex-shrink: 0;
  margin-top: 2px;
}

.checklist-item label {
  cursor: pointer;
  color: #444;
  line-height: 1.4;
}

.checklist-item input:checked + label {
  color: #27ae60;
  text-decoration: line-through;
}

/* Sports & Activities */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.activity-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.activity-card:hover {
  transform: translateY(-5px);
}

.activity-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.activity-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.75rem;
}

.activity-card > p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.activity-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.activity-highlights span {
  background: #e8f4fd;
  color: #2d5a87;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
}

.activity-card h4 {
  color: #1e3a5f;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.activity-card ul {
  list-style: none;
  color: #555;
}

.activity-card ul li {
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.activity-card ul li::before {
  content: "•";
  color: #f4a460;
  position: absolute;
  left: 0;
}

/* Community Resources */
.community-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.community-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.community-card h3 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
}

.community-links {
  list-style: none;
}

.community-links li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.community-links li:last-child {
  border-bottom: none;
}

.community-links a {
  color: #2d5a87;
  text-decoration: none;
  font-weight: 600;
}

.community-links a:hover {
  color: #f4a460;
}

/* Housing Guide */
.housing-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.housing-info-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.housing-info-card.full-width {
  grid-column: 1 / -1;
}

.housing-info-card h3 {
  color: #1e3a5f;
  margin-bottom: 1.5rem;
}

.housing-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.housing-option h4 {
  color: #2d5a87;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f4a460;
}

.housing-option ul {
  list-style: none;
}

.housing-option ul li {
  padding: 0.5rem 0;
  color: #555;
}

.housing-prices {
  width: 100%;
  border-collapse: collapse;
}

.housing-prices th,
.housing-prices td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.housing-prices th {
  background: #f8f9fa;
  color: #1e3a5f;
  font-weight: 600;
}

.housing-prices tr:hover {
  background: #f8f9fa;
}

.property-sites {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.property-link {
  display: block;
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.property-link:hover {
  border-color: #f4a460;
  background: white;
}

.property-name {
  display: block;
  color: #1e3a5f;
  font-weight: 600;
  font-size: 1.1rem;
}

.property-desc {
  display: block;
  color: #666;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

/* Free Guides */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.guide-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  transition: transform 0.3s;
}

.guide-card:hover {
  transform: translateY(-5px);
}

.guide-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.guide-card h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
}

.guide-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.guide-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #f4a460;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Responsive for Hub Tools */
@media (max-width: 992px) {
  .calculator-container {
    grid-template-columns: 1fr;
  }

  .housing-info-grid {
    grid-template-columns: 1fr;
  }

  .housing-comparison {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tool-section {
    padding: 3rem 1.5rem;
  }

  .hospital-grid,
  .activities-grid {
    grid-template-columns: 1fr;
  }

  .hospital-card h3 {
    padding-right: 0;
    margin-top: 2rem;
  }

  .result-amount {
    font-size: 2.5rem;
  }
}

/* ========================================
   ADDITIONAL MOBILE PERFORMANCE OPTIMIZATIONS
   ======================================== */

/* Smooth scrolling optimization */
@supports (scroll-behavior: smooth) {
  html {
    scroll-behavior: smooth;
  }
}

/* Optimize for touch devices */
@media (hover: none) and (pointer: coarse) {
  /* Disable hover effects on touch devices for better performance */
  .feature-card:hover,
  .location-card:hover,
  .visa-card:hover,
  .mini-card:hover,
  .guide-card:hover {
    transform: none;
  }

  /* Make tap targets larger */
  nav a,
  .btn,
  .footer-section a,
  .social-links a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Remove complex hover animations */
  .feature-card::before,
  nav a::after {
    display: none;
  }
}

/* Improve paint performance */
.hero-content,
.feature-card,
.location-card,
.visa-card {
  contain: layout style;
}

/* Optimize images for mobile */
@media (max-width: 768px) {
  img {
    content-visibility: auto;
    contain-intrinsic-size: 300px 200px;
  }

  .location-card img {
    contain-intrinsic-size: 100% 280px;
  }
}

/* Safe area insets for notched devices */
@supports (padding: max(0px)) {
  header {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  footer {
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
  }

  .cookie-consent {
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }
}

/* Landscape mobile optimization */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding: 5rem 2rem 3rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .scroll-indicator {
    display: none;
  }
}

/* Print-friendly and reduced data mode */
@media print, (prefers-reduced-data: reduce) {
  .hero {
    background-image: none;
    background-color: #1e3a5f;
  }

  .page-hero {
    background-image: none;
    background-color: #1e3a5f;
  }

  img[loading="lazy"] {
    content-visibility: visible;
  }
}

/* ============================================
   NEW SECTIONS: Hero Enhancements, Testimonials, FAQ
   ============================================ */

/* Hero Badge */
.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: fadeInUp 0.8s ease-out;
}

.hero-subtitle {
  font-size: 1.3rem !important;
  max-width: 700px !important;
  line-height: 1.7 !important;
}

.hero-features {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
  animation: fadeInUp 1.2s ease-out;
}

.hero-feature {
  font-size: 0.95rem;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
}

.hero-trust {
  margin-top: 2rem;
  font-size: 0.95rem;
  opacity: 0.85;
  animation: fadeInUp 1.4s ease-out;
}

.btn-primary {
  background: #f4a460;
  color: #1e3a5f;
  font-size: 1.1rem;
  padding: 1.1rem 2.8rem;
}

.btn-primary:hover {
  background: #ffb777;
  border-color: #ffb777;
  box-shadow: 0 15px 40px rgba(244, 164, 96, 0.5);
}

/* Stats section improvements */
.stat-detail {
  font-size: 0.8rem;
  color: #888;
  margin-top: 0.25rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

/* Testimonials Section */
.testimonials {
  padding: 5rem 2rem;
  background: #fff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.testimonial-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 4rem;
  font-family: Georgia, serif;
  color: #f4a460;
  opacity: 0.3;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-rating {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.testimonial-content blockquote {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  font-style: italic;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f4a460;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.author-info strong {
  color: #1e3a5f;
  font-size: 1.05rem;
}

.author-info span {
  font-size: 0.85rem;
  color: #666;
}

.author-info .verified {
  color: #28a745;
  font-weight: 500;
  font-size: 0.8rem;
}

/* Enhanced Newsletter Section */
.newsletter-content {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-subtitle {
  font-size: 1.1rem;
  margin-bottom: 1.5rem !important;
}

.newsletter-benefits {
  list-style: none;
  text-align: left;
  margin: 0 auto 2rem;
  max-width: 450px;
}

.newsletter-benefits li {
  padding: 0.6rem 0;
  color: #1e3a5f;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(30, 58, 95, 0.1);
}

.newsletter-benefits li:last-child {
  border-bottom: none;
}

.newsletter-privacy {
  font-size: 0.85rem !important;
  margin-top: 1rem !important;
  opacity: 0.7 !important;
}

/* FAQ Section */
.faq {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.faq-grid {
  max-width: 800px;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #f4a460;
}

.faq-item summary {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: #1e3a5f;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 1.05rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  color: #f4a460;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: #555;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
}

/* Footer Trust Section */
.footer-trust {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Mobile Responsive for new sections */
@media (max-width: 768px) {
  .hero-badge {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }

  .hero-subtitle {
    font-size: 1.1rem !important;
  }

  .hero-features {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-feature {
    font-size: 0.85rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-content blockquote {
    font-size: 0.95rem;
  }

  .newsletter-benefits {
    padding-left: 0;
  }

  .faq-item summary {
    font-size: 0.95rem;
    padding: 1rem;
  }

  .faq-answer {
    padding: 0 1rem 1rem;
    font-size: 0.9rem;
  }

  .stats {
    gap: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .stat-detail {
    font-size: 0.7rem;
  }
}

/* ===========================================
   HUB PAGE STYLES
   =========================================== */

/* Featured Tools Section */
.hub-featured {
  padding: 4rem 0;
  background: #fff;
}

.hub-featured h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #1e3a5f;
  margin-bottom: 2rem;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.featured-card {
  display: flex;
  gap: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  border: 2px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.featured-card:hover {
  border-color: #1e3a5f;
  box-shadow: 0 10px 40px rgba(30, 58, 95, 0.15);
  transform: translateY(-4px);
}

.featured-icon {
  font-size: 3rem;
  flex-shrink: 0;
}

.featured-content h3 {
  font-size: 1.4rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.featured-content p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.featured-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.preview-stat {
  background: #e8f4f8;
  color: #1e3a5f;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.featured-cta {
  color: #f4a460;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Category Grid */
.hub-categories {
  padding: 4rem 0;
  background: #f8f9fa;
}

.hub-categories h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  color: #1e3a5f;
  margin-bottom: 2rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.category-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.category-image {
  height: 160px;
  background-size: cover;
  background-position: center;
}

.category-content {
  padding: 1.5rem;
}

.category-tag {
  display: inline-block;
  background: #e8f4f8;
  color: #1e3a5f;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.category-content h3 {
  font-size: 1.25rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.category-content p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.category-highlights {
  list-style: none;
  margin-bottom: 1rem;
}

.category-highlights li {
  color: #555;
  font-size: 0.85rem;
  padding: 0.2rem 0;
  padding-left: 1.2rem;
  position: relative;
}

.category-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.category-cta {
  color: #f4a460;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Quick Links Section */
.hub-quicklinks {
  padding: 3rem 0;
  background: #fff;
}

.hub-quicklinks h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: #1e3a5f;
  margin-bottom: 2rem;
}

.quicklinks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.quicklink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  background: #f8f9fa;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  text-align: center;
}

.quicklink:hover {
  background: #1e3a5f;
  color: #fff;
  transform: translateY(-2px);
}

.quicklink-icon {
  font-size: 1.8rem;
}

.quicklink span:last-child {
  font-size: 0.85rem;
  font-weight: 500;
}

/* Hub Locations Section */
.hub-locations {
  padding: 4rem 0;
  background: #f8f9fa;
}

.hub-locations h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 2rem;
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}

.location-mini-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.location-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.location-mini-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.location-mini-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
}

.location-mini-content h4 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.location-mini-content span {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Hub CTA */
.hub-cta {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  text-align: center;
  color: #fff;
}

.hub-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.hub-cta p {
  opacity: 0.9;
  margin-bottom: 1.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Hub Styles */
@media (max-width: 768px) {
  .featured-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .featured-card {
    flex-direction: column;
    text-align: center;
  }

  .category-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .quicklinks-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    padding: 0 1rem;
  }

  .quicklink {
    padding: 1rem 0.5rem;
  }

  .quicklink-icon {
    font-size: 1.5rem;
  }

  .quicklink span:last-child {
    font-size: 0.75rem;
  }

  .location-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 1rem;
  }

  .location-mini-card img {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .quicklinks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===========================================
   TOOLS & GUIDES PAGE STYLES
   =========================================== */

/* Tool Page Sections */
.tool-section {
  padding: 4rem 2rem;
}

.tool-section.alt-bg {
  background: #f8f9fa;
}

.tool-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.tool-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #1e3a5f;
  margin-bottom: 1rem;
  text-align: center;
}

.section-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem;
  color: #555;
  font-size: 1.1rem;
}

/* Filter Section */
.filter-section {
  padding: 1.5rem 2rem;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}

.filter-bar {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-group label {
  font-weight: 500;
  color: #555;
}

.filter-group select {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  min-width: 150px;
}

/* Hospital Directory Styles */
.hospital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hospital-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

.hospital-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.hospital-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.hospital-card h3 {
  font-size: 1.2rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
  padding-right: 100px;
}

.hospital-location {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.hospital-features {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.hospital-features li {
  font-size: 0.9rem;
  color: #555;
  padding: 0.25rem 0;
}

.hospital-contact {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

.btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

/* Info Grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.info-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.info-card h3 {
  font-size: 1.2rem;
  color: #1e3a5f;
  margin-bottom: 1rem;
}

.info-card ul {
  list-style: none;
  padding: 0;
}

.info-card li {
  padding: 0.4rem 0;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.info-card li:last-child {
  border-bottom: none;
}

/* Golf Guide Styles */
.golf-region {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}

.golf-region:last-child {
  border-bottom: none;
}

.golf-region h3 {
  font-size: 1.5rem;
  color: #1e3a5f;
  margin-bottom: 0.75rem;
}

.region-intro {
  color: #666;
  margin-bottom: 1.5rem;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.course-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.course-card h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.course-rating {
  color: #f4a460;
  font-size: 0.85rem;
  font-weight: 500;
}

.course-fee {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
}

.course-features {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.course-features li {
  padding: 0.2rem 0;
}

.more-courses {
  margin-top: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #666;
}

/* Comparison Cards */
.comparison-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.compare-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.compare-card h3 {
  font-size: 1.4rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.compare-card h4 {
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.compare-card ul {
  list-style: none;
  padding: 0;
}

.compare-card li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
}

.compare-card .recommended {
  color: #28a745;
  font-weight: 500;
  font-size: 0.9rem;
}

.compare-card .note {
  color: #666;
  font-size: 0.85rem;
  font-style: italic;
}

.compare-card .verdict {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 0.9rem;
}

.price-range,
.price-highlight {
  font-size: 1.5rem;
  color: #28a745;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Tips Grid */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tip-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #f4a460;
}

.tip-card h4 {
  color: #1e3a5f;
  margin-bottom: 0.75rem;
}

.tip-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Feature Grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Activities Grid */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.activity-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.activity-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.activity-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.activity-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}

/* Resource Grid */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.resource-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.resource-card h3,
.resource-card h4 {
  color: #1e3a5f;
  margin-bottom: 1rem;
}

.resource-list,
.community-list {
  list-style: none;
  padding: 0;
}

.resource-list li,
.community-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.resource-list li:last-child,
.community-list li:last-child {
  border-bottom: none;
}

.resource-list li strong,
.community-list li strong {
  color: #1e3a5f;
  display: block;
  margin-bottom: 0.2rem;
}

.resource-list li p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* Neighborhood Grid */
.neighborhood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.neighborhood-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.neighborhood-card h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.neighborhood-card ul {
  list-style: none;
  padding: 0;
}

.neighborhood-card li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.neighborhood-card li:last-child {
  border-bottom: none;
}

/* Steps Timeline */
.steps-timeline {
  max-width: 800px;
  margin: 2rem auto;
}

.step {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.step:last-child {
  border-bottom: none;
}

.step-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h4 {
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.step-content p {
  color: #555;
  font-size: 0.95rem;
}

/* Info/Warning Boxes */
.warning-box,
.info-box,
.highlight-box,
.requirement-box,
.checklist-box {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.warning-box {
  border-left: 4px solid #ff9800;
  background: #fff8e1;
}

.info-box {
  border-left: 4px solid #2196f3;
  background: #e3f2fd;
}

.highlight-box {
  border-left: 4px solid #28a745;
  background: #e8f5e9;
}

.requirement-box {
  border-left: 4px solid #1e3a5f;
}

.checklist-box {
  border-left: 4px solid #f4a460;
}

.warning-box h4,
.info-box h4,
.highlight-box h3,
.requirement-box h3,
.checklist-box h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
}

.warning-box ul,
.info-box ul,
.highlight-box ul,
.checklist-box ul {
  padding-left: 1.5rem;
}

.warning-box li,
.info-box li,
.highlight-box li,
.checklist-box li {
  padding: 0.4rem 0;
  color: #555;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.requirement-item h4 {
  color: #1e3a5f;
  margin-bottom: 0.75rem;
}

.requirement-item ul {
  padding-left: 1.5rem;
}

.requirement-item li {
  padding: 0.3rem 0;
  color: #555;
}

/* Bank Grid */
.bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.bank-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.bank-logo {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.bank-card h3 {
  color: #1e3a5f;
  margin-bottom: 0.25rem;
}

.bank-tagline {
  color: #f4a460;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.bank-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.bank-card li {
  padding: 0.3rem 0;
  font-size: 0.9rem;
  color: #555;
}

.bank-card .note {
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #666;
  text-align: left;
}

/* Decision Guide */
.decision-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.decision-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.decision-card h3 {
  color: #1e3a5f;
  margin-bottom: 1rem;
}

.decision-card ul {
  list-style: none;
  padding: 0;
}

.decision-card li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
}

/* Community Section */
.community-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}

.community-section:last-child {
  border-bottom: none;
}

.community-section h3 {
  font-size: 1.4rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

/* Responsive Styles for Tool/Guide Pages */
@media (max-width: 768px) {
  .tool-section {
    padding: 3rem 1rem;
  }

  .tool-section h2 {
    font-size: 1.6rem;
  }

  .section-intro {
    font-size: 1rem;
  }

  .hospital-grid,
  .course-grid,
  .comparison-cards,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .hospital-card h3 {
    padding-right: 0;
    font-size: 1.1rem;
  }

  .hospital-badge {
    position: static;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  .filter-bar {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .filter-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-group select {
    width: 100%;
  }

  .step {
    flex-direction: column;
    gap: 0.75rem;
  }

  .step-number {
    width: 36px;
    height: 36px;
  }

  .comparison-table-wrapper {
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 600px;
  }

  /* Mobile styles for new sections */
  .trust-signals {
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .trust-badge {
    min-width: auto;
    flex: 1 1 45%;
    padding: 1.2rem;
  }

  .badge-stat {
    font-size: 1.3rem;
  }

  .pain-point-section {
    padding: 3rem 1rem;
  }

  .pain-point-section h2 {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
  }

  .concern-grid {
    gap: 1.5rem;
  }

  .concern-card {
    padding: 1.8rem;
  }

  .concern-card h3 {
    font-size: 1.2rem;
  }

  .concern-card p {
    font-size: 1rem;
  }

  .mistakes-section {
    padding: 3rem 1rem;
  }

  .mistakes-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .mistakes-grid {
    gap: 1.5rem;
  }

  .mistake-card {
    padding: 1.5rem;
    padding-top: 2.5rem;
  }

  .mistake-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    left: 15px;
    top: -12px;
  }

  .mistake-card h4 {
    font-size: 1.1rem;
    margin-top: 0.75rem;
  }

  .mistake-card p {
    font-size: 0.95rem;
  }

  .solution {
    padding: 0.8rem;
    font-size: 0.95rem;
  }
}

/* ============================================
   ENHANCED VISUAL POLISH & SOPHISTICATION
   ============================================ */

/* Improved card depths across all card types */
.visa-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #f4a460;
  transition: all 0.3s ease;
}

.visa-card:hover {
  box-shadow: 0 12px 40px rgba(30, 58, 95, 0.15);
  transform: translateY(-6px);
  border-top-color: #e89a3a;
}

.location-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.location-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e3a5f, #f4a460);
}

.location-card:hover {
  box-shadow: 0 12px 40px rgba(30, 58, 95, 0.15);
  transform: translateY(-6px) scale(1.03);
}

.info-card {
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #f4a460;
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}

/* Section header decorative styling */
.section-header {
  position: relative;
  padding-bottom: 1.5rem;
}

.section-header h2 {
  position: relative;
  padding-bottom: 1rem;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #f4a460, transparent);
}

/* Enhanced form styling */
.newsletter-section input[type="email"] {
  border: 2px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.newsletter-section input[type="email"]:focus {
  border-color: #f4a460;
  box-shadow: 0 4px 20px rgba(244, 164, 96, 0.2);
  outline: none;
}

/* Button group styling */
.button-group {
  gap: 1rem;
  flex-wrap: wrap;
}

.button-group .btn {
  flex: 1;
  min-width: 160px;
  box-shadow: 0 4px 15px rgba(244, 164, 96, 0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.button-group .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
}

.button-group .btn:hover::before {
  width: 300px;
  height: 300px;
}

.button-group .btn:hover {
  box-shadow: 0 8px 30px rgba(244, 164, 96, 0.4);
  transform: translateY(-2px);
}

/* Link styling with underline animation */
a {
  position: relative;
  text-decoration: none;
}

a:not(.btn)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f4a460;
  transition: width 0.3s ease;
}

a:not(.btn):hover::after {
  width: 100%;
}

/* Improved footer styling */
footer {
  border-top: 3px solid #f4a460;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.03);
}

footer h3 {
  color: #1e3a5f;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

footer a {
  color: #2c3e50;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #f4a460;
}

footer ul {
  list-style: none;
}

footer li {
  margin-bottom: 0.75rem;
}

footer li::before {
  content: "▸ ";
  color: #f4a460;
  margin-right: 0.5rem;
  font-weight: bold;
}

/* Social icons enhancement */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f4a460;
  border-radius: 50%;
  color: white;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(244, 164, 96, 0.3);
}

.social-icons a:hover {
  background: #1e3a5f;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.3);
}

/* Improved section backgrounds */
.visa-section {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  position: relative;
}

.visa-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(244, 164, 96, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.locations-section {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}

/* Enhanced scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #f4a460;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e89a3a;
}

/* Smooth transitions throughout */
* {
  --transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Text selection styling */
::selection {
  background: #f4a460;
  color: white;
}

::-moz-selection {
  background: #f4a460;
  color: white;
}

/* Focus styles for accessibility */
:focus-visible {
  outline: 2px solid #f4a460;
  outline-offset: 2px;
}

.btn:focus-visible {
  outline: 2px solid white;
  outline-offset: -4px;
}

/* Blog card hover */
.blog-card {
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Mobile: page-hero text + blog adjustments */
@media (max-width: 768px) {
  .page-hero-content p {
    font-size: 1.1rem;
  }

  .page-hero {
    padding: 5rem 1.5rem 2.5rem;
    min-height: 30vh;
  }

  .blog-card:hover {
    transform: none;
  }
}

@media (max-width: 480px) {
  .page-hero-content p {
    font-size: 1rem;
  }

  .page-hero {
    padding: 4.5rem 1rem 2rem;
  }
}
