.gs-home-v3-page {
  --gsv3-blue: #0ea5e9;
  --gsv3-blue-deep: #123e6d;
  --gsv3-blue-soft: #e9f7ff;
  --gsv3-blue-soft-2: #d8f0ff;
  --gsv3-yellow: #ffd93d;
  --gsv3-orange: #ff6b1a;
  --gsv3-ink: #17324b;
  --gsv3-ink-soft: #58718b;
  --gsv3-line: rgba(18, 62, 109, 0.12);
  --gsv3-card: #ffffff;
  --gsv3-bg: #f7fbff;
  --gsv3-shadow: 0 24px 60px rgba(18, 62, 109, 0.1);
  --gsv3-shadow-soft: 0 16px 34px rgba(18, 62, 109, 0.08);
  --gsv3-radius-xl: 32px;
  --gsv3-radius-lg: 24px;
  --gsv3-radius-md: 18px;
  --gsv3-max: 1240px;
}

.gs-home-v3-page,
.gs-home-v3-page .site,
.gs-home-v3-page .site-content,
.gs-home-v3-page .content-area,
.gs-home-v3-page .site-main,
.gs-home-v3-page .gs-home-v3,
.gs-home-v3-page .gs-home-v3 * {
  box-sizing: border-box;
}

.gs-home-v3-page #content {
  background: var(--gsv3-bg);
}

.gs-home-v3-page .content-area,
.gs-home-v3-page .site-main {
  width: 100%;
  margin: 0;
}

.gs-home-v3-main {
  padding: 0 0 32px;
}

.gs-home-v3-page .site-header,
.gs-home-v3-page .inside-header,
.gs-home-v3-page .main-navigation,
.gs-home-v3-page .inside-navigation,
.gs-home-v3-page .navigation-search {
  background: #123e6d !important;
}

.gs-home-v3 {
  color: var(--gsv3-ink);
  font-family: Nunito, Arial, sans-serif;
}

.gs-home-v3__container {
  width: 100%;
  max-width: var(--gsv3-max);
  margin: 0 auto;
  padding: 0 24px;
}

.gs-home-v3__section {
  position: relative;
  padding: 40px 0;
}

.gs-home-v3__section--circle::before,
.gs-home-v3__section--circle::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.gs-home-v3__section--circle::before {
  width: 360px;
  height: 360px;
  top: 12px;
  left: clamp(-140px, -7vw, -56px);
  background: radial-gradient(circle at center, rgba(14, 165, 233, 0.14) 0%, rgba(14, 165, 233, 0.06) 45%, rgba(14, 165, 233, 0) 70%);
}

.gs-home-v3__section--circle::after {
  width: 220px;
  height: 220px;
  top: 84px;
  left: clamp(52px, 11vw, 180px);
  background: radial-gradient(circle at center, rgba(14, 165, 233, 0.08) 0%, rgba(14, 165, 233, 0) 70%);
}

.gs-home-v3__section > .gs-home-v3__container,
.gs-home-v3__hero-grid,
.gs-home-v3__final-cta-card {
  position: relative;
  z-index: 1;
}

.gs-home-v3__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  color: var(--gsv3-blue-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gs-home-v3__hero {
  padding-top: 56px;
}

.gs-home-v3__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 34px;
  align-items: center;
}

.gs-home-v3__hero-copy {
  max-width: 640px;
}

