/*
 * ATC company pages: About Us, Our Fleet, policy and contact
 * Generated from ATC Airport Secondary Pages CSS.
 */

/* =========================================================
   ATC ABOUT US PAGE — REDUCED CSS
   Requires the existing ATC Transportation Page CSS.
   Scoped to .atc-about-page.
   ========================================================= */

/* INTRODUCTION IMAGE
========================================================= */

.atc-about-page .atc-about-image {
  position: relative;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--green-soft);
  box-shadow: var(--shadow);
}

.atc-about-page .atc-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
}

.atc-about-page .atc-about-image--group {
  height: 520px;
}

.atc-about-page .atc-about-image--group img {
  object-position: center 45%;
}

.atc-about-page .atc-about-image--founder {
  height: 640px;
}

.atc-about-page .atc-about-image--founder img {
  object-position: center 24%;
}

/* Use only when the original selfie is mirrored */
.atc-about-page .atc-about-image--mirror img {
  transform: scaleX(-1);
}


/* INTRODUCTION STATISTICS
========================================================= */

.atc-about-page .atc-about-stats {
  margin-top: 28px;
  padding: 16px;
  border-radius: 22px;
}

.atc-about-page .atc-about-stats .atc-highlight-item {
  min-height: 105px;
}

.atc-about-page .atc-about-stats .atc-highlight-item strong {
  font-size: 24px;
}


/* COMPANY STORY
========================================================= */

.atc-about-page .atc-about-story {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 8%,
      rgba(199, 167, 108, 0.20),
      transparent 25%
    ),
    var(--green-soft);
}

.atc-about-page .atc-about-story__inner {
  position: relative;
  max-width: 940px;
}

.atc-about-page .atc-about-story__inner::before {
  content: "2006";
  position: absolute;
  z-index: 0;
  top: -42px;
  right: 0;
  color: rgba(20, 83, 45, 0.065);
  font-size: clamp(95px, 16vw, 190px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.atc-about-page .atc-about-story__inner > * {
  position: relative;
  z-index: 1;
}

.atc-about-page .atc-about-story__inner p {
  font-size: 17px;
}


/* WHY CHOOSE US
========================================================= */

.atc-about-page .atc-about-reasons-grid .atc-route-card {
  min-height: 320px;
}

.atc-about-page .atc-about-information-box {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 38px;
  margin-top: 30px;
  padding: 36px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(199, 167, 108, 0.30),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--green-dark),
      var(--green)
    );
  box-shadow: var(--shadow);
}

.atc-about-page .atc-about-information-box .atc-section-label {
  color: var(--gold-light);
}

.atc-about-page .atc-about-information-box h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 28px;
}

.atc-about-page .atc-about-information-box p {
  color: rgba(255, 255, 255, 0.78);
}

.atc-about-page .atc-about-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.atc-about-page .atc-about-check-list li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 27px !important;
  color: #e5f3e9;
  font-size: 15px;
  line-height: 1.55;
  list-style: none !important;
}

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


/* SERVICES
========================================================= */

.atc-about-page .atc-about-services-grid .atc-route-card {
  display: flex;
  flex-direction: column;
  min-height: 315px;
}

.atc-about-page .atc-about-services-grid .atc-route-card > a {
  margin-top: auto;
}


/* FOUNDER
========================================================= */

.atc-about-page .atc-about-founder {
  background: var(--white);
}

.atc-about-page .atc-about-founder-role {
  margin: -8px 0 22px !important;
  color: var(--green-mid) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.atc-about-page .atc-about-personal-service {
  margin-top: 30px;
  padding: 27px 28px;
  border: 1px solid var(--border);
  border-left: 5px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: var(--green-soft);
}

.atc-about-page .atc-about-personal-service h3 {
  margin-bottom: 8px;
}

.atc-about-page .atc-about-personal-service p {
  margin-bottom: 0;
}


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

.atc-about-page .atc-about-process .atc-section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.atc-about-page .atc-about-process .atc-step-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.atc-about-page .atc-about-process .atc-step-card {
  min-width: 0;
}

.atc-about-page .atc-about-process .atc-step-card h3 {
  font-size: 18px;
}

.atc-about-page .atc-about-process .atc-step-card p {
  margin-bottom: 0;
}


/* TRUSTINDEX
========================================================= */

.atc-about-page .atc-about-reviews {
  background: var(--white);
}

.atc-about-page .atc-about-trustindex {
  width: 100%;
  min-height: 80px;
  overflow: hidden;
}


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

.atc-about-page .atc-about-cta .atc-btn--outline {
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.48);
}

