:root {
  --home-orange: #ff6b00;
  --home-orange-2: #ff9f1c;
  --home-blue: #1167d8;
  --home-navy: #071b3a;
  --home-text: #172033;
  --home-muted: #667085;
  --home-line: #e8edf4;
  --home-soft: #f6f9fd;
  --home-card: #ffffff;
  --home-shadow: 0 18px 42px rgba(17, 30, 58, .08);
}

@property --donut-fill {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}

@media (max-width: 720px) {
  .go-hero-slider .hero-frame {
    min-height: 0 !important;
  }

  .go-hero-slider .hero-slide {
    position: relative;
    inset: auto;
    display: none;
    grid-template-columns: 1fr;
    padding: 40px 0 68px;
  }

  .go-hero-slider .hero-slide.is-active {
    display: grid;
  }

  .go-hero-slider .hero-visual {
    display: none !important;
  }
}

.go-home-modern-body {
  background: #fff;
  color: var(--home-text);
}

.go-home-modern-body .go-home-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.go-modern-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232, 237, 244, .8);
}

.go-modern-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.go-modern-brand img {
  width: 150px;
  height: auto;
}

.go-modern-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}

.go-modern-nav a {
  color: #172033;
  position: relative;
}

.go-modern-nav a.active,
.go-modern-nav a:hover {
  color: var(--home-orange);
}

.go-modern-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.go-modern-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.go-modern-phone span {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 107, 0, .28);
  color: var(--home-orange);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
}

.go-modern-phone span:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-20deg);
  border-radius: 2px;
  position: absolute;
  text-indent: 0;
}

.go-modern-offer,
.go-btn {
  border: 0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--home-orange), #ff7d16);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(255, 107, 0, .2);
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.go-modern-offer:before,
.go-btn:before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  width: 32px;
  left: -48px;
  background: rgba(255, 255, 255, .45);
  transform: rotate(18deg);
  transition: left .45s ease;
}

.go-modern-offer:hover,
.go-btn:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 32px rgba(255, 107, 0, .26);
  color: #fff;
}

.go-modern-offer:hover:before,
.go-btn:hover:before {
  left: calc(100% + 40px);
}

.go-btn span,
.go-modern-offer span {
  transition: transform .22s ease;
}

.go-btn:hover span,
.go-modern-offer:hover span {
  transform: translateX(4px);
}

.go-btn.ghost {
  background: #fff;
  color: #172033;
  border: 1px solid var(--home-line);
  box-shadow: none;
}

.go-btn.blue {
  background: linear-gradient(135deg, #1267d8, #1d8cff);
  box-shadow: 0 12px 28px rgba(18, 103, 216, .2);
}

.go-btn.light {
  background: #fff;
  color: #172033;
}

.go-modern-menu {
  width: 42px;
  height: 42px;
  border: 1px solid var(--home-line);
  border-radius: 7px;
  background: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.go-modern-menu span {
  width: 18px;
  height: 2px;
  background: #172033;
  border-radius: 2px;
}

.go-hero-slider {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, #ffffff 0%, #ffffff 45%, #fff7ef 72%, #f7fbff 100%);
  border-bottom: 1px solid var(--home-line);
}

.go-hero-slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 107, 0, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 103, 216, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .45;
  pointer-events: none;
}

.hero-frame {
  position: relative;
  min-height: 628px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  padding: 58px 0 74px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-copy > * {
  opacity: 0;
  transform: translateY(28px);
}

.hero-slide.is-active .hero-eyebrow {
  animation: homeUp .58s ease forwards;
}

.hero-slide.is-active h1 {
  animation: homeUp .64s ease .05s forwards;
}

.hero-slide.is-active .hero-copy p {
  animation: homeUp .62s ease .1s forwards;
}

.hero-slide.is-active .hero-trust {
  animation: homeUp .6s ease .14s forwards;
}

.hero-slide.is-active .hero-actions {
  animation: homeUp .62s ease .2s forwards;
}

.hero-eyebrow,
.section-head span,
.section-row-head span,
.split-copy > span {
  display: inline-flex;
  color: var(--home-orange);
  background: #fff3e8;
  border: 1px solid #fed8bd;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}

.hero-copy h1 {
  margin: 22px 0 18px;
  color: var(--home-navy);
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 950;
}

.hero-copy h1 mark,
.section-head mark,
.split-copy mark,
.section-row-head mark {
  color: var(--home-orange);
  background: transparent;
  position: relative;
  white-space: normal;
}

.hero-copy h1 mark:after,
.section-head mark:after,
.split-copy mark:after,
.section-row-head mark:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .05em;
  height: .18em;
  background: rgba(255, 159, 28, .24);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}

.hero-slide.is-active h1 mark:after,
.is-visible mark:after {
  animation: markerLine .7s ease .35s forwards;
}

.hero-copy p,
.section-head p,
.split-copy p {
  color: var(--home-muted);
  font-size: 17px;
  max-width: 580px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 26px 0 0;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #263247;
  font-size: 13px;
  font-weight: 800;
}

.hero-trust span:before,
.check-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid var(--home-orange);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-visual {
  position: relative;
  min-height: 480px;
}

.hero-dashboard,
.analytics-card,
.seo-card,
.views-card,
.profile-card,
.traffic-card,
.rank-card,
.search-result,
.donut-mini {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(232, 237, 244, .88);
  border-radius: 8px;
  box-shadow: var(--home-shadow);
}

.hero-dashboard {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: min(560px, 100%);
  padding: 18px;
  backdrop-filter: blur(12px);
}

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

.dash-bottom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dash-metric,
.donut-card,
.performance-panel {
  opacity: 0;
  transform: translateY(26px);
}

.hero-slide.is-active .dash-metric,
.hero-slide.is-active .donut-card,
.hero-slide.is-active .performance-panel {
  animation: cardUp .6s ease var(--delay, 0ms) forwards;
}

.dash-metric {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.dash-metric span,
.metric-row span,
.views-card span,
.traffic-card span,
.rank-card span {
  color: #68758a;
  font-size: 12px;
  font-weight: 800;
}

.dash-metric strong,
.metric-row b,
.views-card b,
.traffic-card b,
.rank-card b {
  display: block;
  margin-top: 4px;
  color: #101828;
  font-size: 25px;
  line-height: 1;
}

.dash-metric small,
.views-card small,
.traffic-card small,
.donut-mini small {
  display: block;
  margin-top: 6px;
  color: #14a765;
  font-weight: 800;
  font-size: 12px;
}

.performance-panel {
  margin: 12px 0;
  padding: 18px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
}

.performance-panel > div,
.analytics-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.performance-panel span,
.analytics-head span {
  color: var(--home-orange);
  font-weight: 900;
}

svg .chart-grid {
  stroke: #edf2f7;
  stroke-width: 1;
  fill: none;
}

svg .chart-line {
  stroke: var(--home-orange);
  stroke-width: 5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

svg .chart-line.blue {
  stroke: var(--home-blue);
}

.is-visible svg .chart-line,
.hero-slide.is-active svg .chart-line {
  animation: drawLine 1.25s ease forwards;
}

.donut-card {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: 7px;
}

.donut-card span,
.donut-mini span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(var(--home-blue) var(--donut-fill, calc(var(--donut, 70) * 1%)), #e9f0fa 0);
  position: relative;
  transform: rotate(-90deg) scale(.86);
}

.hero-slide.is-active .donut-card span,
.is-visible .donut-mini span {
  animation: donutFill 1s ease .15s forwards;
}

.donut-card span:after,
.donut-mini span:after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #fff;
}

.donut-card b {
  font-size: 12px;
}

.platform-float,
.mini-platform {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--home-line);
  box-shadow: var(--home-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  animation: platformFloat 6s ease-in-out infinite;
}

.platform-float img,
.mini-platform img {
  width: 34px;
  height: 34px;
}

.platform-float.google {
  left: -2px;
  top: 70px;
}

.platform-float.meta {
  right: -8px;
  top: 170px;
  animation-delay: .8s;
}

.platform-float.maps {
  right: 28px;
  bottom: 74px;
  animation-delay: 1.3s;
}

.platform-float.maps span {
  width: 23px;
  height: 23px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #33a852, #4285f4 48%, #fbbc05);
  transform: rotate(-45deg);
}

.hero-uploaded {
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 1;
  width: min(360px, 72%);
  max-height: 300px;
  object-fit: contain;
  opacity: .92;
  filter: drop-shadow(0 18px 35px rgba(17, 30, 58, .16));
}

.hero-arrow,
.ref-arrow {
  position: absolute;
  z-index: 8;
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--home-orange);
  box-shadow: var(--home-shadow);
  font-size: 28px;
  line-height: 1;
}

.hero-prev {
  left: 28px;
  top: 50%;
}

.hero-next {
  right: 28px;
  top: 50%;
}

.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  display: flex;
  justify-content: center;
  gap: 9px;
  z-index: 7;
}

.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d8dee8;
}

.hero-dots button.is-active {
  background: var(--home-orange);
  transform: scale(1.25);
}

.go-mobile-proof-section {
  display: block;
  padding: 42px 0 46px;
  border-bottom: 1px solid var(--home-line);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 107, 0, .08), transparent 28%),
    linear-gradient(180deg, #fff, #fffaf5);
}

