/*
Theme Name: Blocksy Child
Template: blocksy
Description: Child theme rebuilt to match the logistics reference site layout.
Version: 1.1.0
*/

:root {
  --gf-bg: #f3f4f6;
  --gf-fg: #0a0a0a;
  --gf-card: #ffffff;
  --gf-muted: #e5e7eb;
  --gf-muted-text: #4b5563;
  --gf-border: #d1d5db;
  --gf-primary: #020617;
  --gf-primary-foreground: #ffffff;
  --gf-dark: #030712;
  --gf-blue: #1d4ed8;
  --gf-blue-soft: #dbeafe;
}

html { scroll-behavior: smooth; }
body {
  background: linear-gradient(180deg, #eef2f7 0%, #f7f7f8 100%);
  color: var(--gf-fg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.home .ct-container,
body.home .hero-section[data-type="type-1"],
body.home .site-main,
body.home .entry-content,
body.home article {
  max-width: none !important;
  width: 100%;
}

body.home .entry-content > *,
body.home .ct-container-fluid > * {
  margin-top: 0;
  margin-bottom: 0;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; }

.gf-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(2, 6, 23, 0.12);
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.06);
}

.gf-wrap {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.gf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 24px;
}

.gf-brand,
.gf-footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gf-fg);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.gf-footer-brand-link { color: #fff; }

.gf-brand-mark,
.gf-footer-brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gf-brand-mark { background: var(--gf-primary); }
.gf-footer-brand-mark { background: #fff; }

.gf-brand-mark img,
.gf-footer-brand-mark img,
.gf-service-icon img,
.gf-track-icon img,
.gf-contact-icon img,
.gf-route-modes img {
  display: block;
}

.gf-brand-mark img,
.gf-footer-brand-mark img {
  width: 22px;
  height: 22px;
}

.gf-brand-mark img,
.gf-service-icon img,
.gf-track-icon img,
.gf-contact-icon img,
.gf-route-modes img {
  filter: invert(1);
}

.gf-footer-brand-mark img { filter: invert(0); }

.gf-service-icon img,
.gf-track-icon img,
.gf-contact-icon img {
  width: 24px;
  height: 24px;
}

.gf-route-modes {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gf-route-modes img {
  width: 18px;
  height: 18px;
}

.gf-nav-links,
.gf-nav-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gf-nav-links a,
.gf-nav-actions a {
  color: var(--gf-muted-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.gf-nav-links a:hover,
.gf-nav-actions a:hover { color: var(--gf-fg); }

.gf-btn,
.gf-btn-outline,
.gf-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
  cursor: pointer;
}

.gf-btn {
  background: var(--gf-primary);
  color: #fff;
  box-shadow: 0 14px 32px rgba(2, 6, 23, .18);
}

.gf-btn:hover {
  background: #0f172a;
  color: #fff;
  transform: translateY(-1px);
}

.gf-btn-outline {
  border-color: rgba(255,255,255,.45);
  color: #fff;
  background: rgba(255,255,255,.04);
}

.gf-btn-outline:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.gf-btn-ghost {
  color: var(--gf-fg);
  background: transparent;
}

.gf-home { background: transparent; }

.gf-hero,
.gf-page-hero {
  position: relative;
  overflow: hidden;
}

.gf-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.gf-hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(2, 6, 23, .84), rgba(2, 6, 23, .74)), url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?q=80&w=2070');
  background-size: cover;
  background-position: center;
}

.gf-hero-inner,
.gf-page-hero .gf-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.gf-hero-inner { padding: 160px 0 80px; }

.gf-page-hero { padding: 150px 0 56px; }
.gf-page-hero-dark { background: linear-gradient(135deg, #020617 0%, #0f172a 100%); color: #fff; }
.gf-page-hero-light { background: linear-gradient(180deg, #f5f7fb 0%, #eef2f6 100%); }

.gf-hero-kicker,
.gf-section-kicker {
  margin: 0 0 24px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: rgba(255,255,255,.78);
}

.gf-section-kicker {
  color: #334155;
  font-weight: 700;
}

.gf-page-hero-light .gf-page-title,
.gf-page-hero-light .gf-page-subtitle,
.gf-page-hero-light .gf-breadcrumbs,
.gf-page-hero-light .gf-breadcrumbs a { color: var(--gf-fg); }

.gf-page-title,
.gf-hero h1,
.gf-section-title {
  margin: 0 0 24px;
  line-height: 1.06;
}

.gf-hero h1,
.gf-page-title { font-size: clamp(42px, 7vw, 78px); }

.single-post .gf-page-hero-light .gf-page-title {
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.gf-section-title {
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -.025em;
}

.gf-hero-copy,
.gf-page-subtitle,
.gf-section-copy,
.gf-footer-copy,
.gf-contact-item p,
.gf-track-note,
.gf-article-card p,
.gf-product-card p,
.gf-richtext,
.gf-content-card p,
.gf-sidebar-card p {
  color: #475569;
  line-height: 1.8;
}

.gf-hero-copy {
  max-width: 720px;
  font-size: 18px;
  color: rgba(255,255,255,.82);
}

.gf-page-subtitle,
.gf-section-copy {
  max-width: 760px;
  font-size: 17px;
}

.gf-breadcrumbs {
  margin-bottom: 18px;
  font-size: 14px;
  color: #64748b;
}

.gf-breadcrumbs a { color: inherit; }
.gf-breadcrumbs a:hover { color: var(--gf-blue); }

.gf-hero-actions,
.gf-cta-actions,
.gf-route-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.gf-route-ghost {
  border: 1px solid rgba(2, 6, 23, .1);
  background: rgba(255,255,255,.65);
}

.gf-section,
.gf-page-hero { padding: clamp(72px, 8vw, 96px) 0; }
.gf-route-section-tight { padding-top: 0; }

.gf-stats { margin-top: -72px; position: relative; z-index: 5; }

.gf-stats-grid,
.gf-services-grid,
.gf-routes-grid,
.gf-articles-grid,
.gf-catalog-grid,
.gf-about-grid,
.gf-track-grid,
.gf-contact-grid,
.gf-footer-grid,
.gf-form-grid,
.gf-product-single-grid,
.gf-content-grid,
.gf-route-feature-grid,
.gf-route-price-grid,
.gf-route-two-col {
  display: grid;
  gap: 24px;
}

.gf-stats-grid { grid-template-columns: repeat(4, 1fr); }
.gf-services-grid,
.gf-routes-grid,
.gf-articles-grid,
.gf-catalog-grid { grid-template-columns: repeat(3, 1fr); }
.gf-about-grid,
.gf-track-grid,
.gf-contact-grid,
.gf-product-single-grid,
.gf-content-grid,
.gf-route-hero-grid { grid-template-columns: 1.1fr .9fr; display: grid; gap: 32px; }
.gf-form-grid { grid-template-columns: 1fr 1fr; }
.gf-footer-grid { grid-template-columns: 1.35fr .7fr .7fr .9fr; }
.gf-route-feature-grid { grid-template-columns: repeat(4, 1fr); }
.gf-route-price-grid,
.gf-route-two-col { grid-template-columns: repeat(2, 1fr); }

.gf-stat,
.gf-service-card,
.gf-route-card,
.gf-article-card,
.gf-product-card,
.gf-track-card,
.gf-form,
.gf-content-card,
.gf-sidebar-card,
.gf-route-feature-card,
.gf-route-price-card,
.gf-route-stat,
.gf-route-hero-card {
  background: #fff;
  border: 1px solid rgba(2, 6, 23, .08);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, .06);
}

.gf-stat,
.gf-service-card,
.gf-route-card,
.gf-article-card,
.gf-track-card,
.gf-content-card,
.gf-sidebar-card,
.gf-route-feature-card,
.gf-route-price-card,
.gf-route-stat,
.gf-route-hero-card {
  padding: 28px;
}

.gf-service-card,
.gf-route-card,
.gf-article-card,
.gf-product-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.gf-service-card:hover,
.gf-route-card:hover,
.gf-article-card:hover,
.gf-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, .12);
  border-color: rgba(29, 78, 216, .18);
}

.gf-stat-number {
  margin: 0 0 10px;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 800;
  color: #020617;
}

.gf-stat-label,
.gf-route-feature-card span,
.gf-route-stat span,
.gf-route-price-card span,
.gf-route-mini-kicker,
.gf-contact-label,
.gf-product-meta-row span,
.gf-article-meta span {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.gf-service-icon,
.gf-track-icon,
.gf-contact-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #020617;
  margin-bottom: 22px;
}

.gf-service-card h3,
.gf-track-card h3,
.gf-article-card h3,
.gf-product-card h2,
.gf-sidebar-card h3,
.gf-content-card h2,
.gf-route-price-head h2,
.gf-route-faq-item h3 {
  margin: 0 0 14px;
  color: #0f172a;
}

.gf-service-card p,
.gf-track-card p,
.gf-article-card p,
.gf-product-card p,
.gf-sidebar-card p,
.gf-route-price-note,
.gf-route-faq-item p,
.gf-route-panel p { margin: 0; }

.gf-routes-head,
.gf-articles-head,
.gf-route-price-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.gf-route-top,
.gf-route-bottom,
.gf-product-meta-row,
.gf-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gf-route-codes {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 18px 0;
}

.gf-route-code strong,
.gf-route-feature-card strong,
.gf-route-stat strong,
.gf-route-price-card strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.gf-route-code:last-child { text-align: right; }
.gf-route-line {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, #cbd5e1 0%, #1d4ed8 100%);
}

.gf-about-image {
  min-height: 430px;
  background: linear-gradient(rgba(2, 6, 23, .18), rgba(2, 6, 23, .38)), url('https://images.unsplash.com/photo-1494412651409-8963ce7935a7?q=80&w=1974') center/cover;
}

.gf-about-badge {
  max-width: 280px;
  background: #fff;
  padding: 24px;
  margin-top: -44px;
  margin-left: auto;
  position: relative;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .12);
}

.gf-about-badge strong {
  display: block;
  font-size: 40px;
  color: #020617;
}

.gf-track-form { display: flex; gap: 14px; flex-wrap: wrap; }

.gf-input,
.gf-textarea {
  width: 100%;
  border: 1px solid rgba(2, 6, 23, .12);
  background: #fff;
  color: #0f172a;
  padding: 14px 16px;
}

.gf-input-track { max-width: 440px; }
.gf-textarea { min-height: 160px; resize: vertical; }
.gf-form-field-full { grid-column: 1 / -1; }
.gf-form label { display: block; margin-bottom: 8px; font-weight: 700; color: #334155; }

.gf-form-notice,
.gf-contact-form-notice {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, .14);
  background: linear-gradient(180deg, rgba(239, 246, 255, .92) 0%, rgba(248, 250, 252, .96) 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

.gf-form-notice p,
.gf-contact-form-notice p {
  margin: 0;
  color: #1e3a8a;
  font-weight: 600;
}

.gf-form-notice-success,
.gf-contact-form-notice-success {
  border-color: rgba(5, 150, 105, .18);
  background: linear-gradient(180deg, rgba(236, 253, 245, .92) 0%, rgba(248, 250, 252, .96) 100%);
}

.gf-form-notice-success p,
.gf-contact-form-notice-success p {
  color: #065f46;
}

.gf-form-notice-error,
.gf-contact-form-notice-error {
  border-color: rgba(220, 38, 38, .14);
  background: linear-gradient(180deg, rgba(254, 242, 242, .94) 0%, rgba(248, 250, 252, .96) 100%);
}

.gf-form-notice-error p,
.gf-contact-form-notice-error p {
  color: #b91c1c;
}

.gf-contact-items,
.gf-side-list { display: grid; gap: 16px; }
.gf-contact-item { display: flex; gap: 16px; align-items: start; }
.gf-side-list { padding-left: 18px; margin: 0 0 24px; }
.gf-side-list li { color: #475569; line-height: 1.75; }

.gf-product-card { overflow: hidden; padding: 0; }
.gf-product-card-image {
  display: block;
  background: linear-gradient(180deg, #f6f8fb 0%, #eef2f6 100%);
  padding: 36px;
  border-bottom: 1px solid rgba(2, 6, 23, .08);
}
.gf-product-card-image img,
.gf-product-hero-image img {
  width: 100%;
  display: block;
}
.gf-product-card-body { padding: 30px; }
.gf-product-card h2 a { color: var(--gf-fg); }
.gf-product-hero-image {
  background: linear-gradient(180deg, #f6f8fb 0%, #eef2f6 100%);
  padding: 48px;
  border: 1px solid rgba(2, 6, 23, .08);
}
.gf-product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  background: #e8edf5;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}
.gf-spec-table {
  margin: 28px 0;
  border: 1px solid rgba(2, 6, 23, .1);
}
.gf-spec-table div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(2, 6, 23, .08);
}
.gf-spec-table div:last-child { border-bottom: 0; }

.gf-richtext > *:first-child { margin-top: 0; }
.gf-richtext > * + * { margin-top: 1em; }
.gf-richtext h2,
.gf-richtext h3,
.gf-richtext h4 { color: var(--gf-fg); }

.gf-article-single {
  padding-top: 72px;
}

.gf-content-grid--article {
  align-items: start;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
}

.gf-content-card--article,
.gf-sidebar-card--article {
  border-radius: 26px;
}

.gf-content-card--article {
  padding: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-sidebar-card--article {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
  padding: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-sidebar-card--article .gf-btn {
  width: 100%;
  justify-content: center;
}

.gf-sidebar-card--article-nav {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 24px 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.gf-article-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.gf-article-toc li.is-sub-item {
  padding-left: 14px;
}

.gf-article-toc a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  color: #334155;
  text-decoration: none;
  line-height: 1.5;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.gf-article-toc a:hover {
  background: rgba(15, 23, 42, .05);
  color: #0f172a;
  transform: translateX(2px);
}

.gf-article-toc li:not(.is-sub-item) a {
  font-weight: 700;
}

.gf-article-toc li.is-sub-item a {
  font-size: 14px;
  color: #475569;
}

.gf-article-featured-image {
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 22px;
  background: #e2e8f0;
}

.gf-article-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gf-article-summary-box {
  margin-bottom: 30px;
  padding: 24px 26px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
}

.gf-article-summary-box span {
  display: inline-block;
  margin-bottom: 10px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-article-summary-box p {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.75;
}

.gf-content-card--article .gf-article-meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.gf-content-card--article .gf-richtext {
  color: #334155;
  font-size: 17px;
  line-height: 1.85;
}

.gf-content-card--article .gf-richtext > * + * {
  margin-top: 1.15em;
}

.gf-content-card--article .gf-richtext h2,
.gf-content-card--article .gf-richtext h3,
.gf-content-card--article .gf-richtext h4 {
  margin-top: 1.9em;
  margin-bottom: .55em;
  line-height: 1.22;
}

.gf-content-card--article .gf-richtext p,
.gf-content-card--article .gf-richtext ul,
.gf-content-card--article .gf-richtext ol,
.gf-content-card--article .gf-richtext blockquote {
  max-width: 68ch;
}

.gf-content-card--article .gf-richtext ul,
.gf-content-card--article .gf-richtext ol {
  padding-left: 1.2em;
}

.gf-content-card--article .gf-richtext li + li {
  margin-top: .55em;
}

.gf-content-card--article .gf-richtext a {
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.gf-article-utilities {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.gf-article-share,
.gf-article-adjacent {
  display: grid;
  gap: 14px;
}

.gf-article-share {
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #f8fafc;
}

.gf-article-share > span {
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gf-article-share-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gf-article-share-links a,
.gf-article-adjacent-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, .1);
  color: #111827;
  text-decoration: none;
}

.gf-article-share-links a {
  justify-content: center;
  min-height: 42px;
  background: #ffffff;
  font-weight: 700;
}

.gf-article-share-links a:hover {
  border-color: rgba(15, 23, 42, .18);
  background: #f1f5f9;
}

.gf-article-adjacent {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gf-article-adjacent-link {
  min-height: 100%;
  padding: 20px 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #ffffff;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.gf-article-adjacent-link span {
  display: block;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gf-article-adjacent-link strong {
  color: #0f172a;
  line-height: 1.4;
}

.gf-article-adjacent-link:hover {
  border-color: rgba(15, 23, 42, .16);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .08);
}

.gf-article-related-routes {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.gf-article-related-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.gf-article-related-head h2 {
  margin: 0;
}

.gf-article-related-routes .gf-route-card {
  min-height: 100%;
  padding: 26px;
}

.gf-article-related-routes .gf-route-card h3 {
  margin: 0;
}

.gf-article-related-routes .gf-route-card p {
  margin: 0;
}

@media (max-width: 1100px) {
  .gf-sidebar-card--article-nav {
    position: static;
    top: auto;
    padding: 22px;
  }
}

@media (max-width: 1024px) {
  .gf-content-grid--article {
    grid-template-columns: 1fr;
  }

  .gf-sidebar-card--article {
    position: static;
  }
}

@media (max-width: 767px) {
  .single-post .gf-page-hero-light .gf-page-title {
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.12;
  }

  .gf-content-card--article,
  .gf-sidebar-card--article {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .gf-article-summary-box {
    padding: 20px;
  }

  .gf-article-summary-box p {
    font-size: 17px;
  }

  .gf-article-share,
  .gf-article-adjacent-link {
    padding: 18px;
  }

  .gf-article-share-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gf-article-share-links a {
    width: 100%;
  }

  .gf-article-adjacent {
    grid-template-columns: 1fr;
  }

  .gf-sidebar-card--article-nav {
    padding: 20px;
  }
}

.gf-route-hero-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-route-card-hero {
  background: linear-gradient(135deg, #08101f 0%, #172554 100%);
  color: #fff;
  border: 0;
  box-shadow: none;
}

.gf-route-card-hero .gf-route-code strong,
.gf-route-card-hero .gf-route-code span,
.gf-route-card-hero .gf-route-top span,
.gf-route-card-hero .gf-route-bottom span,
.gf-route-card-hero .gf-route-bottom strong { color: #fff; }

.gf-route-stat-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.gf-route-feature-card,
.gf-route-price-card,
.gf-route-stat {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.gf-route-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 360px;
  gap: 28px;
  align-items: start;
}

.gf-route-main,
.gf-route-sidebar {
  display: grid;
  gap: 24px;
}

.gf-route-panel {
  border-radius: 22px;
  padding: 34px;
}

.gf-route-price-panel {
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  border-color: rgba(29, 78, 216, .15);
}

.gf-route-price-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gf-route-price-card strong {
  font-size: 17px;
}

.gf-route-summary-card,
.gf-route-cta-card {
  border-radius: 22px;
}

.gf-route-cta-card {
  background: linear-gradient(180deg, #08101f 0%, #172554 100%);
  color: #fff;
}

.gf-route-cta-card h3,
.gf-route-cta-card p,
.gf-route-cta-card .gf-route-mini-kicker { color: #fff; }
.gf-route-cta-card .gf-btn { background: #fff; color: #08101f; }
.gf-route-cta-card .gf-btn:hover { background: #e2e8f0; color: #08101f; }

.gf-route-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.gf-route-faq-head {
  margin-bottom: 20px;
}

.gf-route-faq-head h2 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -.02em;
  color: #0f172a;
}

.gf-route-faq-intro {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.gf-route-faq-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.gf-route-faq-item {
  border-top: 1px solid rgba(15, 23, 42, .10);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.gf-route-faq-item:first-of-type {
  border-top: 1px solid rgba(15, 23, 42, .10);
}

.gf-route-faq-item + .gf-route-faq-item {
  margin-top: 0;
}

.gf-route-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
}

.gf-route-faq-item summary::-webkit-details-marker {
  display: none;
}

.gf-route-faq-question {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.gf-route-faq-toggle {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(15, 23, 42, .10);
}

.gf-route-faq-toggle::before,
.gf-route-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #0f172a;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, opacity .2s ease;
}

.gf-route-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gf-route-faq-item[open] .gf-route-faq-toggle::after {
  opacity: 0;
}

.gf-route-faq-answer {
  padding: 0 46px 24px 0;
}

.gf-route-faq-answer p {
  margin: 0;
  max-width: 760px;
  color: #64748b;
  line-height: 1.85;
}

@media (max-width: 767px) {
  .gf-route-faq-head h2 {
    font-size: 28px;
  }

  .gf-route-faq-item summary {
    padding: 18px 0;
    gap: 14px;
  }

  .gf-route-faq-question {
    font-size: 16px;
  }

  .gf-route-faq-answer {
    padding: 0 0 18px;
  }
}

.gf-route-detail-hero {
  padding: 148px 0 72px;
  background: linear-gradient(135deg, #020617 0%, #0f172a 55%, #172554 100%);
  color: #fff;
}

.gf-route-backlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 600;
}

.gf-route-backlink:hover { color: #fff; }

.gf-route-detail-hero-grid,
.gf-route-port-grid,
.gf-route-docs-grid,
.gf-route-final-cta-inner {
  display: grid;
  gap: 28px;
}

.gf-route-detail-hero-grid {
  grid-template-columns: minmax(0, 1.25fr) 380px;
  align-items: center;
}

.gf-route-detail-copy .gf-page-title,
.gf-route-detail-copy .gf-page-subtitle {
  color: #fff;
}

.gf-route-detail-copy .gf-page-subtitle {
  max-width: 60ch;
  color: rgba(255,255,255,.74);
}

.gf-route-detail-copy .gf-page-title {
  margin: 0 0 14px;
  max-width: none;
  font-size: clamp(34px, 3.35vw, 50px);
  line-height: 1.08;
  white-space: nowrap;
}

.gf-route-mode-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.gf-route-mode-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-route-mode-chip img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.gf-route-detail-codes {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 18px;
}

.gf-route-detail-code strong {
  display: block;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.gf-route-detail-code span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.gf-route-detail-code:last-child {
  text-align: right;
}

.gf-route-detail-line {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.72) 100%);
}

.gf-route-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  max-width: 760px;
}

.gf-route-quote-box {
  background: #fff;
  color: #0f172a;
  border-radius: 22px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 42px rgba(2, 6, 23, .14);
}

.gf-route-quote-top {
  display: block;
  margin-bottom: 10px;
}

.gf-route-quote-label {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gf-route-quote-top strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}


.gf-route-quote-top-copy {
  margin: 6px 0 0;
  max-width: 30ch;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

 .gf-route-quote-mark { display:none; }

.gf-route-quote-core {
  padding: 16px 0 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.gf-route-quote-price {
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}


.gf-route-quote-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gf-route-quote-summary-item {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.gf-route-quote-summary-item span {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gf-route-quote-summary-item strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.55;
}

.gf-route-quote-form {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.gf-route-quote-form-grid {
  display: grid;
  gap: 8px;
}

.gf-route-quote-form-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-route-quote-form .gf-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 12px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: none;
  box-sizing: border-box;
}

.gf-route-quote-form .gf-input:focus {
  outline: none;
  border-color: rgba(29, 78, 216, .36);
  background: #fff;
}

.gf-route-quote-form select.gf-input {
  appearance: none;
}

.gf-route-quote-form .gf-textarea {
  min-height: 78px;
  resize: vertical;
}




.gf-route-quote-btn {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
}


.gf-route-quote-form,
.gf-route-quote-form * {
  box-sizing: border-box;
}

.gf-route-quote-box {
  overflow: hidden;
}

.gf-route-quote-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(2, 6, 23, .08);
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.gf-route-quote-contact-label {
  display: block;
  margin-bottom: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gf-route-quote-contact-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 2px 0;
}

.gf-route-quote-contact-row strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
  text-align: right;
}

.gf-route-highlight-strip {
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding: 44px 0 44px;
  border-bottom: 1px solid rgba(148,163,184,.22);
}

.gf-route-highlight-grid,
.gf-route-service-grid,
.gf-route-pricing-grid,
.gf-route-value-grid,
.gf-route-faq-list,
.gf-route-comparison-table,
.gf-route-checklist {
  display: grid;
  gap: 20px;
}

.gf-route-highlight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gf-route-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.gf-route-highlight-check {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.gf-route-highlight-check img {
  width: 18px;
  height: 18px;
}

.gf-route-highlight-item strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.45;
}

.gf-route-highlight-item span {
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.gf-route-service-card {
  border-radius: 22px;
}

.gf-route-service-icon img,
.gf-route-rate-icon img {
  width: 20px;
  height: 20px;
}

.gf-route-service-icon img {
  filter: invert(1);
}

.gf-route-service-card h3,
.gf-route-rate-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 56px;
  line-height: 1.4;
}

.gf-route-rate-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.gf-route-rate-card.is-featured {
  border-color: rgba(29, 78, 216, .18);
  box-shadow: 0 24px 46px rgba(29, 78, 216, .12);
  transform: translateY(-4px);
}

.gf-route-rate-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8 0%, #38bdf8 100%);
}

.gf-route-rate-label {
  max-width: 70%;
}

.gf-route-rate-heading {
  display: flex;
  align-items: start;
  gap: 14px;
  margin-bottom: 16px;
}

.gf-route-rate-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eff6ff;
  flex: 0 0 42px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.gf-route-rate-price {
  padding: 16px 18px;
  border-radius: 16px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.gf-route-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.gf-route-faq-head {
  margin-bottom: 18px;
}

.gf-route-faq-head h2 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 300;
  color: #0f172a;
}

.gf-route-faq-intro {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.gf-route-faq-panel {
  padding: 0 0 0;
}

.gf-route-faq-badge {
  display: none;
}

.gf-route-faq-item:first-of-type {
  border-top: 0;
}

.gf-route-faq-answer p {
  max-width: 760px;
  color: #64748b;
  line-height: 1.85;
}

@media (max-width: 1200px) {
  .gf-route-rate-grid,
  .gf-route-service-grid,
  .gf-route-highlight-grid,
  .gf-route-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gf-route-port-grid,
  .gf-route-docs-grid {
    grid-template-columns: 1fr;
  }

  .gf-route-section-head {
    display: block;
  }

  .gf-route-section-head .gf-section-copy {
    max-width: none;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .gf-route-faq-head h2 {
    font-size: 28px;
  }

  .gf-route-service-card h3,
  .gf-route-rate-card h3 {
    min-height: auto;
  }

  .gf-route-rate-grid,
  .gf-route-service-grid,
  .gf-route-highlight-grid,
  .gf-route-steps-grid,
  .gf-route-port-grid,
  .gf-route-docs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gf-route-service-card,
  .gf-route-step-card,
  .gf-route-port-card,
  .gf-route-panel,
  .gf-route-rate-card {
    padding: 22px;
  }

  .gf-route-rate-card::after,
  .gf-route-step-card::before {
    display: none;
  }

  .gf-route-table thead {
    display: none;
  }

  .gf-route-table,
  .gf-route-table tbody,
  .gf-route-table tr,
  .gf-route-table td {
    display: block;
    width: 100%;
  }

  .gf-route-table tbody td {
    padding: 12px 18px;
  }
}

.gf-footer {
  background: linear-gradient(180deg, #030712 0%, #020617 100%);
  color: #fff;
}

.gf-footer-brand { max-width: 340px; }
.gf-footer-copy {
  font-size: 15px;
  line-height: 1.72;
  color: #ffffff;
}
.gf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 56px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.gf-footer-bottom a,
.gf-footer-col a { color: #ffffff; }
.gf-footer-bottom a:hover,
.gf-footer-col a:hover { color: #ffffff; }



/* Route detail page polish */
.gf-route-soft-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

.gf-route-narrow {
  width: min(980px, calc(100% - 48px));
}

.gf-route-description-copy {
  margin-top: 22px;
}

.gf-route-description-copy p + p {
  margin-top: 16px;
}

.gf-route-body-extensions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.gf-route-body-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-route-body-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1d4ed8 0%, #60a5fa 100%);
}

.gf-route-body-panel h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.35;
  color: #0f172a;
}

.gf-route-body-panel p {
  margin: 0;
  color: #475569;
  line-height: 1.85;
}

.gf-route-insight-grid {
  display: grid;
  gap: 20px;
}

.gf-route-insight-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-route-insight-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-route-insight-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-route-insight-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gf-route-insight-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
  color: #0f172a;
}

.gf-route-insight-card p {
  margin: 0;
  color: #475569;
  line-height: 1.8;
}

.gf-route-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.gf-route-section-head > div {
  max-width: 560px;
}

.gf-route-section-head .gf-section-copy {
  max-width: 520px;
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.gf-route-service-grid,
.gf-route-rate-grid,
.gf-route-steps-grid,
.gf-route-port-grid,
.gf-route-docs-grid {
  gap: 24px;
}

.gf-route-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-route-rate-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-route-steps-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gf-route-port-grid,
.gf-route-docs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-route-service-card,
.gf-route-step-card,
.gf-route-port-card,
.gf-route-note-box,
.gf-route-rate-card,
.gf-route-panel,
.gf-route-table-wrap {
  background: #fff;
  border: 1px solid rgba(2, 6, 23, .08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
  border-radius: 24px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gf-route-service-card,
.gf-route-step-card,
.gf-route-port-card,
.gf-route-panel,
.gf-route-rate-card {
  padding: 28px;
}

.gf-route-note-box {
  margin-top: 24px;
  padding: 22px 24px;
}

.gf-route-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gf-route-service-card:hover,
.gf-route-step-card:hover,
.gf-route-port-card:hover,
.gf-route-rate-card:hover,
.gf-route-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 78, 216, .16);
  box-shadow: 0 24px 52px rgba(15, 23, 42, .12);
}

.gf-route-service-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  margin-bottom: 18px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.gf-route-service-card:hover .gf-route-service-icon,
.gf-route-rate-card:hover .gf-route-rate-icon,
.gf-route-step-card:hover .gf-route-step-no {
  transform: scale(1.05);
}

.gf-route-service-card p,
.gf-route-step-card p,
.gf-route-port-card li,
.gf-route-note-box p,
.gf-route-panel p,
.gf-route-rate-list li {
  color: #475569;
  line-height: 1.8;
}

.gf-route-rate-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 28px;
}

.gf-route-rate-card::after {
  content: '';
  position: absolute;
  inset: auto -40px -72px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59,130,246,.14) 0%, rgba(59,130,246,0) 70%);
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
  opacity: .85;
}

.gf-route-rate-card:hover::after {
  transform: scale(1.08);
  opacity: 1;
}

.gf-route-rate-card.is-featured {
  border-color: rgba(29, 78, 216, .2);
  box-shadow: 0 28px 60px rgba(29, 78, 216, .14);
}

.gf-route-rate-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.gf-route-rate-top span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gf-route-rate-top em {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(29, 78, 216, .18);
}

.gf-route-rate-heading {
  margin-bottom: 18px;
}

.gf-route-rate-price {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  border: 1px solid rgba(59,130,246,.12);
}

.gf-route-rate-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 14px;
}

.gf-route-rate-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px dashed rgba(148,163,184,.32);
}

.gf-route-rate-list li span {
  color: #64748b;
}

.gf-route-rate-list li strong {
  color: #0f172a;
  text-align: right;
}

.gf-route-step-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.gf-route-step-card::before {
  content: '';
  position: absolute;
  inset: 24px auto 24px -1px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #93c5fd 0%, #2563eb 100%);
  opacity: .72;
  transition: opacity .22s ease, transform .22s ease;
}

.gf-route-step-card:hover::before {
  opacity: 1;
  transform: scaleY(1.04);
}

.gf-route-step-card:hover {
  transform: translateY(-8px);
}

.gf-route-step-no {
  box-shadow: inset 0 0 0 1px rgba(37,99,235,.08), 0 8px 20px rgba(37,99,235,.10);
}

.gf-route-step-card:hover .gf-route-step-no {
  background: #dbeafe;
}

.gf-route-steps-grid {
  align-items: stretch;
}

.gf-route-table-wrap {
  overflow: hidden;
}

.gf-route-table {
  width: 100%;
  border-collapse: collapse;
}

.gf-route-table thead th {
  padding: 18px 20px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid rgba(148,163,184,.20);
}

.gf-route-table tbody td {
  padding: 18px 20px;
  color: #475569;
  border-bottom: 1px solid rgba(148,163,184,.16);
}

.gf-route-table tbody tr:last-child td {
  border-bottom: 0;
}

.gf-route-step-card {
  position: relative;
}

.gf-route-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
  transition: transform .22s ease, background .22s ease;
}

.gf-route-port-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.gf-route-port-card li + li {
  margin-top: 8px;
}

.gf-route-panel h2,
.gf-route-port-card h3,
.gf-route-step-card h3,
.gf-route-note-box strong {
  color: #0f172a;
}

.gf-route-service-card h3,
.gf-route-rate-card h3,
.gf-route-step-card h3,
.gf-route-port-card h3,
.gf-route-panel h2 {
  transition: color .22s ease;
}

.gf-route-service-card:hover h3,
.gf-route-rate-card:hover h3,
.gf-route-step-card:hover h3,
.gf-route-port-card:hover h3,
.gf-route-panel:hover h2 {
  color: #1d4ed8;
}

.gf-route-faq-wrap {
  max-width: 920px;
}

.gf-route-faq-head {
  margin-bottom: 20px;
}

.gf-route-faq-panel {
  padding: 4px 0;
}

.gf-route-faq-item + .gf-route-faq-item {
  border-top: 1px solid rgba(148,163,184,.18);
}

.gf-route-faq-item summary {
  padding: 24px 0;
}

.gf-route-faq-question {
  color: #0f172a;
  font-size: 17px;
  line-height: 1.45;
}

.gf-route-faq-answer {
  padding: 0 0 22px;
}

.gf-route-faq-toggle {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(148,163,184,.22);
}




/* Route detail reference refresh: based on /root/b_4MExqN2Btnm-1775120545399.zip route page */
.gf-route-soft-section {
  background: #f8fafc;
}

.gf-route-section-head {
  align-items: flex-end;
  margin-bottom: 36px;
}

.gf-route-section-head .gf-section-title,
.gf-route-faq-head h2 {
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.gf-route-section-head .gf-section-copy,
.gf-route-faq-intro {
  color: #64748b;
}

.gf-route-service-card,
.gf-route-rate-card,
.gf-route-port-card,
.gf-route-panel,
.gf-route-restricted-card,
.gf-route-table-wrap {
  border-radius: 0;
}

.gf-route-service-card,
.gf-route-port-card,
.gf-route-panel,
.gf-route-restricted-card,
.gf-route-table-wrap,
.gf-route-note-box {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: none;
}

.gf-route-service-card,
.gf-route-port-card,
.gf-route-panel,
.gf-route-rate-card {
  padding: 32px;
}

.gf-route-service-card {
  transform: none;
}

.gf-route-service-card:hover,
.gf-route-port-card:hover,
.gf-route-panel:hover,
.gf-route-restricted-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, .22);
  box-shadow: 0 20px 36px rgba(15, 23, 42, .08);
}

.gf-route-service-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 0;
  background: transparent;
}

.gf-route-service-icon img,
.gf-route-rate-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gf-route-service-card h3,
.gf-route-rate-card h3,
.gf-route-step-card h3,
.gf-route-port-card h3,
.gf-route-panel h2 {
  color: #0f172a;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
}

.gf-route-service-card:hover h3,
.gf-route-port-card:hover h3,
.gf-route-panel:hover h2 {
  color: #0f172a;
}

.gf-route-rate-grid {
  gap: 28px;
}

.gf-route-rate-card {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 0;
  box-shadow: none;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.gf-route-rate-card::after,
.gf-route-step-card::before {
  display: none;
}

.gf-route-rate-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 23, 42, .22);
  box-shadow: 0 24px 40px rgba(15, 23, 42, .08);
}

.gf-route-rate-card.is-featured {
  border-color: #0f172a;
  box-shadow: 0 24px 40px rgba(15, 23, 42, .08);
}

.gf-route-rate-top {
  margin: 0;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, .10);
}

.gf-route-rate-top span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #64748b;
}

.gf-route-rate-top em {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 0;
  background: #0f172a;
  box-shadow: none;
}

.gf-route-rate-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px 0;
  margin-bottom: 16px;
}

.gf-route-rate-icon {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  flex: 0 0 40px;
}

.gf-route-rate-price {
  margin: 0 24px;
  padding: 0 0 16px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, .10);
  border-radius: 0;
  color: #334155;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.gf-route-rate-list {
  margin: 0;
  padding: 20px 24px 24px;
  gap: 12px;
}

.gf-route-rate-list li {
  padding-top: 0;
  border-top: 0;
  font-size: 14px;
}

.gf-route-rate-list li span {
  color: #64748b;
}

.gf-route-note-box {
  margin-top: 20px;
  padding: 18px 22px;
  border-radius: 0;
  border-left: 4px solid #0f172a;
}

.gf-route-table-wrap {
  overflow: hidden;
}

.gf-route-table thead th {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
}

.gf-route-table tbody td {
  color: #475569;
}

.gf-route-steps-grid {
  gap: 32px;
}

.gf-route-step-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  transition: transform .22s ease;
}

.gf-route-step-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.gf-route-step-no {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 0;
  background: #0f172a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  box-shadow: none;
}

.gf-route-step-card:hover .gf-route-step-no {
  background: #1e293b;
  transform: translateY(-2px);
}

.gf-route-step-card p {
  font-size: 14px;
  line-height: 1.75;
}

.gf-route-port-card ul {
  margin-top: 18px;
  padding-left: 0;
  list-style: none;
}

.gf-route-port-card li {
  position: relative;
  padding-left: 16px;
}

.gf-route-port-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  background: #0f172a;
}

.gf-route-faq-wrap {
  max-width: 860px;
}

.gf-route-faq-panel {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.gf-route-faq-item {
  border-top: 1px solid rgba(15, 23, 42, .12);
}

.gf-route-faq-item:last-child {
  border-bottom: 1px solid rgba(15, 23, 42, .12);
}

.gf-route-faq-item + .gf-route-faq-item {
  border-top: 1px solid rgba(15, 23, 42, .12);
}

.gf-route-faq-item summary {
  padding: 24px 0;
}

.gf-route-faq-toggle {
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
}

.gf-route-faq-toggle::before,
.gf-route-faq-toggle::after {
  background: #0f172a;
}

.gf-route-faq-answer {
  padding: 0 0 24px;
}

.gf-route-restricted-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gf-route-restricted-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gf-route-dot {
  width: 8px;
  height: 8px;
  background: #dc2626;
  border-radius: 0;
  flex: 0 0 8px;
}

.gf-route-final-cta {
  background: #0f172a;
}

.gf-route-final-cta .gf-section-kicker,
.gf-route-final-cta .gf-section-title,
.gf-route-final-cta .gf-section-copy,
.gf-route-ghost-light {
  color: #fff;
}

.gf-route-final-cta .gf-section-copy {
  opacity: .75;
}

.gf-route-final-cta .gf-btn,
.gf-route-final-cta .gf-btn-ghost {
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.gf-route-final-cta .gf-btn:hover,
.gf-route-final-cta .gf-btn-ghost:hover {
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .gf-route-restricted-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gf-route-service-card,
  .gf-route-port-card,
  .gf-route-panel,
  .gf-route-rate-card {
    padding: 22px;
  }

  .gf-route-doc-card {
    gap: 16px;
  }

  .gf-route-checklist li,
  .gf-route-note-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .gf-route-checklist li::before,
  .gf-route-note-item span {
    width: 22px;
    height: 22px;
  }

  .gf-route-panel-callout {
    padding: 16px;
  }

  .gf-route-rate-top,
  .gf-route-rate-heading,
  .gf-route-rate-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gf-route-rate-price {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
  }

  .gf-route-restricted-grid {
    grid-template-columns: 1fr;
  }
}

.gf-empty-state {
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(2, 6, 23, .08);
}

@media (max-width: 1100px) {
  .gf-nav-links,
  .gf-nav-actions { display: none; }

  .gf-services-grid,
  .gf-routes-grid,
  .gf-articles-grid,
  .gf-catalog-grid,
  .gf-footer-grid,
  .gf-about-grid,
  .gf-track-grid,
  .gf-contact-grid,
  .gf-product-single-grid,
  .gf-content-grid,
  .gf-route-feature-grid,
  .gf-route-layout,
  .gf-route-hero-grid,
  .gf-route-two-col,
  .gf-route-price-grid { grid-template-columns: 1fr 1fr; }

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

@media (max-width: 768px) {
  .gf-wrap,
  .gf-hero-inner,
  .gf-page-hero .gf-wrap { width: min(100% - 32px, 1280px); }

  .gf-section,
  .gf-page-hero { padding: 72px 0; }
  .gf-page-hero { padding-top: 130px; }

  .gf-stats-grid,
  .gf-services-grid,
  .gf-routes-grid,
  .gf-articles-grid,
  .gf-catalog-grid,
  .gf-about-grid,
  .gf-track-grid,
  .gf-contact-grid,
  .gf-footer-grid,
  .gf-form-grid,
  .gf-product-single-grid,
  .gf-content-grid,
  .gf-route-feature-grid,
  .gf-route-layout,
  .gf-route-hero-grid,
  .gf-route-two-col,
  .gf-route-price-grid,
  .gf-route-stat-grid,
  .gf-contact-qr-grid { grid-template-columns: 1fr; }

  .gf-routes-head,
  .gf-articles-head,
  .gf-footer-bottom,
  .gf-route-price-head { display: block; }

  .gf-routes-head a,
  .gf-articles-head a,
  .gf-route-price-head .gf-route-price-badge { display: inline-block; margin-top: 18px; }

  .gf-article-featured-image,
  .gf-article-card-media,
  .gf-article-card-media img {
    border-radius: 20px;
  }

  .gf-content-card--article,
  .gf-sidebar-card--article,
  .gf-form,
  .gf-contact-actions-panel,
  .gf-contact-qr-card {
    padding: 24px 20px;
  }

  .gf-about-badge { position: static; margin-top: 18px; max-width: none; }
}


/* Final route grid lock */
.gf-route-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

.gf-route-rate-grid > .gf-route-rate-card {
  width: 100%;
  min-width: 0;
}

.gf-route-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 32px !important;
}

.gf-route-steps-grid > .gf-route-step-card {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1200px) {
  .gf-route-rate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gf-route-steps-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

@media (max-width: 991px) {
  .gf-route-rate-grid,
  .gf-route-steps-grid,
  .gf-route-service-grid-2x2 {
    grid-template-columns: 1fr !important;
  }
}


/* Route section refinements per review */
.gf-route-service-card {
  position: relative;
  padding-top: 84px;
}

.gf-route-service-icon {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 12px 24px rgba(37, 99, 235, .14);
}

.gf-route-service-card:hover .gf-route-service-icon {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 18px 30px rgba(37, 99, 235, .18);
}

.gf-route-rate-card {
  min-height: 100%;
}

.gf-route-rate-heading h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gf-route-rate-list {
  gap: 10px;
}

.gf-route-rate-list li {
  font-size: 13px;
  line-height: 1.5;
}

.gf-route-rate-list li:nth-child(4) {
  display: none;
}

.gf-route-table-wrap {
  position: relative;
  border: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.gf-route-table-wrap::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #2563eb 0%, #0f172a 100%);
}

.gf-route-table-wrap:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, .22);
  box-shadow: 0 24px 48px rgba(15, 23, 42, .09);
}

.gf-route-table tbody tr {
  transition: background .2s ease, transform .2s ease;
}

.gf-route-table tbody tr:hover {
  background: #f8fbff;
}

.gf-route-step-card {
  min-height: 260px;
  padding: 24px 20px 20px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.gf-route-step-card::after {
  content: '';
  position: absolute;
  inset: auto 20px 0 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(15,23,42,.88) 0%, rgba(15,23,42,0) 100%);
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .24s ease;
}

.gf-route-step-card:hover::after {
  transform: scaleX(1);
}

.gf-route-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, .18);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .1);
}

.gf-route-step-no {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .16);
}

.gf-route-faq-wrap {
  padding-left: 24px;
  border-left: 3px solid rgba(37, 99, 235, .16);
}

.gf-route-faq-item {
  transition: transform .22s ease, border-color .22s ease;
}

.gf-route-faq-item:hover {
  transform: translateX(4px);
  border-color: rgba(37, 99, 235, .26);
}

.gf-route-faq-item summary {
  transition: padding-left .22s ease;
}

.gf-route-faq-item:hover summary {
  padding-left: 6px;
}

@media (max-width: 767px) {
  .gf-route-service-card {
    padding-top: 76px;
  }

  .gf-route-service-icon {
    top: 22px;
    left: 22px;
  }

  .gf-route-step-card {
    min-height: auto;
  }

  .gf-route-faq-wrap {
    padding-left: 16px;
  }
}


/* Ports & Locations redesign */
.gf-route-port-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.gf-route-port-card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
}

.gf-route-port-card::after {
  content: '';
  position: absolute;
  inset: auto -24px -24px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, rgba(37,99,235,0) 70%);
  pointer-events: none;
  transition: transform .24s ease, opacity .24s ease;
  opacity: .85;
}

.gf-route-port-card:hover::after {
  transform: scale(1.08);
  opacity: 1;
}

.gf-route-port-card-origin {
  border-color: rgba(37, 99, 235, .14);
}

.gf-route-port-card-destination {
  border-color: rgba(15, 23, 42, .14);
}

.gf-route-port-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.gf-route-port-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .12);
  flex: 0 0 44px;
}

.gf-route-port-card-destination .gf-route-port-icon {
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
}

.gf-route-port-eyebrow {
  margin: 0 0 4px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-route-port-card-destination .gf-route-port-eyebrow {
  color: #334155;
}

.gf-route-port-note {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.gf-route-port-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-route-port-badges li {
  margin: 0;
  padding: 0;
}

.gf-route-port-badges li::before {
  display: none;
}

.gf-route-port-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(148,163,184,.22);
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.gf-route-port-badges span:hover {
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.24);
  background: #eff6ff;
}

.gf-route-port-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 110px;
}

.gf-route-port-link-line {
  width: 2px;
  height: 52px;
  background: linear-gradient(180deg, rgba(37,99,235,.15) 0%, rgba(15,23,42,.24) 100%);
}

.gf-route-port-link-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .18);
}

