:root {
  --gc-doc-blue: #1687d9;
  --gc-doc-blue-dark: #073a60;
  --gc-doc-ink: #122033;
  --gc-doc-muted: #64748b;
  --gc-doc-line: #dbe5ee;
  --gc-doc-pale: #f3f8fc;
  --gc-doc-green: #168b66;
}

/* Homepage review submission and CALLITO gold accents. */
:root {
  --gc-logo-gold: #f4b51c;
  --gc-logo-gold-dark: #b86d00;
}

.gc-export-hero__eyebrow {
  color: #ffd35a !important;
}

.gc-export-hero__tags a {
  border-color: rgba(244, 181, 28, 0.72) !important;
  color: #ffe29a !important;
}

.gc-home-specials .gc-vehicle-card__price {
  color: var(--gc-logo-gold-dark) !important;
}

.gc-home-specials .gc-vehicle-card__price--comparison {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  width: 100%;
  padding-top: 10px !important;
}

.gc-home-specials .gc-vehicle-card__price--current-only {
  grid-template-columns: minmax(0, 1fr);
}

.gc-vehicle-card__price-original,
.gc-vehicle-card__price-current {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.gc-vehicle-card__price--comparison small {
  color: #6b778c;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.2;
}

.gc-home-specials .gc-vehicle-card__price-original del {
  color: #7d8797;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration-color: #d64b4b;
  text-decoration-thickness: 2px;
}

.gc-home-specials .gc-vehicle-card__price-current strong {
  overflow-wrap: anywhere;
  color: var(--gc-logo-gold-dark);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.15;
}

.gc-home-customer-reviews {
  background: #f7f9fc;
}

.gc-customer-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 36px;
  align-items: start;
}

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

.gc-customer-review {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 6px;
  background: #fff;
}

.gc-customer-review__stars {
  color: var(--gc-logo-gold-dark);
  font-size: 1rem;
  line-height: 1;
}

.gc-customer-review blockquote {
  margin: 16px 0 20px;
  color: var(--gc-doc-ink);
  font-size: 0.94rem;
  line-height: 1.65;
}

.gc-customer-review footer {
  display: grid;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
}

.gc-customer-review footer strong {
  color: var(--gc-doc-ink);
  font-size: 0.88rem;
}

.gc-customer-review footer span {
  color: var(--gc-doc-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.gc-customer-review-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--gc-doc-line);
  border-top: 4px solid var(--gc-logo-gold);
  border-radius: 6px;
  background: #fff;
}

.gc-customer-review-form__head h3 {
  margin: 0;
  color: var(--gc-doc-ink);
  font-size: 1.25rem;
}