.go-mobile-proof-slider {
  position: relative;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.go-mobile-proof-viewport {
  width: 100%;
  padding: 12px 24px 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.go-mobile-proof-viewport::-webkit-scrollbar {
  display: none;
}

.go-mobile-proof-track {
  display: flex;
  gap: 12px;
}

.go-mobile-proof-slide {
  flex: 0 0 calc((100% - 60px) / 6);
  aspect-ratio: 9 / 16;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  border: 6px solid #071b3a;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 27, 58, .18);
}

.go-mobile-proof-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.go-mobile-proof-arrow {
  position: absolute;
  z-index: 4;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 107, 0, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: var(--home-orange);
  box-shadow: 0 10px 24px rgba(7, 27, 58, .16);
  font-size: 28px;
  line-height: 1;
}

.go-mobile-proof-arrow.prev {
  left: 5px;
}

.go-mobile-proof-arrow.next {
  right: 5px;
}

.go-mobile-proof-dots {
  min-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.go-mobile-proof-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfd5df;
  transition: width .2s ease, background .2s ease;
}

.go-mobile-proof-dots button.is-active {
  width: 19px;
  border-radius: 999px;
  background: var(--home-orange);
}

.go-mobile-proof-slider.is-single .go-mobile-proof-arrow,
.go-mobile-proof-slider.is-single .go-mobile-proof-dots {
  display: none;
}

.go-mobile-proof-note {
  position: relative;
  width: calc(100% - 48px);
  max-width: 1492px;
  margin: 24px auto 0;
  padding: 17px 18px 17px 54px;
  overflow: hidden;
  border: 1px solid #f0c33e;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff3a8, #ffd950);
  color: #4c3600;
  box-shadow: 0 12px 28px rgba(191, 139, 0, .15);
  font-size: 14px;
  line-height: 1.55;
}

.go-mobile-proof-note:before {
  content: "!";
  position: absolute;
  left: 17px;
  top: 18px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6e4c00;
  color: #fff6bf;
  font-weight: 950;
}

.go-mobile-proof-note strong {
  display: block;
  margin-bottom: 2px;
  color: #3d2b00;
}

.home-section {
  padding: 78px 0;
  background: #fff;
}

.home-band {
  padding: 78px 0;
  overflow: hidden;
}

.go-ecosystem-section {
  padding: 34px 0 72px;
  background: #f8fbff;
  overflow: hidden;
}

.go-ecosystem-wrap {
  min-height: 560px;
  border: 1px solid rgba(216, 226, 239, .95);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 47%, rgba(255, 107, 0, .11), transparent 31%),
    radial-gradient(circle at 56% 44%, rgba(17, 103, 216, .12), transparent 35%),
    linear-gradient(115deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .86));
  box-shadow: 0 18px 44px rgba(17, 30, 58, .06);
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(540px, 1.08fr);
  gap: 34px;
  align-items: center;
  padding: 56px 58px;
  position: relative;
}

.go-ecosystem-wrap:before,
.go-ecosystem-wrap:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.go-ecosystem-wrap:before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(255, 107, 0, .045) 68% 69%, transparent 69%),
    radial-gradient(rgba(17, 103, 216, .14) 2px, transparent 2px) 67% 16% / 24px 24px;
  opacity: .55;
}

.go-ecosystem-wrap:after {
  right: 5%;
  bottom: 12%;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(rgba(255, 107, 0, .22) 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: .45;
}

.go-ecosystem-copy,
.go-ecosystem-visual {
  position: relative;
  z-index: 1;
}

.go-ecosystem-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf5ff;
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 950;
}

.go-ecosystem-eyebrow:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: var(--home-blue);
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .88);
}

.go-ecosystem-copy h2 {
  max-width: 720px;
  margin: 24px 0 22px;
  color: var(--home-navy);
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.14;
  letter-spacing: 0;
}

.go-ecosystem-copy h2 mark {
  color: var(--home-orange);
  background: transparent;
}

.go-ecosystem-lead {
  max-width: 610px;
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid var(--home-orange);
  color: #64748b;
  font-size: 19px;
  line-height: 1.65;
}

.go-ecosystem-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(216, 226, 239, .88);
}

.go-ecosystem-values article {
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.go-ecosystem-values article:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 103, 216, .16);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 28px rgba(17, 30, 58, .06);
}

.go-ecosystem-values i {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: inline-flex;
  background: #eef5ff;
  position: relative;
  box-shadow: 0 10px 22px rgba(17, 103, 216, .08);
}

.go-ecosystem-values i:before,
.go-ecosystem-values i:after {
  content: "";
  position: absolute;
  border: 2px solid var(--home-blue);
}

.go-ecosystem-values i.folder:before { left: 12px; top: 17px; width: 24px; height: 16px; border-radius: 3px; }
.go-ecosystem-values i.folder:after { left: 12px; top: 13px; width: 12px; height: 6px; border-bottom: 0; border-radius: 3px 3px 0 0; }
.go-ecosystem-values i.puzzle:before { left: 15px; top: 13px; width: 18px; height: 22px; border-radius: 4px; }
.go-ecosystem-values i.puzzle:after { left: 27px; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: #eef5ff; }
.go-ecosystem-values i.chart:before { left: 13px; bottom: 12px; width: 4px; height: 15px; background: var(--home-blue); border: 0; box-shadow: 9px -7px 0 var(--home-blue), 18px -14px 0 var(--home-blue); }
.go-ecosystem-values i.chart:after { display: none; }
.go-ecosystem-values i.support:before { left: 12px; top: 14px; width: 24px; height: 20px; border-radius: 14px 14px 6px 6px; border-bottom: 0; }
.go-ecosystem-values i.support:after { right: 10px; bottom: 12px; width: 9px; height: 9px; border-radius: 50%; background: var(--home-blue); }

.go-ecosystem-values b {
  display: block;
  margin-top: 13px;
  color: var(--home-navy);
  font-size: 16px;
  line-height: 1.35;
}

.go-ecosystem-values p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.go-ecosystem-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.go-ecosystem-plan {
  min-height: 52px;
  min-width: 240px;
  padding: 0 22px;
  border: 1px solid #cfd9e8;
  border-radius: 7px;
  background: rgba(255, 255, 255, .72);
  color: var(--home-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 900;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.go-ecosystem-plan span {
  width: 20px;
  height: 20px;
  border: 2px solid #94a3b8;
  border-radius: 4px;
  position: relative;
}

.go-ecosystem-plan span:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  border-top: 2px solid #94a3b8;
}

.go-ecosystem-plan:hover {
  color: var(--home-navy);
  transform: translateY(-2px);
  border-color: rgba(17, 103, 216, .38);
  box-shadow: 0 14px 28px rgba(17, 30, 58, .08);
}

.go-ecosystem-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: #718096;
  font-size: 15px;
}

.go-ecosystem-note i {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--home-blue);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .35);
}

.go-ecosystem-visual {
  min-height: 500px;
  transform-style: preserve-3d;
}

.go-ecosystem-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.go-ecosystem-lines:before,
.go-ecosystem-lines:after {
  content: "";
  position: absolute;
  left: 18%;
  right: 9%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(17, 103, 216, .42), rgba(255, 107, 0, .55), transparent);
}

.go-ecosystem-lines:after {
  top: 54%;
  opacity: .28;
  transform: rotate(-8deg);
}

.go-ecosystem-lines span {
  position: absolute;
  top: 50%;
  left: 32%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 18px rgba(17, 103, 216, .65);
  animation: ecoLight 6.5s linear infinite;
}

.go-ecosystem-lines span:nth-child(2) {
  background: var(--home-orange);
  animation-delay: 1.4s;
}

.go-ecosystem-lines span:nth-child(3) {
  background: #38bdf8;
  animation-delay: 3s;
}

.go-ecosystem-core {
  position: absolute;
  left: 51%;
  top: 50%;
  z-index: 4;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 42px rgba(17, 30, 58, .13), 0 0 0 12px rgba(255, 255, 255, .48);
  animation: ecoPulse 4.8s ease-in-out infinite;
}

.go-ecosystem-core b {
  color: var(--home-navy);
  font-size: 37px;
  line-height: 1;
  letter-spacing: -1px;
}

.go-ecosystem-core span {
  color: var(--home-orange);
}

