/*
 * ATC hotel transportation template and hotel directory
 * Generated from ATC Airport Secondary Pages CSS.
 */

/* =========================================================
   ATC HOTEL TRANSPORTATION TEMPLATE
   Shared styles for hotel and destination transfer pages
   ========================================================= */

.atc-hotel-transfer-page {
  --atc-green: #14532d;
  --atc-green-dark: #0f3f22;
  --atc-green-soft: #edf6f0;
  --atc-gold: #c7a76c;
  --atc-cream: #f8f6f1;
  --atc-text: #203027;
  --atc-muted: #67736b;
  --atc-border: #dfe7e1;
  --atc-white: #ffffff;
  --atc-shadow: 0 18px 45px rgba(20, 83, 45, 0.10);
  --atc-radius: 22px;
  --atc-max-width: 1180px;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--atc-text);
  background: var(--atc-white);
  line-height: 1.65;
  overflow: hidden;
}

.atc-hotel-transfer-page,
.atc-hotel-transfer-page * {
  box-sizing: border-box;
}

.atc-hotel-transfer-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.atc-hotel-transfer-page a {
  text-decoration: none;
}

.atc-hotel-transfer-page .atc-wrap {
  width: min(calc(100% - 32px), var(--atc-max-width));
  margin-right: auto;
  margin-left: auto;
}

.atc-hotel-transfer-page .atc-section,
.atc-hotel-transfer-page .atc-service-overview,
.atc-hotel-transfer-page .vehicle-options-section,
.atc-hotel-transfer-page .atc-final-cta {
  position: relative;
  width: 100%;
}

.atc-hotel-transfer-page .atc-section {
  padding: 92px 0;
}

.atc-hotel-transfer-page .atc-section-soft {
  background: var(--atc-cream);
}

.atc-hotel-transfer-page .atc-text-center {
  text-align: center;
}

