/*
 * Centauri Partner · Captación para distribuidores de alimentación
 * Capa visual específica. El contenido es visible por defecto; JavaScript solo
 * activa transiciones cuando asigna data-reveal-state="pending".
 */

:root {
  --gp-ink: #06142a;
  --gp-ink-2: #0a1d3b;
  --gp-ink-3: #102b52;
  --gp-navy: #071327;
  --gp-blue: #315cf6;
  --gp-blue-2: #6684ff;
  --gp-cyan: #72dfea;
  --gp-violet: #866cf0;
  --gp-mint: #7de0cb;
  --gp-warm: #ffb45c;
  --gp-paper: #f3f6fb;
  --gp-white: #ffffff;
  --gp-text: #10223e;
  --gp-muted: #68778f;
  --gp-line: rgba(18, 50, 92, .14);
  --gp-line-light: rgba(208, 222, 255, .14);
  --gp-shadow: 0 34px 90px rgba(7, 24, 52, .14);
  --gp-shadow-dark: 0 42px 120px rgba(0, 0, 0, .34);
  --gp-radius: 30px;
  --gp-radius-sm: 18px;
  --gp-sans: "Manrope", Arial, sans-serif;
  --gp-serif: "Newsreader", Georgia, serif;
  --gp-mono: "IBM Plex Mono", monospace;
  --gp-ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background: var(--gp-navy);
}

body.gp-page {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--gp-text);
  background: var(--gp-paper);
  font-family: var(--gp-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.gp-page img,
.gp-page svg {
  display: block;
  max-width: 100%;
}

.gp-page button,
.gp-page input,
.gp-page textarea { font: inherit; }

.gp-page button,
.gp-page a { -webkit-tap-highlight-color: transparent; }

.gp-page a { color: inherit; }

.gp-page main {
  position: relative;
  isolation: isolate;
}

.gp-wrap {
  width: min(1500px, calc(100% - 80px));
  margin-inline: auto;
}

.gp-section {
  position: relative;
  padding: clamp(104px, 8.2vw, 148px) 0;
}

/* Global header refinements: two-column service menu that fits 1366 x 600. */
.gp-page .cp-header { top: 13px; }

.gp-page .cp-nav-shell {
  width: min(1520px, calc(100% - 48px));
  min-height: 72px;
  padding-inline: 18px 11px;
  border-color: rgba(178, 201, 255, .22);
  background:
    linear-gradient(110deg, rgba(5, 12, 30, .89), rgba(5, 10, 24, .93) 65%, rgba(49, 92, 246, .19));
  box-shadow:
    0 28px 76px -28px rgba(0, 0, 0, .88),
    inset 0 1px rgba(255, 255, 255, .07);
}

.gp-page .cp-brand-mark {
  width: 39px;
  height: 39px;
}

.gp-page .cp-desktop-nav { gap: clamp(15px, 1.55vw, 27px); }

.gp-page .cp-nav-link,
.gp-page .cp-nav-parent { font-size: .75rem; }

.gp-page .cp-skip-link { font-family: var(--gp-sans); }

.gp-page .cp-brand-copy {
  min-width: 0;
  text-wrap: nowrap;
}

.gp-page .cp-nav-disclosure { isolation: isolate; }

.gp-page .cp-nav-caret {
  border-color: currentColor;
  opacity: .72;
}

.gp-page .cp-nav-toggle {
  border-color: rgba(178, 201, 255, .24);
  background: linear-gradient(145deg, rgba(63, 98, 225, .16), rgba(114, 223, 234, .055));
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.gp-page .cp-nav-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.gp-page .cp-nav-menu {
  position: fixed;
  left: 50%;
  top: 95px;
  width: min(730px, calc(100% - 56px));
  max-height: calc(100vh - 112px);
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-color: rgba(181, 205, 255, .22);
  border-radius: 21px;
  background:
    radial-gradient(circle at 96% 0, rgba(64, 105, 255, .21), transparent 34%),
    rgba(4, 10, 25, .985);
  box-shadow: 0 42px 100px -30px rgba(0, 0, 0, .98), inset 0 1px rgba(255, 255, 255, .07);
  transform: translate(-50%, -9px);
  scrollbar-width: thin;
  scrollbar-color: rgba(114, 223, 234, .45) transparent;
}

.gp-page .cp-nav-menu[data-open="true"] { transform: translate(-50%, 0); }

.gp-page .cp-nav-menu a {
  min-width: 0;
  min-height: 60px;
  padding: 10px 13px;
  align-content: center;
  border: 1px solid transparent;
  border-radius: 13px;
}

.gp-page .cp-nav-menu a:hover,
.gp-page .cp-nav-menu a:focus-visible,
.gp-page .cp-nav-menu a[aria-current="page"] {
  border-color: rgba(115, 151, 255, .18);
  background: linear-gradient(120deg, rgba(75, 111, 246, .16), rgba(114, 223, 234, .055));
}

.gp-page .cp-nav-menu a[aria-current="page"] b { color: var(--gp-cyan); }
.gp-page .cp-nav-menu b { font-size: .74rem; }
.gp-page .cp-nav-menu span { font-size: .61rem; line-height: 1.35; }

.gp-page .cp-nav-cta {
  min-height: 46px;
  padding-inline: 21px;
  background: linear-gradient(115deg, var(--gp-blue), var(--gp-blue-2) 58%, var(--gp-cyan));
}

.gp-page .cp-mobile-menu {
  border-color: rgba(177, 201, 255, .2);
  background:
    radial-gradient(circle at 90% 4%, rgba(49, 92, 246, .2), transparent 30%),
    rgba(4, 10, 25, .985);
}

.gp-page .cp-mobile-services > div a[aria-current="page"] { color: var(--gp-cyan); }

.gp-page .cp-noscript-nav {
  max-width: min(1500px, calc(100% - 48px));
  margin-inline: auto;
}

/* Progress */
.gp-scroll-progress {
  position: fixed;
  z-index: 1200;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

.gp-scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--gp-cyan), var(--gp-blue), var(--gp-violet));
  box-shadow: 0 0 16px rgba(114, 223, 234, .45);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

/* Shared typography and calls to action */
.gp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(42px, 7vw, 132px);
  align-items: end;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.gp-section-head > div { min-width: 0; }
.gp-section-head > div:last-child { padding-bottom: 6px; }

.gp-section-head > div:last-child > p {
  margin: 0 0 20px;
  color: var(--gp-muted);
  font-size: clamp(.98rem, 1.08vw, 1.13rem);
  line-height: 1.72;
}

.gp-kicker {
  margin: 0 0 20px;
  color: var(--gp-blue);
  font: 600 .69rem/1.35 var(--gp-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gp-kicker > i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gp-cyan);
  box-shadow: 0 0 0 6px rgba(114, 223, 234, .1);
}

.gp-section h2,
.gp-contact h2 {
  max-width: 25ch;
  margin: 0;
  color: var(--gp-ink);
  font: 500 clamp(2.5rem, 3.25vw, 3.65rem)/1.01 var(--gp-serif);
  letter-spacing: -.045em;
  text-wrap: balance;
}

.gp-section h3 { text-wrap: balance; }

.gp-section-head-light h2,
.gp-buyer h2,
.gp-shortlist h2,
.gp-qualification h2,
.gp-method h2,
.gp-faq h2 { color: #f7f9ff; }

.gp-section-head-light .gp-kicker,
.gp-buyer .gp-kicker,
.gp-shortlist .gp-kicker,
.gp-qualification .gp-kicker,
.gp-method .gp-kicker,
.gp-faq .gp-kicker { color: var(--gp-cyan); }

.gp-section-head-light > div:last-child > p,
.gp-buyer .gp-section-head > div:last-child > p,
.gp-shortlist .gp-section-head > div:last-child > p,
.gp-qualification .gp-section-head > div:last-child > p,
.gp-method .gp-section-head > div:last-child > p,
.gp-faq .gp-section-head > div:last-child > p { color: #9eafc8; }

.gp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gp-blue);
  font-size: .89rem;
  font-weight: 800;
  text-decoration: none;
}

.gp-text-link span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform .38s var(--gp-ease), background-color .38s ease;
}

.gp-text-link:hover span,
.gp-text-link:focus-visible span {
  background: rgba(49, 92, 246, .08);
  transform: translate(3px, 3px) rotate(-5deg);
}

.gp-text-link-light { color: var(--gp-cyan); }

.gp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.gp-btn {
  position: relative;
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 23px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .38s var(--gp-ease), box-shadow .38s ease, border-color .38s ease, background-color .38s ease;
}

.gp-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, .3) 46%, transparent 72%);
  transform: translateX(-135%);
  transition: transform .72s ease;
}

.gp-btn > span { position: relative; z-index: 1; }

.gp-btn:hover,
.gp-btn:focus-visible {
  transform: translateY(-3px);
}

.gp-btn:hover::before,
.gp-btn:focus-visible::before { transform: translateX(135%); }

.gp-btn-primary {
  color: #fff;
  background: linear-gradient(115deg, var(--gp-blue), var(--gp-blue-2) 58%, #68d7e9);
  box-shadow: 0 18px 48px rgba(49, 92, 246, .28);
}

.gp-btn-primary:hover,
.gp-btn-primary:focus-visible { box-shadow: 0 23px 58px rgba(49, 92, 246, .36); }

.gp-btn-ghost {
  color: #e9f0ff;
  border-color: rgba(220, 231, 255, .22);
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(12px);
}

.gp-page .gp-btn-light {
  color: var(--gp-blue);
  background: #fff;
  box-shadow: 0 20px 55px rgba(4, 16, 42, .23);
}

.gp-window-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.gp-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #476183;
}

.gp-window-dots i:first-child { background: #ff6f75; }
.gp-window-dots i:nth-child(2) { background: #ffc85c; }
.gp-window-dots i:nth-child(3) { background: #5dd8b7; }

/* Hero */
.gp-hero {
  position: relative;
  min-height: min(1080px, 100svh);
  padding: 144px 0 92px;
  overflow: hidden;
  color: #edf4ff;
  background:
    radial-gradient(circle at 82% 24%, rgba(65, 100, 255, .28), transparent 32%),
    radial-gradient(circle at 14% 84%, rgba(114, 223, 234, .11), transparent 28%),
    linear-gradient(142deg, #050d1d 0%, #07172f 53%, #0b2147 100%);
}

.gp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .48;
  background-image:
    linear-gradient(rgba(119, 154, 219, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 154, 219, .055) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, #000 12%, transparent 96%);
  mask-image: linear-gradient(to bottom, #000 12%, transparent 96%);
  pointer-events: none;
}

.gp-hero::after {
  content: "";
  position: absolute;
  width: 58vw;
  height: 58vw;
  top: -38vw;
  right: -12vw;
  border: 1px solid rgba(114, 223, 234, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(49, 92, 246, .025), 0 0 0 180px rgba(49, 92, 246, .018);
  pointer-events: none;
}

.gp-hero-aurora {
  position: absolute;
  width: 58vw;
  height: 38vw;
  left: 29%;
  bottom: -30vw;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(91, 108, 255, .2), rgba(114, 223, 234, .08) 35%, transparent 70%);
  filter: blur(28px);
  transform: rotate(-8deg);
  animation: gpAurora 11s ease-in-out infinite alternate;
  pointer-events: none;
}

.gp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(470px, .91fr) minmax(620px, 1.09fr);
  gap: clamp(42px, 4.3vw, 76px);
  align-items: center;
}

.gp-hero-copy { min-width: 0; }

.gp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 31px;
  color: #7e91b3;
  font: 500 .65rem/1.5 var(--gp-mono);
  letter-spacing: .075em;
  text-transform: uppercase;
}

.gp-breadcrumbs a { text-decoration: none; transition: color .25s ease; }
.gp-breadcrumbs a:hover,
.gp-breadcrumbs a:focus-visible { color: var(--gp-cyan); }

.gp-hero .gp-kicker { color: var(--gp-cyan); }

.gp-hero h1 {
  max-width: 20.5ch;
  margin: 0;
  color: #fff;
  font: 500 clamp(2.85rem, 3.55vw, 4.15rem)/.96 var(--gp-serif);
  letter-spacing: -.052em;
  text-wrap: balance;
}

.gp-hero-promise {
  max-width: 590px;
  margin: 25px 0 0;
  color: transparent;
  background: linear-gradient(105deg, #fff, #9fb6ff 52%, var(--gp-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  font: 500 clamp(1.35rem, 1.7vw, 1.82rem)/1.17 var(--gp-serif);
  letter-spacing: -.02em;
}

.gp-hero-lede {
  max-width: 640px;
  margin: 21px 0 0;
  color: #c6d3e8;
  font-size: clamp(1rem, 1.15vw, 1.17rem);
  line-height: 1.68;
}

.gp-hero-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.gp-hero-audience span {
  padding: 7px 10px;
  border: 1px solid rgba(151, 182, 239, .16);
  border-radius: 999px;
  color: #8fa2bf;
  background: rgba(255, 255, 255, .035);
  font: 600 .54rem/1 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-honesty {
  max-width: 645px;
  margin: 19px 0 0;
  color: #8192ae;
  font-size: .77rem;
  line-height: 1.62;
}

.gp-honesty b { color: #acbdd6; }

.gp-engine-search {
  position: relative;
  min-width: 0;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(134, 170, 233, .25);
  border-radius: 30px;
  background: #07162d;
  box-shadow: var(--gp-shadow-dark), inset 0 1px rgba(255, 255, 255, .06);
}

.gp-engine-search::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 13, 28, .05), rgba(4, 13, 28, .62) 76%, #06152c),
    linear-gradient(90deg, rgba(4, 13, 28, .36), transparent 40%);
  pointer-events: none;
}

.gp-engine-search-photo {
  position: absolute;
  inset: 0;
}

.gp-engine-search-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.05) brightness(.79);
  transform: scale(1.015);
  transition: transform 8s ease;
}

.gp-engine-search:hover .gp-engine-search-photo img { transform: scale(1.055); }

.gp-search-window {
  position: absolute;
  z-index: 2;
  inset: 26px 25px 104px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(197, 214, 249, .21);
  border-radius: 21px;
  background: rgba(248, 250, 255, .975);
  box-shadow: 0 30px 75px rgba(0, 0, 0, .35), inset 0 1px #fff;
  color: #15233b;
  backdrop-filter: blur(18px);
}

.gp-search-window > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 47px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(14, 41, 80, .1);
  background: #edf1f7;
}

.gp-search-window > header p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #728098;
  font: 500 .52rem/1 var(--gp-mono);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-search-window > header small {
  color: #8b96a7;
  font: 600 .48rem/1 var(--gp-mono);
}

.gp-search-body {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(190px, .72fr);
  min-height: 0;
  flex: 1;
}

.gp-search-main {
  min-width: 0;
  padding: 21px 19px 18px;
  border-right: 1px solid rgba(16, 48, 87, .1);
}

.gp-google-word {
  display: flex;
  justify-content: center;
  margin: 0 0 13px;
  font: 700 1.12rem/1 var(--gp-sans);
  letter-spacing: -.08em;
}

.gp-google-word i { font-style: normal; }
.gp-google-word i:first-child,
.gp-google-word i:nth-child(4) { color: #4285f4; }
.gp-google-word i:nth-child(2),
.gp-google-word i:last-child { color: #ea4335; }
.gp-google-word i:nth-child(3) { color: #fbbc05; }
.gp-google-word i:nth-child(5) { color: #34a853; }

.gp-search-box {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0 38px 0 13px;
  border: 1px solid #d7deea;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(27, 49, 81, .08);
}

.gp-search-box span {
  min-width: 0;
  overflow: hidden;
  color: #34425a;
  font-size: .68rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-search-box > i {
  position: absolute;
  right: 14px;
  width: 12px;
  height: 12px;
  border: 2px solid #5378c9;
  border-radius: 50%;
}

.gp-search-box > i::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  right: -5px;
  bottom: -2px;
  border-radius: 999px;
  background: #5378c9;
  transform: rotate(45deg);
}

.gp-search-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 12px 2px 8px;
  color: #8c98a9;
  font: 500 .47rem/1.3 var(--gp-mono);
}

.gp-search-meta b { color: #4665a1; font-weight: 600; }

.gp-serp-results { display: grid; gap: 7px; }

.gp-serp-results article {
  position: relative;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(240, 243, 248, .65);
  opacity: .62;
  transition: transform .45s var(--gp-ease), opacity .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.gp-serp-results article > small,
.gp-serp-results article > b,
.gp-serp-results article > p { display: block; min-width: 0; }

.gp-serp-results article > small {
  overflow: hidden;
  color: #4d7259;
  font: 500 .47rem/1.3 var(--gp-mono);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-serp-results article > b {
  margin-top: 2px;
  color: #314f91;
  font-size: .65rem;
  line-height: 1.3;
}

.gp-serp-results article > p {
  margin: 3px 0 0;
  color: #68778d;
  font-size: .54rem;
  line-height: 1.4;
}

.gp-serp-results .gp-serp-owned {
  padding-right: 102px;
  border-color: rgba(49, 92, 246, .25);
  background: linear-gradient(110deg, rgba(49, 92, 246, .08), rgba(114, 223, 234, .05));
  box-shadow: 0 12px 28px rgba(39, 73, 157, .11);
  opacity: 1;
  transform: translateX(4px);
}

.gp-serp-owned em {
  position: absolute;
  top: 50%;
  right: 9px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 6px;
  border: 1px solid rgba(27, 156, 126, .18);
  border-radius: 6px;
  color: #178264;
  background: #eefbf7;
  font: 600 .42rem/1.2 var(--gp-mono);
  font-style: normal;
  transform: translateY(-50%);
}

.gp-serp-owned em i { font-style: normal; }

.gp-engine-search:hover .gp-serp-owned { transform: translateX(7px); }

.gp-shortlist-mini {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 19px 16px 16px;
  background:
    radial-gradient(circle at 90% 6%, rgba(78, 112, 255, .17), transparent 32%),
    #0a1830;
  color: #e8effc;
}

.gp-shortlist-mini > header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #7488a8;
  font: 600 .46rem/1.3 var(--gp-mono);
  letter-spacing: .06em;
}

.gp-shortlist-mini > header b { color: var(--gp-cyan); font-weight: 600; }

.gp-shortlist-mini > p {
  margin: 23px 0 10px;
  color: #788ba8;
  font-size: .55rem;
}

.gp-shortlist-mini > p strong { display: block; color: #dbe7fa; font-size: .66rem; }

.gp-shortlist-mini ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-shortlist-mini li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 47px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 9px;
  background: rgba(255, 255, 255, .025);
}

.gp-shortlist-mini li > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: #7f92af;
  background: rgba(255, 255, 255, .055);
  font: 600 .46rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-shortlist-mini li > span {
  min-width: 0;
  color: #d7e2f3;
  font-size: .59rem;
  font-weight: 700;
}

.gp-shortlist-mini li small {
  display: block;
  color: #7184a1;
  font-size: .49rem;
  font-weight: 500;
}

.gp-shortlist-mini li.is-owned {
  border-color: rgba(114, 223, 234, .3);
  background: linear-gradient(120deg, rgba(49, 92, 246, .2), rgba(114, 223, 234, .065));
  box-shadow: 0 13px 25px rgba(0, 0, 0, .15);
}

.gp-shortlist-mini li.is-owned > i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-cyan));
}

.gp-shortlist-mini > footer {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--gp-mint);
  font: 600 .45rem/1.4 var(--gp-mono);
  letter-spacing: .04em;
}

.gp-shortlist-mini > footer i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(125, 224, 203, .08);
  animation: gpPulse 2s ease-in-out infinite;
}

.gp-search-controls {
  position: absolute;
  z-index: 3;
  inset: auto 25px 43px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.gp-search-controls button {
  display: flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  border: 1px solid rgba(202, 219, 249, .16);
  border-radius: 11px;
  color: #8195b6;
  background: rgba(6, 20, 43, .84);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform .38s var(--gp-ease), border-color .35s ease, background-color .35s ease, color .35s ease;
}

.gp-search-controls button:hover,
.gp-search-controls button:focus-visible,
.gp-search-controls button.is-active {
  border-color: rgba(114, 223, 234, .38);
  color: #fff;
  background: linear-gradient(125deg, rgba(49, 92, 246, .72), rgba(31, 70, 117, .88));
  transform: translateY(-2px);
}

.gp-search-controls button i {
  color: var(--gp-cyan);
  font: 600 .47rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-search-controls button span {
  min-width: 0;
  overflow: hidden;
  font: 600 .5rem/1 var(--gp-mono);
  letter-spacing: .04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-engine-search > figcaption {
  position: absolute;
  z-index: 3;
  inset: auto 25px 15px;
  color: #657b9d;
  font-size: .55rem;
  line-height: 1.4;
}

.gp-hero-ticker {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .045);
  background: rgba(2, 9, 23, .55);
}

.gp-hero-ticker > div {
  width: max-content;
  min-height: 45px;
  padding-inline: 4vw;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #6f83a3;
  font: 600 .53rem/1 var(--gp-mono);
  letter-spacing: .12em;
  animation: gpTicker 24s linear infinite alternate;
}

.gp-hero-ticker i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gp-cyan);
  box-shadow: 0 0 0 5px rgba(114, 223, 234, .07);
}

/* 01 · Friction */
.gp-friction {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(49, 92, 246, .055), transparent 30%),
    linear-gradient(180deg, #f7f9fc, #eef3f9);
}

.gp-friction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.gp-friction-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gp-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 21px 55px rgba(9, 31, 65, .075);
  outline: none;
  transition: transform .55s var(--gp-ease), border-color .4s ease, box-shadow .5s ease;
}

.gp-friction-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(49, 92, 246, 0), rgba(114, 223, 234, .09));
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.gp-friction-card picture {
  display: block;
  aspect-ratio: 1.48;
  overflow: hidden;
  background: #dce4ee;
}