.go-ecosystem-card {
  --eco-rotate: 0deg;
  --eco-x: 0px;
  --eco-y: 0px;
  --eco-float-delay: 1s;
  position: absolute;
  z-index: 3;
  width: 275px;
  min-height: 154px;
  border: 1px solid rgba(224, 231, 241, .92);
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 46px rgba(17, 30, 58, .09);
  padding: 16px;
  transform: translate3d(var(--eco-x), var(--eco-y), 0) rotate(var(--eco-rotate));
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.go-ecosystem-card:hover {
  box-shadow: 0 26px 58px rgba(17, 30, 58, .14);
  border-color: rgba(255, 107, 0, .28);
}

.go-ecosystem-card small {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 10px;
}

.go-ecosystem-card.web {
  --eco-rotate: 5deg;
  left: 10%;
  top: 11%;
  width: 290px;
}

.go-ecosystem-card.ads {
  --eco-rotate: -5deg;
  --eco-float-delay: 1.25s;
  right: 11%;
  top: 8%;
  width: 280px;
}

.go-ecosystem-card.report {
  --eco-rotate: -6deg;
  --eco-float-delay: 1.5s;
  left: 13%;
  bottom: 9%;
}

.go-ecosystem-card.software {
  --eco-rotate: 5deg;
  --eco-float-delay: 1.75s;
  right: 8%;
  bottom: 10%;
  width: 300px;
}

.go-eco-browser {
  min-height: 104px;
  border-radius: 8px;
  background: linear-gradient(135deg, #061b3b, #0e2a58);
  padding: 18px;
  color: #fff;
}

.go-eco-browser:before {
  content: "";
  display: block;
  width: 40px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  margin-bottom: 14px;
}

.go-eco-browser b {
  display: block;
  font-size: 16px;
  max-width: 170px;
}

.go-eco-browser p {
  color: rgba(255, 255, 255, .68);
  margin: 7px 0 12px;
  font-size: 11px;
}

.go-eco-browser em {
  display: block;
  width: 62px;
  height: 18px;
  border-radius: 5px;
  background: var(--home-orange);
}

.go-eco-platforms {
  display: flex;
  gap: 10px;
}

.go-eco-platforms i {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid #e6edf7;
  position: relative;
}

.go-eco-platforms i:before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 6px;
  border: 4px solid var(--home-blue);
  border-top-color: var(--home-orange);
}

.go-eco-platforms i:nth-child(2):before {
  border-radius: 50%;
  border-color: #1570ef;
  border-left-color: transparent;
}

.go-eco-platforms i:nth-child(3):before {
  border-color: #111827;
  border-right-color: var(--home-orange);
}

.go-eco-bars {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 58px;
  margin-top: 15px;
  padding: 0 5px;
  border-bottom: 2px solid #dce7f5;
}

.go-eco-bars span {
  width: 28px;
  border-radius: 8px 8px 0 0;
  background: #9bc8ff;
}

.go-eco-bars span:nth-child(1) { height: 18px; }
.go-eco-bars span:nth-child(2) { height: 34px; background: var(--home-blue); }
.go-eco-bars span:nth-child(3) { height: 48px; background: #ff9f1c; }
.go-eco-bars span:nth-child(4) { height: 27px; }

.go-eco-donut {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(var(--home-blue) 0 42%, #ff9f1c 42% 64%, #dbeafe 64%);
  position: relative;
}

.go-eco-donut:after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #fff;
}

.go-eco-report-lines {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.go-eco-report-lines span {
  height: 8px;
  border-radius: 999px;
  background: #dbeafe;
}

.go-eco-report-lines span:nth-child(1) { width: 78%; background: #93c5fd; }
.go-eco-report-lines span:nth-child(2) { width: 58%; }
.go-eco-report-lines span:nth-child(3) { width: 66%; background: #fed7aa; }

.go-eco-panel {
  min-height: 112px;
  padding-left: 54px;
  position: relative;
}

.go-eco-panel i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px;
  border-radius: 8px;
  background: #0b1f3a;
}

.go-eco-panel span {
  display: block;
  height: 19px;
  margin-bottom: 9px;
  border-radius: 6px;
  background: #eef5ff;
}

.go-eco-panel span:nth-child(3) { width: 90%; }
.go-eco-panel span:nth-child(4) { width: 75%; }
.go-eco-panel span:nth-child(5) { width: 84%; }

.go-ecosystem-tag {
  position: absolute;
  z-index: 5;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(224, 231, 241, .92);
  box-shadow: 0 14px 30px rgba(17, 30, 58, .08);
  color: var(--home-navy);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
}

.go-ecosystem-tag i {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: var(--home-blue);
}

.go-ecosystem-tag.tag-ads i,
.go-ecosystem-tag.tag-software i {
  background: var(--home-orange);
}

.tag-web { left: 0; top: 28%; }
.tag-ads { right: 0; top: 25%; }
.tag-report { left: 6%; bottom: 23%; }
.tag-software { right: 1%; bottom: 24%; }
.tag-seo { right: 9%; bottom: 8%; }

.go-ecosystem-system-note {
  position: absolute;
  left: 36%;
  bottom: 1%;
  z-index: 5;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(241, 245, 249, .86);
  color: #64748b;
  font-weight: 800;
}

.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-copy {
  opacity: 0;
  transform: translateX(-24px);
}

.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-core,
.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-card,
.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-tag,
.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-system-note {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.86);
}

.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-card,
.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-tag,
.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-system-note {
  transform: translateY(18px) scale(.92);
}

.go-ecosystem-section.is-ecosystem-ready .go-ecosystem-card {
  transform: translateY(18px) scale(.92) rotate(var(--eco-rotate));
}

.go-ecosystem-section.is-ecosystem-active .go-ecosystem-copy,
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-core,
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-card,
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-tag,
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-system-note {
  opacity: 1;
  transition: opacity .7s ease, transform .7s ease;
}

.go-ecosystem-section.is-ecosystem-active .go-ecosystem-copy,
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-tag,
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-system-note {
  transform: none;
}

.go-ecosystem-section.is-ecosystem-active .go-ecosystem-core {
  transform: translate(-50%, -50%);
}

.go-ecosystem-section.is-ecosystem-active .go-ecosystem-card {
  transform: translate3d(var(--eco-x), var(--eco-y), 0) rotate(var(--eco-rotate));
  animation: ecoDrift 7s ease-in-out var(--eco-float-delay) infinite;
}

.go-ecosystem-section.is-ecosystem-active .go-ecosystem-card.web { transition-delay: .12s; }
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-card.ads { transition-delay: .2s; }
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-card.report { transition-delay: .28s; }
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-card.software { transition-delay: .36s; }
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-tag { transition-delay: .44s; }
.go-ecosystem-section.is-ecosystem-active .go-ecosystem-system-note { transition-delay: .5s; }

.section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head h2,
.split-copy h2,
.section-row-head h2,
.final-cta h2 {
  color: var(--home-navy);
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.08;
  margin: 16px 0 14px;
  letter-spacing: 0;
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background:
    radial-gradient(circle at 6% 74%, rgba(255, 107, 0, .09), transparent 28%),
    radial-gradient(circle at 94% 35%, rgba(255, 107, 0, .1), transparent 26%),
    radial-gradient(circle at 14% 12%, rgba(17, 103, 216, .045), transparent 30%),
    #fff;
}

.services-section:before,
.services-section:after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .5;
}

.services-section:before {
  width: 360px;
  height: 360px;
  left: -170px;
  top: -96px;
  border: 1px solid rgba(17, 103, 216, .08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 32px rgba(17, 103, 216, .025);
}

.services-section:after {
  right: 11%;
  top: 96px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(17, 30, 58, .16) 2px, transparent 2px);
  background-size: 22px 22px;
}

.services-section .section-head {
  max-width: 980px;
  margin-bottom: 46px;
}

.services-section .section-head span {
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 15px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 24px rgba(255, 107, 0, .08);
}

.services-section .section-head span:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: var(--home-orange);
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .9);
}

.services-section .section-head h2 {
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.05;
  max-width: 980px;
  margin: 18px auto 16px;
}

.services-section .section-head mark {
  color: var(--home-orange);
}

.services-section .section-head mark:after {
  bottom: -.08em;
  height: .1em;
  background: var(--home-orange);
  z-index: 0;
}

.services-section .section-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--home-muted);
  font-size: 19px;
  line-height: 1.55;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.service-card {
  min-height: 642px;
  background:
    linear-gradient(145deg, rgba(255, 247, 239, .72), rgba(255, 255, 255, .82) 44%, rgba(246, 250, 255, .9)),
    #fff;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  padding: 34px 34px 28px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(220px, 1fr) auto;
  gap: 20px;
  color: var(--home-text);
  box-shadow: 0 18px 46px rgba(17, 30, 58, .06);
  overflow: hidden;
  position: relative;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card:after {
  position: absolute;
  right: 28px;
  top: 28px;
  color: rgba(17, 30, 58, .12);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  font-style: italic;
}

.service-card:nth-child(1):after { content: "01"; }
.service-card:nth-child(2):after { content: "02"; }
.service-card:nth-child(3):after { content: "03"; }

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(17, 30, 58, .12);
  border-color: rgba(255, 107, 0, .32);
}

.service-body {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  max-width: 260px;
  margin: 62px 0 18px;
  font-size: clamp(25px, 2vw, 31px);
  line-height: 1.08;
  color: var(--home-navy);
  letter-spacing: 0;
  position: relative;
}

.service-card h3:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--home-orange);
}

.service-card p {
  color: var(--home-muted);
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.45;
}

.service-card ul,
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.service-card li,
.check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #263247;
  font-size: 14px;
  font-weight: 800;
}

.service-card li:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--home-orange);
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid var(--home-orange);
}

.service-card > .service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  width: fit-content;
  min-width: 210px;
  margin: 0 auto;
  padding: 0 22px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--home-orange), #ff7d16);
  box-shadow: 0 15px 30px rgba(255, 107, 0, .22);
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.service-card > .service-cta span {
  display: inline-block;
  transition: transform .25s ease;
}

.service-card:hover > .service-cta span {
  animation: arrowNudge .7s ease infinite;
}

.service-icon {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff6b00, #ff8a1c);
  display: inline-flex;
  position: relative;
  box-shadow: 0 14px 28px rgba(255, 107, 0, .22);
  transition: transform .25s ease, background-position .25s ease, box-shadow .25s ease;
}

.service-card:hover .service-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(255, 107, 0, .3);
}

.service-icon:before,
.service-icon:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.service-icon.ads:after {
  inset: 21px 16px 16px 31px;
  border-color: #fff;
}

.service-icon.code:before {
  transform: rotate(45deg);
}

.service-visual {
  min-height: 210px;
  position: relative;
  align-self: end;
  transition: transform .3s ease;
}

.service-card:hover .service-visual {
  transform: scale(1.035);
}

.service-visual.devices span,
.service-visual.software span,
.service-visual.platforms span {
  position: absolute;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fafc, #eef4ff);
  border: 1px solid #dfe8f5;
  box-shadow: 0 12px 24px rgba(17, 30, 58, .08);
}