.atc-hotel-transfer-page .atc-eyebrow,
.atc-hotel-transfer-page .atc-kicker {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.atc-hotel-transfer-page .atc-eyebrow {
  color: var(--atc-green);
}

.atc-hotel-transfer-page .atc-section-title,
.atc-hotel-transfer-page .vehicle-options-title {
  margin: 0 0 16px;
  color: #17331f;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.atc-hotel-transfer-page .atc-section-intro,
.atc-hotel-transfer-page .vehicle-options-intro {
  max-width: 780px;
  margin: 0;
  color: var(--atc-muted);
  font-size: 18px;
  line-height: 1.7;
}

/* =========================================================
   HERO
   ========================================================= */

.atc-hotel-transfer-page .atc-hotel-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  align-items: center;
  color: var(--atc-white);
  background-color: var(--atc-green-dark);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.atc-hotel-transfer-page .atc-hotel-hero--no-image {
  background:
    radial-gradient(circle at 85% 20%, rgba(199, 167, 108, 0.22), transparent 32%),
    linear-gradient(120deg, var(--atc-green-dark), var(--atc-green));
}

.atc-hotel-transfer-page .atc-hotel-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 54px;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 88px;
}

.atc-hotel-transfer-page .atc-hotel-hero__content {
  min-width: 0;
}

.atc-hotel-transfer-page .atc-kicker {
  color: #f4e7ca;
}

.atc-hotel-transfer-page .atc-hotel-hero h1 {
  max-width: 850px;
  margin: 0 0 18px;
  color: var(--atc-white);
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.045em;
  -webkit-text-fill-color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-hotel-hero__content > p {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.7;
}

.atc-hotel-transfer-page .atc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.atc-hotel-transfer-page .atc-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.atc-hotel-transfer-page .atc-btn:hover,
.atc-hotel-transfer-page .atc-btn:focus {
  transform: translateY(-2px);
}

.atc-hotel-transfer-page .atc-btn-primary {
  background: var(--atc-gold);
  color: #19321f;
}

.atc-hotel-transfer-page .atc-btn-primary:hover,
.atc-hotel-transfer-page .atc-btn-primary:focus {
  background: #d2b77e;
  color: #19321f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.atc-hotel-transfer-page .atc-btn-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-btn-secondary:hover,
.atc-hotel-transfer-page .atc-btn-secondary:focus {
  border-color: var(--atc-white);
  background: rgba(255, 255, 255, 0.14);
  color: var(--atc-white);
}

/* =========================================================
   AIRPORT SELECTOR
   ========================================================= */

.atc-hotel-transfer-page .atc-airport-selector {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--atc-text);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.atc-hotel-transfer-page .atc-airport-selector h2 {
  margin: 0 0 16px;
  color: var(--atc-green);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.atc-hotel-transfer-page .atc-airport-selector__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--atc-border);
  color: var(--atc-text);
}

.atc-hotel-transfer-page .atc-airport-selector__item:first-of-type {
  border-top: 0;
}

.atc-hotel-transfer-page .atc-airport-selector__item:hover strong,
.atc-hotel-transfer-page .atc-airport-selector__item:focus strong {
  color: var(--atc-green);
}

.atc-hotel-transfer-page .atc-airport-code {
  display: inline-grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 16px;
  background: var(--atc-green);
  color: var(--atc-white);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.atc-hotel-transfer-page .atc-airport-selector__item--sjo .atc-airport-code,
.atc-hotel-transfer-page .atc-route-card--sjo .atc-airport-code {
  background: var(--atc-gold);
  color: #19321f;
}

.atc-hotel-transfer-page .atc-airport-selector__item strong {
  display: block;
  margin-bottom: 2px;
  color: #17331f;
  font-size: 17px;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.atc-hotel-transfer-page .atc-airport-selector__item small {
  display: block;
  color: var(--atc-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* =========================================================
   HOTEL GALLERY
   ========================================================= */

.atc-hotel-transfer-page .atc-hotel-gallery-wrap {
  position: relative;
  z-index: 4;
  margin-top: -42px;
  padding-bottom: 20px;
}

.atc-hotel-transfer-page .atc-hotel-gallery {
  overflow: hidden;
  border: 8px solid var(--atc-white);
  border-radius: 22px;
  background: var(--atc-white);
  box-shadow: var(--atc-shadow);
}

.atc-hotel-transfer-page .atc-hotel-gallery__item {
  overflow: hidden;
  border-radius: 14px;
}

.atc-hotel-transfer-page .atc-hotel-gallery__item a {
  display: block;
}

.atc-hotel-transfer-page .atc-hotel-gallery__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.atc-hotel-transfer-page .atc-hotel-gallery__item:hover img {
  transform: scale(1.03);
}

.atc-hotel-transfer-page .atc-hotel-gallery .owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: var(--atc-green) !important;
  color: var(--atc-white) !important;
}

.atc-hotel-transfer-page .atc-hotel-gallery .owl-dots {
  margin-top: 12px;
}

/* =========================================================
   SERVICE OVERVIEW — ONE COLUMN
   ========================================================= */

.atc-hotel-transfer-page .atc-service-overview {
  padding: 92px 0;
  background: var(--atc-white);
}

.atc-hotel-transfer-page .atc-service-overview__inner {
  max-width: 920px;
}

.atc-hotel-transfer-page .atc-service-overview__content {
  margin-top: 26px;
  color: var(--atc-muted);
  font-size: 17px;
  line-height: 1.78;
}

.atc-hotel-transfer-page .atc-service-overview__content > *:first-child {
  margin-top: 0;
}

.atc-hotel-transfer-page .atc-service-overview__content > *:last-child {
  margin-bottom: 0;
}

.atc-hotel-transfer-page .atc-service-overview__content p {
  margin: 0 0 20px;
}

.atc-hotel-transfer-page .atc-service-overview__content h2,
.atc-hotel-transfer-page .atc-service-overview__content h3,
.atc-hotel-transfer-page .atc-service-overview__content h4 {
  margin-top: 32px;
  color: #17331f;
  line-height: 1.25;
}

.atc-hotel-transfer-page .atc-service-overview__content ul,
.atc-hotel-transfer-page .atc-service-overview__content ol {
  margin: 0 0 22px 22px;
}

.atc-hotel-transfer-page .atc-service-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.atc-hotel-transfer-page .atc-service-highlight {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--atc-border);
  border-radius: 18px;
  background: var(--atc-green-soft);
}

.atc-hotel-transfer-page .atc-service-highlight strong {
  display: block;
  margin-bottom: 4px;
  color: var(--atc-green);
  font-size: 16px;
  line-height: 1.4;
}

.atc-hotel-transfer-page .atc-service-highlight span {
  display: block;
  color: var(--atc-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================
   ROUTE OVERVIEW
   ========================================================= */

.atc-hotel-transfer-page .atc-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 44px;
}

.atc-hotel-transfer-page .atc-route-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--atc-border);
  border-radius: 26px;
  background: var(--atc-white);
  box-shadow: var(--atc-shadow);
}

.atc-hotel-transfer-page .atc-route-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--atc-green);
  content: "";
}

.atc-hotel-transfer-page .atc-route-card--sjo::before {
  background: var(--atc-gold);
}

.atc-hotel-transfer-page .atc-route-card__header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.atc-hotel-transfer-page .atc-route-card__header h3 {
  margin: 0;
  color: #17331f;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.atc-hotel-transfer-page .atc-route-card__header p {
  margin: 4px 0 0;
  color: var(--atc-muted);
  font-size: 15px;
  line-height: 1.45;
}

.atc-hotel-transfer-page .atc-route-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.atc-hotel-transfer-page .atc-route-stats > div {
  min-width: 0;
  padding: 15px;
  border-radius: 16px;
  background: var(--atc-green-soft);
}

.atc-hotel-transfer-page .atc-route-card--sjo .atc-route-stats > div {
  background: #f5efe4;
}

.atc-hotel-transfer-page .atc-route-stats strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--atc-green);
  font-size: 19px;
  line-height: 1.35;
}