.gc-customer-review-form__head p {
  margin: 7px 0 0;
  color: var(--gc-doc-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.gc-customer-review-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gc-customer-review-form label,
.gc-customer-review-form__comment {
  display: grid;
  gap: 6px;
}

.gc-customer-review-form label > span,
.gc-review-rating legend {
  color: var(--gc-doc-ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.gc-customer-review-form__wide {
  grid-column: 1 / -1;
}

.gc-customer-review-form input[type="text"],
.gc-customer-review-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #cdd9e4;
  border-radius: 4px;
  background: #fff;
  color: var(--gc-doc-ink);
  font: inherit;
}

.gc-customer-review-form textarea {
  min-height: 126px;
  resize: vertical;
}

.gc-customer-review-form input:focus,
.gc-customer-review-form textarea:focus {
  border-color: var(--gc-doc-blue);
  outline: 3px solid rgba(22, 135, 217, 0.14);
}

.gc-review-rating {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.gc-review-rating__stars {
  display: flex;
  width: fit-content;
  margin-top: 7px;
  direction: rtl;
}

.gc-review-rating__stars input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.gc-review-rating__stars label {
  padding: 2px 3px;
  color: #c7d1dc;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.gc-review-rating__stars input:checked ~ label,
.gc-review-rating__stars label:hover,
.gc-review-rating__stars label:hover ~ label {
  color: var(--gc-logo-gold);
}

.gc-review-rating__stars input:focus-visible + label {
  border-radius: 3px;
  outline: 2px solid var(--gc-doc-blue);
  outline-offset: 2px;
}

.gc-review-notice {
  margin: 0;
  padding: 11px 12px;
  border-left: 3px solid;
  font-size: 0.84rem;
  line-height: 1.5;
}

.gc-review-notice--success {
  border-color: #15805e;
  background: #edf9f4;
  color: #105c47;
}

.gc-review-notice--error {
  border-color: #c2413b;
  background: #fff2f1;
  color: #8e2e2a;
}

.gc-review-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.gc-customer-review-form .gc-btn {
  justify-self: start;
}

@media (max-width: 900px) {
  .gc-customer-reviews__layout {
    grid-template-columns: 1fr;
  }

  .gc-customer-review-form {
    order: -1;
  }
}

@media (max-width: 640px) {
  .gc-customer-reviews__feed,
  .gc-customer-review-form__grid {
    grid-template-columns: 1fr;
  }

  .gc-customer-review-form {
    padding: 20px 16px;
  }

  .gc-customer-review-form__wide {
    grid-column: auto;
  }

  .gc-customer-review-form .gc-btn {
    width: 100%;
  }
}

.gc-header,
.gc-header--scrolled {
  background: var(--gc-doc-blue-dark) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.gc-header__logo,
.gc-header__logo a,
.gc-header__menu a,
.gc-header__menu > li > a {
  color: #fff !important;
}

.gc-header__menu a:hover,
.gc-header__menu a:focus-visible,
.gc-header__menu .current-menu-item > a,
.gc-header__menu .current_page_item > a {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.gc-header__cta {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--gc-doc-blue-dark) !important;
}

@media (min-width: 1100px) {
  .gc-header__menu {
    gap: 4px !important;
  }

  .gc-header__menu a,
  .gc-header__menu > li > a {
    padding: 9px 7px !important;
    font-size: .79rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
}

.gc-language-switcher__menu[hidden],
.gc-wechat-modal[hidden],
.gc-floating-contact__panel[hidden] {
  display: none !important;
}

.gc-export-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background-color: var(--gc-doc-blue-dark);
  background-image: var(--gc-export-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gc-export-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 39, 67, 0.92) 0%, rgba(4, 39, 67, 0.74) 43%, rgba(4, 39, 67, 0.22) 72%, rgba(4, 39, 67, 0.08) 100%);
}

.gc-export-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 56px;
  align-items: center;
  min-height: 520px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.gc-export-hero__copy {
  max-width: 720px;
}

.gc-export-hero__eyebrow,
.gc-home-section-head > div > span,
.gc-home-trust__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--gc-doc-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gc-export-hero__eyebrow {
  color: #7fc7ff;
}

.gc-export-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.gc-export-hero__copy > p {
  max-width: 660px;
  margin: 22px 0 0;
  color: #e5f2fb;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.7;
}

.gc-export-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.gc-export-hero__tags a {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  background: rgba(5, 43, 72, 0.64);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.gc-hero-finder {
  padding: 24px;
  border: 1px solid rgba(15, 47, 72, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 47, 72, 0.14);
}

.gc-hero-finder h2 {
  margin: 0 0 18px;
  color: var(--gc-doc-ink);
  font-size: 1.25rem;
}

.gc-hero-finder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gc-hero-finder label {
  display: grid;
  gap: 6px;
}

.gc-hero-finder label > span {
  color: var(--gc-doc-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gc-hero-finder select {
  width: 100%;
  min-height: 44px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 4px;
  background-color: #fff;
  color: var(--gc-doc-ink);
  font: inherit;
}

.gc-hero-finder .gc-btn {
  width: 100%;
  margin-top: 16px;
  border-radius: 4px;
}

.gc-home-band {
  padding: 72px 0;
  border-bottom: 1px solid #e8eef3;
  background: #fff;
}

.gc-home-section-head {
  margin-bottom: 30px;
}

.gc-home-section-head--split {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.gc-home-section-head h2 {
  margin: 0;
  color: var(--gc-doc-ink);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.gc-home-section-head p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--gc-doc-muted);
  line-height: 1.65;
}

.gc-text-link {
  flex: 0 0 auto;
  color: var(--gc-doc-blue);
  font-weight: 800;
  text-decoration: none;
}

.gc-company-intro {
  background: #fff;
}

.gc-company-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 36px;
  align-items: stretch;
}

.gc-company-intro__layout--no-video {
  grid-template-columns: minmax(0, 1fr);
}

.gc-company-video {
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #061521;
}

.gc-company-video iframe,
.gc-company-video video,
.gc-company-video .wp-video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
}

.gc-company-video__media {
  object-fit: contain;
}

.gc-destinations {
  padding: 30px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 6px;
  background: var(--gc-doc-pale);
}

.gc-destinations__heading h3 {
  margin: 0;
  color: var(--gc-doc-ink);
  font-size: 1.25rem;
}

.gc-destinations__heading p {
  margin: 8px 0 0;
  color: var(--gc-doc-muted);
  line-height: 1.55;
}

.gc-destinations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.gc-destination {
  display: grid;
  min-height: 98px;
  padding: 16px 10px;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.gc-destination > span {
  font-size: 1.75rem;
}

.gc-destination strong {
  color: var(--gc-doc-ink);
  font-size: 0.82rem;
}

.gc-home-vehicle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gc-home-specials {
  background: var(--gc-doc-pale);
}

.gc-home-specials .gc-vehicle-card {
  background: #fff;
}

.gc-home-process {
  background: #fff;
}

.gc-home-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--gc-doc-line);
  border-bottom: 1px solid var(--gc-doc-line);
}

.gc-home-step {
  min-width: 0;
  padding: 26px 22px;
  border-right: 1px solid var(--gc-doc-line);
}

.gc-home-step:last-child {
  border-right: 0;
}

.gc-home-step > span {
  color: var(--gc-doc-blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.gc-home-step h3 {
  margin: 14px 0 8px;
  color: var(--gc-doc-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.gc-home-step p {
  margin: 0;
  color: var(--gc-doc-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.gc-home-trust {
  background: #eaf4fa;
}

.gc-home-trust__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 32px;
  align-items: center;
}

.gc-home-trust h2 {
  margin: 0;
  color: var(--gc-doc-ink);
  font-size: 2rem;
}

.gc-home-trust p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #4a6175;
  line-height: 1.6;
}

.gc-home-trust__points {
  display: grid;
  gap: 8px;
}

.gc-home-trust__points span {
  color: var(--gc-doc-ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.gc-home-contact {
  background: #fff;
}

.gc-home-contact .gc-home-section-head {
  text-align: center;
}

.gc-home-contact .gc-home-section-head p {
  margin-right: auto;
  margin-left: auto;
}

.gc-region-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gc-region-contact-grid a {
  display: flex;
  min-height: 88px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--gc-doc-line);
  border-radius: 5px;
  background: #fff;
  color: var(--gc-doc-ink);
  text-decoration: none;
}

.gc-region-contact-grid a:hover {
  border-color: var(--gc-doc-blue);
}

.gc-region-contact-grid strong {
  color: var(--gc-doc-green);
  font-size: 0.84rem;
}

.gc-floating-contact {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 360;
}

.gc-floating-contact__toggle {
  display: inline-flex;
  min-height: 48px;
  padding: 0 17px;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 5px;
  background: var(--gc-doc-blue);
  box-shadow: 0 10px 28px rgba(10, 74, 119, 0.24);
  color: #fff;
  cursor: pointer;
}

.gc-floating-contact__toggle > span {
  font-size: 1rem;
}

.gc-floating-contact__panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(15, 47, 72, 0.2);
}

.gc-floating-contact__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gc-doc-line);
}

.gc-floating-contact__head > div {
  display: grid;
  gap: 3px;
}

.gc-floating-contact__head strong {
  color: var(--gc-doc-ink);
  font-size: 0.95rem;
}

.gc-floating-contact__head span {
  color: var(--gc-doc-muted);
  font-size: 0.78rem;
}

.gc-floating-contact__head button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 4px;
  background: #fff;
  color: var(--gc-doc-ink);
  cursor: pointer;
}

.gc-floating-contact__regions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.gc-floating-contact__regions a {
  display: flex;
  min-height: 48px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--gc-doc-line);
  border-radius: 4px;
  color: var(--gc-doc-ink);
  text-decoration: none;
}

.gc-floating-contact__regions a strong {
  color: var(--gc-doc-green);
  font-size: 0.78rem;
}

.gc-floating-contact__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.gc-floating-contact__channels a,
.gc-floating-contact__channels button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gc-doc-line);
  border-radius: 4px;
  background: var(--gc-doc-pale);
  color: var(--gc-doc-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.gc-wechat-modal__body--global {
  display: flex;
  justify-content: center;
}

.gc-country-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 28px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.gc-country-calculator__destination {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 6px;
  background: var(--gc-doc-pale);
}

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

.gc-country-calculator__fields .gc-form-group {
  padding: 16px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 5px;
  background: #fff;
}

.gc-money-input {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  margin-top: 7px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 4px;
  background: #fff;
}

.gc-money-input > span {
  text-align: center;
  color: var(--gc-doc-muted);
}

.gc-money-input .gc-input {
  border: 0 !important;
  box-shadow: none !important;
}

.gc-country-calculator__result {
  position: sticky;
  top: 110px;
  padding: 26px;
  border: 1px solid #b8d9ee;
  border-radius: 6px;
  background: #eef8fd;
}

.gc-country-calculator__result > span {
  color: var(--gc-doc-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.gc-country-calculator__result > strong {
  display: block;
  margin: 10px 0;
  color: var(--gc-doc-blue);
  font-size: 2.2rem;
}

.gc-country-calculator__result p {
  color: #4a6175;
  font-size: 0.86rem;
  line-height: 1.55;
}

.gc-country-calculator__result .gc-btn {
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
}

.gc-product-contact-region {
  display: grid;
  gap: 6px;
  margin: 14px 0 10px;
}

.gc-product-contact-region > span {
  color: var(--gc-doc-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.gc-trust-library {
  display: grid;
  gap: 18px;
}

.gc-trust-library--intro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-trust-library__item {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 6px;
  background: #fff;
}

.gc-trust-library--intro .gc-trust-library__item {
  grid-template-columns: minmax(0, 1fr);
}

.gc-trust-library__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gc-trust-library__item span {
  color: var(--gc-doc-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.gc-trust-library__item h2 {
  margin: 8px 0;
  color: var(--gc-doc-ink);
  font-size: 1.2rem;
}

.gc-trust-library__item p {
  margin: 0;
  color: var(--gc-doc-muted);
  line-height: 1.65;
}

.gc-trust-center-page__action {
  margin-top: 28px;
  text-align: center;
}

.gc-trust-center-hero {
  border-bottom: 1px solid var(--gc-doc-line);
  background: var(--gc-doc-pale);
}

.gc-trust-center-hero .gc-container {
  max-width: 1040px;
}

.gc-trust-center-hero h1 {
  margin: 8px 0 12px;
}

.gc-trust-center-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--gc-doc-muted);
  line-height: 1.7;
}

.gc-trust-downloads {
  background: #fff;
}

.gc-trust-downloads .gc-container {
  max-width: 1040px;
}

.gc-trust-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gc-trust-download-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--gc-doc-line);
  border-radius: 6px;
  background: #fff;
}

.gc-trust-download-card__number {
  width: 42px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--gc-doc-blue);
  color: var(--gc-doc-blue);
  font-size: .82rem;
  font-weight: 900;
}

.gc-trust-download-card h2 {
  margin: 24px 0 10px;
  color: var(--gc-doc-ink);
  font-size: 1.22rem;
  line-height: 1.35;
}

.gc-trust-download-card > p {
  margin: 0 0 22px;
  color: var(--gc-doc-muted);
  line-height: 1.65;
}

.gc-trust-download-card__meta {
  display: flex;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 14px;
  color: var(--gc-doc-muted);
  font-size: .78rem;
  font-weight: 750;
}

.gc-trust-download-card__pending {
  display: block;
  margin-top: auto;
  padding: 12px 14px;
  border: 1px dashed #b9c8d6;
  color: var(--gc-doc-muted);
  font-size: .84rem;
  font-weight: 750;
  text-align: center;
}

.gc-footer {
  border-top: 1px solid var(--gc-doc-line);
}

@media (max-width: 1024px) {
  .gc-export-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 30px;
  }

  .gc-home-vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gc-home-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gc-home-step:nth-child(3) {
    border-right: 0;
  }

  .gc-home-step:nth-child(n+4) {
    border-top: 1px solid var(--gc-doc-line);
  }
}

@media (max-width: 767px) {
  .gc-floating-menu-btn {
    display: none !important;
  }

  .gc-header__inner {
    display: flex !important;
    align-items: center !important;
    min-height: 64px !important;
    gap: 8px !important;
  }

  .gc-header__logo {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin-right: auto !important;
  }

  .gc-header__actions {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-left: auto !important;
  }

  .gc-header__menu-btn {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }

  .gc-header__menu-btn span {
    width: 0;
    overflow: hidden;
    font-size: 0;
  }

  .gc-header__menu-btn::before {
    content: "☰";
    font-size: 1.35rem;
    line-height: 1;
  }

  .gc-export-hero {
    min-height: 0;
    background-position: 67% center;
  }

  .gc-export-hero__shade {
    background: linear-gradient(180deg, rgba(4, 39, 67, 0.94) 0%, rgba(4, 39, 67, 0.82) 48%, rgba(4, 39, 67, 0.48) 100%);
  }

  .gc-export-hero__inner {
    display: block;
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .gc-export-hero h1 {
    max-width: 340px;
    font-size: 2.3rem;
    line-height: 1.06;
  }

  .gc-export-hero__copy > p {
    margin-top: 15px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .gc-export-hero__tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 16px;
    overflow: visible;
  }

  .gc-export-hero__tags a {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 7px 6px;
    font-size: 0.7rem;
    text-align: center;
    white-space: nowrap;
  }

  .gc-hero-finder {
    margin-top: 22px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(15, 47, 72, 0.12);
  }

  .gc-hero-finder h2 {
    margin-bottom: 13px;
    font-size: 1.05rem;
  }

  .gc-hero-finder__grid {
    gap: 9px;
  }

  .gc-hero-finder select {
    min-height: 42px;
    font-size: 0.85rem;
  }

  .gc-home-band {
    padding: 42px 0;
  }

  .gc-home-section-head,
  .gc-home-section-head--split {
    display: block;
    margin-bottom: 22px;
  }

  .gc-home-section-head h2 {
    font-size: 1.55rem;
  }

  .gc-home-section-head p {
    font-size: 0.88rem;
  }

  .gc-home-section-head .gc-text-link {
    display: inline-block;
    margin-top: 14px;
  }

  .gc-company-intro__layout {
    display: block;
  }

  .gc-company-video {
    min-height: 0;
    margin-bottom: 18px;
  }

  .gc-company-video iframe,
  .gc-company-video video,
  .gc-company-video .wp-video {
    min-height: 0;
  }

  .gc-destinations {
    padding: 18px;
  }

  .gc-destinations__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .gc-destination {
    min-height: 84px;
    padding: 10px 5px;
  }

  .gc-destination > span {
    font-size: 1.45rem;
  }

  .gc-destination strong {
    font-size: 0.69rem;
    line-height: 1.25;
  }

  .gc-home-vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .gc-home-vehicle-grid .gc-vehicle-card__title {
    font-size: 0.84rem !important;
    line-height: 1.35 !important;
  }

  .gc-home-vehicle-grid .gc-vehicle-card__meta {
    gap: 3px 7px !important;
    font-size: 0.68rem !important;
  }

  .gc-home-vehicle-grid .gc-vehicle-card__price {
    font-size: 1rem !important;
  }

  .gc-home-specials .gc-vehicle-card__price--comparison {
    gap: 6px;
  }

  .gc-home-specials .gc-vehicle-card__price-original del {
    font-size: 0.78rem;
  }

  .gc-home-specials .gc-vehicle-card__price-current strong {
    font-size: 0.94rem;
  }

  .gc-home-process__grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gc-home-step,
  .gc-home-step:nth-child(n) {
    flex: 0 0 74%;
    border-top: 0;
    border-right: 1px solid var(--gc-doc-line);
    scroll-snap-align: start;
  }

  .gc-home-trust__layout {
    display: block;
  }

  .gc-home-trust h2 {
    font-size: 1.55rem;
  }

  .gc-home-trust__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 20px 0;
  }

  .gc-home-trust__points span {
    padding: 10px 6px;
    border: 1px solid #c6dbe8;
    background: #fff;
    text-align: center;
    font-size: 0.7rem;
  }

  .gc-region-contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .gc-region-contact-grid a {
    min-height: 64px;
    padding: 14px;
  }

  .gc-floating-contact {
    right: 12px;
    bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .gc-floating-contact__toggle {
    width: 46px;
    min-height: 46px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .gc-floating-contact__toggle strong {
    display: none;
  }

  .gc-floating-contact__panel {
    right: 0;
    bottom: 56px;
    width: min(352px, calc(100vw - 24px));
  }

  .gc-country-calculator {
    display: block;
  }

  .gc-country-calculator__destination {
    margin-bottom: 14px;
    padding: 16px;
  }

  .gc-country-calculator__fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .gc-country-calculator__fields .gc-form-group {
    padding: 13px;
  }

  .gc-country-calculator__result {
    position: static;
    margin-top: 16px;
    padding: 20px;
  }

  .gc-trust-library--intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .gc-trust-download-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gc-trust-download-card {
    min-height: 0;
    padding: 20px;
  }

  .gc-trust-library__item {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
  }

  .gc-trust-library__item img {
    height: 190px;
  }

  .gc-language-switcher__menu {
    top: calc(100% + 6px) !important;
    min-width: 106px !important;
  }
}

@media (max-width: 420px) {
  .gc-export-hero h1 {
    font-size: 2.05rem;
  }

  .gc-hero-finder__grid {
    grid-template-columns: minmax(0, 1fr);
  }

}

/* Keep the closed mobile catalog drawer inside the viewport so it cannot create horizontal overflow. */
@media (max-width: 767px) {
  [data-gc-filter-panel] {
    right: 0 !important;
    visibility: hidden;
    opacity: 0;
    transform: none !important;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 0s linear 180ms;
  }

  [data-gc-filter-panel].gc-filter-panel--open {
    visibility: visible;
    opacity: 1;
    transform: none !important;
    pointer-events: auto;
    transition: opacity 180ms ease;
  }
}

/* Service process: nine-stage export workflow */
.gc-service-page {
  background: #f4f8fc;
}

.gc-service-hero {
  padding: 72px 0 66px;
  color: #fff;
  background: #073a60;
}

.gc-service-hero .gc-container,
.gc-service-process .gc-container {
  max-width: 1080px;
}

.gc-service-hero__eyebrow {
  margin: 0 0 10px;
  color: #8fd0ff;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gc-service-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.gc-service-hero > .gc-container > p:not(.gc-service-hero__eyebrow) {
  max-width: 700px;
  margin: 18px 0 0;
  color: #d9e8f4;
  font-size: 1.05rem;
  line-height: 1.65;
}

.gc-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.gc-service-hero .gc-btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

.gc-service-process {
  padding: 72px 0 104px;
}

.gc-service-process__head {
  max-width: 760px;
  margin-bottom: 26px;
}

.gc-service-process__head h2 {
  margin: 0;
  color: #10243a;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.16;
}

.gc-service-process__head p {
  margin: 12px 0 0;
  color: #60728a;
  line-height: 1.65;
}

.gc-service-process__stages {
  display: grid;
  grid-template-columns: 4fr 3fr 2fr;
  margin-bottom: 24px;
  border: 1px solid #cddbea;
  background: #fff;
}

.gc-service-process__stages span {
  min-width: 0;
  padding: 13px 16px;
  color: #33506d;
  font-size: .78rem;
  font-weight: 800;
}

.gc-service-process__stages span + span {
  border-left: 1px solid #cddbea;
}

.gc-service-timeline {
  position: relative;
}

.gc-service-timeline::before {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 29px;
  width: 2px;
  content: '';
  background: #b9cee1;
}

.gc-service-step {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 0 0 18px;
}

.gc-service-step__marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: #fff;
  border: 5px solid #f4f8fc;
  border-radius: 50%;
  background: #073a60;
  font-size: .86rem;
  font-weight: 800;
}

.gc-service-step__body {
  min-width: 0;
  padding: 18px 22px 20px;
  border: 1px solid #d5e1ec;
  border-radius: 6px;
  background: #fff;
}

.gc-service-step__stage {
  margin: 0 0 5px !important;
  color: #278cce !important;
  font-size: .72rem !important;
  font-weight: 800;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.gc-service-step h3 {
  margin: 0;
  color: #10243a;
  font-size: 1.08rem;
  line-height: 1.35;
}

.gc-service-step__body > p:last-child {
  margin: 7px 0 0;
  color: #60728a;
  line-height: 1.62;
}

@media (max-width: 767px) {
  .gc-service-hero {
    padding: 44px 0 42px;
  }

  .gc-service-hero h1 {
    font-size: 2.35rem;
  }

  .gc-service-hero > .gc-container > p:not(.gc-service-hero__eyebrow) {
    font-size: .96rem;
  }

  .gc-service-hero__actions .gc-btn {
    flex: 1 1 145px;
  }

  .gc-service-process {
    padding: 46px 0 88px;
  }

  .gc-service-process__stages {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .gc-service-process__stages::-webkit-scrollbar {
    display: none;
  }

  .gc-service-process__stages span {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .gc-service-timeline::before {
    left: 21px;
  }

  .gc-service-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 14px;
  }

  .gc-service-step__marker {
    width: 44px;
    height: 44px;
    border-width: 4px;
    font-size: .72rem;
  }

  .gc-service-step__body {
    padding: 15px 15px 16px;
  }

  .gc-service-step h3 {
    font-size: 1rem;
  }

  .gc-service-step__body > p:last-child {
    font-size: .9rem;
  }
}

/* Document revision: nine-step service flow, company story and cooperation. */
.gc-home-process__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--gc-doc-line);
  border-bottom: 0;
}

.gc-home-step,
.gc-home-step:last-child,
.gc-home-step:nth-child(n) {
  border-right: 1px solid var(--gc-doc-line);
  border-bottom: 1px solid var(--gc-doc-line);
}

.gc-about-story-hero {
  padding: 86px 0 78px;
  background: var(--gc-doc-blue-dark);
}

.gc-about-story-hero__inner {
  max-width: 1040px;
}

.gc-about-story-hero__eyebrow {
  margin: 0 0 12px;
  color: #8fd0ff;
  font-size: .78rem;
  font-weight: 800;
}

.gc-about-story-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4.4vw, 4.5rem);
  line-height: 1.06;
}

.gc-about-story-hero__inner > p:last-child {
  max-width: 790px;
  margin: 20px 0 0;
  color: #d9e8f4;
  font-size: 1.08rem;
  line-height: 1.7;
}

.gc-about-story {
  padding: 72px 0;
  background: #fff;
}

.gc-about-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 72px;
  align-items: start;
  max-width: 1040px;
}

.gc-about-story__main p {
  margin: 0;
  color: #334a62;
  font-size: 1.05rem;
  line-height: 1.85;
}

.gc-about-story__main p + p {
  margin-top: 22px;
}

.gc-about-story__facts {
  padding: 22px 0;
  border-top: 3px solid var(--gc-doc-blue);
  border-bottom: 1px solid var(--gc-doc-line);
}

.gc-about-story__facts strong,
.gc-about-story__facts span {
  display: block;
}

.gc-about-story__facts strong {
  color: var(--gc-doc-ink);
  font-size: 1.45rem;
}

.gc-about-story__facts span {
  margin-top: 10px;
  color: var(--gc-doc-muted);
  line-height: 1.65;
}

.gc-about-advantages {
  padding: 72px 0 86px;
  background: var(--gc-doc-pale);
}

.gc-about-advantages .gc-container {
  max-width: 1040px;
}

.gc-about-advantages__head {
  max-width: 800px;
  margin-bottom: 34px;
}

.gc-about-advantages__head > span,
.gc-cooperation-benefits header > span {
  color: var(--gc-doc-blue);
  font-size: .76rem;
  font-weight: 850;
}

.gc-about-advantages__head h2,
.gc-cooperation-benefits h2 {
  margin: 8px 0 12px;
  color: var(--gc-doc-ink);
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.gc-about-advantages__head p {
  margin: 0;
  color: var(--gc-doc-muted);
  line-height: 1.7;
}

.gc-about-advantages__list {
  border-top: 1px solid #cbd9e6;
}

.gc-about-advantage {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #cbd9e6;
}

.gc-about-advantage > span {
  color: var(--gc-doc-blue);
  font-size: 1.05rem;
  font-weight: 850;
}

.gc-about-advantage h3 {
  margin: 0;
  color: var(--gc-doc-ink);
  font-size: 1.18rem;
}

.gc-about-advantage p {
  margin: 8px 0 0;
  color: var(--gc-doc-muted);
  line-height: 1.72;
}

.gc-about-closing {
  padding: 72px 0 88px;
  background: #0b2d49;
}

.gc-about-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  max-width: 1040px;
}

.gc-about-closing p {
  margin: 0;
  color: #d9e8f4;
  line-height: 1.78;
}

.gc-about-closing p + p {
  margin-top: 18px;
}

.gc-about-contact {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.gc-about-contact h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.35rem;
}

.gc-about-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gc-about-contact .gc-btn--secondary,
.gc-cooperation-cta .gc-btn--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
}

.gc-about-contact__wechat {
  display: grid;
  width: 126px;
  margin-top: 22px;
  padding: 0;
  color: #fff;
  border: 0;
  background: transparent;
  cursor: pointer;
  gap: 8px;
  text-align: left;
}

.gc-about-contact__wechat img {
  display: block;
  width: 94px;
  height: 94px;
  object-fit: cover;
}

.gc-cooperation-hero {
  position: relative;
  min-height: 560px;
  background: #0b2d49 var(--gc-cooperation-image) center / cover no-repeat;
}

.gc-cooperation-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 25, 42, .76);
}