.service-visual.devices span:nth-child(1) { width: 155px; height: 105px; right: 0; bottom: 28px; }
.service-visual.devices span:nth-child(2) { width: 66px; height: 105px; left: 18px; bottom: 12px; }
.service-visual.devices span:nth-child(3) { width: 110px; height: 64px; left: 62px; bottom: 0; background: linear-gradient(135deg, #fff8f0, #f6fbff); }
.service-visual.platforms span:nth-child(1) { width: 72px; height: 72px; right: 60px; top: 38px; border-radius: 50%; background: #fff; }
.service-visual.platforms span:nth-child(2) { width: 64px; height: 64px; left: 26px; bottom: 46px; border-radius: 50%; background: #fff; }
.service-visual.platforms span:nth-child(3) { width: 86px; height: 50px; right: 10px; bottom: 24px; background: #eef7ff; }
.service-visual.software span:nth-child(1) { width: 132px; height: 170px; right: 0; bottom: 4px; }
.service-visual.software span:nth-child(2) { width: 82px; height: 82px; left: 18px; bottom: 56px; background: #073b83; }
.service-visual.software span:nth-child(3) { width: 50px; height: 8px; left: 35px; bottom: 92px; background: #fff; }

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 58px;
  align-items: center;
}

.split-layout.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.web-design-band {
  background: linear-gradient(95deg, #fffaf4, #fff 48%, #fff3e8);
}

.ads-band,
.seo-band {
  background: linear-gradient(95deg, #f3f9ff, #fff 54%, #eef7ff);
}

.map-band {
  background: linear-gradient(95deg, #fff, #fff8f1 48%, #fff);
}

.split-copy .go-btn {
  margin-top: 22px;
}

.check-list {
  margin-top: 22px;
}

.check-list.blue li:before {
  background: var(--home-blue);
  border-color: var(--home-blue);
}

.device-stage,
.ads-analytics,
.map-stage,
.seo-stage {
  position: relative;
  min-height: 390px;
}

.desktop-mock,
.tablet-mock,
.phone-mock {
  position: absolute;
  background: #fff;
  border: 1px solid #d9e4f0;
  border-radius: 8px;
  box-shadow: var(--home-shadow);
  overflow: hidden;
  animation: deviceDrift 5.6s ease-in-out infinite;
}

.desktop-mock { width: 520px; height: 300px; right: 0; top: 20px; }
.tablet-mock { width: 240px; height: 190px; left: 30px; bottom: 28px; animation-delay: .7s; }
.phone-mock { width: 116px; height: 215px; left: 0; top: 78px; animation-delay: 1.2s; }

.mock-scroll {
  height: 160%;
  padding: 18px;
  display: grid;
  gap: 14px;
  animation: screenScroll 8s ease-in-out infinite;
}

.mock-scroll span {
  border-radius: 8px;
  background: linear-gradient(135deg, #fff2e6, #edf6ff);
  min-height: 54px;
}

.mock-scroll span:first-child {
  min-height: 120px;
  background: linear-gradient(135deg, #0b2348, #ff7d16);
}

.growth-badge {
  position: absolute;
  left: 252px;
  bottom: 58px;
  width: 92px;
  height: 72px;
  border-radius: 8px;
  background: var(--home-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(255, 107, 0, .24);
}

.growth-badge small {
  font-size: 11px;
  font-weight: 700;
}

.ads-analytics .analytics-card {
  width: min(510px, 100%);
  padding: 20px;
  position: absolute;
  left: 36px;
  top: 28px;
}

.metric-row {
  display: inline-block;
  width: 31%;
  margin-bottom: 10px;
}

.donut-mini {
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: 170px;
  min-height: 150px;
  padding: 18px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.mini-platform.google { left: 0; top: 82px; }
.mini-platform.meta { right: 210px; bottom: 102px; animation-delay: .8s; }

.map-stage {
  background: #f5f8fb;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--home-shadow);
}

.map-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(38deg, transparent 0 45%, rgba(17, 103, 216, .14) 46% 48%, transparent 49%),
    linear-gradient(122deg, transparent 0 42%, rgba(255, 107, 0, .12) 43% 45%, transparent 46%),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(17, 30, 58, .045) 43px),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(17, 30, 58, .045) 53px);
  transform: scale(.98);
}

.is-visible .map-grid {
  animation: mapSpread 1s ease forwards;
}

.map-pin {
  position: absolute;
  left: 52%;
  top: 28%;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  background: var(--home-orange);
  transform: rotate(-45deg) translateY(-80px);
  opacity: 0;
  box-shadow: 0 16px 28px rgba(255, 107, 0, .28);
}

.map-pin:after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #fff;
}

.is-visible .map-pin {
  animation: pinDrop .8s cubic-bezier(.2, .8, .2, 1.2) .2s forwards;
}

.profile-card {
  position: absolute;
  left: 34px;
  bottom: 32px;
  width: 230px;
  padding: 18px;
}

.stars {
  display: flex;
  gap: 4px;
  margin: 10px 0 4px;
}

.stars i {
  width: 14px;
  height: 14px;
  background: #e5e7eb;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.is-visible .stars i {
  animation: starOn .34s ease forwards;
}

.stars i:nth-child(2) { animation-delay: .12s; }
.stars i:nth-child(3) { animation-delay: .24s; }
.stars i:nth-child(4) { animation-delay: .36s; }
.stars i:nth-child(5) { animation-delay: .48s; }

.views-card {
  position: absolute;
  right: 30px;
  bottom: 36px;
  width: 260px;
  padding: 18px;
}

.seo-card {
  position: absolute;
  left: 0;
  top: 48px;
  width: 430px;
  padding: 18px;
}

.traffic-card {
  position: absolute;
  right: 68px;
  top: 28px;
  width: 170px;
  padding: 18px;
}

.rank-card {
  position: absolute;
  right: 26px;
  bottom: 74px;
  width: 180px;
  padding: 18px;
}

.search-result {
  position: absolute;
  left: 82px;
  bottom: 34px;
  width: 300px;
  padding: 18px;
}

.search-result small {
  color: #688099;
}

.search-result p {
  margin: 6px 0 0;
  color: var(--home-muted);
}

.process-section {
  background: #fff;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.process-line:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--home-orange) var(--progress, 0%), #dfe6ef 0);
}

.process-step {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 4px;
}

.process-step i {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: var(--home-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 0 0 0 rgba(255, 107, 0, .22);
}

.process-step.is-visible i {
  animation: ringPulse .8s ease calc(var(--step) * 120ms);
}

.process-step h3 {
  font-size: 16px;
  margin: 16px 0 8px;
}

.process-step p {
  color: var(--home-muted);
  font-size: 13px;
}

.section-row-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.outline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 107, 0, .3);
  border-radius: 7px;
  color: var(--home-orange);
  font-weight: 800;
}

.ref-slider-wrap {
  position: relative;
}

.ref-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 12px;
}

.ref-slider::-webkit-scrollbar {
  display: none;
}

.ref-card {
  min-width: 250px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  overflow: hidden;
  color: var(--home-text);
  box-shadow: 0 10px 26px rgba(17, 30, 58, .045);
  position: relative;
}

.ref-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(255, 107, 0, .1));
  opacity: 0;
  transition: opacity .25s ease;
}

.ref-card:hover:before {
  opacity: 1;
}

.ref-media {
  height: 150px;
  display: block;
  overflow: hidden;
  background: #eef4fb;
  position: relative;
}

.ref-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.ref-card:hover .ref-media img {
  transform: scale(1.045);
}

.ref-media b {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--home-orange);
  font-weight: 950;
  font-size: 28px;
}

.ref-media i {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 107, 0, .92);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;
}

.ref-card:hover .ref-media i,
.ref-card:hover em {
  opacity: 1;
  transform: translateY(0);
}

.ref-card strong,
.ref-card small,
.ref-card em {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  z-index: 1;
}

.ref-card strong {
  margin-top: 16px;
  color: #101828;
}

.ref-card small {
  margin-top: 4px;
  color: var(--home-muted);
}

.ref-card em {
  margin-top: 14px;
  margin-bottom: 18px;
  color: var(--home-orange);
  font-style: normal;
  font-weight: 800;
  opacity: .75;
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
}

.ref-arrow {
  top: 46%;
}

.ref-prev {
  left: -20px;
}

.ref-next {
  right: -20px;
}

.empty-reference {
  border: 1px dashed #fed7aa;
  background: #fff7ed;
  border-radius: 8px;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.empty-reference a {
  color: var(--home-orange);
  font-weight: 900;
}

.final-cta {
  padding: 34px 0;
  background: #fff;
}

.final-cta-inner {
  border-radius: 8px;
  padding: 34px 44px;
  background: linear-gradient(135deg, #ff7a00, #ff5a00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.final-cta h2 {
  color: #fff;
  margin: 0 0 6px;
}

.final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-up { transform: translateY(30px); }
.reveal-left { transform: translateX(-30px); }
.reveal-right { transform: translateX(30px); }

.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.go-picture,
.go-image-placeholder {
  display: block;
  width: 100%;
  overflow: hidden;
}

.go-picture img,
.go-image-placeholder {
  width: 100%;
  height: 100%;
}

.go-picture img {
  object-fit: cover;
}

.go-image-placeholder {
  min-height: 220px;
  border: 1px dashed rgba(17, 103, 216, .24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 107, 0, .08), rgba(17, 103, 216, .08)),
    #f7fbff;
  color: var(--home-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  padding: 18px;
}

.go-image-placeholder b {
  font-size: 15px;
}

.go-image-placeholder small {
  color: var(--home-muted);
  font-size: 12px;
  word-break: break-word;
}

.service-image-slot {
  min-height: 238px;
  align-self: end;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e3ebf5;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 30, 58, .07);
  position: relative;
  transition: transform .3s ease;
}

.service-card:hover .service-image-slot {
  transform: scale(1.035);
}

.service-picture {
  aspect-ratio: 1.42;
  min-height: 238px;
}

.service-picture.go-image-placeholder {
  background:
    linear-gradient(160deg, rgba(255, 107, 0, .12), transparent 38%),
    linear-gradient(135deg, #fff, #f5f9ff);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
}

.service-picture.go-image-placeholder:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 34px;
  bottom: 34px;
  height: 128px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 107, 0, .9), rgba(17, 103, 216, .72)) left bottom / 70% 3px no-repeat,
    linear-gradient(180deg, #fff, #eef5ff);
  border: 1px solid #dfe8f5;
  box-shadow: 0 15px 32px rgba(17, 30, 58, .08);
}

.service-picture.go-image-placeholder:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 70px;
  height: 132px;
  border: 7px solid #101828;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f3f7ff);
  box-shadow: 0 14px 28px rgba(17, 30, 58, .14);
}

.service-picture.go-image-placeholder b,
.service-picture.go-image-placeholder small {
  position: relative;
  z-index: 2;
  max-width: 210px;
}

.service-trust-row {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--home-navy);
  font-weight: 900;
}

.service-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-trust-row span:before {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #dbe6f3;
  border-radius: 8px;
  background: #f7fbff;
  box-shadow: inset 0 0 0 8px #fff;
}

.go-transform-section {
  background:
    radial-gradient(circle at 6% 12%, rgba(255, 107, 0, .08), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(17, 103, 216, .08), transparent 30%),
    #fff;
  overflow: hidden;
}

.go-transform-compare {
  --compare: 50%;
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid var(--home-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.go-transform-pane {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.go-transform-before {
  background: linear-gradient(135deg, #f2f4f7, #fbfcfe);
  color: #344054;
}

.go-transform-after {
  background: linear-gradient(135deg, #fff, #fff7ef);
}

.go-transform-label {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  gap: 5px;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 950;
  background: #3b4453;
  color: #fff;
}

.go-transform-after .go-transform-label {
  margin-left: auto;
  background: var(--home-orange);
}

.go-transform-label small {
  font-size: 12px;
  font-weight: 800;
  opacity: .75;
}

.go-transform-media {
  min-height: 280px;
  border-radius: 8px;
  overflow: hidden;
}

.transform-picture {
  aspect-ratio: 1.4;
}

.go-transform-pane ul {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: grid;
  gap: 10px;
}

.go-transform-pane li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.go-transform-pane li:before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  border-radius: 50%;
  margin-top: 1px;
  background: #98a2b3;
}

.go-transform-after li:before {
  background: var(--home-orange);
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid var(--home-orange);
}

.go-transform-handle {
  position: absolute;
  z-index: 4;
  left: var(--compare);
  top: 0;
  bottom: 0;
  width: 46px;
  border: 0;
  background: transparent;
  transform: translateX(-50%);
  cursor: ew-resize;
}

.go-transform-handle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 107, 0, .3), var(--home-orange), rgba(255, 107, 0, .3));
}

.go-transform-handle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--home-shadow);
  transform: translate(-50%, -50%);
}

