:root {
  --ink: #07110d;
  --muted: #53635a;
  --line: #dbe6df;
  --paper: #ffffff;
  --soft: #f3f8f4;
  --brand: #0b6b43;
  --brand-dark: #06452b;
  --black: #050807;
  --accent: #d97706;
  --accent-soft: #fff3df;
  --shadow: 0 20px 60px rgba(5, 8, 7, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--paper);
}

@font-face {
  font-family: "Essentials Handwriting";
  src: local("Essentials Handwriting"), local("EssentialsHandwriting");
  font-display: swap;
}

body.is-scrolled .site-header {
  min-height: 66px;
  box-shadow: 0 10px 34px rgba(5, 8, 7, 0.1);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transition: min-height 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #33475b;
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--brand);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.language-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 168px;
}

.language-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--brand);
  background: #eef7f1;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.language-shell select {
  flex: 1;
  min-height: 38px;
  padding: 7px 32px 7px 10px;
  font-size: 0.88rem;
  font-weight: 800;
  border-color: var(--line);
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
#goog-gt-tt,
.skiptranslate iframe {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body {
  top: 0 !important;
}

body > .skiptranslate {
  display: none !important;
}

font {
  background: transparent !important;
  box-shadow: none !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  align-items: end;
  min-height: calc(100vh - 76px);
  padding: 84px clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.9), rgba(6, 69, 43, 0.62), rgba(6, 69, 43, 0.18)),
    url("https://images.unsplash.com/photo-1535139262971-c51845709a48?auto=format&fit=crop&w=1800&q=80")
      center/cover;
}

.hero-content {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fbbf24;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 6vw, 5.3rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
}

.hero-actions,
.program-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 800;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--brand);
}

.button.primary:hover {
  background: var(--brand-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.section {
  padding: 88px clamp(20px, 5vw, 72px);
}

.tinted {
  background: var(--soft);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.stats-band div {
  padding: 34px 22px;
  background: var(--paper);
}

.stats-band strong {
  display: block;
  color: var(--brand);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.stats-band span {
  color: var(--muted);
  font-weight: 700;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 34px;
  padding-bottom: 34px;
  background:
    linear-gradient(135deg, rgba(11, 107, 67, 0.08), rgba(245, 130, 31, 0.08)),
    #fff;
  border-bottom: 1px solid var(--line);
}

.trust-stats div {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 107, 67, 0.18);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(5, 8, 7, 0.08);
}

.trust-stats div::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  background: rgba(245, 130, 31, 0.14);
  border-radius: 50%;
}

.trust-stats strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-dark);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.95;
}

.trust-stats span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 260px;
  color: var(--muted);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(32px, 7vw, 96px);
}

.copy-stack p,
.service-card p,
.destination-grid p,
.faq-list p,
.site-footer p {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.video-section {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8f4 100%);
}

.video-frame {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  aspect-ratio: 16 / 9;
  background: var(--black);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-video {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
}

.feature-grid,
.service-grid,
.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article,
.service-card,
.destination-grid article,
.program-card,
.scholarship-card,
.contact-cards article,
.contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(17, 35, 50, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-grid article:hover,
.service-card:hover,
.destination-grid article:hover,
.program-card:hover,
.scholarship-card:hover,
.contact-cards article:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 107, 67, 0.28);
  box-shadow: 0 18px 48px rgba(5, 8, 7, 0.12);
}

.feature-grid article {
  padding: 24px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--brand);
  font-weight: 800;
  background: #e6f5f3;
  border-radius: 8px;
}

.service-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.service-card {
  padding: 28px;
}

.service-card.featured {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.service-card.featured p,
.service-card.featured li {
  color: rgba(255, 255, 255, 0.86);
}

ul {
  padding-left: 20px;
  margin-bottom: 0;
}

li + li {
  margin-top: 8px;
}

.program-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
}

.china-typewriter {
  max-width: none;
  margin: 42px auto 0;
  padding: clamp(22px, 3vw, 34px);
  color: var(--black);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 244, 0.94)),
    radial-gradient(circle at top left, rgba(245, 130, 31, 0.12), transparent 36%);
  border: 1px solid rgba(11, 107, 67, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(5, 8, 7, 0.1);
}

.china-typewriter p {
  min-height: 190px;
  margin: 0;
  font-family: "Essentials Handwriting", "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  font-weight: 800;
  line-height: 1.72;
  white-space: pre-wrap;
}

.encouragement-video {
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
  background: var(--black);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.encouragement-video[hidden],
.china-typewriter p[hidden] {
  display: none;
}

.encouragement-video video {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(76vh, 720px);
  border: 0;
}

.china-typewriter h3 {
  margin-bottom: 14px;
  color: var(--brand-dark);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
}

.china-typewriter p:not([hidden])::after {
  content: "";
  display: inline-block;
  width: 0.12em;
  height: 0.95em;
  margin-left: 0.08em;
  vertical-align: -0.12em;
  background: var(--accent);
  animation: cursorBlink 850ms steps(1) infinite;
}

@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}

.program-card,
.scholarship-card {
  padding: 30px;
}

.program-tabs {
  margin-bottom: 28px;
}

.program-tab {
  padding: 8px 12px;
  color: var(--brand-dark);
  font: inherit;
  font-weight: 800;
  background: #e6f5f3;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.program-tab:hover,
.program-tab.active {
  color: #fff;
  background: var(--brand);
}

.program-tab:hover {
  transform: translateY(-2px);
}

.program-tab:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.22);
  outline-offset: 2px;
}

.check-list li::marker {
  color: var(--brand);
}