.gc-cooperation-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 560px;
  max-width: 1040px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.gc-cooperation-hero__inner > p {
  margin: 0 0 12px;
  color: #8fd0ff;
  font-size: .78rem;
  font-weight: 850;
}

.gc-cooperation-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  line-height: 1.02;
}

.gc-cooperation-hero__inner > span {
  display: block;
  max-width: 720px;
  margin: 20px 0 28px;
  color: #d9e8f4;
  font-size: 1.08rem;
  line-height: 1.7;
}

.gc-cooperation-benefits {
  padding: 76px 0 88px;
  background: #fff;
}

.gc-cooperation-benefits .gc-container {
  max-width: 1040px;
}

.gc-cooperation-benefits header {
  margin-bottom: 32px;
}

.gc-cooperation-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--gc-doc-line);
  border-left: 1px solid var(--gc-doc-line);
}

.gc-cooperation-benefits article {
  min-width: 0;
  padding: 30px;
  border-right: 1px solid var(--gc-doc-line);
  border-bottom: 1px solid var(--gc-doc-line);
}

.gc-cooperation-benefits article > span {
  color: var(--gc-doc-blue);
  font-weight: 850;
}

.gc-cooperation-benefits h3 {
  margin: 22px 0 10px;
  color: var(--gc-doc-ink);
  font-size: 1.15rem;
}