.atc-hotel-transfer-page .atc-route-card--sjo .atc-route-stats strong {
  color: #7b6238;
}

.atc-hotel-transfer-page .atc-route-stats span {
  display: block;
  margin-top: 2px;
  color: var(--atc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.atc-hotel-transfer-page .atc-route-note {
  margin: 0 0 22px;
  color: var(--atc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.atc-hotel-transfer-page .atc-check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.atc-hotel-transfer-page .atc-check-list li {
  position: relative;
  margin: 0;
  padding-left: 25px;
  color: var(--atc-muted);
  line-height: 1.55;
}

.atc-hotel-transfer-page .atc-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--atc-green);
  font-weight: 900;
  content: "✓";
}

.atc-hotel-transfer-page .atc-btn-route {
  width: 100%;
  margin-top: auto;
  background: var(--atc-green);
  color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-btn-route:hover,
.atc-hotel-transfer-page .atc-btn-route:focus {
  background: var(--atc-green-dark);
  color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-route-card--sjo .atc-btn-route {
  background: var(--atc-gold);
  color: #19321f;
}

.atc-hotel-transfer-page .atc-route-card--sjo .atc-btn-route:hover,
.atc-hotel-transfer-page .atc-route-card--sjo .atc-btn-route:focus {
  background: #d2b77e;
  color: #19321f;
}

/* =========================================================
   ARRIVAL PROCESS
   ========================================================= */

.atc-hotel-transfer-page .atc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.atc-hotel-transfer-page .atc-process-step {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--atc-border);
  border-radius: 20px;
  background: var(--atc-white);
}

.atc-hotel-transfer-page .atc-process-step > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--atc-green);
  color: var(--atc-white);
  font-weight: 900;
}

.atc-hotel-transfer-page .atc-process-step h3 {
  margin: 0 0 8px;
  color: #17331f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.atc-hotel-transfer-page .atc-process-step p {
  margin: 0;
  color: var(--atc-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* =========================================================
   VEHICLE OPTIONS
   ========================================================= */

.atc-hotel-transfer-page .vehicle-options-section {
  padding: 92px 0;
  background: var(--atc-cream);
}

.atc-hotel-transfer-page .vehicle-options-title {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.atc-hotel-transfer-page .vehicle-options-intro {
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  text-align: center;
}

.atc-hotel-transfer-page .vehicle-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.atc-hotel-transfer-page .vehicle-option-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--atc-border);
  border-radius: 22px;
  background: var(--atc-white);
  box-shadow: 0 12px 30px rgba(20, 83, 45, 0.07);
}

.atc-hotel-transfer-page .vehicle-option-header {
  padding: 20px 22px;
  background: var(--atc-green);
  color: var(--atc-white);
}

.atc-hotel-transfer-page .vehicle-option-header h3 {
  margin: 0 0 3px;
  color: var(--atc-white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  -webkit-text-fill-color: var(--atc-white);
}

.atc-hotel-transfer-page .vehicle-option-header p {
  margin: 0;
  color: #dcfce7;
  font-size: 15px;
  line-height: 1.45;
}

.atc-hotel-transfer-page .vehicle-option-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.atc-hotel-transfer-page .vehicle-option-body img {
  width: 100%;
  height: 215px;
  margin: 0 0 20px;
  object-fit: contain;
}

.atc-hotel-transfer-page .vehicle-option-button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--atc-green);
  color: var(--atc-white);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.atc-hotel-transfer-page .vehicle-option-button:hover,
.atc-hotel-transfer-page .vehicle-option-button:focus {
  transform: translateY(-2px);
  background: var(--atc-green-dark);
  color: var(--atc-white);
}

/* =========================================================
   DESTINATION
   ========================================================= */

.atc-hotel-transfer-page .atc-destination-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.atc-hotel-transfer-page .atc-destination-description {
  max-width: 760px;
  color: var(--atc-muted);
  font-size: 17px;
  line-height: 1.78;
}

.atc-hotel-transfer-page .atc-destination-description p {
  margin: 0 0 20px;
}

.atc-hotel-transfer-page .atc-destination-description > *:last-child {
  margin-bottom: 0;
}

.atc-hotel-transfer-page .atc-destination-facts {
  overflow: hidden;
  padding: 38px;
  border-radius: 28px;
  background: var(--atc-green);
  color: var(--atc-white);
  box-shadow: var(--atc-shadow);
}

.atc-hotel-transfer-page .atc-destination-facts h3 {
  margin: 0 0 22px;
  color: var(--atc-white);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-text-fill-color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-destination-facts dl {
  margin: 0;
}

.atc-hotel-transfer-page .atc-destination-facts dl > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.atc-hotel-transfer-page .atc-destination-facts dl > div:last-child {
  border-bottom: 0;
}

.atc-hotel-transfer-page .atc-destination-facts dt,
.atc-hotel-transfer-page .atc-destination-facts dd {
  margin: 0;
}

.atc-hotel-transfer-page .atc-destination-facts dt {
  color: rgba(255, 255, 255, 0.78);
}

.atc-hotel-transfer-page .atc-destination-facts dd {
  color: var(--atc-gold);
  font-weight: 800;
  text-align: right;
}

/* =========================================================
   FAQ
   ========================================================= */

.atc-hotel-transfer-page .atc-faq-list {
  display: grid;
  max-width: 900px;
  gap: 14px;
  margin: 42px auto 0;
}

.atc-hotel-transfer-page .atc-faq-list details {
  overflow: hidden;
  padding: 0 22px;
  border: 1px solid var(--atc-border);
  border-radius: 18px;
  background: var(--atc-white);
}

.atc-hotel-transfer-page .atc-faq-list summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  color: #17331f;
  font-weight: 800;
  line-height: 1.45;
}

.atc-hotel-transfer-page .atc-faq-list summary::-webkit-details-marker {
  display: none;
}

.atc-hotel-transfer-page .atc-faq-list summary::after {
  flex: 0 0 auto;
  color: var(--atc-green);
  font-size: 24px;
  line-height: 1;
  content: "+";
}

.atc-hotel-transfer-page .atc-faq-list details[open] summary::after {
  content: "−";
}

.atc-hotel-transfer-page .atc-faq-list details p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--atc-muted);
  line-height: 1.7;
}

