/* =========================================================
   ATC TAMARINDO TO LA FORTUNA LANDING PAGE
   Page: /tamarindo-to-la-fortuna/
   Scope: body.atc-tlf-landing-page and .atc-tlf-page
   Updated in ATC Site Styles v1.7.1
   ========================================================= */

/* This landing page has its own hero, so hide the shared compact banner. */
body.atc-tlf-landing-page .atc-secondary-page-banner {
  display: none !important;
}

/* Neutralize theme decorations and prose constraints inside this landing page. */
body.atc-tlf-landing-page .main.prose .atc-tlf-page h1::before,
body.atc-tlf-landing-page .main.prose .atc-tlf-page h1::after,
body.atc-tlf-landing-page .main.prose .atc-tlf-page h2::before,
body.atc-tlf-landing-page .main.prose .atc-tlf-page h2::after,
body.atc-tlf-landing-page .main.prose .atc-tlf-page h3::before,
body.atc-tlf-landing-page .main.prose .atc-tlf-page h3::after,
body.atc-tlf-landing-page .main.prose .atc-tlf-page p::before,
body.atc-tlf-landing-page .main.prose .atc-tlf-page p::after {
  display: none !important;
  content: none !important;
}

body.atc-tlf-landing-page .main.prose > .atc-tlf-page {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%);
}

.atc-tlf-page {
  --atc-tlf-green-900: #0d3a21;
  --atc-tlf-green-800: #10482a;
  --atc-tlf-green-700: #14532d;
  --atc-tlf-green-100: #edf5ef;
  --atc-tlf-gold: #c7a76c;
  --atc-tlf-gold-soft: #f0e5ce;
  --atc-tlf-sand: #f7f4ee;
  --atc-tlf-white: #ffffff;
  --atc-tlf-ink: #1f2937;
  --atc-tlf-muted: #667085;
  --atc-tlf-line: #e5e7eb;
  --atc-tlf-soft: #f8faf8;
  --atc-tlf-shadow: 0 18px 45px rgba(13, 58, 33, 0.10);
  --atc-tlf-shadow-sm: 0 10px 26px rgba(13, 58, 33, 0.07);
  --atc-tlf-radius-xl: 28px;
  --atc-tlf-radius-lg: 20px;
  --atc-tlf-radius-md: 14px;
  --atc-tlf-max: 1180px;

  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--atc-tlf-ink);
  background: var(--atc-tlf-white);
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.atc-tlf-page,
.atc-tlf-page *,
.atc-tlf-page *::before,
.atc-tlf-page *::after {
  box-sizing: border-box;
}

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

.atc-tlf-page button,
.atc-tlf-page input,
.atc-tlf-page select,
.atc-tlf-page textarea {
  font: inherit;
}

.atc-tlf-page img {
  display: block;
  max-width: 100%;
}

.atc-tlf-container {
  width: min(var(--atc-tlf-max), calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   HERO
   ========================================================= */
.atc-tlf-hero {
  position: relative;
  display: flex;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(8, 42, 23, 0.96) 0%,
      rgba(13, 58, 33, 0.88) 48%,
      rgba(13, 58, 33, 0.50) 100%
    ),
    radial-gradient(
      circle at 78% 18%,
      rgba(199, 167, 108, 0.28),
      transparent 28%
    ),
    linear-gradient(135deg, #173f2a, #365f47);
}

.atc-tlf-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(
      circle at 74% 42%,
      transparent 0 42%,
      rgba(255, 255, 255, 0.08) 43% 43.8%,
      transparent 44%
    ),
    linear-gradient(
      120deg,
      transparent 58%,
      rgba(255, 255, 255, 0.05) 58.2% 58.8%,
      transparent 59%
    );
}

.atc-tlf-hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding: 95px 0 112px;
}

.atc-tlf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f4ddb1;
  background: rgba(255, 255, 255, 0.10);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.atc-tlf-page .atc-tlf-hero h1 {
  max-width: 840px;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: clamp(52px, 7vw, 98px) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.05em;
  text-align: left !important;
}

.atc-tlf-hero-description {
  max-width: 760px;
  margin: 22px 0 0 !important;
  color: rgba(255, 255, 255, 0.90) !important;
  font-size: 19px !important;
  line-height: 1.7 !important;
}