.gs-home-v3__hero-title,
.gs-home-v3__section-title {
  margin: 0;
  color: var(--gsv3-blue-deep);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.gs-home-v3__hero-title {
  font-size: clamp(44px, 7vw, 74px);
  line-height: 0.94;
}

.gs-home-v3__section-title {
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.02;
}

.gs-home-v3__hero-body,
.gs-home-v3__section-copy,
.gs-home-v3__support-line,
.gs-home-v3__reason-card p,
.gs-home-v3__use-card p,
.gs-home-v3__review-card p,
.gs-home-v3__faq-answer,
.gs-home-v3__location-name,
.gs-home-v3__location-proof,
.gs-home-v3__location-green-line,
.gs-home-v3__sizes-strip-list,
.gs-home-v3__placeholder-note,
.gs-home-v3__selected-size-card p,
.gs-home-v3__step-card p,
.gs-home-v3__meta-card p,
.gs-home-v3__side-note-card li {
  margin: 0;
  color: var(--gsv3-ink-soft);
  font-size: 18px;
  line-height: 1.65;
}

.gs-home-v3__hero-body {
  margin-top: 22px;
  max-width: 560px;
}

.gs-home-v3__hero-body p,
.gs-home-v3__section-copy p,
.gs-home-v3__faq-answer p {
  margin: 0;
}

.gs-home-v3__hero-offer-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-top: 26px;
  padding: 20px 22px 20px 22px;
  border: 1px solid rgba(18, 62, 109, 0.1);
  border-radius: 28px;
  background: var(--gsv3-yellow);
  box-shadow: 0 18px 34px rgba(18, 62, 109, 0.08);
  overflow: visible;
}

.gs-home-v3__hero-offer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.gs-home-v3__offer-mobile {
  display: none;
}

.gs-home-v3__offer-desktop {
  display: inline;
}