.gp-friction-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(1.04);
  transition: transform .75s var(--gp-ease), filter .55s ease;
}

.gp-friction-card > div {
  position: relative;
  z-index: 1;
  padding: 25px 26px 27px;
}

.gp-friction-card > div > span {
  color: var(--gp-blue);
  font: 600 .56rem/1.35 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-friction-card h3 {
  max-width: 19ch;
  margin: 28px 0 10px;
  color: var(--gp-ink);
  font-size: clamp(1.08rem, 1.2vw, 1.24rem);
  line-height: 1.25;
}

.gp-friction-card p {
  margin: 0;
  color: var(--gp-muted);
  font-size: .86rem;
  line-height: 1.7;
}

.gp-friction-card strong {
  display: block;
  margin-top: 23px;
  padding-top: 14px;
  border-top: 1px solid var(--gp-line);
  color: #7b8aa0;
  font: 600 .53rem/1.3 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-friction-card:hover,
.gp-friction-card:focus-visible {
  border-color: rgba(49, 92, 246, .26);
  box-shadow: 0 35px 78px rgba(13, 40, 83, .15);
  transform: translateY(-8px);
}

.gp-friction-card:hover::after,
.gp-friction-card:focus-visible::after { opacity: 1; }

.gp-friction-card:hover img,
.gp-friction-card:focus-visible img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.055);
}

.gp-scene-note {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  margin-top: 24px;
  padding: 23px 26px;
  border: 1px solid rgba(49, 92, 246, .14);
  border-radius: 19px;
  background: linear-gradient(110deg, rgba(49, 92, 246, .07), rgba(255, 255, 255, .76));
}

.gp-scene-note span {
  color: var(--gp-blue);
  font: 600 .61rem/1.3 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-scene-note p {
  margin: 0;
  color: #4f6078;
  font-size: .9rem;
  line-height: 1.7;
}

/* 02 · How buyers search */
.gp-buyer {
  overflow: hidden;
  color: #e7effd;
  background:
    radial-gradient(circle at 86% 20%, rgba(49, 92, 246, .2), transparent 32%),
    radial-gradient(circle at 7% 86%, rgba(134, 108, 240, .12), transparent 31%),
    linear-gradient(145deg, #061225, #081c38 55%, #0b2448);
}

.gp-buyer::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(114, 223, 234, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 223, 234, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.gp-buyer .gp-wrap { position: relative; }

.gp-buyer-desk {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(151, 184, 239, .2);
  border-radius: 30px;
  background: rgba(4, 14, 31, .86);
  box-shadow: var(--gp-shadow-dark), inset 0 1px rgba(255, 255, 255, .055);
}

.gp-buyer-desk > figcaption {
  padding: 14px 24px 17px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #6f83a3;
  font-size: .64rem;
  line-height: 1.55;
}

.gp-buyer-photo {
  position: relative;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
}

.gp-photo-stack {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0b1d38;
}

.gp-photo-stack picture {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .72s ease, transform 1.1s var(--gp-ease);
}

.gp-photo-stack picture.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.gp-photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-buyer-photo > .gp-photo-stack::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 26, .05), rgba(3, 12, 26, .38) 58%, rgba(3, 12, 26, .86));
  pointer-events: none;
}

.gp-buyer-screen {
  position: absolute;
  z-index: 3;
  left: 25px;
  right: 25px;
  bottom: 24px;
  padding: 21px 22px 18px;
  border: 1px solid rgba(212, 228, 255, .22);
  border-radius: 19px;
  background: rgba(5, 17, 37, .84);
  box-shadow: 0 25px 55px rgba(0, 0, 0, .32);
  backdrop-filter: blur(20px) saturate(125%);
}

.gp-buyer-screen > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #8296b5;
  font: 600 .53rem/1.3 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-buyer-screen > header b { color: var(--gp-cyan); }

.gp-buyer-screen h3 {
  max-width: 25ch;
  margin: 22px 0 8px;
  color: #fff;
  font: 500 clamp(1.45rem, 1.8vw, 2rem)/1.09 var(--gp-serif);
  letter-spacing: -.025em;
}

.gp-buyer-screen > p {
  max-width: 680px;
  margin: 0;
  color: #9cacc4;
  font-size: .79rem;
}

.gp-buyer-screen > div {
  position: relative;
  min-height: 43px;
  margin-top: 18px;
  padding: 12px 42px 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(129, 164, 224, .21);
  border-radius: 11px;
  color: #dce7f7;
  background: rgba(255, 255, 255, .055);
  font: 500 .63rem/1.35 var(--gp-mono);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-buyer-screen > div i {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--gp-cyan);
  border-radius: 50%;
  transform: translateY(-50%);
}

.gp-buyer-screen > div i::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -2px;
  width: 6px;
  height: 2px;
  background: var(--gp-cyan);
  transform: rotate(45deg);
}

.gp-buyer-screen > footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  color: #7186a6;
  font: 500 .5rem/1.35 var(--gp-mono);
}

.gp-buyer-screen > footer b { color: #c7d5e8; font-weight: 600; }

.gp-buyer-desk {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
}

.gp-buyer-desk > figcaption { grid-column: 1 / -1; }

.gp-buyer-process {
  min-width: 0;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(49, 92, 246, .15), transparent 35%),
    linear-gradient(180deg, rgba(13, 37, 72, .9), rgba(5, 18, 39, .96));
}

.gp-buyer-process > header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #6d82a2;
  font: 600 .54rem/1.4 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-buyer-process > header b { color: var(--gp-cyan); font-weight: 600; }

.gp-buyer-process ol {
  display: grid;
  gap: 10px;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.gp-buyer-process li { min-width: 0; }

.gp-buyer-process button {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 37px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 13px;
  color: #8ca0be;
  background: rgba(255, 255, 255, .025);
  text-align: left;
  cursor: pointer;
  transition: transform .4s var(--gp-ease), border-color .35s ease, background-color .35s ease, color .35s ease;
}

.gp-buyer-process button > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #6f85a7;
  background: rgba(255, 255, 255, .05);
  font: 600 .54rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-buyer-process button span,
.gp-buyer-process button b,
.gp-buyer-process button small { display: block; min-width: 0; }

.gp-buyer-process button b {
  color: #d9e4f4;
  font-size: .75rem;
}

.gp-buyer-process button small {
  margin-top: 2px;
  color: #7084a2;
  font-size: .61rem;
}

.gp-buyer-process button:hover,
.gp-buyer-process button:focus-visible,
.gp-buyer-process li.is-active button,
.gp-buyer-process button.is-active {
  border-color: rgba(114, 223, 234, .3);
  color: #fff;
  background: linear-gradient(120deg, rgba(49, 92, 246, .24), rgba(114, 223, 234, .055));
  transform: translateX(5px);
}

.gp-buyer-process li.is-active button > i,
.gp-buyer-process button.is-active > i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), #5478fa 58%, var(--gp-cyan));
  box-shadow: 0 10px 24px rgba(49, 92, 246, .26);
}

.gp-buyer-answer {
  margin-top: 27px;
  padding: 21px;
  border: 1px solid rgba(114, 223, 234, .17);
  border-radius: 16px;
  background: rgba(114, 223, 234, .045);
}

.gp-buyer-answer > span {
  color: var(--gp-cyan);
  font: 600 .52rem/1.35 var(--gp-mono);
  letter-spacing: .09em;
}

.gp-buyer-answer > b {
  display: block;
  margin-top: 10px;
  color: #f1f5fd;
  font-size: .88rem;
  line-height: 1.45;
}

.gp-buyer-answer > p {
  margin: 7px 0 0;
  color: #8295b2;
  font-size: .7rem;
  line-height: 1.55;
}

/* 03 · Case study */
.gp-case {
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 14%, rgba(134, 108, 240, .065), transparent 31%),
    linear-gradient(180deg, #f7f9fc, #eef3f9);
}

.gp-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .68fr);
  gap: 18px;
  align-items: stretch;
}

.gp-case-gallery {
  position: relative;
  min-width: 0;
  min-height: 615px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 44, 81, .14);
  border-radius: 29px;
  background: var(--gp-ink);
  box-shadow: var(--gp-shadow);
}

.gp-case-gallery > .gp-photo-stack::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 25, .04), rgba(3, 11, 25, .2) 45%, rgba(3, 11, 25, .92));
  pointer-events: none;
}

.gp-case-gallery:hover .gp-photo-stack picture.is-active { transform: scale(1.035); }

.gp-case-caption {
  position: absolute;
  z-index: 3;
  left: 25px;
  right: 25px;
  bottom: 83px;
  padding: 20px 21px;
  border: 1px solid rgba(215, 230, 255, .2);
  border-radius: 17px;
  color: #fff;
  background: rgba(5, 17, 37, .77);
  backdrop-filter: blur(17px);
}

.gp-case-caption span,
.gp-case-caption b,
.gp-case-caption p { display: block; }

.gp-case-caption span {
  color: var(--gp-cyan);
  font: 600 .53rem/1.35 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-case-caption b {
  margin-top: 4px;
  color: #fff;
  font-size: 1rem;
}

.gp-case-caption p {
  max-width: 650px;
  margin: 7px 0 0;
  color: #a9b9cf;
  font-size: .73rem;
  line-height: 1.55;
}

.gp-case-photo-controls {
  position: absolute;
  z-index: 3;
  inset: auto 25px 23px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.gp-case-photo-controls button {
  min-width: 0;
  min-height: 42px;
  padding: 7px 10px;
  border: 1px solid rgba(215, 230, 255, .16);
  border-radius: 10px;
  color: #8498b7;
  background: rgba(5, 17, 37, .78);
  font: 600 .52rem/1.25 var(--gp-mono);
  letter-spacing: .05em;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform .35s var(--gp-ease), color .3s ease, border-color .3s ease, background-color .3s ease;
}

.gp-case-photo-controls button:hover,
.gp-case-photo-controls button:focus-visible,
.gp-case-photo-controls button.is-active {
  color: #fff;
  border-color: rgba(114, 223, 234, .38);
  background: linear-gradient(120deg, rgba(49, 92, 246, .78), rgba(31, 78, 118, .88));
  transform: translateY(-2px);
}

.gp-case-data {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(126, 160, 222, .18);
  border-radius: 29px;
  color: #e9f0fd;
  background:
    radial-gradient(circle at 92% 0, rgba(49, 92, 246, .24), transparent 36%),
    linear-gradient(155deg, #0b1d3a, #07152c 68%, #0d264b);
  box-shadow: 0 30px 85px rgba(7, 24, 52, .18), inset 0 1px rgba(255, 255, 255, .055);
}

.gp-case-data > header {
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  color: #7186a6;
  font: 600 .55rem/1.35 var(--gp-mono);
  letter-spacing: .09em;
}

.gp-case-data > header b { color: var(--gp-cyan); font-weight: 600; }

.gp-case-main {
  padding: 29px 27px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
}

.gp-case-main > span {
  color: #7f94b4;
  font: 600 .55rem/1.3 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-case-main strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font: 500 clamp(3.5rem, 5vw, 5.6rem)/.92 var(--gp-serif);
  letter-spacing: -.055em;
}

.gp-case-main strong small {
  color: var(--gp-cyan);
  font: 600 .7rem/1 var(--gp-mono);
  letter-spacing: 0;
}

.gp-case-main p {
  margin: 11px 0 0;
  color: #7e92b0;
  font-size: .72rem;
}

.gp-case-bars {
  display: grid;
  gap: 0;
  padding: 19px 27px 13px;
}

.gp-case-bars article {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.gp-case-bars article > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #94a7c2;
  font: 600 .56rem/1.25 var(--gp-mono);
}

.gp-case-bars article > div b { color: #edf4ff; font-weight: 600; }

.gp-case-bars article > i {
  display: block;
  height: 7px;
  margin-top: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.gp-case-bars article > i > b {
  display: block;
  width: calc(var(--value) * 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gp-blue), var(--gp-blue-2) 58%, var(--gp-cyan));
  box-shadow: 0 0 16px rgba(114, 223, 234, .28);
  transition: filter .35s ease, transform .7s var(--gp-ease);
  transform-origin: left;
}

.gp-case-bars article:hover > i > b { filter: brightness(1.2); transform: scaleY(1.35); }

.gp-case-bars article > small {
  display: block;
  margin-top: 5px;
  color: #536b8e;
  font: 500 .43rem/1.3 var(--gp-mono);
  letter-spacing: .06em;
}

.gp-case-meaning {
  margin: 0;
  padding: 19px 27px 25px;
  color: #8ea2bf;
  font-size: .76rem;
  line-height: 1.6;
}

.gp-case-meaning b { color: #e5edf9; }

.gp-proof-note {
  margin: 15px 2px 0;
  color: #7d8ba0;
  font-size: .64rem;
  line-height: 1.55;
}

.gp-mid-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, .72fr);
  gap: 28px;
  align-items: center;
  margin-top: 33px;
  padding: 27px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 0, rgba(114, 223, 234, .2), transparent 35%),
    linear-gradient(115deg, #224de8, #596ffa 55%, #756fe8);
  box-shadow: 0 28px 70px rgba(49, 92, 246, .22);
}

.gp-mid-cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -120px;
  bottom: -180px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .025), 0 0 0 90px rgba(255, 255, 255, .018);
  pointer-events: none;
}

.gp-mid-cta > * { position: relative; z-index: 1; }

.gp-mid-cta > div span {
  color: #d5e0ff;
  font: 600 .57rem/1.3 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-mid-cta > div p {
  margin: 6px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.gp-mid-cta > small {
  color: rgba(241, 246, 255, .76);
  font-size: .67rem;
  line-height: 1.55;
}

/* 04 · The Shortlist */
.gp-shortlist {
  overflow: hidden;
  color: #e6eefc;
  background:
    radial-gradient(circle at 16% 25%, rgba(134, 108, 240, .18), transparent 31%),
    radial-gradient(circle at 92% 82%, rgba(49, 92, 246, .15), transparent 33%),
    linear-gradient(145deg, #071327, #091b37 57%, #0b2448);
}

.gp-shortlist::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(114, 223, 234, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 223, 234, .04) 1px, transparent 1px);
  background-size: 68px 68px;
  pointer-events: none;
}

.gp-shortlist .gp-wrap { position: relative; }

.gp-shortlist-system {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(150, 182, 238, .21);
  border-radius: 30px;
  background: rgba(4, 14, 31, .88);
  box-shadow: var(--gp-shadow-dark), inset 0 1px rgba(255, 255, 255, .055);
}

.gp-shortlist-system > header {
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  color: #7185a5;
  font: 600 .57rem/1.35 var(--gp-mono);
  letter-spacing: .085em;
}

.gp-shortlist-system > header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gp-shortlist-system > header > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gp-mint);
  box-shadow: 0 0 0 6px rgba(125, 224, 203, .08);
  animation: gpPulse 2s ease-in-out infinite;
}

.gp-shortlist-system > header > b { color: var(--gp-cyan); font-weight: 600; }

.gp-shortlist-workspace {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  min-height: 650px;
}

.gp-shortlist-steps {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 21px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 15, 33, .78);
}

.gp-shortlist-steps button {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 31px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #7185a4;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: transform .4s var(--gp-ease), color .3s ease, border-color .3s ease, background-color .3s ease;
}

.gp-shortlist-steps button > i {
  grid-row: 1 / 3;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: #63799b;
  background: rgba(255, 255, 255, .045);
  font: 600 .5rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-shortlist-steps button span {
  min-width: 0;
  overflow: hidden;
  color: #c3d0e4;
  font: 600 .54rem/1.25 var(--gp-mono);
  letter-spacing: .045em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-shortlist-steps button small {
  min-width: 0;
  overflow: hidden;
  color: #617694;
  font-size: .55rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-shortlist-steps button:hover,
.gp-shortlist-steps button:focus-visible,
.gp-shortlist-steps button.is-active {
  border-color: rgba(114, 223, 234, .25);
  color: #fff;
  background: linear-gradient(120deg, rgba(49, 92, 246, .24), rgba(114, 223, 234, .055));
  transform: translateX(4px);
}

.gp-shortlist-steps button.is-active > i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-cyan));
  box-shadow: 0 10px 25px rgba(49, 92, 246, .25);
}

.gp-shortlist-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .77fr) minmax(420px, 1.23fr);
  grid-template-rows: auto 1fr;
  gap: 18px;
  align-content: center;
  padding: clamp(27px, 3vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(49, 92, 246, .17), transparent 30%),
    linear-gradient(150deg, rgba(13, 38, 74, .7), rgba(5, 18, 39, .8));
}

.gp-shortlist-stage::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -190px;
  bottom: -210px;
  border: 1px solid rgba(114, 223, 234, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(114, 223, 234, .018), 0 0 0 104px rgba(114, 223, 234, .013);
  pointer-events: none;
}

.gp-shortlist-stage > * { position: relative; z-index: 1; }

.gp-shortlist-actor {
  grid-column: 1 / -1;
  min-height: 164px;
  padding: 24px 25px;
  border: 1px solid rgba(161, 191, 242, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

.gp-shortlist-actor > span,
.gp-shortlist-actor > small {
  display: inline-block;
  color: var(--gp-cyan);
  font: 600 .54rem/1.35 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-shortlist-actor > small {
  float: right;
  color: #7186a6;
}

.gp-shortlist-actor h3 {
  max-width: 31ch;
  margin: 23px 0 8px;
  color: #fff;
  font: 500 clamp(1.55rem, 2.2vw, 2.35rem)/1.08 var(--gp-serif);
  letter-spacing: -.03em;
}

.gp-shortlist-actor p {
  max-width: 760px;
  margin: 0;
  color: #8fa1bb;
  font-size: .78rem;
}

.gp-entry-doors {
  display: grid;
  gap: 9px;
  align-content: start;
}

.gp-entry-doors article {
  position: relative;
  padding: 16px 17px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
  transition: transform .4s var(--gp-ease), border-color .35s ease, background-color .35s ease;
}

.gp-entry-doors article > i {
  float: left;
  margin-right: 11px;
  color: #62789a;
  font: 600 .53rem/1.4 var(--gp-mono);
  font-style: normal;
}

.gp-entry-doors article span,
.gp-entry-doors article b,
.gp-entry-doors article small { display: block; }

.gp-entry-doors article span {
  color: #8194b1;
  font: 600 .5rem/1.35 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-entry-doors article b {
  margin-top: 4px;
  color: #dce6f5;
  font-size: .73rem;
}

.gp-entry-doors article small {
  margin-top: 3px;
  color: #687d9c;
  font-size: .58rem;
}

.gp-entry-doors article.is-open {
  border-color: rgba(114, 223, 234, .34);
  background: linear-gradient(120deg, rgba(49, 92, 246, .25), rgba(114, 223, 234, .06));
  transform: translateX(6px);
}

.gp-entry-doors article.is-open::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--gp-cyan);
  box-shadow: 0 0 15px var(--gp-cyan);
}

.gp-shortlist-board {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(153, 184, 236, .16);
  border-radius: 18px;
  background: rgba(3, 13, 29, .7);
  box-shadow: 0 23px 55px rgba(0, 0, 0, .2);
}

.gp-shortlist-board > header,
.gp-shortlist-board > footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 17px;
  color: #6b81a1;
  font: 600 .5rem/1.35 var(--gp-mono);
  letter-spacing: .065em;
}

.gp-shortlist-board > header { border-bottom: 1px solid rgba(255, 255, 255, .075); }
.gp-shortlist-board > header b { color: var(--gp-cyan); font-weight: 600; }

.gp-shortlist-board ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 15px;
  list-style: none;
}

.gp-shortlist-board li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
  transition: transform .4s var(--gp-ease), border-color .35s ease, background-color .35s ease;
}

.gp-shortlist-board li > i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: #6d82a2;
  background: rgba(255, 255, 255, .05);
  font: 600 .49rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-shortlist-board li > div,
.gp-shortlist-board li b,
.gp-shortlist-board li small { min-width: 0; }

.gp-shortlist-board li b,
.gp-shortlist-board li small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.gp-shortlist-board li b { color: #dbe6f5; font-size: .69rem; }
.gp-shortlist-board li small { color: #69809f; font-size: .55rem; }

.gp-shortlist-board li em {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  color: #7287a5;
  font: 600 .44rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-shortlist-board li.is-centauri {
  border-color: rgba(114, 223, 234, .33);
  background: linear-gradient(120deg, rgba(49, 92, 246, .22), rgba(114, 223, 234, .05));
  transform: translateX(-4px);
}

.gp-shortlist-board li.is-centauri > i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-cyan));
}

.gp-shortlist-board li.is-centauri em {
  color: var(--gp-cyan);
  border-color: rgba(114, 223, 234, .24);
  background: rgba(114, 223, 234, .06);
}

.gp-shortlist-board > footer {
  border-top: 1px solid rgba(255, 255, 255, .075);
}

.gp-shortlist-board > footer b {
  color: #d6e2f3;
  font-weight: 600;
  text-align: right;
}

.gp-shortlist-system > figcaption {
  padding: 14px 24px 17px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #6a7f9f;
  font-size: .63rem;
  line-height: 1.55;
}

/* 05 · Digital proof */
.gp-proof {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(49, 92, 246, .06), transparent 29%),
    linear-gradient(180deg, #f8fafc, #f0f4fa);
}

.gp-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  gap: 18px;
  align-items: stretch;
}

.gp-proof-browser {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 47, 87, .14);
  border-radius: 29px;
  background: #fff;
  box-shadow: var(--gp-shadow);
}

.gp-proof-browser > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 53px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(17, 47, 87, .1);
  background: #edf1f7;
}