/* =========================================================
   BOOKING
   ========================================================= */

.atc-hotel-transfer-page .atc-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 48px;
  align-items: start;
}

.atc-hotel-transfer-page .atc-booking-intro > p {
  margin: 0 0 26px;
  color: var(--atc-muted);
  font-size: 17px;
  line-height: 1.7;
}

.atc-hotel-transfer-page .atc-booking-widget {
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--atc-border);
  border-radius: 24px;
  background: var(--atc-white);
  box-shadow: var(--atc-shadow);
}

.atc-hotel-transfer-page .atc-booking-widget iframe {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  border: 0 !important;
  border-radius: 14px;
  background: var(--atc-white);
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.atc-hotel-transfer-page .atc-final-cta {
  padding: 0 0 92px;
  background: var(--atc-white);
}

.atc-hotel-transfer-page .atc-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 36px;
  align-items: center;
  overflow: hidden;
  padding: 58px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 15%, rgba(199, 167, 108, 0.18), transparent 34%),
    linear-gradient(120deg, var(--atc-green-dark), var(--atc-green));
  color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-final-cta__inner h2 {
  margin: 0 0 12px;
  color: var(--atc-white);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  -webkit-text-fill-color: var(--atc-white);
}

.atc-hotel-transfer-page .atc-final-cta__inner p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.atc-hotel-transfer-page .atc-final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atc-hotel-transfer-page .atc-final-cta__actions .atc-btn {
  width: 100%;
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.atc-hotel-transfer-page a:focus-visible,
.atc-hotel-transfer-page summary:focus-visible {
  outline: 3px solid rgba(199, 167, 108, 0.8);
  outline-offset: 3px;
}

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

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .atc-hotel-transfer-page .atc-hotel-hero__inner,
  .atc-hotel-transfer-page .atc-destination-grid,
  .atc-hotel-transfer-page .atc-booking-grid,
  .atc-hotel-transfer-page .atc-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .atc-hotel-transfer-page .atc-airport-selector {
    max-width: 650px;
  }

  .atc-hotel-transfer-page .atc-route-grid,
  .atc-hotel-transfer-page .vehicle-options-grid {
    grid-template-columns: 1fr;
  }

  .atc-hotel-transfer-page .atc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atc-hotel-transfer-page .atc-booking-grid {
    gap: 34px;
  }

  .atc-hotel-transfer-page .atc-booking-widget {
    width: 100%;
  }

  .atc-hotel-transfer-page .atc-final-cta__actions {
    max-width: 420px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
  .atc-hotel-transfer-page .atc-wrap {
    width: min(calc(100% - 22px), var(--atc-max-width));
  }

  .atc-hotel-transfer-page .atc-section,
  .atc-hotel-transfer-page .atc-service-overview,
  .atc-hotel-transfer-page .vehicle-options-section {
    padding: 70px 0;
  }

  .atc-hotel-transfer-page .atc-hotel-hero {
    min-height: auto;
  }

  .atc-hotel-transfer-page .atc-hotel-hero__inner {
    gap: 36px;
    padding-top: 68px;
    padding-bottom: 76px;
  }

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

  .atc-hotel-transfer-page .atc-hotel-hero__content > p {
    font-size: 17px;
  }

  .atc-hotel-transfer-page .atc-hero-actions {
    flex-direction: column;
  }

  .atc-hotel-transfer-page .atc-hero-actions .atc-btn {
    width: 100%;
  }

  .atc-hotel-transfer-page .atc-airport-selector {
    padding: 22px;
  }

  .atc-hotel-transfer-page .atc-airport-selector__item {
    grid-template-columns: 54px 1fr;
  }

  .atc-hotel-transfer-page .atc-airport-code {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 14px;
  }

  .atc-hotel-transfer-page .atc-hotel-gallery-wrap {
    margin-top: -24px;
  }

  .atc-hotel-transfer-page .atc-hotel-gallery__item img {
    height: 180px;
  }

  .atc-hotel-transfer-page .atc-service-highlights,
  .atc-hotel-transfer-page .atc-route-stats,
  .atc-hotel-transfer-page .atc-process-grid {
    grid-template-columns: 1fr;
  }

  .atc-hotel-transfer-page .atc-route-card {
    padding: 24px 20px;
  }

  .atc-hotel-transfer-page .atc-route-card__header {
    align-items: flex-start;
  }

  .atc-hotel-transfer-page .atc-route-card__header h3 {
    font-size: 21px;
  }

  .atc-hotel-transfer-page .vehicle-option-body img {
    height: 190px;
  }

  .atc-hotel-transfer-page .atc-destination-facts {
    padding: 28px 22px;
  }

  .atc-hotel-transfer-page .atc-destination-facts dl > div {
    flex-direction: column;
    gap: 4px;
  }

  .atc-hotel-transfer-page .atc-destination-facts dd {
    text-align: left;
  }

  .atc-hotel-transfer-page .atc-faq-list details {
    padding: 0 18px;
  }

  .atc-hotel-transfer-page .atc-booking-widget {
    padding: 10px;
    border-radius: 18px;
  }

  .atc-hotel-transfer-page .atc-final-cta {
    padding-bottom: 70px;
  }

  .atc-hotel-transfer-page .atc-final-cta__inner {
    gap: 28px;
    padding: 38px 24px;
  }

  .atc-hotel-transfer-page .atc-final-cta__actions {
    max-width: none;
  }
}


/* =========================================================
   ATC HOTEL TRANSFERS DIRECTORY
   Paste at the END of “ATC Airport Secondary Pages.CSS”.
   Reuses the existing ATC Hotel Transportation Template.
   ========================================================= */

.atc-hotel-directory-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.atc-hotel-directory-page,
.atc-hotel-directory-page * {
  box-sizing: border-box;
}

.atc-hotel-directory-page h2,
.atc-hotel-directory-page h3 {
  background: none !important;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
  text-transform: none;
}

.atc-hotel-directory-page section[id] {
  scroll-margin-top: 105px;
}

.atc-hotel-directory-page .atc-directory-section-heading {
  max-width: 840px;
  margin: 0 auto 46px;
}

.atc-hotel-directory-page .atc-directory-section-heading .atc-section-intro {
  margin-right: auto;
  margin-left: auto;
}

/* INTRODUCTION */
.atc-hotel-directory-page .atc-directory-introduction {
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at 90% 12%, rgba(199, 167, 108, .20), transparent 27%),
    linear-gradient(135deg, #f3faf5 0%, #fff 57%, #f7faf8 100%);
}

.atc-hotel-directory-page .atc-directory-introduction__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr);
  gap: 64px;
  align-items: center;
}