@media (max-width: 1200px) {
  .gf-route-port-grid {
    grid-template-columns: 1fr;
  }

  .gf-route-port-link {
    flex-direction: row;
    min-width: 0;
  }

  .gf-route-port-link-line {
    width: 48px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .gf-route-port-card {
    padding: 22px;
  }

  .gf-route-port-badges span {
    width: 100%;
    justify-content: center;
  }
}


/* Footer alignment fix */
.gf-footer .gf-wrap.gf-section,
.gf-footer-section {
  padding-top: 72px;
}

.gf-footer-section {
  padding-bottom: 56px;
}

.gf-footer-cta {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: 14px;
}

.gf-footer-cta p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

.gf-footer-cta .gf-btn-outline,
.gf-footer-cta a.gf-btn-outline,
.gf-footer-cta button.gf-btn-outline {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.04);
  color: #fff;
}

.gf-footer-cta .gf-btn-outline:hover,
.gf-footer-cta a.gf-btn-outline:hover,
.gf-footer-cta button.gf-btn-outline:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.gf-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(4, minmax(0, .78fr));
  gap: 40px;
  align-items: start;
}

.gf-footer-col,
.gf-footer-brand {
  min-width: 0;
}

.gf-footer-title {
  margin: 0 0 18px;
}

.gf-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.gf-footer-col li {
  margin: 0;
}