.gc-cooperation-benefits article p {
  margin: 0;
  color: var(--gc-doc-muted);
  line-height: 1.68;
}

.gc-cooperation-cta {
  padding: 56px 0;
  background: var(--gc-doc-blue-dark);
}

.gc-cooperation-cta__inner {
  display: flex;
  max-width: 1040px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.gc-cooperation-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
}

.gc-cooperation-cta p {
  max-width: 700px;
  margin: 10px 0 0;
  color: #cfe0ed;
  line-height: 1.65;
}

.gc-cooperation-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.gc-calculator-notice {
  margin-bottom: 30px;
  padding: 24px 26px;
  border-left: 4px solid var(--gc-doc-blue);
  background: var(--gc-doc-pale);
}

.gc-calculator-notice h2 {
  margin: 0;
  color: var(--gc-doc-ink);
  font-size: 1.3rem;
}

.gc-calculator-notice p {
  margin: 9px 0 0;
  color: #445b72;
  line-height: 1.6;
}

.gc-calculator-notice ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--gc-doc-muted);
}

.gc-calculator-notice li + li {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .gc-home-process__grid {
    border-left: 0;
    border-bottom: 1px solid var(--gc-doc-line);
  }

  .gc-home-step,
  .gc-home-step:last-child,
  .gc-home-step:nth-child(n) {
    flex-basis: 82%;
    border-bottom: 0;
  }

  .gc-about-story-hero {
    padding: 54px 0 50px;
  }

  .gc-about-story-hero h1 {
    font-size: 2.25rem;
  }

  .gc-about-story,
  .gc-about-advantages,
  .gc-about-closing,
  .gc-cooperation-benefits {
    padding: 48px 0 58px;
  }

  .gc-about-story__layout,
  .gc-about-closing__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .gc-about-story__main p,
  .gc-about-story-hero__inner > p:last-child {
    font-size: .96rem;
  }

  .gc-about-advantage {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 0;
  }

  .gc-about-contact {
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
  }

  .gc-cooperation-hero,
  .gc-cooperation-hero__inner {
    min-height: 500px;
  }

  .gc-cooperation-hero h1 {
    font-size: 2.45rem;
  }

  .gc-cooperation-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gc-cooperation-benefits article {
    padding: 24px 22px;
  }

  .gc-cooperation-cta__inner {
    display: block;
  }

  .gc-cooperation-cta__actions {
    margin-top: 24px;
  }

  .gc-calculator-notice {
    padding: 20px 18px;
  }
}
