/* getwinco home — product-led institutional experience */

body.gw-home-product {
  --gh-blue: #2563eb;
  --gh-blue-strong: #1d4ed8;
  --gh-blue-deep: #0b3274;
  --gh-cyan: #20c7e8;
  --gh-ink: #0f2143;
  --gh-text: #5f718f;
  --gh-muted: #7b879c;
  --gh-line: #e2e9f3;
  --gh-soft: #f6f9fd;
  --gh-surface: #fff;
  --gh-dark: #091a38;
  --gh-green: #18a66a;
  --gh-shadow: 0 24px 70px rgba(15, 33, 67, 0.11);
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--gh-ink);
  background: #fff;
  font-family: var(--winco-font-sans);
  -webkit-font-smoothing: antialiased;
}

body.gw-home-product *,
body.gw-home-product *::before,
body.gw-home-product *::after {
  box-sizing: border-box;
}

body.gw-home-product img {
  max-width: 100%;
}

body.gw-home-product a,
body.gw-home-product button,
body.gw-home-product input,
body.gw-home-product select,
body.gw-home-product textarea {
  font: inherit;
}

html:has(body.gw-home-product) {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.gh-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.gh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--gh-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.gh-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gh-blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1);
}

.gh-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid var(--gh-line);
  border-radius: 13px;
  color: var(--gh-ink);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 820;
  transition: transform 180ms ease, border-color 180ms ease,
    color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.gh-btn:hover,
.gh-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.42);
  color: var(--gh-blue);
}

.gh-btn--primary {
  border-color: var(--gh-blue);
  color: #fff;
  background: var(--gh-blue);
  box-shadow: 0 15px 32px rgba(37, 99, 235, 0.23);
}

.gh-btn--primary:hover,
.gh-btn--primary:focus-visible {
  border-color: var(--gh-blue-strong);
  color: #fff;
  background: var(--gh-blue-strong);
}

.gh-btn--light {
  border-color: #fff;
  color: var(--gh-dark);
  background: #fff;
}

.gh-btn--light:hover,
.gh-btn--light:focus-visible {
  border-color: #d8e6ff;
  color: var(--gh-blue-deep);
  background: #f7faff;
}

body.gw-home-product .gw50-header {
  border-color: rgba(219, 229, 242, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(15, 33, 67, 0.045);
}

body.gw-home-product .gw50-shell {
  width: min(1240px, calc(100% - 48px));
}

body.gw-home-product .gw50-brand-logo {
  border: 1px solid #edf2f8;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.09);
}

body.gw-home-product .gw50-product-desktop {
  border-color: var(--gh-blue);
  color: #fff;
  background: var(--gh-blue);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
}

body.gw-home-product .gw50-product-desktop:hover {
  border-color: var(--gh-blue-strong);
  color: #fff;
  background: var(--gh-blue-strong);
}

.gh-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(70px, 7vw, 104px) 0 72px;
  background:
    radial-gradient(circle at 88% 12%, rgba(32, 199, 232, 0.13), transparent 27%),
    radial-gradient(circle at 62% 92%, rgba(37, 99, 235, 0.09), transparent 31%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.gh-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  top: -310px;
  left: -240px;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, 0.11);
  box-shadow: 0 0 0 70px rgba(37, 99, 235, 0.018),
    0 0 0 140px rgba(37, 99, 235, 0.012);
}

.gh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(480px, 1.04fr);
  gap: clamp(46px, 6vw, 82px);
  align-items: center;
}

.gh-hero__copy {
  min-width: 0;
}

.gh-hero__copy h1 {
  max-width: 720px;
  margin: 24px 0 22px;
  color: var(--gh-ink);
  font-size: clamp(54px, 5.35vw, 78px);
  font-variation-settings: "wght" 780;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.gh-hero__copy h1 span {
  color: var(--gh-blue);
}

.gh-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--gh-text);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.6;
}

.gh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.gh-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 27px;
  color: #536681;
  font-size: 11px;
  font-weight: 780;
}

.gh-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gh-hero__trust span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gh-green);
  box-shadow: 0 0 0 4px rgba(24, 166, 106, 0.1);
}

.gh-hero__visual {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(207, 220, 238, 0.85);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 32px 90px rgba(15, 33, 67, 0.15);
  backdrop-filter: blur(18px);
}

.gh-hero__visual::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.18), transparent 45%, rgba(32, 199, 232, 0.14));
  transform: rotate(2.4deg);
}

.gh-hero__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  background: #fff;
}

.gh-hero__visual-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 8px 2px;
}

.gh-hero__visual-bar strong {
  color: var(--gh-ink);
  font-size: 13px;
}

.gh-hero__visual-bar span {
  color: var(--gh-muted);
  font-size: 11px;
  font-weight: 700;
}