.gf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.gf-footer-bottom .gf-footer-copy {
  margin: 0;
}

.gf-footer-bottom > div,
.gf-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .gf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .gf-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gf-footer-bottom {
    display: block;
  }

  .gf-footer-bottom > div {
    margin-top: 14px;
    gap: 16px;
  }
}

/* Round 01: hero balance */
.gf-route-detail-hero {
  position: relative;
  overflow: hidden;
}

.gf-route-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(96,165,250,.18) 0%, rgba(96,165,250,0) 30%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 22%);
  pointer-events: none;
}

.gf-route-detail-copy .gf-page-title {
  white-space: normal;
  max-width: 13ch;
  letter-spacing: -.03em;
}

.gf-route-detail-copy .gf-page-subtitle {
  max-width: 58ch;
}

.gf-route-detail-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}

.gf-route-quote-box {
  backdrop-filter: blur(8px);
}

/* Round 02: section rhythm */
.gf-section {
  padding: 88px 0;
}

.gf-route-soft-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,.44) 0%, rgba(255,255,255,.72) 100%);
}

.gf-route-section-head {
  margin-bottom: 34px;
  align-items: end;
}

.gf-route-section-head .gf-section-title {
  margin-bottom: 10px;
}

.gf-route-section-head .gf-section-copy {
  max-width: 54ch;
}

.gf-route-highlight-strip {
  padding: 38px 0 34px;
}

/* Round 03: highlight strip */
.gf-route-highlight-grid {
  gap: 20px;
}

.gf-route-highlight-item {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(148,163,184,.16);
  box-shadow: 0 12px 26px rgba(15,23,42,.04);
}

.gf-route-highlight-check {
  border-radius: 999px;
  background: #e0ecff;
  color: #1d4ed8;
}

.gf-route-section-head-compact,
.gf-route-section-head-pricing {
  margin-bottom: 28px;
}

.gf-route-section-head-compact .gf-section-copy,
.gf-route-section-head-pricing .gf-section-copy {
  max-width: 60ch;
}

.gf-route-service-grid-2x2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.gf-route-service-grid-2x2 .gf-route-service-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 100%;
  padding: 34px 32px;
}

.gf-route-service-grid-2x2 .gf-route-service-icon {
  position: static;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .18);
}

.gf-route-service-copy h3 {
  margin-bottom: 14px;
}

.gf-route-service-copy p {
  margin: 0;
  line-height: 1.72;
}

.gf-route-rate-grid-pricing {
  gap: 28px !important;
}

.gf-route-rate-grid-pricing .gf-route-rate-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.gf-route-rate-grid-pricing .gf-route-rate-top {
  padding: 22px 24px 16px;
}

.gf-route-rate-grid-pricing .gf-route-rate-heading {
  padding: 20px 24px 0;
  margin-bottom: 16px;
}

.gf-route-rate-grid-pricing .gf-route-rate-price {
  margin: 0 24px;
  padding: 0 0 18px;
  font-size: 20px;
  line-height: 1.55;
}

.gf-route-rate-grid-pricing .gf-route-rate-list {
  padding: 20px 24px 24px;
  gap: 12px;
}

.gf-route-rate-grid-pricing .gf-route-rate-list li {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.gf-route-description-copy {
  font-size: 16px;
}

.gf-route-description-copy p {
  max-width: 68ch;
}

/* Round 04: service cards */
.gf-route-service-card {
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-route-service-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(37,99,235,.28) 0%, rgba(37,99,235,0) 100%);
  opacity: .72;
}

.gf-route-service-card p {
  max-width: 34ch;
}

.gf-route-service-icon img {
  width: 24px;
  height: 24px;
}

/* Round 05: rate cards */
.gf-route-rate-card {
  padding: 24px;
}

.gf-route-rate-top {
  margin-bottom: 14px;
}

.gf-route-rate-label {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
}

.gf-route-rate-price {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.4;
}

.gf-route-rate-list li {
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: start;
}

.gf-route-rate-list li strong {
  font-weight: 600;
}

/* Round 06: comparison table */
.gf-route-table-wrap {
  overflow: hidden;
  border-radius: 22px;
}

.gf-route-table thead th {
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-route-table tbody td:first-child {
  font-weight: 700;
  color: #0f172a;
}

.gf-route-table tbody td {
  vertical-align: top;
}

/* Round 07: steps/docs/compliance */
.gf-route-step-card h3 {
  min-height: 3.2em;
}

.gf-route-step-card p {
  max-width: 22ch;
}

.gf-route-docs-grid .gf-route-panel {
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gf-route-restricted-card {
  min-height: 76px;
  border-radius: 18px;
}

/* Round 08: faq + cta */
.gf-route-faq-head {
  margin-bottom: 26px;
}

.gf-route-faq-item {
  padding-right: 4px;
}

.gf-route-faq-toggle {
  background: #f8fafc;
}

.gf-route-final-cta {
  position: relative;
  overflow: hidden;
}

.gf-route-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(96,165,250,.18) 0%, rgba(96,165,250,0) 28%),
    radial-gradient(circle at 82% 30%, rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 18%);
  pointer-events: none;
}

.gf-route-final-cta-actions {
  align-self: center;
}

/* Round 09: responsive polish */
@media (max-width: 1200px) {
  .gf-route-detail-copy .gf-page-title {
    max-width: 15ch;
  }

  .gf-route-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gf-section {
    padding: 72px 0;
  }

  .gf-route-highlight-grid {
    grid-template-columns: 1fr;
  }

  .gf-route-highlight-item,
  .gf-route-service-card,
  .gf-route-rate-card,
  .gf-route-port-card,
  .gf-route-restricted-card {
    border-radius: 16px;
  }
}

/* Round 10: footer continuity */
.gf-footer {
  position: relative;
  overflow: hidden;
}

.gf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 8%, rgba(96,165,250,.09) 0%, rgba(96,165,250,0) 24%);
  pointer-events: none;
}

.gf-footer-brand .gf-footer-copy {
  max-width: 28ch;
  font-size: 14px;
  line-height: 1.62;
  color: rgba(255,255,255,.88);
}

.gf-footer-col a {
  transition: color .2s ease, transform .2s ease;
}

.gf-footer-col a:hover {
  color: #fff;
  transform: translateX(2px);
}

/* Round 11: quote form polish */
.gf-route-quote-top strong {
  font-size: 22px;
  letter-spacing: -.02em;
}

.gf-route-quote-form .gf-input::placeholder {
  color: #64748b;
}

.gf-route-quote-btn {
  border-radius: 14px;
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  box-shadow: 0 14px 28px rgba(29, 78, 216, .18);
}

.gf-route-quote-btn:hover {
  transform: translateY(-2px);
}

/* Round 12: pricing note and docs balance */
.gf-route-note-box {
  border-left: 4px solid #2563eb;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-route-docs-grid {
  align-items: stretch;
}

.gf-route-doc-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-route-doc-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #111827 0%, #374151 100%);
}

.gf-route-doc-card-accent {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.gf-route-panel-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #111827;
}

.gf-route-panel-intro {
  margin: -4px 0 0;
  color: #475569;
  line-height: 1.8;
}

.gf-route-checklist,
.gf-route-note-list {
  display: grid;
  gap: 14px;
}

.gf-route-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-route-checklist li,
.gf-route-note-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, .1);
  background: rgba(255, 255, 255, .92);
}

.gf-route-checklist li::before,
.gf-route-note-item span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e5e7eb 0%, #d1d5db 100%);
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.gf-route-checklist li::before {
  content: "✓";
}

.gf-route-note-item span::before {
  content: "!";
}

.gf-route-checklist li,
.gf-route-note-item p {
  color: #0f172a;
  line-height: 1.7;
}

.gf-route-note-item p {
  margin: 0;
}

.gf-route-panel-callout {
  margin-top: auto;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: linear-gradient(180deg, rgba(248, 250, 252, .96) 0%, rgba(241, 245, 249, .96) 100%);
}

.gf-route-panel-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 14px;
  letter-spacing: .02em;
}

.gf-route-panel-callout p {
  margin: 0;
  color: #334155;
}

.gf-route-panel-callout-strong {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  border-color: rgba(15, 23, 42, .3);
}

.gf-route-panel-callout-strong strong,
.gf-route-panel-callout-strong p,
.gf-route-doc-card .gf-route-panel-callout-strong p {
  color: #f8fafc;
}

.gf-route-panel h2 {
  margin-bottom: 12px;
  letter-spacing: -.02em;
}

/* Round 13: final cta button separation */
.gf-route-final-cta-inner {
  align-items: center;
}

.gf-route-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.gf-route-ghost-light {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.gf-route-ghost-light:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}

/* Round 14: footer and bottom spacing finish */
.gf-footer-col ul {
  gap: 10px;
}

.gf-footer-title {
  letter-spacing: -.01em;
}

.gf-footer-bottom {
  padding-top: 6px;
}

/* Route detail refinement: pricing note visibility + ports & locations calm upgrade */
.gf-route-rate-grid {
  gap: 22px;
  align-items: stretch;
}

.gf-route-note-box {
  position: relative;
  z-index: 4;
  clear: both;
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 2px solid #2f2f2f;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gf-route-note-box strong {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.gf-route-note-box p {
  margin: 0;
  max-width: 76ch;
  color: #475569;
  font-size: 14px;
  line-height: 1.72;
}

.gf-route-port-grid {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.gf-route-port-card {
  min-height: 100%;
  padding: 28px 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(15, 23, 42, .09);
}

.gf-route-port-card::after {
  display: none;
}

.gf-route-port-card:hover {
  transform: none;
  box-shadow: none;
}

.gf-route-port-top {
  gap: 12px;
  margin-bottom: 16px;
}

.gf-route-port-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
  background: #eff6ff;
  box-shadow: none;
}

.gf-route-port-card-destination .gf-route-port-icon {
  background: #f1f5f9;
  box-shadow: none;
}

.gf-route-port-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.gf-route-port-eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: .1em;
}

.gf-route-port-note {
  margin: 0 0 18px;
  max-width: 52ch;
  color: #64748b;
  font-size: 14px;
  line-height: 1.68;
}

.gf-route-port-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.gf-route-port-badges span {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  padding: 10px 14px;
  border-radius: 0;
  background: rgba(248, 250, 252, .9);
  border: 1px solid rgba(148, 163, 184, .18);
  color: #0f172a;
  font-size: 14px;
  line-height: 1.45;
}

.gf-route-port-badges span:hover {
  transform: none;
  border-color: rgba(37, 99, 235, .18);
  background: #f8fbff;
}

.gf-route-port-link {
  gap: 12px;
  min-width: 92px;
}

.gf-route-port-link-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, rgba(148,163,184,.12) 0%, rgba(15,23,42,.18) 100%);
}

.gf-route-port-link-badge {
  min-height: 30px;
  padding: 0 12px;
  background: #0f172a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .gf-route-port-grid {
    grid-template-columns: 1fr;
  }

  .gf-route-port-link {
    flex-direction: row;
    min-width: 0;
  }

  .gf-route-port-link-line {
    width: 48px;
    height: 1px;
  }
}

@media (max-width: 767px) {
  .gf-route-note-box {
    margin-top: 20px;
    padding: 18px 18px;
  }

  .gf-route-port-card {
    padding: 22px 20px;
  }

  .gf-route-port-card h3 {
    font-size: 21px;
  }

  .gf-route-port-badges {
    grid-template-columns: 1fr;
  }

  .gf-route-port-badges span {
    justify-content: flex-start;
  }
}

/* Homepage cleanup pass: remove template feel and tighten business flow */
.home .gf-hero {
  min-height: auto;
}

.home .gf-hero-inner {
  padding: 144px 0 96px;
}

.home .gf-hero-copy {
  max-width: 760px;
}

.home .gf-stats {
  margin-top: -54px;
}

.home .gf-home-stats-section {
  background: #0f172a;
  padding-top: 64px;
  padding-bottom: 64px;
}

.home .gf-home-stats-section::before {
  display: none;
}

.home .gf-home-stats-grid {
  gap: 0;
  position: relative;
}

.home .gf-home-stat-card {
  padding: 0 26px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.home .gf-home-stat-card:last-child {
  border-right: 0;
}

.home .gf-home-stat-card::before {
  display: none;
}

.home .gf-home-stat-card .gf-stat-number {
  margin-bottom: 8px;
  font-size: clamp(34px, 3.8vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  color: #ffffff;
}

.home .gf-home-stat-card .gf-stat-label {
  display: block;
  max-width: 14ch;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
}

.home .gf-home-services-section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 104px;
  background: #ffffff;
}

.home .gf-home-services-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(15, 23, 42, .08);
}

.home .gf-home-routes-section {
  padding-top: 104px;
  padding-bottom: 108px;
  background: #f5f6f8;
}