.atc-about-page .atc-about-cta .atc-btn--outline:hover {
  color: var(--green-dark) !important;
  border-color: var(--white);
  background: var(--white);
}


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

@media (max-width: 1024px) {

  .atc-about-page .atc-about-image--group,
  .atc-about-page .atc-about-image--founder {
    height: 520px;
  }

  .atc-about-page .atc-about-information-box {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .atc-about-page .atc-about-process .atc-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


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

@media (max-width: 767px) {

  .atc-about-page .atc-about-image--group {
    height: 340px;
  }

  .atc-about-page .atc-about-image--founder {
    height: 430px;
  }

  .atc-about-page .atc-about-stats {
    padding: 12px;
  }

  .atc-about-page .atc-about-story__inner::before {
    top: -10px;
    font-size: 95px;
  }

  .atc-about-page .atc-about-reasons-grid .atc-route-card,
  .atc-about-page .atc-about-services-grid .atc-route-card {
    min-height: 0;
  }

  .atc-about-page .atc-about-information-box {
    padding: 28px 23px;
    border-radius: 20px;
  }

  .atc-about-page .atc-about-information-box h3 {
    font-size: 25px;
  }

  .atc-about-page .atc-about-check-list {
    grid-template-columns: 1fr;
  }

  .atc-about-page .atc-about-process .atc-step-grid {
    grid-template-columns: 1fr;
  }

  .atc-about-page .atc-about-personal-service {
    padding: 23px 21px;
  }
}


/* REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .atc-about-page .atc-about-image--mirror img {
    transition: none;
  }
}

/* ==========================================================
   AIRPORT TRANSFER COSTA RICA
   OUR FLEET – MODERN LIGHTWEIGHT LAYOUT
   Scoped to .atc-fleet-v2
========================================================== */

.atc-fleet-v2,
.atc-fleet-v2 * {
    box-sizing: border-box;
}

.atc-fleet-v2 {
    --atc-fleet-green: #14532d;
    --atc-fleet-green-dark: #0f3f22;
    --atc-fleet-green-soft: #ecf7ef;
    --atc-fleet-gold: #c7a76c;
    --atc-fleet-text: #18221c;
    --atc-fleet-muted: #617067;
    --atc-fleet-border: #e2e9e3;
    --atc-fleet-background: #f7f9f7;
    --atc-fleet-white: #ffffff;

    width: min(100% - 32px, 1200px);
    margin: 0 auto;
    padding: 58px 0 70px;
    color: var(--atc-fleet-text);
}

/* INTRODUCTION
========================================================== */

.atc-fleet-v2__intro {
    max-width: 790px;
    margin: 0 auto 30px;
    text-align: center;
}

.atc-fleet-v2__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--atc-fleet-green);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.atc-fleet-v2__intro h2 {
    margin: 0 0 16px;
    padding: 0;
    color: var(--atc-fleet-text) !important;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -0.025em;
    -webkit-text-fill-color: var(--atc-fleet-text);
}

.atc-fleet-v2__intro p {
    margin: 0;
    color: var(--atc-fleet-muted);
    font-size: 17px;
    line-height: 1.75;
}

/* BENEFITS
========================================================== */

.atc-fleet-v2__benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 40px;
}

.atc-fleet-v2__benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border: 1px solid var(--atc-fleet-border);
    border-radius: 999px;
    background: var(--atc-fleet-white);
    color: var(--atc-fleet-text);
    font-size: 14px;
    line-height: 1.3;
}

.atc-fleet-v2__benefit > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--atc-fleet-green-soft);
    color: var(--atc-fleet-green);
    font-size: 12px;
    font-weight: 900;
}