.go-transform-handle span:before,
.go-transform-handle span:after {
  content: "";
  position: absolute;
  top: 23px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--home-orange);
  border-left: 2px solid var(--home-orange);
}

.go-transform-handle span:before {
  left: 16px;
  transform: rotate(-45deg);
}

.go-transform-handle span:after {
  right: 16px;
  transform: rotate(135deg);
}

.go-transform-gains {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.go-transform-gains article {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(17, 30, 58, .045);
}

.go-transform-gains i,
.go-sector-tabs i,
.go-sector-cards i,
.go-sector-help i {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff3e8;
  flex: 0 0 auto;
  position: relative;
}

.go-transform-gains i:after,
.go-sector-tabs i:after,
.go-sector-cards i:after,
.go-sector-help i:after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid var(--home-orange);
  border-radius: 4px;
}

.go-transform-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.go-sector-section {
  background: linear-gradient(120deg, #fff, #fbfdff 48%, #fff7ef);
  overflow: hidden;
}

.go-sector-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.go-sector-eyebrow {
  display: inline-flex;
  color: var(--home-orange);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.go-sector-sidebar h2 {
  color: var(--home-navy);
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.08;
  margin: 18px 0 14px;
}

.go-sector-sidebar mark {
  color: var(--home-orange);
  background: transparent;
}

.go-sector-sidebar p {
  color: var(--home-muted);
}

.go-sector-tabs {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.go-sector-tabs button {
  min-height: 62px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  color: var(--home-navy);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  text-align: left;
  font-weight: 900;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.go-sector-tabs button span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: auto;
  background: #edf2f7;
}

.go-sector-tabs button:hover,
.go-sector-tabs button.is-active {
  border-color: rgba(255, 107, 0, .55);
  background: #fff7ed;
  transform: translateY(-2px);
}

.go-sector-tabs button.is-active span {
  background: var(--home-orange);
  box-shadow: inset 0 0 0 5px #fff;
}

.go-sector-help {
  margin-top: 24px;
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  color: var(--home-navy);
  box-shadow: 0 12px 30px rgba(17, 30, 58, .045);
}

.go-sector-help small {
  display: block;
  margin-top: 3px;
  color: var(--home-muted);
  font-size: 12px;
}

.go-sector-panel {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--home-shadow);
  padding: 28px;
  min-height: 660px;
}

.go-sector-panel[hidden] {
  display: none;
}

.go-sector-panel.is-changing {
  animation: cardUp .28s ease both;
}

.go-sector-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: center;
}

.go-sector-hero small {
  display: inline-flex;
  color: #516079;
  background: #eef4ff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.go-sector-hero h3 {
  margin: 18px 0 12px;
  color: var(--home-navy);
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.08;
}

.go-sector-hero p {
  color: var(--home-muted);
  margin: 0;
}

.go-sector-device {
  min-height: 260px;
  border-radius: 8px;
  overflow: hidden;
}

.sector-picture {
  aspect-ratio: 1.75;
}

.go-sector-benefits {
  margin: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.go-sector-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #263247;
  font-size: 13px;
  font-weight: 850;
}

.go-sector-benefits span:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: inset 0 0 0 5px #fff;
  border: 1px solid var(--home-orange);
}

.go-sector-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.go-sector-cards article {
  min-height: 164px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(17, 30, 58, .045);
  animation-delay: calc(var(--item) * 45ms);
}

.go-sector-cards b {
  display: block;
  color: var(--home-navy);
  margin: 12px 0 7px;
}

.go-sector-cards p {
  color: var(--home-muted);
  font-size: 12px;
  margin: 0;
}

.go-sector-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.go-sector-actions small {
  color: var(--home-muted);
}

.go-testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 30, 58, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 30, 58, .035) 1px, transparent 1px),
    radial-gradient(circle at 88% 48%, rgba(255, 139, 52, .2), transparent 27%),
    #fff;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.go-testimonials-head {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.go-testimonials-head > span {
  color: var(--home-orange);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.go-testimonials-head h2 {
  margin: 14px 0 12px;
  color: var(--home-navy);
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.go-testimonials-head mark {
  background: transparent;
  color: var(--home-orange);
}

.go-testimonials-head p {
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
}

.go-testimonials-slider {
  position: relative;
}

.go-testimonials-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.go-testimonials-viewport::-webkit-scrollbar {
  display: none;
}

.go-testimonials-track {
  display: flex;
  gap: 20px;
  padding: 10px 5px 28px;
}

.go-testimonial-card {
  flex: 0 0 330px;
  min-width: 0;
  min-height: 320px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  border: 1px solid #e1e5eb;
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 30px rgba(17, 30, 58, .11);
}

.go-testimonial-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #161d2d;
  font-size: 17px;
}

.go-testimonial-logo {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0ded1;
  border-radius: 50%;
  background: #fff5ee;
  color: var(--home-orange);
  font-size: 20px;
  font-weight: 950;
}

.go-testimonial-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.go-testimonial-rating {
  margin: 18px 0 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home-navy);
}

.go-testimonial-rating > span {
  display: flex;
  gap: 2px;
}

.go-testimonial-rating i {
  color: #d9dde5;
  font-style: normal;
  font-size: 20px;
}

.go-testimonial-rating i.is-filled {
  color: var(--home-orange);
}

.go-testimonial-card blockquote {
  margin: 0;
  color: #252d3d;
  font-size: 16px;
  line-height: 1.5;
}

.go-testimonial-card cite {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  color: var(--home-navy);
  font-style: normal;
  text-align: center;
}

.go-testimonial-card cite strong {
  font-size: 16px;
}

.go-testimonial-card cite span {
  margin-top: 3px;
  color: var(--home-muted);
  font-size: 13px;
}

.go-testimonial-arrow {
  position: absolute;
  z-index: 4;
  top: 47%;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #e1e5eb;
  border-radius: 50%;
  background: #fff;
  color: var(--home-orange);
  box-shadow: 0 12px 28px rgba(17, 30, 58, .14);
  font-size: 29px;
}

.go-testimonial-arrow.prev {
  left: -22px;
}

.go-testimonial-arrow.next {
  right: -22px;
}

.go-testimonial-dots {
  min-height: 11px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.go-testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d4d8df;
}

.go-testimonial-dots button.is-active {
  background: var(--home-orange);
}

.go-testimonials-section.is-single .go-testimonial-arrow,
.go-testimonials-section.is-single .go-testimonial-dots {
  display: none;
}

.go-testimonials-section.is-single .go-testimonials-track {
  justify-content: center;
}

.go-testimonials-section.is-single .go-testimonial-card {
  flex-basis: min(100%, 390px);
}

.go-showcase-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(17, 103, 216, .09), transparent 35%),
    #fff;
  overflow: hidden;
}

.go-showcase-tabs {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 6px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 30, 58, .045);
}

.go-showcase-tabs button {
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #59657a;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
  font-weight: 900;
}

.go-showcase-tabs button.is-active {
  background: #fff3e8;
  color: var(--home-orange);
}

.go-showcase-slider {
  position: relative;
  min-height: 560px;
}

.go-showcase-track {
  position: relative;
  min-height: 560px;
}

.go-showcase-card {
  display: none;
  min-height: 560px;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--home-shadow);
  padding: 34px;
}

.go-showcase-card.is-active {
  display: grid;
  animation: cardUp .36s ease both;
}

.go-showcase-copy small,
.go-showcase-value small {
  display: inline-flex;
  color: var(--home-blue);
  background: #eef4ff;
  border-radius: 999px;
  padding: 7px 10px;
  font-weight: 950;
}

.go-showcase-copy h3,
.go-showcase-value h3 {
  color: var(--home-navy);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  margin: 18px 0 12px;
}

.go-showcase-copy p,
.go-showcase-value p {
  color: var(--home-muted);
}