.atc-tlf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.atc-tlf-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.atc-tlf-btn:hover,
.atc-tlf-btn:focus-visible {
  transform: translateY(-1px);
}

.atc-tlf-btn-primary {
  color: #173423 !important;
  background: var(--atc-tlf-gold);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.atc-tlf-btn-primary:hover,
.atc-tlf-btn-primary:focus-visible {
  color: #173423 !important;
  background: #d2b77f;
}

.atc-tlf-btn-secondary {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.atc-tlf-btn-secondary:hover,
.atc-tlf-btn-secondary:focus-visible {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09);
}

.atc-tlf-btn-outline {
  color: var(--atc-tlf-green-700) !important;
  border-color: rgba(20, 83, 45, 0.28);
  background: #ffffff;
}

.atc-tlf-btn-outline:hover,
.atc-tlf-btn-outline:focus-visible {
  color: #ffffff !important;
  background: var(--atc-tlf-green-700);
}

.atc-tlf-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
}

.atc-tlf-hero-meta span {
  position: relative;
  padding-left: 17px;
}

.atc-tlf-hero-meta span::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--atc-tlf-gold);
}

/* =========================================================
   QUICK FACTS
   ========================================================= */
.atc-tlf-quick-facts {
  position: relative;
  z-index: 5;
  margin-top: -48px;
  padding: 0;
  background: transparent;
}

.atc-tlf-facts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-xl);
  background: #ffffff;
  box-shadow: var(--atc-tlf-shadow);
}

.atc-tlf-fact {
  min-width: 0;
  padding: 24px 20px;
  border-right: 1px solid var(--atc-tlf-line);
}

.atc-tlf-fact:last-child {
  border-right: 0;
}