.home .gf-home-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.home .gf-home-section-head-split .gf-section-kicker {
  margin-bottom: 14px;
}

.home .gf-home-section-head-split .gf-section-title {
  margin-bottom: 10px;
}

.home .gf-home-section-head-split .gf-section-copy {
  max-width: none;
  margin: 0;
  color: #526277;
  line-height: 1.72;
}

.home .gf-home-services-grid {
  margin-top: 0;
  gap: 24px;
}

.home .gf-home-routes-grid {
  margin-top: 0;
  gap: 20px;
}

.home .gf-home-route-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 0;
  border: 1px solid rgba(15, 23, 42, .10);
  background: #ffffff;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.home .gf-home-route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: #0f172a;
  opacity: 1;
}

.home .gf-home-services-grid {
  margin-top: 56px;
}

.home #services .gf-home-service-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 34px 28px 30px;
  border-radius: 0;
  border: 1px solid rgba(15, 23, 42, .08);
  cursor: default;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.home #services .gf-home-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #111111 0%, #3a3a3a 100%);
  opacity: 1;
}

.home #services .gf-home-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .0) 35%, rgba(255, 255, 255, .48) 50%, rgba(255, 255, 255, .0) 65%, transparent 100%);
  transform: translateX(-130%);
  transition: transform .65s ease;
  pointer-events: none;
}

.home .gf-home-route-card {
  padding-top: 30px;
}

.home #services .gf-home-service-card .gf-service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .05), 0 10px 20px rgba(15, 23, 42, .06);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.home #services .gf-home-service-card .gf-service-icon img {
  width: 20px;
  height: 20px;
  filter: none;
}

.home #services .gf-home-service-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -.015em;
  color: #0f172a;
}

.home #services .gf-home-service-card p {
  color: #526277;
  font-size: 14px;
  line-height: 1.72;
}

.home .gf-home-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home #services .gf-home-service-card:hover,
.home .gf-home-route-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, .18);
  box-shadow: 0 18px 32px rgba(15, 23, 42, .08);
}

.home #services .gf-home-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 23, 42, .16);
  box-shadow: 0 24px 44px rgba(15, 23, 42, .10);
}

.home #services .gf-home-service-card:hover::after {
  transform: translateX(130%);
}

.home #services .gf-home-service-card:hover .gf-service-icon {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .06), 0 14px 28px rgba(15, 23, 42, .10);
}

.home .gf-about {
  padding-top: 88px;
}

.home .gf-about-grid {
  align-items: center;
}

.home .gf-about-badge {
  max-width: 280px;
  padding: 18px 20px;
}

.home .gf-about-badge span {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
  text-wrap: balance;
}

.home .gf-cta {
  padding-top: 84px;
  padding-bottom: 84px;
}

.home .gf-contact {
  padding-top: 88px;
}

.home .gf-contact-grid {
  grid-template-columns: .92fr 1.08fr;
  align-items: start;
}

.home .gf-contact-items {
  gap: 18px;
}

.home .gf-contact-item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  align-items: center;
}

.home .gf-contact-item .gf-contact-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  flex: 0 0 52px;
}

.home .gf-contact-item .gf-contact-icon img {
  width: 22px;
  height: 22px;
}

.home .gf-contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home .gf-form {
  padding: 30px;
}

@media (max-width: 1200px) {
  .home .gf-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home .gf-hero-inner {
    padding: 132px 0 84px;
  }

  .home .gf-stats {
    margin-top: -34px;
  }

  .home .gf-stat,
  .home .gf-service-card,
  .home .gf-route-card,
  .home .gf-form {
    padding: 22px 20px;
  }
}

/* About page refinement */
body.page-template-page-about-us .gf-page-hero-light {
  position: relative;
  overflow: hidden;
  padding-bottom: 74px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf3fb 58%, #f7f9fc 100%);
}

body.page-template-page-about-us .gf-page-hero-light::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.14) 0%, rgba(37, 99, 235, 0) 72%);
  pointer-events: none;
}

body.page-template-page-about-us .gf-page-hero-light::after {
  content: "";
  position: absolute;
  inset: 28px -80px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.06) 0%, rgba(59, 130, 246, 0.14) 100%);
  transform: rotate(18deg);
  pointer-events: none;
}

.page-template-page-about-us .gf-section {
  padding-top: 86px;
}

.page-template-page-about-us .gf-content-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 28px;
  align-items: start;
}

.page-template-page-about-us .gf-content-card,
.page-template-page-about-us .gf-sidebar-card {
  position: relative;
  padding: 38px 36px;
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .07);
}

.page-template-page-about-us .gf-content-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.page-template-page-about-us .gf-content-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, #0f172a 0%, #2563eb 100%);
}

.page-template-page-about-us .gf-content-card h2 {
  margin-bottom: 18px;
}

.page-template-page-about-us .gf-richtext > p + p {
  margin-top: 16px;
}

.page-template-page-about-us .gf-richtext h3 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.3;
}

.page-template-page-about-us .gf-richtext ul {
  margin: 0;
  padding-left: 20px;
}

.page-template-page-about-us .gf-richtext li {
  margin: 0 0 10px;
  color: #475569;
  line-height: 1.72;
}

.page-template-page-about-us .gf-sidebar-card {
  top: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.page-template-page-about-us .gf-sidebar-card h3 + .gf-side-list {
  margin-top: 14px;
}

.page-template-page-about-us .gf-sidebar-card .gf-side-list li + li {
  margin-top: 12px;
}

.page-template-page-about-us .gf-sidebar-card .gf-btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .page-template-page-about-us .gf-content-card,
  .page-template-page-about-us .gf-sidebar-card {
    padding: 24px 20px;
  }
}

/* Contact + content page refinement */
.page-template-page-contact .gf-contact-grid {
  grid-template-columns: .92fr 1.08fr;
  align-items: start;
  gap: 30px;
}

.page-template-page-contact .gf-contact-items {
  gap: 18px;
}

.page-template-page-contact .gf-contact-item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  align-items: center;
}

.page-template-page-contact .gf-contact-item .gf-contact-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  flex: 0 0 52px;
}

.page-template-page-contact .gf-contact-item .gf-contact-icon img {
  width: 22px;
  height: 22px;
}

.page-template-page-contact .gf-contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-template-page-contact .gf-contact-item a {
  color: inherit;
}

.page-template-page-contact .gf-contact-section-title {
  font-size: 40px;
}

.page-template-page-contact .gf-contact-section-copy {
  margin-bottom: 32px;
}

.page-template-page-contact .gf-form-shell {
  display: grid;
  gap: 18px;
  padding-right: 8px;
}

.page-template-page-contact .gf-form-shell .gf-form {
  padding: 32px 30px;
}

.page-template-page-contact .gf-form-grid {
  gap: 18px;
}

.page-template-page-contact .gf-form label {
  font-size: 13px;
  letter-spacing: .02em;
}

.page-template-page-contact .gf-contact-form-notice {
  margin-bottom: 0;
}

.page-template-page-contact .gf-contact-actions-panel {
  margin-top: 28px;
  display: grid;
  gap: 20px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
}

.page-template-page-contact .gf-contact-actions-copy p {
  margin: 8px 0 0;
}

.page-template-page-contact .gf-contact-actions-panel .gf-btn {
  width: fit-content;
}

.page-template-page-contact .gf-contact-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-template-page-contact .gf-contact-qr-card {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  display: grid;
  gap: 14px;
  justify-items: start;
}

.page-template-page-contact .gf-contact-qr-card img {
  display: block;
  width: 100%;
  max-width: 168px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
}

.page-template-default .gf-sidebar-card,
.archive .gf-article-card-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-template-default .gf-sidebar-card .gf-btn {
  width: 100%;
  justify-content: center;
}

.archive .gf-article-card-box h2 {
  font-size: 26px;
  line-height: 1.28;
}

.archive .gf-article-card-box {
  min-height: 100%;
}

@media (max-width: 1200px) {
  .page-template-page-contact .gf-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-template-page-contact .gf-form-shell .gf-form {
    padding: 24px 20px;
  }

  .page-template-page-contact .gf-contact-actions-panel {
    padding: 22px 20px;
  }

  .page-template-page-contact .gf-contact-qr-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage routes section upgrade */
.home .gf-home-routes-head-side {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.home .gf-home-routes-head-side .gf-btn-ghost {
  margin-bottom: 0;
  padding: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}

.home .gf-home-routes-head-side .gf-btn-ghost:hover {
  color: #526277;
}

.home .gf-home-route-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home .gf-home-route-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.home .gf-home-route-top > span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home .gf-home-route-card .gf-route-modes {
  gap: 10px;
}

.home .gf-home-route-card .gf-route-modes img {
  width: 16px;
  height: 16px;
  padding: 8px;
  border-radius: 999px;
  background: #eef2f7;
  opacity: 1;
  transition: transform .24s ease, background-color .24s ease, box-shadow .24s ease;
}

.home .gf-home-route-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(52px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
}

.home .gf-home-route-flow .gf-route-code {
  text-align: center;
}

.home .gf-home-route-flow .gf-route-code strong {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.045em;
  color: #0f172a;
}

.home .gf-home-route-flow .gf-route-code span {
  margin-top: 6px;
  font-size: 13px;
  color: #526277;
}

.home .gf-home-route-flow .gf-route-line {
  position: relative;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(203,213,225,.9) 0%, rgba(148,163,184,.75) 100%);
}

.home .gf-home-route-flow .gf-route-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: rgba(100, 116, 139, .72);
  transform: translateY(-50%) rotate(45deg);
}

.home .gf-home-route-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px 18px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.home .gf-home-route-meta span {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home .gf-home-route-meta strong {
  justify-self: end;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
}

.home .gf-home-route-card:hover .gf-home-card-link {
  color: #111827;
}

.home .gf-home-route-card:hover .gf-route-modes img {
  transform: translateY(-1px);
  background: #e2e8f0;
  box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
}

.home .gf-home-route-card:hover .gf-home-route-flow .gf-route-code strong {
  color: #111827;
}

.home .gf-home-route-card:hover .gf-home-route-top > span:last-child {
  background: #e2e8f0;
  color: #334155;
}

@media (max-width: 1024px) {
  .home .gf-home-section-head-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home .gf-home-stats-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .home .gf-home-services-section,
  .home .gf-home-routes-section {
    padding-top: 84px;
    padding-bottom: 80px;
  }

  .home .gf-home-stats-grid,
  .home .gf-home-services-grid,
  .home .gf-home-routes-grid {
    gap: 18px;
  }

  .home .gf-home-stat-card {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .home .gf-home-stat-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .home .gf-home-service-card,
  .home .gf-home-route-card {
    padding: 22px 20px;
    padding-top: 28px;
  }

  .home .gf-home-service-card h3 {
    font-size: 20px;
  }

  .home .gf-home-route-flow {
    grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
    gap: 12px;
  }

  .home .gf-home-route-flow .gf-route-code strong {
    font-size: 28px;
  }
}

/* Archive content hub upgrade */
.archive .gf-archive-hero {
  padding-bottom: 44px;
}

.archive .gf-archive-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.archive .gf-archive-hero-copy {
  max-width: 760px;
}

.archive .gf-archive-hero-summary {
  display: grid;
  gap: 6px;
  min-width: 190px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
  backdrop-filter: blur(10px);
}

.archive .gf-archive-hero-summary strong {
  color: #0f172a;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -.04em;
}

.archive .gf-archive-hero-summary span {
  color: #526277;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.archive .gf-archive-hub {
  padding-top: 32px;
}

.archive .gf-archive-hub-head {
  margin-bottom: 34px;
}

.archive .gf-article-card-box--archive {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.archive .gf-article-card-box--archive::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0f172a 0%, #2563eb 58%, #60a5fa 100%);
  opacity: 0;
  transition: opacity .24s ease;
}

.archive .gf-article-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}

.archive .gf-article-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease, filter .32s ease;
}

.archive .gf-article-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  padding: 26px 28px 28px;
}

.archive .gf-article-card-box--archive .gf-article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.archive .gf-article-card-box--archive .gf-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.archive .gf-article-card-box--archive .gf-article-meta span:last-child {
  background: #f8fafc;
  color: #475569;
}

.archive .gf-article-card-box--archive h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.24;
}

.archive .gf-article-card-box--archive h2 a {
  color: inherit;
}

.archive .gf-article-card-box--archive p {
  margin-bottom: 24px;
  color: #526277;
}

.archive .gf-article-card-box--archive .gf-btn-ghost {
  margin-top: auto;
  width: auto;
  align-self: flex-start;
}

.archive .gf-article-card-box--archive:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, .16);
  box-shadow: 0 28px 58px rgba(15, 23, 42, .12);
}

.archive .gf-article-card-box--archive:hover::before {
  opacity: 1;
}

.archive .gf-article-card-box--archive:hover .gf-article-card-media img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.archive .gf-article-card-box--archive:hover h2 a {
  color: #1d4ed8;
}

@media (max-width: 900px) {
  .archive .gf-archive-hero-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .archive .gf-archive-hero-summary {
    min-width: 0;
  }
}

.archive .gf-empty-state--content {
  padding: 40px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
}

.archive .gf-empty-state--content h2 {
  margin: 0 0 10px;
  color: #0f172a;
}

.archive .gf-empty-state--content p {
  margin: 0;
  color: #526277;
}

.archive .gf-archive-pagination {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.archive .gf-archive-pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.archive .gf-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.archive .gf-archive-pagination .page-numbers.current {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff;
}

.archive .gf-archive-pagination a.page-numbers:hover {
  border-color: rgba(37, 99, 235, .22);
  color: #1d4ed8;
}

@media (max-width: 640px) {
  .archive .gf-archive-hero {
    padding-bottom: 28px;
  }

  .archive .gf-archive-hub {
    padding-top: 18px;
  }

  .archive .gf-archive-hub-head {
    margin-bottom: 26px;
  }

  .archive .gf-article-card-body {
    padding: 22px 20px 22px;
  }

  .archive .gf-article-card-box--archive p {
    margin-bottom: 20px;
  }

  .archive .gf-empty-state--content {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .archive .gf-archive-pagination .nav-links {
    justify-content: center;
  }

  .archive .gf-archive-pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
  }
}

/* Homepage news + contact spacing refinement */
.home .gf-home-news {
  padding-top: 104px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,251,255,.72) 100%);
}

.home .gf-home-news .gf-articles-head {
  margin-bottom: 38px;
  align-items: end;
}

.home .gf-home-news .gf-articles-head .gf-section-title {
  margin-bottom: 10px;
}

.home .gf-home-news .gf-articles-head .gf-section-copy {
  max-width: 56ch;
  line-height: 1.62;
}

.home .gf-home-news .gf-articles-grid {
  gap: 28px;
}

.home .gf-home-article-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
}

.home .gf-home-article-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0f172a 0%, #2563eb 58%, #60a5fa 100%);
  opacity: 0;
  transition: opacity .24s ease;
}

.home .gf-home-article-card .gf-article-image {
  min-height: 248px;
  background-size: cover;
  background-position: center;
  transform: scale(1.001);
  transition: transform .32s ease, filter .32s ease;
}

.home .gf-home-article-card .gf-article-meta,
.home .gf-home-article-card h3,
.home .gf-home-article-card p {
  padding-left: 30px;
  padding-right: 30px;
}

.home .gf-home-article-card .gf-article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 24px;
}

.home .gf-home-article-card .gf-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home .gf-home-article-card .gf-article-meta span:last-child {
  background: #f8fafc;
  color: #475569;
}

.home .gf-home-article-card h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.26;
}

.home .gf-home-article-card p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #526277;
  line-height: 1.62;
}

.home .gf-article-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home .gf-article-link::after {
  content: "→";
  transition: transform .24s ease;
}

.home .gf-home-article-card:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, .16);
  box-shadow: 0 28px 58px rgba(15, 23, 42, .12);
}

.home .gf-home-article-card:hover::before {
  opacity: 1;
}

.home .gf-home-article-card:hover .gf-article-image {
  transform: scale(1.035);
  filter: saturate(1.04);
}

.home .gf-home-article-card:hover h3 {
  color: #1d4ed8;
}

.home .gf-home-article-card:hover .gf-article-link::after {
  transform: translateX(4px);
}

.home .gf-contact {
  padding-top: 96px;
  padding-bottom: 100px;
}

.home .gf-home-contact-panel,
.home .gf-home-contact-form-shell {
  padding: 34px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
  min-height: 100%;
}

.home .gf-home-contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .gf-home-contact-form-shell {
  overflow: hidden;
}

.home .gf-home-contact-panel .gf-contact-items {
  display: grid;
  gap: 16px;
}

.home .gf-home-contact-panel .gf-contact-item p a {
  color: inherit;
  text-decoration: none;
}

.home .gf-home-contact-panel .gf-contact-item p a:hover {
  color: #1d4ed8;
}

.home .gf-home-contact-form-shell .gf-contact-form-notice {
  margin-bottom: 18px;
}

.home .gf-home-contact-form-shell .gf-form {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.home .gf-home-contact-form-shell .gf-form-grid {
  gap: 18px;
}

.home .gf-home-contact-form-shell .gf-form label {
  color: #0f172a;
}

.home .gf-home-contact-form-shell .gf-input,
.home .gf-home-contact-form-shell .gf-textarea {
  width: 100%;
  box-sizing: border-box;
  border-color: rgba(148, 163, 184, .42);
  background: #ffffff;
}

.home .gf-home-contact-form-shell .gf-input:focus,
.home .gf-home-contact-form-shell .gf-textarea:focus {
  border-color: rgba(37, 99, 235, .45);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08);
}

@media (max-width: 767px) {
  .home .gf-home-news {
    padding-top: 84px;
    padding-bottom: 80px;
  }

  .home .gf-home-article-card {
    border-radius: 18px;
  }

  .home .gf-home-article-card .gf-article-image {
    min-height: 208px;
  }

  .home .gf-home-article-card .gf-article-meta,
  .home .gf-home-article-card h3,
  .home .gf-home-article-card p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home .gf-home-article-card h3 {
    font-size: 24px;
  }

  .home .gf-home-article-card p {
    padding-bottom: 0;
  }

  .home .gf-article-link {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 22px;
  }

  .home .gf-home-contact-panel,
  .home .gf-home-contact-form-shell {
    padding: 24px 20px;
    border-radius: 18px;
  }
}

/* Global button alignment with frontend reference buttons */
.gf-btn,
.gf-button,
a.gf-btn,
a.gf-button,
button.gf-btn,
button.gf-button,
.gf-btn-ghost,
.gf-btn-outline,
a.gf-btn-ghost,
a.gf-btn-outline,
button.gf-btn-ghost,
button.gf-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gf-btn,
.gf-button,
a.gf-btn,
a.gf-button,
button.gf-btn,
button.gf-button {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .10);
}

.gf-btn:hover,
.gf-button:hover,
a.gf-btn:hover,
a.gf-button:hover,
button.gf-btn:hover,
button.gf-button:hover {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .12);
}

.gf-btn-ghost,
.gf-btn-outline,
a.gf-btn-ghost,
a.gf-btn-outline,
button.gf-btn-ghost,
button.gf-btn-outline,
.gf-route-ghost,
.gf-route-ghost-light {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, .12);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
}

.gf-btn-ghost:hover,
.gf-btn-outline:hover,
a.gf-btn-ghost:hover,
a.gf-btn-outline:hover,
button.gf-btn-ghost:hover,
button.gf-btn-outline:hover,
.gf-route-ghost:hover,
.gf-route-ghost-light:hover {
  background: #f8fafc;
  color: #0f172a;
  border-color: rgba(15, 23, 42, .16);
  box-shadow: 0 2px 6px rgba(15, 23, 42, .08);
}