.go-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.go-showcase-tags span {
  background: #fff7ed;
  color: var(--home-orange);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 850;
}

.go-showcase-site {
  display: inline-flex;
  margin-left: 12px;
  color: var(--home-blue);
  font-weight: 900;
}

.go-showcase-media {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-showcase-main-img,
.showcase-picture {
  width: min(760px, 100%);
  aspect-ratio: 1.6;
  height: auto;
  object-fit: cover;
  border: 1px solid #dce7f4;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(17, 30, 58, .12);
}

.go-showcase-phone {
  position: absolute;
  left: 2%;
  bottom: 10px;
  width: 132px;
  min-height: 210px;
  border: 8px solid #101828;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(17, 30, 58, .14);
}

.go-showcase-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-showcase-phone span {
  min-height: 210px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--home-muted);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.go-showcase-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--home-orange);
  box-shadow: var(--home-shadow);
  font-size: 30px;
}

.go-showcase-arrow.prev {
  left: -18px;
}

.go-showcase-arrow.next {
  right: -18px;
}

.go-showcase-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.go-showcase-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: #d8dee8;
}

.go-showcase-dots button.is-active {
  background: var(--home-orange);
}

.go-showcase-empty {
  border: 1px dashed #fed7aa;
  background: #fff7ed;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
}

.go-showcase-value {
  margin-top: 30px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  gap: 20px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(17, 30, 58, .045);
}

.go-showcase-value ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.go-showcase-value li {
  color: var(--home-navy);
  font-weight: 900;
}

.go-showcase-value li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--home-blue);
  margin-right: 8px;
}

.go-showcase-value > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Project showcase redesign */
.go-showcase-section {
  position: relative;
  padding: 104px 0 126px;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 107, 0, .055), transparent 26%),
    radial-gradient(circle at 4% 92%, rgba(17, 103, 216, .08), transparent 20%),
    #fff;
}

.go-showcase-section:before,
.go-showcase-section:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.go-showcase-section:before {
  left: 28px;
  bottom: 42px;
  width: 118px;
  height: 118px;
  opacity: .4;
  background-image: radial-gradient(circle, var(--home-orange) 1.5px, transparent 1.8px);
  background-size: 15px 15px;
}

.go-showcase-section:after {
  right: -110px;
  bottom: 72px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 107, 0, .18);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(255, 107, 0, .035),
    0 0 0 38px rgba(255, 107, 0, .025);
}

.go-showcase-section .section-head {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.go-showcase-section .section-head .go-showcase-kicker {
  display: inline-flex;
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(255, 107, 0, .34);
  border-radius: 999px;
  background: #fffaf6;
  color: var(--home-orange);
  font-size: 16px;
  font-weight: 900;
}

.go-showcase-kicker i {
  font-style: normal;
  font-size: 20px;
}

.go-showcase-section .section-head h2 {
  max-width: 900px;
  margin: 22px auto 20px;
  color: var(--home-navy);
  font-size: clamp(42px, 5.8vw, 68px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.go-showcase-section .section-head mark {
  position: relative;
  display: block;
  width: fit-content;
  margin: 6px auto 0;
  background: transparent;
  color: var(--home-orange);
}

.go-showcase-section .section-head mark:after {
  content: "";
  position: absolute;
  left: 28%;
  right: 10%;
  bottom: -10px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 107, 0, .7), rgba(255, 158, 86, .18));
  transform: rotate(-3deg);
}

.go-showcase-section .section-head p {
  max-width: 790px;
  margin: 30px auto 0;
  color: #657087;
  font-size: 18px;
  line-height: 1.75;
}

.go-showcase-tabs-wrap {
  margin: 0 auto 30px;
}

.go-showcase-tabs {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 4px 3px 16px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scrollbar-width: thin;
  scrollbar-color: #ccd2dc #f0f2f5;
  scroll-snap-type: x proximity;
}

.go-showcase-tabs::-webkit-scrollbar {
  height: 7px;
}

.go-showcase-tabs::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f0f2f5;
}

.go-showcase-tabs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #ccd2dc;
}

.go-showcase-tabs button {
  flex: 1 0 170px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #e4e8ef;
  border-radius: 13px;
  background: #fff;
  color: var(--home-navy);
  box-shadow: 0 7px 18px rgba(17, 30, 58, .055);
  font-size: 14px;
  font-weight: 850;
  scroll-snap-align: start;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.go-showcase-tabs button:hover {
  border-color: rgba(255, 107, 0, .32);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(17, 30, 58, .08);
}

.go-showcase-tabs button.is-active {
  border-color: var(--home-orange);
  background: linear-gradient(135deg, #ff5300, #ff7516);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 84, 0, .22);
}

.go-showcase-tab-icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  vertical-align: -2px;
}

.go-showcase-tab-icon:before {
  display: block;
  font-weight: 900;
}

.go-showcase-tab-icon.icon-grid:before {
  content: "▦";
}

.go-showcase-tab-icon.icon-web:before {
  content: "▣";
}

.go-showcase-tab-icon.icon-panel:before {
  content: "◔";
}

.go-showcase-tab-icon.icon-ads:before {
  content: "◖";
  transform: rotate(-18deg);
}

.go-showcase-tab-icon.icon-software:before {
  content: "</>";
  font-size: 13px;
}

.go-showcase-slider {
  max-width: 1080px;
  min-height: 0;
  margin: 0 auto;
}

.go-showcase-track {
  min-height: 0;
}

.go-showcase-card {
  position: relative;
  min-height: 0;
  padding: 40px 40px 0;
  border: 1px solid #e3e8f0;
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 107, 0, .055), transparent 18%),
    #fff;
  box-shadow: 0 24px 70px rgba(17, 30, 58, .09);
  overflow: hidden;
}

.go-showcase-card.is-active {
  display: block;
}

.go-showcase-copy-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
}

.go-showcase-copy-top > div:first-child {
  max-width: 720px;
}

.go-showcase-copy small {
  min-height: 44px;
  padding: 0 15px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 107, 0, .28);
  border-radius: 11px;
  background: #fff9f5;
  color: var(--home-orange);
  font-size: 15px;
  font-weight: 900;
}

.go-showcase-copy small i {
  font-style: normal;
}

.go-showcase-copy h3 {
  margin: 22px 0 13px;
  color: var(--home-navy);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.go-showcase-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.7;
}