/* VEHICLE CARDS
========================================================== */

.atc-fleet-v2__cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
}

.atc-fleet-v2-card {
    display: flex;
    flex: 1 1 310px;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--atc-fleet-border);
    border-radius: 18px;
    background: var(--atc-fleet-white);
    box-shadow: 0 12px 32px rgba(18, 55, 31, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.atc-fleet-v2-card--featured {
    border-color: rgba(20, 83, 45, 0.34);
}

.atc-fleet-v2-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    padding: 25px 20px 20px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f7f4 100%
        );
}

.atc-fleet-v2-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.atc-fleet-v2-card__capacity {
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--atc-fleet-green);
    color: var(--atc-fleet-white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 5px 14px rgba(20, 83, 45, 0.18);
}

.atc-fleet-v2-card__popular {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: -39px;
    width: 142px;
    padding: 8px 10px;
    transform: rotate(39deg);
    background: var(--atc-fleet-gold);
    color: #172019;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.atc-fleet-v2-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.atc-fleet-v2-card__category {
    display: block;
    margin-bottom: 5px;
    color: var(--atc-fleet-green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.atc-fleet-v2-card__body h3 {
    margin: 0 0 12px;
    padding: 0;
    color: var(--atc-fleet-text) !important;
    font-size: 25px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.015em;
    -webkit-text-fill-color: var(--atc-fleet-text);
}

.atc-fleet-v2-card__body > p {
    margin: 0 0 20px;
    color: var(--atc-fleet-muted);
    font-size: 15px;
    line-height: 1.65;
}

.atc-fleet-v2-card__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 24px !important;
    padding: 0 !important;
    list-style: none !important;
}

.atc-fleet-v2-card__features li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 26px !important;
    color: var(--atc-fleet-text);
    font-size: 14px;
    line-height: 1.5;
    list-style: none !important;
}

.atc-fleet-v2-card__features li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--atc-fleet-green-soft);
    color: var(--atc-fleet-green);
    font-size: 11px;
    font-weight: 900;
}

/* CARD BUTTONS
========================================================== */

.atc-fleet-v2-card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    margin-top: auto;
    padding: 12px 16px;
    border: 1px solid var(--atc-fleet-green);
    border-radius: 9px;
    background: transparent;
    color: var(--atc-fleet-green) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none !important;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.atc-fleet-v2-card__button span:last-child {
    font-size: 19px;
    line-height: 1;
}

/* CAPACITY NOTICE
========================================================== */

.atc-fleet-v2__notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 28px 0 0;
    padding: 22px 24px;
    border: 1px solid var(--atc-fleet-border);
    border-radius: 14px;
    background: var(--atc-fleet-background);
}

.atc-fleet-v2__notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--atc-fleet-green);
    color: var(--atc-fleet-white);
    font-family: Georgia, serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 800;
}

.atc-fleet-v2__notice-content h3 {
    margin: 0 0 5px;
    padding: 0;
    color: var(--atc-fleet-text) !important;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.35;
    -webkit-text-fill-color: var(--atc-fleet-text);
}

.atc-fleet-v2__notice-content p {
    margin: 0;
    color: var(--atc-fleet-muted);
    font-size: 14px;
    line-height: 1.65;
}

/* CALL TO ACTION
========================================================== */

.atc-fleet-v2__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    overflow: hidden;
    margin-top: 48px;
    padding: 40px;
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            var(--atc-fleet-green) 0%,
            var(--atc-fleet-green-dark) 100%
        );
    color: var(--atc-fleet-white);
}

.atc-fleet-v2__cta::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -180px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.atc-fleet-v2__cta-content {
    position: relative;
    z-index: 2;
    max-width: 690px;
}

.atc-fleet-v2__cta-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #dcfce7;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.atc-fleet-v2__cta h2 {
    margin: 0 0 12px;
    padding: 0;
    color: var(--atc-fleet-white) !important;
    font-size: clamp(27px, 3vw, 37px);
    font-weight: 750;
    line-height: 1.17;
    letter-spacing: -0.02em;
    -webkit-text-fill-color: var(--atc-fleet-white);
}