.atc-tlf-fact-label {
  display: block;
  margin-bottom: 5px;
  color: var(--atc-tlf-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.atc-tlf-fact strong {
  display: block;
  color: #173423;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

/* =========================================================
   SHARED SECTION TYPOGRAPHY
   ========================================================= */
.atc-tlf-section {
  width: 100%;
  padding: 78px 0;
}

.atc-tlf-section-header {
  max-width: 790px;
  margin: 0 0 32px;
}

.atc-tlf-section-kicker,
.atc-tlf-summary-label,
.atc-tlf-map-route-label,
.atc-tlf-recommendation-label,
.atc-tlf-stop-type,
.atc-tlf-activity-route {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--atc-tlf-green-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.atc-tlf-page .atc-tlf-section h2,
.atc-tlf-page .atc-tlf-section-header h2,
.atc-tlf-page .atc-tlf-route-content h2 {
  max-width: 920px;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #173423 !important;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em;
  text-align: left !important;
}

.atc-tlf-section-header > p,
.atc-tlf-intro-content > p,
.atc-tlf-route-content > p,
.atc-tlf-road-grid > div > p {
  max-width: 820px;
}

.atc-tlf-page p {
  color: var(--atc-tlf-ink);
}

.atc-tlf-section-header p {
  margin: 0 !important;
  color: var(--atc-tlf-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* =========================================================
   INTRO
   ========================================================= */
.atc-tlf-intro {
  padding-top: 94px;
}

.atc-tlf-intro-grid,
.atc-tlf-road-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 34px;
  align-items: start;
}

.atc-tlf-intro-content p,
.atc-tlf-road-grid p {
  margin: 0 0 16px !important;
  color: #334039 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.atc-tlf-recommendation,
.atc-tlf-driving-tip {
  padding: 28px;
  border-radius: var(--atc-tlf-radius-lg);
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(199, 167, 108, 0.18), transparent 30%),
    var(--atc-tlf-green-900);
  box-shadow: var(--atc-tlf-shadow-sm);
}

.atc-tlf-recommendation-label,
.atc-tlf-driving-tip > span {
  color: var(--atc-tlf-gold);
}

.atc-tlf-page .atc-tlf-recommendation h3,
.atc-tlf-page .atc-tlf-driving-tip h3 {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.atc-tlf-recommendation p,
.atc-tlf-driving-tip p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.80) !important;
  line-height: 1.7 !important;
}

/* =========================================================
   ROUTE CARDS
   ========================================================= */
.atc-tlf-routes,
.atc-tlf-stops,
.atc-tlf-hotels {
  background: var(--atc-tlf-sand);
}

.atc-tlf-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.atc-tlf-route-card {
  padding: 30px;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-xl);
  background: #ffffff;
  box-shadow: var(--atc-tlf-shadow-sm);
}

.atc-tlf-route-card-featured {
  border-color: #cbd9cd;
  background: linear-gradient(180deg, #f7fbf7 0%, #ffffff 68%);
}

.atc-tlf-route-badge {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--atc-tlf-green-700);
  background: var(--atc-tlf-green-100);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.atc-tlf-page .atc-tlf-route-card h3 {
  margin: 0 0 8px !important;
  color: #173423 !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.atc-tlf-route-path {
  margin: 0 !important;
  color: var(--atc-tlf-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.atc-tlf-route-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.atc-tlf-route-stats > div {
  min-width: 0;
  padding: 13px;
  border-radius: 14px;
  background: var(--atc-tlf-sand);
}

.atc-tlf-route-stats strong,
.atc-tlf-route-stats span {
  display: block;
}

.atc-tlf-route-stats strong {
  color: #173423;
  font-size: 16px;
  line-height: 1.3;
}

.atc-tlf-route-stats span {
  margin-top: 2px;
  color: var(--atc-tlf-muted);
  font-size: 12px;
}

.atc-tlf-route-card > p:not(.atc-tlf-route-path) {
  margin: 0 0 16px !important;
  color: #36423b !important;
  line-height: 1.7 !important;
}

.atc-tlf-route-card ul {
  margin: 16px 0 0 !important;
  padding-left: 20px !important;
}

.atc-tlf-route-card li {
  margin: 7px 0 !important;
  color: #36423b;
}

.atc-tlf-route-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--atc-tlf-green-700) !important;
  font-weight: 800;
}

.atc-tlf-route-link:hover,
.atc-tlf-route-link:focus-visible {
  color: var(--atc-tlf-green-900) !important;
}

/* =========================================================
   INTERACTIVE MAP
   ========================================================= */
.atc-tlf-map-section {
  background: #ffffff;
}

.atc-tlf-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.74fr);
  gap: 20px;
  align-items: stretch;
}

.atc-tlf-map-wrapper {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-xl);
  background: #edf1ec;
  box-shadow: var(--atc-tlf-shadow);
}

.atc-tlf-map {
  width: 100%;
  height: 600px;
  min-height: 600px;
}

.atc-tlf-map-controls {
  position: absolute;
  z-index: 650;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 32px);
}

.atc-tlf-map-button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(23, 52, 35, 0.14);
  border-radius: 999px;
  color: #173423;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.atc-tlf-map-button.active,
.atc-tlf-map-button:hover,
.atc-tlf-map-button:focus-visible {
  color: #ffffff;
  border-color: var(--atc-tlf-green-700);
  background: var(--atc-tlf-green-700);
}

.atc-tlf-map-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.atc-tlf-map-summary,
.atc-tlf-map-stops {
  padding: 22px;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-lg);
  background: #ffffff;
}