.go-showcase-logo {
  flex: 0 0 190px;
  min-height: 96px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-showcase-logo img {
  width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.go-showcase-tags {
  max-width: 880px;
  margin: 28px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.go-showcase-tags span {
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 107, 0, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--home-navy);
  box-shadow: 0 8px 18px rgba(17, 30, 58, .04);
  font-size: 14px;
  font-weight: 800;
}

.go-showcase-tags span:before {
  content: "◎";
  color: var(--home-orange);
  font-size: 21px;
  font-weight: 950;
  line-height: 1;
}

.go-showcase-actions {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.go-showcase-actions .go-btn {
  width: 100%;
  min-height: 58px;
  border-radius: 10px;
  font-size: 16px;
}

.go-showcase-site {
  min-height: 58px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--home-orange);
  border-radius: 10px;
  background: #fff;
  color: var(--home-navy);
  font-weight: 850;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.go-showcase-site:hover {
  background: #fff7f0;
  color: var(--home-orange);
  transform: translateY(-2px);
}

.go-showcase-media {
  min-height: 520px;
  margin-top: 36px;
  padding: 10px 92px 0 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.go-showcase-media:after {
  content: "";
  position: absolute;
  right: 0;
  top: 34%;
  width: 88px;
  height: 88px;
  opacity: .5;
  background-image: radial-gradient(circle, var(--home-orange) 1.5px, transparent 1.8px);
  background-size: 14px 14px;
}

.go-showcase-screen {
  position: relative;
  z-index: 1;
  width: calc(100% - 78px);
  overflow: hidden;
  border: 8px solid #071b3a;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(7, 27, 58, .2);
}

.go-showcase-main-img,
.go-showcase-screen .showcase-picture,
.go-showcase-screen .showcase-picture img {
  display: block;
  width: 100%;
  max-width: none;
}

.go-showcase-main-img,
.go-showcase-screen .showcase-picture img {
  aspect-ratio: 1.62;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: top center;
}

.go-showcase-phone {
  z-index: 3;
  right: 22px;
  left: auto;
  bottom: -24px;
  width: 210px;
  min-height: 0;
  aspect-ratio: .51;
  border: 8px solid #071b3a;
  border-radius: 32px;
  box-shadow: 0 26px 54px rgba(7, 27, 58, .22);
}

.go-showcase-phone img {
  display: block;
  object-position: top left;
}

.go-showcase-phone .go-showcase-phone-speaker {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 38px;
  height: 5px;
  min-height: 0;
  padding: 0;
  display: block;
  border-radius: 999px;
  background: rgba(7, 27, 58, .78);
  transform: translateX(-50%);
}

.go-showcase-arrow {
  top: 54%;
  width: 46px;
  height: 46px;
  border: 1px solid #e5e9f0;
  box-shadow: 0 13px 28px rgba(17, 30, 58, .12);
  font-size: 28px;
}

.go-showcase-arrow.prev {
  left: -23px;
}

.go-showcase-arrow.next {
  right: -23px;
}

.go-showcase-empty {
  border-radius: 18px;
  padding: 40px;
}

.go-process-section {
  background:
    radial-gradient(circle at 50% 15%, rgba(36, 158, 255, .18), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(31, 210, 222, .12), transparent 22%),
    linear-gradient(180deg, #06101f, #020914);
  color: #fff;
  overflow: hidden;
}

.go-process-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.go-process-head span {
  color: var(--home-orange);
  font-weight: 950;
}

.go-process-head h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.04;
  margin: 18px 0 14px;
}

.go-process-head mark {
  color: #31b9ff;
  background: transparent;
}

.go-process-head p {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
}

.go-process-timeline {
  --progress: 0%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  display: grid;
  gap: 34px;
}

.go-process-timeline:before,
.go-process-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
}

.go-process-timeline:before {
  background: rgba(66, 153, 225, .24);
}

.go-process-timeline:after {
  height: var(--progress);
  bottom: auto;
  background: linear-gradient(180deg, #36c7ff, #4f7cff, #20d7d2);
  box-shadow: 0 0 24px rgba(54, 199, 255, .5);
}

.go-process-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
  align-items: center;
  min-height: 150px;
}

.go-process-number {
  grid-column: 2;
  justify-self: center;
  z-index: 2;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #081b38;
  border: 2px solid rgba(55, 174, 255, .58);
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(55, 174, 255, .18);
}

.go-process-step article {
  grid-row: 1;
  border: 1px solid rgba(100, 181, 255, .24);
  border-radius: 8px;
  background: rgba(7, 24, 49, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 34px rgba(0, 0, 0, .18);
  padding: 22px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  opacity: .72;
  transition: opacity .25s ease, transform .25s ease, border-color .25s ease;
}

.go-process-step.is-left article {
  grid-column: 1;
}

.go-process-step.is-right article {
  grid-column: 3;
}

.go-process-step.is-process-active article {
  opacity: 1;
  border-color: rgba(54, 199, 255, .55);
  transform: translateY(-3px);
}

.go-process-step.is-process-active .go-process-number {
  background: linear-gradient(135deg, #173cbb, #10c6df);
  box-shadow: 0 0 0 9px rgba(54, 199, 255, .12), 0 0 28px rgba(54, 199, 255, .45);
}

.go-process-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: rgba(17, 103, 216, .18);
  border: 1px solid rgba(73, 169, 255, .28);
  position: relative;
}

.go-process-icon:before,
.go-process-icon:after {
  content: "";
  position: absolute;
  border: 2px solid #25c7ff;
}

.go-process-icon.people:before { width: 14px; height: 14px; border-radius: 50%; left: 13px; top: 13px; }
.go-process-icon.people:after { width: 26px; height: 16px; border-radius: 14px 14px 5px 5px; left: 16px; bottom: 13px; }
.go-process-icon.target:before { inset: 14px; border-radius: 50%; }
.go-process-icon.target:after { width: 16px; height: 2px; right: 10px; top: 27px; background: #25c7ff; }
.go-process-icon.document:before { inset: 13px 16px; border-radius: 3px; }
.go-process-icon.document:after { width: 18px; height: 2px; left: 20px; top: 28px; background: #25c7ff; }
.go-process-icon.code:before { width: 16px; height: 16px; left: 12px; top: 20px; transform: rotate(45deg); border-right: 0; border-top: 0; }
.go-process-icon.code:after { width: 16px; height: 16px; right: 12px; top: 20px; transform: rotate(45deg); border-left: 0; border-bottom: 0; }
.go-process-icon.shield:before { width: 24px; height: 30px; left: 17px; top: 13px; border-radius: 12px 12px 8px 8px; }
.go-process-icon.shield:after { width: 14px; height: 8px; left: 23px; top: 27px; border-top: 0; border-right: 0; transform: rotate(-45deg); }
.go-process-icon.rocket:before { width: 24px; height: 32px; left: 17px; top: 11px; border-radius: 16px 16px 6px 6px; transform: rotate(45deg); }
.go-process-icon.rocket:after { width: 10px; height: 10px; left: 24px; top: 24px; border-radius: 50%; background: #25c7ff; }

.go-process-step h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
}

.go-process-step p {
  color: rgba(255, 255, 255, .72);
  margin: 0 0 12px;
}

.go-process-step small {
  display: inline-flex;
  width: fit-content;
  color: #22d3ee;
  background: rgba(34, 211, 238, .12);
  border-radius: 999px;
  padding: 5px 9px;
  font-weight: 900;
}

.go-process-cta {
  margin: 42px auto 0;
  max-width: 1040px;
  border: 1px solid rgba(100, 181, 255, .22);
  border-radius: 8px;
  background: rgba(7, 24, 49, .84);
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.go-process-cta small {
  color: var(--home-orange);
  font-weight: 950;
  text-transform: uppercase;
}

.go-process-cta h3 {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  margin: 10px 0 8px;
}

.go-process-cta p {
  color: rgba(255, 255, 255, .72);
  margin: 0;
}

.go-process-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.go-process-actions .go-btn.ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
}

.go-process-cta ul {
  grid-column: 1 / -1;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.go-process-cta li {
  color: rgba(255, 255, 255, .78);
  font-weight: 850;
}

.go-process-cta li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--home-orange);
  border-radius: 3px;
  margin-right: 8px;
}

@keyframes homeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cardUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes markerLine {
  to { transform: scaleX(1); }
}

@keyframes drawLine {
  to { stroke-dashoffset: 0; }
}

@keyframes platformFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -10px); }
}

@keyframes deviceDrift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes screenScroll {
  0%, 20% { transform: translateY(0); }
  70%, 100% { transform: translateY(-30%); }
}

@keyframes arrowNudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

@keyframes mapSpread {
  to { transform: scale(1.03); }
}

@keyframes pinDrop {
  0% { opacity: 0; transform: rotate(-45deg) translateY(-80px); }
  70% { opacity: 1; transform: rotate(-45deg) translateY(8px); }
  100% { opacity: 1; transform: rotate(-45deg) translateY(0); }
}

@keyframes starOn {
  to { background: var(--home-orange); }
}

@keyframes ringPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 0, .28); }
  100% { box-shadow: 0 0 0 14px rgba(255, 107, 0, 0); }
}

@keyframes donutFill {
  to {
    --donut-fill: calc(var(--donut, 70) * 1%);
  }
}

@keyframes ecoLight {
  0% {
    opacity: 0;
    transform: translate3d(-120px, -50%, 0);
  }
  15%, 82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(460px, -50%, 0);
  }
}

@keyframes ecoPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 18px 42px rgba(17, 30, 58, .13), 0 0 0 12px rgba(255, 255, 255, .48);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.035);
    box-shadow: 0 22px 52px rgba(17, 30, 58, .16), 0 0 0 17px rgba(255, 107, 0, .08);
  }
}

@keyframes ecoDrift {
  0%, 100% {
    transform: translate3d(var(--eco-x), var(--eco-y), 0) rotate(var(--eco-rotate));
  }
  50% {
    transform: translate3d(var(--eco-x), calc(var(--eco-y) - 7px), 0) rotate(var(--eco-rotate));
  }
}

@media (max-width: 1180px) {
  .hero-arrow {
    display: none;
  }
}