/* Homepage responsive tightening */
@media (max-width: 1200px) {
  .home .gf-hero-inner {
    padding: 136px 0 88px;
  }

  .home .gf-stats {
    margin-top: -32px;
  }

  .home .gf-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home .gf-services-grid,
  .home .gf-routes-grid,
  .home .gf-home-news .gf-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .gf-about-grid,
  .home .gf-contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home .gf-home-news .gf-articles-head {
    align-items: start;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .home .gf-hero {
    min-height: auto;
  }

  .home .gf-hero-inner {
    width: min(100% - 28px, 1280px);
    padding: 122px 0 72px;
  }

  .home .gf-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .home .gf-hero-copy {
    font-size: 16px;
    line-height: 1.72;
  }

  .home .gf-hero-actions,
  .home .gf-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .home .gf-hero-actions .gf-btn,
  .home .gf-hero-actions .gf-btn-outline,
  .home .gf-cta-actions .gf-btn,
  .home .gf-cta-actions .gf-btn-outline {
    width: 100%;
  }

  .home .gf-stats {
    margin-top: 0;
  }

  .home .gf-stats-grid,
  .home .gf-services-grid,
  .home .gf-routes-grid,
  .home .gf-home-news .gf-articles-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home .gf-services-grid,
  .home .gf-routes-grid {
    margin-top: 18px;
  }

  .home .gf-stat,
  .home .gf-service-card,
  .home .gf-route-card {
    padding: 24px 20px;
  }

  .home .gf-routes-head,
  .home .gf-home-news .gf-articles-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 24px;
  }

  .home .gf-routes-head .gf-btn-ghost,
  .home .gf-home-news .gf-btn-ghost {
    width: 100%;
  }

  .home .gf-route-top {
    gap: 10px;
  }

  .home .gf-route-codes {
    gap: 14px;
  }

  .home .gf-route-code strong {
    font-size: 20px;
  }

  .home .gf-route-code span,
  .home .gf-route-bottom span {
    font-size: 13px;
  }

  .home .gf-route-bottom strong {
    font-size: 17px;
  }

  .home .gf-about,
  .home .gf-home-news,
  .home .gf-contact,
  .home .gf-cta,
  .home .gf-routes {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .home .gf-home-article-card .gf-article-image {
    min-height: 188px;
  }

  .home .gf-home-contact-panel,
  .home .gf-home-contact-form-shell {
    padding: 22px 18px;
  }

  .home .gf-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 1200px) {
  .gf-route-body-extensions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gf-route-body-extensions {
    gap: 16px;
    margin-top: 22px;
  }

  .gf-route-body-panel h3 {
    font-size: 18px;
  }
}

/* Products archive refinement */
.gf-product-archive-hero {
  padding: 84px 0 58px;
}

.gf-product-archive-hero-grid,
.gf-product-archive-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
  gap: 36px;
  align-items: stretch;
}

.gf-product-archive-hero-shell {
  position: relative;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at top left, rgba(148, 163, 184, .18) 0%, rgba(15, 23, 42, 0) 34%),
    linear-gradient(135deg, #0f1115 0%, #171a20 48%, #1f2937 100%);
  box-shadow: 0 28px 64px rgba(2, 6, 23, .28);
  overflow: hidden;
}

.gf-product-archive-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, 0) 52%);
  pointer-events: none;
}

.gf-product-archive-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gf-product-archive-copy .gf-section-kicker {
  color: rgba(255, 255, 255, .66);
}

.gf-product-archive-copy .gf-page-title {
  max-width: 12ch;
  margin: 0;
  color: #f8fafc;
  line-height: 1.02;
}

.gf-product-archive-copy .gf-page-subtitle {
  max-width: 58ch;
  margin: 0;
  color: rgba(226, 232, 240, .82);
  font-size: 15px;
  line-height: 1.78;
}

.gf-product-archive-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.gf-product-archive-actions-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.gf-product-archive-actions .gf-btn {
  background: #f8fafc;
  border-color: #f8fafc;
  color: #111827;
  box-shadow: 0 14px 28px rgba(2, 6, 23, .18);
}

.gf-product-archive-actions .gf-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.gf-product-archive-actions .gf-btn-secondary {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  color: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.gf-product-archive-actions .gf-btn-secondary:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .32);
  color: #ffffff;
}

.gf-product-archive-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gf-product-archive-jump-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  color: rgba(248, 250, 252, .88);
  text-decoration: none;
}

.gf-product-archive-jump-links a:hover {
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

.gf-product-archive-panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

.gf-product-archive-panel-card,
.gf-product-summary-card,
.gf-product-process-card,
.gf-product-archive-cta,
.gf-product-compare-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, .12);
  box-shadow: 0 24px 56px rgba(15, 23, 42, .06);
}

.gf-product-archive-panel-card {
  width: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.post-type-archive-product .gf-product-archive-panel,
.tax-product_cat .gf-product-archive-panel {
  align-self: stretch;
}

.post-type-archive-product .gf-product-archive-panel-card,
.tax-product_cat .gf-product-archive-panel-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, .78) 0%, rgba(15, 23, 42, .9) 100%);
  border: 1px solid rgba(148, 163, 184, .2);
  box-shadow: 0 28px 60px rgba(2, 6, 23, .26);
}

.gf-product-archive-panel-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gf-product-archive-panel-head span,
.gf-product-archive-panel-card > span,
.gf-product-summary-card > span,
.gf-product-process-card > span,
.gf-product-compare-card > span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6b7280;
}

.post-type-archive-product .gf-product-archive-panel-head span,
.tax-product_cat .gf-product-archive-panel-head span {
  color: rgba(191, 219, 254, .82);
}

.gf-product-archive-panel-head strong,
.gf-product-archive-panel-card strong,
.gf-product-summary-card strong,
.gf-product-process-card strong,
.gf-product-compare-card strong {
  display: block;
  color: #111827;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.03em;
}

.post-type-archive-product .gf-product-archive-panel-head strong,
.tax-product_cat .gf-product-archive-panel-head strong {
  color: #f8fafc;
}

.post-type-archive-product .gf-product-archive-panel .gf-side-list,
.tax-product_cat .gf-product-archive-panel .gf-side-list {
  margin: 0;
  padding-left: 20px;
}

.post-type-archive-product .gf-product-archive-panel .gf-side-list li,
.tax-product_cat .gf-product-archive-panel .gf-side-list li {
  color: rgba(226, 232, 240, .82);
}

.gf-product-archive-summary {
  padding-top: 26px;
}

.gf-product-summary-grid,
.gf-product-process-grid,
.gf-product-compare-grid {
  display: grid;
  gap: 24px;
}

.gf-product-summary-grid,
.gf-product-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-product-compare-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-product-summary-card,
.gf-product-process-card,
.gf-product-compare-card {
  padding: 30px;
}

.gf-product-summary-card p,
.gf-product-process-card p,
.gf-product-archive-head > p,
.gf-product-archive-cta p,
.gf-product-compare-card p {
  color: #4b5563;
}

.gf-product-archive-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.gf-product-archive-head-copy {
  max-width: 660px;
  display: grid;
  gap: 12px;
}

.gf-product-archive-head > p {
  max-width: 560px;
  margin: 0;
}

.gf-product-service-switcher {
  display: grid;
  gap: 22px;
}

.gf-product-service-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gf-product-service-trigger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-height: 100%;
  padding: 22px 20px;
  border: 1px solid rgba(17, 24, 39, .12);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
  color: #111827;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.gf-product-service-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, .08);
  border-color: rgba(17, 24, 39, .2);
}

.gf-product-service-trigger.is-active {
  border-color: #111827;
  background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .10);
}

.gf-product-service-trigger-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gf-product-service-trigger-title {
  display: block;
  margin: 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.gf-product-service-trigger-fit {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.gf-product-service-panels {
  position: relative;
}

.gf-product-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: 26px;
  padding: 30px;
  border: 1px solid rgba(17, 24, 39, .12);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 24px 56px rgba(15, 23, 42, .08);
}

.gf-product-service-panel.is-active {
  display: grid;
}

.gf-product-service-panel[hidden] {
  display: none;
}

.gf-product-service-panel-main,
.gf-product-service-panel-side {
  display: grid;
  gap: 18px;
}

.gf-product-service-panel-image {
  min-height: 280px;
}

.gf-product-service-panel-copy {
  display: grid;
  gap: 14px;
}

.gf-product-service-panel-title {
  margin: 0;
  color: #111827;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.gf-product-service-panel-title a {
  color: inherit;
}

.gf-product-service-panel-copy > p:last-child {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
}

.gf-product-service-panel .gf-product-card-specs,
.gf-product-service-panel .gf-product-focus-block,
.gf-product-service-panel .gf-product-card-cta-row {
  margin: 0;
}

.gf-product-service-panel .gf-product-card-specs {
  padding: 18px 20px;
  border: 1px solid rgba(17, 24, 39, .1);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.gf-product-service-panel .gf-product-card-specs li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 24, 39, .08);
}

.gf-product-service-panel .gf-product-focus-block {
  padding: 20px;
  border: 1px solid rgba(17, 24, 39, .1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.gf-product-service-panel .gf-product-focus-block > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gf-product-service-panel .gf-product-focus-block ul {
  margin: 0;
  padding-left: 18px;
}

.gf-product-service-panel .gf-product-focus-block li {
  color: #4b5563;
}

.gf-product-service-panel .gf-product-card-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}

.gf-product-service-panel .gf-product-card-cta-row .gf-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(17, 24, 39, .14);
  background: rgba(248, 250, 252, .9);
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.gf-product-service-panel .gf-product-card-cta-row .gf-text-link:hover {
  border-color: rgba(17, 24, 39, .24);
  background: #ffffff;
}

.gf-product-compare-card {
  position: relative;
}

.gf-product-compare-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #111827 0%, #6b7280 100%);
}

.gf-product-archive-head-tight {
  align-items: end;
}

.gf-product-archive-cta {
  margin-top: 30px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.gf-product-archive-cta > div:first-child {
  max-width: 700px;
}

.gf-product-process-card span {
  margin-bottom: 16px;
}

@media (max-width: 1100px) {
  .gf-product-archive-hero-grid,
  .gf-product-archive-hero-shell {
    grid-template-columns: 1fr;
  }

  .gf-product-archive-hero {
    padding: 72px 0 50px;
  }

  .gf-product-archive-hero-shell {
    gap: 28px;
    padding: 34px;
  }

  .gf-product-archive-copy {
    max-width: none;
    gap: 20px;
  }

  .gf-product-archive-copy .gf-page-title {
    max-width: 14ch;
  }

  .gf-product-archive-actions-shell {
    gap: 16px;
    padding-top: 18px;
  }

  .gf-product-archive-panel {
    max-width: 720px;
  }

  .gf-product-archive-panel-card {
    padding: 28px;
    gap: 18px;
  }

  .gf-product-archive-jump-links {
    gap: 8px;
  }

  .gf-product-archive-jump-links a {
    min-height: 38px;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .gf-product-archive-hero {
    padding: 56px 0 36px;
  }

  .gf-product-archive-hero-shell {
    gap: 22px;
    padding: 24px;
  }

  .gf-product-archive-copy {
    gap: 16px;
  }

  .gf-product-archive-copy .gf-page-title {
    max-width: none;
    font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .gf-product-archive-copy .gf-page-subtitle {
    font-size: 14px;
    line-height: 1.7;
  }

  .gf-product-archive-panel {
    max-width: none;
  }

  .gf-product-archive-panel-card {
    padding: 24px;
    gap: 16px;
  }

  .gf-product-archive-cta {
    margin-top: 22px;
  }

  .gf-product-archive-actions-shell {
    padding-top: 16px;
    gap: 12px;
  }

  .gf-product-archive-actions {
    gap: 10px;
  }

  .gf-product-archive-jump-links {
    gap: 6px;
  }

  .gf-product-archive-jump-links a {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  .gf-product-service-panel .gf-product-card-specs,
  .gf-product-service-panel .gf-product-focus-block {
    padding: 16px;
  }

  .gf-product-service-panel .gf-product-card-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gf-product-service-panel .gf-product-card-cta-row .gf-btn,
  .gf-product-service-panel .gf-product-card-cta-row .gf-text-link {
    width: 100%;
    justify-content: center;
  }
}
.page-template-page-routes .gf-routes-hero {
  padding-bottom: 72px;
}

.gf-routes-directory-section {
  padding-top: 24px;
}

.gf-route-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gf-route-directory-card {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  padding: 28px;
  color: var(--gf-fg);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.gf-route-directory-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
  border-color: rgba(29, 78, 216, 0.25);
}

.gf-route-directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.gf-route-directory-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  background: #e0e7ff;
  color: #3730a3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-route-directory-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.gf-route-directory-country {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gf-route-directory-country:last-child {
  text-align: right;
  align-items: flex-end;
}

.gf-route-directory-country strong {
  font-size: 32px;
  line-height: 1;
  color: #0f172a;
}

.gf-route-directory-country span {
  font-size: 13px;
  color: #64748b;
}

.gf-route-directory-line {
  min-width: 80px;
}

.gf-route-directory-line span {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(100,116,139,.22) 0%, rgba(29,78,216,.5) 100%);
  position: relative;
}

.gf-route-directory-line span::after {
  content: '→';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-58%);
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 700;
}

.gf-route-directory-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.3;
  color: #0f172a;
}

.gf-route-directory-excerpt {
  margin: 0 0 22px;
  color: #475569;
  line-height: 1.8;
  min-height: 88px;
}

.gf-route-directory-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.gf-route-directory-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.gf-route-directory-meta strong {
  font-size: 14px;
  line-height: 1.7;
  color: #0f172a;
}

.gf-route-directory-arrow {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #1d4ed8;
}

.gf-route-catalog-support {
  padding-top: 8px;
}

.gf-routes-support-card {
  padding: 34px;
}

.gf-routes-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.gf-routes-support-grid h3 {
  margin: 0 0 12px;
  color: #0f172a;
}

.gf-routes-sidebar-card .gf-btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .gf-route-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gf-route-directory-grid,
  .gf-routes-support-grid,
  .gf-route-directory-flow {
    grid-template-columns: 1fr;
  }

  .gf-route-directory-line {
    display: none;
  }

  .gf-route-directory-country:last-child {
    text-align: left;
    align-items: flex-start;
  }

  .gf-route-directory-excerpt {
    min-height: 0;
  }

  .gf-route-directory-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Products archive second-pass refinement */
.gf-product-archive-jump-links {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gf-product-archive-jump-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.gf-product-archive-jump-links a:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
}

.gf-product-archive-compare {
  padding-top: 36px;
  background: linear-gradient(180deg, rgba(243, 244, 246, .92) 0%, #ffffff 100%);
}

.gf-product-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gf-product-compare-card {
  position: relative;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gf-product-compare-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #111827;
  opacity: .12;
}

.gf-product-compare-card:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 24, 39, .22);
  box-shadow: 0 22px 44px rgba(15, 23, 42, .08);
}

.gf-product-compare-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-product-compare-card strong {
  display: block;
  margin-bottom: 10px;
  color: #111827;
  font-size: 20px;
  line-height: 1.4;
}

.gf-product-compare-card p {
  margin: 0;
  color: #4b5563;
}

.gf-product-compare-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #374151;
}

.gf-product-compare-card li::marker {
  color: #111827;
}

.gf-product-card-enhanced[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 1100px) {
  .gf-product-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .gf-product-compare-grid {
    grid-template-columns: 1fr;
  }

  .gf-product-archive-jump-links a {
    min-height: 34px;
    padding: 0 12px;
  }
}
.gf-routes-service-section {
  padding-top: 18px;
  padding-bottom: 8px;
}

.gf-route-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gf-route-service-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 24px 22px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  color: var(--gf-fg);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}

.gf-route-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.12);
  border-color: rgba(29, 78, 216, 0.24);
}

.gf-route-service-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  position: relative;
  z-index: 1;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 2px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10), 0 10px 24px rgba(15, 23, 42, 0.10);
}

.gf-route-service-icon img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

.gf-route-service-card h2 {
  margin: 2px 0 8px;
  font-size: 20px;
  color: #0f172a;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere;
}

.gf-route-service-card p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.gf-route-service-card strong {
  grid-column: 1 / -1;
  display: inline-flex;
  justify-self: flex-start;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  position: relative;
  z-index: 1;
}

.gf-route-directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.gf-route-directory-copy {
  max-width: 620px;
  margin: 0;
  color: #475569;
  line-height: 1.8;
}

.gf-route-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.gf-route-service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

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

  .gf-route-directory-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .gf-route-service-grid {
    grid-template-columns: 1fr;
  }

  .gf-route-service-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .gf-route-service-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 16px;
  }
}
.gf-routes-hero .gf-page-subtitle {
  max-width: 860px;
}

.gf-routes-quick-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.gf-routes-guide-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
}

.gf-routes-guide-card span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
}

.gf-routes-guide-card strong {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
}

.gf-routes-guide-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.gf-routes-region-section {
  padding-top: 8px;
  padding-bottom: 18px;
}

.gf-route-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gf-route-region-card {
  display: block;
  padding: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(29, 78, 216, 0.12);
  color: var(--gf-fg);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}

.gf-route-region-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.10);
  border-color: rgba(29, 78, 216, 0.26);
}

.gf-route-region-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.gf-route-region-top p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.gf-route-region-top strong {
  font-size: 13px;
  color: #1d4ed8;
  white-space: nowrap;
}

.gf-route-region-card__desc {
  display: block;
  color: #475569;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.gf-routes-directory-section {
  padding-top: 30px;
}

.gf-route-directory-grid {
  gap: 22px;
}

.gf-route-directory-card {
  padding: 26px;
}

.gf-route-directory-card h2,
.gf-route-directory-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  line-height: 1.35;
}

.gf-route-directory-card-compact h3 {
  font-size: 22px;
}

.gf-route-directory-card-compact p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.gf-route-directory-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-route-directory-card-compact {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.gf-route-service-tags span.is-region {
  background: #0f172a;
  color: #fff;
}

.gf-route-catalog-support {
  padding-top: 24px;
}

@media (max-width: 1100px) {
  .gf-routes-quick-guide,
  .gf-route-region-grid,
  .gf-route-directory-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gf-routes-quick-guide,
  .gf-route-region-grid,
  .gf-route-directory-grid-compact {
    grid-template-columns: 1fr;
  }
}

/* Products archive style polish */
.gf-product-archive-copy .gf-page-subtitle {
  max-width: 62ch;
  color: rgba(255, 255, 255, .82);
}

.gf-product-archive-panel-card {
  border-radius: 28px;
}

.post-type-archive-product .gf-product-summary-card,
.post-type-archive-product .gf-product-process-card,
.post-type-archive-product .gf-product-compare-card,
.post-type-archive-product .gf-product-card-enhanced,
.tax-product_cat .gf-product-summary-card,
.tax-product_cat .gf-product-process-card,
.tax-product_cat .gf-product-compare-card,
.tax-product_cat .gf-product-card-enhanced {
  border-radius: 26px;
}

.post-type-archive-product .gf-product-card-enhanced,
.tax-product_cat .gf-product-card-enhanced {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.post-type-archive-product .gf-product-card-enhanced:hover,
.tax-product_cat .gf-product-card-enhanced:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, .10);
  border-color: rgba(17, 24, 39, .18);
}

.post-type-archive-product .gf-product-card-enhanced .gf-product-card-image,
.tax-product_cat .gf-product-card-enhanced .gf-product-card-image {
  position: relative;
  min-height: 250px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.post-type-archive-product .gf-product-card-enhanced .gf-product-card-image::after,
.tax-product_cat .gf-product-card-enhanced .gf-product-card-image::after {
  content: '';
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .78);
  pointer-events: none;
}

.post-type-archive-product .gf-product-card-enhanced .gf-product-card-image img,
.tax-product_cat .gf-product-card-enhanced .gf-product-card-image img {
  filter: drop-shadow(0 16px 28px rgba(15, 23, 42, .10));
}