.important-notes {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.important-notes h4,
.destination-grid h4 {
  margin: 18px 0 6px;
  font-size: 0.92rem;
  color: var(--brand-dark);
  text-transform: uppercase;
}

.scholarship-list {
  display: grid;
  gap: 12px;
}

.scholarship-list div {
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.scholarship-list strong,
.scholarship-list span {
  display: block;
}

.scholarship-list span {
  color: var(--muted);
}

.callout {
  margin: 20px 0 8px;
  padding: 16px;
  color: #7c4a03;
  font-weight: 800;
  background: var(--accent-soft);
  border-radius: 8px;
}

.small-note {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.destination-grid article {
  overflow: hidden;
}

.destination-grid article h3,
.destination-grid article p,
.destination-grid article h4,
.destination-grid article ul {
  margin-left: 28px;
  margin-right: 28px;
}

.destination-grid article ul:last-child {
  margin-bottom: 28px;
}

.destination-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 260px;
  margin-bottom: 26px;
  padding: 16px;
  color: #fff;
  background-position: center;
  background-size: cover;
  transition: transform 360ms ease;
}

.destination-grid article:hover .destination-visual {
  transform: scale(1.025);
}

.destination-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 35, 41, 0.08), rgba(8, 35, 41, 0.78));
}

.destination-visual.indonesia {
  background-image: url("https://images.unsplash.com/photo-1588668214407-6ea9a6d8c272?auto=format&fit=crop&w=900&q=80");
}

.destination-visual.china {
  background-image: url("https://images.unsplash.com/photo-1508804185872-d7badad00f7d?auto=format&fit=crop&w=900&q=80");
}

.destination-visual.thailand {
  background-image: url("https://images.unsplash.com/photo-1528181304800-259b08848526?auto=format&fit=crop&w=900&q=80");
}

.destination-visual.dubai {
  background-image: url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=900&q=80");
}

.flag-chip,
.landmark-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  font-size: 0.86rem;
  font-weight: 800;
  background: rgba(9, 32, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.landmark-label {
  color: #ffe8bd;
}

.faq-section {
  background: #fbfdff;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

details[open] {
  border-color: rgba(11, 107, 67, 0.32);
  box-shadow: 0 14px 36px rgba(5, 8, 7, 0.08);
}

summary {
  padding: 18px 20px;
  font-weight: 800;
  cursor: pointer;
}

details p {
  padding: 0 20px 20px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-cards article {
  padding: 20px;
}

.contact-cards a,
.site-footer a {
  display: block;
  color: var(--brand);
  font-weight: 800;
}

.site-footer a {
  color: #7ee0a7;
}

.contact-cards span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #34485a;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid #cfdbe6;
  border-radius: 8px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(15, 118, 110, 0.16);
  border-color: var(--brand);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 58px clamp(20px, 5vw, 72px) 28px;
  color: #e8f1eb;
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.96), rgba(5, 8, 7, 0.84), rgba(6, 35, 24, 0.92)),
    url("https://images.unsplash.com/photo-1528181304800-259b08848526?auto=format&fit=crop&w=2200&q=80")
      center/cover;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1.2fr 1fr;
  gap: clamp(28px, 5vw, 72px);
}

.site-footer h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.2rem;
}

.site-footer p,
.site-footer small {
  color: #b8c9c0;
}

.footer-brand {
  margin-bottom: 28px;
}

.footer-brand strong {
  color: #fff;
  font-size: 1.25rem;
}

.footer-brand small {
  color: var(--accent);
  font-weight: 800;
}

.site-footer .brand-logo {
  padding: 4px;
  background: var(--accent);
  border-radius: 8px;
}

.footer-company p {
  max-width: 360px;
  font-size: 1.02rem;
}

.footer-links a {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #b8c9c0;
  font-weight: 800;
}

.footer-links a + a {
  margin-top: 16px;
}

.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}

.footer-about p {
  max-width: 470px;
}

.language-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.language-pills span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 14px;
  color: #e8f1eb;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mail-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--accent);
  background: rgba(245, 130, 31, 0.18);
  border-radius: 8px;
}

.mail-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.footer-email a {
  display: block;
  color: #e8f1eb;
  font-weight: 800;
}

.footer-email small {
  display: block;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.social-links a:hover {
  color: var(--accent);
  border-color: rgba(245, 130, 31, 0.6);
  transform: translateY(-3px);
}

.social-links svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid rgba(245, 130, 31, 0.34);
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-bottom a {
  color: #b8c9c0;
  font-weight: 700;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 48px;
}

.footer-badges span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 22px;
  color: var(--accent);
  font-weight: 800;
  background: rgba(245, 130, 31, 0.14);
  border: 1px solid rgba(245, 130, 31, 0.38);
  border-radius: 999px;
}

@media (max-width: 1020px) {
  .feature-grid,
  .service-grid,
  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-layout,
  .contact-layout,
  .split {
    grid-template-columns: 1fr;
  }

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

  .language-shell {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(120px, 1fr) auto;
    align-items: center;
    min-height: 68px;
    gap: 12px;
  }

  .brand {
    min-width: auto;
    justify-self: start;
  }

  .brand span:not(.brand-mark) {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 118px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 20px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .language-shell {
    order: 3;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: min(100%, 168px);
    min-width: 0;
  }

  .language-icon {
    display: none;
  }

  .language-shell select {
    min-height: 40px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: calc(100vh - 68px);
    padding-top: 64px;
    padding-bottom: 48px;
    background:
      linear-gradient(0deg, rgba(5, 8, 7, 0.9), rgba(6, 69, 43, 0.46)),
      url("https://images.unsplash.com/photo-1535139262971-c51845709a48?auto=format&fit=crop&w=1200&q=80")
        center/cover;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .stats-band,
  .feature-grid,
  .service-grid,
  .destination-grid,
  .trust-stats,
  .contact-cards,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .destination-visual {
    min-height: 230px;
  }
}