.gp-proof-browser > header p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #65758d;
  font: 500 .58rem/1 var(--gp-mono);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-proof-browser > header small {
  padding: 5px 7px;
  border-radius: 6px;
  color: #3359b8;
  background: rgba(49, 92, 246, .08);
  font: 600 .49rem/1 var(--gp-mono);
}

.gp-proof-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  min-height: 550px;
  overflow: hidden;
}

.gp-proof-page-photo {
  display: block;
  min-height: 550px;
  overflow: hidden;
  background: #d9e1eb;
}

.gp-proof-page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
  transition: transform .85s var(--gp-ease), filter .5s ease;
}

.gp-proof-browser:hover .gp-proof-page-photo img { transform: scale(1.04); filter: saturate(1); }

.gp-proof-page-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 58px);
  color: #dce8f8;
  background:
    radial-gradient(circle at 100% 0, rgba(49, 92, 246, .22), transparent 32%),
    linear-gradient(150deg, #0a1d3b, #071429);
}

.gp-proof-page-copy > span {
  color: var(--gp-cyan);
  font: 600 .57rem/1.35 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-proof-page-copy h3 {
  max-width: 14ch;
  margin: 27px 0 11px;
  color: #fff;
  font: 500 clamp(1.7rem, 2.5vw, 2.8rem)/1.02 var(--gp-serif);
  letter-spacing: -.04em;
}

.gp-proof-page-copy > p {
  margin: 0;
  color: #95a8c4;
  font-size: .82rem;
  line-height: 1.68;
}

.gp-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
}

.gp-proof-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(114, 223, 234, .18);
  border-radius: 999px;
  color: #b8c8dd;
  background: rgba(114, 223, 234, .045);
  font: 600 .48rem/1 var(--gp-mono);
  letter-spacing: .055em;
}

.gp-proof-page-copy > button,
.gp-proof-page-copy > a {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 43px;
  margin-top: 26px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(115deg, var(--gp-blue), var(--gp-blue-2) 60%, var(--gp-cyan));
  font: 700 .52rem/1.25 var(--gp-mono);
  letter-spacing: .04em;
  text-decoration: none;
}

.gp-proof-scan {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;
  width: min(340px, calc(55% - 48px));
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 15px;
  color: #fff;
  background: rgba(5, 17, 37, .77);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.gp-proof-scan span,
.gp-proof-scan b,
.gp-proof-scan small { display: block; }

.gp-proof-scan span {
  color: #8fa5c5;
  font: 600 .49rem/1.3 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-proof-scan b {
  margin-top: 7px;
  color: #fff;
  font-size: .75rem;
  line-height: 1.45;
}

.gp-proof-scan small {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: var(--gp-mint);
  font: 600 .47rem/1.3 var(--gp-mono);
}

.gp-proof-scan small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(125, 224, 203, .08);
}

.gp-proof-browser > figcaption {
  padding: 13px 18px 16px;
  border-top: 1px solid rgba(17, 47, 87, .09);
  color: #7b899d;
  font-size: .61rem;
  line-height: 1.5;
}

.gp-proof-tabs {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(17, 47, 87, .13);
  border-radius: 29px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 25px 70px rgba(8, 29, 63, .075);
}

.gp-proof-tabs button {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--gp-line);
  border-radius: 14px;
  color: #718097;
  background: rgba(246, 248, 252, .8);
  text-align: left;
  cursor: pointer;
  transition: transform .42s var(--gp-ease), border-color .35s ease, background-color .35s ease, box-shadow .35s ease;
}

.gp-proof-tabs button > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #677997;
  background: rgba(28, 64, 116, .065);
  font: 600 .53rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-proof-tabs button span,
.gp-proof-tabs button b,
.gp-proof-tabs button small { display: block; min-width: 0; }

.gp-proof-tabs button b { color: var(--gp-ink); font-size: .79rem; }
.gp-proof-tabs button small { margin-top: 3px; color: #78869b; font-size: .62rem; }

.gp-proof-tabs button:hover,
.gp-proof-tabs button:focus-visible,
.gp-proof-tabs button.is-active {
  border-color: rgba(49, 92, 246, .27);
  background: linear-gradient(120deg, rgba(49, 92, 246, .085), rgba(114, 223, 234, .045));
  box-shadow: 0 17px 35px rgba(33, 66, 128, .1);
  transform: translateX(-5px);
}

.gp-proof-tabs button.is-active > i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-cyan));
}

/* 06 · Qualification */
.gp-qualification {
  overflow: hidden;
  color: #e5edf9;
  background:
    radial-gradient(circle at 12% 72%, rgba(134, 108, 240, .17), transparent 34%),
    radial-gradient(circle at 90% 14%, rgba(49, 92, 246, .18), transparent 33%),
    linear-gradient(145deg, #061225, #081b36 57%, #0b2448);
}

.gp-qualification::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  background-image:
    linear-gradient(rgba(114, 223, 234, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 223, 234, .038) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.gp-qualification .gp-wrap { position: relative; }

.gp-qualification-room {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(151, 182, 238, .2);
  border-radius: 30px;
  background: rgba(4, 14, 31, .88);
  box-shadow: var(--gp-shadow-dark), inset 0 1px rgba(255, 255, 255, .055);
}

.gp-qualification-room > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 61px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  color: #7185a4;
  font: 600 .55rem/1.35 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-qualification-room > header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gp-qualification-room > header > div b { color: #c9d7e9; font-weight: 600; }
.gp-qualification-room > header > p { margin: 0; text-align: center; }
.gp-qualification-room > header > small { color: var(--gp-cyan); font: inherit; }

.gp-qualification-grid {
  display: grid;
  grid-template-columns: 224px minmax(340px, 1fr) minmax(300px, .76fr);
  min-height: 610px;
}

.gp-qualification-grid > nav {
  display: grid;
  gap: 7px;
  align-content: center;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .075);
  background: rgba(3, 13, 29, .68);
}

.gp-qualification-grid > nav button {
  display: grid;
  width: 100%;
  grid-template-columns: 29px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 1px 9px;
  align-items: center;
  padding: 11px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #6e83a3;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: transform .38s var(--gp-ease), color .3s ease, border-color .3s ease, background-color .3s ease;
}

.gp-qualification-grid > nav button i {
  grid-row: 1 / 3;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  color: #61789a;
  background: rgba(255, 255, 255, .045);
  font: 600 .48rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-qualification-grid > nav button span {
  color: #788dab;
  font: 600 .47rem/1.2 var(--gp-mono);
  letter-spacing: .06em;
}

.gp-qualification-grid > nav button b {
  overflow: hidden;
  color: #bccbdd;
  font: 600 .58rem/1.2 var(--gp-mono);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-qualification-grid > nav button:hover,
.gp-qualification-grid > nav button:focus-visible,
.gp-qualification-grid > nav button.is-active {
  border-color: rgba(114, 223, 234, .25);
  color: #fff;
  background: linear-gradient(120deg, rgba(49, 92, 246, .23), rgba(114, 223, 234, .05));
  transform: translateX(4px);
}

.gp-qualification-grid > nav button.is-active i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-cyan));
}

.gp-qualification-detail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(31px, 4vw, 58px);
  background: linear-gradient(145deg, rgba(12, 36, 70, .72), rgba(5, 18, 38, .76));
}

.gp-qualification-detail > span {
  color: var(--gp-cyan);
  font: 600 .57rem/1.35 var(--gp-mono);
  letter-spacing: .09em;
}

.gp-qualification-detail h3 {
  max-width: 23ch;
  margin: 28px 0 12px;
  color: #fff;
  font: 500 clamp(1.75rem, 2.45vw, 2.65rem)/1.05 var(--gp-serif);
  letter-spacing: -.035em;
}

.gp-qualification-detail > p {
  max-width: 660px;
  margin: 0;
  color: #91a4c0;
  font-size: .83rem;
}

.gp-qualification-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.gp-qualification-detail li {
  position: relative;
  padding: 11px 11px 11px 30px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 10px;
  color: #b7c6db;
  background: rgba(255, 255, 255, .027);
  font-size: .67rem;
  line-height: 1.4;
}

.gp-qualification-detail li::before {
  content: "✓";
  position: absolute;
  left: 11px;
  top: 11px;
  color: var(--gp-mint);
  font-size: .65rem;
  font-weight: 800;
}

.gp-qualification-detail > aside {
  margin-top: 25px;
  padding: 17px 18px;
  border: 1px solid rgba(134, 108, 240, .23);
  border-radius: 13px;
  background: rgba(134, 108, 240, .07);
}

.gp-qualification-detail > aside span,
.gp-qualification-detail > aside b { display: block; }

.gp-qualification-detail > aside span {
  color: #988be2;
  font: 600 .49rem/1.3 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-qualification-detail > aside b {
  margin-top: 7px;
  color: #d8dff2;
  font-size: .72rem;
  line-height: 1.45;
}

.gp-qualification-photo {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, .075);
}

.gp-qualification-photo > .gp-photo-stack::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 27, .05), rgba(3, 12, 27, .23) 53%, rgba(3, 12, 27, .9));
  pointer-events: none;
}

.gp-qualification-photo > div:last-child {
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 17px;
  border: 1px solid rgba(215, 230, 255, .2);
  border-radius: 14px;
  color: #fff;
  background: rgba(5, 17, 37, .79);
  backdrop-filter: blur(16px);
}

.gp-qualification-photo > div:last-child span,
.gp-qualification-photo > div:last-child b,
.gp-qualification-photo > div:last-child small { display: block; }

.gp-qualification-photo > div:last-child span {
  color: #899dbc;
  font: 600 .48rem/1.3 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-qualification-photo > div:last-child b {
  margin-top: 4px;
  color: var(--gp-cyan);
  font: 600 .61rem/1.35 var(--gp-mono);
  letter-spacing: .05em;
}

.gp-qualification-photo > div:last-child small {
  margin-top: 7px;
  color: #8296b4;
  font-size: .57rem;
  line-height: 1.45;
}

.gp-qualification-room > figcaption {
  padding: 14px 24px 17px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #697f9f;
  font-size: .63rem;
  line-height: 1.55;
}

/* 07 · Pilot order */
.gp-pilot {
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 24%, rgba(49, 92, 246, .065), transparent 30%),
    linear-gradient(180deg, #f8fafc, #eef3f9);
}

.gp-pilot-layout {
  display: grid;
  grid-template-columns: 335px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.gp-pilot-timeline {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 25px;
  border: 1px solid var(--gp-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 25px 70px rgba(8, 29, 63, .075);
}

.gp-pilot-timeline button {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--gp-line);
  border-radius: 14px;
  color: #708099;
  background: rgba(247, 249, 252, .8);
  text-align: left;
  cursor: pointer;
  transition: transform .42s var(--gp-ease), border-color .35s ease, background-color .35s ease, box-shadow .35s ease;
}

.gp-pilot-timeline button::after {
  content: "";
  position: absolute;
  left: 34px;
  top: calc(100% + 1px);
  width: 1px;
  height: 10px;
  background: var(--gp-line);
}

.gp-pilot-timeline button:last-child::after { display: none; }

.gp-pilot-timeline button > i {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 11px;
  color: #6b7d99;
  background: rgba(27, 62, 113, .065);
  font: 600 .53rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-pilot-timeline button span,
.gp-pilot-timeline button b,
.gp-pilot-timeline button small { display: block; min-width: 0; }

.gp-pilot-timeline button b { color: var(--gp-ink); font-size: .79rem; }
.gp-pilot-timeline button small { margin-top: 3px; color: #79879c; font-size: .61rem; }

.gp-pilot-timeline button:hover,
.gp-pilot-timeline button:focus-visible,
.gp-pilot-timeline button.is-active {
  border-color: rgba(49, 92, 246, .27);
  background: linear-gradient(120deg, rgba(49, 92, 246, .09), rgba(114, 223, 234, .045));
  box-shadow: 0 16px 34px rgba(33, 66, 128, .1);
  transform: translateX(5px);
}

.gp-pilot-timeline button.is-active > i {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-blue), var(--gp-cyan));
  box-shadow: 0 11px 25px rgba(49, 92, 246, .22);
}

.gp-pilot-stage {
  position: relative;
  min-width: 0;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 50, 89, .14);
  border-radius: 28px;
  background: var(--gp-ink);
  box-shadow: var(--gp-shadow);
}

.gp-pilot-stage > .gp-photo-stack::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 27, .12), transparent 58%),
    linear-gradient(180deg, rgba(3, 12, 27, .04), rgba(3, 12, 27, .2) 53%, rgba(3, 12, 27, .88));
  pointer-events: none;
}

.gp-pilot-stage:hover .gp-photo-stack picture.is-active { transform: scale(1.035); }

.gp-pilot-card {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 25px;
  width: min(470px, calc(100% - 50px));
  padding: 24px;
  border: 1px solid rgba(214, 229, 255, .22);
  border-radius: 19px;
  color: #e8f0fd;
  background: rgba(5, 17, 37, .84);
  box-shadow: 0 25px 55px rgba(0, 0, 0, .32);
  backdrop-filter: blur(20px) saturate(125%);
}

.gp-pilot-card > header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--gp-cyan);
  font: 600 .53rem/1.35 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-pilot-card > header b { color: #aebed4; font-weight: 600; text-align: right; }

.gp-pilot-card h3 {
  max-width: 21ch;
  margin: 24px 0 9px;
  color: #fff;
  font: 500 clamp(1.45rem, 1.9vw, 2.05rem)/1.07 var(--gp-serif);
  letter-spacing: -.03em;
}

.gp-pilot-card > p {
  margin: 0;
  color: #9aacc5;
  font-size: .77rem;
  line-height: 1.6;
}

.gp-pilot-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 23px 0 0;
}

.gp-pilot-card dl > div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

.gp-pilot-card dt,
.gp-pilot-card dd { margin: 0; }

.gp-pilot-card dt {
  color: #68809f;
  font: 600 .44rem/1.3 var(--gp-mono);
  letter-spacing: .06em;
}

.gp-pilot-card dd {
  margin-top: 5px;
  color: #d5e1f1;
  font-size: .58rem;
  line-height: 1.4;
}

.gp-pilot-stage > figcaption {
  position: absolute;
  z-index: 3;
  left: 24px;
  bottom: 24px;
  width: min(330px, calc(100% - 550px));
  color: #788ba8;
  font-size: .57rem;
  line-height: 1.5;
}

/* 08 · Method */
.gp-method {
  overflow: hidden;
  color: #e6eefc;
  background:
    radial-gradient(circle at 7% 22%, rgba(134, 108, 240, .18), transparent 31%),
    radial-gradient(circle at 92% 78%, rgba(49, 92, 246, .17), transparent 34%),
    linear-gradient(145deg, #071327, #091c38 57%, #0b2448);
}

.gp-method::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(114, 223, 234, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 223, 234, .038) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}

.gp-method .gp-wrap { position: relative; }

.gp-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gp-method-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(172, 198, 241, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .035);
  outline: none;
  transition: transform .55s var(--gp-ease), border-color .4s ease, background-color .4s ease, box-shadow .45s ease;
}

.gp-method-card figure {
  position: relative;
  aspect-ratio: 1.35;
  margin: 0;
  overflow: hidden;
  background: #0c223f;
}

.gp-method-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 34, .02), rgba(5, 16, 34, .68));
  pointer-events: none;
}

.gp-method-card picture,
.gp-method-card img {
  width: 100%;
  height: 100%;
}

.gp-method-card img {
  object-fit: cover;
  filter: saturate(.75) contrast(1.06);
  transition: transform .75s var(--gp-ease), filter .45s ease;
}

.gp-method-card figure > span {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 14px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 17, 37, .68);
  font: 600 .5rem/1 var(--gp-mono);
  letter-spacing: .07em;
  backdrop-filter: blur(10px);
}

.gp-method-card > div { padding: 24px 23px 25px; }

.gp-method-card h3 {
  min-height: 2.55em;
  margin: 0 0 10px;
  color: #fff;
  font-size: .97rem;
  line-height: 1.28;
}

.gp-method-card p {
  min-height: 5.15em;
  margin: 0;
  color: #899bb7;
  font-size: .76rem;
  line-height: 1.65;
}

.gp-method-card strong {
  display: block;
  margin-top: 21px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .085);
  color: var(--gp-cyan);
  font: 600 .48rem/1.4 var(--gp-mono);
  letter-spacing: .05em;
}

.gp-method-card:hover,
.gp-method-card:focus-visible {
  border-color: rgba(114, 223, 234, .28);
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 30px 65px rgba(0, 0, 0, .22);
  transform: translateY(-8px);
}

.gp-method-card:hover img,
.gp-method-card:focus-visible img { filter: saturate(.98) contrast(1.05); transform: scale(1.06); }

.gp-method-note {
  margin: 26px 0 0;
  padding: 19px 22px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 17px;
  color: #8396b3;
  background: rgba(255, 255, 255, .032);
  font-size: .8rem;
  line-height: 1.65;
}

.gp-method-note a {
  color: var(--gp-cyan);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* 09 · Fit */
.gp-fit {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(49, 92, 246, .06), transparent 29%),
    linear-gradient(180deg, #f8fafc, #eef3f9);
}

.gp-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gp-fit-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gp-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 68px rgba(8, 29, 63, .085);
  transition: transform .55s var(--gp-ease), border-color .4s ease, box-shadow .45s ease;
}

.gp-fit-card picture {
  display: block;
  aspect-ratio: 1.85;
  overflow: hidden;
  background: #dce4ee;
}

.gp-fit-card picture::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 52%;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 17, 37, .5));
  pointer-events: none;
}

.gp-fit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
  transition: transform .75s var(--gp-ease), filter .45s ease;
}

.gp-fit-card > div { padding: 28px 30px 31px; }

.gp-fit-card > div > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 600 .51rem/1 var(--gp-mono);
  letter-spacing: .07em;
}

.gp-fit-card.is-fit > div > span { color: #138267; background: rgba(20, 162, 126, .05); }
.gp-fit-card.is-no-fit > div > span { color: #a84e58; background: rgba(185, 72, 85, .045); }

.gp-fit-card h3 {
  max-width: 22ch;
  margin: 24px 0 17px;
  color: var(--gp-ink);
  font: 500 clamp(1.55rem, 2vw, 2.2rem)/1.07 var(--gp-serif);
  letter-spacing: -.03em;
}

.gp-fit-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-fit-card li {
  position: relative;
  padding-left: 24px;
  color: #5f6f86;
  font-size: .82rem;
  line-height: 1.55;
}

.gp-fit-card li::before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: .75rem;
  font-weight: 800;
}

.gp-fit-card.is-fit li::before { content: "✓"; color: #149675; }
.gp-fit-card.is-no-fit li::before { content: "×"; color: #ba5660; }

.gp-fit-card:hover {
  border-color: rgba(49, 92, 246, .24);
  box-shadow: 0 37px 80px rgba(8, 29, 63, .14);
  transform: translateY(-7px);
}

.gp-fit-card:hover img { filter: saturate(1); transform: scale(1.045); }

.gp-fit blockquote {
  position: relative;
  margin: 25px 0 0;
  padding: 27px 31px 27px 72px;
  border: 1px solid rgba(49, 92, 246, .14);
  border-radius: 20px;
  color: var(--gp-ink);
  background: linear-gradient(110deg, rgba(49, 92, 246, .07), rgba(255, 255, 255, .82));
  font: 500 clamp(1.18rem, 1.55vw, 1.55rem)/1.42 var(--gp-serif);
}

.gp-fit blockquote::before {
  content: "“";
  position: absolute;
  left: 26px;
  top: 18px;
  color: var(--gp-blue);
  font: 500 3.3rem/1 var(--gp-serif);
}

/* 10 · FAQ */
.gp-faq {
  overflow: visible;
  color: #e5edf9;
  background:
    radial-gradient(circle at 90% 10%, rgba(49, 92, 246, .2), transparent 31%),
    radial-gradient(circle at 8% 80%, rgba(134, 108, 240, .14), transparent 34%),
    linear-gradient(145deg, #061225, #081b36 57%, #0b2448);
}

.gp-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(114, 223, 234, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 223, 234, .038) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.gp-faq .gp-wrap { position: relative; }

.gp-faq-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(27px, 4vw, 65px);
  align-items: start;
}

.gp-faq-map {
  position: sticky;
  top: 111px;
  max-height: calc(100vh - 132px);
  padding: 25px;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(163, 193, 241, .15);
  border-radius: 23px;
  background:
    radial-gradient(circle at 100% 0, rgba(49, 92, 246, .18), transparent 33%),
    rgba(255, 255, 255, .035);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
  scrollbar-width: thin;
  scrollbar-color: rgba(114, 223, 234, .4) transparent;
}

.gp-faq-map > span {
  color: var(--gp-cyan);
  font: 600 .55rem/1.3 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-faq-map > b {
  display: block;
  margin-top: 9px;
  color: #fff;
  font: 500 1.7rem/1.1 var(--gp-serif);
}

.gp-faq-map ol {
  display: grid;
  gap: 3px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.gp-faq-map button {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  gap: 10px;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #8498b7;
  background: transparent;
  font-size: .67rem;
  text-align: left;
  cursor: pointer;
  transition: transform .3s var(--gp-ease), color .25s ease, border-color .25s ease, background-color .25s ease;
}

.gp-faq-map button i {
  color: #62799b;
  font: 600 .47rem/1 var(--gp-mono);
  font-style: normal;
}

.gp-faq-map button:hover,
.gp-faq-map button:focus-visible,
.gp-faq-map button.is-active {
  border-color: rgba(114, 223, 234, .2);
  color: #fff;
  background: linear-gradient(120deg, rgba(49, 92, 246, .2), rgba(114, 223, 234, .045));
  transform: translateX(3px);
}

.gp-faq-map button.is-active i { color: var(--gp-cyan); }

.gp-faq-map > small {
  display: block;
  margin-top: 20px;
  color: #667b9a;
  font-size: .58rem;
  line-height: 1.5;
}

.gp-faq-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.gp-faq-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(160, 190, 239, .13);
  border-radius: 17px;
  background: rgba(255, 255, 255, .032);
  transition: transform .4s var(--gp-ease), border-color .35s ease, background-color .35s ease, box-shadow .35s ease;
}

.gp-faq-item:hover,
.gp-faq-item:focus-within,
.gp-faq-item[open] {
  border-color: rgba(114, 223, 234, .27);
  background: linear-gradient(120deg, rgba(49, 92, 246, .13), rgba(114, 223, 234, .035));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .13);
  transform: translateX(-4px);
}

.gp-faq-item summary {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) 31px;
  gap: 15px;
  align-items: center;
  min-height: 84px;
  padding: 17px 21px;
  color: #dce6f5;
  cursor: pointer;
  list-style: none;
}

.gp-faq-item summary::-webkit-details-marker { display: none; }

.gp-faq-item summary > span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 11px;
  color: #7589a8;
  background: rgba(255, 255, 255, .05);
  font: 600 .5rem/1 var(--gp-mono);
}

.gp-faq-item summary > b {
  min-width: 0;
  color: #e9eff9;
  font-size: .9rem;
  line-height: 1.4;
}

.gp-faq-item summary > i {
  position: relative;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(150, 182, 236, .2);
  border-radius: 50%;
  transition: transform .4s var(--gp-ease), border-color .3s ease, background-color .3s ease;
}

.gp-faq-item summary > i::before,
.gp-faq-item summary > i::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background: var(--gp-cyan);
}