.atc-tlf-map-summary {
  border-color: #d7e2d8;
  background: linear-gradient(180deg, #f8fbf8, #ffffff);
}

.atc-tlf-map-route-label {
  margin-bottom: 6px;
}

.atc-tlf-page .atc-tlf-map-summary h3,
.atc-tlf-page .atc-tlf-map-stops h3 {
  margin: 0 0 8px !important;
  color: #173423 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.atc-tlf-map-summary > p {
  margin: 0 !important;
  color: var(--atc-tlf-muted) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.atc-tlf-map-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 16px 0;
}

.atc-tlf-map-stats > div {
  min-width: 0;
  padding: 11px;
  border-radius: 13px;
  background: var(--atc-tlf-sand);
}

.atc-tlf-map-stats span,
.atc-tlf-map-stats strong {
  display: block;
}

.atc-tlf-map-stats span {
  color: var(--atc-tlf-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.atc-tlf-map-stats strong {
  margin-top: 3px;
  color: #173423;
  font-size: 14px;
  line-height: 1.35;
}

#atc-tlf-map-stop-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.atc-tlf-map-stop {
  display: block;
  width: 100%;
  padding: 10px 11px;
  border: 1px solid var(--atc-tlf-line);
  border-radius: 12px;
  color: #173423;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.atc-tlf-map-stop:hover,
.atc-tlf-map-stop:focus-visible {
  border-color: #b9cbbd;
  background: #fafcf9;
}

.atc-tlf-map-stop strong,
.atc-tlf-map-stop span {
  display: block;
}

.atc-tlf-map-stop strong {
  font-size: 14px;
  line-height: 1.35;
}

.atc-tlf-map-stop span {
  margin-top: 2px;
  color: var(--atc-tlf-muted);
  font-size: 12px;
  line-height: 1.45;
}

.atc-tlf-map-tip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 22px;
  padding: 22px 24px;
  border-radius: var(--atc-tlf-radius-lg);
  color: #ffffff;
  background: var(--atc-tlf-green-900);
}

.atc-tlf-map-tip strong {
  color: var(--atc-tlf-gold);
  white-space: nowrap;
}

.atc-tlf-map-tip p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.80) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* Leaflet integration */
.atc-tlf-page .leaflet-container {
  z-index: 1;
  font-family: Lato, Arial, Helvetica, sans-serif;
}

.atc-tlf-page .leaflet-popup-content-wrapper {
  border-radius: 14px;
}

.atc-tlf-page .leaflet-popup-content {
  margin: 14px 16px;
  color: #445048;
  font-size: 13px;
  line-height: 1.45;
}

.atc-tlf-page .leaflet-popup-content strong {
  display: block;
  margin-bottom: 3px;
  color: #173423;
  font-size: 14px;
}

.atc-tlf-page .leaflet-control-attribution {
  font-size: 10px;
}

/* =========================================================
   ROUTE DETAILS
   ========================================================= */
.atc-tlf-route-detail-lake {
  background: #f4f8f4;
}

.atc-tlf-route-detail-rio {
  background: #ffffff;
}

.atc-tlf-route-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 36px;
  align-items: start;
}

.atc-tlf-route-content > .atc-tlf-lead {
  max-width: 820px;
  margin: 0 0 24px !important;
  color: var(--atc-tlf-muted) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.atc-tlf-page .atc-tlf-route-content h3 {
  margin: 30px 0 8px !important;
  color: #173423 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.atc-tlf-route-content > p:not(.atc-tlf-lead) {
  margin: 0 0 15px !important;
  color: #354139 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.atc-tlf-route-summary-card {
  position: sticky;
  top: 24px;
  padding: 27px;
  border-radius: var(--atc-tlf-radius-xl);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(199, 167, 108, 0.18), transparent 28%),
    var(--atc-tlf-green-900);
  box-shadow: var(--atc-tlf-shadow-sm);
}

.atc-tlf-summary-label {
  color: var(--atc-tlf-gold);
}

.atc-tlf-page .atc-tlf-route-summary-card h3 {
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.atc-tlf-summary-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

.atc-tlf-summary-row span {
  color: rgba(255, 255, 255, 0.68);
}

.atc-tlf-summary-row strong {
  color: #ffffff;
  text-align: right;
}

/* =========================================================
   STOPS + ACTIVITIES
   ========================================================= */
.atc-tlf-stop-grid,
.atc-tlf-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.atc-tlf-stop-card,
.atc-tlf-activity-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-lg);
  background: #ffffff;
}

.atc-tlf-stop-number {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 12px;
  color: var(--atc-tlf-green-700);
  background: var(--atc-tlf-green-100);
  font-size: 13px;
  font-weight: 900;
}