.atc-hotel-directory-page .atc-directory-introduction__content {
  max-width: 730px;
}

.atc-hotel-directory-page .atc-directory-introduction__content .atc-section-intro {
  margin-bottom: 20px;
  color: var(--atc-text);
}

.atc-hotel-directory-page .atc-directory-introduction__content > p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
}

.atc-hotel-directory-page .atc-directory-introduction__content > p:last-of-type {
  margin-bottom: 0;
}

.atc-hotel-directory-page .atc-directory-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--atc-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--atc-shadow);
}

.atc-hotel-directory-page .atc-directory-highlights .atc-service-highlight {
  min-height: 128px;
  padding: 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 167, 108, .13), transparent 35%),
    var(--atc-green-soft);
}

.atc-hotel-directory-page .atc-directory-highlights strong {
  font-size: 17px;
}

.atc-hotel-directory-page .atc-directory-highlights span {
  font-size: 13.5px;
}

/* Secondary buttons on white sections */
.atc-hotel-directory-page .atc-directory-introduction .atc-btn-secondary,
.atc-hotel-directory-page .atc-directory-information .atc-btn-secondary {
  border-color: rgba(20, 83, 45, .30);
  background: var(--atc-white);
  color: var(--atc-green) !important;
}

.atc-hotel-directory-page .atc-directory-introduction .atc-btn-secondary:hover,
.atc-hotel-directory-page .atc-directory-introduction .atc-btn-secondary:focus,
.atc-hotel-directory-page .atc-directory-information .atc-btn-secondary:hover,
.atc-hotel-directory-page .atc-directory-information .atc-btn-secondary:focus {
  border-color: var(--atc-green);
  background: var(--atc-green);
  color: var(--atc-white) !important;
}