.gs-home-v3__hero-offer-lower {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.gs-home-v3__hero-offer-main {
  color: var(--gsv3-blue-deep);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.04;
  max-width: 100%;
}

.gs-home-v3__hero-offer-subline {
  margin: -2px 0 0;
  color: rgba(18, 62, 109, 0.9);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 700;
  line-height: 1.15;
}

.gs-home-v3__hero-offer-meta {
  margin: 4px 0 0;
  color: rgba(18, 62, 109, 0.84);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.gs-home-v3__hero-offer-meta-item {
  display: inline;
}

.gs-home-v3__hero-offer-meta-item + .gs-home-v3__hero-offer-meta-item::before {
  content: " · ";
}

.gs-home-v3__hero-access-seal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 136px;
  height: 136px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(18, 62, 109, 0.12);
  box-shadow: 0 20px 38px rgba(18, 62, 109, 0.16);
}

.gs-home-v3__hero-access-seal-ring {
  position: absolute;
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  animation: gsv3AccessSealSpin 22s linear infinite;
}

.gs-home-v3__hero-access-seal-ring text {
  fill: #123e6d;
  font-family: Nunito, Arial, sans-serif;
  font-size: var(--gs-shield-ring-size-desktop, 11.2px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gs-home-v3__hero-access-seal-core {
  position: absolute;
  inset: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 0 0 1px rgba(18, 62, 109, 0.06);
  text-align: center;
}

.gs-home-v3__hero-access-seal-value {
  display: block;
  margin: 0;
  color: #0ea5e9;
  font-size: var(--gs-shield-value-size-desktop, 37px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

@keyframes gsv3AccessSealSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.gs-home-v3__trust-strip,
.gs-home-v3__sizes-line {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gsv3-blue-deep);
}

.gs-home-v3__trust-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gs-home-v3__trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(18, 62, 109, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--gsv3-blue-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.gs-home-v3__sizes-line {
  color: var(--gsv3-ink-soft);
}

.gs-home-v3__sizes-prefix,
.gs-home-v3__sizes-suffix,
.gs-home-v3__sizes-separator {
  color: inherit;
}

.gs-home-v3__size-link {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.gs-home-v3__size-link:hover,
.gs-home-v3__size-link:focus-visible {
  color: var(--gsv3-blue-deep);
  border-color: currentColor;
  outline: none;
}

.gs-home-v3__sizes-strip-list .gs-home-v3__size-link {
  font-weight: 900;
}

.gs-home-v3__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gs-home-v3__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.gs-home-v3__button:hover,
.gs-home-v3__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--gsv3-shadow-soft);
  outline: none;
}

.gs-home-v3__button--primary {
  background: var(--gsv3-orange);
  color: #ffffff;
}

.gs-home-v3__button--primary:hover,
.gs-home-v3__button--primary:focus-visible {
  color: #ffffff;
}

.gs-home-v3__button--secondary {
  background: #ffffff;
  color: var(--gsv3-blue-deep);
  border: 1px solid rgba(18, 62, 109, 0.12);
}

.gs-home-v3__button--secondary:hover,
.gs-home-v3__button--secondary:focus-visible {
  color: var(--gsv3-blue-deep);
}

.gs-home-v3__button--subtle {
  min-height: auto;
  padding: 0 0 0 4px;
  border: 0;
  background: transparent;
  color: var(--gsv3-blue-deep);
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.gs-home-v3__button--subtle:hover,
.gs-home-v3__button--subtle:focus-visible {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.gs-home-v3__hero-visual {
  display: block;
}

.gs-home-v3__hero-media-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-areas:
    "main main"
    "human camera"
    "human detail";
  grid-template-rows: clamp(310px, 31vw, 390px) clamp(152px, 12vw, 182px) clamp(152px, 12vw, 182px);
}

.gs-home-v3__hero-tile {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: var(--gsv3-card);
  border: 1px solid var(--gsv3-line);
  border-radius: var(--gsv3-radius-xl);
  box-shadow: var(--gsv3-shadow-soft);
}

.gs-home-v3__hero-tile--main {
  grid-area: main;
}

.gs-home-v3__hero-tile--human {
  grid-area: human;
}

.gs-home-v3__hero-tile--camera {
  grid-area: camera;
}

.gs-home-v3__hero-tile--detail {
  grid-area: detail;
}

.gs-home-v3__image-card,
.gs-home-v3__meta-card,
.gs-home-v3__selected-size-card,
.gs-home-v3__step-card,
.gs-home-v3__reason-card,
.gs-home-v3__use-card,
.gs-home-v3__map-card,
.gs-home-v3__review-card,
.gs-home-v3__faq-item,
.gs-home-v3__final-cta-card,
.gs-home-v3__sizes-strip-inner,
.gs-home-v3__side-note-card,
.gs-home-v3__funnel-main {
  background: var(--gsv3-card);
  border: 1px solid var(--gsv3-line);
  border-radius: var(--gsv3-radius-xl);
  box-shadow: var(--gsv3-shadow-soft);
}

.gs-home-v3__image-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
}

.gs-home-v3__image-card--secondary {
  min-height: 360px;
}

.gs-home-v3__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: var(--gs-image-x, 50%) var(--gs-image-y, 50%);
  transform: scale(var(--gs-image-zoom, 1));
  transform-origin: var(--gs-image-x, 50%) var(--gs-image-y, 50%);
}

.gs-home-v3__image--main {
  --gs-image-x: 50%;
  --gs-image-y: 48%;
  --gs-image-zoom: 1;
}

.gs-home-v3__image--human {
  --gs-image-x: 50%;
  --gs-image-y: 54%;
  --gs-image-zoom: 1;
}

.gs-home-v3__image--camera {
  --gs-image-x: 72%;
  --gs-image-y: 36%;
  --gs-image-zoom: 1;
}

.gs-home-v3__image--detail {
  --gs-image-x: 60%;
  --gs-image-y: 46%;
  --gs-image-zoom: 1;
}

.gs-home-v3__image-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 40px;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.04) 100%);
  color: var(--gsv3-blue-deep);
  text-align: center;
}

.gs-home-v3__image-placeholder strong {
  font-size: 26px;
  line-height: 1.1;
}

.gs-home-v3__image-placeholder-label {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gs-home-v3__image-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 217, 61, 0.96);
  color: var(--gsv3-blue-deep);
  font-size: 14px;
  font-weight: 900;
}