.gh-live-card {
  position: absolute;
  z-index: 2;
  min-width: 188px;
  padding: 15px 16px;
  border: 1px solid rgba(215, 226, 240, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 33, 67, 0.14);
  backdrop-filter: blur(14px);
}

.gh-live-card--top {
  top: 42px;
  right: -24px;
}

.gh-live-card--bottom {
  bottom: 54px;
  left: -30px;
}

.gh-live-card small {
  display: block;
  color: var(--gh-muted);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gh-live-card strong {
  display: block;
  margin-top: 6px;
  color: var(--gh-ink);
  font-size: 15px;
}

.gh-live-card span {
  display: block;
  margin-top: 4px;
  color: var(--gh-green);
  font-size: 10px;
  font-weight: 820;
}

.gh-signal-strip {
  border-top: 1px solid var(--gh-line);
  border-bottom: 1px solid var(--gh-line);
  background: #fff;
}

.gh-signal-strip__grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  align-items: stretch;
}

.gh-signal-strip__intro,
.gh-signal-strip__item {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 28px;
  border-right: 1px solid var(--gh-line);
}

.gh-signal-strip__intro {
  padding-left: 0;
}

.gh-signal-strip__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.gh-signal-strip strong {
  color: var(--gh-ink);
  font-size: 14px;
}

.gh-signal-strip span {
  margin-top: 5px;
  color: var(--gh-muted);
  font-size: 11px;
  line-height: 1.5;
}

.gh-section {
  padding: clamp(82px, 9vw, 120px) 0;
}

.gh-section--soft {
  border-top: 1px solid var(--gh-line);
  border-bottom: 1px solid var(--gh-line);
  background:
    radial-gradient(circle at 92% 10%, rgba(37, 99, 235, 0.07), transparent 28%),
    var(--gh-soft);
}

.gh-section__head {
  max-width: 780px;
  margin-bottom: 44px;
}

.gh-section__head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 70px;
  align-items: end;
}

.gh-section__head h2 {
  margin: 15px 0 0;
  color: var(--gh-ink);
  font-size: clamp(40px, 4.4vw, 62px);
  font-variation-settings: "wght" 760;
  line-height: 1.01;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.gh-section__head > p,
.gh-section__head > div > p {
  margin: 18px 0 0;
  color: var(--gh-text);
  font-size: 16px;
  line-height: 1.68;
}

.gh-product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1.24fr);
  gap: 42px;
  align-items: center;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(32, 199, 232, 0.26), transparent 29%),
    linear-gradient(135deg, #081b3b 0%, #0a326f 64%, #0d55b7 100%);
  box-shadow: 0 30px 80px rgba(8, 27, 59, 0.2);
}

.gh-product-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -260px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025);
}

.gh-product-card__copy,
.gh-product-card__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.gh-product-card__label {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #a9ceff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gh-product-card h3 {
  margin: 22px 0 14px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.gh-product-card__copy > p {
  margin: 0;
  color: rgba(232, 240, 252, 0.78);
  font-size: 15px;
  line-height: 1.68;
}

.gh-product-card__list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.gh-product-card__list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.gh-product-card__list li::before {
  content: "✓";
  color: #67e8b2;
}

.gh-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gh-product-card__visual {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 60px rgba(1, 12, 33, 0.24);
}

.gh-product-card__visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

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

.gh-outcome {
  min-height: 190px;
  padding: 25px;
  border: 1px solid var(--gh-line);
  border-radius: 18px;
  background: #fff;
}

.gh-outcome span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: var(--gh-blue);
  background: #eef4ff;
  font-size: 11px;
  font-weight: 900;
}

.gh-outcome strong {
  display: block;
  margin-top: 22px;
  color: var(--gh-ink);
  font-size: 17px;
}

.gh-outcome p {
  margin: 9px 0 0;
  color: var(--gh-text);
  font-size: 13px;
  line-height: 1.6;
}

.gh-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gh-solution {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--gh-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 33, 67, 0.045);
  transition: transform 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease;
}

.gh-solution:hover {
  transform: translateY(-4px);
  border-color: #bfd1f8;
  box-shadow: 0 24px 52px rgba(15, 33, 67, 0.09);
}

.gh-solution__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gh-solution__icon {
  min-width: 40px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--gh-blue);
  background: #eef4ff;
  font-size: 10px;
  font-weight: 900;
}

.gh-solution__index {
  color: #a5b2c5;
  font-size: 11px;
  font-weight: 850;
}