/* AIRPORT CARDS */
.atc-hotel-directory-page .atc-directory-airport-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.atc-hotel-directory-page .atc-directory-airport-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: 350px;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(20, 83, 45, .18);
  border-radius: 26px;
  color: var(--atc-white);
  background:
    radial-gradient(circle at 82% 16%, rgba(199, 167, 108, .34), transparent 28%),
    linear-gradient(140deg, #1d6b3b 0%, var(--atc-green) 47%, var(--atc-green-dark) 100%);
  box-shadow: var(--atc-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.atc-hotel-directory-page .atc-directory-airport-card--sjo {
  background:
    radial-gradient(circle at 83% 17%, rgba(255, 255, 255, .13), transparent 27%),
    linear-gradient(140deg, #7f673c 0%, #a98642 46%, #4d3b20 100%);
}

.atc-hotel-directory-page .atc-directory-airport-card::before,
.atc-hotel-directory-page .atc-directory-airport-card::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.atc-hotel-directory-page .atc-directory-airport-card::before {
  top: -115px;
  right: -75px;
  width: 300px;
  height: 300px;
}

.atc-hotel-directory-page .atc-directory-airport-card::after {
  right: 90px;
  bottom: -130px;
  width: 240px;
  height: 240px;
}

.atc-hotel-directory-page .atc-directory-airport-card__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 38, 20, .34), transparent 68%);
}

.atc-hotel-directory-page .atc-directory-airport-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  align-items: flex-start;
  padding: 34px;
}

.atc-hotel-directory-page .atc-directory-airport-card .atc-airport-code {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, .20);
  background: var(--atc-white);
  color: var(--atc-green);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

.atc-hotel-directory-page .atc-directory-airport-card--sjo .atc-airport-code {
  background: var(--atc-gold);
  color: #2d2416;
}

.atc-hotel-directory-page .atc-directory-airport-card__label {
  display: block;
  margin-bottom: 8px;
  color: #e9d8b6;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.atc-hotel-directory-page .atc-directory-airport-card h3 {
  margin: 0 0 10px;
  color: var(--atc-white) !important;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.02em;
  -webkit-text-fill-color: var(--atc-white) !important;
}

.atc-hotel-directory-page .atc-directory-airport-card p {
  max-width: 520px;
  margin: 0 0 19px;
  color: rgba(255, 255, 255, .80);
  font-size: 15px;
  line-height: 1.67;
}

.atc-hotel-directory-page .atc-directory-airport-card__link,
.atc-hotel-directory-page .atc-directory-information__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--atc-white) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none !important;
}

.atc-hotel-directory-page .atc-directory-airport-card__link::after,
.atc-hotel-directory-page .atc-directory-information__link::after {
  content: "→";
  color: #ead8b8;
  font-size: 18px;
  transition: transform .22s ease;
}

.atc-hotel-directory-page .atc-directory-airport-card__link:hover::after,
.atc-hotel-directory-page .atc-directory-information__link:hover::after {
  transform: translateX(4px);
}

/* DIRECTORY NAVIGATION */
.atc-hotel-directory-page .atc-directory-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -5px 0 58px;
}

.atc-hotel-directory-page .atc-directory-navigation a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid var(--atc-border);
  border-radius: 999px;
  background: var(--atc-white);
  color: var(--atc-green) !important;
  box-shadow: 0 6px 18px rgba(20, 83, 45, .04);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.atc-hotel-directory-page .atc-directory-navigation a:hover,
.atc-hotel-directory-page .atc-directory-navigation a:focus {
  border-color: var(--atc-green);
  background: var(--atc-green);
  color: var(--atc-white) !important;
  transform: translateY(-2px);
}