.atc-fleet-v2__cta p {
    margin: 0;
    color: #e2efe6;
    font-size: 15px;
    line-height: 1.65;
}

.atc-fleet-v2__cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    min-width: 220px;
}

.atc-fleet-v2__cta-primary,
.atc-fleet-v2__cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.atc-fleet-v2__cta-primary {
    border: 1px solid var(--atc-fleet-gold);
    background: var(--atc-fleet-gold);
    color: #172019 !important;
}

.atc-fleet-v2__cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    color: var(--atc-fleet-white) !important;
}

/* INTERNAL LINKS
========================================================== */

.atc-fleet-v2__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    color: var(--atc-fleet-muted);
    font-size: 14px;
    text-align: center;
}

.atc-fleet-v2__links a {
    color: var(--atc-fleet-green) !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* HOVER EFFECTS
========================================================== */

@media (hover: hover) {

    .atc-fleet-v2-card:hover {
        transform: translateY(-5px);
        border-color: rgba(20, 83, 45, 0.3);
        box-shadow: 0 18px 42px rgba(18, 55, 31, 0.11);
    }

    .atc-fleet-v2-card:hover
    .atc-fleet-v2-card__image img {
        transform: scale(1.035);
    }

    .atc-fleet-v2-card__button:hover {
        border-color: var(--atc-fleet-green);
        background: var(--atc-fleet-green);
        color: var(--atc-fleet-white) !important;
    }

    .atc-fleet-v2__cta-primary:hover {
        border-color: #d6bb87;
        background: #d6bb87;
        color: #172019 !important;
    }

    .atc-fleet-v2__cta-secondary:hover {
        border-color: var(--atc-fleet-white);
        background: var(--atc-fleet-white);
        color: var(--atc-fleet-green-dark) !important;
    }
}

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

.atc-fleet-v2 a:focus-visible {
    outline: 3px solid rgba(199, 167, 108, 0.65);
    outline-offset: 3px;
}

/* TABLETS
========================================================== */

@media (max-width: 960px) {

    .atc-fleet-v2 {
        padding-top: 48px;
    }

    .atc-fleet-v2-card {
        flex-basis: calc(50% - 12px);
    }

    .atc-fleet-v2__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .atc-fleet-v2__cta-actions {
        width: 100%;
        min-width: 0;
        flex-direction: row;
    }

    .atc-fleet-v2__cta-primary,
    .atc-fleet-v2__cta-secondary {
        flex: 1;
    }
}

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

@media (max-width: 640px) {

    .atc-fleet-v2 {
        width: min(100% - 24px, 1200px);
        padding: 36px 0 52px;
    }

    .atc-fleet-v2__intro {
        margin-bottom: 26px;
        text-align: left;
    }

    .atc-fleet-v2__intro h2 {
        font-size: 32px;
    }

    .atc-fleet-v2__intro p {
        font-size: 16px;
        line-height: 1.7;
    }

    .atc-fleet-v2__benefits {
        justify-content: flex-start;
        margin-bottom: 28px;
    }

    .atc-fleet-v2__benefit {
        width: 100%;
        border-radius: 10px;
    }

    .atc-fleet-v2__cards {
        gap: 18px;
    }

    .atc-fleet-v2-card {
        flex-basis: 100%;
    }

    .atc-fleet-v2-card__image {
        padding: 22px 16px 16px;
    }

    .atc-fleet-v2-card__body {
        padding: 22px;
    }

    .atc-fleet-v2__notice {
        padding: 19px;
    }

    .atc-fleet-v2__cta {
        margin-top: 34px;
        padding: 28px 22px;
        border-radius: 16px;
    }

    .atc-fleet-v2__cta h2 {
        font-size: 28px;
    }

    .atc-fleet-v2__cta-actions {
        flex-direction: column;
    }

    .atc-fleet-v2__links {
        flex-direction: column;
        gap: 8px;
    }

    .atc-fleet-v2__links > span {
        display: none;
    }
}

/* REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .atc-fleet-v2-card,
    .atc-fleet-v2-card__image img,
    .atc-fleet-v2-card__button,
    .atc-fleet-v2__cta-primary,
    .atc-fleet-v2__cta-secondary {
        transition: none;
    }
}


/* =========================================================
   Airport Transfer Costa Rica — Cancellation & Refund Policy
   Production CSS: paste into the existing ATC CSS snippet.
   ========================================================= */

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

.atc-policy-page {
  --atc-green: #14532d;
  --atc-green-dark: #0f3f22;
  --atc-green-soft: #edf7f0;
  --atc-gold: #c7a76c;
  --atc-gold-soft: #f6f0e4;
  --atc-ink: #203129;
  --atc-muted: #617067;
  --atc-border: #dfe9e2;
  --atc-white: #ffffff;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 72px;
  color: var(--atc-ink);
  font-family: inherit;
  line-height: 1.72;
}

.atc-policy-intro {
  position: relative;
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 8px 0 2px;
  text-align: center;
}

.atc-policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #80652f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atc-policy-eyebrow::before,
.atc-policy-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--atc-gold);
}