.gs-home-v3__meta-label,
.gs-home-v3__placeholder-topline,
.gs-home-v3__selected-size-label,
.gs-home-v3__step-number,
.gs-home-v3__location-name,
.gs-home-v3__review-name {
  color: var(--gsv3-blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gs-home-v3__funnel {
  padding-top: 24px;
}

.gs-home-v3__section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.gs-home-v3__section-head--compact {
  max-width: 620px;
}

.gs-home-v3__section-copy {
  margin-top: 18px;
}

.gs-home-v3__support-line {
  margin-top: 14px;
  color: var(--gsv3-blue-deep);
  font-size: 15px;
  font-weight: 700;
}

.gs-home-v3__funnel-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 22px;
  align-items: start;
}

.gs-home-v3__funnel-main {
  padding: 28px;
}

.gs-home-v3__selected-size-card {
  margin-top: 16px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(14, 165, 233, 0.04) 100%);
}

.gs-home-v3__selected-size-value {
  margin-top: 8px;
  color: var(--gsv3-blue-deep);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900;
  line-height: 0.96;
}

.gs-home-v3__size-button-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.gs-home-v3__size-button {
  display: grid;
  justify-items: start;
  gap: 2px;
  width: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(18, 62, 109, 0.12);
  border-radius: 20px;
  background: #ffffff;
  color: var(--gsv3-blue-deep);
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.gs-home-v3__size-button:hover,
.gs-home-v3__size-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(14, 165, 233, 0.45);
  box-shadow: 0 12px 24px rgba(18, 62, 109, 0.08);
  outline: none;
}

.gs-home-v3__size-button.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gsv3-blue) 0%, #1db8ef 100%);
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(14, 165, 233, 0.25);
}

.gs-home-v3__size-button-value {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.gs-home-v3__size-button-unit {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gs-home-v3__booking-tracker {
  margin-top: 20px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(18, 62, 109, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.04) 0%, rgba(255, 255, 255, 1) 100%);
}

.gs-home-v3__booking-tracker-topline {
  color: var(--gsv3-blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gs-home-v3__booking-tracker-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.gs-home-v3__booking-tracker-rail::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 26px;
  right: 26px;
  height: 3px;
  border-radius: 999px;
  background: rgba(18, 62, 109, 0.12);
}

.gs-home-v3__booking-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  gap: 10px;
}

.gs-home-v3__booking-step-dot {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(18, 62, 109, 0.12);
  color: var(--gsv3-blue-deep);
  font-size: 15px;
  font-weight: 900;
}

.gs-home-v3__booking-step.is-active .gs-home-v3__booking-step-dot {
  background: var(--gsv3-blue);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(14, 165, 233, 0.2);
}

.gs-home-v3__booking-step-label {
  color: var(--gsv3-blue-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.gs-home-v3__booking-tracker-note {
  margin: 14px 0 0;
  color: var(--gsv3-ink-soft);
  font-size: 15px;
  line-height: 1.55;
}

.gs-home-v3__step-card h3,
.gs-home-v3__reason-card h3,
.gs-home-v3__use-card h3,
.gs-home-v3__side-note-card h3 {
  margin: 10px 0 8px;
  color: var(--gsv3-blue-deep);
  font-size: 22px;
  line-height: 1.14;
}

.gs-home-v3__placeholder-note {
  margin-top: 18px;
  padding-left: 2px;
  font-size: 15px;
}

.gs-home-v3__funnel-side {
  display: grid;
  gap: 16px;
}

.gs-home-v3__side-note-card {
  padding: 22px;
}

.gs-home-v3__side-note-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.gs-home-v3__reason-grid,
.gs-home-v3__review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gs-home-v3__reason-card,
.gs-home-v3__review-card,
.gs-home-v3__use-card {
  padding: 24px;
}

.gs-home-v3__uses-grid,
.gs-home-v3__location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: start;
}

.gs-home-v3__uses-cards {
  display: grid;
  gap: 18px;
}

.gs-home-v3__sizes-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.06) 0%, rgba(255, 255, 255, 1) 100%);
}