.gp-faq-item summary > i::after { transform: rotate(90deg); }

.gp-faq-item[open] summary > i {
  border-color: rgba(114, 223, 234, .35);
  background: rgba(114, 223, 234, .07);
  transform: rotate(45deg);
}

.gp-faq-item > div {
  padding: 0 69px 23px 73px;
  animation: gpFaqIn .42s var(--gp-ease) both;
}

.gp-faq-item > div p {
  max-width: 76ch;
  margin: 0;
  color: #91a4bf;
  font-size: .81rem;
  line-height: 1.75;
}

/* Contact */
.gp-contact {
  position: relative;
  padding: clamp(112px, 9vw, 164px) 0;
  overflow: hidden;
  color: #e8f0fd;
  background:
    radial-gradient(circle at 80% 26%, rgba(49, 92, 246, .3), transparent 34%),
    radial-gradient(circle at 14% 86%, rgba(134, 108, 240, .17), transparent 33%),
    linear-gradient(145deg, #040b18, #07172f 55%, #0a2348);
}

.gp-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(114, 223, 234, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 223, 234, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 82%);
  mask-image: radial-gradient(circle at center, #000, transparent 82%);
  pointer-events: none;
}

.gp-contact-stars,
.gp-contact-stars i { position: absolute; pointer-events: none; }

.gp-contact-stars { inset: 0; overflow: hidden; }

.gp-contact-stars i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 11px rgba(149, 201, 255, .95);
  animation: gpStar 4s ease-in-out infinite;
}

.gp-contact-stars i:nth-child(1) { left: 5%; top: 20%; animation-delay: -.5s; }
.gp-contact-stars i:nth-child(2) { left: 12%; top: 68%; animation-delay: -1.8s; }
.gp-contact-stars i:nth-child(3) { left: 19%; top: 36%; animation-delay: -2.7s; }
.gp-contact-stars i:nth-child(4) { left: 27%; top: 83%; animation-delay: -.9s; }
.gp-contact-stars i:nth-child(5) { left: 35%; top: 15%; animation-delay: -3.2s; }
.gp-contact-stars i:nth-child(6) { left: 43%; top: 60%; animation-delay: -1.3s; }
.gp-contact-stars i:nth-child(7) { left: 51%; top: 31%; animation-delay: -2.2s; }
.gp-contact-stars i:nth-child(8) { left: 58%; top: 77%; animation-delay: -.3s; }
.gp-contact-stars i:nth-child(9) { left: 64%; top: 10%; animation-delay: -2.9s; }
.gp-contact-stars i:nth-child(10) { left: 70%; top: 50%; animation-delay: -1.1s; }
.gp-contact-stars i:nth-child(11) { left: 76%; top: 88%; animation-delay: -3.6s; }
.gp-contact-stars i:nth-child(12) { left: 82%; top: 29%; animation-delay: -.7s; }
.gp-contact-stars i:nth-child(13) { left: 88%; top: 65%; animation-delay: -2.4s; }
.gp-contact-stars i:nth-child(14) { left: 94%; top: 19%; animation-delay: -1.6s; }
.gp-contact-stars i:nth-child(15) { left: 48%; top: 92%; animation-delay: -3.1s; }
.gp-contact-stars i:nth-child(16) { left: 8%; top: 91%; animation-delay: -2s; }

.gp-contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(540px, .76fr);
  gap: clamp(55px, 8vw, 135px);
  align-items: center;
}

.gp-contact-copy { min-width: 0; }
.gp-contact .gp-kicker { color: var(--gp-cyan); }

.gp-contact h2 {
  max-width: 17ch;
  color: #fff;
  font-size: clamp(2.75rem, 4vw, 4.5rem);
}

.gp-contact-lede {
  max-width: 630px;
  margin: 28px 0 0;
  color: #aabbd1;
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  line-height: 1.72;
}

.gp-signature {
  max-width: 590px;
  margin-top: 31px;
  padding: 22px 23px;
  border: 1px solid rgba(169, 198, 244, .14);
  border-radius: 17px;
  background: rgba(255, 255, 255, .035);
}

.gp-signature span,
.gp-signature b,
.gp-signature p { display: block; }

.gp-signature span {
  color: var(--gp-cyan);
  font: 600 .54rem/1.3 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-signature b { margin-top: 7px; color: #fff; font-size: 1rem; }
.gp-signature p { margin: 5px 0 0; color: #8498b5; font-size: .75rem; }

.gp-email {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
  color: #fff;
  font-size: clamp(.95rem, 1.2vw, 1.16rem);
  font-weight: 800;
  text-decoration: none;
}

.gp-email span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--gp-cyan);
  border-radius: 50%;
  color: var(--gp-cyan);
  transition: transform .38s var(--gp-ease), background-color .3s ease;
}

.gp-email:hover span,
.gp-email:focus-visible span { background: rgba(114, 223, 234, .08); transform: translate(3px, -3px); }

.gp-contact-limit {
  max-width: 620px;
  margin: 25px 0 0;
  color: #778ba9;
  font-size: .72rem;
  line-height: 1.65;
}

.gp-contact-limit b { color: #aebed5; }

.gp-contact-form {
  min-width: 0;
  padding: clamp(27px, 3vw, 43px);
  border: 1px solid rgba(187, 208, 247, .18);
  border-radius: 29px;
  background:
    radial-gradient(circle at 100% 0, rgba(49, 92, 246, .16), transparent 34%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 38px 95px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .055);
  backdrop-filter: blur(20px);
}

.gp-contact-form > header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.gp-contact-form > header > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--gp-cyan);
  font: 600 .55rem/1.35 var(--gp-mono);
  letter-spacing: .075em;
}

.gp-contact-form > header > div b { color: #9aacc5; font-weight: 600; }

.gp-contact-form > header p {
  margin: 10px 0 0;
  color: #8194b1;
  font-size: .7rem;
}

.gp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.gp-contact-form > label,
.gp-form-grid label {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin-top: 15px;
}

.gp-form-grid label { margin-top: 0; }

.gp-contact-form label > span {
  color: #a9bad0;
  font-size: .69rem;
  font-weight: 700;
  text-decoration: none;
}

.gp-contact-form input:not([type="checkbox"]),
.gp-contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(180, 204, 244, .16);
  border-radius: 12px;
  color: #edf4ff;
  background: rgba(4, 15, 34, .57);
  outline: 0;
  transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.gp-contact-form input:not([type="checkbox"]) {
  min-height: 50px;
  padding: 0 14px;
}

.gp-contact-form textarea {
  min-height: 108px;
  padding: 13px 14px;
  line-height: 1.55;
  resize: vertical;
}

.gp-contact-form input::placeholder,
.gp-contact-form textarea::placeholder { color: #607491; opacity: 1; }

.gp-contact-form input:not([type="checkbox"]):focus,
.gp-contact-form textarea:focus {
  border-color: rgba(114, 223, 234, .48);
  background: rgba(5, 19, 42, .72);
  box-shadow: 0 0 0 4px rgba(114, 223, 234, .07);
}

.gp-consent {
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 11px !important;
  align-items: start;
}

.gp-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--gp-blue);
}

.gp-consent > span {
  color: #8194b1 !important;
  font-size: .62rem !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.gp-consent a { color: var(--gp-cyan); text-underline-offset: 3px; }
.gp-contact-form > .gp-btn { width: 100%; margin-top: 22px; border: 0; }

.gp-form-status {
  min-height: 1.3em;
  margin: 12px 0 0;
  color: var(--gp-mint);
  font-size: .67rem;
  text-align: center;
}

.gp-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* Footer */
.gp-footer {
  color: #96a7c0;
  background: #030916;
}

.gp-footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.25fr) minmax(220px, .75fr) minmax(180px, .55fr);
  gap: clamp(35px, 7vw, 105px);
  padding-top: 64px;
  padding-bottom: 48px;
}

.gp-footer-grid > div p {
  margin: 13px 0 0;
  color: #657995;
  font-size: .76rem;
}

.gp-footer-brand {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.gp-footer-brand span { color: #8fa7ff; }

.gp-footer-grid nav {
  display: grid;
  gap: 10px;
  align-content: start;
}

.gp-footer-grid nav a {
  width: max-content;
  max-width: 100%;
  color: #8395af;
  font-size: .72rem;
  line-height: 1.45;
  text-decoration: none;
  transition: color .25s ease, transform .3s var(--gp-ease);
}

.gp-footer-grid nav a:hover,
.gp-footer-grid nav a:focus-visible { color: #fff; transform: translateX(3px); }

.gp-footer-bottom {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .075);
  color: #536985;
  font: 500 .58rem/1.4 var(--gp-mono);
  letter-spacing: .06em;
}

/* Food distribution components */
.gp-food-buyer,
.gp-product-search,
.gp-order-fit,
.gp-marketing-proof,
.gp-route-section { position: relative; }

.gp-route-node.is-client { border-color: rgba(114, 223, 234, .2); }
.gp-route-node.is-new { border-color: rgba(255, 180, 92, .48); }

.gp-hero-direction {
  max-width: 62ch;
  margin: 18px 0 0;
  padding: 13px 16px;
  border: 1px solid rgba(114, 223, 234, .19);
  border-radius: 14px;
  color: #9eb0ca;
  background: rgba(7, 24, 52, .46);
  font-size: .73rem;
  line-height: 1.55;
}

.gp-hero-direction b { color: #fff; font-weight: 700; }

.gp-food-search .gp-request-mini {
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 180, 92, .13), transparent 28%),
    linear-gradient(180deg, rgba(7, 24, 52, .98), rgba(4, 15, 33, .99));
}

.gp-food-search .gp-request-mini > header b { color: var(--gp-warm); }

.gp-demand-equation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 17px 22px;
  border-bottom: 1px solid rgba(18, 50, 92, .12);
  color: var(--gp-text);
  background: #f8faff;
}

.gp-demand-equation > span {
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(49, 92, 246, .12);
  border-radius: 12px;
  background: #fff;
}

.gp-demand-equation small {
  color: #7a8aa2;
  font: 600 .48rem/1 var(--gp-mono);
  letter-spacing: .1em;
}

.gp-demand-equation b {
  min-width: 0;
  overflow: hidden;
  color: #14305a;
  font: 700 .68rem/1.25 var(--gp-sans);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gp-demand-equation > i {
  color: var(--gp-blue);
  font: 500 1.4rem/1 var(--gp-serif);
}

.gp-proof-photo-stack {
  position: relative;
  inset: auto;
  min-width: 0;
  min-height: 550px;
}

.gp-proof-photo-stack .gp-proof-page-photo {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

/* Exclusive route visual: demand becomes a possible stop only after review. */
.gp-route-system {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(159, 190, 242, .22);
  border-radius: 30px;
  color: #dce8fa;
  background: #07162d;
  box-shadow: var(--gp-shadow-dark), inset 0 1px rgba(255, 255, 255, .055);
}

.gp-route-system > header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(6, 20, 42, .94);
}

.gp-route-system > header > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.gp-route-system > header i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gp-cyan);
  box-shadow: 0 0 0 6px rgba(114, 223, 234, .08), 0 0 22px rgba(114, 223, 234, .5);
}

.gp-route-system > header span,
.gp-route-system > header b {
  font: 600 .58rem/1.35 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-route-system > header span { color: #9db0ce; }
.gp-route-system > header b { color: var(--gp-cyan); text-align: right; }

.gp-route-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(390px, .74fr);
  min-height: 700px;
}

.gp-route-map {
  position: relative;
  min-width: 0;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
  border-right: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 78% 28%, rgba(114, 223, 234, .1), transparent 24%),
    radial-gradient(circle at 12% 84%, rgba(49, 92, 246, .22), transparent 30%),
    linear-gradient(150deg, #0b2343, #07162d 65%);
}

.gp-route-map::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .27;
  background-image:
    linear-gradient(rgba(136, 167, 211, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(136, 167, 211, .11) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 96%);
}

.gp-route-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 17, 37, .08), transparent 50%, rgba(5, 17, 37, .42));
}

.gp-route-origin-photo {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 22px;
  width: min(27%, 230px);
  aspect-ratio: 1.5;
  overflow: hidden;
  border: 1px solid rgba(205, 225, 255, .23);
  border-radius: 15px;
  background: #0b1d38;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
}

.gp-route-origin-photo::after {
  content: "ORIGEN DE LA RUTA";
  position: absolute;
  inset: auto 0 0;
  padding: 8px 10px;
  color: #dce8fa;
  background: linear-gradient(transparent, rgba(3, 13, 28, .94));
  font: 600 .45rem/1 var(--gp-mono);
  letter-spacing: .08em;
}

.gp-route-origin-photo img { width: 100%; height: 100%; object-fit: cover; }

.gp-route-map > svg {
  position: absolute;
  z-index: 0;
  inset: 48px 20px 64px;
  width: calc(100% - 40px);
  height: calc(100% - 112px);
  overflow: visible;
}

.gp-map-roads path {
  fill: none;
  stroke: rgba(159, 186, 224, .12);
  stroke-width: 9;
  stroke-linecap: round;
}