.atc-policy-intro h2 {
  margin: 0 0 16px;
  color: var(--atc-green);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.atc-policy-intro > p {
  max-width: 760px;
  margin: 0 auto 12px;
  color: #43534a;
  font-size: 1.06rem;
}

.atc-policy-updated {
  color: var(--atc-muted) !important;
  font-size: .92rem !important;
}

.atc-policy-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 38px;
}

.atc-policy-summary-card {
  position: relative;
  flex: 1 1 250px;
  min-height: 164px;
  padding: 24px 24px 22px;
  overflow: hidden;
  border: 1px solid var(--atc-border);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f4faf6 100%);
  box-shadow: 0 12px 32px rgba(20, 83, 45, .07);
}

.atc-policy-summary-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(199, 167, 108, .13);
}

.atc-policy-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--atc-green);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(20, 83, 45, .18);
}

.atc-policy-summary-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 6px;
  color: var(--atc-green);
  font-size: 1.26rem;
  line-height: 1.25;
}

.atc-policy-summary-card span {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--atc-muted);
  font-size: .94rem;
  line-height: 1.5;
}

.atc-policy-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 30px;
  padding: 22px 24px;
  border: 1px solid #eadfc7;
  border-left: 5px solid var(--atc-gold);
  border-radius: 14px;
  background: var(--atc-gold-soft);
}

.atc-policy-highlight__mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--atc-gold);
  color: #1f2d25;
  font-weight: 900;
}

.atc-policy-highlight p {
  margin: 0;
  color: #514733;
}

.atc-policy-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.atc-policy-section {
  position: relative;
  display: flex;
  gap: 22px;
  padding: 28px 30px;
  border: 1px solid var(--atc-border);
  border-radius: 16px;
  background: var(--atc-white);
  box-shadow: 0 7px 24px rgba(25, 58, 38, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.atc-policy-section:hover {
  transform: translateY(-2px);
  border-color: #cbded0;
  box-shadow: 0 14px 32px rgba(20, 83, 45, .08);
}

.atc-policy-section__number {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d6e7db;
  border-radius: 12px;
  background: var(--atc-green-soft);
  color: var(--atc-green);
  font-size: .95rem;
  font-weight: 900;
}

.atc-policy-section__body {
  flex: 1 1 auto;
  min-width: 0;
}

.atc-policy-section h2 {
  margin: 1px 0 10px;
  color: var(--atc-green);
  font-size: 1.34rem;
  line-height: 1.32;
}

.atc-policy-section p {
  margin: 0 0 12px;
}

.atc-policy-section p:last-child {
  margin-bottom: 0;
}

.atc-policy-section a,
.atc-policy-contact-list a {
  color: var(--atc-green);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.atc-policy-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.atc-policy-contact-list li {
  flex: 1 1 230px;
  padding: 13px 15px;
  border: 1px solid var(--atc-border);
  border-radius: 10px;
  background: #f8fbf9;
}

.atc-policy-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 34px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--atc-green-dark) 0%, var(--atc-green) 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(15, 63, 34, .2);
}

.atc-policy-cta::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}