.gs-home-v3__sizes-strip-actions {
  display: grid;
  justify-items: end;
  gap: 18px;
}

.gs-home-v3__sizes-strip-list {
  color: var(--gsv3-blue-deep);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}

.gs-home-v3__location-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.gs-home-v3__location-name {
  letter-spacing: 0.08em;
}

.gs-home-v3__location-green-line {
  color: var(--gsv3-blue-deep);
  font-size: 16px;
  font-weight: 800;
}

.gs-home-v3__map-card {
  overflow: hidden;
  min-height: 420px;
}

.gs-home-v3__map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.gs-home-v3__review-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.gs-home-v3__review-stars {
  color: var(--gsv3-yellow);
  font-size: 18px;
  letter-spacing: 0.2em;
}

.gs-home-v3__review-name {
  margin-top: 6px;
  color: var(--gsv3-ink-soft);
}

.gs-home-v3__faq-wrap {
  display: grid;
  gap: 24px;
}

.gs-home-v3__faq-list {
  display: grid;
  gap: 14px;
}

.gs-home-v3__faq-item {
  padding: 0;
  overflow: hidden;
}

.gs-home-v3__faq-item summary {
  position: relative;
  display: block;
  padding: 24px 68px 24px 24px;
  cursor: pointer;
  color: var(--gsv3-blue-deep);
  font-size: 22px;
  font-weight: 900;
  list-style: none;
}

.gs-home-v3__faq-item summary::-webkit-details-marker {
  display: none;
}

.gs-home-v3__faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: var(--gsv3-blue);
  font-size: 28px;
  font-weight: 900;
}

.gs-home-v3__faq-item[open] summary::after {
  content: "–";
}

.gs-home-v3__faq-answer {
  padding: 0 24px 24px;
  font-size: 17px;
}

.gs-home-v3__final-cta {
  padding-top: 48px;
  padding-bottom: 56px;
}

.gs-home-v3__final-cta-card {
  padding: 40px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(14, 165, 233, 0.05) 100%);
}