.post-type-archive-product .gf-product-card-enhanced .gf-product-card-body,
.tax-product_cat .gf-product-card-enhanced .gf-product-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.post-type-archive-product .gf-product-card-copy,
.tax-product_cat .gf-product-card-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-type-archive-product .gf-product-card-eyebrow,
.tax-product_cat .gf-product-card-eyebrow {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.post-type-archive-product .gf-product-card-enhanced h2,
.tax-product_cat .gf-product-card-enhanced h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.post-type-archive-product .gf-product-card-enhanced h2 a,
.tax-product_cat .gf-product-card-enhanced h2 a {
  color: #0f172a;
  text-decoration: none;
}

.post-type-archive-product .gf-product-card-enhanced h2 a:hover,
.tax-product_cat .gf-product-card-enhanced h2 a:hover {
  color: #111827;
}

.post-type-archive-product .gf-product-fit,
.tax-product_cat .gf-product-fit {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: #111827;
}

.post-type-archive-product .gf-product-card-copy > p:last-child,
.tax-product_cat .gf-product-card-copy > p:last-child {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.post-type-archive-product .gf-product-meta-row,
.tax-product_cat .gf-product-meta-row {
  gap: 10px;
}

.post-type-archive-product .gf-product-meta-row span,
.tax-product_cat .gf-product-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
}

.post-type-archive-product .gf-product-card-specs,
.tax-product_cat .gf-product-card-specs {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(15, 23, 42, .07);
  list-style: none;
}

.post-type-archive-product .gf-product-card-specs li,
.tax-product_cat .gf-product-card-specs li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
  color: #334155;
}

.post-type-archive-product .gf-product-card-specs li strong,
.tax-product_cat .gf-product-card-specs li strong {
  color: #0f172a;
}

.post-type-archive-product .gf-product-focus-block,
.tax-product_cat .gf-product-focus-block {
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, .07);
}

.post-type-archive-product .gf-product-focus-block > span,
.tax-product_cat .gf-product-focus-block > span {
  display: inline-block;
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.post-type-archive-product .gf-product-focus-block ul,
.tax-product_cat .gf-product-focus-block ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-type-archive-product .gf-product-focus-block li,
.tax-product_cat .gf-product-focus-block li {
  position: relative;
  padding-left: 16px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.62;
}

.post-type-archive-product .gf-product-focus-block li::before,
.tax-product_cat .gf-product-focus-block li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #111827;
}

.post-type-archive-product .gf-product-card-cta-row,
.tax-product_cat .gf-product-card-cta-row {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  align-items: center;
  justify-content: space-between;
}

.post-type-archive-product .gf-product-card-cta-row .gf-btn,
.tax-product_cat .gf-product-card-cta-row .gf-btn,
.post-type-archive-product .gf-product-card-cta-row .gf-text-link,
.tax-product_cat .gf-product-card-cta-row .gf-text-link {
  min-height: 46px;
}

@media (prefers-reduced-motion: reduce) {
  .post-type-archive-product .gf-product-card-enhanced,
  .tax-product_cat .gf-product-card-enhanced {
    transition: none;
  }
}

@media (max-width: 768px) {
  .post-type-archive-product .gf-product-card-enhanced .gf-product-card-body,
  .tax-product_cat .gf-product-card-enhanced .gf-product-card-body {
    padding: 22px;
  }

  .post-type-archive-product .gf-product-card-enhanced h2,
  .tax-product_cat .gf-product-card-enhanced h2 {
    font-size: 24px;
  }

  .post-type-archive-product .gf-product-card-specs li,
  .tax-product_cat .gf-product-card-specs li {
    flex-direction: column;
    gap: 4px;
  }
}
.gf-routes-jump-section {
  padding-top: 0;
  padding-bottom: 10px;
}

.gf-routes-jumpbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.gf-routes-jump-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.gf-routes-jump-group span {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
}

.gf-routes-jump-group a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
}

.gf-routes-jump-group a:hover {
  border-color: rgba(29, 78, 216, 0.28);
  color: #1d4ed8;
}

.gf-route-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gf-route-capability-card {
  display: block;
  padding: 22px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: var(--gf-fg);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gf-route-capability-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.10);
  border-color: rgba(29, 78, 216, 0.24);
}

.gf-route-capability-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 12px;
}

.gf-route-capability-head strong {
  font-size: 20px;
  line-height: 1.4;
  color: #0f172a;
}

.gf-route-capability-head span {
  font-size: 12px;
  font-weight: 800;
  color: #1d4ed8;
  white-space: nowrap;
}

.gf-route-capability-card p {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.8;
}

.gf-route-capability-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.20);
}

.gf-route-capability-meta em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.gf-route-capability-meta b {
  font-size: 13px;
  color: #1d4ed8;
}

@media (max-width: 1100px) {
  .gf-route-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gf-routes-jumpbar,
  .gf-route-capability-grid {
    grid-template-columns: 1fr;
  }

  .gf-routes-jumpbar {
    display: grid;
  }

  .gf-route-capability-grid {
    grid-template-columns: 1fr;
  }
}
.gf-routes-tab-btn {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.gf-routes-tab-btn:hover {
  border-color: rgba(15, 23, 42, 0.18);
  color: #111827;
  transform: translateY(-1px);
}

.gf-routes-tab-btn.is-active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.gf-routes-tab-panel {
  display: none;
}

.gf-routes-tab-panel.is-active {
  display: block;
}

/* Home + products responsive and spacing polish */
.gf-hero-inner {
  max-width: 760px;
}

.gf-hero h1 {
  max-width: 11ch;
  letter-spacing: -0.03em;
}

.gf-stats-grid,
.gf-services-grid,
.gf-routes-grid,
.gf-articles-grid {
  align-items: stretch;
}

.gf-stat,
.gf-service-card,
.gf-route-card,
.gf-home-article-card {
  border-radius: 24px;
}

.gf-service-card,
.gf-route-card,
.gf-home-article-card {
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
  border: 1px solid rgba(15, 23, 42, .07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.gf-service-card:hover,
.gf-route-card:hover,
.gf-home-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, .10);
  border-color: rgba(29, 78, 216, .16);
}

.gf-service-card p,
.gf-home-article-card p {
  font-size: 15px;
  line-height: 1.72;
}

.gf-home-article-card h3,
.gf-service-card h3 {
  letter-spacing: -.02em;
}

.gf-routes-head,
.gf-articles-head {
  gap: 20px;
}

.gf-home .gf-section-copy {
  max-width: 62ch;
}

.gf-home-contact-form-shell,
.gf-home-contact-panel,
.gf-cta .gf-wrap {
  border-radius: 28px;
}

.gf-home-contact-form-shell,
.gf-home-contact-panel {
  box-shadow: 0 20px 48px rgba(15, 23, 42, .06);
}

.gf-home .gf-form label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.gf-input,
.gf-textarea {
  border-radius: 16px;
}

.gf-product-summary-card p,
.gf-product-process-card p,
.gf-product-compare-card p,
.post-type-archive-product .gf-product-card-copy > p:not(.gf-product-fit):not(.gf-product-card-eyebrow),
.tax-product_cat .gf-product-card-copy > p:not(.gf-product-fit):not(.gf-product-card-eyebrow) {
  text-wrap: pretty;
}

.gf-product-archive-actions .gf-btn,
.gf-product-archive-cta-actions .gf-btn,
.post-type-archive-product .gf-product-card-cta-row .gf-btn,
.tax-product_cat .gf-product-card-cta-row .gf-btn,
.post-type-archive-product .gf-product-card-cta-row .gf-text-link,
.tax-product_cat .gf-product-card-cta-row .gf-text-link,
.gf-product-archive-jump-links a {
  min-width: 0;
}

@media (max-width: 1100px) {
  .gf-wrap,
  .gf-hero-inner,
  .gf-page-hero .gf-wrap {
    width: min(100% - 36px, 1280px);
  }

  .gf-section,
  .gf-page-hero {
    padding: 80px 0;
  }

  .gf-hero-inner {
    padding: 148px 0 72px;
  }
}

@media (max-width: 900px) {
  .gf-stats-grid,
  .gf-services-grid,
  .gf-routes-grid,
  .gf-articles-grid,
  .gf-contact-grid,
  .gf-about-grid {
    grid-template-columns: 1fr;
  }

  .gf-routes-head,
  .gf-articles-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .gf-home-contact-panel,
  .gf-home-contact-form-shell {
    padding: 24px;
  }

  .post-type-archive-product .gf-product-card-cta-row,
  .tax-product_cat .gf-product-card-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .post-type-archive-product .gf-product-card-cta-row .gf-text-link,
  .tax-product_cat .gf-product-card-cta-row .gf-text-link,
  .post-type-archive-product .gf-product-card-cta-row .gf-btn,
  .tax-product_cat .gf-product-card-cta-row .gf-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .gf-wrap,
  .gf-hero-inner,
  .gf-page-hero .gf-wrap {
    width: calc(100% - 24px);
  }

  .gf-nav {
    min-height: 68px;
    gap: 14px;
  }

  .gf-brand,
  .gf-footer-brand-link {
    font-size: 17px;
    gap: 10px;
  }

  .gf-brand-mark,
  .gf-footer-brand-mark {
    width: 36px;
    height: 36px;
  }

  .gf-hero-inner {
    padding: 132px 0 54px;
  }

  .gf-hero,
  .gf-page-hero {
    min-height: auto;
  }

  .gf-section,
  .gf-page-hero {
    padding: 64px 0;
  }

  .gf-hero-actions,
  .gf-cta-actions,
  .gf-route-hero-actions,
  .gf-product-archive-actions,
  .gf-product-archive-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gf-btn,
  .gf-btn-outline,
  .gf-btn-ghost,
  .gf-product-archive-actions .gf-btn,
  .gf-product-archive-cta-actions .gf-btn,
  .gf-footer-cta .gf-btn {
    width: 100%;
  }

  .gf-hero-copy,
  .gf-page-subtitle,
  .gf-section-copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .gf-stat,
  .gf-service-card,
  .gf-route-card,
  .gf-home-article-card,
  .gf-product-summary-card,
  .gf-product-process-card,
  .gf-product-compare-card,
  .post-type-archive-product .gf-product-card-enhanced,
  .tax-product_cat .gf-product-card-enhanced,
  .gf-product-archive-panel-card,
  .gf-product-archive-cta,
  .gf-home-contact-panel,
  .gf-home-contact-form-shell {
    border-radius: 22px;
  }

  .post-type-archive-product .gf-product-card-enhanced .gf-product-card-image::after,
  .tax-product_cat .gf-product-card-enhanced .gf-product-card-image::after {
    inset: 12px;
    border-radius: 18px;
  }

  .gf-product-archive-jump-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gf-product-archive-jump-links a {
    width: 100%;
    justify-content: center;
  }

  .gf-home .gf-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .gf-product-archive-jump-links {
    grid-template-columns: 1fr;
  }

  .gf-page-title,
  .gf-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .gf-section-title {
    font-size: clamp(24px, 8vw, 32px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-service-card,
  .gf-route-card,
  .gf-home-article-card {
    transition: none;
  }
}

.gf-floating-consult {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 1200;
}

.gf-floating-consult-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .24);
  cursor: pointer;
}

.gf-floating-consult-trigger:hover {
  background: linear-gradient(135deg, #111827 0%, #334155 100%);
}

.gf-floating-consult-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .42);
  z-index: 1198;
}

.gf-floating-consult-panel {
  position: fixed;
  right: 24px;
  bottom: 96px;
  width: min(420px, calc(100vw - 32px));
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 28px 72px rgba(15, 23, 42, .22);
  z-index: 1199;
}

.gf-floating-consult-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.gf-floating-consult-head h3 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.18;
}

.gf-floating-consult-head p {
  margin: 10px 0 0;
  color: #526277;
}

.gf-floating-consult-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.gf-floating-consult-quicklinks {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.gf-floating-consult-quicklinks a {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.gf-floating-consult-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.gf-floating-consult-qr-card {
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 20px;
  background: #fff;
  display: grid;
  gap: 12px;
}

.gf-floating-consult-qr-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
}

.gf-floating-consult-qr-card .gf-btn-outline {
  width: 100%;
  justify-content: center;
}

.gf-floating-consult-form-shell {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 20px;
  background: #fff;
}

.gf-floating-consult-form .gf-form-grid,
.gf-floating-consult-form-shell .wpcf7-form,
.gf-floating-consult-form-shell form {
  margin: 0;
}

body.gf-floating-consult-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .gf-floating-consult {
    right: 16px;
    bottom: 16px;
  }

  .gf-floating-consult-trigger {
    min-height: 52px;
    padding: 0 18px;
  }

  .gf-floating-consult-panel {
    right: 16px;
    left: 16px;
    bottom: 80px;
    width: auto;
    max-height: calc(100vh - 112px);
    padding: 20px;
    border-radius: 24px;
  }

  .gf-floating-consult-qr-grid {
    grid-template-columns: 1fr;
  }
}

.gf-route-service-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.gf-route-service-card.is-active {
  border-color: rgba(29, 78, 216, 0.38);
  box-shadow: 0 28px 60px rgba(29, 78, 216, 0.12);
  transform: translateY(-4px);
}

.gf-route-service-card.is-active .gf-route-service-icon {
  background: #1d4ed8;
}

.gf-route-service-card.is-active strong {
  color: #0f172a;
}
.gf-route-region-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.gf-route-region-card.is-active {
  border-color: rgba(29, 78, 216, 0.32);
  box-shadow: 0 26px 56px rgba(29, 78, 216, 0.10);
  transform: translateY(-3px);
}

.gf-route-region-card.is-active .gf-route-region-top p,
.gf-route-region-card.is-active .gf-route-region-top strong {
  color: #1d4ed8;
}

/* Products banner typography tuning */
.gf-product-archive-hero {
  padding-top: 138px;
  padding-bottom: 46px;
}

.gf-product-archive-copy .gf-page-title {
  max-width: 15ch;
  margin-bottom: 16px;
  font-size: clamp(38px, 4.5vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-routes-hero .gf-page-title {
  max-width: none;
  white-space: nowrap;
}

.gf-product-archive-copy .gf-page-subtitle {
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .80);
}

.gf-product-archive-copy .gf-section-kicker {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .92);
}

.gf-product-archive-actions {
  margin-top: 26px;
}

@media (max-width: 1024px) {
  .gf-product-archive-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gf-product-archive-copy {
    max-width: 100%;
  }

  .gf-product-archive-copy .gf-page-title {
    max-width: 17ch;
    font-size: clamp(34px, 5.4vw, 46px);
    line-height: 1.08;
  }
}

@media (max-width: 768px) {
  .gf-product-archive-hero {
    padding-top: 118px;
    padding-bottom: 34px;
  }

  .gf-product-archive-copy .gf-page-title {
    max-width: none;
    font-size: clamp(28px, 7.8vw, 38px);
    margin-bottom: 12px;
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .gf-product-archive-copy .gf-page-subtitle {
    max-width: none;
    font-size: 14px;
    line-height: 1.72;
  }
}


/* Routes page visual tightening + icon spacing pass */
body.page-slug-routes .gf-routes-hero {
  padding-top: 132px;
  padding-bottom: 24px;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-routes-hero .gf-page-title {
  max-width: 10ch;
  margin-bottom: 14px;
  font-size: clamp(40px, 5.2vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.page-slug-routes .gf-routes-hero .gf-page-subtitle {
  max-width: 60ch;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.72;
}

body.page-slug-routes .gf-routes-quick-guide {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-slug-routes .gf-routes-guide-card {
  min-height: 100%;
  padding: 16px 16px 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
}

body.page-slug-routes .gf-routes-guide-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

body.page-slug-routes .gf-routes-guide-card strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

body.page-slug-routes .gf-routes-guide-card p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
  line-height: 1.62;
}

body.page-slug-routes .gf-routes-jump-section {
  padding-top: 18px;
  padding-bottom: 14px;
}

body.page-slug-routes .gf-routes-jumpbar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body.page-slug-routes .gf-routes-jump-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body.page-slug-routes .gf-routes-jump-group > span {
  flex: 0 0 100%;
  margin-bottom: 0;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-slug-routes .gf-routes-tab-btn {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  gap: 6px;
}

body.page-slug-routes .gf-routes-tab-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

body.page-template-default .gf-routes-service-section,
body.page-slug-routes .gf-routes-service-section {
  padding-top: 20px;
  padding-bottom: 28px;
}

body.page-template-default .gf-routes-region-section,
body.page-slug-routes .gf-routes-region-section {
  padding-top: 0;
  padding-bottom: 30px;
}

body.page-template-default .gf-routes-cards-switch,
body.page-template-default .gf-route-region-grid,
body.page-slug-routes .gf-routes-cards-switch,
body.page-slug-routes .gf-route-region-grid {
  display: grid;
  align-items: stretch;
}

body.page-template-default .gf-routes-cards-switch,
body.page-slug-routes .gf-routes-cards-switch {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

body.page-template-default .gf-route-region-grid,
body.page-slug-routes .gf-route-region-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(248,250,252,0.92) 100%);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

body.page-template-default .gf-routes-service-card-shell,
body.page-template-default .gf-route-region-card,
body.page-slug-routes .gf-routes-service-card-shell,
body.page-slug-routes .gf-route-region-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

body.page-template-default .gf-routes-service-card-shell,
body.page-slug-routes .gf-routes-service-card-shell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

body.page-template-default .gf-routes-service-card-shell > div:nth-child(2),
body.page-slug-routes .gf-routes-service-card-shell > div:nth-child(2) {
  width: 100%;
  display: grid;
  gap: 10px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

body.page-template-default .gf-routes-service-card-shell::after,
body.page-template-default .gf-route-region-card::after,
body.page-slug-routes .gf-route-service-card::after,
body.page-slug-routes .gf-routes-service-card-shell::after,
body.page-slug-routes .gf-route-region-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

body.page-template-default .gf-routes-service-card-shell__icon,
body.page-template-default .gf-route-region-icon,
body.page-slug-routes .gf-route-service-icon,
body.page-slug-routes .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-region-icon {
  width: 64px;
  height: 64px;
  margin: 0 0 2px;
  flex: 0 0 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.10);
}

body.page-template-default .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-service-icon,
body.page-slug-routes .gf-routes-service-card-shell__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  margin: 0;
  align-self: flex-start;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.10);
  position: relative;
  z-index: 0;
}

body.page-template-default .gf-route-region-card,
body.page-slug-routes .gf-route-region-card {
  gap: 12px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

body.page-template-default .gf-route-region-card::before,
body.page-slug-routes .gf-route-region-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(37,99,235,0.18) 0%, rgba(37,99,235,0.02) 100%);
}

body.page-template-default .gf-route-region-icon,
body.page-slug-routes .gf-route-region-icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-radius: 14px;
  background: #f8fbff;
}

body.page-template-default .gf-route-region-icon img,
body.page-slug-routes .gf-route-region-icon img {
  width: 18px;
  height: 18px;
}

body.page-template-default .gf-routes-service-card-shell__icon img,
body.page-template-default .gf-route-region-icon img,
body.page-slug-routes .gf-route-service-icon img,
body.page-slug-routes .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-route-region-icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

body.page-template-default .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-route-service-icon img,
body.page-slug-routes .gf-routes-service-card-shell__icon img {
  width: 18px;
  height: 18px;
  opacity: 1;
}

body.page-template-default .gf-routes-service-card-shell.is-air .gf-routes-service-card-shell__icon,
body.page-template-default .gf-routes-service-card-shell.is-transport .gf-routes-service-card-shell__icon,
body.page-template-default .gf-routes-service-card-shell.is-parcel .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-service-card.is-air .gf-route-service-icon,
body.page-slug-routes .gf-route-service-card.is-transport .gf-route-service-icon,
body.page-slug-routes .gf-route-service-card.is-parcel .gf-route-service-icon,
body.page-slug-routes .gf-routes-service-card-shell.is-air .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-routes-service-card-shell.is-transport .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-routes-service-card-shell.is-parcel .gf-routes-service-card-shell__icon {
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
}

body.page-template-default .gf-route-region-icon img,
body.page-slug-routes .gf-route-region-icon img {
  filter: none;
}

/* Routes page icon inversion: default black container with white icon */
body.page-slug-routes .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-region-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #0f172a;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body.page-slug-routes .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-route-region-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter .22s ease, opacity .22s ease, transform .22s ease;
  opacity: 1;
}