.atc-policy-cta__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.atc-policy-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.62rem;
  line-height: 1.25;
}

.atc-policy-cta p {
  margin: 0;
  color: #dcfce7;
}

.atc-policy-button {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 25px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: var(--atc-gold);
  color: #172019 !important;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.14);
  transition: transform .2s ease, background-color .2s ease;
}

.atc-policy-button:hover {
  transform: translateY(-2px);
  background: #dcc18c;
}

@media (max-width: 767px) {
  .atc-policy-page {
    width: min(100% - 24px, 1120px);
    margin-bottom: 48px;
  }

  .atc-policy-summary {
    gap: 12px;
  }

  .atc-policy-summary-card {
    min-height: 0;
    padding: 20px;
  }

  .atc-policy-highlight {
    padding: 18px;
  }

  .atc-policy-section {
    gap: 15px;
    padding: 22px 19px;
  }

  .atc-policy-section__number {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: .84rem;
  }

  .atc-policy-section h2 {
    font-size: 1.18rem;
  }

  .atc-policy-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px;
  }

  .atc-policy-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atc-policy-section,
  .atc-policy-button {
    transition: none;
  }
}

/* =========================================================
   AIRPORT TRANSFER COSTA RICA - CONTACT US PAGE
   Scoped classes prevent conflicts with the WordPress theme.
   ========================================================= */

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

.atc-contact-page {
  --atc-green: #14532d;
  --atc-green-dark: #0b3520;
  --atc-green-soft: #eaf4ed;
  --atc-gold: #c7a76c;
  --atc-gold-light: #ead7ae;
  --atc-ink: #1d2a23;
  --atc-muted: #66736a;
  --atc-cream: #f7f5ef;
  --atc-white: #ffffff;
  --atc-border: #dfe7e1;
  --atc-shadow: 0 18px 48px rgba(17, 57, 35, 0.12);
  color: var(--atc-ink);
  background: var(--atc-white);
  font-family: inherit;
  line-height: 1.65;
}

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

.atc-contact-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.atc-contact-main {
  padding: 72px 0 58px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}

.atc-contact-intro,
.atc-contact-section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.atc-contact-kicker,
.atc-contact-details__eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--atc-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

.atc-contact-page h2,
.atc-contact-page h3,
.atc-contact-page p {
  margin-top: 0;
}

.atc-contact-page h2 {
  margin-bottom: 14px;
  color: var(--atc-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 42px);
  line-height: 1.18;
}

.atc-contact-intro > p,
.atc-contact-section-heading > p {
  margin-bottom: 0;
  color: var(--atc-muted);
  font-size: 17px;
}

.atc-contact-service-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.atc-contact-service-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #d9e4dc;
  border-radius: 999px;
  color: var(--atc-green);
  background: var(--atc-white);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.atc-contact-service-links a:hover,
.atc-contact-service-links a:focus-visible {
  border-color: var(--atc-green);
  color: var(--atc-white);
  background: var(--atc-green);
}

.atc-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.35fr);
  gap: 32px;
  align-items: stretch;
}