@media (max-width: 1024px) {
  .go-modern-header-inner {
    gap: 16px;
  }

  .go-modern-brand {
    min-width: 0;
  }

  .go-modern-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .go-modern-offer {
    display: none;
  }

  .go-modern-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: var(--home-shadow);
  }

  .go-modern-nav.is-open {
    display: flex;
  }

  .go-modern-nav a {
    padding: 14px 12px;
  }

  .go-modern-menu {
    display: inline-flex;
    flex: 0 0 42px;
  }

  .go-modern-phone {
    display: none;
  }

  .hero-frame {
    min-height: 860px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    gap: 24px;
    align-content: start;
    padding-top: 44px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-trust,
  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    min-height: 430px;
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .go-ecosystem-wrap {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .go-ecosystem-copy {
    max-width: 760px;
  }

  .go-ecosystem-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-ecosystem-visual {
    min-height: 600px;
  }

  .go-ecosystem-card.web {
    left: 7%;
  }

  .go-ecosystem-card.ads {
    right: 7%;
  }

  .go-ecosystem-card.report {
    left: 8%;
  }

  .go-ecosystem-card.software {
    right: 5%;
  }

  .service-grid,
  .split-layout,
  .split-layout.reverse {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .go-transform-compare,
  .go-sector-layout,
  .go-sector-hero,
  .go-showcase-card,
  .go-showcase-value,
  .go-process-cta {
    grid-template-columns: 1fr;
  }

  .go-transform-compare {
    min-height: auto;
  }

  .go-transform-handle {
    display: none;
  }

  .go-transform-gains {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-sector-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .go-sector-tabs button {
    flex: 0 0 210px;
  }

  .go-sector-panel {
    min-height: 0;
  }

  .go-sector-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .go-showcase-slider,
  .go-showcase-track {
    min-height: 0;
  }

  .go-showcase-card {
    min-height: 0;
    padding: 34px 34px 0;
  }

  .go-showcase-media {
    min-height: 460px;
    padding-right: 62px;
  }

  .go-showcase-screen {
    width: calc(100% - 58px);
  }

  .go-showcase-phone {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: -20px;
    width: 170px;
    min-height: 0;
    margin: 0;
  }

  .go-process-timeline:before,
  .go-process-timeline:after {
    left: 34px;
  }

  .go-process-step {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 0;
  }

  .go-process-number {
    grid-column: 1;
  }

  .go-process-step.is-left article,
  .go-process-step.is-right article {
    grid-column: 2;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-line:before {
    left: 35px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--home-orange) var(--progress, 0%), #dfe6ef 0);
  }

  .process-step {
    padding-left: 92px;
    min-height: 92px;
  }

  .process-step i {
    position: absolute;
    left: 0;
    top: 0;
  }

}

@media (max-width: 720px) {
  .go-home-modern-body .go-home-container {
    width: min(100% - 24px, 1180px);
  }

  .go-modern-header-inner {
    min-height: 68px;
    gap: 12px;
  }

  .go-modern-brand img {
    width: 124px;
  }

  .go-mobile-proof-section {
    padding: 28px 0 34px;
  }

  .go-mobile-proof-slider {
    max-width: none;
  }

  .go-mobile-proof-viewport {
    padding: 12px 16px 18px;
  }

  .go-mobile-proof-slide {
    flex-basis: 100%;
    height: 80vh;
    height: 80svh;
    aspect-ratio: auto;
    border-width: 6px;
  }

  .go-mobile-proof-note {
    width: auto;
    margin: 24px 16px 0;
  }

  .hero-dashboard .dash-top {
    display: none;
  }

  .hero-dashboard .performance-panel {
    margin-top: 0;
  }

  .go-testimonials-section {
    padding: 64px 0;
  }

  .go-testimonials-head {
    margin-bottom: 28px;
  }

  .go-testimonials-head h2 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .go-testimonials-head p {
    font-size: 15px;
  }

  .go-testimonials-track {
    gap: 14px;
    padding: 8px 5px 24px;
  }

  .go-testimonial-card {
    flex-basis: 82%;
    min-height: 310px;
    padding: 22px;
    border-radius: 18px;
  }

  .go-testimonial-arrow {
    top: 49%;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .go-testimonial-arrow.prev {
    left: -7px;
  }

  .go-testimonial-arrow.next {
    right: -7px;
  }

  .hero-frame {
    min-height: 910px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-actions .go-btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .go-ecosystem-section {
    padding: 22px 0 54px;
  }

  .go-ecosystem-wrap {
    padding: 24px;
    gap: 30px;
  }

  .go-ecosystem-wrap:before {
    background:
      radial-gradient(circle at 72% 34%, rgba(255, 107, 0, .06), transparent 34%),
      radial-gradient(circle at 35% 68%, rgba(17, 103, 216, .08), transparent 34%);
  }

  .go-ecosystem-wrap:after {
    display: none;
  }

  .go-ecosystem-eyebrow {
    min-height: 34px;
    font-size: 13px;
  }

  .go-ecosystem-copy h2 {
    margin-top: 20px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .go-ecosystem-lead {
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.58;
  }

  .go-ecosystem-values {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
    padding-bottom: 22px;
  }

  .go-ecosystem-values article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
  }

  .go-ecosystem-values i {
    grid-row: span 2;
    width: 44px;
    height: 44px;
  }

  .go-ecosystem-values b {
    margin-top: 0;
  }

  .go-ecosystem-values p {
    margin-top: 4px;
  }

  .go-ecosystem-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .go-ecosystem-actions .go-btn,
  .go-ecosystem-plan {
    width: 100%;
    min-width: 0;
  }

  .go-ecosystem-note {
    align-items: flex-start;
    font-size: 13px;
  }

  .go-ecosystem-visual {
    display: none;
  }

  .go-ecosystem-lines {
    display: none;
  }

  .go-ecosystem-core {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    width: 84px;
    height: 84px;
    margin: 0 auto 6px;
    transform: none;
    animation: none;
  }

  .go-ecosystem-core b {
    font-size: 31px;
  }

  .go-ecosystem-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    min-height: 148px;
    padding: 12px;
    transform: none;
    animation: none;
  }

  .go-ecosystem-card.web,
  .go-ecosystem-card.ads,
  .go-ecosystem-card.report,
  .go-ecosystem-card.software {
    width: auto;
  }

  .go-eco-browser {
    min-height: 116px;
    padding: 14px;
  }

  .go-eco-platforms i {
    width: 42px;
    height: 42px;
  }

  .go-eco-platforms i:before {
    inset: 11px;
  }

  .go-eco-bars {
    height: 46px;
  }

  .go-eco-donut {
    width: 62px;
    height: 62px;
  }

  .go-eco-donut:after {
    inset: 16px;
  }

  .go-eco-panel {
    min-height: 100px;
    padding-left: 44px;
  }

  .go-eco-panel i {
    width: 30px;
  }

  .go-ecosystem-tag {
    display: none;
  }

  .go-ecosystem-tag.tag-seo {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 1 / -1;
    justify-self: center;
    display: inline-flex;
  }

  .go-ecosystem-system-note {
    position: relative;
    left: auto;
    bottom: auto;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 36px;
    text-align: center;
  }

  .go-ecosystem-section.is-ecosystem-ready .go-ecosystem-copy,
  .go-ecosystem-section.is-ecosystem-ready .go-ecosystem-core,
  .go-ecosystem-section.is-ecosystem-ready .go-ecosystem-card,
  .go-ecosystem-section.is-ecosystem-ready .go-ecosystem-tag,
  .go-ecosystem-section.is-ecosystem-ready .go-ecosystem-system-note,
  .go-ecosystem-section.is-ecosystem-active .go-ecosystem-copy,
  .go-ecosystem-section.is-ecosystem-active .go-ecosystem-core,
  .go-ecosystem-section.is-ecosystem-active .go-ecosystem-card,
  .go-ecosystem-section.is-ecosystem-active .go-ecosystem-tag,
  .go-ecosystem-section.is-ecosystem-active .go-ecosystem-system-note {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-dashboard {
    padding: 12px;
  }

  .dash-top,
  .dash-bottom,
  .service-card {
    grid-template-columns: 1fr;
  }

  .services-section {
    padding: 64px 0 58px;
  }

  .services-section .section-head h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .services-section .section-head p {
    font-size: 16px;
  }

  .service-card {
    padding: 24px;
    gap: 18px;
  }

  .service-card h3 {
    margin-top: 28px;
  }

  .service-card > .service-cta {
    width: 100%;
  }

  .service-image-slot,
  .service-picture {
    min-height: 220px;
  }

  .service-trust-row {
    justify-content: flex-start;
    gap: 14px;
  }

  .go-transform-pane,
  .go-sector-panel,
  .go-showcase-card,
  .go-showcase-value,
  .go-process-cta {
    padding: 20px;
  }

  .home-section.go-showcase-section {
    padding: 64px 0 84px;
  }

  .go-showcase-section .section-head {
    margin-bottom: 30px;
  }

  .go-showcase-section .section-head .go-showcase-kicker {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .go-showcase-section .section-head h2 {
    margin-top: 18px;
    font-size: clamp(38px, 12vw, 50px);
  }

  .go-showcase-section .section-head p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.65;
  }

  .go-showcase-card {
    padding: 24px 20px 0;
    border-radius: 18px;
  }

  .go-showcase-copy-top {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .go-showcase-logo {
    min-height: 64px;
    flex-basis: auto;
    width: 140px;
    padding: 0;
    justify-content: flex-start;
  }

  .go-showcase-logo img {
    max-height: 62px;
  }

  .go-showcase-copy h3 {
    margin-top: 18px;
    font-size: clamp(31px, 10vw, 40px);
  }

  .go-showcase-copy p {
    font-size: 15px;
  }

  .go-transform-gains,
  .go-sector-cards,
  .go-showcase-value ul,
  .go-process-cta ul {
    grid-template-columns: 1fr;
  }

  .go-showcase-tags,
  .go-showcase-actions {
    grid-template-columns: 1fr;
  }

  .go-showcase-tags {
    margin: 24px 0;
    gap: 9px;
  }

  .go-showcase-tags span {
    min-height: 46px;
    padding: 0 15px;
    font-size: 13px;
  }

  .go-transform-media,
  .go-sector-device,
  .go-showcase-media {
    min-height: 220px;
  }

  .go-showcase-media {
    min-height: 340px;
    margin-top: 28px;
    padding: 0 28px 22px 0;
  }

  .go-showcase-screen {
    width: 100%;
    border-width: 5px;
    border-radius: 17px;
  }

  .go-showcase-main-img,
  .go-showcase-screen .showcase-picture img {
    aspect-ratio: 1.45;
  }

  .go-transform-actions,
  .go-sector-actions,
  .go-process-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .go-transform-actions .go-btn,
  .go-sector-actions .go-btn,
  .go-process-actions .go-btn,
  .go-showcase-value .go-btn {
    width: 100%;
  }

  .go-sector-tabs button {
    flex-basis: 180px;
  }

  .go-showcase-arrow {
    display: none;
  }

  .go-showcase-tabs {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .go-showcase-tabs button {
    flex-basis: 170px;
    min-height: 54px;
  }

  .go-showcase-site {
    margin: 0;
  }

  .go-showcase-phone {
    position: absolute;
    right: 0;
    left: auto;
    bottom: -12px;
    width: 108px;
    min-height: 0;
    margin: 0;
    border-width: 5px;
    border-radius: 20px;
  }

  .go-process-head h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .go-process-step {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .go-process-number {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .go-process-step article {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .go-process-timeline:before,
  .go-process-timeline:after {
    left: 24px;
  }

  .service-visual {
    min-height: 170px;
  }

  .home-section,
  .home-band {
    padding: 58px 0;
  }

  .desktop-mock {
    width: 92%;
    height: 230px;
    right: 0;
  }

  .tablet-mock {
    width: 190px;
    height: 150px;
    left: 10px;
  }

  .phone-mock {
    width: 94px;
    height: 176px;
  }

  .growth-badge {
    left: auto;
    right: 26px;
    bottom: 24px;
  }

  .ads-analytics .analytics-card,
  .seo-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .donut-mini,
  .traffic-card,
  .rank-card,
  .search-result,
  .views-card,
  .profile-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .ads-analytics,
  .seo-stage,
  .map-stage {
    min-height: auto;
  }

  .mini-platform,
  .platform-float {
    display: none;
  }

  .map-stage {
    padding: 18px;
  }

  .map-grid,
  .map-pin {
    display: none;
  }

  .section-row-head,
  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ref-arrow {
    display: none;
  }

  .ref-slider {
    grid-auto-columns: minmax(245px, 82%);
    grid-template-columns: none;
  }

}

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

  .hero-copy > *,
  .dash-metric,
  .performance-panel,
  .donut-card,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .go-process-step article,
  .go-showcase-card,
  .go-sector-panel {
    opacity: 1 !important;
    transform: none !important;
  }

  svg .chart-line {
    stroke-dashoffset: 0 !important;
  }
}