.gp-route-glow,
.gp-route-current,
.gp-route-extension {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gp-route-glow { stroke: #315cf6; stroke-width: 17; opacity: .34; }
.gp-route-current { stroke: url(#gpRouteGlow); stroke-width: 5; stroke-dasharray: 12 10; animation: gpRouteFlow 2.8s linear infinite; }
.gp-route-extension { stroke: var(--gp-warm); stroke-width: 5; stroke-dasharray: 14 10; opacity: .92; transition: stroke-dashoffset 1s var(--gp-ease), opacity .45s ease; animation: gpRouteFlow 2.5s linear infinite reverse; }

.gp-route-hub,
.gp-route-node,
.gp-route-signal,
.gp-route-van {
  position: absolute;
  z-index: 4;
}

.gp-route-hub,
.gp-route-node {
  display: grid;
  gap: 1px;
  min-width: 112px;
  padding: 10px 11px 9px 34px;
  border: 1px solid rgba(205, 225, 255, .2);
  border-radius: 12px;
  color: #dce8fa;
  background: rgba(5, 19, 40, .9);
  box-shadow: 0 13px 30px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  transition: transform .55s var(--gp-ease), border-color .45s ease, background .45s ease, box-shadow .45s ease;
}

.gp-route-hub > i,
.gp-route-node > i {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 11px;
  height: 11px;
  border: 3px solid #07162d;
  border-radius: 50%;
  background: var(--gp-cyan);
  box-shadow: 0 0 0 4px rgba(114, 223, 234, .12), 0 0 17px rgba(114, 223, 234, .42);
}

.gp-route-hub span,
.gp-route-node span { font: 700 .52rem/1.2 var(--gp-mono); letter-spacing: .05em; }
.gp-route-hub small,
.gp-route-node small { color: #7489a9; font-size: .53rem; line-height: 1.25; }

.gp-route-hub { left: 9%; top: 69%; }
.gp-route-node.n1 { left: 25%; top: 42%; }
.gp-route-node.n2 { left: 49%; top: 20%; }
.gp-route-node.n3 { left: 68%; top: 45%; }
.gp-route-node.n4 { left: 46%; top: 65%; }
.gp-route-node.n5 { right: 3%; bottom: 10%; border-color: rgba(255, 180, 92, .48); }
.gp-route-node.n5 > i { background: var(--gp-warm); box-shadow: 0 0 0 4px rgba(255, 180, 92, .12), 0 0 20px rgba(255, 180, 92, .48); }

.gp-route-signal {
  display: flex;
  max-width: 190px;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(114, 223, 234, .22);
  border-radius: 10px;
  color: #a9bdd8;
  background: rgba(6, 23, 48, .86);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
  font-size: .53rem;
  line-height: 1.35;
  transition: opacity .42s ease, transform .55s var(--gp-ease), border-color .42s ease;
}

.gp-route-signal i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--gp-cyan);
  animation: gpPulse 2s ease-in-out infinite;
}

.gp-route-signal.s1 { left: 4%; top: 10%; }
.gp-route-signal.s2 { right: 6%; top: 10%; }
.gp-route-signal.s3 { right: 5%; bottom: 27%; }

.gp-route-van {
  left: 14%;
  top: 62%;
  width: 44px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px 9px 6px 6px;
  background: linear-gradient(135deg, #fff, #cfe6ff);
  box-shadow: 0 0 0 5px rgba(49, 92, 246, .14), 0 9px 24px rgba(0, 0, 0, .42);
  transition: left .95s var(--gp-ease), top .95s var(--gp-ease), transform .55s var(--gp-ease);
}

.gp-route-van::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 4px;
  width: 11px;
  height: 8px;
  border-radius: 2px 5px 1px 1px;
  background: #5a7fab;
}

.gp-route-van > span { position: absolute; left: 5px; top: 7px; width: 17px; height: 3px; border-radius: 5px; background: var(--gp-blue); box-shadow: 0 6px var(--gp-cyan); }
.gp-route-van > i { position: absolute; bottom: -5px; width: 9px; height: 9px; border: 2px solid #a8c0dc; border-radius: 50%; background: #07162d; }
.gp-route-van > i:nth-of-type(1) { left: 6px; }
.gp-route-van > i:nth-of-type(2) { right: 6px; }

.gp-route-legend {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  pointer-events: none;
}

.gp-route-legend span { display: flex; align-items: center; gap: 6px; color: #6882a7; font: 600 .43rem/1 var(--gp-mono); letter-spacing: .05em; }
.gp-route-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--gp-cyan); }
.gp-route-legend .is-current { background: var(--gp-cyan); }
.gp-route-legend .is-request { background: var(--gp-warm); }
.gp-route-legend .is-review { background: var(--gp-violet); }
.gp-route-legend .is-possible { background: var(--gp-mint); }

.gp-route-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background:
    radial-gradient(circle at 90% 4%, rgba(134, 108, 240, .16), transparent 26%),
    linear-gradient(180deg, #091c38, #06142a);
}

.gp-route-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.gp-route-steps button {
  display: grid;
  min-width: 0;
  min-height: 62px;
  place-items: center;
  gap: 5px;
  padding: 8px 4px;
  border: 1px solid rgba(193, 214, 247, .12);
  border-radius: 10px;
  color: #778baa;
  background: rgba(255, 255, 255, .025);
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease, background .3s ease, transform .38s var(--gp-ease);
}

.gp-route-steps button:hover,
.gp-route-steps button:focus-visible { transform: translateY(-3px); color: #fff; border-color: rgba(114, 223, 234, .36); }
.gp-route-steps button.is-active { color: #fff; border-color: rgba(114, 223, 234, .44); background: linear-gradient(145deg, rgba(49, 92, 246, .24), rgba(114, 223, 234, .09)); box-shadow: inset 0 1px rgba(255, 255, 255, .08); }
.gp-route-steps i { color: var(--gp-cyan); font: 600 .48rem/1 var(--gp-mono); }
.gp-route-steps span { max-width: 100%; overflow: hidden; font: 700 .42rem/1 var(--gp-mono); letter-spacing: .03em; text-overflow: ellipsis; }

.gp-route-card {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 27px 25px 23px;
  border: 1px solid rgba(197, 219, 250, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.gp-route-card-top,
.gp-route-card footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.gp-route-card-top span,
.gp-route-card-top b,
.gp-route-card footer span,
.gp-route-card footer b { font: 600 .5rem/1.35 var(--gp-mono); letter-spacing: .07em; }
.gp-route-card-top span { color: var(--gp-cyan); }
.gp-route-card-top b { color: #6f86a9; }
.gp-route-card h3 { max-width: 16ch; margin: 24px 0 11px; color: #fff; font: 500 clamp(1.55rem, 2.2vw, 2.25rem)/1.03 var(--gp-serif); letter-spacing: -.035em; }
.gp-route-card > p { margin: 0 0 18px; color: #91a5c1; font-size: .72rem; line-height: 1.65; }

.gp-route-query {
  display: grid;
  gap: 7px;
  padding: 14px 15px;
  border: 1px solid rgba(114, 223, 234, .16);
  border-radius: 12px;
  background: #fff;
}
.gp-route-query span { color: #4285f4; font: 700 .47rem/1 var(--gp-mono); letter-spacing: .08em; }
.gp-route-query b { color: #243b5c; font-size: .68rem; line-height: 1.42; }

.gp-route-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 16px 0; }
.gp-route-card dl div { min-width: 0; padding: 11px 12px; border: 1px solid rgba(193, 214, 247, .1); border-radius: 10px; background: rgba(255, 255, 255, .025); }
.gp-route-card dt { color: #5f779b; font: 600 .43rem/1 var(--gp-mono); letter-spacing: .06em; }
.gp-route-card dd { margin: 7px 0 0; color: #c9d8ed; font-size: .62rem; line-height: 1.35; }
.gp-route-card footer { margin-top: auto; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .09); }
.gp-route-card footer span { color: #61789a; }
.gp-route-card footer b { max-width: 75%; color: var(--gp-warm); text-align: right; }
.gp-route-panel > .gp-btn { justify-content: center; width: 100%; }
.gp-route-system > figcaption { padding: 14px 20px 17px; border-top: 1px solid rgba(255, 255, 255, .08); color: #6f83a3; font-size: .62rem; line-height: 1.55; }

html.js .gp-route-system.is-route-0 .gp-route-extension,
html.js .gp-route-system.is-route-1 .gp-route-extension,
html.js .gp-route-system.is-route-2 .gp-route-extension,
html.js .gp-route-system.is-route-3 .gp-route-extension { stroke-dashoffset: 125; opacity: .22; }
html.js .gp-route-system.is-route-0 .gp-route-node.n5,
html.js .gp-route-system.is-route-1 .gp-route-node.n5 { opacity: .5; transform: scale(.94); }
.gp-route-system.is-route-1 .gp-route-van { left: 28%; top: 42%; }
.gp-route-system.is-route-2 .gp-route-van { left: 49%; top: 22%; }
.gp-route-system.is-route-3 .gp-route-van { left: 69%; top: 45%; }
.gp-route-system.is-route-4 .gp-route-van { left: 76%; top: 64%; transform: rotate(5deg); }
.gp-route-system.is-route-2 .gp-route-signal.s1,
.gp-route-system.is-route-3 .gp-route-signal.s1,
.gp-route-system.is-route-4 .gp-route-signal.s1 { border-color: rgba(255, 180, 92, .5); transform: translateY(-4px); }
.gp-route-system.is-route-3 .gp-route-node.n5 { border-color: rgba(134, 108, 240, .65); box-shadow: 0 0 0 6px rgba(134, 108, 240, .08), 0 16px 38px rgba(0, 0, 0, .3); }
.gp-route-system.is-route-4 .gp-route-node.n5 { border-color: rgba(125, 224, 203, .7); background: rgba(9, 48, 54, .92); box-shadow: 0 0 0 7px rgba(125, 224, 203, .08), 0 18px 45px rgba(0, 0, 0, .34); transform: scale(1.04); }
.gp-route-system.is-route-4 .gp-route-node.n5 > i { background: var(--gp-mint); box-shadow: 0 0 0 5px rgba(125, 224, 203, .12), 0 0 24px rgba(125, 224, 203, .5); }

@keyframes gpRouteFlow { to { stroke-dashoffset: -44; } }

/* Focus and reveal safety */
.gp-page :where(a, button, summary, input, textarea):focus-visible {
  outline: 2px solid var(--gp-cyan);
  outline-offset: 3px;
}

[data-reveal],
[data-reveal-child] {
  opacity: 1;
  transform: none;
}

html.js [data-reveal-state="pending"] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .85s var(--gp-ease);
  transition-delay: calc(var(--i, 0) * 70ms);
}

html.js [data-reveal-state="visible"] {
  opacity: 1;
  transform: none;
}

html.js [data-reveal-child][data-reveal-state="pending"] { transform: translateY(22px) scale(.99); }

/* Motion */
@keyframes gpPulse {
  0%, 100% { opacity: .65; box-shadow: 0 0 0 0 rgba(114, 223, 234, .24); }
  50% { opacity: 1; box-shadow: 0 0 0 7px rgba(114, 223, 234, 0); }
}

@keyframes gpAurora {
  from { transform: translate3d(-3%, 0, 0) rotate(-8deg) scale(.96); opacity: .7; }
  to { transform: translate3d(4%, -4%, 0) rotate(-4deg) scale(1.05); opacity: 1; }
}

@keyframes gpTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-9%); }
}

@keyframes gpFaqIn {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: none; }
}

@keyframes gpStar {
  0%, 100% { opacity: .18; transform: scale(.72); }
  50% { opacity: .95; transform: scale(1.35); }
}

/* Wide desktop and 1366 px laptops */
@media (max-width: 1500px) {
  .gp-wrap { width: min(1390px, calc(100% - 64px)); }

  .gp-hero-grid {
    grid-template-columns: minmax(440px, .88fr) minmax(590px, 1.12fr);
    gap: 42px;
  }

  .gp-engine-search { min-height: 655px; }
  .gp-search-window { inset: 23px 22px 100px; }
  .gp-search-controls { inset-inline: 22px; }
  .gp-engine-search > figcaption { inset-inline: 22px; }
}

@media (max-width: 1320px) {
  .gp-page .cp-nav-shell { width: calc(100% - 38px); }
  .gp-page .cp-desktop-nav { gap: 15px; }
  .gp-page .cp-nav-menu { width: min(700px, calc(100% - 46px)); }

  .gp-wrap { width: min(1240px, calc(100% - 54px)); }
  .gp-section { padding-block: 112px; }

  .gp-hero {
    min-height: 0;
    padding-top: 133px;
    padding-bottom: 91px;
  }

  .gp-hero-grid {
    grid-template-columns: minmax(400px, .86fr) minmax(555px, 1.14fr);
    gap: 32px;
  }

  .gp-hero h1 { font-size: clamp(2.75rem, 3.7vw, 3.35rem); }
  .gp-engine-search { min-height: 620px; }

  .gp-search-window { inset: 20px 19px 96px; }
  .gp-search-controls { inset-inline: 19px; bottom: 42px; }
  .gp-engine-search > figcaption { inset-inline: 19px; }
  .gp-search-main { padding-inline: 15px; }
  .gp-shortlist-mini { padding-inline: 13px; }

  .gp-section-head { gap: 64px; }
  .gp-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-method-card h3,
  .gp-method-card p { min-height: 0; }
  .gp-mid-cta { grid-template-columns: minmax(250px, 1fr) auto minmax(230px, .68fr); }
}

@media (max-width: 1180px) {
  .gp-page .cp-desktop-nav { gap: 12px; }
  .gp-page .cp-nav-link,
  .gp-page .cp-nav-parent { font-size: .7rem; }
  .gp-page .cp-nav-cta { padding-inline: 16px; }

  .gp-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-hero-copy { max-width: 900px; }
  .gp-hero h1 { max-width: 24ch; font-size: clamp(3rem, 5.8vw, 4.35rem); }
  .gp-hero-promise { max-width: 760px; }
  .gp-engine-search { width: 100%; min-height: 690px; margin-top: 18px; }
  .gp-search-body { grid-template-columns: minmax(0, 1.35fr) minmax(245px, .65fr); }

  .gp-qualification-grid { grid-template-columns: 220px minmax(0, 1fr); }
  .gp-qualification-photo {
    grid-column: 1 / -1;
    min-height: 380px;
    border-top: 1px solid rgba(255, 255, 255, .075);
    border-left: 0;
  }

  .gp-qualification-photo > .gp-photo-stack img { object-position: center 45%; }

  .gp-pilot-layout { grid-template-columns: minmax(0, 1fr); }
  .gp-pilot-timeline {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    padding: 17px;
  }

  .gp-pilot-timeline button {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .gp-pilot-timeline button::after { display: none; }
  .gp-pilot-timeline button > i { width: 34px; height: 34px; }
  .gp-pilot-timeline button b { font-size: .68rem; }
  .gp-pilot-timeline button small { font-size: .53rem; }
  .gp-pilot-timeline button:hover,
  .gp-pilot-timeline button:focus-visible,
  .gp-pilot-timeline button.is-active { transform: translateY(-3px); }

  .gp-contact-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-contact-copy { max-width: 880px; }
  .gp-contact h2 { max-width: 20ch; }
  .gp-contact-form { width: min(100%, 860px); }
}

/* 1024 px and compact desktop */
@media (max-width: 1050px) {
  .gp-wrap { width: calc(100% - 48px); }

  .gp-section-head {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    gap: 42px;
  }

  .gp-section h2,
  .gp-contact h2 { font-size: clamp(2.35rem, 4.5vw, 3.25rem); }

  .gp-buyer-desk { grid-template-columns: minmax(0, 1fr); }
  .gp-buyer-photo { min-height: 585px; }
  .gp-buyer-process { border-top: 1px solid rgba(255, 255, 255, .08); }
  .gp-buyer-process ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gp-buyer-process button:hover,
  .gp-buyer-process button:focus-visible,
  .gp-buyer-process li.is-active button,
  .gp-buyer-process button.is-active { transform: translateY(-3px); }
  .gp-buyer-answer { margin-top: 18px; }

  .gp-case-grid { grid-template-columns: minmax(0, 1fr) 360px; }
  .gp-case-gallery { min-height: 590px; }
  .gp-case-main strong { font-size: 4rem; }

  .gp-shortlist-workspace { grid-template-columns: 210px minmax(0, 1fr); }
  .gp-shortlist-steps { padding: 16px; }
  .gp-shortlist-stage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
  }
  .gp-shortlist-actor { grid-column: auto; }
  .gp-entry-doors { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gp-entry-doors article.is-open { transform: translateY(-4px); }

  .gp-proof-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .gp-proof-page { grid-template-columns: minmax(0, 1fr) minmax(270px, .8fr); }
  .gp-proof-page-copy { padding: 33px; }
  .gp-proof-scan { width: min(300px, calc(52% - 38px)); }

  .gp-faq-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 28px; }
  .gp-faq-map { padding: 20px; }
}

@media (max-width: 980px) {
  .gp-page .cp-header { top: 10px; }
  .gp-page .cp-nav-shell { width: calc(100% - 30px); min-height: 66px; padding-inline: 14px 10px; }
  .gp-page .cp-mobile-menu {
    top: calc(100% + 8px);
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .gp-hero { padding-top: 116px; }
}

/* iPad and small laptops */
@media (max-width: 900px) {
  .gp-wrap { width: calc(100% - 42px); }
  .gp-section { padding-block: 96px; }

  .gp-section-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 47px;
  }

  .gp-section-head > div:last-child { max-width: 680px; padding: 0; }
  .gp-section-head > div:last-child > p { margin-bottom: 16px; }

  .gp-friction-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-friction-card { display: grid; grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr); }
  .gp-friction-card picture { min-height: 100%; aspect-ratio: auto; }
  .gp-friction-card h3 { margin-top: 20px; }

  .gp-case-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-case-data { display: grid; grid-template-columns: .82fr 1.18fr; }
  .gp-case-data > header { grid-column: 1 / -1; }
  .gp-case-main { border-right: 1px solid rgba(255, 255, 255, .085); border-bottom: 0; }
  .gp-case-bars { padding-bottom: 18px; }
  .gp-case-meaning { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, .085); }

  .gp-mid-cta { grid-template-columns: minmax(0, 1fr) auto; }
  .gp-mid-cta > small { grid-column: 1 / -1; }

  .gp-shortlist-workspace { grid-template-columns: minmax(0, 1fr); }
  .gp-shortlist-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-content: initial;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
  .gp-shortlist-steps button:hover,
  .gp-shortlist-steps button:focus-visible,
  .gp-shortlist-steps button.is-active { transform: translateY(-3px); }

  .gp-proof-layout { grid-template-columns: minmax(0, 1fr); }
  .gp-proof-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-proof-tabs button:hover,
  .gp-proof-tabs button:focus-visible,
  .gp-proof-tabs button.is-active { transform: translateY(-3px); }

  .gp-qualification-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-qualification-grid > nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
  }
  .gp-qualification-grid > nav button:hover,
  .gp-qualification-grid > nav button:focus-visible,
  .gp-qualification-grid > nav button.is-active { transform: translateY(-3px); }
  .gp-qualification-photo { grid-column: auto; }

  .gp-method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .gp-faq-layout { grid-template-columns: minmax(0, 1fr); }
  .gp-faq-map {
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  .gp-faq-map ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .gp-footer-grid { grid-template-columns: minmax(0, 1fr) repeat(2, minmax(170px, .6fr)); gap: 35px; }
}

@media (max-width: 768px) {
  .gp-wrap { width: calc(100% - 36px); }
  .gp-section { padding-block: 82px; }

  .gp-page .cp-nav-shell { width: calc(100% - 24px); border-radius: 18px; }
  .gp-page .cp-brand-copy small { display: none; }

  .gp-section h2,
  .gp-contact h2 { max-width: none; font-size: clamp(2.15rem, 8vw, 3rem); }

  .gp-hero {
    padding-top: 106px;
    padding-bottom: 78px;
  }

  .gp-hero h1 { max-width: 22ch; font-size: clamp(2.55rem, 9vw, 3.7rem); }
  .gp-hero-promise { font-size: clamp(1.28rem, 5vw, 1.7rem); }
  .gp-engine-search { min-height: 650px; border-radius: 24px; }
  .gp-search-window { inset: 16px 15px 104px; }
  .gp-search-body { grid-template-columns: minmax(0, 1fr); }
  .gp-search-main { border-right: 0; }
  .gp-shortlist-mini { display: none; }
  .gp-search-controls { inset-inline: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); bottom: 38px; }
  .gp-engine-search > figcaption { inset-inline: 15px; bottom: 10px; }

  .gp-friction-card { grid-template-columns: minmax(0, 1fr); }
  .gp-friction-card picture { aspect-ratio: 1.5; }
  .gp-scene-note { grid-template-columns: minmax(0, 1fr); gap: 8px; }

  .gp-buyer-photo { min-height: 545px; }
  .gp-buyer-screen { inset-inline: 16px; bottom: 16px; }
  .gp-buyer-process { padding: 20px; }
  .gp-buyer-process ol { grid-template-columns: minmax(0, 1fr); }
  .gp-buyer-process button:hover,
  .gp-buyer-process button:focus-visible,
  .gp-buyer-process li.is-active button,
  .gp-buyer-process button.is-active { transform: translateX(4px); }

  .gp-case-gallery { min-height: 560px; }
  .gp-case-caption { inset-inline: 16px; bottom: 78px; }
  .gp-case-photo-controls { inset-inline: 16px; bottom: 18px; }
  .gp-case-data { grid-template-columns: minmax(0, 1fr); }
  .gp-case-main { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .085); }
  .gp-case-main strong { font-size: 4.2rem; }
  .gp-case-meaning { grid-column: auto; }

  .gp-mid-cta { grid-template-columns: minmax(0, 1fr); padding: 25px; }
  .gp-mid-cta .gp-btn { width: 100%; }
  .gp-mid-cta > small { grid-column: auto; }

  .gp-shortlist-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-shortlist-stage { padding: 22px; }
  .gp-entry-doors { grid-template-columns: minmax(0, 1fr); }
  .gp-entry-doors article.is-open { transform: translateX(4px); }
  .gp-shortlist-actor > small { float: none; margin-left: 12px; }

  .gp-proof-page { grid-template-columns: minmax(0, 1fr); }
  .gp-proof-page-photo { min-height: 380px; }
  .gp-proof-page-copy { min-height: 370px; }
  .gp-proof-scan { left: 17px; bottom: calc(370px + 17px); width: calc(100% - 34px); }
  .gp-proof-tabs { grid-template-columns: minmax(0, 1fr); }

  .gp-qualification-room > header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
    padding-block: 13px;
  }
  .gp-qualification-room > header > p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .gp-qualification-grid > nav { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 15px; }
  .gp-qualification-detail { padding: 31px 24px; }
  .gp-qualification-detail ul { grid-template-columns: minmax(0, 1fr); }
  .gp-qualification-photo { min-height: 390px; }

  .gp-pilot-timeline { grid-template-columns: minmax(0, 1fr); }
  .gp-pilot-timeline button:hover,
  .gp-pilot-timeline button:focus-visible,
  .gp-pilot-timeline button.is-active { transform: translateX(4px); }
  .gp-pilot-stage { min-height: 680px; }
  .gp-pilot-card { inset-inline: 17px; right: auto; bottom: 41px; width: auto; }
  .gp-pilot-stage > figcaption { left: 18px; right: 18px; bottom: 15px; width: auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  .gp-method-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-method-card { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1fr); }
  .gp-method-card figure { height: 100%; aspect-ratio: auto; }

  .gp-fit-grid { grid-template-columns: minmax(0, 1fr); }
  .gp-fit blockquote { padding-left: 61px; }

  .gp-faq-map ol { grid-template-columns: minmax(0, 1fr); }
  .gp-faq-item summary { grid-template-columns: 34px minmax(0, 1fr) 29px; gap: 11px; min-height: 78px; padding-inline: 15px; }
  .gp-faq-item summary > span { width: 34px; height: 34px; }
  .gp-faq-item summary > i { width: 29px; height: 29px; }
  .gp-faq-item > div { padding: 0 55px 21px 60px; }

  .gp-contact { padding-block: 94px; }
  .gp-contact-grid { gap: 48px; }
  .gp-contact-form { padding: 27px 22px; }
  .gp-form-grid { grid-template-columns: minmax(0, 1fr); }

  .gp-footer-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Phones, including 390 px */
@media (max-width: 560px) {
  .gp-wrap { width: calc(100% - 30px); }
  .gp-section { padding-block: 72px; }
  .gp-section-head { gap: 20px; margin-bottom: 38px; }

  .gp-page .cp-brand { gap: 9px; }
  .gp-page .cp-brand-mark { width: 34px; height: 34px; }
  .gp-page .cp-brand-copy b { font-size: .8rem; }

  .gp-kicker { margin-bottom: 15px; font-size: .6rem; }
  .gp-section h2,
  .gp-contact h2 { font-size: clamp(2rem, 10.7vw, 2.75rem); line-height: 1.02; }

  .gp-text-link { align-items: flex-start; font-size: .79rem; line-height: 1.5; }
  .gp-text-link span { width: 27px; height: 27px; }

  .gp-hero { padding-top: 99px; padding-bottom: 73px; }
  .gp-breadcrumbs { margin-bottom: 25px; font-size: .55rem; }
  .gp-hero h1 { font-size: clamp(2.42rem, 12vw, 3.15rem); line-height: .97; }
  .gp-hero-lede { font-size: .95rem; }
  .gp-hero-audience span { font-size: .48rem; }
  .gp-actions { display: grid; }
  .gp-btn { width: 100%; min-height: 52px; padding-inline: 18px; font-size: .81rem; }

  .gp-engine-search { min-height: 620px; margin-top: 8px; }
  .gp-search-window { inset: 12px 11px 103px; border-radius: 16px; }
  .gp-search-window > header { grid-template-columns: auto minmax(0, 1fr); gap: 9px; padding-inline: 11px; }
  .gp-search-window > header small { display: none; }
  .gp-search-main { padding: 17px 11px; }
  .gp-google-word { margin-bottom: 11px; }
  .gp-search-meta { font-size: .4rem; }
  .gp-serp-results article { padding: 8px; }
  .gp-serp-results .gp-serp-owned { padding-right: 8px; transform: none; }
  .gp-serp-owned em { position: static; width: max-content; margin-top: 6px; transform: none; }
  .gp-engine-search:hover .gp-serp-owned { transform: none; }
  .gp-search-controls { inset-inline: 11px; gap: 5px; }
  .gp-search-controls button { min-height: 42px; padding-inline: 8px; }
  .gp-engine-search > figcaption { inset-inline: 11px; font-size: .49rem; }

  .gp-friction-card > div { padding: 23px 21px 24px; }
  .gp-scene-note { padding: 20px; }

  .gp-buyer-desk,
  .gp-case-gallery,
  .gp-case-data,
  .gp-shortlist-system,
  .gp-proof-browser,
  .gp-proof-tabs,
  .gp-qualification-room,
  .gp-pilot-timeline,
  .gp-pilot-stage,
  .gp-fit-card,
  .gp-contact-form { border-radius: 22px; }

  .gp-buyer-photo { min-height: 510px; }
  .gp-buyer-screen { inset-inline: 11px; bottom: 11px; padding: 18px 16px 16px; }
  .gp-buyer-screen h3 { font-size: 1.5rem; }
  .gp-buyer-screen > footer { display: grid; gap: 3px; }
  .gp-buyer-screen > footer b { text-align: left; }
  .gp-buyer-process { padding: 17px; }
  .gp-buyer-process > header { display: grid; }

  .gp-case-gallery { min-height: 545px; }
  .gp-case-caption { left: 11px; right: 11px; bottom: 76px; padding: 17px; }
  .gp-case-photo-controls { left: 11px; right: 11px; bottom: 17px; }
  .gp-case-photo-controls button { padding-inline: 5px; font-size: .44rem; }
  .gp-case-data > header,
  .gp-case-main,
  .gp-case-bars,
  .gp-case-meaning { padding-inline: 20px; }
  .gp-case-main strong { font-size: 3.65rem; }
  .gp-mid-cta { padding: 22px 20px; }

  .gp-shortlist-system > header { align-items: flex-start; min-height: 0; padding-block: 15px; }
  .gp-shortlist-system > header > div { align-items: flex-start; }
  .gp-shortlist-steps { padding: 11px; gap: 5px; }
  .gp-shortlist-steps button { grid-template-columns: 27px minmax(0, 1fr); padding: 8px; }
  .gp-shortlist-steps button > i { width: 27px; height: 27px; }
  .gp-shortlist-steps button small { display: none; }
  .gp-shortlist-stage { padding: 15px; gap: 12px; }
  .gp-shortlist-actor { min-height: 0; padding: 20px; }
  .gp-shortlist-actor > small { display: block; float: none; margin: 4px 0 0; }
  .gp-shortlist-actor h3 { margin-top: 19px; font-size: 1.65rem; }
  .gp-shortlist-board li { grid-template-columns: 28px minmax(0, 1fr); }
  .gp-shortlist-board li > em { grid-column: 2; width: max-content; }
  .gp-shortlist-board > footer { display: grid; }
  .gp-shortlist-board > footer b { text-align: left; }

  .gp-proof-page-photo { min-height: 325px; }
  .gp-proof-page-copy { min-height: 350px; padding: 27px 22px; }
  .gp-proof-page-copy h3 { font-size: 2rem; }
  .gp-proof-scan { left: 11px; bottom: calc(350px + 11px); width: calc(100% - 22px); padding: 14px; }
  .gp-proof-tabs { padding: 15px; }

  .gp-qualification-room > header { padding-inline: 16px; }
  .gp-qualification-room > header > div b { font-size: .49rem; }
  .gp-qualification-grid > nav { padding: 10px; gap: 4px; }
  .gp-qualification-grid > nav button { padding: 8px; grid-template-columns: 26px minmax(0, 1fr); }
  .gp-qualification-grid > nav button i { width: 26px; height: 26px; }
  .gp-qualification-detail { padding: 28px 19px; }
  .gp-qualification-detail h3 { font-size: 1.85rem; }
  .gp-qualification-photo { min-height: 360px; }
  .gp-qualification-photo > div:last-child { inset-inline: 12px; bottom: 12px; }

  .gp-pilot-timeline { padding: 13px; }
  .gp-pilot-stage { min-height: 720px; }
  .gp-pilot-card { left: 11px; right: 11px; bottom: 41px; padding: 19px; }
  .gp-pilot-card > header { display: grid; }
  .gp-pilot-card > header b { text-align: left; }
  .gp-pilot-card dl { grid-template-columns: minmax(0, 1fr); }

  .gp-method-card { grid-template-columns: minmax(0, 1fr); }
  .gp-method-card figure { aspect-ratio: 1.45; }
  .gp-method-card > div { padding: 22px 20px 24px; }

  .gp-fit-card > div { padding: 24px 21px 27px; }
  .gp-fit blockquote { padding: 23px 20px 23px 52px; font-size: 1.12rem; }
  .gp-fit blockquote::before { left: 18px; top: 17px; font-size: 2.7rem; }

  .gp-faq-map { padding: 19px 16px; }
  .gp-faq-item summary { grid-template-columns: 31px minmax(0, 1fr) 27px; gap: 9px; min-height: 74px; padding: 13px 11px; }
  .gp-faq-item summary > span { width: 31px; height: 31px; }
  .gp-faq-item summary > b { font-size: .78rem; }
  .gp-faq-item summary > i { width: 27px; height: 27px; }
  .gp-faq-item > div { padding: 0 42px 19px 51px; }
  .gp-faq-item > div p { font-size: .74rem; }

  .gp-contact-grid { gap: 40px; }
  .gp-contact h2 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .gp-email { max-width: 100%; overflow-wrap: anywhere; }
  .gp-contact-form { padding: 23px 16px; }
  .gp-contact-form > header > div { display: grid; gap: 4px; }

  .gp-footer-grid { padding-top: 50px; padding-bottom: 38px; }
  .gp-footer-bottom { display: grid; gap: 5px; align-content: center; padding-block: 15px; }
}

@media (max-width: 390px) {
  .gp-wrap { width: calc(100% - 26px); }
  .gp-page .cp-nav-shell { width: calc(100% - 18px); }
  .gp-page .cp-brand-copy b { font-size: .75rem; }

  .gp-hero h1 { font-size: 2.38rem; }
  .gp-engine-search { min-height: 610px; }
  .gp-search-box span { font-size: .59rem; }
  .gp-serp-results article > b { font-size: .6rem; }
  .gp-search-controls button span { font-size: .45rem; }

  .gp-case-main strong { font-size: 3.35rem; }
  .gp-shortlist-steps button span { font-size: .48rem; }
  .gp-proof-page-copy h3 { font-size: 1.86rem; }
  .gp-qualification-grid > nav button b { font-size: .52rem; }
  .gp-pilot-card h3 { font-size: 1.55rem; }
}

@media (max-height: 640px) and (min-width: 981px) {
  .gp-page .cp-nav-menu {
    top: 89px;
    max-height: calc(100vh - 94px);
    padding: 8px;
  }

  .gp-page .cp-nav-menu a {
    min-height: 51px;
    padding-block: 7px;
  }

  .gp-page .cp-nav-menu span { font-size: .56rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .gp-page *,
  .gp-page *::before,
  .gp-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  html.js [data-reveal-state="pending"] {
    opacity: 1;
    transform: none;
  }

  html.js .gp-route-system .gp-route-extension {
    opacity: .92;
    stroke-dashoffset: 0;
  }
}

/* Route visual is intentionally overridden after the shared responsive layer. */
@media (max-width: 1180px) {
  .gp-route-workspace { grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); }
  .gp-route-card { padding-inline: 20px; }
  .gp-route-origin-photo { width: 24%; }
}

@media (max-width: 980px) {
  .gp-route-workspace { grid-template-columns: minmax(0, 1fr); }
  .gp-route-map { min-height: 650px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .gp-route-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; }
  .gp-route-steps { grid-template-columns: minmax(0, 1fr); align-content: start; }
  .gp-route-steps button { grid-template-columns: 30px minmax(0, 1fr); min-height: 48px; place-items: center start; padding-inline: 12px; }
  .gp-route-panel > .gp-btn { grid-column: 1 / -1; }
  .gp-route-card h3 { max-width: 20ch; }
}

@media (max-width: 768px) {
  .gp-demand-equation { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 12px; }
  .gp-demand-equation > i { display: none; }
  .gp-demand-equation > span { padding: 9px; }
  .gp-demand-equation b { font-size: .58rem; }
  .gp-proof-photo-stack { min-height: 390px; }

  .gp-route-system { border-radius: 23px; }
  .gp-route-system > header { align-items: flex-start; }
  .gp-route-map { min-height: 610px; }
  .gp-route-panel { grid-template-columns: minmax(0, 1fr); }
  .gp-route-steps { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .gp-route-steps button { grid-template-columns: minmax(0, 1fr); min-height: 58px; place-items: center; padding-inline: 3px; }
  .gp-route-card { min-height: 490px; }
  .gp-route-origin-photo { width: 31%; }
  .gp-route-hub,
  .gp-route-node { min-width: 100px; padding-left: 31px; }
  .gp-route-signal { max-width: 158px; }
}

@media (max-width: 560px) {
  .gp-hero-direction { font-size: .68rem; }
  .gp-demand-equation { grid-template-columns: minmax(0, 1fr); }
  .gp-demand-equation > span { grid-template-columns: 82px minmax(0, 1fr); align-items: center; }
  .gp-proof-photo-stack { min-height: 325px; }

  .gp-route-system > header { display: grid; gap: 7px; padding: 14px 15px; }
  .gp-route-system > header b { text-align: left; }
  .gp-route-map { min-height: 680px; }
  .gp-route-map > svg { inset: 45px 8px 65px; width: calc(100% - 16px); height: calc(100% - 110px); opacity: .78; }
  .gp-route-origin-photo { left: 12px; bottom: 12px; width: 39%; }
  .gp-route-legend { left: 12px; right: 12px; top: 13px; justify-content: flex-start; gap: 7px 12px; }
  .gp-route-legend span { font-size: .38rem; }
  .gp-route-hub,
  .gp-route-node { min-width: 88px; padding: 8px 8px 8px 27px; }
  .gp-route-hub > i,
  .gp-route-node > i { left: 9px; top: 11px; }
  .gp-route-hub span,
  .gp-route-node span { font-size: .48rem; }
  .gp-route-hub small,
  .gp-route-node small { font-size: .49rem; }
  .gp-route-hub { left: 5%; top: 72%; }
  .gp-route-node.n1 { left: 13%; top: 46%; }
  .gp-route-node.n2 { left: 43%; top: 22%; }
  .gp-route-node.n3 { right: 4%; left: auto; top: 44%; }
  .gp-route-node.n4 { left: 43%; top: 61%; }
  .gp-route-node.n5 { right: 3%; bottom: 13%; }
  .gp-route-signal { max-width: 145px; padding: 7px 8px; font-size: .45rem; }
  .gp-route-signal.s1 { left: 3%; top: 15%; }
  .gp-route-signal.s2 { right: 3%; top: 8%; }
  .gp-route-signal.s3 { right: 3%; bottom: 29%; }
  .gp-route-van { left: 10%; top: 65%; transform: scale(.86); }
  .gp-route-system.is-route-1 .gp-route-van { left: 22%; top: 46%; }
  .gp-route-system.is-route-2 .gp-route-van { left: 47%; top: 25%; }
  .gp-route-system.is-route-3 .gp-route-van { left: 70%; top: 46%; }
  .gp-route-system.is-route-4 .gp-route-van { left: 68%; top: 64%; transform: scale(.86) rotate(5deg); }
  .gp-route-panel { padding: 14px; }
  .gp-route-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gp-route-steps button { min-height: 55px; }
  .gp-route-card { min-height: 510px; padding: 24px 19px 20px; }
  .gp-route-card h3 { font-size: 1.75rem; }
  .gp-route-card dl { grid-template-columns: minmax(0, 1fr); }
  .gp-route-system > figcaption { padding-inline: 15px; font-size: .56rem; }

  .gp-faq-map { padding: 17px 15px 14px; overflow: hidden; }
  .gp-faq-map > b { margin-top: 6px; font-size: 1.32rem; }
  .gp-faq-map ol {
    display: flex;
    gap: 7px;
    margin-top: 14px;
    padding-bottom: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .gp-faq-map li { flex: 0 0 auto; scroll-snap-align: start; }
  .gp-faq-map button { width: auto; min-height: 38px; padding-inline: 11px; white-space: nowrap; }
  .gp-faq-map button:hover,
  .gp-faq-map button:focus-visible,
  .gp-faq-map button.is-active { transform: translateY(-2px); }
  .gp-faq-map > small { margin-top: 7px; font-size: .51rem; }
}

@media (min-width: 1051px) and (max-height: 800px) {
  .gp-hero { min-height: 0; padding-top: 108px; padding-bottom: 62px; }
  .gp-breadcrumbs { margin-bottom: 17px; }
  .gp-hero h1 { font-size: clamp(2.75rem, 3.25vw, 3.75rem); }
  .gp-hero-promise { margin-top: 17px; }
  .gp-hero-lede { margin-top: 13px; line-height: 1.52; }
  .gp-hero-direction { margin-top: 10px; padding-block: 10px; }
  .gp-hero-audience { margin-top: 12px; }
  .gp-actions { margin-top: 18px; }
  .gp-honesty { margin-top: 12px; }
  .gp-engine-search { min-height: 640px; }
}

@media (forced-colors: active) {
  .gp-page .cp-nav-shell,
  .gp-page .cp-nav-menu,
  .gp-engine-search,
  .gp-buyer-desk,
  .gp-case-data,
  .gp-shortlist-system,
  .gp-route-system,
  .gp-proof-browser,
  .gp-qualification-room,
  .gp-pilot-stage,
  .gp-contact-form { border: 1px solid CanvasText; }

  .gp-btn,
  .gp-page button { forced-color-adjust: auto; }
}

@supports not (overflow: clip) {
  html,
  body.gp-page { overflow-x: hidden; }
}

/* V2 · Una oferta comercial clara y escenas que cuentan lo que ocurre. */
.gp-v2 { --gp-ease-out: cubic-bezier(.16,1,.3,1); }
.gp-v2 .gp-section { padding-block: 92px; }
.gp-v2 .gp-hero h1 { max-width: 19ch; font-size: clamp(3rem,4.15vw,4.65rem); line-height: .99; }
.gp-v2 .gp-hero-promise { font-size: clamp(1.35rem,1.65vw,1.7rem); line-height: 1.25; }
.gp-v2 .gp-hero-direction { font-size: .92rem; line-height: 1.6; }
.gp-v2 .gp-honesty { font-size: .82rem; }
.gp-v2 .gp-section-head { position: relative; grid-template-columns: minmax(0,1.4fr) minmax(300px,.75fr); gap: 54px; align-items: center; padding-bottom: 24px; }
.gp-v2 .gp-section-head::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: linear-gradient(90deg,#567fff80,#72dfea44,transparent); transform: scaleX(.15); transform-origin: left; transition: transform 1.4s var(--gp-ease-out); }
.gp-v2 .is-in-view .gp-section-head::after { transform: scaleX(1); }
.gp-v2 .gp-section h2, .gp-v2 .gp-contact h2 { max-width: 31ch; font-size: clamp(2.15rem,3vw,3.15rem); line-height: 1.07; }
.gp-v2 .gp-section-head > div:last-child > p { font-size: 1rem; line-height: 1.65; margin-bottom: 20px; }
.gp-v2 .gp-section-head .gp-btn { min-height: 52px; padding: 6px 8px 6px 22px; font-size: .84rem; }
.gp-v2 .gp-btn { gap: 18px; min-height: 56px; padding: 7px 8px 7px 23px; isolation: isolate; }
.gp-v2 .gp-btn > span { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; border: 1px solid #ffffff44; border-radius: 50%; background: #ffffff18; font-size: 1.15rem; transition: transform .55s var(--gp-ease-out),background-color .4s ease,color .4s ease; }
.gp-v2 .gp-btn:hover > span, .gp-v2 .gp-btn:focus-visible > span { transform: rotate(45deg); background: #fff; color: #315cf6; }
.gp-v2 .gp-btn:active { transform: translateY(0) scale(.98); }
.gp-v2 .gp-btn-light > span { border-color: #315cf644; background: #315cf610; }
.gp-v2 .is-in-view .gp-btn::before { animation: gpCtaArrival 1.8s var(--gp-ease-out) .4s 1; }
.gp-v2 .gp-btn:hover::before { animation: none; }
.gp-v2 .gp-mid-cta { position: relative; overflow: hidden; border: 1px solid #a7bcff66; background: radial-gradient(ellipse at 95% 100%,#72dfea66,transparent 52%),linear-gradient(115deg,#284ecc,#6379ed); }
.gp-v2 .gp-mid-cta::before { content: ''; position: absolute; width: 45%; height: 180%; right: -5%; top: -40%; transform: rotate(25deg); border-left: 1px solid #ffffff33; border-right: 1px solid #ffffff22; pointer-events: none; transition: transform 1.2s var(--gp-ease-out); }
.gp-v2 .gp-mid-cta:hover::before { transform: translateX(-35px) rotate(25deg); }
.gp-v2 .gp-mid-cta > * { position: relative; }
.gp-v2 .gp-friction-card, .gp-v2 .gp-method-card { transition: transform .65s var(--gp-ease-out),box-shadow .65s ease,border-color .4s ease; }
.gp-v2 .gp-friction-card:hover, .gp-v2 .gp-friction-card:focus-visible, .gp-v2 .gp-method-card:hover, .gp-v2 .gp-method-card:focus-visible { transform: translateY(-9px); box-shadow: 0 28px 60px #07152e24; }
.gp-v2 .gp-friction-card picture img, .gp-v2 .gp-method-card figure img { transition: transform 1.15s var(--gp-ease-out),filter .7s ease; }
.gp-v2 .gp-friction-card:hover img, .gp-v2 .gp-method-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.gp-v2 .gp-friction-card strong, .gp-v2 .gp-method-card strong { transition: letter-spacing .6s var(--gp-ease-out),color .4s ease; }
.gp-v2 .gp-friction-card:hover strong, .gp-v2 .gp-method-card:hover strong { letter-spacing: .075em; }
.gp-v2 .is-in-view .gp-photo-stack picture.is-active img { animation: gpPhotoDrift 10s ease-in-out infinite alternate; }
.gp-v2 .is-switching .gp-proof-page-copy, .gp-v2 .is-switching .gp-buyer-answer, .gp-v2 .is-switching .gp-route-card, .gp-v2 .is-switching .gp-pilot-verdict { animation: gpPanelExchange .65s var(--gp-ease-out); }

/* Google: el resultado cambia de posición; el producto no cambia durante el ascenso. */
.gp-v2 .gp-engine-search { min-height: 800px; border-radius: 28px; }
.gp-v2 .gp-search-window { inset: 18px 18px 94px; border-radius: 17px; background: #fff; }
.gp-v2 .gp-search-window > header { min-height: 32px; padding-inline: 12px; gap: 9px; }
.gp-v2 .gp-search-window > header p { font: 500 .63rem/1.2 var(--gp-sans); }
.gp-v2 .gp-search-window > header small { font-size: .58rem; }
.gp-v2 .gp-search-body { display: flex; flex-direction: column; flex: 1; }
.gp-v2 .gp-search-main { display: grid; grid-template-columns: 82px minmax(0,1fr); grid-template-rows: 42px 30px 24px 350px 45px; column-gap: 10px; padding: 12px 15px 0; border: 0; background: #fff; }
.gp-v2 .gp-google-word { align-self: center; margin: 0; }
.gp-v2 .gp-google-word img { display: block; width: 82px; height: auto; object-fit: contain; }
.gp-v2 .gp-search-box { min-height: 40px; padding-inline: 13px 30px; border-color: #e0e3e7; box-shadow: 0 2px 9px #20212410; }
.gp-v2 .gp-search-box span { font: 400 .76rem/1.3 Arial,sans-serif; white-space: normal; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gp-v2 [data-google-stage="search"] .gp-search-box span::after { content: '|'; color: #4285f4; animation: gpCaret .65s step-end infinite; }
.gp-v2 .gp-google-tabs { grid-column: 1/-1; display: flex; gap: 21px; align-items: stretch; padding-left: 92px; border-bottom: 1px solid #ebebeb; color: #5f6368; font: 12px/29px Arial,sans-serif; }
.gp-v2 .gp-google-tabs b { color: #1a73e8; border-bottom: 2px solid #1a73e8; font-weight: 500; }
.gp-v2 .gp-search-meta { grid-column: 1/-1; margin: 6px 0; font-size: .6rem; }
.gp-v2 .gp-serp-results { position: relative; display: block; grid-column: 1/-1; height: 350px; overflow: hidden; }
.gp-v2 .gp-serp-results article { position: absolute; top: 0; left: 0; width: 100%; padding: 8px 10px; margin: 0; border-radius: 8px; background: #fff; transition: transform 1.1s cubic-bezier(.22,1,.36,1),opacity .8s ease,background-color .8s ease,box-shadow .8s ease; }
.gp-v2 .gp-serp-results article small { display: flex; align-items: center; gap: 6px; min-width: 0; color: #3c4043; font: 11px/16px Arial,sans-serif; white-space: nowrap; }
.gp-v2 .gp-serp-results article small > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gp-v2 .gp-serp-results article small > i { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; border: 1px solid #dadce0; border-radius: 50%; color: #5f6368; background: #f1f3f4; font: 700 10px/1 Arial,sans-serif; }
.gp-v2 .gp-serp-results article > b { display: -webkit-box; margin: 3px 0 2px; color: #1a0dab; font: 400 15px/1.22 Arial,sans-serif; letter-spacing: -.015em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gp-v2 .gp-serp-results article > p { margin: 3px 0 0; color: #4d5156; font: 400 12px/1.38 Arial,sans-serif; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gp-v2 .gp-serp-results .gp-serp-owned { z-index: 2; height: 164px; border: 1px solid #aac0ff; background: #f7faff; opacity: 1; box-shadow: 0 8px 20px #315cf615; transform: translateY(0); }
.gp-v2 .gp-serp-owned small > i { background: #315cf6; color: #fff; border-color: #315cf6; }
.gp-v2 .gp-serp-owned em { position: static; display: inline-flex; gap: 5px; margin-top: 5px; padding: 3px 5px; transform: none; color: #365bcc; background: #edf3ff; border-color: #bacdf666; font: 600 9px/1.2 var(--gp-sans); letter-spacing: .02em; }
.gp-v2 .gp-serp-sitelinks { display: flex; gap: 18px; margin-top: 6px; color: #1a0dab; font: 12px/1.2 Arial,sans-serif; }
.gp-v2 .gp-serp-owned em i { width: auto; height: auto; background: none; color: inherit; }
.gp-v2 .gp-serp-rival { height: 88px; opacity: .64; }
.gp-v2 .gp-serp-rival small > span { color: #70757a; }
.gp-v2 .gp-serp-rival > p { -webkit-line-clamp: 1 !important; }
.gp-v2 .gp-serp-rival-one { transform: translateY(170px); }
.gp-v2 .gp-serp-rival-two { transform: translateY(262px); }
.gp-v2 [data-google-rank="3"] .gp-serp-owned { transform: translateY(186px); box-shadow: none; background: #fff; border-color: #e6eaf2; }
.gp-v2 [data-google-rank="3"] .gp-serp-rival-one { transform: translateY(0); opacity: .95; }
.gp-v2 [data-google-rank="3"] .gp-serp-rival-two { transform: translateY(92px); opacity: .95; }
.gp-v2 [data-google-rank="2"] .gp-serp-owned { transform: translateY(92px); }
.gp-v2 [data-google-rank="2"] .gp-serp-rival-one { transform: translateY(0); opacity: .85; }
.gp-v2 [data-google-rank="2"] .gp-serp-rival-two { transform: translateY(262px); }
.gp-v2 .gp-rank-story { position: relative; grid-column: 1/-1; display: flex; flex-direction: column; justify-content: center; gap: 3px; padding: 5px 2px; border-top: 1px solid #e9eef7; overflow: hidden; }
.gp-v2 .gp-rank-story > span { color: #315cf6; font: 700 9px/1.2 var(--gp-mono); letter-spacing: .06em; }
.gp-v2 .gp-rank-story > b { color: #465570; font: 500 11px/1.35 var(--gp-sans); }
.gp-v2 .gp-rank-story > i { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg,#315cf6,#72dfea); transform: scaleX(.2); transform-origin: left; transition: transform 1.2s ease; }
.gp-v2 [data-google-stage="rise"] .gp-rank-story > i { transform: scaleX(.5); }
.gp-v2 [data-google-stage="found"] .gp-rank-story > i { transform: scaleX(.75); }
.gp-v2 [data-google-stage="contact"] .gp-rank-story > i { transform: scaleX(1); }
.gp-v2 .gp-food-search .gp-request-mini { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 10px; flex: 1; min-height: 132px; margin: 0; padding: 12px 16px; border: 0; border-top: 1px solid #d8e3f5; background: #edf4ff; color: #17243e; transition: background-color .6s ease; }
.gp-v2 .gp-mail-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#315cf6,#6ea6ed); font-size: 20px; box-shadow: 0 5px 14px #315cf62b; }
.gp-v2 .gp-mail-content { min-width: 0; }
.gp-v2 .gp-mail-content > header { display: flex; gap: 8px; align-items: center; justify-content: space-between; margin-bottom: 4px; font: 600 8px/1.2 var(--gp-mono); color: #61708a; }
.gp-v2 .gp-mail-content > header > b { color: #265fc7; background: #d5e5ff; border-radius: 4px; padding: 3px 5px; }
.gp-v2 .gp-mail-content > p { display: block; margin: 3px 0; color: #5c6b80; font: 400 11px/1.4 var(--gp-sans); }
.gp-v2 .gp-mail-content > p > strong { color: #263954; font-weight: 700; }
.gp-v2 .gp-mail-content > p > small { margin-left: 9px; color: #6e7f95; font-size: 9px; }
.gp-v2 .gp-mail-content > b { display: block; color: #10284d; font-size: 12px; line-height: 1.3; }
.gp-v2 .gp-mail-content > footer { display: flex; align-items: center; gap: 5px; margin-top: 6px; color: #547090; font: 600 8px/1.2 var(--gp-mono); }
.gp-v2 .gp-mail-content > footer > i { width: 5px; height: 5px; border-radius: 50%; background: #5e8df5; }
.gp-v2 [data-google-stage="search"] .gp-mail-content, .gp-v2 [data-google-stage="compare"] .gp-mail-content, .gp-v2 [data-google-stage="rise"] .gp-mail-content, .gp-v2 [data-google-stage="found"] .gp-mail-content { opacity: .38; filter: saturate(.5); }
.gp-v2 [data-google-stage="contact"] .gp-mail-content { animation: gpMailArrival .9s var(--gp-ease-out); }
.gp-v2 [data-google-stage="contact"] .gp-mail-avatar { animation: gpMailIcon .8s var(--gp-ease-out); }
.gp-v2 .gp-search-controls { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 4px; inset-inline: 18px; bottom: 37px; }
.gp-v2 .gp-search-controls button { min-height: 42px; padding: 6px 3px; gap: 3px; flex-direction: column; }
.gp-v2 .gp-search-controls button i { font-size: 9px; }
.gp-v2 .gp-search-controls button span { font-size: 8px; letter-spacing: .01em; }
.gp-v2 .gp-engine-search > figcaption { inset-inline: 18px; bottom: 13px; font-size: 9px; line-height: 1.35; }

/* FAQ: contenido útil, selección inequívoca y acordeón de altura real. */
.gp-v2 .gp-faq-layout { grid-template-columns: 310px minmax(0,1fr); gap: 48px; align-items: start; }
.gp-v2 .gp-faq-map { top: 116px; padding: 23px; border-color: #789cff45; background: radial-gradient(ellipse at 0 0,#315cf62b,transparent 75%),#0c1d36; box-shadow: 0 20px 60px #020b1a30; }
.gp-v2 .gp-faq-map-header { display: flex; justify-content: space-between; gap: 10px; align-items: center; color: #8fabc9; font: 600 9px/1.3 var(--gp-mono); }
.gp-v2 .gp-faq-map-header b { color: #839ab6; font-size: 10px; }
.gp-v2 .gp-faq-map-header i { color: #72dfea; font-style: normal; }
.gp-v2 .gp-faq-map > b { display: block; min-height: 58px; margin-top: 20px; font: 500 1.65rem/1.1 var(--gp-serif); color: #fff; }
.gp-v2 .gp-faq-preview { min-height: 62px; margin: 8px 0 18px; color: #afc3de; font-size: .82rem; line-height: 1.55; }
.gp-v2 .gp-faq-map ol { max-height: 330px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #385786 transparent; padding-right: 5px; }
.gp-v2 .gp-faq-map button { min-height: 34px; padding: 7px 8px; font-size: .72rem; }
.gp-v2 .gp-faq-map button.is-active { color: #fff; background: linear-gradient(90deg,#315cf649,#315cf608); border-color: #537cea55; }
.gp-v2 .gp-faq-map button.is-reading:not(.is-active) { border-left-color: #72dfea70; }
.gp-v2 .gp-faq-contact { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding: 13px 0 2px; border-top: 1px solid #779bc32a; color: #72dfea; text-decoration: none; font-size: .82rem; font-weight: 700; }
.gp-v2 .gp-faq-contact span { transition: transform .45s var(--gp-ease-out); }
.gp-v2 .gp-faq-contact:hover span { transform: translate(3px,-3px); }
.gp-v2 .gp-faq-item { border-color: #5b7fae2e; background: #ffffff03; transition: border-color .5s ease,background-color .5s ease,box-shadow .5s ease; }
.gp-v2 .gp-faq-item[open] { border-color: #6b94ef85; background: linear-gradient(115deg,#142c50,#10223b); box-shadow: 0 12px 34px #010a1826; }
.gp-v2 .gp-faq-item summary { min-height: 88px; padding: 20px 24px; }
.gp-v2 .gp-faq-item summary > b { font-size: 1rem; line-height: 1.45; }
.gp-v2 .gp-faq-item summary > span { border-color: #6d93c33d; }
.gp-v2 .gp-faq-item[open] summary > span { color: #72dfea; background: #72dfea0d; box-shadow: 0 0 22px #72dfea0b; }
.gp-v2 .gp-faq-item > div { padding: 0 30px 27px 80px; animation: none; }
.gp-v2 .gp-faq-item > div p { max-width: 72ch; color: #bfcee1; font-size: 1rem; line-height: 1.8; }
.gp-v2 .gp-contact h2 { max-width: 24ch; }
.gp-v2 .gp-delivery-desk { margin-top: 28px; overflow: hidden; border: 1px solid #7299d64d; border-radius: 22px; background: radial-gradient(ellipse at 95% 0,#315cf626,transparent 70%),#0a1c34; }
.gp-v2 .gp-delivery-desk > header { display: flex; justify-content: space-between; padding: 17px 24px; border-bottom: 1px solid #789bca26; color: #9db5d5; font: 600 10px/1.2 var(--gp-mono); letter-spacing: .08em; }
.gp-v2 .gp-delivery-desk > header b { color: #72dfea; }
.gp-v2 .gp-delivery-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; padding: 13px 20px; }
.gp-v2 .gp-delivery-tabs button { min-height: 42px; border: 1px solid #779acc2b; border-radius: 8px; color: #9db4d2; background: #ffffff03; font: 600 12px/1.2 var(--gp-sans); cursor: pointer; transition: color .3s ease,background-color .3s ease,border-color .3s ease,transform .4s var(--gp-ease-out); }
.gp-v2 .gp-delivery-tabs button:hover, .gp-v2 .gp-delivery-tabs button.is-active { color: #fff; border-color: #7396f099; background: #315cf638; transform: translateY(-2px); }
.gp-v2 .gp-delivery-body { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 45px; padding: 25px 30px 30px; }
.gp-v2 .gp-delivery-body small { color: #72dfea; font: 600 10px/1.2 var(--gp-mono); letter-spacing: .07em; }
.gp-v2 .gp-delivery-body h3 { margin: 12px 0; color: #fff; font: 500 1.8rem/1.12 var(--gp-serif); }
.gp-v2 .gp-delivery-body p { margin: 0; color: #a7bad3; font-size: .92rem; line-height: 1.65; }
.gp-v2 .gp-delivery-body dl { display: grid; gap: 0; margin: 0; align-self: start; border: 1px solid #86a4d632; border-radius: 12px; background: #07172b; overflow: hidden; }
.gp-v2 .gp-delivery-body dl > div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 16px; padding: 17px; border-bottom: 1px solid #86a4d61c; }
.gp-v2 .gp-delivery-body dl > div:last-child { border: 0; }
.gp-v2 .gp-delivery-body dt { align-self: center; color: #7897bf; font: 600 9px/1.3 var(--gp-mono); }
.gp-v2 .gp-delivery-body dd { margin: 0; color: #d6e3f5; font-size: .82rem; line-height: 1.5; overflow-wrap: anywhere; }
.gp-v2 .gp-delivery-desk > footer { display: flex; justify-content: space-between; gap: 20px; padding: 18px 30px; border-top: 1px solid #789bca26; color: #7d96b8; font-size: .76rem; }
.gp-v2 .gp-delivery-desk > footer a { flex-shrink: 0; color: #72dfea; text-decoration: none; font-weight: 700; }
.gp-v2 .gp-delivery-desk > footer i { margin-left: 12px; font-style: normal; }
.gp-v2 .gp-delivery-desk.is-switching .gp-delivery-body { animation: gpPanelExchange .65s var(--gp-ease-out); }

@keyframes gpCtaArrival { 0% { transform: translateX(-135%); } 70%,100% { transform: translateX(135%); } }
@keyframes gpPanelExchange { from { opacity: .5; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes gpPhotoDrift { from { transform: scale(1.015); } to { transform: scale(1.06); } }
@keyframes gpMailArrival { from { opacity: .35; transform: translateY(15px); } to { opacity: 1; transform: none; } }
@keyframes gpMailIcon { 0% { transform: scale(.85) rotate(-8deg); } 65% { transform: scale(1.13) rotate(4deg); } 100% { transform: none; } }
@keyframes gpCaret { 50% { opacity: 0; } }

@media (min-width:1181px) { .gp-v2 .gp-hero-grid { grid-template-columns: minmax(0,.91fr) minmax(0,1.09fr); gap: 42px; align-items: center; } }
@media (min-width:1051px) and (max-height:800px) { .gp-v2 .gp-hero h1 { font-size: clamp(2.8rem,3.65vw,3.7rem); } .gp-v2 .gp-hero-grid { align-items: start; } .gp-v2 .gp-hero-copy { padding-top: 16px; } .gp-v2 .gp-engine-search { min-height: 800px; } }
@media (max-width:1180px) { .gp-v2 .gp-engine-search { max-width: 820px; min-height: 800px; margin-inline: auto; } .gp-v2 .gp-hero h1 { max-width: 21ch; } }
@media (max-width:900px) {
 .gp-v2 .gp-delivery-body { grid-template-columns: minmax(0,1fr); gap: 22px; }
 .gp-v2 .gp-section-head { grid-template-columns: minmax(0,1fr); gap: 22px; }
 .gp-v2 .gp-section h2 { max-width: 31ch; font-size: clamp(2.1rem,4.9vw,2.9rem); }
 .gp-v2 .gp-faq-layout { grid-template-columns: minmax(0,1fr); gap: 24px; }
 .gp-v2 .gp-faq-map { position: relative; top: auto; padding: 18px; }
 .gp-v2 .gp-faq-map > b { min-height: 0; margin-top: 9px; }
 .gp-v2 .gp-faq-preview { min-height: 0; margin-block: 7px 10px; }
 .gp-v2 .gp-faq-map ol { display: flex; max-height: none; overflow-x: auto; overflow-y: hidden; gap: 7px; margin-top: 12px; padding: 0 0 5px; }
 .gp-v2 .gp-faq-map li { flex: 0 0 auto; }
 .gp-v2 .gp-faq-map button { width: auto; white-space: nowrap; min-height: 39px; }
 .gp-v2 .gp-faq-contact { display: none; }
}
@media (max-width:560px) {
 .gp-v2 .gp-section { padding-block: 72px; }
 .gp-v2 .gp-serp-sitelinks { gap: 9px; font-size: 10px; }
 .gp-v2 .gp-delivery-desk > header { padding-inline: 15px; font-size: 8px; }
 .gp-v2 .gp-delivery-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 12px; }
 .gp-v2 .gp-delivery-tabs button { font-size: 11px; }
 .gp-v2 .gp-delivery-body { padding: 16px; }
 .gp-v2 .gp-delivery-body dl > div { grid-template-columns: minmax(0,1fr); gap: 6px; padding: 14px; }
 .gp-v2 .gp-delivery-desk > footer { flex-direction: column; padding: 16px; gap: 12px; }
 .gp-v2 .gp-hero h1 { font-size: 2.75rem; max-width: 19ch; }
 .gp-v2 .gp-hero-lede { font-size: 1rem; }
 .gp-v2 .gp-hero-direction { font-size: .85rem; }
 .gp-v2 .gp-hero-promise { font-size: 1.3rem; }
 .gp-v2 .gp-section h2, .gp-v2 .gp-contact h2 { font-size: 2.05rem; line-height: 1.12; }
 .gp-v2 .gp-section-head .gp-btn { width: auto; max-width: 100%; font-size: .8rem; }
 .gp-v2 .gp-engine-search { min-height: 850px; border-radius: 21px; }
 .gp-v2 .gp-search-window { inset: 10px 9px 124px; }
 .gp-v2 .gp-search-window > header { padding-inline: 9px; }
 .gp-v2 .gp-search-window > header small { display: none; }
 .gp-v2 .gp-search-main { grid-template-columns: 62px minmax(0,1fr); grid-template-rows: 50px 29px 23px 350px 55px; column-gap: 8px; padding: 8px 9px 0; }
 .gp-v2 .gp-google-word img { width: 62px; }
 .gp-v2 .gp-search-box { padding-left: 10px; }
 .gp-v2 .gp-search-box span { font-size: 11px; }
 .gp-v2 .gp-google-tabs { padding-left: 0; gap: 20px; font-size: 11px; }
 .gp-v2 .gp-search-meta { font-size: 8px; }
 .gp-v2 .gp-serp-results { height: 350px; }
 .gp-v2 .gp-serp-results article { display: block; padding-inline: 8px; }
 .gp-v2 .gp-serp-results article small { font-size: 9px; }
 .gp-v2 .gp-serp-results article small > span { max-width: 238px; }
 .gp-v2 .gp-serp-results article > b { font-size: 13px; }
 .gp-v2 .gp-serp-results article > p { font-size: 11px; }
 .gp-v2 .gp-serp-results .gp-serp-owned { height: 164px; }
 .gp-v2 .gp-serp-owned em { font-size: 8px; }
 .gp-v2 .gp-rank-story > b { font-size: 10px; }
 .gp-v2 .gp-rank-story > span { font-size: 8px; }
 .gp-v2 .gp-food-search .gp-request-mini { min-height: 159px; padding: 10px 9px; grid-template-columns: 27px minmax(0,1fr); gap: 8px; }
 .gp-v2 .gp-mail-avatar { width: 27px; height: 30px; font-size: 17px; }
 .gp-v2 .gp-mail-content > p { font-size: 10px; }
 .gp-v2 .gp-mail-content > b { font-size: 11px; }
 .gp-v2 .gp-mail-content > p > small { display: none; }
 .gp-v2 .gp-search-controls { grid-template-columns: repeat(3,minmax(0,1fr)); inset-inline: 9px; bottom: 37px; }
 .gp-v2 .gp-search-controls button { min-height: 36px; flex-direction: row; gap: 5px; }
 .gp-v2 .gp-engine-search > figcaption { bottom: 10px; inset-inline: 12px; font-size: 8px; }
 .gp-v2 .gp-faq-map { padding: 16px; }
 .gp-v2 .gp-faq-map > b { font-size: 1.4rem; }
 .gp-v2 .gp-faq-preview { font-size: .75rem; line-height: 1.4; }
 .gp-v2 .gp-faq-map > small { font-size: .62rem; }
 .gp-v2 .gp-faq-item summary { grid-template-columns: 29px minmax(0,1fr) 27px; gap: 9px; padding: 16px 12px; }
 .gp-v2 .gp-faq-item summary > b { font-size: .9rem; line-height: 1.5; }
 .gp-v2 .gp-faq-item > div { padding: 0 18px 24px 50px; }
 .gp-v2 .gp-faq-item > div p { font-size: .94rem; line-height: 1.75; }
}
@media (prefers-reduced-motion:reduce) {
 .gp-v2 *, .gp-v2 *::before, .gp-v2 *::after { animation: none !important; transition-duration: .01ms !important; }
 .gp-v2 .gp-section-head::after { transform: none; }
}

/* Caso industrial: resultado comunicado, sin inventar una serie temporal. */
.gp-v2 .gp-case-v3 .gp-case-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:28px;align-items:stretch}
.gp-v2 .gp-case-v3 .gp-case-gallery{min-height:510px;border-radius:24px;box-shadow:0 20px 55px #0c1d3526;overflow:hidden}
.gp-v2 .gp-case-v3 .gp-case-gallery .gp-photo-stack{height:100%;min-height:510px}
.gp-v2 .gp-case-v3 .gp-case-gallery img{object-fit:contain;background:#08111f}
.gp-v2 .gp-case-caption{bottom:66px;background:linear-gradient(0deg,#071426ed,#071426b0,transparent);padding:38px 26px 18px}
.gp-v2 .gp-case-caption p{max-width:48ch;font-size:14px;line-height:1.55}
.gp-case-result{padding:27px;border:1px solid #b4c8e24d;border-radius:24px;background:radial-gradient(ellipse at 100% 0%,#1c438155,transparent 65%),#08172d;color:#eaf2ff;box-shadow:0 20px 50px #0b1d3220}
.gp-case-result>header{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #7897c333;padding-bottom:17px;font:600 10px/1.5 var(--gp-mono);color:#afc5e7}
.gp-case-result>header>span{display:flex;align-items:center;gap:7px}.gp-case-result>header i{width:6px;height:6px;border-radius:50%;background:#74dfe8;box-shadow:0 0 15px #74dfe899}.gp-case-result>header>b{border:1px solid #80aafa44;padding:4px 8px;border-radius:20px;white-space:nowrap}
.gp-case-result .gp-case-eyebrow{margin:22px 0 6px;font-size:15px;color:#b9c9e2}.gp-case-total{display:flex;align-items:center;gap:17px}.gp-case-total>strong{font:500 clamp(4rem,6vw,6rem)/1 var(--gp-serif);letter-spacing:-.07em;color:#fff}.gp-case-total>div{display:flex;flex-direction:column;gap:3px}.gp-case-total b{font-size:19px}.gp-case-total span{font-size:14px;color:#88a4ce}.gp-case-result>p:not(.gp-case-eyebrow){font-size:15px;line-height:1.65;max-width:59ch;color:#b8c9e1}.gp-case-result>.gp-text-link{color:#b3d6ff;margin-top:18px;font-size:14px}
.gp-case-plot{display:grid;grid-template-columns:30px minmax(0,1fr);margin-top:24px;gap:10px 0}.gp-case-axis{display:flex;flex-direction:column;justify-content:space-between;height:180px;font:11px/1 var(--gp-mono);color:#8098be}.gp-case-chart{position:relative;height:180px;display:flex;flex-direction:column;justify-content:space-between}.gp-case-chart>i{display:block;width:100%;border-top:1px solid #8ba7d22a}.gp-case-column{position:absolute;bottom:0;left:12%;width:24%;height:87.5%;border-radius:8px 8px 0 0;background:linear-gradient(0deg,#3759e8,#77ddea);box-shadow:0 0 36px #3c89db33;transform-origin:bottom}.gp-case-column::after{content:'';position:absolute;inset:0;border:1px solid #c4f4ff88;border-radius:inherit;background:linear-gradient(110deg,transparent 30%,#ffffff30 48%,transparent 65%);background-size:250% 100%}.gp-case-column>b{position:absolute;top:-24px;left:0;width:100%;text-align:center;font:700 13px/1.4 var(--gp-sans);color:#a0eaff;white-space:nowrap}.gp-case-column small{font-size:10px;font-weight:400}.gp-case-annotation{position:absolute;left:45%;top:34%;right:0}.gp-case-annotation span{display:block;font:500 9px/1.6 var(--gp-mono);letter-spacing:.08em;color:#80a7e2}.gp-case-annotation b{display:block;margin-top:8px;font:500 16px/1.5 var(--gp-sans);color:#d6e3f6}.gp-case-plot>footer{grid-column:1/-1;font:11px/1.55 var(--gp-sans);color:#90a6c6;margin-top:3px}
.gp-case-v3.is-in-view .gp-case-column{animation:gpCaseResult 1.4s cubic-bezier(.16,1,.3,1)}.gp-case-v3.is-in-view .gp-case-column::after{animation:gpCaseLight 5s ease-in-out infinite}
.gp-case-story{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:26px 0}.gp-case-story article{display:flex;align-items:start;gap:15px;border:1px solid #d2dff0;border-radius:19px;padding:24px 21px;background:#fff;transition:transform .55s ease,box-shadow .55s ease,border-color .55s ease}.gp-case-story article>i{display:grid;place-items:center;flex:0 0 35px;height:35px;border-radius:50%;font:500 12px/1 var(--gp-mono);font-style:normal;color:#315cf6;background:#eaf1ff}.gp-case-story span{font:600 10px/1.5 var(--gp-mono);letter-spacing:.05em;color:#52729c}.gp-case-story h3{font:500 23px/1.17 var(--gp-serif);margin:9px 0;color:#0a1831}.gp-case-story p{font:400 14px/1.65 var(--gp-sans);color:#506584;margin:0}.gp-case-story article:hover,.gp-case-story article:focus-visible{transform:translateY(-6px);border-color:#80a0ef;box-shadow:0 18px 35px #173b7712}
@keyframes gpCaseResult{from{transform:scaleY(.03);opacity:.3}to{transform:scaleY(1);opacity:1}}@keyframes gpCaseLight{0%,40%{background-position:180% 0}100%{background-position:-60% 0}}
@media(max-width:1000px){.gp-v2 .gp-case-v3 .gp-case-grid{grid-template-columns:1fr}.gp-v2 .gp-case-v3 .gp-case-gallery,.gp-v2 .gp-case-v3 .gp-case-gallery .gp-photo-stack{min-height:460px}.gp-case-story{gap:12px}.gp-case-story article{padding:20px 15px;gap:10px}}
@media(max-width:600px){.gp-v2 .gp-case-v3 .gp-case-gallery,.gp-v2 .gp-case-v3 .gp-case-gallery .gp-photo-stack{min-height:350px}.gp-v2 .gp-case-caption{padding-inline:18px}.gp-case-result{padding:21px 18px}.gp-case-result>header{font-size:8px;gap:5px}.gp-case-total>strong{font-size:5rem}.gp-case-total b{font-size:17px}.gp-case-story{grid-template-columns:1fr}.gp-case-story article{padding:20px}.gp-case-story h3{font-size:24px}.gp-case-story p{font-size:15px}.gp-case-annotation b{font-size:14px}.gp-case-annotation span{font-size:8px}.gp-case-v3 .gp-mid-cta small{font-size:12px}}
@media(prefers-reduced-motion:reduce){.gp-case-v3 *{animation:none!important;transition:none!important}}

/* V3 · Cartografía real, ejemplos identificables y cinco pantallas de trabajo. */
.gp-map-v3{overflow:hidden;background:#101d38;border:1px solid #7189c144;box-shadow:0 24px 80px #0003}
.gp-market-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;padding:16px 20px;background:#132440;border-block:1px solid #ffffff10}
.gp-market-tabs button{display:flex;gap:11px;align-items:center;text-align:left;min-width:0;color:#c0cce0;background:#1c2d48;border:1px solid #ffffff18;border-radius:13px;padding:14px;cursor:pointer;transition:background .35s,border-color .35s,transform .35s,box-shadow .35s}
.gp-market-tabs button>i{font:600 11px var(--gp-mono);font-style:normal;display:grid;place-items:center;width:28px;height:28px;border:1px solid #7891bc44;border-radius:50%;flex:none}
.gp-market-tabs button>span{font-size:12px;line-height:1.5;min-width:0}.gp-market-tabs button b{display:block;color:#fff;font-size:15px}.gp-market-tabs button small{margin-left:auto;font:600 8px var(--gp-mono);letter-spacing:.02em;color:#abbede}
.gp-market-tabs button:hover,.gp-market-tabs button:focus-visible,.gp-market-tabs button.is-active{background:#24447c;border-color:#7aa3ff;box-shadow:0 4px 25px #3066e322;transform:translateY(-2px)}
.gp-map-workspace{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(350px,1fr)}.gp-map-column,.gp-map-panel{min-width:0}
.gp-map-column{background:#edf2fa;align-self:stretch}.gp-geo-map{position:relative;aspect-ratio:10/7;overflow:hidden;background:#cfe2ea;isolation:isolate}
.gp-map-base{display:block;width:100%;height:100%;object-fit:contain;filter:saturate(.76) contrast(.97)}.gp-map-overlay{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible}
.gp-geo-road-outline{fill:none;stroke:#fff;stroke-width:13;stroke-linejoin:round;stroke-linecap:round;filter:drop-shadow(0 2px 4px #24335455)}.gp-geo-road{fill:none;stroke:url(#gpGeoGradient);stroke-width:7;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:12 3;animation:gpGeoFlow 7s linear infinite}
.gp-map-v3 .gp-route-extension{fill:none;stroke:#ed922c;stroke-width:7;stroke-linecap:round;stroke-dasharray:9 10;opacity:.25;animation:gpGeoFlow 3s linear infinite;transition:opacity .5s,stroke .5s}
.gp-map-v3[data-map-stage="4"] .gp-route-extension{opacity:1;stroke:#168780;stroke-dasharray:none}.gp-map-v3[data-map-stage="2"] .gp-route-extension,.gp-map-v3[data-map-stage="3"] .gp-route-extension{opacity:.7}
.gp-geo-stops circle{fill:#fff;stroke:#4466ca;stroke-width:5}.gp-geo-van{filter:drop-shadow(0 4px 5px #1235)}.gp-geo-van rect{fill:#153064;stroke:#fff;stroke-width:3}.gp-geo-van path{fill:#9ce2f9}.gp-geo-van circle{fill:#10213c;stroke:#fff;stroke-width:2}
.gp-map-topline{position:absolute;top:16px;left:16px;right:16px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border-radius:10px;background:#ffffffed;color:#203758;box-shadow:0 4px 20px #18305116}.gp-map-topline span{font:600 9px var(--gp-mono);letter-spacing:.06em;display:flex;align-items:center;gap:7px}.gp-map-topline i{width:7px;height:7px;border-radius:50%;background:#395fed}.gp-map-topline b{font-size:11px}
.gp-map-compass{position:absolute;right:17px;top:79px;display:grid;justify-items:center;padding:8px 13px;background:#fffffff0;border-radius:11px;color:#263b5d;z-index:2;box-shadow:0 4px 16px #18305114}.gp-map-compass b{font:700 9px var(--gp-mono)}.gp-map-compass i{font-size:25px;line-height:1.2;font-style:normal}
.gp-map-origin{position:absolute;left:57.5%;top:87.5%;transform:translate(-45%,-125%);display:flex;gap:7px;align-items:center;background:#132b55f5;color:#e1eaff;padding:8px 11px;border-radius:10px;box-shadow:0 5px 22px #182e5544;z-index:2;white-space:nowrap}.gp-map-origin>i{font-size:18px;color:#9cddff;font-style:normal}.gp-map-origin span{font-size:9px;line-height:1.45}.gp-map-origin b{display:block;font-size:10px;color:#fff}
.gp-map-pin{position:absolute;left:var(--pin-x);top:var(--pin-y);z-index:4;display:flex;align-items:center;gap:7px;transform:translate(-16px,-18px);transition:left .75s var(--gp-ease),top .75s var(--gp-ease),filter .5s;max-width:48%}.gp-map-pin>i{flex:none;display:grid;place-items:center;width:34px;height:34px;background:#eb942e;color:#fff;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 6px #eb942e33,0 6px 20px #543b3333;font-style:normal;position:relative}.gp-map-pin>i::after{content:"";position:absolute;inset:-9px;border:1px solid #ed922c88;border-radius:50%;animation:gpGeoPing 3s ease-out infinite}.gp-map-pin>i b{font:700 10px var(--gp-mono)}.gp-map-pin>div{padding:8px 11px;border:1px solid #e9c494;background:#fffffff5;box-shadow:0 7px 25px #19304d2a;border-radius:11px;min-width:0}.gp-map-pin span{display:block;color:#182d4d;font-weight:750;font-size:11px;line-height:1.25}.gp-map-pin small{display:block;color:#6f573b;font-size:9px;line-height:1.35;margin-top:4px}.gp-map-v3[data-map-stage="4"] .gp-map-pin>i{background:#168780;box-shadow:0 0 0 6px #16878022,0 6px 20px #543b3333}.gp-map-v3[data-map-stage="4"] .gp-map-pin>div{border-color:#84bdb6}
.gp-map-scale{position:absolute;bottom:14px;left:18px;font:600 9px var(--gp-mono);color:#243b57;background:#ffffffdc;padding:7px;border-radius:5px}.gp-map-scale i{display:block;width:50px;height:5px;border:1px solid #233b5a;border-top:0;margin-bottom:5px}
.gp-map-legend{display:flex;align-items:center;gap:17px;flex-wrap:wrap;padding:15px 20px;color:#425672;border-block:1px solid #ccdae8;background:#fff;font-size:10px}.gp-map-legend>span{display:flex;gap:7px;align-items:center}.gp-map-legend i{width:17px;height:3px;background:#466de0}.gp-map-legend>span:nth-child(2) i{background:#e99432}.gp-map-legend>b{margin-left:auto;color:#315aa2;font:700 9px var(--gp-mono)}
.gp-map-context{padding:25px 25px 14px;display:grid;grid-template-columns:1.3fr 1fr;gap:25px}.gp-map-context span{font:600 8px var(--gp-mono);letter-spacing:.05em;color:#4e67a4}.gp-map-context b{display:block;font-size:20px;line-height:1.23;letter-spacing:-.035em;color:#183459;margin-top:10px}.gp-map-context p{font-size:12px;line-height:1.7;color:#526782;margin:0}.gp-map-attribution{padding:0 25px 20px;font-size:9px;color:#667993;line-height:1.65;margin:0}.gp-map-attribution a{color:#34599a;text-decoration:underline;text-underline-offset:2px}
.gp-map-panel{padding:21px;background:linear-gradient(145deg,#182e51,#0e1b31 65%);display:flex;flex-direction:column;gap:15px}.gp-map-v3 .gp-route-steps{padding:0;background:transparent;border:0;gap:5px;margin:0}.gp-map-v3 .gp-route-steps button{padding:9px 2px;gap:5px;min-height:53px;border-radius:8px;color:#a3b8d7}.gp-map-v3 .gp-route-steps button span{font-size:8px;letter-spacing:.01em}.gp-map-v3 .gp-route-steps button i{font-size:10px}.gp-map-v3 .gp-route-steps button.is-active{background:#305ca1;border-color:#82a5ea;color:#fff}
.gp-map-stage-head>span{font:600 8px var(--gp-mono);color:#9bbbe9;letter-spacing:.09em}.gp-map-stage-head h3{font-family:var(--gp-sans);font-size:clamp(20px,1.65vw,27px);line-height:1.2;letter-spacing:-.035em;color:#fff;margin:9px 0}.gp-map-stage-head p{font-size:12px;line-height:1.65;color:#b8c8df;margin:0;min-height:39px}
.gp-map-scenes{background:#fff;border:1px solid #99b6df66;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px #0002;min-height:345px}.gp-map-scene{color:#243553;min-height:345px;animation:gpMapScene .55s var(--gp-ease) both}.gp-map-scene[hidden]{display:none}.gp-map-scene[data-map-scene="0"]{padding:20px}.gp-map-google{display:flex;align-items:center;justify-content:space-between}.gp-map-google img{width:76px;height:auto}.gp-map-google>span{display:grid;place-items:center;background:#e6effc;border-radius:50%;width:26px;height:26px;color:#345bb9}
.gp-map-searchbox{display:flex;align-items:center;gap:7px;justify-content:space-between;border:1px solid #e0e5ed;border-radius:21px;padding:11px 14px;margin:14px 0 9px;box-shadow:0 2px 8px #0e214e0a}.gp-map-searchbox b{font-size:11px;color:#243045;font-weight:500;line-height:1.45}.gp-map-searchbox i{font-style:normal;color:#4285f4}.gp-map-search-tabs{display:flex;gap:16px;color:#286ade;font-size:9px;border-bottom:1px solid #e7ebf2;margin:0;padding-bottom:9px}.gp-map-search-tabs span{color:#63738a}.gp-map-serp{margin-top:18px;padding:13px;border:1px solid #c7dbfc;background:#f8fbff;border-radius:11px;position:relative;box-shadow:0 5px 18px #4285f410}.gp-map-serp small{display:block;color:#293b53;font-size:8px;font-weight:700;line-height:1.6}.gp-map-serp small span{display:block;color:#64728a;font-size:9px;font-weight:400;overflow-wrap:anywhere}.gp-map-serp>b{display:block;font-size:16px;line-height:1.28;color:#1a0dab;font-weight:500;margin-top:8px}.gp-map-serp>p{font-size:10px;line-height:1.65;color:#4d596d;margin:8px 0}.gp-map-serp>div{font-size:9px;color:#1a0dab}.gp-map-muted-results{display:grid;gap:7px;margin:17px 0 2px}.gp-map-muted-results i{height:5px;background:#edf0f5;border-radius:4px;width:90%}.gp-map-muted-results i:nth-child(2){width:72%}.gp-map-muted-results i:nth-child(3){width:82%}
.gp-map-browserbar{background:#edf1f6;padding:11px;display:flex;gap:12px;align-items:center;color:#778ba8;font-size:8px}.gp-map-browserbar i{font-style:normal;letter-spacing:2px;flex:none}.gp-map-browserbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gp-map-page-photo{position:relative;height:132px;overflow:hidden}.gp-map-page-photo picture,.gp-map-page-photo img{display:block;width:100%;height:100%;object-fit:cover}.gp-map-page-photo>span{position:absolute;bottom:9px;left:13px;background:#102947cc;padding:6px 8px;border-radius:4px;font:600 7px var(--gp-mono);color:#fff;letter-spacing:.04em}.gp-map-mini-page{padding:17px}.gp-map-mini-page>b{display:block;font-size:19px;line-height:1.18;letter-spacing:-.02em;color:#183456}.gp-map-mini-page>p{font-size:10px;line-height:1.6;color:#5d6c82;margin:9px 0}.gp-map-mini-page>div{display:flex;gap:6px;flex-wrap:wrap}.gp-map-mini-page>div span,.gp-map-mail-tags span{font-size:9px;color:#355b8b;background:#edf3fc;border-radius:5px;padding:5px 8px}.gp-map-mini-page>strong{display:inline-block;padding:10px 13px;border-radius:8px;color:#fff;background:#305fbe;font-size:10px;font-weight:600;margin-top:12px}
.gp-map-mailbar{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;background:#1458a8;color:#fff}.gp-map-mailbar b{font-size:12px}.gp-map-mailbar>span{font-size:8px;padding:3px 6px;border:1px solid #ffffff55;border-radius:4px}.gp-map-email{padding:20px}.gp-map-email>span{font:600 8px var(--gp-mono);color:#76849b}.gp-map-email h4{font-size:18px;line-height:1.25;color:#152d4d;margin:12px 0 17px;letter-spacing:-.02em}.gp-map-sender{display:flex;gap:9px;align-items:center}.gp-map-sender>i{display:grid;place-items:center;width:32px;height:32px;flex:none;background:#dfeaf9;color:#3463a0;border-radius:50%;font:600 10px var(--gp-mono)}.gp-map-sender p{margin:0;line-height:1.45}.gp-map-sender p b{display:block;font-size:10px;color:#253b5a}.gp-map-sender p span{display:block;color:#6b7f9a;font-size:9px}.gp-map-sender>small{margin-left:auto;color:#8190a7;font-size:8px}.gp-map-email>p{font-size:12px;line-height:1.8;color:#344864;margin:18px 0}.gp-map-mail-tags{display:flex;gap:6px;flex-wrap:wrap}.gp-map-email footer{display:flex;gap:22px;font-size:10px;color:#355f93;border-top:1px solid #e5eaf2;padding-top:14px;margin-top:19px}.gp-map-email footer span{color:#7a8da6}
.gp-map-review-head{display:flex;gap:13px;align-items:center;padding:23px 19px 14px}.gp-map-review-head>i{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:#e4f1f2;color:#14847c;font-size:21px;flex:none;font-style:normal}.gp-map-review-head span{display:block;font:600 7px var(--gp-mono);color:#647c99}.gp-map-review-head b{display:block;font-size:17px;line-height:1.3;letter-spacing:-.02em;color:#1b385b;margin-top:5px}.gp-map-checks{margin:0;padding:0 19px}.gp-map-checks>div{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:13px 0;border-bottom:1px solid #e9edf3}.gp-map-checks dt{font:600 8px var(--gp-mono);color:#72839c}.gp-map-checks dd{grid-row:2;margin:0;color:#233d5d;font-size:12px}.gp-map-checks i{grid-column:2;grid-row:1/3;align-self:center;background:#f0f4fb;padding:5px 8px;border-radius:5px;font-style:normal;color:#59739b;font-size:9px}.gp-map-review-note{font-size:10px;line-height:1.65;color:#60758e;padding:0 19px 16px;margin:13px 0 0}
.gp-map-possible{padding:27px 24px;background:radial-gradient(ellipse at 95% 0,#dcf0f5,transparent 65%),#f8fcff;min-height:345px}.gp-map-possible>i{display:grid;place-items:center;width:49px;height:49px;border-radius:15px;background:#e1eff1;border:1px solid #99cbd0;color:#168780;font-size:25px;font-style:normal;margin-bottom:18px}.gp-map-possible>span{display:block;font:600 8px var(--gp-mono);color:#52758d}.gp-map-possible>b{display:block;color:#194055;font-size:27px;line-height:1.14;letter-spacing:-.045em;margin-top:10px}.gp-map-possible>p{font-size:12px;line-height:1.65;color:#5a7386}.gp-map-possible>div{padding:12px;background:#e6f1f3;border-radius:9px;display:flex;gap:8px;justify-content:space-between;align-items:center;font-size:10px;color:#185e67}.gp-map-possible>div b{font-size:9px;font-weight:500}.gp-map-possible>small{display:block;margin-top:13px;font-size:9px;color:#6c8295;line-height:1.6}
.gp-map-status{display:flex;gap:8px;align-items:center;color:#c1d2e9;font-size:10px;line-height:1.4}.gp-map-status>i{width:6px;height:6px;flex:none;background:#8fb3e9;border-radius:50%}.gp-map-panel>.gp-btn{margin-top:auto;min-height:49px;font-size:12px;width:100%}.gp-map-v3>figcaption{color:#a3b6d2;font-size:10px;line-height:1.7}
@keyframes gpGeoFlow{to{stroke-dashoffset:-90}}@keyframes gpGeoPing{0%{transform:scale(.8);opacity:.8}75%,100%{transform:scale(1.8);opacity:0}}@keyframes gpMapScene{from{opacity:.5;transform:translateY(9px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.gp-map-panel{padding:27px}.gp-map-scenes,.gp-map-scene{min-height:365px}.gp-map-page-photo{height:152px}}
@media(max-width:1150px){.gp-map-workspace{grid-template-columns:minmax(0,1.25fr) minmax(325px,1fr)}.gp-market-tabs button small{display:none}.gp-map-context{grid-template-columns:1fr;gap:13px}.gp-map-context b{font-size:22px}.gp-map-context p{font-size:13px}.gp-map-pin{max-width:47%}.gp-map-pin>div{padding:6px 8px}.gp-map-pin span{font-size:9px}.gp-map-pin small{font-size:8px}.gp-map-panel{padding:16px}}
@media(max-width:800px){.gp-map-workspace{grid-template-columns:1fr}.gp-map-context{grid-template-columns:1.3fr 1fr}.gp-map-panel{padding:25px;display:grid;grid-template-columns:1fr 1.1fr;gap:16px 24px;align-items:start}.gp-map-panel>.gp-route-steps{grid-column:1/-1}.gp-map-stage-head{grid-column:1;grid-row:2}.gp-map-scenes{grid-column:2;grid-row:2/5}.gp-map-status{grid-column:1;grid-row:3}.gp-map-panel>.gp-btn{grid-column:1;grid-row:4;align-self:end}.gp-map-stage-head h3{font-size:29px}.gp-map-stage-head p{font-size:13px}.gp-map-pin span{font-size:12px}.gp-map-pin small{font-size:10px}.gp-map-origin span{font-size:10px}.gp-map-origin b{font-size:11px}.gp-market-tabs{gap:6px;padding:12px}.gp-market-tabs button{padding:10px;gap:7px}.gp-market-tabs button>i{width:21px;height:21px;font-size:8px}.gp-market-tabs button span{font-size:10px}.gp-market-tabs button b{font-size:12px}}
@media(max-width:550px){.gp-market-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-market-tabs button small{display:block;font-size:6px}.gp-map-panel{display:flex;gap:16px;padding:17px}.gp-map-stage-head h3{font-size:24px}.gp-map-scenes{width:100%}.gp-map-context{grid-template-columns:1fr;gap:10px;padding:20px 18px 13px}.gp-map-context b{font-size:21px}.gp-map-attribution{padding-inline:18px}.gp-map-legend{padding:12px;gap:9px;font-size:8px}.gp-map-legend>b{font-size:7px}.gp-map-topline{top:8px;left:8px;right:8px;padding:8px}.gp-map-topline span{font-size:6px}.gp-map-topline b{font-size:8px}.gp-map-compass{top:47px;right:9px;padding:5px 8px}.gp-map-compass i{font-size:19px}.gp-map-compass b{font-size:7px}.gp-map-pin{transform:translate(-11px,-11px);max-width:42%}.gp-map-pin>i{width:24px;height:24px;border-width:2px}.gp-map-pin>i b{font-size:7px}.gp-map-pin>div{padding:5px 6px;max-width:102px}.gp-map-pin span{font-size:8px}.gp-map-pin small{display:none}.gp-map-origin{padding:4px 6px;gap:4px;border-radius:5px}.gp-map-origin span{font-size:6px}.gp-map-origin b{font-size:7px}.gp-map-origin>i{font-size:12px}.gp-map-scale{left:10px;bottom:10px;padding:4px;font-size:6px}.gp-map-scale i{width:27px;height:3px;margin-bottom:3px}.gp-map-panel>.gp-btn{font-size:12px}.gp-map-stage-head p{min-height:0}}
@media(prefers-reduced-motion:reduce){.gp-map-v3 *,.gp-map-v3 *::after{animation:none!important;transition:none!important}}

/* Cinco pasos, también en móvil: sin una segunda fila descompensada. */
.gp-map-v3 .gp-route-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}