.atc-tlf-page .atc-tlf-stop-card h3,
.atc-tlf-page .atc-tlf-activity-card h3 {
  margin: 0 0 7px !important;
  color: #173423 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.atc-tlf-stop-type,
.atc-tlf-activity-route {
  margin-bottom: 8px;
  font-size: 10px;
}

.atc-tlf-stop-card p,
.atc-tlf-activity-card p {
  margin: 0 !important;
  color: var(--atc-tlf-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.atc-tlf-activities {
  background: #ffffff;
}

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.atc-tlf-comparison {
  background: #ffffff;
}

.atc-tlf-table-wrapper {
  overflow: hidden;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-xl);
  background: #ffffff;
}

.atc-tlf-comparison-table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
  border: 0 !important;
  background: #ffffff;
}

.atc-tlf-comparison-table th,
.atc-tlf-comparison-table td {
  padding: 16px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--atc-tlf-line) !important;
  color: #34423a !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.atc-tlf-comparison-table th {
  color: #173423 !important;
  background: #f3f7f3 !important;
  font-weight: 900 !important;
}

.atc-tlf-comparison-table tr:last-child td {
  border-bottom: 0 !important;
}

/* =========================================================
   ROAD CONDITIONS
   ========================================================= */
.atc-tlf-road-conditions {
  background: #f4f8f4;
}

.atc-tlf-road-grid {
  align-items: center;
}

.atc-tlf-driving-tip > span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* =========================================================
   HOTELS
   ========================================================= */
.atc-tlf-hotel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.atc-tlf-hotel-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--atc-tlf-line);
  border-radius: var(--atc-tlf-radius-lg);
  background:
    radial-gradient(circle at 78% 18%, rgba(199, 167, 108, 0.28), transparent 26%),
    linear-gradient(145deg, #214930 0%, #52705c 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.atc-tlf-hotel-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(10, 37, 22, 0.04) 12%, rgba(10, 37, 22, 0.88) 100%);
}

.atc-tlf-hotel-content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
}

.atc-tlf-hotel-content > span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--atc-tlf-gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.atc-tlf-page .atc-tlf-hotel-content h3 {
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.atc-tlf-hotel-content p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.77) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.atc-tlf-hotel-content a {
  display: inline-flex;
  margin-top: 11px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
}

.atc-tlf-hotel-content a:hover,
.atc-tlf-hotel-content a:focus-visible {
  color: var(--atc-tlf-gold-soft) !important;
}

.atc-tlf-hotels-footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* =========================================================
   PRIVATE TRANSFER CTA
   ========================================================= */
.atc-tlf-private-transfer {
  background: #ffffff;
}

.atc-tlf-private-transfer-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 48px;
  border-radius: var(--atc-tlf-radius-xl);
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 22%, rgba(199, 167, 108, 0.18), transparent 30%),
    linear-gradient(135deg, var(--atc-tlf-green-900), var(--atc-tlf-green-700));
  box-shadow: var(--atc-tlf-shadow-sm);
}

.atc-tlf-private-transfer .atc-tlf-section-kicker {
  color: var(--atc-tlf-gold);
}

.atc-tlf-page .atc-tlf-private-transfer h2 {
  margin-bottom: 10px !important;
  color: #ffffff !important;
}

.atc-tlf-private-transfer-content > p {
  max-width: 730px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.80) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.atc-tlf-transfer-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.atc-tlf-transfer-benefits span {
  position: relative;
  padding-left: 15px;
}

.atc-tlf-transfer-benefits span::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--atc-tlf-gold);
}

/* =========================================================
   FAQ
   ========================================================= */
.atc-tlf-faq {
  background: var(--atc-tlf-sand);
}

.atc-tlf-faq-list {
  display: grid;
  gap: 11px;
  max-width: 980px;
}

.atc-tlf-faq-list details {
  margin: 0;
  padding: 17px 18px;
  border: 1px solid var(--atc-tlf-line);
  border-radius: 14px;
  background: #ffffff;
}

.atc-tlf-faq-list summary {
  position: relative;
  padding-right: 34px;
  color: #173423;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.atc-tlf-faq-list summary::-webkit-details-marker {
  display: none;
}

.atc-tlf-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  content: "+";
  color: var(--atc-tlf-green-700);
  background: var(--atc-tlf-green-100);
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
}

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