/* REGIONS */
.atc-hotel-directory-page .atc-directory-region {
  position: relative;
}

.atc-hotel-directory-page .atc-directory-region + .atc-directory-region {
  margin-top: 86px;
  padding-top: 82px;
  border-top: 1px solid var(--atc-border);
}

.atc-hotel-directory-page .atc-directory-region__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 30px;
}

.atc-hotel-directory-page .atc-directory-region__content {
  max-width: 820px;
}

.atc-hotel-directory-page .atc-directory-region__content h2 {
  margin: 0 0 12px;
  color: #17331f !important;
  font-size: clamp(29px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.03em;
  -webkit-text-fill-color: #17331f !important;
}

.atc-hotel-directory-page .atc-directory-region__content p {
  max-width: 790px;
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
}

.atc-hotel-directory-page .atc-directory-region__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--atc-gold);
  color: var(--atc-green) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.atc-hotel-directory-page .atc-directory-region__link::after {
  content: "→";
  transition: transform .22s ease;
}

.atc-hotel-directory-page .atc-directory-region__link:hover::after {
  transform: translateX(4px);
}

/* THREE-COLUMN HOTEL GRID */
.atc-hotel-directory-page .atc-hotel-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.atc-hotel-directory-page .atc-directory-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--atc-border);
  border-radius: 22px;
  background: var(--atc-white);
  box-shadow: 0 11px 30px rgba(20, 83, 45, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.atc-hotel-directory-page .atc-directory-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--atc-green-soft);
}

.atc-hotel-directory-page .atc-directory-card__media img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .42s ease;
}

.atc-hotel-directory-page .atc-directory-card__airport {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--atc-green-dark);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(6px);
}

.atc-hotel-directory-page .atc-directory-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
}

.atc-hotel-directory-page .atc-directory-card__location {
  display: block;
  margin-bottom: 8px;
  color: #8a6c34;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.atc-hotel-directory-page .atc-directory-card h3 {
  margin: 0 0 11px;
  color: #17331f !important;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.018em;
  -webkit-text-fill-color: #17331f !important;
}

.atc-hotel-directory-page .atc-directory-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-text-fill-color: inherit !important;
}

.atc-hotel-directory-page .atc-directory-card h3 a:hover {
  color: var(--atc-green) !important;
  -webkit-text-fill-color: var(--atc-green) !important;
}

.atc-hotel-directory-page .atc-directory-card p {
  margin: 0 0 20px;
  color: var(--atc-muted);
  font-size: 14.5px;
  line-height: 1.68;
}

.atc-hotel-directory-page .atc-directory-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--atc-green) !important;
  font-size: 13.5px;
  font-weight: 900;
  text-decoration: none !important;
}

.atc-hotel-directory-page .atc-directory-card__link::after {
  content: "→";
  font-size: 17px;
  transition: transform .22s ease;
}

.atc-hotel-directory-page .atc-directory-card__link:hover::after {
  transform: translateX(4px);
}

/* PROCESS */
.atc-hotel-directory-page .atc-directory-process .atc-process-grid {
  margin-top: 0;
}

.atc-hotel-directory-page .atc-directory-process .atc-process-step {
  box-shadow: 0 10px 26px rgba(20, 83, 45, .055);
}

/* SUPPORTING INFORMATION */
.atc-hotel-directory-page .atc-directory-information__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.10fr) minmax(330px, .90fr);
  gap: 64px;
  align-items: center;
}

.atc-hotel-directory-page .atc-directory-information__content {
  max-width: 760px;
}

.atc-hotel-directory-page .atc-directory-information__content > p {
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 1.76;
}

.atc-hotel-directory-page .atc-directory-information__panel {
  position: relative;
  overflow: hidden;
  padding: 35px;
  border-radius: 27px;
  color: var(--atc-white);
  background:
    radial-gradient(circle at 96% 0%, rgba(199, 167, 108, .30), transparent 31%),
    linear-gradient(140deg, var(--atc-green), var(--atc-green-dark));
  box-shadow: var(--atc-shadow);
}

