@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Open+Sans:wght@400&display=swap");

@font-face {
  font-family: "Rammetto One";
  src: url("assets/fonts/RammettoOne-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Iosevka Charon";
  src: url("assets/fonts/IosevkaCharon-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Iosevka Charon";
  src: url("assets/fonts/IosevkaCharon-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* Proposed GLOAB brand palette
   Rust: #AC3F08 | Orange: #DA6F0B | Blush: #F6E0D5
   Ice: #F3FAFF | Aqua: #C2F0F3 | Cobalt: #3A52BB */
:root {
  --gloab-rust: #AC3F08;
  --gloab-rust-hover: #8F3206;
  --gloab-orange: #DA6F0B;
  --gloab-blush: #F6E0D5;
  --gloab-ice: #F3FAFF;
  --gloab-aqua: #C2F0F3;
  --gloab-cobalt: #3A52BB;
  --gloab-ink: #0F172A;
}

/* Preserve the light-blue page surface when the shortcode is embedded in a
   WordPress theme that supplies a white content canvas. */
.glb-how-it-works-plugin {
  background: #f3faff;
}

.preview-site-header .lucide,
.glb-how-hero .lucide,
.glb-journey .lucide,
.glb-receive .lucide,
.glb-handoff .lucide,
.glb-pricing .lucide,
.glb-proof .lucide,
.glb-faq .lucide,
.glb-final .lucide {
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
}

.glb-how-hero {
  --glb-how-navy: #0d1b3a;
  --glb-how-orange: #b94a16;
  --glb-how-orange-hover: #9f3e10;
  --glb-how-accent: #f06a32;
  --glb-how-white: #fffdfa;
  position: relative;
  display: grid;
  width: 100%;
    min-height: 504px;
  overflow: hidden;
  isolation: isolate;
  align-items: center;
  background: var(--glb-how-navy);
  color: var(--glb-how-white);
  font-family: "DM Sans", sans-serif;
}

.glb-how-hero,
.glb-how-hero * {
  box-sizing: border-box;
}

.glb-how-hero__media,
.glb-how-hero__media img,
.glb-how-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.glb-how-hero__media {
  z-index: -2;
  margin: 0;
  overflow: hidden;
}

.glb-how-hero__media img {
  display: block;
  object-fit: cover;
  object-position: 50% 62%;
  transform: scale(1.035);
}

.glb-how-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(13, 27, 58, 0.12), rgba(13, 27, 58, 0.25)),
    linear-gradient(
      90deg,
      rgba(13, 27, 58, 0.97) 0%,
      rgba(13, 27, 58, 0.91) 39%,
      rgba(13, 27, 58, 0.69) 68%,
      rgba(13, 27, 58, 0.43) 100%
    );
}

.glb-how-hero__container {
  width: min(1200px, calc(100% - 112px));
  margin: 0 auto;
  padding: 54px 0 38px;
}

.glb-how-hero__copy {
  width: min(68%, 790px);
}

.glb-how-hero__eyebrow {
  margin: 0 0 15px;
  color: var(--glb-how-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.glb-how-hero h1 {
  max-width: 790px;
  margin: 0;
  color: var(--glb-how-white);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(47px, 4.2vw, 58px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-wrap: balance;
}

.glb-how-hero h1 span {
  color: #ffe3d3;
}

.glb-how-hero__intro {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 253, 250, 0.92);
  font-size: 17px;
  line-height: 1.55;
}

.glb-how-hero__actions {
  display: flex;
  margin-top: 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.glb-how-hero__button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.glb-how-hero__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.glb-how-hero__button--primary {
  background: var(--glb-how-orange);
  box-shadow: 0 10px 28px rgba(5, 12, 29, 0.28);
  color: #ffffff;
}

.glb-how-hero__button--secondary {
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.glb-how-hero__button:hover {
  transform: translateY(-2px);
}

.glb-how-hero__button--primary:hover {
  background: var(--glb-how-orange-hover);
  box-shadow: 0 12px 32px rgba(5, 12, 29, 0.36);
}

.glb-how-hero__button--secondary:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--glb-how-navy);
}

.glb-how-hero__button:active {
  transform: translateY(0);
}

.glb-how-hero__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(185, 74, 22, 0.85);
}

.glb-how-motion-ready .glb-how-hero [data-glb-how-reveal] {
  opacity: 0;
  transform: translateY(14px);
}

.glb-how-motion-ready .glb-how-hero.is-visible [data-glb-how-reveal] {
  animation: glb-how-reveal 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-how-motion-ready .glb-how-hero.is-visible [data-glb-how-reveal]:nth-child(2) {
  animation-delay: 80ms;
}

.glb-how-motion-ready .glb-how-hero.is-visible [data-glb-how-reveal]:nth-child(3) {
  animation-delay: 160ms;
}

.glb-how-motion-ready .glb-how-hero.is-visible [data-glb-how-reveal]:nth-child(4) {
  animation-delay: 240ms;
}

.glb-how-motion-ready .glb-how-hero.is-visible .glb-how-hero__media img {
  animation: glb-how-zoom 16s ease-out both;
}

@keyframes glb-how-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glb-how-zoom {
  from {
    transform: scale(1.035);
  }
  to {
    transform: scale(1.075);
  }
}

@media (max-width: 1024px) {
  .glb-how-hero {
    min-height: 513px;
  }

  .glb-how-hero__container {
    width: min(100% - 80px, 960px);
  }

  .glb-how-hero__copy {
    width: min(78%, 760px);
  }

  .glb-how-hero__media img {
    object-position: 63% 58%;
  }

  .glb-how-hero__overlay {
    background:
      linear-gradient(180deg, rgba(13, 27, 58, 0.16), rgba(13, 27, 58, 0.28)),
      linear-gradient(90deg, rgba(13, 27, 58, 0.97) 0%, rgba(13, 27, 58, 0.9) 53%, rgba(13, 27, 58, 0.55) 100%);
  }
}

@media (max-width: 700px) {
  .glb-how-hero {
    min-height: 558px;
    align-items: start;
  }

  .glb-how-hero__container {
    width: calc(100% - 48px);
    padding: 54px 0 36px;
  }

  .glb-how-hero__copy {
    width: 100%;
  }

  .glb-how-hero__media img {
    object-position: 50% center;
  }

  .glb-how-hero__overlay {
    background:
      linear-gradient(180deg, rgba(13, 27, 58, 0.83) 0%, rgba(13, 27, 58, 0.78) 52%, rgba(13, 27, 58, 0.9) 100%),
      linear-gradient(90deg, rgba(13, 27, 58, 0.6), rgba(13, 27, 58, 0.28));
  }

  .glb-how-hero h1 {
    max-width: 520px;
    font-size: clamp(38px, 10.6vw, 47px);
    line-height: 1.06;
  }

  .glb-how-hero__intro {
    max-width: 540px;
    font-size: 16px;
  }

  .glb-how-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .glb-how-hero__button {
    width: 100%;
  }

}

/* Final brand typography override for component-specific heading rules. */
body,
.preview-site-header,
.preview-nav a,
.preview-menu,
.glb-how-hero,
.glb-journey,
.glb-receive,
.glb-handoff,
.glb-pricing,
.glb-proof,
.glb-faq,
.glb-final {
  font-family: "Iosevka Charon", sans-serif !important;
}

h1, h2, h3,
.glb-how-hero h1,
.glb-journey h2,
.glb-journey h3,
.glb-receive h2,
.glb-receive h3,
.glb-handoff h2,
.glb-handoff h3,
.glb-pricing h2,
.glb-pricing h3,
.glb-proof h2,
.glb-proof h3,
.glb-faq h2,
.glb-faq h3,
.glb-final h2,
.glb-final h3 {
  font-family: "Rammetto One", sans-serif !important;
  font-weight: 400 !important;
}

/* Brand typography: Rammetto One for display moments, Iosevka Charon for all supporting copy. */
body,
.preview-site-header,
.preview-nav a,
.preview-menu,
.glb-how-hero,
.glb-journey,
.glb-receive,
.glb-handoff,
.glb-pricing,
.glb-proof,
.glb-faq,
.glb-final {
  font-family: "Iosevka Charon", sans-serif;
}

h1, h2, h3,
.glb-how-hero h1,
.glb-journey__intro h2,
.glb-journey__step-title,
.glb-receive h2,
.glb-receive__panel-copy h3,
.glb-handoff h2,
.glb-handoff__column h3,
.glb-pricing h2,
.glb-pricing__card h3,
.glb-proof h2,
.glb-proof__trust h3,
.glb-faq h2,
.glb-final h2 {
  font-family: "Rammetto One", sans-serif;
  font-weight: 400;
}

.glb-how-hero__button,
.glb-journey__button,
.glb-receive__button,
.glb-handoff__button,
.glb-pricing__button,
.glb-proof__button,
.glb-faq__button,
.glb-final__button {
  font-family: "Iosevka Charon", sans-serif;
}

@media (max-width: 430px) {
  .glb-how-hero {
    min-height: 600px;
  }

  .glb-how-hero__container {
    width: calc(100% - 36px);
    padding-top: 40px;
  }

  .glb-how-hero__eyebrow {
    margin-bottom: 12px;
  }

  .glb-how-hero h1 {
    font-size: clamp(34px, 9.8vw, 40px);
  }

  .glb-how-hero__intro {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
  }

  .glb-how-hero__actions {
    margin-top: 20px;
    gap: 10px;
  }

  .glb-how-hero__button {
    min-height: 48px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .glb-how-hero *,
  .glb-how-hero *::before,
  .glb-how-hero *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .glb-how-hero [data-glb-how-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Fourth page section: pricing plans */
.glb-pricing {
  --glb-pricing-navy: #0d1b3a;
  --glb-pricing-orange: #ff5b00;
  --glb-pricing-action: #b94a16;
  --glb-pricing-action-hover: #9f3e10;
  --glb-pricing-slate: #5a687d;
  --glb-pricing-border: #e3e7ed;
  padding: 112px 24px 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 91, 0, 0.09), transparent 30%),
    linear-gradient(180deg, #fffaf6 0%, #f8f3ed 100%);
  color: var(--glb-pricing-navy);
  font-family: "DM Sans", sans-serif;
}

.glb-pricing,
.glb-pricing * {
  box-sizing: border-box;
}

.glb-pricing__container {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.glb-pricing__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.glb-pricing__eyebrow {
  display: inline-flex;
  min-height: 30px;
  margin: 0;
  padding: 0 17px;
  align-items: center;
  border-radius: 999px;
  background: #ffeadd;
  color: var(--glb-pricing-action);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.glb-pricing__intro h2 {
  margin: 22px 0 0;
  color: var(--glb-pricing-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.glb-pricing__intro h2 span {
  color: var(--glb-pricing-action);
  font-style: italic;
  font-weight: 600;
}

.glb-pricing__intro > p:not(.glb-pricing__eyebrow) {
  margin: 15px auto 0;
  color: var(--glb-pricing-slate);
  font-size: 17px;
  line-height: 1.65;
}

.glb-pricing__reassurance {
  display: inline-flex;
  margin-top: 17px;
  align-items: center;
  gap: 8px;
  color: #344259;
  font-size: 12px;
  font-weight: 700;
}

.glb-pricing__reassurance b {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #fff0e7;
  color: var(--glb-pricing-action);
  font-size: 10px;
}

.glb-pricing__grid {
  display: grid;
  margin-top: 56px;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.glb-pricing__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 630px;
  padding: 28px 27px 24px;
  flex-direction: column;
  border: 1px solid var(--glb-pricing-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(13, 27, 58, 0.08);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.glb-pricing__card:hover {
  border-color: #d2d8e1;
  box-shadow: 0 26px 56px rgba(13, 27, 58, 0.13);
  transform: translateY(-4px);
}

.glb-pricing__card--featured {
  z-index: 1;
  margin-top: -14px;
  margin-bottom: -14px;
  padding-top: 36px;
  border: 2px solid var(--glb-pricing-orange);
  box-shadow: 0 28px 62px rgba(13, 27, 58, 0.15);
}

.glb-pricing__featured-label {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 94px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--glb-pricing-action);
  box-shadow: 0 8px 18px rgba(185, 74, 22, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.glb-pricing__card-top {
  display: flex;
  min-height: 48px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.glb-pricing__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #d75c20, var(--glb-pricing-action));
  box-shadow: 0 12px 24px rgba(13, 27, 58, 0.16);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.glb-pricing__card--featured .glb-pricing__icon {
  background: linear-gradient(145deg, #25385f, var(--glb-pricing-navy));
}

.glb-pricing__badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #556277;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.glb-pricing__name {
  min-height: 96px;
  margin-top: 19px;
}

.glb-pricing__name h3 {
  margin: 0;
  color: var(--glb-pricing-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(27px, 2.1vw, 33px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.glb-pricing__name p {
  margin: 8px 0 0;
  color: var(--glb-pricing-slate);
  font-size: 13px;
  font-weight: 700;
}

.glb-pricing__price {
  display: grid;
  margin-top: 15px;
  gap: 7px;
}

.glb-pricing__price small {
  color: var(--glb-pricing-slate);
  font-size: 11px;
  font-weight: 700;
}

.glb-pricing__price strong {
  color: var(--glb-pricing-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(45px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.glb-pricing__price sup {
  margin-left: 3px;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1;
  vertical-align: top;
}

.glb-pricing__card ul {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.glb-pricing__card li {
  display: flex;
  min-height: 22px;
  align-items: flex-start;
  gap: 10px;
  color: #516078;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.glb-pricing__card li::before {
  display: none;
}

.glb-pricing__card li > svg {
  width: 21px;
  height: 21px;
  padding: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff0e7;
  color: var(--glb-pricing-action);
  stroke-width: 3;
}

.glb-pricing__card-note {
  margin: 18px 0 0;
  color: var(--glb-pricing-slate);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.glb-pricing__button {
  display: inline-flex;
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.glb-pricing__button:hover {
  transform: translateY(-2px);
}

.glb-pricing__button--primary {
  background: var(--glb-pricing-action);
  box-shadow: 0 12px 25px rgba(185, 74, 22, 0.24);
  color: #ffffff;
}

.glb-pricing__button--primary:hover {
  background: var(--glb-pricing-action-hover);
}

.glb-pricing__button--quiet {
  background: #f0f2f5;
  color: var(--glb-pricing-navy);
}

.glb-pricing__button--quiet:hover {
  background: #e3e7ed;
}

.glb-pricing__button:focus-visible {
  outline: 3px solid var(--glb-pricing-orange);
  outline-offset: 3px;
}

.glb-pricing__footnote {
  max-width: 720px;
  margin: 31px auto 0;
  color: var(--glb-pricing-slate);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.glb-pricing [data-glb-pricing-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.glb-pricing.is-visible [data-glb-pricing-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 480ms ease, transform 480ms ease;
}

.glb-pricing.is-visible .glb-pricing__card:nth-child(1) {
  transition-delay: 90ms;
}

.glb-pricing.is-visible .glb-pricing__card:nth-child(2) {
  transition-delay: 150ms;
}

.glb-pricing.is-visible .glb-pricing__card:nth-child(3) {
  transition-delay: 210ms;
}

.glb-pricing.is-visible .glb-pricing__footnote {
  transition-delay: 260ms;
}

@media (max-width: 940px) {
  .glb-pricing {
    padding: 90px 22px 86px;
  }

  .glb-pricing__grid {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .glb-pricing__card,
  .glb-pricing__card--featured {
    min-height: 0;
    margin: 0;
    padding: 28px;
  }

  .glb-pricing__card--featured {
    padding-top: 36px;
  }

  .glb-pricing__name {
    min-height: 0;
  }

  .glb-pricing__button {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .glb-pricing {
    padding: 72px 16px 68px;
  }

  .glb-pricing__intro h2 {
    font-size: clamp(39px, 12vw, 48px);
  }

  .glb-pricing__intro > p:not(.glb-pricing__eyebrow) {
    font-size: 16px;
  }

  .glb-pricing__reassurance {
    align-items: flex-start;
    text-align: left;
  }

  .glb-pricing__grid {
    margin-top: 46px;
  }

  .glb-pricing__card,
  .glb-pricing__card--featured {
    padding: 25px 21px 21px;
    border-radius: 21px;
  }

  .glb-pricing__card--featured {
    padding-top: 33px;
  }

  .glb-pricing__name h3 {
    font-size: 29px;
  }

  .glb-pricing__price strong {
    font-size: 50px;
  }

  .glb-pricing__card li {
    font-size: 13px;
  }

  .glb-pricing__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-pricing *,
  .glb-pricing *::before,
  .glb-pricing *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .glb-pricing [data-glb-pricing-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Third page section: interactive completed-itinerary preview */
.glb-receive {
  --glb-receive-navy: #0d1b3a;
  --glb-receive-orange: #ff5b00;
  --glb-receive-action: #b94a16;
  --glb-receive-slate: #59667a;
  --glb-receive-border: #e3e7ed;
  padding: 118px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 91, 0, 0.08), transparent 28%),
    #f3faff;
  color: var(--glb-receive-navy);
}

.glb-receive,
.glb-receive * {
  box-sizing: border-box;
}

.glb-receive__container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.glb-receive__layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(440px, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(44px, 5vw, 72px);
}

.glb-receive__intro {
  max-width: 500px;
}

.glb-receive__eyebrow {
  margin: 0 0 17px;
  color: var(--glb-receive-action);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.glb-receive__intro h2 {
  margin: 0;
  color: var(--glb-receive-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(42px, 4.1vw, 62px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
}

.glb-receive__intro h2 span {
  color: var(--glb-receive-action);
}

.glb-receive__copy {
  margin: 25px 0 0;
  color: var(--glb-receive-slate);
  font-size: 17px;
  line-height: 1.72;
}

.glb-receive__reassurance {
  margin: 15px 0 0;
  color: #344156;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.glb-receive__benefits {
  display: grid;
  margin: 31px 0 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.glb-receive__benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #29364b;
  font-size: 14px;
  font-weight: 700;
}

.glb-receive__benefits li span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff0e7;
  color: var(--glb-receive-action);
  font-size: 12px;
}

.glb-receive__actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.glb-receive__button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.glb-receive__button--primary {
  background: var(--glb-receive-action);
  box-shadow: 0 12px 25px rgba(13, 27, 58, 0.15);
  color: #ffffff;
}

.glb-receive__button--secondary {
  border: 1px solid #cdd3dc;
  background: rgba(255, 255, 255, 0.64);
  color: var(--glb-receive-navy);
}

.glb-receive__button:hover {
  transform: translateY(-2px);
}

.glb-receive__button--primary:hover {
  background: #9f3e10;
}

.glb-receive__button:focus-visible,
.glb-itinerary__tabs button:focus-visible,
.glb-itinerary__footer a:focus-visible {
  outline: 3px solid var(--glb-receive-orange);
  outline-offset: 3px;
}

.glb-itinerary {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 65px rgba(13, 27, 58, 0.14);
}

.glb-itinerary__header {
  display: grid;
  min-height: 108px;
  padding: 22px 24px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  background: var(--glb-receive-navy);
  color: #ffffff;
}

.glb-itinerary__header-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 91, 0, 0.2);
  color: #ff8d51;
  font-size: 24px;
  font-weight: 800;
}

.glb-itinerary__heading {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.glb-itinerary__heading small,
.glb-itinerary__card-label,
.glb-itinerary__stay-card small,
.glb-itinerary__tips small,
.glb-itinerary__facts small,
.glb-itinerary__summary-grid small,
.glb-itinerary__day-heading small {
  color: var(--glb-receive-action);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.glb-itinerary__heading small {
  color: #ff8d51;
}

.glb-itinerary__heading strong {
  overflow: hidden;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glb-itinerary__heading > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
}

.glb-itinerary__badge {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.glb-itinerary__badge b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--glb-receive-orange);
  font-size: 11px;
}

.glb-itinerary__tabs {
  display: flex;
  padding: 8px 12px 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--glb-receive-border);
  background: #fffaf7;
  scrollbar-width: none;
}

.glb-itinerary__tabs::-webkit-scrollbar {
  display: none;
}

.glb-itinerary__tabs button {
  position: relative;
  min-height: 46px;
  padding: 0 15px;
  flex: 1 0 auto;
  border: 0;
  background: transparent;
  color: var(--glb-receive-slate);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.glb-itinerary__tabs button::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: transparent;
  content: "";
}

.glb-itinerary__tabs button[aria-selected="true"] {
  color: var(--glb-receive-navy);
}

.glb-itinerary__tabs button[aria-selected="true"]::after {
  background: var(--glb-receive-orange);
}

.glb-itinerary__content {
  min-height: 365px;
  padding: 23px 25px;
}

.glb-itinerary__panel[hidden] {
  display: none;
}

.glb-itinerary__panel.is-active {
  animation: glb-itinerary-panel-in 280ms ease both;
}

.glb-itinerary__facts {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 9px;
}

.glb-itinerary__facts > span {
  display: grid;
  min-height: 63px;
  padding: 11px 12px;
  align-content: center;
  gap: 3px;
  border: 1px solid #efe7e2;
  border-radius: 12px;
  background: #fff9f5;
}

.glb-itinerary__facts strong {
  font-size: 11px;
}

.glb-itinerary__summary-grid {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.glb-itinerary__summary-grid article {
  display: grid;
  min-width: 0;
  min-height: 118px;
  padding: 13px;
  align-content: start;
  grid-template-columns: auto 1fr;
  gap: 10px;
  border: 1px solid var(--glb-receive-border);
  border-radius: 14px;
}

.glb-itinerary__summary-grid article > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
}

.glb-itinerary__summary-grid article > span:first-child svg {
  width: 15px;
  height: 15px;
}

.glb-itinerary__summary-grid .is-flight {
  background: #eaf4ff;
  color: #276cae;
}

.glb-itinerary__summary-grid .is-stay {
  background: #eaf7ef;
  color: #26764f;
}

.glb-itinerary__summary-grid .is-activity {
  background: #fff0e7;
  color: var(--glb-receive-action);
}

.glb-itinerary__summary-grid article > span:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.glb-itinerary__summary-grid strong {
  font-size: 11px;
}

.glb-itinerary__summary-grid em {
  color: var(--glb-receive-slate);
  font-size: 9px;
  font-style: normal;
  line-height: 1.4;
}

.glb-itinerary__note {
  margin: 16px 0 0;
  color: var(--glb-receive-slate);
  font-size: 11px;
  line-height: 1.5;
}

.glb-itinerary__day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.glb-itinerary__day-heading > span {
  display: grid;
  gap: 3px;
}

.glb-itinerary__day-heading strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
}

.glb-itinerary__day-heading > em {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff0e7;
  color: var(--glb-receive-action);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.glb-itinerary__timeline {
  position: relative;
  display: grid;
  margin-top: 10px;
}

.glb-itinerary__timeline::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 16px;
  width: 2px;
  border-radius: 999px;
  background: var(--glb-receive-orange);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
}

.glb-itinerary__timeline.is-drawn::before {
  transform: scaleY(1);
  transition: transform 520ms ease;
}

.glb-itinerary__timeline article {
  position: relative;
  display: grid;
  min-height: 67px;
  padding: 5px 0;
  align-items: center;
  grid-template-columns: 34px 48px minmax(0, 1fr);
  gap: 8px;
}

.glb-itinerary__timeline article > i,
.glb-itinerary__timeline article > svg {
  z-index: 1;
  width: 33px;
  height: 33px;
  padding: 7px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #fff0e7;
  box-shadow: 0 0 0 1px rgba(255, 91, 0, 0.35);
  color: var(--glb-receive-action);
  stroke-width: 2;
}

.glb-itinerary__timeline time {
  color: var(--glb-receive-slate);
  font-size: 9px;
  font-weight: 800;
}

.glb-itinerary__timeline article > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.glb-itinerary__timeline strong {
  font-size: 10px;
}

.glb-itinerary__timeline small {
  overflow: hidden;
  color: var(--glb-receive-slate);
  font-size: 8px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glb-itinerary__timeline em {
  color: var(--glb-receive-action);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

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

.glb-itinerary__flight-grid article {
  padding: 18px;
  border: 1px solid var(--glb-receive-border);
  border-radius: 16px;
  background: #ffffff;
}

.glb-itinerary__route {
  display: flex;
  margin-top: 13px;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.glb-itinerary__route strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 25px;
}

.glb-itinerary__route span {
  color: var(--glb-receive-orange);
  font-size: 18px;
}

.glb-itinerary__flight-grid p,
.glb-itinerary__flight-grid footer {
  display: flex;
  margin: 12px 0 0;
  justify-content: space-between;
  gap: 10px;
  color: var(--glb-receive-slate);
  font-size: 9px;
}

.glb-itinerary__flight-grid footer {
  padding-top: 12px;
  border-top: 1px solid var(--glb-receive-border);
}

.glb-itinerary__flight-grid footer strong {
  color: var(--glb-receive-navy);
}

.glb-itinerary__stay-card {
  display: grid;
  padding: 23px;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  border: 1px solid var(--glb-receive-border);
  border-radius: 18px;
  background: #fffdfb;
}

.glb-itinerary__stay-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: #eaf7ef;
  color: #26764f;
  font-size: 21px;
}

.glb-itinerary__stay-card h3 {
  margin: 4px 0 17px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
}

.glb-itinerary__stay-card dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.glb-itinerary__stay-card dl div {
  padding: 12px;
  border-radius: 12px;
  background: #f4f6f8;
}

.glb-itinerary__stay-card dt {
  color: var(--glb-receive-slate);
  font-size: 9px;
}

.glb-itinerary__stay-card dd {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 800;
}

.glb-itinerary__stay-note {
  margin: 14px 0 0;
  color: var(--glb-receive-slate);
  font-size: 10px;
  line-height: 1.5;
}

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

.glb-itinerary__tips article {
  display: grid;
  padding: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--glb-receive-border);
  border-radius: 16px;
  background: #fffdfb;
}

.glb-itinerary__tips i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff0e7;
  color: var(--glb-receive-action);
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 800;
}

.glb-itinerary__tips article > span {
  display: grid;
  gap: 4px;
}

.glb-itinerary__tips strong {
  font-size: 11px;
}

.glb-itinerary__tips p {
  margin: 0;
  color: var(--glb-receive-slate);
  font-size: 9px;
  line-height: 1.5;
}

.glb-itinerary__footer {
  display: flex;
  min-height: 64px;
  padding: 13px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--glb-receive-border);
  background: #fffaf7;
}

.glb-itinerary__footer p {
  margin: 0;
  color: var(--glb-receive-slate);
  font-size: 9px;
  line-height: 1.45;
}

.glb-itinerary__footer a {
  color: var(--glb-receive-action);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.glb-receive [data-glb-receive-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.glb-receive.is-visible [data-glb-receive-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 480ms ease, transform 480ms ease;
}

.glb-receive.is-visible .glb-receive__preview {
  transition-delay: 100ms;
}

@keyframes glb-itinerary-panel-in {
  from { opacity: 0; transform: translateX(9px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 980px) {
  .glb-receive {
    padding: 90px 22px;
  }

  .glb-receive__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .glb-receive__intro {
    max-width: 650px;
  }
}

@media (max-width: 640px) {
  .glb-receive {
    padding: 72px 16px;
  }

  .glb-receive__intro h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .glb-receive__copy {
    font-size: 16px;
  }

  .glb-receive__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .glb-receive__button {
    width: 100%;
  }

  .glb-itinerary {
    border-radius: 20px;
  }

  .glb-itinerary__header {
    padding: 18px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .glb-itinerary__badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .glb-itinerary__tabs {
    padding-right: 7px;
    padding-left: 7px;
  }

  .glb-itinerary__tabs button {
    min-height: 48px;
    padding: 0 13px;
  }

  .glb-itinerary__content {
    min-height: 465px;
    padding: 18px 16px;
  }

  .glb-itinerary__facts,
  .glb-itinerary__summary-grid,
  .glb-itinerary__flight-grid,
  .glb-itinerary__tips {
    grid-template-columns: 1fr;
  }

  .glb-itinerary__summary-grid article {
    min-height: 78px;
  }

  .glb-itinerary__day-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .glb-itinerary__timeline article {
    min-height: 82px;
    grid-template-columns: 34px 42px minmax(0, 1fr);
  }

  .glb-itinerary__timeline small {
    overflow: visible;
    white-space: normal;
  }

  .glb-itinerary__stay-card {
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .glb-itinerary__stay-card dl {
    grid-template-columns: 1fr;
  }

  .glb-itinerary__footer {
    padding: 15px 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .glb-itinerary__footer a {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-receive *,
  .glb-receive *::before,
  .glb-receive *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .glb-receive [data-glb-receive-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .glb-itinerary__timeline::before {
    transform: scaleY(1) !important;
  }
}

/* How It Works: four-step interactive journey */
.glb-journey {
  --glb-journey-navy: #0d1b3a;
  --glb-journey-mid-navy: #293754;
  --glb-journey-orange: #f06a32;
  --glb-journey-action: #b94a16;
  --glb-journey-action-hover: #9f3e10;
  --glb-journey-white: #fffdfa;
  --glb-journey-grey: #f3f5f8;
  --glb-journey-slate: #566378;
  --glb-journey-border: #e1e5eb;
  width: 100%;
  padding: 108px 0 112px;
  scroll-margin-top: 24px;
  background: var(--glb-journey-grey);
  color: var(--glb-journey-navy);
  font-family: "DM Sans", sans-serif;
}

.glb-journey,
.glb-journey * {
  box-sizing: border-box;
}

.glb-journey__container {
  width: min(1200px, calc(100% - 112px));
  margin: 0 auto;
}

.glb-journey__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.glb-journey__eyebrow {
  margin: 0 0 15px;
  color: var(--glb-journey-action);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.35;
  text-transform: uppercase;
}

.glb-journey__intro h2,
.glb-journey__cta h3 {
  margin: 0;
  color: var(--glb-journey-navy);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

.glb-journey__intro h2 {
  font-size: clamp(46px, 4.2vw, 56px);
  line-height: 1.08;
}

.glb-journey__intro > p:last-child {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--glb-journey-slate);
  font-size: 18px;
  line-height: 1.65;
}

.glb-journey__layout {
  display: grid;
  margin-top: 72px;
  align-items: start;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  gap: clamp(56px, 6vw, 88px);
}

.glb-journey__timeline {
  position: relative;
}

.glb-journey__line {
  position: absolute;
  z-index: 0;
  top: 260px;
  bottom: 260px;
  left: 30px;
  width: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: #d8dde5;
}

.glb-journey__line-progress {
  display: block;
  width: 100%;
  height: var(--glb-journey-progress, 0%);
  border-radius: inherit;
  background: var(--glb-journey-orange);
  transition: height 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.glb-journey__steps {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.glb-journey__step {
  display: flex;
  min-height: 520px;
  align-items: center;
  scroll-margin-block: 24vh;
}

.glb-journey__step-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 30px 30px 30px 78px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: var(--glb-journey-mid-navy);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition:
    background-color 400ms ease,
    border-color 400ms ease,
    box-shadow 400ms ease,
    transform 400ms ease;
}

.glb-journey__step-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: transparent;
  content: "";
  transition: background-color 350ms ease;
}

.glb-journey__step-card:hover {
  border-color: rgba(185, 74, 22, 0.18);
  background: rgba(255, 255, 255, 0.58);
}

.glb-journey__step-card:focus-visible {
  outline: 3px solid var(--glb-journey-action);
  outline-offset: 4px;
}

.glb-journey__step.is-active .glb-journey__step-card {
  border-color: rgba(185, 74, 22, 0.2);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 27, 58, 0.1);
  transform: translateX(5px);
}

.glb-journey__step.is-active .glb-journey__step-card::before {
  background: var(--glb-journey-orange);
}

.glb-journey__step-top {
  display: flex;
  min-height: 34px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.glb-journey__number {
  position: absolute;
  top: 28px;
  left: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #c8ced8;
  border-radius: 50%;
  background: var(--glb-journey-grey);
  color: var(--glb-journey-slate);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition:
    border-color 350ms ease,
    background-color 350ms ease,
    color 350ms ease,
    box-shadow 350ms ease;
}

.glb-journey__step.is-active .glb-journey__number {
  border-color: var(--glb-journey-orange);
  background: var(--glb-journey-orange);
  box-shadow: 0 5px 14px rgba(240, 106, 50, 0.25);
  color: #ffffff;
}

.glb-journey__status {
  margin-left: auto;
  color: var(--glb-journey-action);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(4px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.glb-journey__step.is-active .glb-journey__status {
  opacity: 1;
  transform: translateY(0);
}

.glb-journey__step-title,
.glb-journey__step-copy,
.glb-journey__details {
  display: block;
}

.glb-journey__step-title {
  color: var(--glb-journey-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.15;
}

.glb-journey__step-copy {
  margin-top: 14px;
  color: var(--glb-journey-slate);
  font-size: 16px;
  line-height: 1.62;
}

.glb-journey__details {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.glb-journey__details > span {
  position: relative;
  padding-left: 17px;
  color: var(--glb-journey-mid-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.glb-journey__details > span::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--glb-journey-orange);
  content: "";
}

.glb-journey__visual {
  min-width: 0;
  align-self: stretch;
}

.glb-journey__sticky {
  position: sticky;
  top: 104px;
  display: grid;
  height: 570px;
  min-height: 570px;
  overflow: hidden;
  place-items: stretch;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 8%, rgba(240, 106, 50, 0.17), transparent 27%),
    var(--glb-journey-navy);
  box-shadow: 0 26px 64px rgba(13, 27, 58, 0.2);
  transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1), min-height 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.glb-journey__sticky[data-glb-journey-active="2"] {
  height: clamp(570px, calc(100vh - 150px), 720px);
  min-height: clamp(570px, calc(100vh - 150px), 720px);
}

.glb-journey__preview-panel {
  min-width: 0;
  border: 1px solid rgba(13, 27, 58, 0.08);
  border-radius: 18px;
  background: var(--glb-journey-white);
  color: var(--glb-journey-navy);
}

.glb-journey__sticky > .glb-journey__preview-panel {
  margin: 26px;
  padding: 32px;
  animation: glb-journey-preview-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-journey__sticky > .glb-journey__preview-panel[hidden] {
  display: none;
}

.glb-journey__preview-heading {
  display: flex;
  padding-bottom: 24px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--glb-journey-border);
}

.glb-journey__preview-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: #ffe9de;
  color: var(--glb-journey-action);
}

.glb-journey__preview-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.glb-journey__preview-heading > span:last-child,
.glb-journey__day-header > span {
  display: grid;
  gap: 4px;
}

.glb-journey__preview-heading small,
.glb-journey__day-header small,
.glb-journey__day-list small {
  color: var(--glb-journey-action);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.glb-journey__preview-heading strong {
  color: var(--glb-journey-navy);
  font-size: 19px;
  line-height: 1.3;
}

.glb-journey__form-grid {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.glb-journey__field {
  display: grid;
  min-height: 76px;
  padding: 15px 16px;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--glb-journey-border);
  border-radius: 12px;
  background: #ffffff;
}

.glb-journey__field--wide {
  grid-column: 1 / -1;
}

.glb-journey__field span {
  color: var(--glb-journey-slate);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.glb-journey__field strong {
  color: var(--glb-journey-navy);
  font-size: 15px;
}

.glb-journey__styles {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.glb-journey__styles span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--glb-journey-border);
  border-radius: 11px;
  color: var(--glb-journey-slate);
  font-size: 12px;
  font-weight: 700;
}

.glb-journey__styles .is-selected {
  border-color: var(--glb-journey-orange);
  background: #fff1e9;
  box-shadow: inset 0 0 0 1px var(--glb-journey-orange);
  color: var(--glb-journey-action);
}

.glb-journey__research-list {
  display: grid;
  margin-top: 24px;
  gap: 13px;
}

.glb-journey__result {
  position: relative;
  display: grid;
  min-height: 104px;
  padding: 17px 58px 17px 18px;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--glb-journey-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(13, 27, 58, 0.05);
}

.glb-journey__result-type {
  color: var(--glb-journey-action);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.glb-journey__result strong {
  color: var(--glb-journey-navy);
  font-size: 15px;
}

.glb-journey__result strong i {
  color: var(--glb-journey-orange);
  font-style: normal;
}

.glb-journey__result small {
  color: var(--glb-journey-slate);
  font-size: 12px;
}

.glb-journey__check {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff0e7;
  color: var(--glb-journey-action);
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-50%);
}

.glb-journey__preview-panel--itinerary {
  padding: 0 !important;
  overflow: hidden;
}

/* Real app interface snippets used in journey steps 2–4. */
.glb-journey__preview-panel--app-research,
.glb-journey__preview-panel--app-days,
.glb-journey__preview-panel--app-ready {
  overflow: hidden;
  background: #f2f5f9;
}

.glb-journey__sticky > .glb-journey__preview-panel--app-research,
.glb-journey__sticky > .glb-journey__preview-panel--app-days {
  display: grid;
  padding: 22px !important;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
}

.glb-journey__app-preview-heading {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.glb-journey__app-preview-heading > span:first-child,
.glb-journey__budget-shot-label > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.glb-journey__app-preview-heading small,
.glb-journey__budget-shot-label small,
.glb-journey__destination-shot small {
  color: var(--glb-journey-action);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.glb-journey__app-preview-heading strong,
.glb-journey__budget-shot-label strong {
  color: var(--glb-journey-navy);
  font-size: 17px;
  line-height: 1.2;
}

.glb-journey__app-preview-badge {
  padding: 7px 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff0e7;
  color: var(--glb-journey-action);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glb-journey__app-shot-grid {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.glb-journey__app-shot,
.glb-journey__day-shot {
  margin: 0;
}

.glb-journey__app-shot {
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  grid-template-rows: 34px minmax(0, 1fr);
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(13, 27, 58, 0.12);
}

.glb-journey__app-shot figcaption {
  display: flex;
  padding: 0 10px;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(13, 27, 58, 0.08);
  color: var(--glb-journey-navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.glb-journey__app-shot figcaption svg,
.glb-journey__budget-shot-label > svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.glb-journey__app-shot--flight figcaption {
  color: #2b69dc;
}

.glb-journey__app-shot--stay figcaption {
  color: #119267;
}

.glb-journey__app-shot > div,
.glb-journey__day-shot,
.glb-journey__budget-shot-window {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.glb-journey__app-shot img,
.glb-journey__day-shot img,
.glb-journey__destination-shot img,
.glb-journey__budget-shot-window img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.glb-journey__app-shot img {
  position: absolute;
  top: -10px;
  left: 0;
}

.glb-journey__day-shot-stack {
  position: relative;
  min-height: 0;
}

.glb-journey__day-shot {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 57%;
  border: 5px solid #ffffff;
  border-radius: 18px;
  background: #eef1f6;
  box-shadow: 0 18px 34px rgba(13, 27, 58, 0.2);
}

.glb-journey__day-shot img {
  position: absolute;
  top: -84px;
  left: 0;
}

.glb-journey__day-shot--one {
  left: 2px;
  z-index: 1;
  transform: rotate(-2.5deg);
}

.glb-journey__day-shot--two {
  right: 2px;
  z-index: 2;
  transform: rotate(2.5deg);
}

.glb-journey__day-shot--two img {
  top: -18px;
}

.glb-journey__sticky > .glb-journey__preview-panel--app-ready {
  display: grid;
  padding: 0 !important;
  grid-template-rows: 126px minmax(0, 1fr);
}

.glb-journey__destination-shot {
  position: relative;
  overflow: hidden;
  background: #ff6b21;
}

.glb-journey__destination-shot img {
  position: absolute;
  top: 0;
  left: 0;
}

.glb-journey__destination-shot > span {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: grid;
  padding: 8px 11px;
  gap: 1px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(13, 27, 58, 0.16);
}

.glb-journey__destination-shot strong {
  color: var(--glb-journey-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
  line-height: 1.05;
}

.glb-journey__destination-shot em {
  color: var(--glb-journey-slate);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.glb-journey__budget-shot {
  display: grid;
  min-height: 0;
  padding: 14px 18px 18px;
  grid-template-rows: 44px minmax(0, 1fr);
  gap: 9px;
}

.glb-journey__budget-shot-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.glb-journey__budget-shot-label > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: #fff0e7;
  color: var(--glb-journey-action);
}

.glb-journey__budget-shot-window {
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(13, 27, 58, 0.11);
}

.glb-journey__budget-shot-window img {
  position: absolute;
  top: -44px;
  left: 0;
}

.glb-journey__preview-panel--app-research.is-playing .glb-journey__app-shot,
.glb-journey__preview-panel--app-days.is-playing .glb-journey__day-shot,
.glb-journey__preview-panel--app-ready.is-playing .glb-journey__budget-shot-window {
  animation: glb-journey-item-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-journey__preview-panel--app-research.is-playing .glb-journey__app-shot:nth-child(2),
.glb-journey__preview-panel--app-days.is-playing .glb-journey__day-shot:nth-child(2) {
  animation-delay: 110ms;
}

.glb-journey__logistics-shots {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

@media (min-width: 1101px) {
  .glb-journey[data-glb-journey-active="1"] .glb-journey__container {
    width: min(1320px, calc(100% - 96px));
  }

  .glb-journey[data-glb-journey-active="1"] .glb-journey__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(720px, 1.18fr);
    gap: clamp(52px, 4.5vw, 72px);
  }

  .glb-journey__sticky[data-glb-journey-active="1"] .glb-journey__logistics-shots {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
  }

  .glb-journey__sticky[data-glb-journey-active="1"] .glb-journey__logistics-flight,
  .glb-journey__sticky[data-glb-journey-active="1"] .glb-journey__logistics-stay {
    width: 100% !important;
  }

  .glb-journey__sticky[data-glb-journey-active="1"] .glb-journey__logistics-flight {
    max-height: 390px;
  }

  .glb-journey__sticky[data-glb-journey-active="1"] .glb-journey__logistics-stay {
    max-height: 220px;
  }
}

.glb-journey__logistics-shots img,
.glb-journey__full-itinerary-shot img,
.glb-journey__full-budget-shot {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.glb-journey__logistics-flight {
  width: 58% !important;
  max-height: 245px;
}

.glb-journey__logistics-stay {
  width: 82% !important;
  max-height: 150px;
}

.glb-journey__full-itinerary-shot {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.glb-journey__full-itinerary-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 14px 28px rgba(13, 27, 58, 0.14);
}

.glb-journey__sticky > .glb-journey__preview-panel--app-ready {
  display: grid;
  padding: 18px !important;
  place-items: center;
  grid-template-rows: minmax(0, 1fr) !important;
}

.glb-journey__full-budget-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.glb-journey__full-budget-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 14px 28px rgba(13, 27, 58, 0.14);
}

.glb-journey__preview-panel--app-research.is-playing .glb-journey__logistics-flight,
.glb-journey__preview-panel--app-research.is-playing .glb-journey__logistics-stay,
.glb-journey__preview-panel--app-days.is-playing .glb-journey__full-itinerary-shot img,
.glb-journey__preview-panel--app-ready.is-playing .glb-journey__full-budget-shot {
  animation: glb-journey-item-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-journey__preview-panel--app-research.is-playing .glb-journey__logistics-stay {
  animation-delay: 110ms;
}

.glb-mini-itinerary {
  --glb-mini-orange: #ff5b00;
  --glb-mini-orange-dark: #b94710;
  --glb-mini-blue: #2878c8;
  --glb-mini-green: #278054;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #ffffff;
  color: var(--glb-journey-navy);
}

.glb-mini-itinerary__header {
  display: grid;
  min-height: 96px;
  padding: 19px 21px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  background: var(--glb-journey-navy);
  color: #ffffff;
}

.glb-mini-itinerary__document {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 91, 0, 0.18);
  color: #ff8140;
  font-size: 18px;
  font-weight: 800;
}

.glb-mini-itinerary__heading {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.glb-mini-itinerary__heading small {
  color: #ff8140;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.glb-mini-itinerary__heading strong {
  overflow: hidden;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glb-mini-itinerary__heading > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 600;
}

.glb-mini-itinerary__badge {
  display: flex;
  padding: 7px 9px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.glb-mini-itinerary__badge > b {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--glb-mini-orange);
  color: #ffffff;
  font-size: 11px;
}

.glb-mini-itinerary__badge > span {
  display: grid;
  gap: 2px;
}

.glb-mini-itinerary__badge small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  font-weight: 500;
}

.glb-mini-itinerary__tabs {
  display: flex;
  padding: 7px 10px 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--glb-journey-border);
  background: #fffaf7;
  scrollbar-width: none;
}

.glb-mini-itinerary__tabs::-webkit-scrollbar {
  display: none;
}

.glb-mini-itinerary__tabs button {
  position: relative;
  min-height: 42px;
  padding: 0 13px;
  flex: 1 0 auto;
  border: 0;
  background: transparent;
  color: var(--glb-journey-slate);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.glb-mini-itinerary__tabs button::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: transparent;
  content: "";
}

.glb-mini-itinerary__tabs button[aria-selected="true"] {
  color: var(--glb-journey-navy);
}

.glb-mini-itinerary__tabs button[aria-selected="true"]::after {
  background: var(--glb-mini-orange);
}

.glb-mini-itinerary__tabs button:focus-visible,
.glb-mini-itinerary__actions a:focus-visible {
  outline: 3px solid var(--glb-mini-orange);
  outline-offset: -2px;
}

.glb-mini-itinerary__content {
  min-height: 278px;
  padding: 17px 20px;
}

.glb-mini-itinerary__content > [role="tabpanel"] {
  animation: glb-mini-tab-in 260ms ease both;
}

.glb-mini-itinerary__content > [role="tabpanel"][hidden] {
  display: none;
}

.glb-mini-itinerary__facts {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 8px;
}

.glb-mini-itinerary__facts > span {
  display: grid;
  min-height: 52px;
  padding: 9px 10px;
  align-content: center;
  gap: 2px;
  border: 1px solid #f0e6e0;
  border-radius: 10px;
  background: #fff8f4;
}

.glb-mini-itinerary__facts small,
.glb-mini-itinerary__summary small,
.glb-mini-itinerary__day-title small,
.glb-mini-itinerary__total small {
  color: var(--glb-mini-orange-dark);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.glb-mini-itinerary__facts strong {
  font-size: 10px;
}

.glb-mini-itinerary__summary {
  display: grid;
  margin-top: 10px;
  gap: 7px;
}

.glb-mini-itinerary__summary article {
  display: grid;
  min-height: 54px;
  padding: 8px 10px;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 9px;
  border: 1px solid var(--glb-journey-border);
  border-radius: 10px;
}

.glb-mini-itinerary__summary i,
.glb-mini-itinerary__budget i {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
}

.glb-mini-itinerary .is-flight {
  background: #eaf4ff;
  color: var(--glb-mini-blue);
}

.glb-mini-itinerary .is-stay {
  background: #e9f7ef;
  color: var(--glb-mini-green);
}

.glb-mini-itinerary .is-activity {
  background: #fff0e7;
  color: var(--glb-mini-orange-dark);
}

.glb-mini-itinerary__summary article > span {
  display: grid;
  gap: 1px;
}

.glb-mini-itinerary__summary strong {
  font-size: 10px;
}

.glb-mini-itinerary__summary em {
  color: var(--glb-journey-slate);
  font-size: 8px;
  font-style: normal;
}

.glb-mini-itinerary__day-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.glb-mini-itinerary__day-title > span {
  display: grid;
  gap: 2px;
}

.glb-mini-itinerary__day-title strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 16px;
}

.glb-mini-itinerary__day-title > em {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff0e7;
  color: var(--glb-mini-orange-dark);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.glb-mini-itinerary__timeline {
  position: relative;
  display: grid;
  margin-top: 8px;
}

.glb-mini-itinerary__timeline::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 14px;
  width: 2px;
  border-radius: 99px;
  background: var(--glb-mini-orange);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
}

.glb-mini-itinerary__timeline.is-drawn::before,
.glb-journey__preview-panel--itinerary.has-played .glb-mini-itinerary__timeline::before {
  transform: scaleY(1);
  transition: transform 500ms ease;
}

.glb-mini-itinerary__timeline article {
  position: relative;
  display: grid;
  min-height: 49px;
  padding: 3px 0;
  align-items: center;
  grid-template-columns: 30px 41px minmax(0, 1fr);
  gap: 7px;
}

.glb-mini-itinerary__content > [role="tabpanel"].is-tab-active .glb-mini-itinerary__timeline article {
  animation: glb-journey-item-in 300ms ease both;
}

.glb-mini-itinerary__content > [role="tabpanel"].is-tab-active .glb-mini-itinerary__timeline article:nth-child(2) {
  animation-delay: 70ms;
}

.glb-mini-itinerary__content > [role="tabpanel"].is-tab-active .glb-mini-itinerary__timeline article:nth-child(3) {
  animation-delay: 140ms;
}

.glb-mini-itinerary__content > [role="tabpanel"].is-tab-active .glb-mini-itinerary__timeline article:nth-child(4) {
  animation-delay: 210ms;
}

.glb-mini-itinerary__timeline article > i {
  z-index: 1;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #fff0e7;
  box-shadow: 0 0 0 1px rgba(255, 91, 0, 0.38);
  color: var(--glb-mini-orange-dark);
  font-size: 10px;
  font-style: normal;
}

.glb-mini-itinerary__timeline time {
  color: var(--glb-journey-slate);
  font-size: 8px;
  font-weight: 800;
}

.glb-mini-itinerary__timeline article > span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.glb-mini-itinerary__timeline strong {
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glb-mini-itinerary__timeline small {
  overflow: hidden;
  color: var(--glb-journey-slate);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glb-mini-itinerary__timeline article > span > em {
  color: var(--glb-mini-orange-dark);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.glb-mini-itinerary__more,
.glb-mini-itinerary__disclaimer {
  margin: 6px 0 0;
  color: var(--glb-journey-slate);
  font-size: 8px;
  line-height: 1.4;
}

.glb-mini-itinerary__more {
  margin-left: 37px;
  font-weight: 700;
}

.glb-mini-itinerary__budget {
  display: grid;
  gap: 7px;
}

.glb-mini-itinerary__budget > div {
  display: grid;
  min-height: 51px;
  padding: 7px 10px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  border: 1px solid var(--glb-journey-border);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
}

.glb-mini-itinerary__budget strong {
  font-size: 12px;
}

.glb-mini-itinerary__total {
  display: flex;
  min-height: 58px;
  margin-top: 9px;
  padding: 10px 13px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 91, 0, 0.24);
  border-radius: 11px;
  background: #fff3eb;
}

.glb-mini-itinerary__total > span {
  display: grid;
  gap: 1px;
}

.glb-mini-itinerary__total strong {
  font-size: 10px;
}

.glb-mini-itinerary__total > em {
  color: var(--glb-mini-orange-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
}

.glb-mini-itinerary__actions {
  display: flex;
  min-height: 62px;
  padding: 10px 20px 15px;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--glb-journey-border);
}

.glb-mini-itinerary__actions a {
  display: inline-flex;
  min-height: 39px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 12px;
  color: var(--glb-journey-navy);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.glb-mini-itinerary__actions a:first-child {
  background: var(--glb-journey-action);
  box-shadow: 0 7px 17px rgba(13, 27, 58, 0.14);
  color: #ffffff;
}

.glb-mini-itinerary__actions a:last-child {
  border: 1px solid #ccd2db;
}

@keyframes glb-mini-tab-in {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.glb-journey__day-header {
  display: flex;
  padding: 28px 30px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--glb-journey-navy);
  color: #ffffff;
}

.glb-journey__day-header strong {
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  line-height: 1.22;
}

.glb-journey__day-header em {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.glb-journey__day-list {
  position: relative;
  display: grid;
  padding: 24px 28px;
  gap: 0;
}

.glb-journey__day-list::before {
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 68px;
  width: 1px;
  background: #dce1e8;
  content: "";
}

.glb-journey__day-list > div {
  position: relative;
  display: grid;
  min-height: 102px;
  align-items: center;
  grid-template-columns: 74px 1fr;
  gap: 18px;
}

.glb-journey__day-list > div::before {
  position: absolute;
  left: 35px;
  width: 9px;
  height: 9px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--glb-journey-orange);
  box-shadow: 0 0 0 1px var(--glb-journey-orange);
  content: "";
  transform: translateX(-50%);
}

.glb-journey__day-list time {
  color: var(--glb-journey-slate);
  font-size: 11px;
  font-weight: 700;
}

.glb-journey__day-list > div > span {
  display: grid;
  padding: 16px 18px;
  gap: 5px;
  border: 1px solid var(--glb-journey-border);
  border-radius: 12px;
  background: #ffffff;
}

.glb-journey__day-list strong {
  color: var(--glb-journey-navy);
  font-size: 14px;
}

.glb-journey__day-footer {
  display: flex;
  padding: 18px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--glb-journey-border);
  background: #f8f9fb;
  color: var(--glb-journey-slate);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.glb-journey__preview-panel--phone {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(240, 106, 50, 0.12), transparent 35%),
    #eef2f6;
}

.glb-journey__phone {
  position: relative;
  width: min(270px, 78%);
  padding: 11px;
  border: 5px solid var(--glb-journey-navy);
  border-radius: 34px;
  background: var(--glb-journey-navy);
  box-shadow: 0 22px 40px rgba(13, 27, 58, 0.22);
}

.glb-journey__phone-speaker {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 50%;
  width: 52px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  transform: translateX(-50%);
}

.glb-journey__phone-screen {
  min-height: 448px;
  padding: 30px 14px 18px;
  overflow: hidden;
  border-radius: 23px;
  background: #f8f9fb;
}

.glb-journey__phone-top {
  display: grid;
  padding: 0 5px 16px;
  gap: 4px;
}

.glb-journey__phone-top small {
  color: var(--glb-journey-action);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.glb-journey__phone-top strong {
  color: var(--glb-journey-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
}

.glb-journey__phone-day {
  display: grid;
  margin-top: 9px;
  padding: 12px;
  gap: 3px;
  border: 1px solid var(--glb-journey-border);
  border-radius: 11px;
  background: #ffffff;
}

.glb-journey__phone-day.is-today {
  border-color: rgba(185, 74, 22, 0.35);
  box-shadow: inset 3px 0 0 var(--glb-journey-orange);
}

.glb-journey__phone-day span,
.glb-journey__phone-day small {
  color: var(--glb-journey-slate);
  font-size: 9px;
}

.glb-journey__phone-day strong {
  color: var(--glb-journey-navy);
  font-size: 12px;
}

.glb-journey__phone-route {
  position: relative;
  height: 36px;
  margin: 14px 5px 0;
}

.glb-journey__phone-route-line {
  position: absolute;
  top: 17px;
  right: 8px;
  left: 8px;
  height: 2px;
  background-image: linear-gradient(90deg, var(--glb-journey-orange) 45%, transparent 45%);
  background-size: 9px 2px;
}

.glb-journey__phone-plane {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 4px;
  width: 20px;
  height: 20px;
  fill: var(--glb-journey-action);
  transform: rotate(90deg);
}

.glb-journey__phone-pin {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 4px;
  width: 15px;
  height: 15px;
  border: 3px solid var(--glb-journey-orange);
  border-radius: 50% 50% 50% 0;
  background: #ffffff;
  transform: rotate(-45deg);
}

.glb-journey__mobile-preview {
  display: none;
}

.glb-journey__cta {
  display: flex;
  margin-top: 78px;
  padding: 44px 48px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 27, 58, 0.08);
}

.glb-journey__cta .glb-journey__eyebrow {
  margin-bottom: 9px;
}

.glb-journey__cta h3 {
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1.12;
}

.glb-journey__cta > div:first-child > p:last-child {
  margin: 10px 0 0;
  color: var(--glb-journey-slate);
  font-size: 15px;
  line-height: 1.55;
}

.glb-journey__cta-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
}

.glb-journey__button,
.glb-journey__sample-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.glb-journey__button {
  padding: 0 22px;
  border: 1px solid transparent;
}

.glb-journey__button--primary {
  background: var(--glb-journey-action);
  box-shadow: 0 9px 24px rgba(13, 27, 58, 0.16);
  color: #ffffff;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.glb-journey__button--primary:hover {
  background: var(--glb-journey-action-hover);
  box-shadow: 0 12px 28px rgba(13, 27, 58, 0.23);
  transform: translateY(-2px);
}

.glb-journey__sample-link {
  color: var(--glb-journey-navy);
  text-underline-offset: 5px;
}

.glb-journey__sample-link:hover {
  color: var(--glb-journey-action);
  text-decoration: underline;
}

.glb-journey__button svg,
.glb-journey__sample-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.glb-journey__button:focus-visible,
.glb-journey__sample-link:focus-visible {
  outline: 3px solid var(--glb-journey-action);
  outline-offset: 4px;
}

.glb-journey-motion-ready [data-glb-journey-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.glb-journey-motion-ready [data-glb-journey-reveal].is-visible {
  animation: glb-journey-reveal 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-journey__preview-panel--form.is-playing .glb-journey__field,
.glb-journey__preview-panel--form.is-playing .glb-journey__styles {
  animation: glb-journey-item-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-journey__preview-panel--form.is-playing .glb-journey__field:nth-child(2) { animation-delay: 90ms; }
.glb-journey__preview-panel--form.is-playing .glb-journey__field:nth-child(3) { animation-delay: 150ms; }
.glb-journey__preview-panel--form.is-playing .glb-journey__field:nth-child(4) { animation-delay: 210ms; }
.glb-journey__preview-panel--form.is-playing .glb-journey__styles { animation-delay: 280ms; }

.glb-journey__preview-panel--research.is-playing .glb-journey__result,
.glb-journey__preview-panel--itinerary.is-playing .glb-journey__day-list > div,
.glb-journey__preview-panel--phone.is-playing .glb-journey__phone-day {
  animation: glb-journey-item-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glb-journey__preview-panel--research.is-playing .glb-journey__result:nth-child(2),
.glb-journey__preview-panel--itinerary.is-playing .glb-journey__day-list > div:nth-child(2),
.glb-journey__preview-panel--phone.is-playing .glb-journey__phone-day:nth-of-type(3) { animation-delay: 120ms; }

.glb-journey__preview-panel--research.is-playing .glb-journey__result:nth-child(3),
.glb-journey__preview-panel--itinerary.is-playing .glb-journey__day-list > div:nth-child(3),
.glb-journey__preview-panel--phone.is-playing .glb-journey__phone-day:nth-of-type(4) { animation-delay: 240ms; }

.glb-journey__preview-panel--phone.is-playing .glb-journey__phone-plane {
  animation: glb-journey-plane 600ms 270ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes glb-journey-preview-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glb-journey-reveal {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glb-journey-item-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glb-journey-plane {
  from { left: 4px; opacity: 0; }
  12% { opacity: 1; }
  to { left: calc(100% - 30px); opacity: 1; }
}

@media (max-width: 1100px) {
  .glb-journey__container {
    width: min(100% - 80px, 960px);
  }

  .glb-journey__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(410px, 1.1fr);
    gap: 44px;
  }

  .glb-journey__step-card {
    padding-right: 24px;
    padding-left: 68px;
  }

  .glb-journey__details {
    grid-template-columns: 1fr;
  }

  .glb-journey__sticky {
    height: 550px;
    min-height: 550px;
  }

  .glb-journey__sticky[data-glb-journey-active="2"] {
    height: clamp(550px, calc(100vh - 130px), 660px);
    min-height: clamp(550px, calc(100vh - 130px), 660px);
  }

  .glb-journey__sticky > .glb-journey__preview-panel {
    margin: 22px;
    padding: 26px;
  }
}

@media (max-width: 900px) {
  .glb-journey {
    padding: 82px 0 88px;
  }

  .glb-journey__container {
    width: calc(100% - 48px);
  }

  .glb-journey__intro {
    margin: 0;
    text-align: left;
  }

  .glb-journey__intro h2 {
    font-size: clamp(40px, 7vw, 50px);
  }

  .glb-journey__intro > p:last-child {
    margin-right: 0;
    margin-left: 0;
  }

  .glb-journey__layout {
    display: block;
    margin-top: 54px;
  }

  .glb-journey__visual {
    display: none;
  }

  .glb-journey__line {
    top: 34px;
    bottom: 34px;
    left: 23px;
  }

  .glb-journey__step {
    display: block;
    min-height: 0;
    padding-bottom: 62px;
    scroll-margin-top: 24px;
  }

  .glb-journey__step:last-child {
    padding-bottom: 0;
  }

  .glb-journey__step-card {
    padding: 22px 20px 24px 62px;
    border-color: var(--glb-journey-border);
    background: rgba(255, 255, 255, 0.68);
  }

  .glb-journey__step.is-active .glb-journey__step-card {
    transform: none;
  }

  .glb-journey__number {
    top: 21px;
    left: 6px;
  }

  .glb-journey__step-title {
    font-size: clamp(27px, 5vw, 33px);
  }

  .glb-journey__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glb-journey__mobile-preview {
    position: relative;
    z-index: 2;
    display: block;
    margin: 18px 0 0 62px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel {
    padding: 26px;
    box-shadow: 0 14px 34px rgba(13, 27, 58, 0.09);
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--itinerary {
    padding: 0;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--phone {
    min-height: 540px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-research,
  .glb-journey__mobile-preview .glb-journey__preview-panel--app-days {
    display: grid;
    min-height: 540px;
    padding: 22px !important;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 16px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-days {
    min-height: 660px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-ready {
    display: grid;
    min-height: 540px;
    padding: 18px !important;
    place-items: center;
    grid-template-rows: minmax(0, 1fr);
  }

  .glb-journey__cta {
    margin-top: 72px;
    padding: 38px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .glb-journey {
    padding: 66px 0 72px;
  }

  .glb-journey__container {
    width: calc(100% - 36px);
  }

  .glb-journey__eyebrow {
    font-size: 11px;
  }

  .glb-journey__intro h2 {
    font-size: clamp(36px, 10.5vw, 43px);
  }

  .glb-journey__intro > p:last-child {
    margin-top: 16px;
    font-size: 16px;
  }

  .glb-journey__layout {
    margin-top: 42px;
  }

  .glb-journey__line {
    left: 18px;
  }

  .glb-journey__step {
    padding-bottom: 50px;
  }

  .glb-journey__step-card {
    padding: 20px 17px 22px 50px;
  }

  .glb-journey__number {
    top: 19px;
    left: 0;
    width: 36px;
    height: 36px;
  }

  .glb-journey__step-title {
    font-size: 27px;
  }

  .glb-journey__step-copy {
    font-size: 15px;
  }

  .glb-journey__mobile-preview {
    margin-left: 50px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel {
    padding: 20px;
  }

  .glb-journey__mobile-preview .glb-mini-itinerary {
    padding: 0;
  }

  .glb-mini-itinerary__header {
    padding: 17px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .glb-mini-itinerary__badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .glb-mini-itinerary__content {
    min-height: 0;
    padding: 15px;
  }

  .glb-mini-itinerary__actions {
    padding: 10px 15px 15px;
    align-items: stretch;
    flex-direction: column;
  }

  .glb-mini-itinerary__actions a {
    width: 100%;
  }

  .glb-journey__preview-heading {
    padding-bottom: 18px;
  }

  .glb-journey__preview-heading strong {
    font-size: 16px;
  }

  .glb-journey__form-grid {
    margin-top: 20px;
  }

  .glb-journey__result {
    padding-right: 48px;
  }

  .glb-journey__day-header {
    padding: 22px 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .glb-journey__day-list {
    padding: 18px 14px;
  }

  .glb-journey__day-list::before {
    left: 49px;
  }

  .glb-journey__day-list > div {
    grid-template-columns: 54px 1fr;
    gap: 10px;
  }

  .glb-journey__day-list > div::before {
    left: 35px;
  }

  .glb-journey__day-list > div > span {
    padding: 13px;
  }

  .glb-journey__day-footer {
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--phone {
    min-height: 500px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-research,
  .glb-journey__mobile-preview .glb-journey__preview-panel--app-days,
  .glb-journey__mobile-preview .glb-journey__preview-panel--app-ready {
    min-height: 470px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-days {
    min-height: 720px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-ready {
    min-height: 600px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-research,
  .glb-journey__mobile-preview .glb-journey__preview-panel--app-days {
    padding: 15px !important;
    gap: 11px;
  }

  .glb-journey__app-preview-heading {
    min-height: 43px;
    gap: 8px;
  }

  .glb-journey__app-preview-heading strong,
  .glb-journey__budget-shot-label strong {
    font-size: 14px;
  }

  .glb-journey__app-preview-badge {
    padding: 6px 8px;
    font-size: 7px;
  }

  .glb-journey__app-shot-grid {
    gap: 8px;
  }

  .glb-journey__app-shot {
    grid-template-rows: 30px minmax(0, 1fr);
    border-radius: 12px;
  }

  .glb-journey__app-shot figcaption {
    padding: 0 7px;
    font-size: 7px;
  }

  .glb-journey__app-shot figcaption svg {
    width: 13px;
    height: 13px;
  }

  .glb-journey__day-shot {
    width: 60%;
    border-width: 4px;
    border-radius: 14px;
  }

  .glb-journey__mobile-preview .glb-journey__preview-panel--app-ready {
    padding: 14px !important;
    grid-template-rows: minmax(0, 1fr);
  }

  .glb-journey__logistics-flight {
    width: 78% !important;
    max-height: 215px;
  }

  .glb-journey__logistics-stay {
    width: 100% !important;
    max-height: 125px;
  }

  .glb-journey__destination-shot > span {
    right: 9px;
    bottom: 8px;
    padding: 6px 8px;
  }

  .glb-journey__destination-shot strong {
    font-size: 15px;
  }

  .glb-journey__budget-shot {
    padding: 10px 12px 12px;
    grid-template-rows: 39px minmax(0, 1fr);
    gap: 7px;
  }

  .glb-journey__budget-shot-label > svg {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .glb-journey__phone {
    width: min(250px, 92%);
  }

  .glb-journey__cta {
    margin-top: 58px;
    padding: 30px 24px;
  }

  .glb-journey__cta h3 {
    font-size: 35px;
  }

  .glb-journey__cta-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .glb-journey__button,
  .glb-journey__sample-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-journey *,
  .glb-journey *::before,
  .glb-journey *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .glb-journey [data-glb-journey-reveal],
  .glb-journey__result,
  .glb-journey__field,
  .glb-journey__day-list > div,
  .glb-journey__phone-day {
    opacity: 1 !important;
    transform: none !important;
  }

  .glb-journey__phone-plane {
    left: calc(100% - 30px) !important;
  }

  .glb-mini-itinerary__content > [role="tabpanel"],
  .glb-mini-itinerary__timeline::before,
  .glb-mini-itinerary__timeline article,
  .glb-mini-itinerary__badge {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* Section 4: planning-to-booking handoff */
.glb-handoff {
  --glb-handoff-navy: #0d1b3a;
  --glb-handoff-orange: #ff5b00;
  --glb-handoff-action: #b94a16;
  --glb-handoff-slate: #58667a;
  --glb-handoff-border: #e0e5ec;
  padding: 112px 24px 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 91, 0, 0.06), transparent 25%),
    #f3f5f8;
  color: var(--glb-handoff-navy);
  font-family: "DM Sans", sans-serif;
}

.glb-handoff,
.glb-handoff * {
  box-sizing: border-box;
}

.glb-handoff__container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.glb-handoff__intro {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.glb-handoff__eyebrow {
  margin: 0 0 17px;
  color: var(--glb-handoff-action);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.glb-handoff__intro h2 {
  margin: 0;
  color: var(--glb-handoff-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(43px, 4.8vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.glb-handoff__intro h2 span {
  color: var(--glb-handoff-action);
}

.glb-handoff__intro > p:not(.glb-handoff__eyebrow) {
  max-width: 730px;
  margin: 21px auto 0;
  color: var(--glb-handoff-slate);
  font-size: 17px;
  line-height: 1.7;
}

.glb-handoff__service-note {
  display: inline-flex;
  width: min(900px, 100%);
  max-width: 900px;
  margin-top: 20px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #dde2e9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
}

.glb-handoff__service-note > span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff0e7;
  color: var(--glb-handoff-action);
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
}

.glb-handoff__service-note p {
  margin: 0;
  color: #344158;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.45;
}

.glb-handoff__desktop {
  display: grid;
  margin-top: 56px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 94px minmax(0, 1fr);
  gap: 0;
}

.glb-handoff__card {
  overflow: hidden;
  border: 1px solid var(--glb-handoff-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(13, 27, 58, 0.08);
}

.glb-handoff__card--plan {
  border-top: 4px solid var(--glb-handoff-orange);
  background: linear-gradient(180deg, #fffaf7 0%, #ffffff 23%);
}

.glb-handoff__card--book {
  border-top: 4px solid var(--glb-handoff-navy);
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 23%);
}

.glb-handoff__card > header {
  display: flex;
  padding: 28px 28px 0;
  align-items: center;
  gap: 14px;
}

.glb-handoff__card-icon {
  display: grid;
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 800;
}

.glb-handoff__card--plan .glb-handoff__card-icon {
  background: #ffe9dc;
  color: var(--glb-handoff-action);
}

.glb-handoff__card--book .glb-handoff__card-icon {
  background: #e7edf7;
  color: var(--glb-handoff-navy);
}

.glb-handoff__card > header > span:last-child {
  display: grid;
  gap: 2px;
}

.glb-handoff__card > header small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.glb-handoff__card--plan > header small {
  color: var(--glb-handoff-action);
}

.glb-handoff__card--book > header small {
  color: #425372;
}

.glb-handoff__card h3 {
  margin: 0;
  color: var(--glb-handoff-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 32px;
  line-height: 1.05;
}

.glb-handoff__card-intro {
  min-height: 86px;
  margin: 18px 28px 0;
  color: var(--glb-handoff-slate);
  font-size: 15px;
  line-height: 1.55;
}

.glb-handoff__list {
  display: grid;
  margin: 15px 0 0;
  padding: 0 17px 20px;
  list-style: none;
}

.glb-handoff__list li {
  position: relative;
  display: grid;
  min-height: 148px;
  padding: 21px 35px 21px 12px;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  border: 1px solid transparent;
  border-top-color: #edf0f4;
  border-radius: 15px;
  transition: background-color 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}

.glb-handoff__list li:first-child {
  border-top-color: transparent;
}

.glb-handoff__row-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
}

.glb-handoff__card--plan .glb-handoff__row-icon {
  background: #fff0e7;
  color: var(--glb-handoff-action);
}

.glb-handoff__card--book .glb-handoff__row-icon {
  background: #edf1f7;
  color: var(--glb-handoff-navy);
}

.glb-handoff__list li > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.glb-handoff__list li small {
  color: #8792a3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.glb-handoff__list li strong {
  color: var(--glb-handoff-navy);
  font-size: 16px;
}

.glb-handoff__list li p {
  margin: 2px 0 0;
  color: var(--glb-handoff-slate);
  font-size: 14px;
  line-height: 1.6;
}

.glb-handoff__list li > i {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #b1bac7;
  font-size: 10px;
  font-style: normal;
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
  transition: opacity 190ms ease, transform 190ms ease;
}

.glb-handoff__card--book .glb-handoff__list li > i {
  right: auto;
  left: 10px;
}

.glb-handoff__card--book .glb-handoff__list li {
  padding-right: 12px;
  padding-left: 35px;
}

.glb-handoff__list li.is-paired {
  border-color: rgba(255, 91, 0, 0.28);
  background: #fff8f3;
  box-shadow: inset 3px 0 0 var(--glb-handoff-orange);
}

.glb-handoff__card--book .glb-handoff__list li.is-paired {
  border-color: rgba(13, 27, 58, 0.2);
  background: #f5f8fc;
  box-shadow: inset -3px 0 0 var(--glb-handoff-navy);
}

.glb-handoff__list li.is-paired > i {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.glb-handoff__list li:focus-visible {
  outline: 3px solid var(--glb-handoff-orange);
  outline-offset: 2px;
}

.glb-handoff__centre {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.glb-handoff__route {
  position: absolute;
  top: 50%;
  width: 24px;
  border-top: 2px dashed #cbd2dc;
}

.glb-handoff__route--left {
  left: 0;
}

.glb-handoff__route--right {
  right: 0;
}

.glb-handoff__route--right::after {
  position: absolute;
  top: -5px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--glb-handoff-orange);
  border-right: 2px solid var(--glb-handoff-orange);
  content: "";
  transform: rotate(45deg);
}

.glb-handoff__document {
  z-index: 1;
  display: grid;
  width: 68px;
  min-height: 88px;
  padding: 10px 5px;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 1px solid #dfe4eb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 13px 30px rgba(13, 27, 58, 0.12);
  text-align: center;
}

.glb-handoff__document > span {
  color: var(--glb-handoff-navy);
  font-size: 22px;
}

.glb-handoff__document b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--glb-handoff-action);
  color: #ffffff;
  font-size: 10px;
}

.glb-handoff__document small {
  color: var(--glb-handoff-slate);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.glb-handoff.has-active-pair .glb-handoff__route {
  border-color: var(--glb-handoff-orange);
  border-top-width: 3px;
}

.glb-handoff__mobile {
  display: none;
}

.glb-handoff__reassurance {
  display: grid;
  margin-top: 34px;
  padding: 27px 30px;
  align-items: center;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 30px;
  border: 1px solid rgba(255, 91, 0, 0.26);
  border-radius: 22px;
  background: #fff1e8;
  box-shadow: 0 15px 36px rgba(13, 27, 58, 0.06);
}

.glb-handoff__reassurance > div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.glb-handoff__reassurance-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: var(--glb-handoff-action);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.glb-handoff__reassurance h3 {
  margin: 0;
  color: var(--glb-handoff-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
}

.glb-handoff__reassurance p {
  margin: 7px 0 0;
  color: #4e5c70;
  font-size: 15px;
  line-height: 1.6;
}

.glb-handoff__reassurance ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.glb-handoff__reassurance li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--glb-handoff-navy);
  font-size: 14px;
  font-weight: 800;
}

.glb-handoff__reassurance li::before {
  display: none;
}

.glb-handoff__reassurance li > svg {
  width: 17px;
  height: 17px;
  padding: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--glb-handoff-action);
  stroke-width: 3;
}

.glb-handoff__footer {
  display: flex;
  max-width: 880px;
  margin: 24px auto 0;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.glb-handoff__footer p {
  margin: 0;
  color: var(--glb-handoff-slate);
  font-size: 13px;
  line-height: 1.55;
}

.glb-handoff__footer a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--glb-handoff-action);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.glb-handoff__footer a:focus-visible {
  outline: 3px solid var(--glb-handoff-orange);
  outline-offset: 4px;
  border-radius: 4px;
}

.glb-handoff [data-glb-handoff-reveal] {
  opacity: 0;
  transform: translateY(16px);
}

.glb-handoff__centre,
.glb-handoff__card--book {
  opacity: 0;
  transform: translateY(12px);
}

.glb-handoff.is-visible [data-glb-handoff-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 470ms ease, transform 470ms ease;
}

.glb-handoff.is-visible .glb-handoff__desktop {
  transition-delay: 120ms;
}

.glb-handoff.is-visible .glb-handoff__centre {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease;
  transition-delay: 260ms;
}

.glb-handoff.is-visible .glb-handoff__card--book {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 430ms ease, transform 430ms ease;
  transition-delay: 420ms;
}

.glb-handoff.is-visible .glb-handoff__reassurance {
  transition-delay: 610ms;
}

.glb-handoff.is-visible .glb-handoff__footer {
  transition-delay: 700ms;
}

.glb-handoff.is-visible .glb-handoff__route--left,
.glb-handoff.is-visible .glb-handoff__route--right {
  animation: glb-handoff-route-in 440ms 300ms ease both;
}

@keyframes glb-handoff-route-in {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .glb-handoff__desktop {
    grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
  }

  .glb-handoff__document {
    width: 56px;
  }

  .glb-handoff__route {
    width: 12px;
  }

  .glb-handoff__card > header {
    padding-right: 22px;
    padding-left: 22px;
  }

  .glb-handoff__card-intro {
    margin-right: 22px;
    margin-left: 22px;
  }

  .glb-handoff__list {
    padding-right: 12px;
    padding-left: 12px;
  }

  .glb-handoff__list li {
    min-height: 140px;
  }
}

@media (max-width: 900px) {
  .glb-handoff {
    padding: 90px 22px 86px;
  }

  .glb-handoff__desktop {
    display: none;
  }

  .glb-handoff__mobile {
    display: grid;
    max-width: 760px;
    margin: 48px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .glb-handoff__mobile article {
    padding: 20px;
    border: 1px solid var(--glb-handoff-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(13, 27, 58, 0.07);
  }

  .glb-handoff__mobile h3 {
    display: flex;
    margin: 0 0 16px;
    align-items: center;
    gap: 9px;
    color: var(--glb-handoff-navy);
    font-family: "Fraunces", Georgia, serif;
    font-size: 22px;
  }

  .glb-handoff__mobile h3 span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    background: #fff0e7;
    color: var(--glb-handoff-action);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
  }

  .glb-handoff__mobile article > div {
    padding: 13px 14px;
    border-radius: 13px;
  }

  .glb-handoff__mobile article > div:nth-of-type(1) {
    background: #fff6f0;
  }

  .glb-handoff__mobile article > div:nth-of-type(2) {
    margin-top: 8px;
    background: #f2f5fa;
  }

  .glb-handoff__mobile small {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .glb-handoff__mobile article > div:nth-of-type(1) small {
    color: var(--glb-handoff-action);
  }

  .glb-handoff__mobile article > div:nth-of-type(2) small {
    color: #425372;
  }

  .glb-handoff__mobile p {
    margin: 5px 0 0;
    color: var(--glb-handoff-slate);
    font-size: 11px;
    line-height: 1.5;
  }

  .glb-handoff__reassurance {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .glb-handoff {
    padding: 72px 16px 68px;
  }

  .glb-handoff__intro h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .glb-handoff__intro > p:not(.glb-handoff__eyebrow) {
    font-size: 16px;
  }

  .glb-handoff__service-note {
    align-items: flex-start;
    border-radius: 16px;
  }

  .glb-handoff__service-note {
    width: 100%;
  }

  .glb-handoff__service-note p {
    white-space: normal;
  }

  .glb-handoff__mobile {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .glb-handoff__reassurance {
    padding: 23px 20px;
  }

  .glb-handoff__reassurance > div {
    flex-direction: column;
  }

  .glb-handoff__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-handoff *,
  .glb-handoff *::before,
  .glb-handoff *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .glb-handoff [data-glb-handoff-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .glb-handoff__centre,
  .glb-handoff__card--book {
    opacity: 1 !important;
    transform: none !important;
  }

  .glb-handoff__route {
    clip-path: none !important;
  }
}

/* Section 6: reassurance and proof */
.glb-proof {
  --glb-proof-navy: #172b52;
  --glb-proof-navy-light: #203a67;
  --glb-proof-orange: #ff5b00;
  --glb-proof-orange-soft: #ffd9c4;
  --glb-proof-slate: #b8c4d8;
  position: relative;
  padding: 112px 24px 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 14%, rgba(255, 123, 53, 0.16), transparent 25%),
    radial-gradient(circle at 90% 76%, rgba(109, 145, 201, 0.28), transparent 30%),
    linear-gradient(145deg, #172b52 0%, #1b3159 54%, #203a67 100%);
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}

.glb-proof,
.glb-proof * {
  box-sizing: border-box;
}

.glb-proof__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.glb-proof__decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
}

.glb-proof__decoration::before,
.glb-proof__decoration::after {
  position: absolute;
  width: 360px;
  height: 140px;
  border-top: 2px dashed rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  content: "";
}

.glb-proof__decoration::before {
  top: 145px;
  left: -105px;
  transform: rotate(16deg);
}

.glb-proof__decoration::after {
  right: -95px;
  bottom: 188px;
  transform: rotate(-17deg);
}

.glb-proof__decoration span {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 177, 133, 0.76);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 91, 0, 0.06);
}

.glb-proof__decoration span:nth-child(1) {
  top: 207px;
  left: 6%;
}

.glb-proof__decoration span:nth-child(2) {
  top: 42%;
  right: 5%;
}

.glb-proof__decoration span:nth-child(3) {
  bottom: 104px;
  left: 13%;
}

.glb-proof__container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.glb-proof__intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.glb-proof__eyebrow {
  margin: 0 0 18px;
  color: #ff9d68;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.glb-proof__intro h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(43px, 4.8vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.glb-proof__intro h2 span {
  color: #ff9257;
}

.glb-proof__intro > p:not(.glb-proof__eyebrow) {
  max-width: 740px;
  margin: 22px auto 0;
  color: #c5cfe0;
  font-size: 17px;
  line-height: 1.7;
}

.glb-proof__intro .glb-proof__intro-note {
  margin-top: 8px;
  color: #93a4bf;
  font-size: 13px;
}

.glb-proof__stats {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.glb-proof__stat {
  min-width: 0;
  padding: 26px 21px 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 18px 42px rgba(3, 10, 26, 0.18);
  text-align: center;
  backdrop-filter: blur(8px);
}

.glb-proof__stat-icon {
  display: grid;
  width: 41px;
  height: 41px;
  margin: 0 auto 15px;
  place-items: center;
  border: 1px solid rgba(255, 168, 121, 0.24);
  border-radius: 13px;
  background: rgba(255, 91, 0, 0.13);
  color: var(--glb-proof-orange-soft);
  font-size: 17px;
  font-weight: 800;
}

.glb-proof__stat strong {
  display: block;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(37px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.glb-proof__stat p {
  margin: 12px auto 0;
  color: var(--glb-proof-slate);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.glb-proof__commitments {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.glb-proof__commitment {
  display: flex;
  min-height: 335px;
  padding: 29px 28px 27px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.065));
  box-shadow: 0 22px 50px rgba(3, 10, 26, 0.17);
}

.glb-proof__commitment-icon {
  display: grid;
  width: 49px;
  height: 49px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 15px;
  background: #ffe2d2;
  color: #9f3d0d;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 9px 22px rgba(3, 10, 26, 0.16);
}

.glb-proof__commitment-label {
  margin: 0 0 9px;
  color: #ff9d68;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.glb-proof__commitment h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 27px;
  line-height: 1.12;
}

.glb-proof__commitment > p:not(.glb-proof__commitment-label) {
  margin: 15px 0 0;
  color: var(--glb-proof-slate);
  font-size: 13px;
  line-height: 1.65;
}

.glb-proof__commitment-note {
  display: inline-flex;
  margin-top: auto;
  padding-top: 23px;
  align-items: center;
  gap: 8px;
  color: #e5eaf3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.glb-proof__commitment-note b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 91, 0, 0.18);
  color: #ffb087;
  font-size: 9px;
}

.glb-proof__trust {
  display: grid;
  max-width: 940px;
  margin: 45px auto 0;
  padding: 34px 40px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  border: 1px solid rgba(255, 159, 105, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(110deg, rgba(255, 91, 0, 0.14), rgba(255, 255, 255, 0.055)),
    var(--glb-proof-navy-light);
  box-shadow: 0 22px 55px rgba(3, 10, 26, 0.22);
}

.glb-proof__trust-mark {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: var(--glb-proof-orange);
  color: var(--glb-proof-navy);
  font-size: 22px;
  font-weight: 900;
}

.glb-proof__trust-label {
  margin: 0 0 7px;
  color: #ffad82;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.glb-proof__trust h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
}

.glb-proof__trust div > p:last-child {
  margin: 10px 0 0;
  color: #c4cede;
  font-size: 13px;
  line-height: 1.6;
}

.glb-proof__sample-strip {
  display: grid;
  max-width: 1040px;
  margin: 25px auto 0;
  padding: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(10, 25, 53, 0.22);
}

.glb-proof__sample-strip div {
  display: grid;
  min-height: 64px;
  padding: 12px 14px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.glb-proof__sample-strip div > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 91, 0, 0.13);
  color: #ffb087;
  font-size: 12px;
  font-weight: 800;
}

.glb-proof__sample-strip p {
  margin: 0;
  color: #e8edf5;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
}

.glb-proof__sample-strip b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #ffe3d3;
  color: #9f3d0d;
  font-size: 9px;
}

.glb-proof__actions {
  margin-top: 42px;
  text-align: center;
}

.glb-proof__actions > p {
  margin: 0;
  color: var(--glb-proof-slate);
  font-size: 13px;
  line-height: 1.6;
}

.glb-proof__actions > div {
  display: flex;
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.glb-proof__button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.glb-proof__button--primary {
  background: var(--glb-proof-orange);
  color: var(--glb-proof-navy);
  box-shadow: 0 13px 30px rgba(255, 91, 0, 0.2);
}

.glb-proof__button--primary:hover {
  background: #ff7832;
  transform: translateY(-2px);
}

.glb-proof__button--secondary {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
}

.glb-proof__button--secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.glb-proof__button:focus-visible {
  outline: 3px solid #ffb087;
  outline-offset: 4px;
}

.glb-proof [data-glb-proof-reveal] {
  opacity: 0;
  transform: translateY(17px);
}

.glb-proof.is-visible [data-glb-proof-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 470ms ease, transform 470ms ease;
}

.glb-proof.is-visible .glb-proof__stats {
  transition-delay: 110ms;
}

.glb-proof.is-visible .glb-proof__commitment:nth-child(1) {
  transition-delay: 230ms;
}

.glb-proof.is-visible .glb-proof__commitment:nth-child(2) {
  transition-delay: 340ms;
}

.glb-proof.is-visible .glb-proof__commitment:nth-child(3) {
  transition-delay: 450ms;
}

.glb-proof.is-visible .glb-proof__trust {
  transition-delay: 560ms;
}

.glb-proof.is-visible .glb-proof__sample-strip {
  transition-delay: 650ms;
}

.glb-proof.is-visible .glb-proof__actions {
  transition-delay: 730ms;
}

@media (max-width: 900px) {
  .glb-proof {
    padding: 90px 22px 86px;
  }

  .glb-proof__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glb-proof__commitments {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .glb-proof__commitment {
    min-height: 0;
  }

  .glb-proof__commitment-note {
    margin-top: 2px;
  }

  .glb-proof__trust {
    max-width: 760px;
  }

  .glb-proof__sample-strip {
    max-width: 760px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .glb-proof {
    padding: 72px 16px 68px;
  }

  .glb-proof__intro h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .glb-proof__intro > p:not(.glb-proof__eyebrow) {
    font-size: 16px;
  }

  .glb-proof__stats {
    margin-top: 42px;
    gap: 10px;
  }

  .glb-proof__stat {
    padding: 22px 12px 20px;
  }

  .glb-proof__stat strong {
    font-size: clamp(32px, 10vw, 42px);
  }

  .glb-proof__stat p {
    font-size: 9px;
  }

  .glb-proof__commitment {
    padding: 25px 22px;
  }

  .glb-proof__trust {
    padding: 27px 23px;
    align-items: start;
    grid-template-columns: 1fr;
  }

  .glb-proof__trust h3 {
    font-size: 27px;
  }

  .glb-proof__actions > div {
    align-items: stretch;
    flex-direction: column;
  }

  .glb-proof__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-proof *,
  .glb-proof *::before,
  .glb-proof *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .glb-proof [data-glb-proof-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Compact trust-section concept ----------------------------------------- */
.glb-proof-compact {
  position: relative;
  overflow: hidden;
  padding: 86px 24px;
  background:
    radial-gradient(circle at 7% 15%, rgba(218, 111, 11, 0.2), transparent 26%),
    radial-gradient(circle at 94% 88%, rgba(58, 82, 187, 0.32), transparent 30%),
    #091833;
  border-top: 1px solid rgba(194, 240, 243, 0.14);
  color: #f3faff;
  font-family: "Iosevka Charon", sans-serif;
}

.glb-proof-compact,
.glb-proof-compact * { box-sizing: border-box; }

.glb-proof-compact__route {
  position: absolute;
  top: 45px;
  right: -85px;
  width: 420px;
  height: 170px;
  border-top: 2px dashed rgba(194, 240, 243, 0.14);
  border-radius: 50%;
  transform: rotate(13deg);
}

.glb-proof-compact__route::after {
  position: absolute;
  top: -6px;
  left: 42%;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(246, 224, 213, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(218, 111, 11, 0.09);
  content: "";
}

.glb-proof-compact__container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(50px, 6vw, 86px);
}

.glb-proof-compact__eyebrow {
  display: inline-flex;
  margin: 0 0 20px;
  align-items: center;
  gap: 9px;
  color: #c2f0f3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.glb-proof-compact__eyebrow svg { width: 18px; height: 18px; color: #da6f0b; }

.glb-proof-compact h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Rammetto One", sans-serif;
  font-size: clamp(39px, 4.1vw, 57px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.glb-proof-compact h2 span { color: #f28a4b; }
.glb-proof-compact__mobile-break { display: none; }

.glb-proof-compact__lead > p:last-of-type {
  max-width: 505px;
  margin: 25px 0 0;
  color: #c5d1df;
  font-size: 16px;
  line-height: 1.7;
}

.glb-proof-compact__button {
  display: inline-flex;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 22px;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #da6f0b;
  box-shadow: 0 14px 30px rgba(3, 10, 26, 0.24);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms ease, transform 200ms ease;
}

.glb-proof-compact__button svg { width: 17px; height: 17px; }
.glb-proof-compact__button:hover { background: #b94a16; transform: translateY(-2px); }
.glb-proof-compact__button:focus-visible { outline: 3px solid #c2f0f3; outline-offset: 4px; }

.glb-proof-compact__evidence {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 65px rgba(3, 10, 26, 0.25);
  backdrop-filter: blur(8px);
}

.glb-proof-compact__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.glb-proof-compact__stats article {
  display: flex;
  min-width: 0;
  padding: 25px 15px 23px;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.glb-proof-compact__stats article + article { border-left: 1px solid rgba(255, 255, 255, 0.1); }
.glb-proof-compact__stats article:nth-child(odd) { border-left: 0; }
.glb-proof-compact__stats article:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.1); }

.glb-proof-compact__stats article > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  background: rgba(218, 111, 11, 0.16);
  color: #f4a36d;
}

.glb-proof-compact__stats article > span svg { width: 16px; height: 16px; }
.glb-proof-compact__stats strong { display: block; color: #ffffff; font-size: 25px; line-height: 1; white-space: nowrap; }
.glb-proof-compact__stats p { margin: 6px 0 0; color: #aebed0; font-size: 9px; font-weight: 800; letter-spacing: 0.07em; line-height: 1.2; text-transform: uppercase; }

.glb-proof-compact__assurances { padding: 9px 26px; }

.glb-proof-compact__assurances article {
  display: grid;
  min-height: 89px;
  padding: 19px 0;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
}

.glb-proof-compact__assurances article + article { border-top: 1px solid rgba(255, 255, 255, 0.1); }

.glb-proof-compact__assurances article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #f6e0d5;
  color: #ac3f08;
}

.glb-proof-compact__assurances article > span svg { width: 19px; height: 19px; }

.glb-proof-compact__assurances h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Rammetto One", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.glb-proof-compact__assurances p { margin: 5px 0 0; color: #b8c6d7; font-size: 12px; line-height: 1.45; }

.glb-proof-compact__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.glb-proof-compact [data-glb-proof-reveal] { opacity: 0; transform: translateY(16px); }
.glb-proof-compact.is-visible [data-glb-proof-reveal] { opacity: 1; transform: translateY(0); transition: opacity 470ms ease, transform 470ms ease; }
.glb-proof-compact.is-visible .glb-proof-compact__evidence { transition-delay: 130ms; }

@media (max-width: 1280px) {
  .glb-proof-compact__container { grid-template-columns: 1fr; gap: 42px; }
  .glb-proof-compact__lead { max-width: 730px; }
  .glb-proof-compact__evidence { width: min(820px, 100%); }
}

@media (max-width: 680px) {
  .glb-proof-compact { padding: 68px 16px; }
  .glb-proof-compact__container { width: min(355px, 100%); margin-right: auto; margin-left: auto; }
  .glb-proof-compact h2 { max-width: 100%; font-size: clamp(32px, 9.2vw, 39px); overflow-wrap: anywhere; }
  .glb-proof-compact__mobile-break { display: inline; }
  .glb-proof-compact__lead > p:last-of-type { max-width: 300px; font-size: 15px; overflow-wrap: anywhere; }
  .glb-proof-compact__button { width: 100%; justify-content: center; text-align: center; }
  .glb-proof-compact__stats article { padding: 19px 8px 18px; flex-direction: column; gap: 8px; text-align: center; }
  .glb-proof-compact__stats strong { font-size: 19px; }
  .glb-proof-compact__stats p { margin-top: 5px; font-size: 8px; }
  .glb-proof-compact__assurances { padding: 7px 20px; }
  .glb-proof-compact__assurances h3 { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .glb-proof-compact *,
  .glb-proof-compact *::before,
  .glb-proof-compact *::after { animation: none !important; transition: none !important; }
  .glb-proof-compact [data-glb-proof-reveal] { opacity: 1 !important; transform: none !important; }
}

/* Section 7: frequently asked questions */
.glb-faq {
  --glb-faq-navy: #0d1b3a;
  --glb-faq-orange: #ff5b00;
  --glb-faq-action: #b94a16;
  --glb-faq-slate: #58667a;
  --glb-faq-border: #e2e6ec;
  position: relative;
  padding: 112px 24px 104px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 15%, rgba(255, 91, 0, 0.06), transparent 24%),
    #f4f6f8;
  color: var(--glb-faq-navy);
  font-family: "DM Sans", sans-serif;
}

.glb-faq,
.glb-faq * {
  box-sizing: border-box;
}

.glb-faq__route {
  position: absolute;
  top: 92px;
  right: max(20px, calc((100vw - 980px) / 2));
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 91, 0, 0.17);
  border-radius: 50%;
  background: #fff4ed;
  color: var(--glb-faq-action);
  opacity: 0.66;
}

.glb-faq__route::before {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 118px;
  border-top: 2px dashed rgba(185, 74, 22, 0.2);
  content: "";
}

.glb-faq__route svg {
  width: 17px;
  height: 17px;
}

.glb-faq__container {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  margin: 0 auto;
}

.glb-faq__intro {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.glb-faq__eyebrow {
  margin: 0 0 17px;
  color: var(--glb-faq-action);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.glb-faq__intro h2 {
  margin: 0;
  color: var(--glb-faq-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(43px, 4.8vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.glb-faq__intro h2 span {
  color: var(--glb-faq-action);
}

.glb-faq__intro > p:not(.glb-faq__eyebrow) {
  max-width: 680px;
  margin: 21px auto 0;
  color: var(--glb-faq-slate);
  font-size: 17px;
  line-height: 1.7;
}

.glb-faq__intro .glb-faq__intro-note {
  margin-top: 7px;
  color: #778397;
  font-size: 13px;
}

.glb-faq__list {
  display: grid;
  margin-top: 49px;
  gap: 12px;
}

.glb-faq__item {
  overflow: hidden;
  border: 1px solid var(--glb-faq-border);
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(13, 27, 58, 0.035);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.glb-faq__item:hover {
  border-color: #efc8b3;
}

.glb-faq__item.is-open,
.glb-faq:not(.is-enhanced) .glb-faq__item {
  border-color: rgba(255, 91, 0, 0.38);
  background: #fffaf7;
  box-shadow: 0 15px 34px rgba(13, 27, 58, 0.075);
}

.glb-faq__question {
  display: flex;
  width: 100%;
  min-height: 75px;
  margin: 0;
  padding: 19px 21px 19px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 0;
  background: transparent;
  color: var(--glb-faq-navy);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.glb-faq__question > span:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.glb-faq__item.is-open .glb-faq__question > span:first-child,
.glb-faq:not(.is-enhanced) .glb-faq__question > span:first-child {
  color: var(--glb-faq-action);
}

.glb-faq__toggle {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: #fff0e7;
  color: var(--glb-faq-action);
  transition: transform 240ms ease, background-color 240ms ease;
}

.glb-faq__toggle svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.glb-faq__item.is-open .glb-faq__toggle,
.glb-faq:not(.is-enhanced) .glb-faq__toggle {
  background: #ffe2d2;
  transform: rotate(45deg);
}

.glb-faq__question:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--glb-faq-orange);
  outline-offset: -4px;
  border-radius: 17px;
}

.glb-faq__answer {
  overflow: hidden;
}

.glb-faq.is-enhanced .glb-faq__answer {
  transition: height 250ms ease, opacity 220ms ease;
}

.glb-faq__answer > div {
  padding: 0 76px 24px 24px;
}

.glb-faq__answer p {
  margin: 0;
  padding-top: 3px;
  border-top: 1px solid rgba(13, 27, 58, 0.07);
  color: #4f5e72;
  font-size: 14px;
  line-height: 1.75;
}

.glb-faq__answer p::before {
  display: block;
  height: 16px;
  content: "";
}

.glb-faq__contact {
  display: grid;
  margin-top: 34px;
  padding: 27px 29px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  border: 1px solid rgba(255, 91, 0, 0.28);
  border-radius: 23px;
  background: #fff0e7;
  box-shadow: 0 16px 36px rgba(13, 27, 58, 0.06);
}

.glb-faq__contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: #ffffff;
  color: var(--glb-faq-action);
  box-shadow: 0 8px 20px rgba(13, 27, 58, 0.08);
}

.glb-faq__contact-icon svg {
  width: 20px;
  height: 20px;
}

.glb-faq__contact-copy {
  min-width: 0;
}

.glb-faq__contact h3 {
  margin: 0;
  color: var(--glb-faq-navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
}

.glb-faq__contact p {
  margin: 7px 0 0;
  color: #536175;
  font-size: 12px;
  line-height: 1.55;
}

.glb-faq__contact-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.glb-faq__button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.glb-faq__button svg {
  width: 13px;
  height: 13px;
}

.glb-faq__button--primary {
  background: var(--glb-faq-action);
  color: #ffffff;
  box-shadow: 0 9px 21px rgba(13, 27, 58, 0.12);
}

.glb-faq__button--secondary {
  border-color: rgba(13, 27, 58, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: var(--glb-faq-navy);
}

.glb-faq__button:hover {
  transform: translateY(-2px);
}

.glb-faq__button--primary:hover {
  background: #9f3e10;
}

.glb-faq__button--secondary:hover {
  border-color: rgba(13, 27, 58, 0.34);
  background: #ffffff;
}

.glb-faq__button:focus-visible {
  outline: 3px solid var(--glb-faq-orange);
  outline-offset: 3px;
}

.glb-faq.is-animated [data-glb-faq-reveal] {
  opacity: 0;
  transform: translateY(15px);
}

.glb-faq.is-animated.is-visible [data-glb-faq-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 450ms ease, transform 450ms ease;
}

.glb-faq.is-animated.is-visible .glb-faq__list {
  transition-delay: 110ms;
}

.glb-faq.is-animated.is-visible .glb-faq__contact {
  transition-delay: 230ms;
}

@media (max-width: 820px) {
  .glb-faq__contact {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .glb-faq__contact-actions {
    grid-column: 1 / -1;
    padding-left: 66px;
  }
}

@media (max-width: 700px) {
  .glb-faq {
    padding: 72px 16px 68px;
  }

  .glb-faq__route {
    display: none;
  }

  .glb-faq__intro h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .glb-faq__intro > p:not(.glb-faq__eyebrow) {
    font-size: 16px;
  }

  .glb-faq__list {
    margin-top: 39px;
    gap: 10px;
  }

  .glb-faq__question {
    min-height: 68px;
    padding: 16px 16px 16px 18px;
    gap: 15px;
  }

  .glb-faq__question > span:first-child {
    font-size: 17px;
  }

  .glb-faq__toggle {
    width: 32px;
    height: 32px;
  }

  .glb-faq__answer > div {
    padding: 0 18px 21px;
  }

  .glb-faq__answer p {
    font-size: 13px;
  }

  .glb-faq__contact {
    padding: 23px 20px;
    grid-template-columns: 1fr;
  }

  .glb-faq__contact-actions {
    display: grid;
    width: 100%;
    padding-left: 0;
    grid-column: auto;
  }

  .glb-faq__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-faq *,
  .glb-faq *::before,
  .glb-faq *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .glb-faq [data-glb-faq-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Section 8: final call to action */
.glb-final {
  --glb-final-navy: #0d1b3a;
  --glb-final-orange: #ff5b00;
  position: relative;
  display: grid;
  min-height: 510px;
  padding: 78px 24px 68px;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 134, 84, 0.32), transparent 29%),
    radial-gradient(circle at 17% 82%, rgba(83, 35, 27, 0.2), transparent 30%),
    linear-gradient(125deg, #8f523f 0%, #b6583d 48%, #e45232 100%);
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}

.glb-final,
.glb-final * {
  box-sizing: border-box;
}

.glb-final__pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.3px, transparent 1.5px) 0 0 / 30px 30px;
  pointer-events: none;
  opacity: 0.72;
}

.glb-final__pattern::before,
.glb-final__pattern::after {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  content: "";
}

.glb-final__pattern::before {
  top: -110px;
  right: 8%;
  width: 330px;
  height: 210px;
  transform: rotate(-14deg);
}

.glb-final__pattern::after {
  bottom: -155px;
  left: 4%;
  width: 420px;
  height: 250px;
  transform: rotate(12deg);
}

.glb-final__container {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.glb-final__icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 23px;
  background: rgba(76, 35, 29, 0.25);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(66, 29, 23, 0.16);
  backdrop-filter: blur(5px);
}

.glb-final__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.8;
}

.glb-final__copy {
  max-width: 880px;
  margin: 0 auto;
}

.glb-final__copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(45px, 5.4vw, 68px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.glb-final__copy h2 span {
  color: #ffe6d8;
  font-style: italic;
  font-weight: 600;
}

.glb-final__copy p {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.glb-final__actions {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}

.glb-final__button {
  display: inline-flex;
  min-height: 55px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.glb-final__button svg {
  width: 15px;
  height: 15px;
}

.glb-final__button--primary {
  background: #ffffff;
  color: #87442f;
  box-shadow: 0 13px 28px rgba(71, 28, 20, 0.18);
}

.glb-final__button--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(112, 47, 35, 0.14);
  color: #ffffff;
}

.glb-final__button:hover {
  transform: translateY(-2px);
}

.glb-final__button--primary:hover {
  background: #fff5ef;
  box-shadow: 0 16px 34px rgba(71, 28, 20, 0.22);
}

.glb-final__button--secondary:hover {
  border-color: #ffffff;
  background: rgba(112, 47, 35, 0.26);
}

.glb-final__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.glb-final__reassurance {
  display: flex;
  margin: 31px auto 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 34px;
  list-style: none;
}

.glb-final__reassurance li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.glb-final__reassurance svg {
  width: 15px;
  height: 15px;
  color: #ffe6d8;
  stroke-width: 2.4;
}

.glb-final.is-animated [data-glb-final-reveal] {
  opacity: 0;
  transform: translateY(15px);
}

.glb-final.is-animated.is-visible [data-glb-final-reveal] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 470ms ease, transform 470ms ease;
}

.glb-final.is-animated.is-visible .glb-final__copy {
  transition-delay: 100ms;
}

.glb-final.is-animated.is-visible .glb-final__actions {
  transition-delay: 190ms;
}

.glb-final.is-animated.is-visible .glb-final__reassurance {
  transition-delay: 280ms;
}

@media (max-width: 700px) {
  .glb-final {
    min-height: 0;
    padding: 68px 16px 58px;
  }

  .glb-final__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    border-radius: 20px;
  }

  .glb-final__copy h2 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .glb-final__copy p {
    font-size: 15px;
  }

  .glb-final__actions {
    display: grid;
    width: min(390px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .glb-final__button {
    width: 100%;
  }

  .glb-final__reassurance {
    width: min(360px, 100%);
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-final *,
  .glb-final *::before,
  .glb-final *::after {
    animation: none !important;
    transition: none !important;
  }

  .glb-final [data-glb-final-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Real product screenshot preview */
.glb-product {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(13, 27, 58, 0.15);
}

.glb-product__header {
  display: grid;
  min-height: 102px;
  padding: 21px 24px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 91, 0, 0.22), transparent 34%),
    #0d1b3a;
  color: #ffffff;
}

.glb-product__header-icon,
.glb-product__feature-icon {
  display: grid;
  place-items: center;
  color: #ff7d3a;
}

.glb-product__header-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 91, 0, 0.18);
}

.glb-product__header-icon svg {
  width: 23px;
  height: 23px;
}

.glb-product__header > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.glb-product__header small,
.glb-product__panel-copy small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.glb-product__header small {
  color: #ffae85;
}

.glb-product__header strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  line-height: 1.15;
}

.glb-product__badge {
  display: inline-flex;
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glb-product__badge svg {
  width: 15px;
  height: 15px;
  color: #ff9a67;
}

.glb-product__tabs {
  display: flex;
  padding: 9px;
  overflow-x: auto;
  border-bottom: 1px solid #e7e9ee;
  background: #ffffff;
  scrollbar-width: thin;
}

.glb-product__tabs button {
  min-height: 44px;
  padding: 0 15px;
  flex: 1 0 auto;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #667085;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: background-color 260ms ease, color 260ms ease;
}

.glb-product__tabs button[aria-selected="true"] {
  background: #fff0e7;
  color: #b94a16;
}

.glb-product__tabs button:focus-visible,
.glb-product__footer a:focus-visible {
  outline: 3px solid #ff5b00;
  outline-offset: 2px;
}

.glb-product__content {
  min-height: 620px;
  padding: 24px;
  background:
    radial-gradient(circle at 76% 36%, rgba(255, 91, 0, 0.1), transparent 27%),
    linear-gradient(145deg, #f7f9fc 0%, #eef2f8 100%);
}

.glb-product__panel {
  min-height: 572px;
  align-items: center;
  grid-template-columns: minmax(155px, 0.68fr) minmax(310px, 1.32fr);
  gap: 18px;
}

.glb-product__panel:not([hidden]) {
  display: grid;
}

.glb-product__panel.is-active {
  animation: glb-product-panel-in 420ms ease both;
}

.glb-product__panel-copy {
  position: relative;
  z-index: 3;
  padding: 22px 2px 22px 8px;
}

.glb-product__feature-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: #fff0e7;
}

.glb-product__feature-icon svg {
  width: 21px;
  height: 21px;
}

.glb-product__panel-copy small {
  color: #b94a16;
}

.glb-product__panel-copy h3 {
  margin: 9px 0 13px;
  color: #0d1b3a;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(25px, 2.1vw, 31px);
  line-height: 1.05;
}

.glb-product__panel-copy p {
  margin: 0;
  color: #59667a;
  font-size: 13px;
  line-height: 1.65;
}

.glb-product__screens {
  position: relative;
  min-width: 0;
  height: 570px;
}

.glb-product__phone {
  position: absolute;
  width: 232px;
  margin: 0;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 29px;
  background: #eef1f6;
  box-shadow: 0 24px 48px rgba(13, 27, 58, 0.23);
}

.glb-product__phone img {
  display: block;
  width: 100%;
  height: auto;
}

.glb-product__phone figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(13, 27, 58, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 14px rgba(13, 27, 58, 0.12);
  color: #0d1b3a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.glb-product__phone--back {
  top: 69px;
  left: 2px;
  width: 188px;
  transform: rotate(-2.2deg);
}

.glb-product__phone--front {
  top: 16px;
  right: 2px;
  z-index: 2;
  transform: rotate(1.4deg);
}

.glb-product__screens--single {
  display: grid;
  place-items: center;
}

.glb-product__phone--solo {
  position: relative;
  width: 248px;
  transform: rotate(0.6deg);
}

.glb-product__footer {
  display: flex;
  min-height: 66px;
  padding: 15px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #e7e9ee;
  background: #ffffff;
}

.glb-product__footer p {
  display: flex;
  margin: 0;
  align-items: flex-start;
  gap: 8px;
  color: #667085;
  font-size: 10px;
  line-height: 1.5;
}

.glb-product__footer p svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #b94a16;
}

.glb-product__footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b94a16;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.glb-product__footer a svg {
  width: 14px;
  height: 14px;
}

@keyframes glb-product-panel-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .glb-product {
    border-radius: 21px;
  }

  .glb-product__header {
    padding: 18px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .glb-product__badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .glb-product__tabs {
    padding: 7px;
  }

  .glb-product__tabs button {
    min-height: 46px;
    padding: 0 13px;
  }

  .glb-product__content {
    min-height: 0;
    padding: 18px 14px;
  }

  .glb-product__panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .glb-product__panel-copy {
    padding: 10px 6px 15px;
  }

  .glb-product__feature-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
  }

  .glb-product__panel-copy h3 {
    font-size: 27px;
  }

  .glb-product__screens {
    height: 485px;
  }

  .glb-product__phone {
    width: min(206px, 64vw);
    border-width: 4px;
    border-radius: 24px;
  }

  .glb-product__phone--back {
    top: 60px;
    left: 0;
    width: min(158px, 49vw);
  }

  .glb-product__phone--front {
    top: 10px;
    right: 0;
  }

  .glb-product__phone--solo {
    width: min(218px, 68vw);
  }

  .glb-product__footer {
    padding: 15px 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .glb-product__footer a {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glb-product__panel.is-active {
    animation: none !important;
  }
}

/* Brand type lock: keep later component rules from falling back to Fraunces/Georgia. */
body,
body.preview-site-header,
.preview-site-header,
.preview-nav a,
.preview-menu,
.glb-how-hero,
.glb-journey,
.glb-receive,
.glb-handoff,
.glb-pricing,
.glb-proof,
.glb-faq,
.glb-final {
  font-family: "Iosevka Charon", sans-serif !important;
}

h1, h2, h3,
.glb-how-hero h1,
.glb-journey h2,
.glb-journey h3,
.glb-receive h2,
.glb-receive h3,
.glb-handoff h2,
.glb-handoff h3,
.glb-pricing h2,
.glb-pricing h3,
.glb-proof h2,
.glb-proof h3,
.glb-faq h2,
.glb-faq h3,
.glb-final h2,
.glb-final h3,
[class*="__title"],
[class*="__heading"] {
  font-family: "Rammetto One", sans-serif !important;
  font-weight: 400 !important;
}

.glb-how-hero__button,
.glb-journey__button,
.glb-receive__button,
.glb-handoff__button,
.glb-pricing__button,
.glb-proof__button,
.glb-faq__button,
.glb-final__button {
  font-family: "Iosevka Charon", sans-serif !important;
}

/* Balanced brand-palette preview ----------------------------------------- */
.glb-how-hero {
  --glb-how-navy: #0d1b3a;
  --glb-how-orange: var(--gloab-orange);
  --glb-how-orange-hover: var(--gloab-rust);
  --glb-how-accent: var(--gloab-orange);
  --glb-how-white: var(--gloab-ice);
}

.glb-how-hero__overlay {
  background:
    linear-gradient(180deg, rgba(13, 27, 58, 0.1), rgba(13, 27, 58, 0.27)),
    linear-gradient(
      90deg,
      rgba(13, 27, 58, 0.97) 0%,
      rgba(13, 27, 58, 0.91) 39%,
      rgba(13, 27, 58, 0.69) 68%,
      rgba(13, 27, 58, 0.43) 100%
    );
}

.glb-how-hero h1 span {
  color: var(--gloab-aqua);
}

.glb-how-hero__intro {
  color: rgba(243, 250, 255, 0.94);
}

.glb-how-hero__button:focus-visible {
  box-shadow: 0 0 0 4px var(--gloab-cobalt), 0 0 0 7px var(--gloab-ice);
}

.glb-how-hero__button--primary {
  color: #f3faf1;
}

.glb-how-hero__button--primary:hover {
  color: #f3faf1;
}

.glb-pricing {
  --glb-pricing-navy: #0d1b3a;
  --glb-pricing-orange: var(--gloab-orange);
  --glb-pricing-action: var(--gloab-orange);
  --glb-pricing-action-hover: var(--gloab-rust);
  --glb-pricing-border: rgba(58, 82, 187, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(194, 240, 243, 0.34), transparent 32%),
    linear-gradient(180deg, var(--gloab-blush) 0%, #ffffff 34%, var(--gloab-ice) 100%);
}

.glb-pricing__eyebrow,
.glb-pricing__note,
.glb-pricing__disclaimer {
  background-color: var(--gloab-blush);
}

.glb-pricing h2,
.glb-pricing__card h3 {
  color: var(--gloab-rust);
}

.glb-pricing__card--featured .glb-pricing__icon {
  background: var(--gloab-rust);
  color: #ffffff;
}

.glb-receive {
  --glb-receive-navy: #0d1b3a;
  --glb-receive-orange: var(--gloab-orange);
  --glb-receive-action: var(--gloab-orange);
  --glb-receive-border: rgba(58, 82, 187, 0.28);
  background:
    radial-gradient(circle at 92% 8%, rgba(194, 240, 243, 0.56), transparent 30%),
    var(--gloab-ice);
}

.glb-receive h2 {
  color: var(--gloab-rust);
}

.glb-journey {
  --glb-journey-navy: #0d1b3a;
  --glb-journey-mid-navy: #293754;
  --glb-journey-orange: var(--gloab-orange);
  --glb-journey-action: var(--gloab-orange);
  --glb-journey-action-hover: var(--gloab-rust);
  --glb-journey-white: var(--gloab-ice);
  --glb-journey-grey: var(--gloab-ice);
  --glb-journey-border: rgba(58, 82, 187, 0.28);
  background: #f3fafb;
}

/* Final palette adjustments from the How It Works review annotations. */
.glb-journey {
  background: #f3fafb;
}

.glb-journey__sticky {
  background: #0d1b3a;
}

.glb-journey__intro h2,
.glb-journey__step-title {
  color: var(--gloab-rust);
}

.glb-journey__step.is-active .glb-journey__step-card,
.glb-journey__field,
.glb-journey__budget,
.glb-journey__booking-card {
  border-color: var(--gloab-aqua);
}

.glb-journey__cta {
  background: var(--gloab-blush);
}

.glb-handoff {
  --glb-handoff-navy: #0d1b3a;
  --glb-handoff-orange: var(--gloab-orange);
  --glb-handoff-action: var(--gloab-orange);
  --glb-handoff-border: rgba(58, 82, 187, 0.28);
  background: #f3fafb;
}

.glb-handoff h2,
.glb-handoff__column h3 {
  color: var(--gloab-rust);
}

.glb-proof {
  --glb-proof-navy: #0d1b3a;
  --glb-proof-navy-light: #17284c;
  --glb-proof-orange: var(--gloab-orange);
  --glb-proof-orange-soft: var(--gloab-blush);
  --glb-proof-slate: var(--gloab-aqua);
  background:
    radial-gradient(circle at 9% 14%, rgba(218, 111, 11, 0.22), transparent 25%),
    radial-gradient(circle at 90% 76%, rgba(58, 82, 187, 0.32), transparent 30%),
    #0d1b3a;
  color: var(--gloab-ice);
}

.glb-faq {
  --glb-faq-navy: #0d1b3a;
  --glb-faq-orange: var(--gloab-orange);
  --glb-faq-action: var(--gloab-orange);
  --glb-faq-border: rgba(58, 82, 187, 0.28);
  background:
    radial-gradient(circle at 86% 15%, rgba(194, 240, 243, 0.5), transparent 27%),
    var(--gloab-ice);
}

.glb-faq h2,
.glb-faq__question {
  color: var(--gloab-rust);
}

.glb-final {
  --glb-final-navy: #0d1b3a;
  --glb-final-orange: var(--gloab-orange);
  background:
    radial-gradient(circle at 78% 18%, rgba(246, 224, 213, 0.28), transparent 29%),
    radial-gradient(circle at 17% 82%, rgba(58, 82, 187, 0.2), transparent 30%),
    linear-gradient(125deg, var(--gloab-rust) 0%, var(--gloab-orange) 100%);
}

.glb-final__button--primary {
  background: #ffffff;
  color: var(--gloab-rust);
}

.glb-final__button--primary:hover {
  background: #fff5ef;
  color: var(--gloab-rust);
}

.glb-product {
  border-color: rgba(58, 82, 187, 0.38);
  box-shadow: 0 30px 70px rgba(13, 27, 58, 0.14);
}

.glb-product__header {
  background:
    radial-gradient(circle at 90% 10%, rgba(218, 111, 11, 0.26), transparent 34%),
    #0d1b3a;
  color: var(--gloab-ice);
}

.glb-product__header-icon,
.glb-product__feature-icon,
.glb-product__footer a {
  color: var(--gloab-orange);
}

.glb-product__header-icon,
.glb-product__tabs button[aria-selected="true"] {
  background: rgba(218, 111, 11, 0.2);
}

.glb-pricing__button,
.glb-receive__button,
.glb-journey__button,
.glb-handoff__button,
.glb-faq__button {
  color: #0d1b3a;
}

.glb-pricing__button:hover,
.glb-receive__button:hover,
.glb-journey__button:hover,
.glb-handoff__button:hover,
.glb-faq__button:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .glb-how-hero__overlay {
    background:
      linear-gradient(180deg, rgba(13, 27, 58, 0.16), rgba(13, 27, 58, 0.3)),
      linear-gradient(90deg, rgba(13, 27, 58, 0.97) 0%, rgba(13, 27, 58, 0.9) 53%, rgba(13, 27, 58, 0.55) 100%);
  }
}

@media (max-width: 700px) {
  .glb-how-hero__overlay {
    background:
      linear-gradient(180deg, rgba(13, 27, 58, 0.84) 0%, rgba(13, 27, 58, 0.79) 52%, rgba(13, 27, 58, 0.92) 100%),
      linear-gradient(90deg, rgba(13, 27, 58, 0.62), rgba(13, 27, 58, 0.3));
  }
}

/* Keep the selected brand type above all component-specific rules. */
body,
.preview-site-header,
.preview-nav a,
.preview-menu,
.glb-how-hero,
.glb-journey,
.glb-receive,
.glb-handoff,
.glb-pricing,
.glb-proof,
.glb-faq,
.glb-final { font-family: "Iosevka Charon", sans-serif !important; }

h1, h2, h3,
.glb-how-hero h1,
.glb-journey h2, .glb-journey h3,
.glb-receive h2, .glb-receive h3,
.glb-handoff h2, .glb-handoff h3,
.glb-pricing h2, .glb-pricing h3,
.glb-proof h2, .glb-proof h3,
.glb-faq h2, .glb-faq h3,
.glb-final h2, .glb-final h3 { font-family: "Rammetto One", sans-serif !important; font-weight: 400 !important; }

/* Header redesign: a generous white bar with the stacked full-colour GLOAB mark. */
.preview-site-header { position: relative; z-index: 10; background: #ffffff !important; border-bottom: 1px solid #e8e8e8; }
.preview-site-header__inner {
  display: flex;
  width: calc(100% - 48px);
  max-width: none;
  min-height: 128px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
  position: relative;
}
.preview-logo { display: block; width: 220px; flex: 0 0 220px; }
.preview-logo img { display: block; width: 220px; height: auto; max-height: 92px; object-fit: contain; }
.preview-nav { display: flex; height: 128px; gap: 54px; align-items: center; position: absolute; left: 50%; margin: 0; transform: translateX(-50%); }
.preview-nav > a, .preview-destination-menu > a { color: #28313d !important; font-family: "Iosevka Charon", sans-serif !important; font-size: 20px; font-weight: 700; white-space: nowrap; flex-shrink: 0; text-decoration: none; }
.preview-nav > a:hover, .preview-destination-menu > a:hover, .preview-destination-menu.is-open > a { color: #28313d !important; }
.preview-destination-menu { position: relative; }
.preview-destination-menu > a { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; cursor: pointer; transition: none; }
.preview-destination-menu > a:hover, .preview-destination-menu.is-open > a { border-color: transparent; background: transparent; }
.preview-destination-menu > a svg { width: 16px; height: 16px; }
.preview-destination-menu:hover .preview-destination-dropdown,
.preview-destination-menu:focus-within .preview-destination-dropdown { display: block; }
.preview-destination-dropdown { position: absolute; z-index: 20; top: calc(100% + 12px); left: -12px; width: min(620px, 78vw); padding: 24px 26px 26px; border: 1px solid #e7d9d1; border-radius: 16px; background: #ffffff; box-shadow: 0 22px 48px rgba(36,46,58,.18); }
.preview-destination-dropdown::before { position: absolute; top: -7px; left: 50%; width: 13px; height: 13px; border-top: 1px solid #d9dde1; border-left: 1px solid #d9dde1; background: #fff; content: ""; transform: translateX(-50%) rotate(45deg); }
.preview-dropdown-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-bottom:15px; border-bottom:1px solid #e3e6e9; }
.preview-dropdown-heading strong { color:#ac3f08; font-size:18px; letter-spacing:.01em; }
.preview-dropdown-heading a, .preview-destination-groups a { color:#28313d !important; font-size:14px; font-weight:600; }
.preview-destination-groups { display:grid; grid-template-columns:minmax(0,1fr) 150px; gap:28px; padding-top:20px; }
.preview-destination-groups h2 { margin:0 0 10px; color:#4b5563; font-family:"Iosevka Charon",sans-serif !important; font-size:16px; font-weight:700; }
.preview-destination-groups section > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px 18px; }
.preview-header-actions { display:flex; align-items:center; gap:16px; margin-left:auto; }
.preview-search-button, .preview-mobile-button { display:grid; width:46px; height:46px; place-items:center; border:0; border-radius:50%; color:#28313d; background:#f2f3f2; cursor:pointer; }
.preview-search-button svg, .preview-mobile-button svg { width:21px; height:21px; }
.preview-plan-button { display:inline-flex; align-items:center; min-height:48px; padding:0 24px; border-radius:12px; color:#fff !important; background:#da6f0b; font-family:"Iosevka Charon",sans-serif !important; font-weight:700; text-decoration:none; white-space:nowrap; }
.preview-mobile-button { display:none; border-radius:12px; }
.preview-search-panel { position:absolute; z-index:21; top:calc(100% + 10px); right:48px; display:grid; width:min(360px,calc(100% - 32px)); gap:8px; padding:16px; border:1px solid #d9dde1; border-radius:14px; background:#fff; box-shadow:0 16px 35px rgba(36,46,58,.14); }
.preview-search-panel input { padding:11px 12px; border:1px solid #d9dde1; border-radius:9px; font:inherit; }
.preview-search-panel[hidden], .preview-destination-dropdown[hidden] { display: none; }
@media (max-width: 900px) { .preview-site-header__inner { width:calc(100% - 32px); min-height:82px; gap:16px; }.preview-logo,.preview-logo img { width:170px; flex-basis:170px; max-height:70px; }.preview-nav,.preview-header-actions { display:none; }.preview-mobile-button { display:grid; margin-left:auto; }.preview-search-panel { right:16px; }.preview-site-header__inner { position:relative; } }

/* Iosevka Charon has a compact rhythm, so give the supporting copy more room to read. */
.preview-nav a { font-size: 20px; }
.glb-how-hero__intro,
.glb-journey__intro > p:last-child,
.glb-journey__step-copy,
.glb-receive__intro > p,
.glb-handoff__intro > p,
.glb-pricing__intro > p,
.glb-proof__intro > p,
.glb-faq__intro > p,
.glb-final__copy > p {
  font-size: 17px;
  line-height: 1.65;
}

.glb-journey__details,
.glb-journey__field,
.glb-handoff__column,
.glb-handoff__reassurance,
.glb-pricing__card,
.glb-proof__card,
.glb-faq__answer,
.glb-final__reassurance {
  font-size: 14px;
  line-height: 1.6;
}

.glb-how-hero__button,
.glb-pricing__button,
.glb-receive__button,
.glb-journey__button,
.glb-handoff__button,
.glb-proof__button,
.glb-faq__button,
.glb-final__button {
  font-size: 14px;
}

@media (max-width: 700px) {
  .preview-nav a { font-size: 16px; }
  .glb-how-hero__intro,
  .glb-journey__intro > p:last-child,
  .glb-journey__step-copy,
  .glb-receive__intro > p,
  .glb-handoff__intro > p,
  .glb-pricing__intro > p,
  .glb-proof__intro > p,
  .glb-faq__intro > p,
  .glb-final__copy > p { font-size: 16px; }
}

/* Handoff readability: strengthen the responsibility labels and paired details. */
.glb-handoff__card > header {
  padding: 30px 30px 0;
  gap: 16px;
}

.glb-handoff__card > header small {
  font-size: 13px;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.glb-handoff__card h3 { font-size: 35px; }

.glb-handoff__card-intro {
  min-height: 94px;
  margin: 20px 30px 0;
  font-size: 16px;
  line-height: 1.6;
}

.glb-handoff__list {
  margin-top: 16px;
  padding: 0 20px 24px;
}

.glb-handoff__list li {
  min-height: 158px;
  padding: 24px 39px 24px 14px;
  gap: 14px;
}

.glb-handoff__card--book .glb-handoff__list li {
  padding-right: 14px;
  padding-left: 39px;
}

.glb-handoff__list li small {
  font-size: 13px;
  letter-spacing: 0.12em;
}

.glb-handoff__list li strong {
  font-size: 18px;
  line-height: 1.3;
}

.glb-handoff__list li p {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .glb-handoff__card > header { padding: 24px 22px 0; }
  .glb-handoff__card h3 { font-size: 30px; }
  .glb-handoff__card-intro { min-height: 0; margin: 16px 22px 0; font-size: 15px; }
  .glb-handoff__list { padding: 0 12px 18px; }
  .glb-handoff__list li,
  .glb-handoff__card--book .glb-handoff__list li { min-height: 136px; padding: 20px 30px 20px 10px; }
  .glb-handoff__card--book .glb-handoff__list li { padding-left: 30px; }
  .glb-handoff__list li strong { font-size: 17px; }
  .glb-handoff__list li p { font-size: 15px; }
}

/* Header actions: give the primary controls a more confident, readable scale. */
.preview-destination-menu > a {
  padding: 0;
  font-size: 20px;
}

.preview-search-button {
  width: 56px;
  height: 56px;
}

.preview-site-header .preview-search-button svg {
  width: 25px !important;
  height: 25px !important;
}

.preview-plan-button {
  min-height: 56px;
  padding: 0 30px;
  font-size: 18px;
}

@media (max-width: 900px) {
  .preview-destination-menu > a { font-size: 18px; }
  .preview-search-button { width: 48px; height: 48px; }
  .preview-site-header .preview-search-button svg { width: 22px !important; height: 22px !important; }
  .preview-plan-button { min-height: 48px; padding: 0 22px; font-size: 16px; }
}

/* Hero scale: match the live page's larger first impression and longer introduction. */
.glb-how-hero {
  min-height: 720px;
}

.glb-how-hero__container {
  width: min(1380px, calc(100% - 112px));
  padding: 88px 0 72px;
}

.glb-how-hero__copy {
  width: min(82%, 980px);
}

.glb-how-hero h1 {
  max-width: 980px;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 1.06;
}

.glb-how-hero__intro {
  max-width: 900px;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.58;
}

.glb-how-hero__actions {
  margin-top: 32px;
  gap: 14px;
}

.glb-how-hero__button {
  min-height: 62px;
  padding: 0 30px;
  border-radius: 17px;
  font-size: 16px;
}

.glb-how-hero__button svg {
  width: 21px;
  height: 21px;
}

@media (max-width: 1024px) {
  .glb-how-hero { min-height: 680px; }
  .glb-how-hero__container { width: min(100% - 80px, 960px); padding: 78px 0 60px; }
  .glb-how-hero__copy { width: min(88%, 820px); }
  .glb-how-hero h1 { font-size: clamp(48px, 6.2vw, 68px); }
  .glb-how-hero__intro { font-size: 18px; }
}

@media (max-width: 700px) {
  .glb-how-hero { min-height: 720px; }
  .glb-how-hero__container { width: calc(100% - 48px); padding: 58px 0 42px; }
  .glb-how-hero__copy { width: 100%; }
  .glb-how-hero h1 { font-size: clamp(40px, 10.8vw, 54px); }
  .glb-how-hero__intro { max-width: 100%; margin-top: 18px; font-size: 17px; line-height: 1.55; }
  .glb-how-hero__actions { margin-top: 26px; }
  .glb-how-hero__button { min-height: 58px; padding: 0 24px; font-size: 15px; }
}

@media (max-width: 430px) {
  .glb-how-hero { min-height: 750px; }
  .glb-how-hero__container { width: calc(100% - 36px); padding-top: 46px; }
  .glb-how-hero h1 { font-size: clamp(36px, 10vw, 44px); }
  .glb-how-hero__intro { font-size: 16px; }
}

/* Hero breathing room: make the eyebrow and first-screen content unmistakable. */
.glb-how-hero {
  min-height: 860px;
}

.glb-how-hero__container {
  padding-top: 112px;
  padding-bottom: 96px;
}

.glb-how-hero__eyebrow {
  display: inline-flex;
  min-height: 34px;
  margin-bottom: 24px;
  padding: 8px 16px;
  align-items: center;
  border: 1px solid rgba(218, 111, 11, 0.55);
  border-radius: 999px;
  background: rgba(218, 111, 11, 0.18);
  color: #ffd0a6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}

.glb-how-hero__intro {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.72;
}

.glb-how-hero__actions {
  margin-top: 42px;
  gap: 16px;
}

.glb-how-hero__button {
  min-height: 70px;
  padding: 0 34px;
  border-radius: 18px;
  font-size: 17px;
}

.glb-how-hero__button svg {
  width: 23px;
  height: 23px;
}

@media (max-width: 1024px) {
  .glb-how-hero { min-height: 800px; }
  .glb-how-hero__container { padding-top: 96px; padding-bottom: 78px; }
  .glb-how-hero__intro { font-size: 19px; }
}

@media (max-width: 700px) {
  .glb-how-hero { min-height: 820px; }
  .glb-how-hero__container { padding-top: 70px; padding-bottom: 52px; }
  .glb-how-hero__eyebrow { min-height: 31px; margin-bottom: 20px; padding: 7px 13px; font-size: 13px; }
  .glb-how-hero__intro { margin-top: 22px; font-size: 17px; line-height: 1.65; }
  .glb-how-hero__actions { margin-top: 32px; }
  .glb-how-hero__button { min-height: 62px; font-size: 16px; }
}

@media (max-width: 430px) {
  .glb-how-hero { min-height: 850px; }
  .glb-how-hero__container { padding-top: 58px; }
}

/* Keep the service hero proportionate with the homepage hero. */
.glb-how-hero {
  min-height: 680px;
}

.glb-how-hero__actions {
  gap: 24px;
}

@media (max-width: 1024px) {
  .glb-how-hero { min-height: 680px; }
  .glb-how-hero__container { padding-top: 64px; padding-bottom: 54px; }
  .glb-how-hero__actions { gap: 16px; }
}

@media (max-width: 700px) {
  .glb-how-hero { min-height: 900px; }
  .glb-how-hero__actions { gap: 16px; }
}

@media (max-width: 430px) {
  .glb-how-hero { min-height: 930px; }
}

/* Review pass: improve hierarchy and affordance across the journey and receive sections. */
.glb-journey__intro > .glb-journey__eyebrow {
  font-size: 17px;
  letter-spacing: 0.16em;
}

.glb-journey__step-top {
  min-height: 40px;
  margin-bottom: 20px;
}

.glb-journey__number {
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.glb-journey__status {
  font-size: 14px;
  letter-spacing: 0.12em;
}

.glb-journey__button,
.glb-journey__sample-link {
  min-height: 62px;
  padding: 0 28px;
  font-size: 14px;
  border-radius: 17px;
}

.glb-journey__sample-link {
  border: 1px solid rgba(13, 27, 58, 0.28);
  background: #ffffff;
  text-decoration: none;
}

.glb-journey__button--primary,
.glb-receive__button--primary,
.glb-how-hero__button--primary {
  color: #ffffff !important;
}

.glb-receive__benefits li {
  font-size: 16px;
  line-height: 1.45;
}

.glb-receive__button {
  min-height: 60px;
  padding: 0 28px;
  font-size: 13px;
  border-radius: 17px;
}

.glb-handoff__footer p {
  font-size: 14px;
}

/* Keep the journey CTA compact at desktop widths without forcing the mobile layout to fit one line. */
@media (min-width: 1100px) {
  .glb-journey__cta {
    gap: 28px;
    padding-inline: 40px;
  }

  .glb-journey__cta h3 {
    font-size: clamp(34px, 3vw, 40px);
    white-space: nowrap;
  }
}

@media (max-width: 700px) {
  .glb-journey__intro > .glb-journey__eyebrow { font-size: 15px; }
  .glb-journey__status { font-size: 12px; }
  .glb-journey__button,
  .glb-journey__sample-link,
  .glb-receive__button { min-height: 56px; padding: 0 22px; font-size: 13px; }
  .glb-receive__benefits li { font-size: 16px; }
}