.atc-tlf-faq-list details p {
  max-width: none !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  color: var(--atc-tlf-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .atc-tlf-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atc-tlf-fact {
    border-bottom: 1px solid var(--atc-tlf-line);
  }

  .atc-tlf-fact:nth-child(2n) {
    border-right: 0;
  }

  .atc-tlf-fact:last-child {
    border-bottom: 0;
  }

  .atc-tlf-intro-grid,
  .atc-tlf-road-grid,
  .atc-tlf-route-detail-grid,
  .atc-tlf-map-layout {
    grid-template-columns: 1fr;
  }

  .atc-tlf-map-wrapper,
  .atc-tlf-map {
    min-height: 520px;
    height: 520px;
  }

  .atc-tlf-map-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atc-tlf-route-summary-card {
    position: static;
  }

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

  .atc-tlf-private-transfer-box {
    grid-template-columns: 1fr;
  }

  .atc-tlf-private-transfer-action {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body.atc-tlf-landing-page .main.prose > .atc-tlf-page {
    width: 100vw;
  }

  .atc-tlf-container {
    width: min(100% - 24px, var(--atc-tlf-max));
  }

  .atc-tlf-hero {
    min-height: auto;
  }

  .atc-tlf-hero-content {
    padding: 68px 0 88px;
  }

  .atc-tlf-page .atc-tlf-hero h1 {
    font-size: clamp(43px, 14vw, 66px) !important;
  }

  .atc-tlf-hero-description {
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  .atc-tlf-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .atc-tlf-hero-actions .atc-tlf-btn {
    width: 100%;
  }

  .atc-tlf-quick-facts {
    margin-top: -34px;
  }

  .atc-tlf-facts-grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .atc-tlf-fact,
  .atc-tlf-fact:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--atc-tlf-line);
  }

  .atc-tlf-fact:last-child {
    border-bottom: 0;
  }

  .atc-tlf-section {
    padding: 58px 0;
  }

  .atc-tlf-intro {
    padding-top: 70px;
  }

  .atc-tlf-page .atc-tlf-section h2,
  .atc-tlf-page .atc-tlf-section-header h2,
  .atc-tlf-page .atc-tlf-route-content h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  .atc-tlf-route-grid,
  .atc-tlf-map-sidebar,
  .atc-tlf-stop-grid,
  .atc-tlf-activity-grid,
  .atc-tlf-hotel-grid {
    grid-template-columns: 1fr;
  }

  .atc-tlf-route-card {
    padding: 24px;
  }

  .atc-tlf-route-stats,
  .atc-tlf-map-stats {
    grid-template-columns: 1fr;
  }

  .atc-tlf-map-wrapper,
  .atc-tlf-map {
    min-height: 470px;
    height: 470px;
  }

  .atc-tlf-map-controls {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: none;
  }

  .atc-tlf-map-button {
    flex: 1 1 100%;
  }

  .atc-tlf-map-tip {
    grid-template-columns: 1fr;
  }

  .atc-tlf-map-tip strong {
    white-space: normal;
  }

  .atc-tlf-summary-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .atc-tlf-summary-row strong {
    text-align: left;
  }

  .atc-tlf-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .atc-tlf-comparison-table {
    min-width: 650px;
  }

  .atc-tlf-private-transfer-box {
    padding: 31px 24px;
  }

  .atc-tlf-private-transfer-action,
  .atc-tlf-private-transfer-action .atc-tlf-btn,
  .atc-tlf-hotels-footer .atc-tlf-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .atc-tlf-eyebrow {
    font-size: 10px;
  }

  .atc-tlf-page .atc-tlf-hero h1 {
    font-size: 44px !important;
  }

  .atc-tlf-map-wrapper,
  .atc-tlf-map {
    min-height: 430px;
    height: 430px;
  }

  .atc-tlf-map-summary,
  .atc-tlf-map-stops,
  .atc-tlf-recommendation,
  .atc-tlf-driving-tip,
  .atc-tlf-route-summary-card {
    padding: 21px;
  }
}

/* =========================================================
   v1.7.1 — FULL-BLEED HERO FIX
   Keeps the landing content layout unchanged while allowing
   the hero background to span the complete browser viewport.
   ========================================================= */
body.atc-tlf-landing-page {
  overflow-x: hidden;
}

body.atc-tlf-landing-page .atc-tlf-page {
  overflow: visible;
}

body.atc-tlf-landing-page .atc-tlf-page .atc-tlf-hero {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