body.page-slug-routes .gf-routes-service-card-shell:hover .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-routes-service-card-shell:focus-visible .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-region-card:hover .gf-route-region-icon,
body.page-slug-routes .gf-route-region-card:focus-visible .gf-route-region-icon,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-icon {
  background: #e5e7eb;
  border-color: rgba(15, 23, 42, .14);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
}

body.page-slug-routes .gf-routes-service-card-shell:hover .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-routes-service-card-shell:focus-visible .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-route-region-card:hover .gf-route-region-icon img,
body.page-slug-routes .gf-route-region-card:focus-visible .gf-route-region-icon img,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-icon img {
  opacity: .76;
  filter: brightness(0) saturate(100%);
}

body.page-slug-routes .gf-routes-service-card-shell,
body.page-slug-routes .gf-route-region-card {
  gap: 14px;
  padding: 24px;
}

body.page-slug-routes .gf-route-region-top,
body.page-slug-routes .gf-routes-service-card-shell__top {
  margin-top: 2px;
  gap: 8px;
}

body.page-slug-routes .gf-routes-service-card-shell__desc,
body.page-slug-routes .gf-route-region-card__desc {
  margin-top: 2px;
  line-height: 1.72;
}

body.page-slug-routes .gf-routes-service-card-shell:hover,
body.page-slug-routes .gf-route-region-card:hover {
  transform: translateY(-2px);
}

body.page-template-default .gf-routes-service-card-shell__desc,
body.page-slug-routes .gf-routes-service-card-shell__desc {
  display: grid;
  gap: 8px;
}

body.page-template-default .gf-routes-service-card-shell__top p,
body.page-template-default .gf-route-region-top p,
body.page-slug-routes .gf-route-service-card h2,
body.page-slug-routes .gf-route-region-top p,
body.page-slug-routes .gf-routes-service-card-shell__top p {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

body.page-template-default .gf-routes-service-card-shell__desc,
body.page-template-default .gf-route-region-card__desc,
body.page-slug-routes .gf-route-service-card p,
body.page-slug-routes .gf-route-region-card__desc,
body.page-slug-routes .gf-routes-service-card-shell__desc {
  margin: 0;
  color: #526277;
  font-size: 13px;
  line-height: 1.58;
}

body.page-template-default .gf-routes-service-card-shell__top strong,
body.page-template-default .gf-route-region-top strong,
body.page-slug-routes .gf-route-service-card strong,
body.page-slug-routes .gf-route-region-top strong,
body.page-slug-routes .gf-routes-service-card-shell__top strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 0;
  padding: 0 11px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.page-template-default .gf-routes-service-card-shell__top p,
body.page-template-default .gf-routes-service-card-shell__desc,
body.page-slug-routes .gf-route-service-card h2,
body.page-slug-routes .gf-route-service-card p,
body.page-slug-routes .gf-routes-service-card-shell__top p,
body.page-slug-routes .gf-routes-service-card-shell__desc {
  overflow-wrap: anywhere;
}

body.page-template-default .gf-route-region-top p,
body.page-slug-routes .gf-route-region-top p {
  font-size: 16px;
  line-height: 1.32;
}

body.page-template-default .gf-route-region-top strong,
body.page-slug-routes .gf-route-region-top strong {
  min-height: 28px;
  padding: 0 10px;
  font-size: 11px;
}

body.page-template-default .gf-route-region-card__desc,
body.page-slug-routes .gf-route-region-card__desc {
  font-size: 13px;
  line-height: 1.62;
}

body.page-template-default .gf-route-region-top,
body.page-template-default .gf-routes-service-card-shell__top,
body.page-slug-routes .gf-route-region-top,
body.page-slug-routes .gf-routes-service-card-shell__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.page-slug-routes .gf-route-region-top,
body.page-slug-routes .gf-routes-service-card-shell__top {
  gap: 8px;
}

body.page-slug-routes .gf-routes-service-card-shell__desc,
body.page-slug-routes .gf-route-region-card__desc {
  margin-top: 2px !important;
  line-height: 1.72 !important;
}

body.page-template-default .gf-routes-service-card-shell.is-active,
body.page-template-default .gf-route-region-card.is-active,
body.page-slug-routes .gf-route-service-card.is-active,
body.page-slug-routes .gf-routes-service-card-shell.is-active,
body.page-slug-routes .gf-route-region-card.is-active {
  border-color: rgba(15, 23, 42, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  transform: translateY(-4px);
}

body.page-template-default .gf-route-region-card.is-active,
body.page-slug-routes .gf-route-region-card.is-active {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body.page-template-default .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon,
body.page-template-default .gf-route-region-card.is-active .gf-route-region-icon,
body.page-slug-routes .gf-route-service-card.is-active .gf-route-service-icon,
body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-icon {
  background: #e5e7eb;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
}

body.page-template-default .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon img,
body.page-template-default .gf-route-region-card.is-active .gf-route-region-icon img,
body.page-slug-routes .gf-route-service-card.is-active .gf-route-service-icon img,
body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-icon img {
  opacity: .76;
  filter: brightness(0) saturate(100%);
}

body.page-template-default .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__top p,
body.page-template-default .gf-route-region-card.is-active .gf-route-region-top p,
body.page-slug-routes .gf-route-service-card.is-active h2,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-top p,
body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__top p {
  color: #0f172a;
}

/* Routes page icon inversion: keep active state inverted only for category cards */
body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-icon {
  background: #ffffff;
  border-color: rgba(15, 23, 42, .14);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
}

body.page-slug-routes .gf-routes-service-card-shell.is-active .gf-routes-service-card-shell__icon img,
body.page-slug-routes .gf-route-region-card.is-active .gf-route-region-icon img {
  opacity: .76;
  filter: brightness(0) saturate(100%);
}

body.page-template-default .gf-routes-directory-section,
body.page-template-default .gf-routes-region-lane-section,
body.page-slug-routes .gf-routes-directory-section,
body.page-slug-routes .gf-routes-region-lane-section {
  padding-top: 14px;
}

body.page-template-default .gf-route-directory-head,
body.page-slug-routes .gf-route-directory-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

body.page-template-default .gf-route-directory-copy,
body.page-slug-routes .gf-route-directory-copy {
  margin: 0;
  color: #526277;
  line-height: 1.8;
}

body.page-slug-routes .gf-route-directory-head.is-primary-service-head {
  margin-bottom: 20px;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 22px;
  margin-bottom: 28px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #050505 0%, #111111 55%, #1a1a1a 100%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__main,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__side {
  display: grid;
  gap: 14px;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__eyebrow,
body.page-slug-routes .gf-route-capability-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__main h3,
body.page-slug-routes .gf-route-capability-intro h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__main p {
  margin: 0;
  max-width: 62ch;
  color: rgba(255,255,255,0.82);
  line-height: 1.82;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight strong,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight h3 {
  color: #fff;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight .gf-section-title,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight .gf-page-title,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight .gf-route-directory-copy,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight .gf-richtext,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight .gf-richtext * {
  color: #fff;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__side {
  align-content: start;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__side > div {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__side strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight__side span {
  display: block;
  color: rgba(255,255,255,0.80);
  line-height: 1.7;
}

body.page-slug-routes .gf-route-directory-grid--primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

body.page-slug-routes .gf-route-directory-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 16px;
  padding: 28px;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transform: none;
}

body.page-slug-routes .gf-route-directory-card:hover,
body.page-slug-routes .gf-route-directory-card:focus-visible {
  transform: none;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.10);
}

body.page-slug-routes .gf-route-directory-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #111111 0%, #3a3a3a 100%);
  opacity: 0;
  transition: opacity .22s ease;
}

body.page-slug-routes .gf-route-directory-card:hover::before,
body.page-slug-routes .gf-route-directory-card:focus-visible::before {
  opacity: 1;
}

body.page-slug-routes .gf-route-directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

body.page-slug-routes .gf-route-modes {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

body.page-slug-routes .gf-route-modes img {
  width: 16px;
  height: 16px;
  opacity: 0.84;
}

body.page-slug-routes .gf-route-directory-tag {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-slug-routes .gf-route-directory-flow {
  margin-bottom: 0;
}

body.page-slug-routes .gf-route-directory-country {
  display: grid;
  gap: 6px;
}

body.page-slug-routes .gf-route-directory-country strong {
  font-size: 24px;
  line-height: 1;
}

body.page-slug-routes .gf-route-directory-country span {
  font-size: 13px;
  color: #64748b;
}

body.page-slug-routes .gf-route-directory-card h2,
body.page-slug-routes .gf-route-directory-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

body.page-slug-routes .gf-route-directory-excerpt {
  margin: 0;
  color: #526277;
  font-size: 14px;
  line-height: 1.72;
}

body.page-slug-routes .gf-route-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  margin-bottom: 0;
}

body.page-slug-routes .gf-route-service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

body.page-slug-routes .gf-route-directory-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

body.page-slug-routes .gf-route-directory-label {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.page-slug-routes .gf-route-directory-meta strong {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.6;
}

body.page-slug-routes .gf-route-directory-arrow {
  color: #1d4ed8;
  font-weight: 800;
}

body.page-slug-routes .gf-route-directory-card-compact {
  padding: 22px;
  border-radius: 22px;
}

body.page-slug-routes .gf-route-directory-card-compact h3 {
  font-size: 20px;
}

body.page-slug-routes .gf-route-directory-card-compact p {
  font-size: 14px;
  line-height: 1.68;
}

body.page-slug-routes .gf-route-capability-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
  padding: 0 2px;
}

body.page-slug-routes .gf-route-capability-intro__eyebrow {
  background: #eaf2ff;
  color: #1d4ed8;
}

body.page-slug-routes .gf-route-capability-intro h3 {
  color: #0f172a;
  font-size: clamp(22px, 2.6vw, 28px);
}

body.page-slug-routes .gf-route-capability-intro p {
  margin: 0;
  color: #526277;
  line-height: 1.8;
}

body.page-slug-routes .gf-routes-support-card p:not(.gf-section-kicker),
body.page-slug-routes .gf-routes-support-card li,
body.page-slug-routes .gf-routes-sidebar-card p,
body.page-slug-routes .gf-routes-sidebar-card li {
  font-size: 14px;
  line-height: 1.72;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-routes-support-card .gf-section-title {
  max-width: 18ch;
  margin-bottom: 18px;
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.24;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.page-slug-routes .gf-routes-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.page-slug-routes .gf-routes-support-grid h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 18px;
}

body.page-slug-routes .gf-routes-support-grid .gf-side-list {
  gap: 10px;
}

:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-routes-sidebar-card .gf-btn,
:is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-routes-sidebar-btn {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  margin-top: 10px;
  padding: 0 18px;
  border-radius: 999px;
  justify-content: center;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.page-slug-routes .gf-route-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-slug-routes .gf-route-capability-card {
  border-radius: 22px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.98) 100%);
}

body.page-slug-routes .gf-route-capability-head strong {
  font-size: 18px;
  line-height: 1.34;
}

body.page-slug-routes .gf-route-capability-card p {
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  body.page-template-default .gf-routes-quick-guide,
  body.page-template-default .gf-routes-cards-switch,
  body.page-template-default .gf-route-region-grid,
  body.page-template-default .gf-route-directory-grid--primary,
  body.page-slug-routes .gf-routes-quick-guide,
  body.page-slug-routes .gf-routes-cards-switch,
  body.page-slug-routes .gf-route-service-grid,
  body.page-slug-routes .gf-route-region-grid,
  body.page-slug-routes .gf-route-directory-grid--primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-slug-routes .gf-route-directory-grid--primary {
    gap: 22px;
  }

  body.page-template-default .gf-route-service-spotlight,
  body.page-template-default .gf-route-capability-intro,
  body.page-template-default .gf-routes-jumpbar,
  body.page-template-default .gf-route-directory-head,
  :is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight,
  body.page-slug-routes .gf-route-capability-intro,
  body.page-slug-routes .gf-routes-jumpbar,
  body.page-slug-routes .gf-route-directory-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.page-slug-routes .gf-routes-hero {
    padding-top: 116px;
    padding-bottom: 18px;
  }

  :is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-routes-hero .gf-page-title {
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.04;
    white-space: normal;
  }

  body.page-template-default .gf-routes-hero .gf-page-subtitle,
  body.page-slug-routes .gf-routes-hero .gf-page-subtitle {
    font-size: 14px;
    line-height: 1.66;
  }

  body.page-template-default .gf-routes-jump-section,
  body.page-slug-routes .gf-routes-jump-section {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  body.page-template-default .gf-routes-service-section,
  body.page-template-default .gf-routes-region-section,
  body.page-slug-routes .gf-routes-service-section,
  body.page-slug-routes .gf-routes-region-section {
    padding-bottom: 20px;
  }

  body.page-template-default .gf-routes-quick-guide,
  body.page-template-default .gf-routes-jumpbar,
  body.page-template-default .gf-routes-cards-switch,
  body.page-template-default .gf-route-region-grid,
  body.page-template-default .gf-route-directory-head,
  body.page-template-default .gf-route-service-spotlight,
  body.page-template-default .gf-route-directory-grid--primary,
  body.page-template-default .gf-route-capability-intro,
  body.page-template-default .gf-routes-support-grid,
  body.page-slug-routes .gf-routes-quick-guide,
  body.page-slug-routes .gf-routes-jumpbar,
  body.page-slug-routes .gf-routes-cards-switch,
  body.page-slug-routes .gf-route-region-grid,
  body.page-slug-routes .gf-route-directory-head,
  :is(body.page-id-65, body.page-slug-routes, .page-template-page-routes) .gf-route-service-spotlight,
  body.page-slug-routes .gf-route-directory-grid--primary,
  body.page-slug-routes .gf-route-capability-intro,
  body.page-slug-routes .gf-routes-support-grid {
    grid-template-columns: 1fr;
  }

  body.page-slug-routes .gf-route-directory-grid--primary {
    gap: 18px;
  }

  body.page-template-default .gf-routes-service-card-shell,
  body.page-template-default .gf-route-region-card,
  body.page-slug-routes .gf-routes-service-card-shell,
  body.page-slug-routes .gf-route-region-card {
    padding: 18px;
    gap: 12px;
  }

  body.page-template-default .gf-routes-service-card-shell,
  body.page-slug-routes .gf-route-service-card,
  body.page-slug-routes .gf-routes-service-card-shell {
    gap: 12px;
  }

  body.page-template-default .gf-routes-service-card-shell > div:nth-child(2),
  body.page-slug-routes .gf-route-service-card > div:nth-child(2),
  body.page-slug-routes .gf-routes-service-card-shell > div:nth-child(2) {
    gap: 8px;
    padding-top: 0;
  }

  body.page-template-default .gf-routes-service-card-shell__icon,
  body.page-slug-routes .gf-route-service-icon,
  body.page-slug-routes .gf-routes-service-card-shell__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    margin-top: 0;
    border-radius: 12px;
  }

  body.page-template-default .gf-routes-service-card-shell__icon img,
  body.page-slug-routes .gf-route-service-icon img,
  body.page-slug-routes .gf-routes-service-card-shell__icon img {
    width: 16px;
    height: 16px;
  }

  body.page-template-default .gf-route-region-icon,
  body.page-slug-routes .gf-route-region-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  body.page-template-default .gf-route-region-icon img,
  body.page-slug-routes .gf-route-region-icon img {
    width: 16px;
    height: 16px;
  }

  body.page-slug-routes .gf-route-directory-top,
  body.page-slug-routes .gf-route-directory-meta {
    gap: 12px;
  }

  body.page-slug-routes .gf-route-directory-top {
    align-items: flex-start;
  }

  body.page-slug-routes .gf-route-modes {
    justify-content: flex-start;
  }

  body.page-slug-routes .gf-route-directory-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-template-default .gf-routes-service-card-shell__top p,
  body.page-slug-routes .gf-route-service-card h2,
  body.page-slug-routes .gf-routes-service-card-shell__top p {
    font-size: 18px;
    line-height: 1.16;
  }

  body.page-template-default .gf-routes-service-card-shell__desc,
  body.page-slug-routes .gf-route-service-card p,
  body.page-slug-routes .gf-routes-service-card-shell__desc {
    font-size: 12px;
    line-height: 1.55;
  }

  body.page-template-default .gf-routes-service-card-shell__top strong,
  body.page-slug-routes .gf-route-service-card strong,
  body.page-slug-routes .gf-routes-service-card-shell__top strong {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }
}

/* Products 4-up catalog and tighter image area */
.gf-catalog-grid-enhanced {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gf-product-archive-copy .gf-page-title {
  max-width: 16ch;
  font-size: clamp(36px, 4.6vw, 54px);
  line-height: 1.08;
}

@media (max-width: 1280px) {
  .gf-catalog-grid-enhanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gf-catalog-grid-enhanced {
    grid-template-columns: 1fr;
  }

  .gf-product-archive-copy .gf-page-title br {
    display: none;
  }
}

/* Product detail page upgrade */
.single-product .gf-page-hero-light.gf-product-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, .18) 0%, rgba(96, 165, 250, 0) 34%),
    radial-gradient(circle at left 18%, rgba(15, 23, 42, .06) 0%, rgba(15, 23, 42, 0) 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 52%, #f9fbfd 100%);
  padding-bottom: 62px;
}

.single-product .gf-page-hero-light.gf-product-detail-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(148,163,184,0) 0%, rgba(148,163,184,.45) 18%, rgba(148,163,184,.45) 82%, rgba(148,163,184,0) 100%);
}

.gf-product-detail-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 36px;
  align-items: stretch;
}

.gf-product-detail-copy {
  max-width: 760px;
  padding-top: 6px;
}

.gf-product-detail-copy .gf-page-title {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.042em;
  text-wrap: balance;
}

.gf-product-detail-copy .gf-page-subtitle {
  max-width: 58ch;
  margin-bottom: 26px;
  color: #4d5d72;
  font-size: 16px;
  line-height: 1.82;
}

.gf-product-detail-badges,
.gf-product-detail-actions,
.gf-product-detail-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gf-product-detail-badges {
  margin-bottom: 16px;
}

.gf-product-detail-micro-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.gf-product-detail-micro-proof > div {
  min-height: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.gf-product-detail-micro-proof strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
}

.gf-product-detail-micro-proof span {
  display: block;
  color: #526277;
  font-size: 13px;
  line-height: 1.68;
}

.gf-product-detail-badges span,
.gf-product-detail-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #eef5ff 0%, #e5f0ff 100%);
  border: 1px solid rgba(37, 99, 235, .10);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.gf-product-detail-actions {
  margin-top: 4px;
}

.gf-product-detail-actions .gf-btn,
.gf-product-detail-cta-actions .gf-btn,
.gf-product-detail-side-cta .gf-btn {
  min-height: 40px;
  border-radius: 8px;
}

.gf-product-detail-actions .gf-btn:not(.gf-btn-secondary),
.gf-product-detail-cta-actions .gf-btn:not(.gf-btn-secondary),
.gf-product-detail-side-cta .gf-btn {
  background: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .10);
}

.gf-product-detail-actions .gf-btn:not(.gf-btn-secondary):hover,
.gf-product-detail-cta-actions .gf-btn:not(.gf-btn-secondary):hover,
.gf-product-detail-side-cta .gf-btn:hover {
  background: #111827;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .12);
}

.gf-btn.gf-btn-secondary {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, .12);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
}

.gf-btn.gf-btn-secondary:hover {
  background: #f8fafc;
  color: #0f172a;
  border-color: rgba(15, 23, 42, .16);
}

.gf-product-detail-panel {
  display: flex;
  align-items: stretch;
}

.gf-product-detail-panel-card,
.gf-product-detail-card,
.gf-product-detail-cta {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 22px 48px rgba(15, 23, 42, .07);
}

.gf-product-detail-panel-card {
  position: relative;
  width: 100%;
  padding: 32px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, #f6faff 100%);
  overflow: hidden;
}

.gf-product-detail-panel-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0f172a 0%, #2563eb 55%, #7dd3fc 100%);
}