.atc-contact-details {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 16px;
  color: var(--atc-white);
  background: linear-gradient(145deg, var(--atc-green-dark), #104a2a);
  box-shadow: var(--atc-shadow);
}

.atc-contact-details::after {
  position: absolute;
  right: -120px;
  bottom: -100px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.atc-contact-details__eyebrow {
  color: var(--atc-gold-light);
}

.atc-contact-details h2 {
  margin-bottom: 11px;
  color: var(--atc-white);
  font-size: 30px;
}

.atc-contact-details > p {
  margin-bottom: 25px;
  color: #d3e3d8;
  font-size: 15px;
}

.atc-contact-details__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.atc-contact-detail {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  color: var(--atc-white);
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, transform 0.2s ease;
}

.atc-contact-details a.atc-contact-detail:hover,
.atc-contact-details a.atc-contact-detail:focus-visible {
  color: var(--atc-white);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.atc-contact-detail__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 10px;
  color: var(--atc-gold-light);
  background: rgba(199, 167, 108, 0.18);
  font-size: 20px;
  line-height: 1;
}

.atc-contact-detail small {
  display: block;
  margin-bottom: 2px;
  color: #adc3b4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.atc-contact-detail strong {
  display: block;
  color: var(--atc-white);
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.atc-contact-response {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 15px 16px;
  border-left: 3px solid var(--atc-gold);
  border-radius: 0 9px 9px 0;
  color: #dce9df;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.atc-contact-response strong {
  color: var(--atc-white);
  font-size: 13px;
}

.atc-contact-form-card {
  padding: 34px;
  border: 1px solid var(--atc-border);
  border-radius: 16px;
  background: var(--atc-white);
  box-shadow: var(--atc-shadow);
}

.atc-contact-form-card h2 {
  margin-bottom: 7px;
  font-size: 31px;
}

.atc-contact-form-card__intro {
  margin-bottom: 24px;
  color: var(--atc-muted);
  font-size: 14px;
}

/* Contact Form 7 layout */
.atc-contact-form-wrap .atc-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.atc-contact-form-wrap .atc-cf7-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}

.atc-contact-form-wrap .atc-cf7-field--full {
  grid-column: 1 / -1;
}

.atc-contact-form-wrap label,
.atc-contact-form-wrap .atc-cf7-label {
  color: #34463b;
  font-size: 13px;
  font-weight: 800;
}

.atc-contact-form-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.atc-contact-form-wrap select,
.atc-contact-form-wrap textarea {
  display: block;
  width: 100%;
  min-height: 49px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d5dfd8;
  border-radius: 8px;
  outline: none;
  color: #243229;
  background: #fbfcfb;
  box-shadow: none;
  font: inherit;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.atc-contact-form-wrap textarea {
  min-height: 130px;
  resize: vertical;
}

.atc-contact-form-wrap input:focus,
.atc-contact-form-wrap select:focus,
.atc-contact-form-wrap textarea:focus {
  border-color: var(--atc-green) !important;
  box-shadow: 0 0 0 3px rgba(20, 83, 45, 0.09) !important;
}

.atc-contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.atc-contact-form-wrap .atc-cf7-consent {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 2px;
  color: var(--atc-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.atc-contact-form-wrap .atc-cf7-consent .wpcf7-list-item {
  margin: 0;
}

.atc-contact-form-wrap input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 2px 6px 0 0;
  accent-color: var(--atc-green);
}

.atc-contact-form-wrap .atc-cf7-submit-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-top: 3px;
}

.atc-contact-form-wrap .atc-cf7-privacy-note {
  max-width: 340px;
  margin: 0;
  color: var(--atc-muted);
  font-size: 12px;
  font-weight: 400;
}

.atc-contact-form-wrap input[type="submit"],
.atc-contact-form-wrap .wpcf7-submit {
  min-height: 49px;
  margin: 0;
  padding: 13px 24px;
  border: 0;
  border-radius: 8px;
  color: var(--atc-white) !important;
  background: var(--atc-green) !important;
  box-shadow: 0 9px 22px rgba(20, 83, 45, 0.2);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.atc-contact-form-wrap input[type="submit"]:hover,
.atc-contact-form-wrap input[type="submit"]:focus-visible,
.atc-contact-form-wrap .wpcf7-submit:hover,
.atc-contact-form-wrap .wpcf7-submit:focus-visible {
  background: #0f3f22 !important;
  transform: translateY(-2px);
}

.atc-contact-form-wrap .wpcf7-spinner {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.atc-contact-form-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #b42318;
  font-size: 12px;
}

.atc-contact-form-wrap .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px;
  font-size: 13px;
}

/* Fallback styling for the current form before its fields are updated */
.atc-contact-form-wrap .wpcf7 form > p {
  margin: 0 0 16px;
}

.atc-contact-options {
  padding: 58px 0;
  background: var(--atc-cream);
}

.atc-contact-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.atc-contact-option {
  padding: 26px;
  border: 1px solid #ebe8df;
  border-radius: 14px;
  background: var(--atc-white);
  box-shadow: 0 8px 26px rgba(28, 54, 38, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.atc-contact-option:hover {
  transform: translateY(-4px);
  box-shadow: var(--atc-shadow);
}

.atc-contact-option__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 50%;
  color: var(--atc-green);
  background: var(--atc-green-soft);
  font-size: 22px;
  line-height: 1;
}

.atc-contact-option h3 {
  margin-bottom: 8px;
  color: var(--atc-green-dark);
  font-size: 21px;
  line-height: 1.3;
}

.atc-contact-option p {
  margin-bottom: 16px;
  color: var(--atc-muted);
  font-size: 14px;
}

.atc-contact-option a {
  color: var(--atc-green);
  font-size: 13px;
  font-weight: 800;
}

.atc-contact-option a:hover,
.atc-contact-option a:focus-visible {
  color: var(--atc-green-dark);
  text-decoration: underline;
}

.atc-contact-trust {
  padding: 62px 0;
  background: var(--atc-white);
}

.atc-contact-trust__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.35fr);
  gap: 50px;
  align-items: center;
}

.atc-contact-trust__content h2 {
  font-size: 35px;
}

.atc-contact-trust__content p {
  margin-bottom: 0;
  color: var(--atc-muted);
}

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

.atc-contact-feature {
  min-height: 92px;
  padding: 15px 17px;
  border: 1px solid var(--atc-border);
  border-left: 3px solid var(--atc-gold);
  border-radius: 0 10px 10px 0;
  background: #fcfdfc;
}

.atc-contact-feature strong {
  display: block;
  margin-bottom: 4px;
  color: var(--atc-green-dark);
  font-size: 15px;
}

.atc-contact-feature span {
  color: var(--atc-muted);
  font-size: 13px;
}

.atc-contact-bottom-cta {
  padding: 38px 0;
  color: var(--atc-white);
  background: linear-gradient(100deg, var(--atc-green-dark), var(--atc-green));
}

.atc-contact-bottom-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.atc-contact-bottom-cta h2 {
  margin-bottom: 5px;
  color: var(--atc-white);
  font-size: 30px;
}

.atc-contact-bottom-cta p {
  margin-bottom: 0;
  color: #d6e5da;
}

.atc-contact-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 21px;
  border-radius: 8px;
  color: #1f2b22 !important;
  background: var(--atc-gold);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}

.atc-contact-button:hover,
.atc-contact-button:focus-visible {
  color: #1f2b22 !important;
  background: #d6b97e;
  transform: translateY(-2px);
}

.atc-contact-policy-note {
  padding: 22px 0;
  border-bottom: 1px solid var(--atc-border);
  background: #fbfcfb;
}

.atc-contact-policy-note p {
  margin-bottom: 0;
  color: var(--atc-muted);
  font-size: 13px;
  text-align: center;
}

.atc-contact-policy-note a {
  color: var(--atc-green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 960px) {
  .atc-contact-layout,
  .atc-contact-trust__inner {
    grid-template-columns: 1fr;
  }

  .atc-contact-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .atc-contact-container {
    width: min(100% - 28px, 1180px);
  }

  .atc-contact-main {
    padding: 52px 0 44px;
  }

  .atc-contact-intro,
  .atc-contact-section-heading {
    margin-bottom: 30px;
  }

  .atc-contact-layout {
    gap: 22px;
  }

  .atc-contact-details,
  .atc-contact-form-card {
    padding: 24px;
    border-radius: 13px;
  }

  .atc-contact-form-wrap .atc-cf7-grid,
  .atc-contact-option-grid,
  .atc-contact-feature-grid {
    grid-template-columns: 1fr;
  }

  .atc-contact-form-wrap .atc-cf7-field--full,
  .atc-contact-form-wrap .atc-cf7-consent,
  .atc-contact-form-wrap .atc-cf7-submit-row {
    grid-column: auto;
  }

  .atc-contact-form-wrap .atc-cf7-submit-row,
  .atc-contact-bottom-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .atc-contact-option-grid {
    gap: 16px;
  }

  .atc-contact-options,
  .atc-contact-trust {
    padding: 46px 0;
  }

  .atc-contact-bottom-cta {
    padding: 32px 0;
  }

  .atc-contact-button {
    width: 100%;
  }
}
