:root {
  --gg-blue: #0f6fff;
  --gg-blue-dark: #0757cc;
  --gg-navy: #071832;
  --gg-navy-2: #0b254c;
  --gg-ink: #17243a;
  --gg-muted: #667085;
  --gg-line: #e2e8f0;
  --gg-soft: #f4f7fb;
  --gg-white: #fff;
  --gg-green: #168a50;
  --gg-shadow: 0 22px 60px rgba(16, 34, 59, .12);
  --gg-radius: 20px;
  --gg-shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gg-v2 { margin: 0; background: var(--gg-white); color: var(--gg-ink); font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.gg-v2.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none; }
.gg-shell { width: min(var(--gg-shell), calc(100% - 40px)); margin-inline: auto; }
.gg-narrow { max-width: 820px; }
.screen-reader-text, .gg-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gg-skip-link:focus { z-index: 9999; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 14px; margin: 0; overflow: visible; clip: auto; background: #fff; color: var(--gg-navy); }

.gg-site-header { position: sticky; z-index: 600; top: 0; background: rgba(7, 24, 50, .97); box-shadow: 0 8px 28px rgba(0, 0, 0, .12); backdrop-filter: blur(14px); }
.gg-header-inner { display: flex; min-height: 76px; align-items: center; gap: 26px; }
.gg-brand { display: inline-flex; align-items: center; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -.055em; }
.gg-brand-mark { margin-right: 4px; padding: 4px 7px; border-radius: 8px; background: var(--gg-blue); letter-spacing: -.04em; }
.gg-brand-image { width: auto; max-width: 160px; max-height: 44px; }
.gg-primary-nav { margin-left: auto; }
.gg-menu { display: flex; align-items: center; gap: 21px; margin: 0; padding: 0; list-style: none; }
.gg-menu li { position: relative; }
.gg-menu a { color: #dce6f5; font-size: 13px; font-weight: 650; }
.gg-menu a:hover, .gg-menu a:focus, .gg-menu .current-menu-item > a { color: #fff; }
.gg-menu > .current-menu-item > a, .gg-menu > .current_page_item > a, .gg-menu > .current-menu-ancestor > a { position: relative; color: #fff; }
.gg-menu > .current-menu-item > a::after, .gg-menu > .current_page_item > a::after, .gg-menu > .current-menu-ancestor > a::after { position: absolute; right: 0; bottom: -15px; left: 0; height: 3px; border-radius: 999px; background: #66a1ff; content: ""; }
.gg-menu .sub-menu { position: absolute; top: calc(100% + 18px); left: -18px; min-width: 210px; margin: 0; padding: 10px; border-radius: 13px; background: #fff; box-shadow: var(--gg-shadow); list-style: none; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s ease; }
.gg-menu li:hover > .sub-menu, .gg-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.gg-menu .sub-menu a { display: block; padding: 9px 10px; color: var(--gg-navy); }
.gg-header-cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 16px; border-radius: 10px; background: #fff; color: var(--gg-navy); font-size: 12px; font-weight: 800; white-space: nowrap; }
.gg-menu-toggle, .gg-mobile-only { display: none; }

.gg-page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 14%, #1a417c 0, #0b254c 28%, transparent 52%), linear-gradient(135deg, #051329, #0a2144 64%, #0b2d5d); color: #fff; }
.gg-page-hero::after { position: absolute; right: -12vw; bottom: -34vw; width: 62vw; height: 62vw; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; content: ""; }
.gg-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 72px; align-items: center; min-height: 650px; padding-block: 82px 96px; }
.gg-page-hero h1 { max-width: 780px; margin: 0 0 24px; color: #fff; font-size: clamp(3.1rem, 6.3vw, 5.2rem); line-height: .99; letter-spacing: -.065em; }
.gg-hotels-hero h1 { max-width: 670px; }
.gg-hero-lead { max-width: 680px; margin: 0; color: #dbe4f1; font-size: 18px; line-height: 1.72; }
.gg-hero-note { margin: 18px 0 0; color: #a9b9ce; font-size: 12px; }
.gg-hero-note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.gg-daytrip-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .98), rgba(6, 24, 50, .87) 52%, rgba(6, 24, 50, .57)), url("https://gogoria.com/wp-content/uploads/2026/04/2-1.jpg") center / cover no-repeat; }
.gg-home-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .98), rgba(6, 24, 50, .82) 55%, rgba(6, 24, 50, .5)), url("https://gogoria.com/wp-content/uploads/2022/11/Jinvali-lake.jpg") center / cover no-repeat; }
.gg-transfers-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .97), rgba(6, 24, 50, .78) 54%, rgba(6, 24, 50, .42)), url("https://gogoria.com/wp-content/uploads/2022/11/transfers-booking-website-georgia.webp") center / cover no-repeat; }
.gg-hourly-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .97), rgba(6, 24, 50, .79) 54%, rgba(6, 24, 50, .42)), url("https://gogoria.com/wp-content/uploads/2022/11/92.png") center / cover no-repeat; }
.gg-multiday-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .96), rgba(6, 24, 50, .76) 52%, rgba(6, 24, 50, .4)), url("https://gogoria.com/wp-content/uploads/2022/11/13.jpg") center / cover no-repeat; }
.gg-customday-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .97), rgba(6, 24, 50, .8) 52%, rgba(6, 24, 50, .44)), url("https://gogoria.com/wp-content/uploads/2022/11/Sighnaghi-wine.webp") center / cover no-repeat; }
.gg-hotels-hero { background: linear-gradient(90deg, rgba(5, 19, 41, .98), rgba(6, 24, 50, .82) 54%, rgba(6, 24, 50, .46)), url("https://gogoria.com/wp-content/uploads/2022/11/Airport-transfer-tbilisi-hotel-tbilisi.jpg") center / cover no-repeat; }
.gg-booking-hero { background: linear-gradient(100deg, rgba(5, 19, 41, .98), rgba(6, 24, 50, .86) 58%, rgba(6, 24, 50, .58)), url("https://gogoria.com/wp-content/uploads/2022/11/Batumi.webp") center / cover no-repeat; }
.gg-booking-hero .gg-page-hero-grid { min-height: 560px; padding-block: 68px 78px; }
.gg-booking-hero h1 { font-size: clamp(2.85rem, 5.35vw, 4.65rem); }
.gg-kicker { margin: 0 0 12px; color: var(--gg-blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gg-kicker-light { color: #a9c8ff; }
.gg-hero-panel { padding: 30px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 22px; background: rgba(6, 22, 45, .82); box-shadow: 0 30px 75px rgba(0, 0, 0, .35); backdrop-filter: blur(10px); }
.gg-hero-panel h2, .gg-hero-panel strong { display: block; margin: 0 0 12px; color: #fff; font-size: 27px; line-height: 1.2; letter-spacing: -.035em; }
.gg-hero-panel p:not(.gg-kicker) { margin: 0 0 20px; color: #b8c6d8; font-size: 14px; }
.gg-hero-panel .gg-check-list { color: #d9e3ef; }

.gg-button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.gg-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.gg-button:hover, .gg-button:focus { transform: translateY(-2px); }
.gg-button-light { background: #fff; color: var(--gg-navy); }
.gg-button-ghost { border-color: rgba(255, 255, 255, .38); color: #fff; }
.gg-button-blue { background: var(--gg-blue); color: #fff; }
.gg-button-blue:hover, .gg-button-blue:focus { background: var(--gg-blue-dark); }
.gg-button-dark { background: var(--gg-navy); color: #fff; }
.gg-button-whatsapp { border-color: rgba(255,255,255,.35); background: #fff; color: #0a6d3c; }
.gg-button-outline-dark { border-color: #aab6c5; color: var(--gg-navy); }
.gg-text-link { display: inline-block; margin-top: 14px; color: var(--gg-blue); font-size: 13px; font-weight: 800; }
.gg-text-link-light { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.gg-section { padding-block: 86px; }
.gg-soft-section { background: var(--gg-soft); }
.gg-dark-section { background: #081a34; color: #fff; }
.gg-blue-section { background: linear-gradient(135deg, #0a2b5d, #0d63dd); color: #fff; }
.gg-whatsapp-band { padding-block: 55px; background: linear-gradient(120deg, #08733f, #13a65d); color: #fff; }
.gg-whatsapp-band-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.gg-whatsapp-band h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.75rem); line-height: 1.12; letter-spacing: -.045em; }
.gg-whatsapp-band p:not(.gg-kicker) { max-width: 720px; margin: 10px 0 0; color: #d8f4e5; }
.gg-kicker-whatsapp { color: #bff2d5; }
.gg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.gg-section-heading h2, .gg-section h2 { margin: 0; color: var(--gg-navy); font-size: clamp(2.2rem, 4vw, 3.05rem); line-height: 1.08; letter-spacing: -.05em; }
.gg-section-heading > p { max-width: 440px; margin: 0; color: var(--gg-muted); }
.gg-section-heading-light h2, .gg-dark-section h2, .gg-blue-section h2, .gg-partner-apply h2 { color: #fff; }
.gg-section-heading-light > p, .gg-dark-section p, .gg-blue-section p, .gg-partner-apply > div > div:first-child > p { color: #adbed3; }

.gg-proof-strip { position: relative; z-index: 3; margin-top: -32px; }
.gg-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--gg-line); border-radius: 18px; background: #fff; box-shadow: var(--gg-shadow); }
.gg-proof-grid > div { padding: 23px 20px; border-right: 1px solid var(--gg-line); }
.gg-proof-grid > div:last-child { border-right: 0; }
.gg-proof-grid strong, .gg-proof-grid span { display: block; }
.gg-proof-grid strong { color: var(--gg-navy); }
.gg-proof-grid span { color: var(--gg-muted); font-size: 12px; }

.gg-two-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gg-info-card { padding: 31px; border: 1px solid var(--gg-line); border-radius: var(--gg-radius); background: #fff; }
.gg-info-card-soft { background: #eef4fd; }
.gg-info-card > span { color: var(--gg-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.gg-info-card h3 { margin: 22px 0 8px; color: var(--gg-navy); font-size: 23px; }
.gg-info-card p { margin: 0; color: var(--gg-muted); }
.gg-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: 38px; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--gg-radius); }
.gg-process-grid article { min-height: 185px; padding: 25px 21px; border-right: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .025); }
.gg-process-grid article:last-child { border-right: 0; }
.gg-process-grid span { color: #83b0ff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.gg-process-grid h3 { margin: 22px 0 7px; color: #fff; font-size: 18px; }
.gg-process-grid p { margin: 0; color: #9eb0c6; font-size: 13px; }
.gg-process-grid-light { border-color: var(--gg-line); }
.gg-process-grid-light article { border-color: var(--gg-line); background: #fff; }
.gg-process-grid-light h3 { color: var(--gg-navy); }
.gg-process-grid-light p { color: var(--gg-muted); }
.gg-check-list { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.gg-check-list li::before { margin-right: 9px; color: #78aaff; content: "✓"; font-weight: 900; }
.gg-service-scope { background: #f7f9fc; }
.gg-scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gg-scope-card { padding: 31px; border: 1px solid var(--gg-line); border-radius: var(--gg-radius); background: #fff; }
.gg-scope-included { border-top: 4px solid var(--gg-blue); }
.gg-scope-extra { border-top: 4px solid #b9c3d0; }
.gg-scope-card .gg-kicker { margin-bottom: 19px; }
.gg-scope-card .gg-check-list { color: #34445a; }
.gg-cross-list { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; color: #59677a; list-style: none; }
.gg-cross-list li::before { margin-right: 9px; color: #97a3b4; content: "+"; font-weight: 900; }
.gg-scope-note { margin: 18px 0 0; color: var(--gg-muted); font-size: 12px; text-align: center; }

.gg-partner-apply { background: var(--gg-navy); color: #fff; }
.gg-apply-grid, .gg-request-grid { display: grid; grid-template-columns: minmax(0, 1fr) 470px; gap: 74px; align-items: start; }
.gg-apply-grid > div:first-child > p:not(.gg-kicker), .gg-request-grid > div:first-child > p:not(.gg-kicker) { max-width: 620px; }
.gg-form-card { padding: 29px; border: 1px solid var(--gg-line); border-radius: 22px; background: #fff; color: var(--gg-ink); box-shadow: var(--gg-shadow); }
.gg-form-card h3 { margin: 0 0 6px; color: var(--gg-navy); font-size: 25px; line-height: 1.2; }
.gg-form-card > p { margin: 0 0 18px; color: var(--gg-muted); font-size: 13px; }
.gg-form-card label { display: block; margin: 11px 0 5px; color: #596577; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.gg-form-card input:not([type="checkbox"]):not([type="radio"]), .gg-form-card select, .gg-form-card textarea { width: 100%; min-height: 49px; padding: 10px 12px; border: 1px solid #dce3ed; border-radius: 10px; background: #fff; color: var(--gg-ink); }
.gg-form-card textarea { min-height: 110px; resize: vertical; }
.gg-form-card input[type="submit"] { min-height: 50px; margin-top: 14px; padding: 0 18px; border: 0; border-radius: 10px; background: var(--gg-blue); color: #fff; font-weight: 800; }
.gg-form-fallback { display: grid; gap: 12px; align-items: start; }
.gg-form-section-heading { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.gg-form-section-heading > p:not(.gg-kicker) { color: var(--gg-muted); }
.gg-form-card-wide { width: min(100%, 880px); margin-inline: auto; padding: clamp(25px, 5vw, 48px); }
.gg-admin-note { padding: 12px; border-radius: 9px; background: #fff7d6; color: #715d16; font-size: 12px; }
.gg-faq-list { margin-top: 26px; }
.gg-faq-list details { padding: 19px 0; border-bottom: 1px solid var(--gg-line); }
.gg-faq-list summary { color: var(--gg-navy); font-weight: 800; cursor: pointer; }
.gg-faq-list p { margin-bottom: 0; color: var(--gg-muted); }

.gg-service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.gg-service-card { grid-column: span 2; min-height: 295px; padding: 27px; border: 1px solid var(--gg-line); border-radius: var(--gg-radius); background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.gg-service-card:hover, .gg-service-card.is-selected { border-color: #a8c7ff; transform: translateY(-3px); box-shadow: 0 18px 48px rgba(15, 111, 255, .1); }
.gg-service-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.gg-service-top > span { color: var(--gg-blue); font-weight: 800; }
.gg-service-top small { max-width: 160px; color: var(--gg-muted); text-align: right; }
.gg-service-card h3 { margin: 38px 0 8px; color: var(--gg-navy); font-size: 23px; }
.gg-service-card p { margin: 0; color: var(--gg-muted); }
.gg-split-callout { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.gg-split-callout p:not(.gg-kicker) { max-width: 680px; color: var(--gg-muted); }
.gg-split-callout-light h2 { color: #fff; }
.gg-split-callout-light p:not(.gg-kicker) { color: #dbe8fa; }
.gg-booking-intro { border-bottom: 1px solid var(--gg-line); background: #fff; }
.gg-booking-intro .gg-shell { display: flex; gap: 14px; padding-block: 20px; color: var(--gg-muted); font-size: 13px; }
.gg-booking-intro strong { flex: 0 0 auto; color: var(--gg-navy); }
.gg-booking-paths { padding-block: 28px; border-bottom: 1px solid var(--gg-line); background: #f6f9fd; }
.gg-booking-paths .gg-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gg-booking-path { display: grid; grid-template-columns: 44px 1fr; gap: 0 16px; min-height: 220px; padding: 27px; border: 1px solid var(--gg-line); border-radius: 20px; background: #fff; color: var(--gg-ink); text-decoration: none; transition: .2s ease; }
.gg-booking-path:hover, .gg-booking-path.is-selected { border-color: #a8c7ff; transform: translateY(-2px); box-shadow: 0 16px 44px rgba(15, 111, 255, .1); }
.gg-booking-path > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #edf4ff; color: var(--gg-blue); font-size: 11px; font-weight: 800; }
.gg-booking-path small { color: var(--gg-blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gg-booking-path h2 { margin: 8px 0; color: var(--gg-navy); font-size: 25px; line-height: 1.18; }
.gg-booking-path p { margin: 0; color: var(--gg-muted); font-size: 13px; }
.gg-booking-path b { grid-column: 2; align-self: end; margin-top: 20px; color: var(--gg-blue); font-size: 12px; }
.gg-standard-booking { background: #071832; color: #fff; }
.gg-booking-engine-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(460px, 1.22fr); gap: 76px; align-items: start; }
.gg-booking-engine-copy h2 { max-width: 580px; margin: 0 0 18px; color: #fff; font-size: clamp(2.3rem, 4vw, 3.75rem); line-height: 1.04; letter-spacing: -.05em; }
.gg-booking-engine-copy > p:not(.gg-kicker):not(.gg-scope-note) { color: #cfdaea; }
.gg-booking-capabilities { display: grid; gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.gg-booking-capabilities li { position: relative; padding-left: 28px; color: #eef5ff; font-size: 13px; }
.gg-booking-capabilities li::before { position: absolute; left: 0; content: "✓"; color: #49df91; font-weight: 900; }
.gg-standard-booking .gg-scope-note { border-color: rgba(255,255,255,.14); color: #aebed2; }
.gg-booking-engine { min-width: 0; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.07); }
.gg-booking-engine .widget { margin: 0; }
.gg-booking-widget-title { margin: 0 0 14px; color: #fff; }
.gg-booking-engine-fallback { display: grid; gap: 11px; }
.gg-booking-engine-fallback .gg-button { width: 100%; }
.gg-planned-booking { background: #fff; }
.gg-planned-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gg-planned-service-grid > a { min-height: 300px; padding: 27px; border: 1px solid var(--gg-line); border-radius: 20px; color: var(--gg-ink); text-decoration: none; transition: .2s ease; }
.gg-planned-service-grid > a:hover { border-color: #a8c7ff; transform: translateY(-3px); box-shadow: var(--gg-shadow); }
.gg-planned-service-grid span { float: left; margin-right: 10px; color: var(--gg-blue); font-size: 11px; font-weight: 800; }
.gg-planned-service-grid small { color: var(--gg-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gg-planned-service-grid h3 { clear: both; margin: 48px 0 9px; color: var(--gg-navy); font-size: 23px; }
.gg-planned-service-grid p { color: var(--gg-muted); font-size: 13px; }
.gg-planned-service-grid b { display: block; margin-top: 24px; color: var(--gg-blue); font-size: 12px; }
.gg-classic-request-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 70px; align-items: start; margin-top: 58px; padding: clamp(28px, 5vw, 52px); border-radius: 25px; background: var(--gg-soft); }
.gg-classic-request-panel h2 { margin: 0 0 14px; color: var(--gg-navy); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.gg-classic-request-panel > div:first-child > p:not(.gg-kicker) { color: var(--gg-muted); }
.gg-booking-partner-strip { padding-block: 38px; border-top: 1px solid var(--gg-line); border-bottom: 1px solid var(--gg-line); background: #f0f8f3; }
.gg-booking-partner-strip .gg-shell { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.gg-booking-partner-strip h2 { margin: 0; color: var(--gg-navy); font-size: 25px; }

.gg-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.gg-filter-bar button { padding: 10px 15px; border: 1px solid #dce5ef; border-radius: 999px; background: #fff; color: #4a596d; font-size: 12px; font-weight: 750; }
.gg-filter-bar button:hover, .gg-filter-bar button.is-active { border-color: var(--gg-blue); background: var(--gg-blue); color: #fff; }
.gg-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gg-route-card { display: grid; grid-template-columns: 44% 56%; min-height: 355px; overflow: hidden; border: 1px solid var(--gg-line); border-radius: 22px; background: #fff; box-shadow: 0 16px 46px rgba(16, 34, 59, .07); }
.gg-route-image { min-height: 100%; background-image: linear-gradient(180deg, transparent 55%, rgba(7, 24, 50, .26)), var(--gg-route-image); background-position: center; background-size: cover; }
.gg-route-body { display: flex; min-width: 0; flex-direction: column; align-items: start; padding: 27px; }
.gg-route-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.gg-route-meta span { padding: 5px 8px; border-radius: 999px; background: #eef4fd; color: #49637f; font-size: 10px; font-weight: 750; }
.gg-route-body h3 { margin: 22px 0 9px; color: var(--gg-navy); font-size: 24px; line-height: 1.18; letter-spacing: -.035em; }
.gg-route-body > p { margin: 0; color: var(--gg-muted); font-size: 13px; }
.gg-route-body details { margin-top: 15px; }
.gg-route-body summary { color: #263a52; font-size: 12px; font-weight: 800; cursor: pointer; }
.gg-route-body details p { margin: 8px 0 0; color: var(--gg-muted); font-size: 12px; }
.gg-route-body .gg-text-link { margin-top: auto; padding-top: 18px; }
.gg-journey-hero { position: relative; background: linear-gradient(90deg, rgba(5,19,41,.97), rgba(6,24,50,.78) 57%, rgba(6,24,50,.42)), var(--gg-journey-image, url("https://gogoria.com/wp-content/uploads/2026/04/2-1.jpg")) center / cover no-repeat; color:#fff; }
.gg-journey-hero-inner { display:flex; min-height:610px; align-items:end; padding-block:90px; }
.gg-journey-hero-inner > div { max-width:850px; }
.gg-journey-hero h1 { max-width:850px; margin:0 0 22px; color:#fff; font-size:clamp(3rem,6vw,5rem); line-height:1; letter-spacing:-.06em; }
.gg-journey-meta { margin-top:25px; }
.gg-journey-meta span { background:rgba(255,255,255,.14); color:#fff; backdrop-filter:blur(8px); }
.gg-journey-layout { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:74px; align-items:start; }
.gg-journey-block { padding-bottom:55px; margin-bottom:55px; border-bottom:1px solid var(--gg-line); }
.gg-journey-block:last-child { border-bottom:0; }
.gg-journey-block.gg-entry-content { padding-top:0; }
.gg-journey-booking { position:sticky; top:106px; padding:27px; border:1px solid var(--gg-line); border-radius:20px; background:#fff; box-shadow:var(--gg-shadow); }
.gg-journey-booking dl { margin:18px 0; }
.gg-journey-booking dl div { display:grid; grid-template-columns:90px 1fr; gap:15px; padding:11px 0; border-bottom:1px solid #edf1f5; }
.gg-journey-booking dt { color:var(--gg-muted); font-size:11px; }
.gg-journey-booking dd { margin:0; color:var(--gg-navy); font-size:12px; font-weight:750; }
.gg-journey-price { padding:18px 0; }
.gg-journey-price small,.gg-journey-price strong { display:block; }
.gg-journey-price small { color:var(--gg-muted); font-size:10px; text-transform:uppercase; }
.gg-journey-price strong { color:var(--gg-navy); font-size:22px; }
.gg-journey-booking .gg-button { width:100%; margin-top:9px; }
.gg-button-whatsapp-outline { border-color:#25d366; color:#08733f; }
.gg-stop-list { margin:28px 0 0; padding:0; list-style:none; }
.gg-stop-list li { display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:center; padding:17px 0; border-bottom:1px solid var(--gg-line); }
.gg-stop-list span { display:grid; width:34px; height:34px; place-items:center; border-radius:50%; background:#eef4fd; color:var(--gg-blue); font-size:10px; font-weight:800; }
.gg-stop-list strong { color:var(--gg-navy); font-size:14px; }
.gg-two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.gg-two-column-copy p { margin-top: 0; }
.gg-selected-route { margin-top: 25px; padding: 13px 15px; border: 1px solid #dbe6f5; border-radius: 10px; background: #fff; color: #526177; }
.gg-no-routes { padding: 20px; border-radius: 12px; background: var(--gg-soft); color: var(--gg-muted); text-align: center; }
.gg-center-action { display: flex; justify-content: center; margin-top: 34px; }

.gg-home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gg-home-service-grid > a { min-height: 255px; padding: 26px; border: 1px solid var(--gg-line); border-radius: var(--gg-radius); transition: .2s ease; }
.gg-home-service-grid > a:hover { border-color: #b5cdf8; transform: translateY(-3px); box-shadow: var(--gg-shadow); }
.gg-home-service-grid span { color: var(--gg-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.gg-home-service-grid h3 { margin: 45px 0 8px; color: var(--gg-navy); font-size: 21px; }
.gg-home-service-grid p { margin: 0; color: var(--gg-muted); font-size: 13px; }
.gg-home-service-grid b { display: block; margin-top: 22px; color: var(--gg-blue); font-size: 12px; }
.gg-home-service-grid .gg-home-service-partner { border-color: #d8e8df; background: #f0f8f3; }
.gg-home-proof { position: relative; z-index: 3; margin-top: -34px; }
.gg-home-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--gg-line); border-radius: 18px; background: #fff; box-shadow: var(--gg-shadow); }
.gg-home-proof-grid > div { padding: 23px 21px; border-right: 1px solid var(--gg-line); }
.gg-home-proof-grid > div:last-child { border-right: 0; }
.gg-home-proof-grid strong, .gg-home-proof-grid span { display: block; }
.gg-home-proof-grid strong { color: var(--gg-navy); font-size: 19px; }
.gg-home-proof-grid span { color: var(--gg-muted); font-size: 11px; }
.gg-home-intro-section { padding-block: 105px; }
.gg-home-intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 95px; align-items: start; }
.gg-home-intro-grid h2 { max-width: 580px; }
.gg-home-intro-copy { padding-top: 18px; border-top: 1px solid var(--gg-line); }
.gg-home-intro-copy p { margin: 0 0 16px; color: var(--gg-muted); font-size: 18px; line-height: 1.7; }
.gg-home-why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 78px; align-items: center; }
.gg-home-why-image { min-height: 610px; border-radius: 24px; background: linear-gradient(180deg, transparent 50%, rgba(7, 24, 50, .24)), url("https://gogoria.com/wp-content/uploads/2022/11/gogoria-family-tour.webp") center / cover no-repeat; box-shadow: var(--gg-shadow); }
.gg-mini-points { display: grid; margin-top: 30px; }
.gg-mini-points article { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--gg-line); }
.gg-mini-points article > span { color: var(--gg-blue); font-size: 11px; font-weight: 800; }
.gg-mini-points h3 { margin: 0 0 5px; color: var(--gg-navy); font-size: 18px; }
.gg-mini-points p { margin: 0; color: var(--gg-muted); font-size: 13px; }
.gg-home-vehicles .gg-section-heading > div:last-child { max-width:470px; }
.gg-home-vehicles .gg-section-heading > div:last-child p { margin:0; color:var(--gg-muted); }
.gg-home-vehicles .gg-section-heading small { display:block; margin-top:8px; color:#8793a4; font-size:10px; line-height:1.5; }
.gg-vehicle-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.gg-vehicle-grid article { overflow:hidden; border:1px solid var(--gg-line); border-radius:20px; background:#fff; }
.gg-vehicle-image { overflow:hidden; background:#e8edf4; }
.gg-vehicle-image img { width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .35s ease; }
.gg-vehicle-grid article:hover img { transform:scale(1.035); }
.gg-vehicle-grid article > div:last-child { padding:21px; }
.gg-vehicle-grid span { color:var(--gg-blue); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.gg-vehicle-grid h3 { margin:13px 0 7px; color:var(--gg-navy); font-size:18px; line-height:1.25; }
.gg-vehicle-grid p { margin:0; color:var(--gg-muted); font-size:12px; }
.gg-home-reviews { background:#fff; }
.gg-review-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:13px; }
.gg-review-grid blockquote { display:flex; min-height:0; flex-direction:column; margin:0; padding:24px; border:1px solid var(--gg-line); border-radius:20px; background:#f8faff; }
.gg-review-grid blockquote div { color:#f4b400; font-size:15px; letter-spacing:.08em; }
.gg-review-grid blockquote p { margin:16px 0 12px; color:#536277; font-size:13px; line-height:1.62; }
.gg-review-grid cite { margin-top:0; color:var(--gg-navy); font-size:12px; font-style:normal; font-weight:800; }
.gg-origin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gg-origin-card { display: flex; min-height: 390px; flex-direction: column; justify-content: end; padding: 27px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 21px; background-position: center; background-size: cover; box-shadow: 0 20px 55px rgba(0, 0, 0, .22); transition: transform .2s ease; }
.gg-origin-card:hover { transform: translateY(-4px); }
.gg-origin-tbilisi { background-image: linear-gradient(180deg, rgba(7, 24, 50, .05), rgba(7, 24, 50, .9)), url("https://gogoria.com/wp-content/uploads/2022/11/Tour-in-Kazbegi-copy.webp"); }
.gg-origin-batumi { background-image: linear-gradient(180deg, rgba(7, 24, 50, .05), rgba(7, 24, 50, .9)), url("https://gogoria.com/wp-content/uploads/2026/07/adjara-water.png"); }
.gg-origin-kutaisi { background-image: linear-gradient(180deg, rgba(7, 24, 50, .05), rgba(7, 24, 50, .9)), url("https://gogoria.com/wp-content/uploads/2022/11/kutaisi.webp"); }
.gg-origin-card span { color: #a9c8ff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gg-origin-card h3 { margin: 9px 0 4px; color: #fff; font-size: 30px; }
.gg-origin-card p { margin: 0; color: #c8d5e5; font-size: 13px; }
.gg-home-steps { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--gg-line); border-radius: var(--gg-radius); }
.gg-home-steps article { min-height: 215px; padding: 26px; border-right: 1px solid var(--gg-line); }
.gg-home-steps article:last-child { border-right: 0; }
.gg-home-steps span { color: var(--gg-blue); font-size: 11px; font-weight: 800; }
.gg-home-steps h3 { margin: 36px 0 7px; color: var(--gg-navy); font-size: 20px; }
.gg-home-steps p { margin: 0; color: var(--gg-muted); font-size: 13px; }
.gg-home-partner-band { padding-block: 68px; background: linear-gradient(115deg, #0b2a56, #0f6fff); color: #fff; }
.gg-home-partner-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.gg-home-partner-grid h2 { margin: 0; color: #fff; font-size: 42px; letter-spacing: -.045em; }
.gg-home-partner-grid p:not(.gg-kicker) { max-width: 680px; margin-bottom: 0; color: #dbe8fa; }

.gg-content-main { min-height: 65vh; }
.gg-content-hero { padding-block: 84px 60px; background: var(--gg-soft); }
.gg-content-hero h1 { max-width: 900px; margin: 0; color: var(--gg-navy); font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; }
.gg-content-hero-lead { max-width: 700px; margin: 20px 0 0; color: var(--gg-muted); font-size: 17px; }
.gg-guide-tools { padding-block: 30px; border-top: 1px solid var(--gg-line); border-bottom: 1px solid var(--gg-line); background: #fff; }
.gg-guide-search { display: grid; grid-template-columns: 1fr auto; max-width: 720px; margin-bottom: 20px; }
.gg-guide-search input, .gg-guide-discovery .search-field { min-width: 0; min-height: 50px; padding: 10px 15px; border: 1px solid #d7e0eb; border-radius: 10px 0 0 10px; }
.gg-guide-search button, .gg-guide-discovery .search-submit { min-height: 50px; padding: 0 18px; border: 0; border-radius: 0 10px 10px 0; background: var(--gg-blue); color: #fff; font-weight: 800; }
.gg-category-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gg-category-chips a, .gg-tag-cloud a, .gg-article-taxonomy a, .gg-article-header-tags a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid var(--gg-line); border-radius: 999px; background: #fff; color: #526177; font-size: 11px; font-weight: 700; text-decoration: none; }
.gg-category-chips a:hover, .gg-category-chips a.is-active { border-color: var(--gg-blue); background: var(--gg-blue); color: #fff; }
.gg-category-chips span { opacity: .7; }
.gg-tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-top: 18px; color: var(--gg-muted); font-size: 11px; }
.gg-tag-cloud a:hover, .gg-article-taxonomy a:hover, .gg-article-header-tags a:hover { border-color: #a9c6f7; color: var(--gg-blue); }
.gg-entry-content { padding-block: 54px 86px; }
.gg-entry-content > * { max-width: 760px; margin-inline: auto; }
.gg-entry-content > .alignwide { max-width: var(--gg-shell); }
.gg-entry-content > .alignfull { max-width: none; }
.gg-entry-content h2 { margin-top: 2.1em; color: var(--gg-navy); font-size: 2rem; line-height: 1.2; }
.gg-entry-content h3 { margin-top: 1.8em; color: var(--gg-navy); }
.gg-entry-content a { color: var(--gg-blue); text-decoration: underline; text-underline-offset: 3px; }
.gg-entry-content img { border-radius: 15px; }
.gg-article-header { padding-top: 70px; background: var(--gg-soft); }
.gg-article-heading { max-width: 900px; text-align: center; }
.gg-article-heading h1 { margin: 0; color: var(--gg-navy); font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.04; letter-spacing: -.055em; }
.gg-article-meta { color: var(--gg-muted); font-size: 13px; }
.gg-article-header-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 18px; }
.gg-article-image { margin-top: 44px; }
.gg-article-image img { width: 100%; max-height: 620px; border-radius: 22px 22px 0 0; object-fit: cover; }
.gg-article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 70px; align-items: start; }
.gg-article-layout .gg-entry-content > * { max-width: none; }
.gg-article-sidebar { position: sticky; top: 106px; margin-top: 58px; }
.gg-article-aside { padding: 24px; border: 1px solid var(--gg-line); border-radius: 18px; background: var(--gg-soft); }
.gg-article-aside h2 { margin: 0; color: var(--gg-navy); font-size: 23px; }
.gg-article-aside p:not(.gg-kicker) { color: var(--gg-muted); font-size: 13px; }
.gg-guide-discovery { margin-top: 18px; padding: 24px; border: 1px solid var(--gg-line); border-radius: 18px; background: #fff; }
.gg-guide-discovery .search-form { display: flex; }
.gg-guide-discovery .search-field { width: 100%; }
.gg-guide-discovery .search-submit { padding-inline: 12px; font-size: 11px; }
.gg-guide-discovery h3 { margin: 25px 0 10px; color: var(--gg-navy); font-size: 15px; }
.gg-guide-discovery ul { margin: 0; padding: 0; list-style: none; }
.gg-guide-discovery li { padding: 7px 0; border-bottom: 1px solid #edf1f5; color: var(--gg-muted); font-size: 12px; }
.gg-guide-discovery li a { color: var(--gg-navy); }
.gg-article-taxonomy { display: grid; gap: 13px; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--gg-line); }
.gg-article-taxonomy > div { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.gg-article-taxonomy strong { min-width: 84px; color: var(--gg-navy); font-size: 12px; }
.gg-share-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 25px; padding: 19px; border-radius: 14px; background: var(--gg-soft); }
.gg-share-row strong { margin-right: 5px; color: var(--gg-navy); font-size: 12px; }
.gg-share-row a, .gg-share-row button { padding: 8px 11px; border: 1px solid #d8e1ec; border-radius: 8px; background: #fff; color: #44546a; font-size: 11px; font-weight: 750; text-decoration: none; }
.gg-share-row a:hover, .gg-share-row button:hover { border-color: var(--gg-blue); color: var(--gg-blue); }
.gg-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gg-post-card { overflow: hidden; border: 1px solid var(--gg-line); border-radius: 18px; background: #fff; }
.gg-post-card-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.gg-post-card > div { padding: 22px; }
.gg-post-card h2 { margin: 0; font-size: 21px; }
.gg-post-card p:not(.gg-kicker) { color: var(--gg-muted); font-size: 13px; }
.gg-pagination { margin-top: 35px; }
.gg-error-page { min-height: 60vh; display: grid; align-items: center; text-align: center; }
.gg-error-page p:not(.gg-kicker) { color: var(--gg-muted); }
.gg-error-page .gg-button-row { justify-content: center; }

.gg-site-footer { background: #06152d; color: #fff; }
.gg-footer-cta { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding-block: 55px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.gg-footer-cta h2 { max-width: 700px; margin: 0; color: #fff; font-size: 37px; line-height: 1.12; letter-spacing: -.045em; }
.gg-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-block: 50px 34px; }
.gg-footer-grid h3 { margin: 0 0 13px; color: #fff; font-size: 15px; }
.gg-footer-grid a { display: block; margin: 7px 0; color: #aebed1; font-size: 13px; }
.gg-footer-grid a:hover { color: #fff; }
.gg-footer-grid p { color: #91a4bc; font-size: 13px; }
.gg-footer-mark { margin: 20px 0 12px; color: #e7edf5; font-family: "Playfair Display", Georgia, serif; font-size: 24px; line-height: 1.25; }
.gg-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #8295ae; font-size: 11px; }
.gg-whatsapp-float { position: fixed; z-index: 500; right: 20px; bottom: 20px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 12px 26px rgba(21, 35, 58, .32); transition: .2s ease; }
.gg-whatsapp-float:hover { transform: translateY(-2px); background: #1fbd5b; }

/* Transfers 0.6.9 — a lighter, more open layout around locked Form 4. */
.gg-transfers-page .gg-page-hero-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 54px; min-height: 350px; padding-block: 25px 30px; }
.gg-transfers-page .gg-page-hero h1 { max-width: 610px; margin-bottom: 13px; color: #f7f9fc; font-size: clamp(2.45rem, 4.1vw, 3.5rem); line-height: 1.02; }
.gg-transfers-page .gg-hero-lead { max-width: 680px; color: #d5dfec; font-size: 15px; line-height: 1.52; }
.gg-transfers-page .gg-button-row { margin-top: 16px; }
.gg-transfers-page .gg-hero-panel { padding: 3px 0 3px 26px; border: 0; border-left: 1px solid rgba(255, 255, 255, .2); border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.gg-transfers-page .gg-hero-panel h2 { margin-bottom: 13px; font-size: 20px; line-height: 1.25; }
.gg-transfers-page .gg-hero-panel .gg-kicker { margin-bottom: 9px; color: #8fb9ff; }
.gg-plain-list,
.gg-detail-list { display: grid; margin: 0; padding: 0; list-style: none; }
.gg-plain-list { color: #d9e3ef; }
.gg-plain-list li { padding: 5px 0; border: 0; color: #cbd7e5; font-size: 13px; line-height: 1.45; }
.gg-detail-list li { padding: 10px 0; border-top: 1px solid #edf1f5; color: #44536a; font-size: 14px; line-height: 1.5; }
.gg-detail-list li:first-child { border-top: 0; }
.gg-transfers-page .gg-check-list li::before,
.gg-transfers-page .gg-cross-list li::before { display: none; content: none; }

.gg-transfer-booking { padding-block: 30px 26px; scroll-margin-top: 88px; background: #f7f9fc; }
.gg-transfer-booking > .gg-shell > .gg-kicker { margin-bottom: 12px; }
.gg-transfer-return-note { max-width: 820px; margin: 0 0 18px; color: #24364f; font-size: clamp(13px, 1vw, 14px); font-weight: 500; line-height: 1.55; }
.gg-transfer-form-slot { min-width: 0; }

.gg-transfer-trust { border-top: 1px solid var(--gg-line); border-bottom: 1px solid var(--gg-line); background: #fff; }
.gg-transfer-trust .gg-shell { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; padding-block: 16px; }
.gg-transfer-trust span { position: relative; color: #536277; font-size: 12px; font-weight: 650; }
.gg-transfer-trust span:not(:last-child)::after { position: absolute; top: 50%; right: -20px; width: 4px; height: 4px; border-radius: 50%; background: #9ba8b8; content: ""; transform: translateY(-50%); }

.gg-transfer-type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 38px; }
.gg-transfer-booking-guide { margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid #e7ecf2; }
.gg-transfer-booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin: 0; padding: 0; list-style: none; }
.gg-transfer-booking-steps li { min-width: 0; padding: 0; border: 0; }
.gg-transfer-booking-steps span { display: block; margin-bottom: 13px; color: var(--gg-blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.gg-transfer-booking-steps strong { display: block; color: var(--gg-navy); font-size: 17px; line-height: 1.3; }
.gg-transfer-booking-steps p { margin: 9px 0 0; color: var(--gg-muted); font-size: 13px; line-height: 1.62; }
.gg-transfer-type-grid article { padding-top: 0; border: 0; }
.gg-transfer-type-grid h3 { margin: 0 0 10px; color: var(--gg-navy); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.2; letter-spacing: -.035em; }
.gg-transfer-type-grid article > p:last-child { margin: 0; color: var(--gg-muted); }
.gg-transfer-route-example { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.35fr); gap: 20px 48px; margin-top: 48px; padding: 30px 0 0; border-top: 1px solid #e7ecf2; }
.gg-transfer-route-example p { margin: 0; color: var(--gg-muted); }
.gg-transfer-route-example strong { color: var(--gg-navy); font-size: 15px; }
.gg-transfer-route-links { display: flex; flex-wrap: wrap; grid-column: 2; gap: 10px 26px; }
.gg-transfer-route-links a { color: var(--gg-blue); font-size: 12px; font-weight: 800; }

.gg-transfer-managed { background: #081a34; color: #fff; }
.gg-transfer-managed-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 92px; align-items: start; }
.gg-transfer-managed h2 { max-width: 570px; color: #f4f7fb; font-size: clamp(2rem, 3.45vw, 2.75rem); }
.gg-transfer-managed-grid > div:last-child { padding-top: 4px; border: 0; }
.gg-transfer-managed-grid > div:last-child p { margin: 0 0 18px; color: #c5d1e0; line-height: 1.7; }
.gg-transfer-managed-grid > div:last-child p:last-child { margin-bottom: 0; }

.gg-transfer-scope { background: #f7f9fc; }
.gg-transfers-page .gg-scope-card { border-color: #e3e9f0; box-shadow: 0 12px 32px rgba(15, 35, 65, .035); }
.gg-transfers-page .gg-scope-card { border-top-width: 1px; }
.gg-transfers-page .gg-scope-included { border-top-color: #9abcf3; }
.gg-transfers-page .gg-scope-extra { border-top-color: #cbd5e1; }
.gg-transfer-scope .gg-detail-list li { position: relative; padding-left: 30px; }
.gg-transfer-scope .gg-detail-list li::before { position: absolute; top: 13px; left: 0; display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; border-radius: 4px; font-size: 12px; font-weight: 700; line-height: 1; }
.gg-transfer-scope .gg-scope-included .gg-detail-list li::before { background: #e2f5e9; color: #168653; content: "✓"; }
.gg-transfer-scope .gg-scope-extra .gg-detail-list li::before { background: #eef2f6; color: #66758a; content: "–"; }

.gg-transfer-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 52px; border-top: 1px solid #e7ecf2; }
.gg-transfer-faq-grid details { border-bottom: 1px solid #e7ecf2; }
.gg-transfer-faq-grid summary { position: relative; padding: 21px 34px 21px 0; color: var(--gg-navy); font-size: 14px; font-weight: 750; list-style: none; cursor: pointer; }
.gg-transfer-faq-grid summary::-webkit-details-marker { display: none; }
.gg-transfer-faq-grid summary::after { position: absolute; top: 20px; right: 2px; color: #718096; content: "+"; font-size: 17px; font-weight: 500; }
.gg-transfer-faq-grid details[open] summary::after { content: "−"; }
.gg-transfer-faq-grid details p { margin: -4px 34px 21px 0; color: var(--gg-muted); font-size: 13px; }

.gg-transfer-final { padding-top: 70px; }
.gg-transfer-final-panel { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; padding: 38px 42px; border: 1px solid var(--gg-line); border-radius: 18px; background: #fff; }
.gg-transfer-final-panel h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); }
.gg-transfer-final-panel p:not(.gg-kicker) { max-width: 630px; margin: 12px 0 0; color: var(--gg-muted); }
.gg-transfer-final-panel .gg-button-row { margin-top: 0; }
.gg-transfer-final-panel .gg-transfer-contact-note { font-size: 13px; }
.gg-transfer-contact-note a { color: var(--gg-blue); font-weight: 750; }

@media (max-width: 1080px) {
  .gg-desktop-only, .gg-primary-nav { display: none; }
  .gg-mobile-only, .gg-menu-toggle { display: inline-flex; }
  .gg-menu-toggle { margin-left: auto; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 10px; background: transparent; color: #fff; }
  .gg-menu-toggle-lines, .gg-menu-toggle-lines::before, .gg-menu-toggle-lines::after { display: block; width: 19px; height: 2px; background: currentColor; content: ""; transition: .2s ease; }
  .gg-menu-toggle-lines { position: relative; }
  .gg-menu-toggle-lines::before { position: absolute; top: -6px; }
  .gg-menu-toggle-lines::after { position: absolute; top: 6px; }
  .is-menu-open .gg-menu-toggle-lines { background: transparent; }
  .is-menu-open .gg-menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
  .is-menu-open .gg-menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
  .is-menu-open .gg-primary-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: block; padding: 12px; border-radius: 15px; background: #fff; box-shadow: var(--gg-shadow); }
  .is-menu-open .gg-menu { display: block; }
  .is-menu-open .gg-menu a { display: block; padding: 11px 9px; border-bottom: 1px solid #edf0f4; color: var(--gg-navy); }
  .is-menu-open .gg-menu > .current-menu-item > a, .is-menu-open .gg-menu > .current_page_item > a, .is-menu-open .gg-menu > .current-menu-ancestor > a { border-bottom-color: transparent; border-radius: 8px; background: #eef4ff; color: var(--gg-blue); }
  .is-menu-open .gg-menu > .current-menu-item > a::after, .is-menu-open .gg-menu > .current_page_item > a::after, .is-menu-open .gg-menu > .current-menu-ancestor > a::after { display: none; }
  .is-menu-open .gg-menu .sub-menu { position: static; display: block; padding: 0 0 0 12px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .is-menu-open .gg-primary-nav .gg-header-cta { margin-top: 10px; background: var(--gg-blue); color: #fff; }
  .gg-page-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .gg-hero-panel { max-width: 650px; }
  .gg-route-card { grid-template-columns: 1fr; }
  .gg-route-image { min-height: 230px; }
  .gg-process-grid, .gg-home-service-grid { grid-template-columns: repeat(2, 1fr); }
  .gg-vehicle-grid, .gg-review-grid { grid-template-columns:repeat(2,1fr); }
  .gg-process-grid article:nth-child(2) { border-right: 0; }
  .gg-process-grid article { border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .gg-footer-grid { grid-template-columns: 1fr 1fr; }
  .gg-article-layout { grid-template-columns: minmax(0, 760px); justify-content: center; }
  .gg-journey-layout { grid-template-columns:1fr; }
  .gg-journey-booking { position:static; }
  .gg-article-sidebar { position: static; margin-top: 0; margin-bottom: 60px; }
  .gg-home-intro-grid, .gg-home-why-grid { grid-template-columns: 1fr; gap: 46px; }
  .gg-home-why-image { min-height: 480px; }
  .gg-booking-engine-grid, .gg-classic-request-panel { grid-template-columns: 1fr; gap: 42px; }
  .gg-origin-grid { grid-template-columns: 1fr; }
  .gg-origin-card { min-height: 330px; }
  .gg-transfer-final-panel { grid-template-columns: 1fr; gap: 28px; }
  .gg-transfer-booking-steps { grid-template-columns: 1fr; gap: 25px; }
  .gg-transfer-booking-steps li { padding-bottom: 25px; border: 0; border-bottom: 1px solid #e7ecf2; }
  .gg-transfer-booking-steps li:last-child { padding-bottom: 0; border-bottom: 0; }
}

@media (min-width: 901px) and (max-width: 1080px) {
  .gg-transfers-page .gg-page-hero-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; }
  .gg-transfers-page .gg-hero-panel { max-width: none; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .gg-transfers-page .gg-page-hero-grid { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding-block: 28px 32px; }
  .gg-transfers-page .gg-hero-panel { max-width: none; }
  .gg-transfers-page .gg-plain-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 20px; }
}

@media (max-width: 760px) {
  .gg-shell { width: min(var(--gg-shell), calc(100% - 28px)); }
  .gg-header-inner { min-height: 68px; }
  .gg-page-hero-grid { min-height: 0; padding-block: 62px 72px; }
  .gg-transfers-hero { background: radial-gradient(circle at 90% 15%, #173e78 0, transparent 43%), linear-gradient(145deg, #051329, #0a2144 70%, #0b2d5d); }
  .gg-transfers-page .gg-page-hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; padding-block: 18px 22px; }
  .gg-transfers-page .gg-page-hero h1 { margin-bottom: 12px; font-size: clamp(2.05rem, 9vw, 2.7rem); line-height: 1.03; }
  .gg-transfers-page .gg-hero-lead { font-size: 14px; line-height: 1.5; }
  .gg-transfers-page .gg-hero-panel { display: none; }
  .gg-transfers-hero .gg-button-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
  .gg-transfers-hero .gg-button-row .gg-button { min-height: 46px; padding-inline: 9px; font-size: 11px; line-height: 1.25; text-align: center; }
  .gg-journey-hero-inner { min-height:500px; padding-block:65px; }
  .gg-page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .gg-hero-lead { font-size: 15px; }
  .gg-section { padding-block: 58px; }
  .gg-section-heading { display: block; }
  .gg-section-heading > p { margin-top: 14px; }
  .gg-proof-strip { margin-top: -22px; }
  .gg-proof-grid, .gg-home-proof-grid, .gg-two-card-grid, .gg-route-grid, .gg-two-column-copy, .gg-apply-grid, .gg-request-grid, .gg-split-callout, .gg-footer-cta, .gg-post-grid, .gg-scope-grid { grid-template-columns: 1fr; }
  .gg-proof-grid > div { border-right: 0; border-bottom: 1px solid var(--gg-line); }
  .gg-proof-grid > div:last-child { border-bottom: 0; }
  .gg-service-grid { grid-template-columns: 1fr; }
  .gg-service-card { grid-column: auto; min-height: 0; }
  .gg-service-card h3 { margin-top: 25px; }
  .gg-route-body { min-height: 320px; }
  .gg-filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .gg-filter-bar button { flex: 0 0 auto; }
  .gg-process-grid, .gg-home-service-grid, .gg-footer-grid { grid-template-columns: 1fr; }
  .gg-vehicle-grid, .gg-review-grid { grid-template-columns:1fr; }
  .gg-home-proof-grid > div { border-right: 0; border-bottom: 1px solid var(--gg-line); }
  .gg-home-proof-grid > div:last-child { border-bottom: 0; }
  .gg-home-intro-section { padding-block: 76px; }
  .gg-home-intro-copy p { font-size: 16px; }
  .gg-home-why-image { min-height: 390px; }
  .gg-home-steps, .gg-home-partner-grid, .gg-whatsapp-band-grid { grid-template-columns: 1fr; }
  .gg-home-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--gg-line); }
  .gg-home-steps article:last-child { border-bottom: 0; }
  .gg-home-partner-grid .gg-button { width: 100%; }
  .gg-whatsapp-band .gg-button { width: 100%; }
  .gg-process-grid article { min-height: 0; border-right: 0; }
  .gg-button-row .gg-button { width: 100%; }
  .gg-split-callout .gg-button { width: 100%; }
  .gg-footer-cta { align-items: start; }
  .gg-footer-cta h2 { font-size: 30px; }
  .gg-footer-bottom { display: block; }
  .gg-footer-bottom span { display: block; margin-top: 4px; }
  .gg-booking-intro .gg-shell { display: block; }
  .gg-booking-intro strong { display: block; margin-bottom: 5px; }
  .gg-booking-paths .gg-shell, .gg-planned-service-grid, .gg-booking-partner-strip .gg-shell { grid-template-columns: 1fr; }
  .gg-booking-path { min-height: 0; }
  .gg-booking-engine-grid { grid-template-columns: minmax(0, 1fr); }
  .gg-booking-engine { padding: 8px; }
  .gg-classic-request-panel { padding: 24px; }
  .gg-booking-partner-strip .gg-button { width: 100%; }
  .gg-guide-search { grid-template-columns: 1fr; }
  .gg-guide-search input, .gg-guide-search button { border-radius: 10px; }
  .gg-guide-search button { margin-top: 8px; }
  .gg-whatsapp-float { right: 14px; bottom: 14px; width: 50px; height: 50px; }
  .gg-transfers-body .gg-whatsapp-float { display: none; }
  .gg-article-header { padding-top: 50px; }
  .gg-article-image { width: 100%; margin-top: 30px; }
  .gg-article-image img { border-radius: 0; }
  .gg-transfer-booking { padding-block: 22px 18px; scroll-margin-top: 74px; }
  .gg-transfer-trust .gg-shell { display: grid; grid-template-columns: repeat(2, 1fr); justify-content: start; gap: 6px 18px; }
  .gg-transfer-trust span:not(:last-child)::after { display: none; }
  .gg-transfer-type-grid, .gg-transfer-managed-grid, .gg-transfer-faq-grid { grid-template-columns: 1fr; }
  .gg-transfer-type-grid { gap: 32px; }
  .gg-transfer-booking-guide { margin-bottom: 50px; padding-bottom: 50px; }
  .gg-transfer-booking-steps li { padding: 0 0 24px; }
  .gg-transfer-booking-steps span { margin-bottom: 10px; }
  .gg-transfer-route-example { grid-template-columns: 1fr; gap: 16px; }
  .gg-transfer-route-links { grid-column: 1; display: grid; }
  .gg-transfer-managed-grid { gap: 32px; }
  .gg-transfer-managed-grid > div:last-child { padding-top: 20px; }
  .gg-transfer-faq-grid { gap: 0; }
  .gg-transfer-final { padding-top: 48px; }
  .gg-transfer-final-panel { padding: 28px 22px; }
}

@media (max-width: 420px) {
  .gg-transfers-hero .gg-button-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto; transition-duration: .01ms; animation-duration: .01ms; animation-iteration-count: 1; }
}