.gf-product-detail-panel-card > span {
  display: inline-block;
  margin-bottom: 14px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-product-detail-panel-card strong,
.gf-product-detail-card strong,
.gf-product-detail-cta h2 {
  display: block;
  color: #0f172a;
  line-height: 1.34;
}

.gf-product-detail-panel-card strong {
  font-size: 25px;
  letter-spacing: -0.025em;
}

.gf-product-detail-panel-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.gf-product-detail-panel-note span {
  display: inline-block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-product-detail-panel-note p {
  margin: 0;
  color: #526277;
  line-height: 1.72;
}

.gf-product-detail-top {
  padding-top: 0;
}

.gf-product-detail-main-grid {
  align-items: start;
  gap: 34px;
}

.gf-product-detail-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 470px;
  padding: 26px 26px 22px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 16%, rgba(125, 211, 252, .34) 0%, rgba(125, 211, 252, 0) 26%),
    radial-gradient(circle at 86% 12%, rgba(37, 99, 235, .10) 0%, rgba(37, 99, 235, 0) 22%),
    linear-gradient(180deg, #fbfdff 0%, #edf4fc 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 26px 56px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.gf-product-detail-image::before {
  content: "";
  position: absolute;
  inset: auto auto 42px -42px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.10) 0%, rgba(37,99,235,0) 72%);
  pointer-events: none;
}

.gf-product-detail-image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 184, .16);
  pointer-events: none;
}

.gf-product-detail-image-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15, 23, 42, .08);
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .05);
}

.gf-product-detail-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  max-height: 290px;
  margin: 22px auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(37, 99, 235, .14));
}

.gf-product-detail-image-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gf-product-detail-image-meta > div {
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
}

.gf-product-detail-image-meta strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.38;
}

.gf-product-detail-image-meta span {
  display: block;
  color: #526277;
  font-size: 12px;
  line-height: 1.6;
}

.gf-product-detail-stack {
  display: grid;
  gap: 20px;
  padding-top: 6px;
}

.gf-product-detail-spec-card {
  padding: 28px;
  border-radius: 28px;
}

.gf-spec-table-refined {
  margin: 0;
  border: 0;
}

.gf-spec-table-refined div {
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.gf-spec-table-refined div strong {
  min-width: 146px;
}

.gf-spec-table-refined div span {
  color: #526277;
  text-align: right;
  line-height: 1.68;
}

.gf-spec-table-refined div:first-child {
  padding-top: 6px;
}

.gf-spec-table-refined div:last-child {
  padding-bottom: 0;
}

.gf-product-detail-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gf-product-detail-card {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.gf-product-detail-card strong {
  letter-spacing: -0.02em;
}

.gf-product-detail-card > span {
  margin-bottom: 14px;
}

.gf-product-detail-decision-section {
  padding-top: 22px;
  padding-bottom: 22px;
}

.gf-product-detail-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gf-product-detail-decision-card {
  position: relative;
  min-height: 100%;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .05);
  overflow: hidden;
}

.gf-product-detail-decision-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(37,99,235,.85) 0%, rgba(125,211,252,.85) 100%);
  opacity: .92;
}

.gf-product-detail-decision-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gf-product-detail-decision-card strong {
  display: block;
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.34;
  letter-spacing: -0.025em;
}

.gf-product-detail-decision-card p {
  margin: 0;
  color: #526277;
  font-size: 14px;
  line-height: 1.76;
}

.gf-product-detail-content-section {
  padding-top: 42px;
}

.gf-product-detail-content-grid {
  align-items: start;
  gap: 28px;
}

.gf-product-detail-content-card,
.gf-product-detail-sidebar {
  border-radius: 28px;
}

.gf-product-detail-content-card {
  padding: 38px 38px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow: 0 20px 42px rgba(15, 23, 42, .05);
}

.gf-product-detail-head {
  margin-bottom: 24px;
}

.gf-product-detail-inline-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.gf-product-detail-inline-point {
  min-height: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f8ff 100%);
  border: 1px solid rgba(37, 99, 235, .10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}

.gf-product-detail-inline-point strong {
  display: block;
  color: #1d4ed8;
  font-size: 15px;
  line-height: 1.5;
}

.gf-product-detail-content-divider {
  height: 1px;
  margin: 0 0 26px;
  background: linear-gradient(90deg, rgba(148,163,184,0) 0%, rgba(148,163,184,.42) 14%, rgba(148,163,184,.42) 86%, rgba(148,163,184,0) 100%);
}

.gf-product-detail-richtext {
  color: #425468;
  font-size: 16px;
  line-height: 1.92;
}

.gf-product-detail-richtext h2,
.gf-product-detail-richtext h3,
.gf-product-detail-richtext h4 {
  margin-top: 1.8em;
  margin-bottom: .6em;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.gf-product-detail-richtext h2 {
  font-size: clamp(26px, 2.6vw, 34px);
}

.gf-product-detail-richtext h3 {
  font-size: clamp(22px, 2.2vw, 28px);
}

.gf-product-detail-richtext p,
.gf-product-detail-richtext ul,
.gf-product-detail-richtext ol {
  margin-top: 0;
  margin-bottom: 1.05em;
}

.gf-product-detail-richtext ul,
.gf-product-detail-richtext ol {
  padding-left: 1.3em;
}

.gf-product-detail-richtext li {
  margin-bottom: .58em;
}

.gf-product-detail-richtext strong {
  color: #0f172a;
}

.gf-product-detail-head h2 {
  max-width: 15ch;
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.gf-product-detail-head p {
  max-width: 60ch;
  margin: 0;
  color: #526277;
  line-height: 1.82;
}

.gf-product-detail-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.gf-product-detail-side-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, .05);
}

.gf-product-detail-sidebar .gf-product-detail-side-card:first-child {
  position: sticky;
  top: 108px;
}

.gf-product-detail-side-card .gf-side-list li {
  margin-bottom: 10px;
  color: #526277;
  line-height: 1.72;
}

.gf-product-detail-side-card .gf-side-list li:last-child {
  margin-bottom: 0;
}

.gf-product-detail-side-card .gf-side-list {
  margin: 0;
}

.gf-product-detail-side-cta p {
  margin: 14px 0 18px;
  color: #526277;
  line-height: 1.72;
}

.gf-product-detail-side-cta strong {
  font-size: 22px;
  line-height: 1.34;
}

.gf-product-detail-side-cta .gf-btn {
  width: 100%;
  justify-content: center;
}

.gf-product-detail-cta-section {
  padding-top: 24px;
}

.gf-product-detail-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) auto;
  gap: 24px;
  align-items: center;
  padding: 38px 38px;
  border-radius: 32px;
  background: linear-gradient(135deg, #05070b 0%, #0f172a 56%, #1a1f2b 100%);
  overflow: hidden;
}

.gf-product-detail-cta::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.gf-product-detail-cta .gf-section-kicker,
.gf-product-detail-cta h2,
.gf-product-detail-cta p {
  color: #fff;
}

.gf-product-detail-cta .gf-section-kicker {
  margin-bottom: 14px;
  color: rgba(255,255,255,.72);
}

.gf-product-detail-cta p {
  max-width: 64ch;
  color: rgba(255,255,255,.82);
}

.gf-product-detail-cta-actions {
  justify-content: flex-end;
  align-items: center;
}

.gf-product-detail-cta-actions .gf-btn.gf-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.18);
}

.gf-product-detail-cta-actions .gf-btn.gf-btn-secondary:hover {
  background: rgba(255,255,255,.10);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}

@media (max-width: 1100px) {
  .gf-product-detail-hero-grid,
  .gf-product-detail-cta,
  .gf-product-detail-decision-grid,
  .gf-product-detail-inline-points,
  .gf-product-detail-micro-proof {
    grid-template-columns: 1fr;
  }

  .gf-product-detail-sidebar .gf-product-detail-side-card:first-child {
    position: static;
  }

  .gf-product-detail-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .single-product .gf-page-hero-light.gf-product-detail-hero {
    padding-bottom: 38px;
  }

  .gf-product-detail-copy .gf-page-title {
    max-width: none;
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
  }

  .gf-product-detail-copy .gf-page-subtitle {
    font-size: 15px;
    line-height: 1.74;
  }

  .gf-product-detail-image,
  .gf-product-detail-panel-card,
  .gf-product-detail-card,
  .gf-product-detail-content-card,
  .gf-product-detail-cta,
  .gf-product-detail-decision-card {
    border-radius: 22px;
  }

  .gf-product-detail-image {
    min-height: 360px;
    padding: 20px 20px 18px;
  }

  .gf-product-detail-image::after {
    inset: 12px;
    border-radius: 18px;
  }

  .gf-product-detail-image img {
    max-height: 220px;
    margin: 18px auto 18px;
  }

  .gf-product-detail-image-meta {
    grid-template-columns: 1fr;
  }

  .gf-product-detail-mini-grid {
    grid-template-columns: 1fr;
  }

  .gf-product-detail-actions,
  .gf-product-detail-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gf-product-detail-actions .gf-btn,
  .gf-product-detail-cta-actions .gf-btn,
  .gf-product-detail-side-cta .gf-btn {
    width: 100%;
  }

  .gf-product-detail-content-card {
    padding: 24px 20px;
  }

  .gf-product-detail-head h2,
  .gf-product-detail-head p {
    max-width: none;
  }

  .gf-spec-table-refined div {
    flex-direction: column;
    gap: 6px;
  }

  .gf-spec-table-refined div span {
    text-align: left;
  }

  .gf-product-detail-cta {
    padding: 26px 20px;
  }
}
.gf-routes-tab-btn {
  gap: 8px;
}

.gf-routes-tab-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0.82;
}

.gf-routes-tab-btn.is-active img {
  filter: invert(1);
  opacity: 1;
}

.gf-route-service-icon {
  border-radius: 8px;
}

.gf-route-service-card.is-ocean .gf-route-service-icon,
.gf-route-service-card.is-air .gf-route-service-icon,
.gf-route-service-card.is-transport .gf-route-service-icon,
.gf-route-service-card.is-parcel .gf-route-service-icon {
  background: transparent;
}

.gf-route-service-card.is-active .gf-route-service-icon {
  transform: none;
  background: rgba(37, 99, 235, 0.08);
}

.gf-route-service-card.is-active .gf-route-service-icon img {
  opacity: 1;
}

.gf-route-region-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
}

.gf-route-region-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

/* Final route detail override: fix late duplicate rules */
.gf-route-service-grid.gf-route-service-grid-2x2 {
  gap: 24px !important;
}

.gf-route-service-grid.gf-route-service-grid-2x2 .gf-route-service-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  justify-items: center !important;
  align-items: start !important;
  text-align: center !important;
  padding: 28px 28px 26px !important;
  border-color: rgba(15, 23, 42, .12) !important;
}

.gf-route-service-grid.gf-route-service-grid-2x2 .gf-route-service-icon {
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px !important;
  margin: 0 auto !important;
  padding: 11px !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06), 0 10px 24px rgba(15, 23, 42, .12) !important;
}

.gf-route-service-grid.gf-route-service-grid-2x2 .gf-route-service-icon img {
  width: 22px !important;
  height: 22px !important;
  filter: brightness(0) invert(1) !important;
}

.gf-route-service-grid.gf-route-service-grid-2x2 .gf-route-service-copy {
  width: 100% !important;
  text-align: center !important;
}

.gf-route-service-grid.gf-route-service-grid-2x2 .gf-route-service-copy h3 {
  margin-bottom: 10px !important;
}

.gf-route-service-grid.gf-route-service-grid-2x2 .gf-route-service-copy p {
  margin: 0 auto !important;
  max-width: 28ch !important;
  line-height: 1.64 !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing {
  gap: 28px !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing > .gf-route-rate-card {
  padding: 0 !important;
  border-color: rgba(15, 23, 42, .12) !important;
  box-shadow: 0 16px 28px rgba(15, 23, 42, .05) !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing > .gf-route-rate-card.is-featured {
  border-color: rgba(15, 23, 42, .58) !important;
  box-shadow: 0 22px 40px rgba(15, 23, 42, .12) !important;
  transform: translateY(-2px);
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-top {
  margin-bottom: 0 !important;
  padding: 20px 24px 14px !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-top em {
  background: transparent !important;
  color: #6b7280 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  letter-spacing: .08em !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-label {
  background: transparent !important;
  color: #111827 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
}
.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-heading {
  padding: 20px 24px 0 !important;
  margin-bottom: 16px !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-icon {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06) !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-icon img {
  filter: brightness(0) invert(1) !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-price {
  margin: 0 24px !important;
  padding: 0 0 18px !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  color: #111827 !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-list {
  padding: 20px 24px 24px !important;
  gap: 12px !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing .gf-route-rate-list li {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
}

.gf-route-note-box {
  border-left-color: #111827 !important;
}

/* Final route detail dark sweep */
.gf-route-highlight-check,
.gf-route-region-icon,
.gf-route-rate-label,
.gf-route-table-wrap::before,
.gf-route-final-cta::before {
  background: linear-gradient(135deg, #111827 0%, #0f172a 100%) !important;
}

.gf-route-highlight-check,
.gf-route-rate-label,
.gf-route-region-icon img,
.gf-route-final-cta,
.gf-route-final-cta h2,
.gf-route-final-cta p,
.gf-route-final-cta a {
  color: #ffffff !important;
}

.gf-route-highlight-item,
.gf-route-table-wrap,
.gf-route-docs-grid .gf-route-panel,
.gf-route-restricted-card,
.gf-route-port-card,
.gf-route-step-card,
.gf-route-note-box,
.gf-route-service-card,
.gf-route-rate-card,
.gf-route-faq-toggle,
.gf-route-faq-item,
.gf-route-body-panel {
  border-color: rgba(15, 23, 42, .10) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05) !important;
  border-radius: 20px !important;
}

.gf-route-service-card:hover,
.gf-route-port-card:hover,
.gf-route-panel:hover,
.gf-route-restricted-card:hover,
.gf-route-table-wrap:hover,
.gf-route-step-card:hover,
.gf-route-rate-card:hover,
.gf-route-faq-item:hover,
.gf-route-faq-toggle:hover,
.gf-route-body-panel:hover {
  border-color: rgba(15, 23, 42, .16) !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .08) !important;
  transform: translateY(-2px) !important;
}

.gf-route-highlight-item,
.gf-route-rate-card,
.gf-route-table thead th,
.gf-route-docs-grid .gf-route-panel,
.gf-route-restricted-card,
.gf-route-port-card,
.gf-route-step-card,
.gf-route-service-card,
.gf-route-table-wrap,
.gf-route-note-box,
.gf-route-body-panel,
.gf-route-faq-toggle,
.gf-route-faq-item {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.gf-route-service-card,
.gf-route-rate-card,
.gf-route-step-card,
.gf-route-table-wrap,
.gf-route-note-box,
.gf-route-body-panel,
.gf-route-faq-item {
  overflow: hidden !important;
}

.gf-route-table thead th,
.gf-route-rate-list li span,
.gf-route-section-kicker,
.gf-section-kicker {
  color: #475569 !important;
}

.gf-route-table tbody td,
.gf-route-note-box p,
.gf-route-step-card p,
.gf-route-panel p,
.gf-route-port-card p,
.gf-route-restricted-card p,
.gf-route-faq-intro,
.gf-route-faq-answer,
.gf-route-body-panel p,
.gf-route-service-copy p {
  color: #475569 !important;
}

.gf-route-table-wrap::before,
.gf-route-rate-card::after,
.gf-route-service-card::after {
  height: 1px !important;
  background: linear-gradient(90deg, rgba(15,23,42,.18) 0%, rgba(15,23,42,.72) 100%) !important;
}

.gf-route-step-card::after {
  height: 2px !important;
  background: linear-gradient(90deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,0) 100%) !important;
}

.gf-route-rate-card::before,
.gf-route-body-panel::before,
body.page-slug-routes .gf-route-directory-card::before {
  height: 2px !important;
  background: linear-gradient(90deg, #111111 0%, #353535 100%) !important;
}

.gf-route-note-box {
  border-left-color: #111827 !important;
}

.gf-route-faq-wrap {
  max-width: 920px !important;
  padding-left: 0 !important;
  border-left: 0 !important;
}

.gf-route-faq-head {
  margin-bottom: 26px !important;
}

.gf-route-faq-intro {
  max-width: 760px !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.gf-route-faq-panel {
  display: grid !important;
  gap: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.gf-route-faq-item {
  border: 1px solid rgba(15, 23, 42, .08) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
  overflow: hidden !important;
}

.gf-route-faq-item:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(15, 23, 42, .14) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08) !important;
}

.gf-route-faq-item:first-of-type,
.gf-route-faq-item:last-child,
.gf-route-faq-item + .gf-route-faq-item {
  border-top: 1px solid rgba(15, 23, 42, .08) !important;
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
}

.gf-route-faq-item summary {
  align-items: flex-start !important;
  gap: 18px !important;
  padding: 24px 26px !important;
}

.gf-route-faq-question,
.gf-route-faq-toggle,
.gf-route-rate-price,
.gf-route-table tbody td:first-child,
.gf-route-step-card h3,
.gf-route-panel h2,
.gf-route-port-card h3,
.gf-route-restricted-card strong,
.gf-route-body-panel h3,
.gf-route-service-copy h3,
.gf-route-rate-card h3 {
  color: #111827 !important;
}

.gf-route-faq-question {
  flex: 1 1 auto !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  letter-spacing: -.01em !important;
}

.gf-route-faq-toggle {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  margin-top: 2px !important;
  border: 1px solid rgba(15, 23, 42, .10) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45), 0 4px 10px rgba(15,23,42,.05) !important;
}

.gf-route-faq-toggle::before,
.gf-route-faq-toggle::after {
  width: 14px !important;
  height: 1.5px !important;
  background: #111827 !important;
}

.gf-route-faq-answer {
  padding: 0 26px 24px 26px !important;
}

.gf-route-faq-answer p {
  margin: 0 !important;
  max-width: none !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #526072 !important;
}

.gf-route-rate-grid.gf-route-rate-grid-pricing > .gf-route-rate-card.is-featured {
  border-color: rgba(15, 23, 42, .28) !important;
  box-shadow: 0 22px 42px rgba(15, 23, 42, .10) !important;
  transform: translateY(-3px) !important;
}

.gf-route-final-cta {
  background: linear-gradient(135deg, #111827 0%, #0f172a 100%) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .18) !important;
  border-radius: 28px !important;
}

.gf-route-final-cta::before {
  opacity: .1 !important;
}

.gf-route-final-cta .gf-btn {
  background: #0f172a !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(2, 6, 23, .18) !important;
}

.gf-route-final-cta .gf-btn-ghost {
  background: rgba(255,255,255,.94) !important;
  border-color: rgba(255,255,255,.18) !important;
  color: #0f172a !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08) !important;
}

/* Final homepage card override */
.home #services .gf-services-grid,
.home #routes .gf-routes-grid {
  display: grid !important;
  align-items: stretch !important;
  gap: 30px !important;
}

.home #services .gf-service-card,
.home #routes .gf-route-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  height: auto !important;
  min-height: 320px !important;
  padding: 32px 30px !important;
  position: relative !important;
  overflow: hidden !important;
}

.home #services .gf-service-card > *,
.home #routes .gf-route-card > * {
  position: relative !important;
  z-index: 1 !important;
}

.home #services .gf-service-card .gf-service-icon,
.home #services .gf-service-card h3,
.home #routes .gf-route-card .gf-route-top,
.home #routes .gf-route-card .gf-route-bottom {
  flex: 0 0 auto !important;
}

.home #services .gf-service-card p,
.home #routes .gf-route-card .gf-route-codes {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
}

.home #routes .gf-route-card .gf-route-codes {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr) !important;
}

.home #routes .gf-route-card .gf-route-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: auto !important;
}

.gf-route-region-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.gf-route-region-top,
.gf-route-region-card__desc {
  grid-column: 2;
}

.gf-route-region-card.is-active .gf-route-region-icon {
  background: #e5e7eb;
}

.gf-route-region-card.is-active .gf-route-region-icon img {
  opacity: .76;
  filter: brightness(0) saturate(100%);
}

@media (max-width: 767px) {
  .gf-route-region-card {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 14px;
  }

  .gf-route-region-icon {
    width: 40px;
    height: 40px;
  }
}