.atc-hotel-directory-page .atc-directory-information__panel::after {
  position: absolute;
  right: -85px;
  bottom: -135px;
  width: 285px;
  height: 285px;
  border: 40px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.atc-hotel-directory-page .atc-directory-information__panel .atc-eyebrow,
.atc-hotel-directory-page .atc-directory-information__panel h3,
.atc-hotel-directory-page .atc-directory-information__panel .atc-check-list,
.atc-hotel-directory-page .atc-directory-information__link {
  position: relative;
  z-index: 1;
}

.atc-hotel-directory-page .atc-directory-information__panel .atc-eyebrow {
  color: #ead8b8;
}

.atc-hotel-directory-page .atc-directory-information__panel h3 {
  margin: 0 0 22px;
  color: var(--atc-white) !important;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.22;
  -webkit-text-fill-color: var(--atc-white) !important;
}

.atc-hotel-directory-page .atc-directory-information__panel .atc-check-list {
  gap: 11px;
  margin-bottom: 26px;
}

.atc-hotel-directory-page .atc-directory-information__panel .atc-check-list li {
  color: rgba(255, 255, 255, .80);
  font-size: 14.5px;
}

.atc-hotel-directory-page .atc-directory-information__panel .atc-check-list li::before {
  color: var(--atc-gold);
}

/* FINAL CTA */
.atc-hotel-directory-page .atc-directory-final-cta {
  padding-top: 0;
}

.atc-hotel-directory-page .atc-directory-final-cta .atc-final-cta__inner {
  position: relative;
}

.atc-hotel-directory-page .atc-directory-final-cta .atc-final-cta__inner::after {
  position: absolute;
  right: -100px;
  bottom: -190px;
  width: 360px;
  height: 360px;
  border: 52px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.atc-hotel-directory-page .atc-directory-final-cta .atc-final-cta__inner > * {
  position: relative;
  z-index: 1;
}

/* HOVER */
@media (hover: hover) {
  .atc-hotel-directory-page .atc-directory-airport-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 55px rgba(20, 83, 45, .17);
  }

  .atc-hotel-directory-page .atc-directory-card:hover {
    border-color: rgba(20, 83, 45, .28);
    box-shadow: 0 20px 44px rgba(20, 83, 45, .13);
    transform: translateY(-6px);
  }

  .atc-hotel-directory-page .atc-directory-card:hover .atc-directory-card__media img {
    transform: scale(1.045);
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .atc-hotel-directory-page .atc-directory-introduction__layout,
  .atc-hotel-directory-page .atc-directory-information__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .atc-hotel-directory-page .atc-directory-introduction__content,
  .atc-hotel-directory-page .atc-directory-information__content {
    max-width: 820px;
  }

  .atc-hotel-directory-page .atc-directory-highlights,
  .atc-hotel-directory-page .atc-directory-information__panel {
    max-width: 760px;
  }

  .atc-hotel-directory-page .atc-hotel-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atc-hotel-directory-page .atc-directory-region__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .atc-hotel-directory-page .atc-directory-introduction {
    padding: 54px 0 58px;
  }

  .atc-hotel-directory-page .atc-directory-section-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .atc-hotel-directory-page .atc-directory-section-heading .atc-section-intro {
    margin-left: 0;
  }

  .atc-hotel-directory-page .atc-directory-highlights,
  .atc-hotel-directory-page .atc-directory-airport-grid,
  .atc-hotel-directory-page .atc-hotel-directory-grid {
    grid-template-columns: 1fr;
  }

  .atc-hotel-directory-page .atc-directory-highlights {
    padding: 14px;
    border-radius: 21px;
  }

  .atc-hotel-directory-page .atc-directory-highlights .atc-service-highlight {
    min-height: 0;
  }

  .atc-hotel-directory-page .atc-directory-airport-card {
    min-height: 390px;
    border-radius: 21px;
  }

  .atc-hotel-directory-page .atc-directory-airport-card__content {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 27px 23px;
  }

  .atc-hotel-directory-page .atc-directory-airport-card .atc-airport-code {
    width: 56px;
    height: 56px;
  }

  .atc-hotel-directory-page .atc-directory-airport-card h3 {
    font-size: 23px;
  }

  .atc-hotel-directory-page .atc-directory-navigation {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 48px;
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .atc-hotel-directory-page .atc-directory-navigation a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .atc-hotel-directory-page .atc-directory-region + .atc-directory-region {
    margin-top: 64px;
    padding-top: 60px;
  }

  .atc-hotel-directory-page .atc-directory-region__content h2 {
    font-size: 30px;
  }

  .atc-hotel-directory-page .atc-directory-card {
    border-radius: 18px;
  }

  .atc-hotel-directory-page .atc-directory-card__body {
    padding: 22px;
  }

  .atc-hotel-directory-page .atc-directory-information__panel {
    padding: 28px 23px;
    border-radius: 21px;
  }

  .atc-hotel-directory-page .atc-directory-information__panel h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .atc-hotel-directory-page .atc-directory-airport-card {
    min-height: 420px;
  }

  .atc-hotel-directory-page .atc-directory-card__airport {
    top: 11px;
    left: 11px;
    font-size: 10px;
  }
}

/* ACCESSIBILITY */
.atc-hotel-directory-page a:focus-visible {
  outline: 3px solid rgba(199, 167, 108, .82);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .atc-hotel-directory-page *,
  .atc-hotel-directory-page *::before,
  .atc-hotel-directory-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