.gh-solution__kicker {
  margin: 28px 0 8px;
  color: var(--gh-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gh-solution h3 {
  max-width: 490px;
  margin: 0;
  color: var(--gh-ink);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.gh-solution > p:not(.gh-solution__kicker) {
  max-width: 520px;
  margin: 15px 0 0;
  color: var(--gh-text);
  font-size: 13px;
  line-height: 1.62;
}

.gh-solution__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.gh-solution__tags span {
  padding: 6px 9px;
  border: 1px solid #e2e9f3;
  border-radius: 999px;
  color: #64748b;
  background: #f8fafc;
  font-size: 9px;
  font-weight: 780;
}

.gh-solution__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
  color: var(--gh-ink);
  text-decoration: none;
  font-size: 11px;
  font-weight: 850;
}

.gh-solution__link:hover,
.gh-solution__link:focus-visible {
  color: var(--gh-blue);
}

.gh-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
}

.gh-process__step {
  position: relative;
  min-width: 0;
  padding: 0 28px 0 0;
}

.gh-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 20px;
  left: 22px;
  height: 1px;
  background: linear-gradient(90deg, #aac6fb, #e5edf8);
}

.gh-process__dot {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  display: block;
  margin-bottom: 24px;
  border: 4px solid #dce8ff;
  border-radius: 50%;
  background: var(--gh-blue);
  box-shadow: 0 0 0 5px #fff;
}

.gh-process__step small {
  color: var(--gh-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gh-process__step h3 {
  margin: 10px 0 8px;
  color: var(--gh-ink);
  font-size: 16px;
}

.gh-process__step p {
  margin: 0;
  color: var(--gh-text);
  font-size: 12px;
  line-height: 1.58;
}

.gh-contact {
  padding: 92px 0;
  background: #fff;
}

.gh-contact__shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 58px;
  padding: clamp(36px, 5vw, 66px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(32, 199, 232, 0.22), transparent 26%),
    linear-gradient(135deg, #081a39, #0a3372 65%, #0d54b2);
  box-shadow: 0 30px 85px rgba(8, 27, 59, 0.2);
}

.gh-contact__intro,
.gh-contact__form {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.gh-contact .gh-kicker {
  color: #a8ceff;
}

.gh-contact .gh-kicker::before {
  background: #77b5ff;
  box-shadow: 0 0 0 5px rgba(119, 181, 255, 0.13);
}

.gh-contact h2 {
  margin: 20px 0 16px;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.052em;
}

.gh-contact__intro > p {
  margin: 0;
  color: rgba(226, 237, 252, 0.77);
  font-size: 14px;
  line-height: 1.68;
}

.gh-contact__channels {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.gh-contact__channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  font-size: 11px;
}

.gh-contact__channel span {
  color: rgba(226, 237, 252, 0.66);
}

.gh-contact__channel strong {
  overflow-wrap: anywhere;
}

.gh-contact__form {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

.gh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gh-field {
  min-width: 0;
}

.gh-field--full {
  grid-column: 1 / -1;
}

.gh-field label {
  display: block;
  margin: 0 0 7px;
  color: rgba(235, 243, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gh-field :is(input, select, textarea) {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  outline: 0;
  padding: 0 13px;
  color: #fff;
  background: rgba(4, 24, 57, 0.34);
  font-size: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease,
    background 160ms ease;
}

.gh-field textarea {
  min-height: 116px;
  resize: vertical;
  padding-top: 13px;
}

.gh-field :is(input, select, textarea):focus {
  border-color: rgba(151, 201, 255, 0.78);
  background: rgba(4, 24, 57, 0.5);
  box-shadow: 0 0 0 4px rgba(119, 181, 255, 0.12);
}

.gh-field :is(input, textarea)::placeholder {
  color: rgba(225, 235, 250, 0.45);
}

.gh-field select option {
  color: var(--gh-ink);
  background: #fff;
}

.gh-contact__form .gh-btn {
  width: 100%;
  margin-top: 14px;
}

.gh-form-status {
  min-height: 18px;
  margin-top: 10px;
  color: #b7d8ff;
  font-size: 12.5px;
}

.gh-footer {
  border-top: 1px solid var(--gh-line);
  background: #fff;
}

.gh-footer__inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--gh-muted);
  font-size: 11px;
}

.gh-footer__brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.gh-footer__brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.gh-footer__brand strong {
  color: var(--gh-ink);
}

.gh-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.gh-footer__links a {
  color: #536681;
  text-decoration: none;
  font-weight: 750;
}

.gh-footer__links a:hover,
.gh-footer__links a:focus-visible {
  color: var(--gh-blue);
}

.gh-contact-float {
  position: fixed;
  z-index: 2000;
  right: 22px;
  bottom: 22px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 17px 0 9px;
  border-radius: 999px;
  color: #fff;
  background: #11a868;
  box-shadow: 0 15px 36px rgba(17, 168, 104, 0.27);
  text-decoration: none;
  font-size: 11px;
  font-weight: 820;
}

.gh-contact-float::before {
  content: "W";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0a8b55;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.gh-contact-float:hover,
.gh-contact-float:focus-visible {
  background: #0d925b;
  transform: translateY(-2px);
}

body.gw-home-product :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.22);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .gh-hero__grid,
  .gh-product-card,
  .gh-contact__shell {
    grid-template-columns: 1fr;
  }

  .gh-hero__copy {
    max-width: 820px;
  }

  .gh-hero__visual {
    width: min(780px, 100%);
  }

  .gh-signal-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gh-signal-strip__intro,
  .gh-signal-strip__item {
    padding-left: 22px;
    border-bottom: 1px solid var(--gh-line);
  }

  .gh-signal-strip__item:nth-child(2) {
    border-right: 0;
  }

  .gh-signal-strip__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gh-section__head--split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gh-contact__intro {
    max-width: 680px;
  }
}

@media (max-width: 820px) {
  html:has(body.gw-home-product) {
    scroll-padding-top: 16px;
  }

  .gh-shell,
  body.gw-home-product .gw50-shell {
    width: min(100% - 24px, 1240px);
  }

  body.gw-home-product .gw50-header {
    position: relative !important;
  }

  body.gw-home-product .gw50-brand span {
    font-size: 17px;
  }

  .gh-hero {
    padding: 54px 0 48px;
  }

  .gh-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .gh-hero__copy h1 {
    margin-top: 20px;
    font-size: clamp(44px, 11vw, 62px);
    line-height: 1;
  }

  .gh-hero__visual {
    padding: 10px;
    border-radius: 24px;
  }

  .gh-hero__image {
    border-radius: 17px;
  }

  .gh-live-card {
    position: static;
    min-width: 0;
    display: inline-block;
    margin: 10px 5px 0;
    padding: 12px 13px;
    box-shadow: none;
  }

  .gh-hero__visual-bar {
    padding-inline: 5px;
  }

  .gh-outcomes,
  .gh-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gh-process {
    gap: 34px 14px;
  }

  .gh-process__step:nth-child(2)::after {
    display: none;
  }

  .gh-solutions {
    grid-template-columns: 1fr;
  }

  .gh-section {
    padding: 76px 0;
  }

  .gh-contact {
    padding: 68px 0;
  }

  .gh-contact__shell {
    gap: 32px;
    padding: 30px;
    border-radius: 24px;
  }

  .gh-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 0;
  }

  .gh-footer__links {
    justify-content: flex-start;
  }

  .gh-contact-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
    min-height: 50px;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .gh-contact-float::before {
    flex: 0 0 32px;
    color: #0a8b55;
  }
}

@media (max-width: 620px) {
  .gh-hero__actions,
  .gh-product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gh-btn {
    width: 100%;
  }

  .gh-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gh-signal-strip__grid,
  .gh-outcomes,
  .gh-process,
  .gh-form-grid {
    grid-template-columns: 1fr;
  }

  .gh-signal-strip__intro,
  .gh-signal-strip__item {
    min-height: auto;
    padding: 19px 0;
    border-right: 0;
    border-bottom: 1px solid var(--gh-line) !important;
  }

  .gh-signal-strip__item:last-child {
    border-bottom: 0 !important;
  }

  .gh-section__head {
    margin-bottom: 32px;
  }

  .gh-section__head h2,
  .gh-contact h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .gh-product-card {
    gap: 30px;
    padding: 26px;
    border-radius: 24px;
  }

  .gh-product-card h3 {
    font-size: 42px;
  }

  .gh-product-card__visual {
    padding: 7px;
    border-radius: 16px;
  }

  .gh-product-card__visual img {
    border-radius: 11px;
  }

  .gh-solution {
    min-height: 320px;
    padding: 24px;
  }

  .gh-process {
    gap: 28px;
  }

  .gh-process__step {
    padding: 0 0 0 27px;
  }

  .gh-process__step::after {
    top: 17px !important;
    bottom: -28px;
    left: 6px !important;
    width: 1px !important;
    height: auto !important;
    display: block !important;
    background: linear-gradient(180deg, #aac6fb, #e5edf8) !important;
  }

  .gh-process__step:last-child::after {
    display: none !important;
  }

  .gh-process__dot {
    position: absolute;
    top: 0;
    left: 0;
  }

  .gh-contact__shell {
    padding: 25px 20px;
  }

  .gh-contact__form {
    padding: 18px;
  }

  .gh-field--full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.gw-home-product) {
    scroll-behavior: auto;
  }

  body.gw-home-product *,
  body.gw-home-product *::before,
  body.gw-home-product *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