.gs-home-v3__final-cta-card .gs-home-v3__section-copy {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.gs-home-v3__final-cta-card .gs-home-v3__button {
  margin-top: 24px;
}


@media (prefers-reduced-motion: reduce) {
  .gs-home-v3__hero-access-seal-ring {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .gs-home-v3__reason-grid,
  .gs-home-v3__review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-home-v3__size-button-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .gs-home-v3__section {
    padding: 34px 0;
  }

  .gs-home-v3__hero-grid,
  .gs-home-v3__funnel-shell,
  .gs-home-v3__uses-grid,
  .gs-home-v3__location-grid,
  .gs-home-v3__sizes-strip-inner {
    grid-template-columns: 1fr;
  }

  .gs-home-v3__hero-copy {
    max-width: none;
  }

  .gs-home-v3__hero-visual {
    order: 2;
  }

  .gs-home-v3__hero-media-grid {
    grid-template-rows: clamp(300px, 44vw, 420px) clamp(150px, 18vw, 190px) clamp(150px, 18vw, 190px);
  }

  .gs-home-v3__sizes-strip-actions {
    justify-items: start;
  }

  .gs-home-v3__sizes-strip-list {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .gs-home-v3-main {
    padding-bottom: 18px;
  }

  .gs-home-v3__container {
    padding: 0 18px;
  }

  .gs-home-v3__hero {
    padding-top: 32px;
  }

  .gs-home-v3__section--circle::before {
    width: 240px;
    height: 240px;
    top: 22px;
    left: -92px;
  }

  .gs-home-v3__section--circle::after {
    width: 160px;
    height: 160px;
    top: 82px;
    left: 34px;
  }

  .gs-home-v3__hero-title {
    font-size: clamp(38px, 13vw, 54px);
  }

  .gs-home-v3__section-title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .gs-home-v3__hero-body,
  .gs-home-v3__section-copy,
  .gs-home-v3__support-line,
  .gs-home-v3__reason-card p,
  .gs-home-v3__use-card p,
  .gs-home-v3__review-card p,
  .gs-home-v3__faq-answer,
  .gs-home-v3__location-name,
  .gs-home-v3__location-proof,
  .gs-home-v3__location-green-line,
  .gs-home-v3__sizes-strip-list,
  .gs-home-v3__placeholder-note,
  .gs-home-v3__selected-size-card p,
  .gs-home-v3__step-card p,
  .gs-home-v3__meta-card p,
  .gs-home-v3__side-note-card li {
    font-size: 16px;
    line-height: 1.55;
  }

  .gs-home-v3__hero-body {
    font-size: 14.5px;
    line-height: 1.48;
    max-width: none;
  }

  .gs-home-v3__trust-strip,
  .gs-home-v3__sizes-line {
    font-size: 15px;
  }

  .gs-home-v3__sizes-line {
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    letter-spacing: -0.015em;
  }

  .gs-home-v3__trust-chip-list .gs-home-v3__trust-chip:last-child,
  .gs-home-v3__hero-offer-meta-item--3 {
    display: none;
  }

  .gs-home-v3__cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gs-home-v3__button {
    width: 100%;
  }

  .gs-home-v3__button--subtle {
    width: auto;
    justify-content: flex-start;
    padding-left: 0;
  }

  .gs-home-v3__image-card {
    min-height: 320px;
  }

  .gs-home-v3__image-card--secondary {
    min-height: 280px;
  }

  .gs-home-v3__image--human {
    object-position: center 42%;
  }

  .gs-home-v3__image--camera {
    object-position: 68% 28%;
  }

  .gs-home-v3__hero-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "main main"
      "human camera";
    grid-template-rows: minmax(260px, auto) minmax(118px, auto);
    gap: 12px;
  }

  .gs-home-v3__hero-tile--detail {
    display: none;
  }

  .gs-home-v3__funnel-main,
  .gs-home-v3__reason-card,
  .gs-home-v3__use-card,
  .gs-home-v3__review-card,
  .gs-home-v3__final-cta-card,
  .gs-home-v3__sizes-strip-inner,
  .gs-home-v3__side-note-card,
  .gs-home-v3__selected-size-card,
  .gs-home-v3__booking-tracker {
    padding: 22px;
    border-radius: 24px;
  }

  .gs-home-v3__size-button-grid,
  .gs-home-v3__reason-grid,
  .gs-home-v3__review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-home-v3__booking-tracker-rail {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gs-home-v3__booking-tracker-rail::before {
    display: none;
  }

  .gs-home-v3__booking-step {
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
  }

  .gs-home-v3__size-button {
    min-height: 94px;
    padding: 16px 14px;
  }

  .gs-home-v3__size-button-value {
    font-size: 24px;
  }

  .gs-home-v3__reason-card h3,
  .gs-home-v3__use-card h3,
  .gs-home-v3__side-note-card h3,
  .gs-home-v3__faq-item summary {
    font-size: 20px;
  }

  .gs-home-v3__map-card,
  .gs-home-v3__map-card iframe {
    min-height: 320px;
  }

  .gs-home-v3__final-cta-card {
    text-align: left;
  }

  .gs-home-v3__final-cta-card .gs-home-v3__section-copy {
    margin-left: 0;
  }

  .gs-home-v3-page .gillingham-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .gs-home-v3-page .gillingham-footer__brand {
    padding-bottom: 18px;
  }

  .gs-home-v3-page .gillingham-footer__column {
    padding-top: 18px;
    border-top: 1px solid var(--gillingham-footer-border);
  }

  .gs-home-v3-page .gillingham-footer__column-title {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .gs-home-v3-page .gillingham-footer__links {
    gap: 10px;
  }

  .gs-home-v3-page .gillingham-footer__legal-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .gs-home-v3__section {
    padding: 28px 0;
  }

  .gs-home-v3__hero-offer-strip {
    margin-top: 18px;
    padding: 18px 18px 18px 18px;
    border-radius: 24px;
  }

  .gs-home-v3__hero-offer-content {
    gap: 5px;
  }

  .gs-home-v3__offer-desktop {
    display: none;
  }

  .gs-home-v3__offer-mobile {
    display: inline;
  }

  .gs-home-v3__hero-offer-lower {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .gs-home-v3__hero-offer-main {
    font-size: clamp(27px, 8.6vw, 34px);
    line-height: 1.04;
  }

  .gs-home-v3__hero-offer-subline {
    display: block;
    margin: 0;
    font-size: 17.5px;
    line-height: 1.22;
    font-weight: 700;
    color: rgba(18, 62, 109, 0.9);
    white-space: normal;
  }

  .gs-home-v3__hero-offer-meta {
    display: block;
    margin: 1px 0 0;
    font-size: 14.75px;
    line-height: 1.28;
    font-weight: 700;
    color: rgba(18, 62, 109, 0.88);
    white-space: normal;
  }

  .gs-home-v3__hero-offer-meta-item--3 {
    display: none;
  }

  .gs-home-v3__hero-access-seal {
    width: 96px;
    height: 96px;
  }

  .gs-home-v3__hero-access-seal-ring text {
    font-size: var(--gs-shield-ring-size-mobile, 8.8px);
    letter-spacing: 0.03em;
  }

  .gs-home-v3__trust-chip {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .gs-home-v3__trust-chip-list .gs-home-v3__trust-chip:last-child {
    display: none;
  }

  .gs-home-v3__sizes-line {
    font-size: 11.4px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .gs-home-v3__hero-media-grid {
    grid-template-rows: minmax(250px, auto) minmax(104px, auto);
  }

  .gs-home-v3__hero-access-seal {
    top: 16px;
    right: 16px;
  }

  .gs-home-v3__hero-access-seal-ring {
    inset: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    animation-duration: 20s;
  }

  .gs-home-v3__hero-access-seal-ring text {
    font-size: var(--gs-shield-ring-size-mobile, 8px);
    letter-spacing: 0.14em;
  }

  .gs-home-v3__hero-access-seal-core {
    inset: 16px;
  }

  .gs-home-v3__hero-access-seal-value {
    font-size: var(--gs-shield-value-size-mobile, 28px);
  }

  .gs-home-v3__reason-grid,
  .gs-home-v3__review-grid {
    grid-template-columns: 1fr;
  }

  .gs-home-v3__size-button-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-home-v3__size-button {
    min-height: 88px;
    padding: 15px 12px;
    justify-items: center;
    text-align: center;
  }

  .gs-home-v3__meta-card p {
    font-size: 15px;
  }

  .gs-home-v3__booking-step-label {
    font-size: 14px;
  }

  .gs-home-v3__booking-tracker-note {
    font-size: 14px;
  }

  .gs-home-v3__faq-item summary {
    padding-right: 58px;
  }
}


/* === Funnel host spacing safeguard v1.1.47 === */
.gs-home-v3__funnel .rhino-funnel--homepage-v3 {
  display: block;
}

.gs-home-v3__funnel .rhino-funnel--homepage-v3 .gs-home-v3__funnel-shell,
.gs-home-v3__funnel .rhino-funnel--homepage-v3 .rhino-funnel__step3-v3-shell {
  margin-bottom: 34px;
}


.gs-home-v3__image-protected,
.gs-home-v3 img,
.rhino-storage-funnel img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.gs-home-v3__hero-tile,
.gs-home-v3__image-card,
.rhino-storage-funnel__step1-image-card,
.rhino-storage-funnel__step1-image {
  -webkit-touch-callout: none;
}
