:root {
  --green: #008f1a;
  --green-soft: #e5f4e8;
  --green-line: #cce9d1;
  --ink: #101828;
  --muted: #667085;
  --line: #e3e3e3;
  --panel: #f6f6f6;
  --blue-tint: #eaf4ff;
  --dark: #101828;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1200px;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.announcement {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8f6e6;
  color: #041527;
  font-size: 14px;
  font-weight: 700;
}

.page-shell #header-placeholder {
  min-height: 78px;
}

.page-shell #header-placeholder:not(:has(.navigation-section)) {
  display: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page-shell #header-placeholder.active {
  min-height: calc(78px + 60px);
}

.page-shell #header-placeholder.active .navigation-section {
  top: 60px !important;
}

.page-shell #header-placeholder.active ~ .site-nav {
  top: calc(78px + 60px);
}

.site-nav {
  position: sticky;
  top: 78px;
  z-index: 30;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.page-shell:not(:has(#header-placeholder .navigation-section)) .site-nav {
  top: 49px;
}

.brand {
  width: 1440px;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 120px;
}

.brand img {
  width: 147px;
  height: 40px;
  object-fit: contain;
}

.section-frame {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  padding: 120px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid var(--green-line);
  border-radius: 24px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 143, 26, 0.24);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.primary-button img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.section-heading {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.section-heading h2,
.hero h1,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  line-height: 1.18;
}

.section-heading h2 {
  width: 560px;
  font-size: 40px;
}

.section-heading h2 span,
.hero h1 span,
.final-cta h2 span,
.closing em {
  color: var(--green);
  font-style: normal;
}

.section-heading h2 .text-ink {
  color: var(--ink);
  white-space: nowrap;
}

.with-spark .spark {
  position: absolute;
  left: calc(50% + 214px);
  top: 30px;
}

.spark {
  width: 46.03px;
  height: 55.04px;
  pointer-events: none;
}

.spark span {
  position: absolute;
  display: block;
  height: 6px;
  border-radius: 52.54px;
  background: #99d2a3;
}

.spark span:nth-child(1) {
  left: 0;
  top: 0;
  width: 28.83px;
  transform: rotate(-55.5deg);
}

.spark span:nth-child(2) {
  left: 10.29px;
  top: 13.64px;
  width: 39.29px;
  transform: rotate(-34.86deg);
}

.spark span:nth-child(3) {
  left: 16.84px;
  top: 46.96px;
  width: 28.83px;
  transform: rotate(-4.18deg);
}

.hero {
  height: 717px;
  padding-top: 16px;
  padding-bottom: 0;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 581px;
  top: 555px;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  pointer-events: none;
  background: #008f1a;
  filter: blur(432px);
}

.hero-copy {
  position: absolute;
  z-index: 11;
  left: 120px;
  top: 123px;
  width: 510px;
}

.hero h1 {
  width: 510px;
  margin-top: 24px;
  font-size: 54px;
  letter-spacing: -2.16px;
  line-height: normal;
}

.hero-subtitle {
  width: 416px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.hero-title-spark {
  position: absolute;
  left: 457px;
  top: 22px;
}

.benefit-strip {
  width: 522px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 143, 26, 0.15);
}

.benefit-strip div {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 8px 16px;
  color: var(--green);
  font-size: 14px;
  letter-spacing: -0.56px;
  white-space: nowrap;
}

.benefit-strip div + div {
  border-left: 1px solid var(--green-line);
}

.benefit-strip img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.hero-button {
  margin-top: 16px;
  width: 180px;
}

.hero-visual {
  position: absolute;
  inset: 0;
}

.hero-blur {
  display: none;
}

.hero-device-blur {
  display: none;
}

.hero-social {
  position: absolute;
  z-index: 8;
  object-fit: cover;
  border-radius: 16px;
  filter: drop-shadow(0 8px 10px rgba(0, 143, 26, 0.2));
}

.hero-social-instagram {
  width: 75px;
  height: 75px;
  right: 308px;
  top: 43px;
}

.hero-social-whatsapp {
  width: 60px;
  height: 60px;
  right: 114px;
  top: 70px;
}

.hero-social-facebook {
  width: 60px;
  height: 60px;
  right: 84px;
  top: 271px;
}

.floating-product {
  position: absolute;
  z-index: 9;
  left: 708px;
  top: 139px;
  width: 208.05px;
  height: 125.89px;
  padding: 12.8px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
}

.floating-product strong {
  display: block;
  margin-bottom: 8.54px;
  font-size: 11px;
  line-height: 1;
}

.floating-product div {
  display: flex;
  gap: 10.67px;
}

.floating-product img {
  width: 76.82px;
  height: 76.82px;
  border-radius: 6px;
  object-fit: cover;
  object-position: 52% 72%;
  transform: scale(0.92);
}

.floating-product i {
  width: 94.95px;
  height: 70.42px;
  display: flex;
  flex-direction: column;
  gap: 9.6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.floating-product i span {
  display: block;
  height: 6.4px;
  border-radius: 4px;
  background: #cce9d1;
}

.floating-product i span:nth-child(1) {
  width: 94.95px;
}

.floating-product i span:nth-child(2) {
  width: 81.08px;
}

.floating-product i span:nth-child(3) {
  width: 89.62px;
}

.floating-product i span:nth-child(4) {
  width: 72.55px;
}

.floating-product i span:nth-child(5) {
  width: 57.61px;
}

.laptop {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  width: 1440px;
  height: 717px;
}

.laptop-device,
.laptop-shadow,
.laptop-screen,
.laptop-logo {
  position: absolute;
}

.laptop-device {
  left: 386.72px;
  top: 192.23px;
  width: 879.61px;
  height: 452.75px;
}

.laptop-shadow {
  left: 312.76px;
  top: 579.27px;
  width: 1009.67px;
  height: 69.05px;
  opacity: 1;
  mix-blend-mode: multiply;
}

.laptop-screen {
  left: 708.49px;
  top: 201.74px;
  width: 544.73px;
  height: 359.93px;
  object-fit: fill;
  transform: none;
  border-radius: 0;
}

.laptop-logo {
  left: 916.17px;
  top: 573.38px;
  width: 31.39px;
  height: 12.16px;
}

.phones {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 1440px;
  height: 717px;
}

.phone-shadow-back,
.phone-back,
.phone-shadow-front,
.phone-front,
.phone-screen-clip,
.phone-screen {
  position: absolute;
}

.phone-shadow-back {
  left: 1112.09px;
  top: 568.26px;
  width: 392.37px;
  height: 150.04px;
  z-index: 1;
  mix-blend-mode: multiply;
}

.phone-back {
  left: 1146.63px;
  top: 331.4px;
  width: 173.94px;
  height: 330.03px;
  z-index: 2;
}

.phone-shadow-front {
  left: 1146.63px;
  top: 332.28px;
  width: 173.75px;
  height: 329.05px;
  z-index: 3;
  mix-blend-mode: multiply;
}

.phone-front {
  left: 1110.73px;
  top: 331.59px;
  width: 181.94px;
  height: 363.98px;
  z-index: 5;
}

.phone-screen-clip {
  left: 1114.77px;
  top: 338.72px;
  width: 164.2px;
  height: 351.86px;
  z-index: 6;
  overflow: visible;
  border-radius: 0;
  -webkit-mask-image: url("./public/assets/figma/phone-screen-mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 1.99px 1.08px;
  -webkit-mask-size: 159.97px 347.44px;
  mask-image: url("./public/assets/figma/phone-screen-mask.svg");
  mask-mode: luminance;
  mask-repeat: no-repeat;
  mask-position: 1.99px 1.08px;
  mask-size: 159.97px 347.44px;
}

.phone-screen {
  left: 0;
  top: 0;
  width: 164.2px;
  height: 351.86px;
  object-fit: fill;
  border-radius: 0;
}

.problems {
  min-height: 1009px;
  padding-top: 116px;
}

.problem-blur {
  position: absolute;
  left: -22px;
  top: 254px;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background: rgba(0, 143, 26, 0.12);
  filter: blur(38px);
}

.heading-social {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  filter: drop-shadow(0 8px 10px rgba(0, 143, 26, 0.18));
}

.heading-instagram {
  left: 356px;
  top: -10px;
}

.heading-whatsapp {
  left: 314px;
  top: 88px;
}

.heading-facebook {
  left: 791px;
  right: auto;
  top: -10px;
}

#problems-title {
  width: 414px;
  line-height: 1.2;
}

.problem-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.problem-card {
  min-height: 439px;
  overflow: hidden;
  border: 1px solid rgba(107, 114, 128, 0.2);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.problem-card > img {
  width: 100%;
  height: 243px;
  object-fit: cover;
}

.problem-card div {
  padding: 24px 16px;
}

.problem-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.38;
}

.problem-card p {
  margin: 15px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.5;
}

.closing {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 16px auto 0;
  text-align: center;
}

.closing-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.closing-divider span {
  flex: 0 0 552px;
  border-top: 1px dashed #c0c6ca;
}

.closing-divider i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8f0e0;
}

.closing-divider img {
  width: 18px;
  height: 18px;
}

.closing p {
  position: relative;
  width: 296px;
  margin: 18px auto 0;
  color: #647b99;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}

.closing .faster {
  position: relative;
}

.closing .faster::after {
  content: "";
  position: absolute;
  left: -14px;
  right: -16px;
  bottom: -15px;
  height: 14px;
  background: url("./public/assets/figma/problem-underline.svg") center / contain no-repeat;
}

.features {
  min-height: 1043px;
  padding-top: 120px;
  background: #fff;
}

.features .with-spark .spark {
  left: calc(50% + 206px);
  top: 13px;
}

#features-title {
  width: 560px;
  line-height: 1.2;
  letter-spacing: -1.6px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 56px;
}

.feature-card {
  position: relative;
  height: 177px;
  overflow: hidden;
  padding: 16px;
  border-radius: 20px;
  background: var(--panel);
}

.feature-copy {
  position: relative;
  z-index: 2;
  width: 340px;
}

.feature-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-meta i,
.audience-grid i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--green-soft);
}

.feature-meta img,
.audience-grid i img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.feature-meta span {
  padding: 8px 16px;
  border-radius: 24px;
  background: #fff;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.feature-card h3 {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.25;
}

.feature-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.feature-image {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 206px;
  height: 145px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
}

.coming-soon {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0;
}

.coming-soon span {
  flex: 1;
  border-top: 1px solid #d4d4d4;
}

.coming-soon em {
  padding: 8px 16px;
  border: 1px solid var(--green-line);
  border-radius: 24px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.affiliate-card {
  width: 592px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}

.steps {
  min-height: 965px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--dark);
  box-shadow: 0 0 0 100vmax var(--dark);
  clip-path: inset(0 -100vmax);
}

.section-heading.dark h2 {
  color: #fff;
}

.section-heading.dark .eyebrow {
  height: 32px;
  padding: 8px 16px;
  border-color: var(--green-line);
  background: var(--green-soft);
  color: var(--green);
  font-size: 10px;
  letter-spacing: 1.2px;
}

.section-heading.dark p:last-of-type {
  width: 304px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.steps .spark {
  left: calc(50% + 144px);
  top: 13px;
  transform: none;
}

.step-track {
  width: 1200px;
  display: grid;
  grid-template-columns: 176px 48px 176px 48px 176px 48px 176px 48px 176px;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.step-track span {
  height: 4px;
  border-top: 0;
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.72) 0 8px, transparent 8px 16px);
}

.step-track span.complete {
  background: repeating-linear-gradient(to right, var(--green) 0 8px, transparent 8px 16px);
}

.step-track .outer-line {
  opacity: 0;
}

.step-track button {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f6f6f6;
  box-shadow: none;
  color: #597394;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease;
}

.step-track button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.step-track button.complete,
.step-track button.active {
  background: var(--green);
  color: #fff;
}

#steps-title {
  width: 414px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.6px;
}

.step-copy {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  transition: opacity 260ms ease, transform 260ms ease;
  will-change: opacity, transform;
}

.step-copy strong {
  color: var(--green);
  font-size: 24px;
  line-height: 1.2;
}

.step-copy h3 {
  margin: 8px 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
}

.step-copy p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.step-visual {
  position: relative;
  width: 664px;
  height: 331px;
  margin-top: 16px;
  transition: opacity 260ms ease, transform 260ms ease;
  will-change: opacity, transform;
}

.steps.is-step-switching .step-copy {
  opacity: 0;
  transform: translateY(8px);
}

.steps.is-step-switching .step-visual {
  opacity: 0;
  transform: translateY(10px);
}

.step-screen-frame {
  position: absolute;
  inset: 0;
  width: 664px;
  height: 331px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  box-shadow: 8px 8px 35px rgba(0, 143, 26, 0.2);
}

.step-screen {
  position: absolute;
  inset: 0;
  width: 664px;
  height: 331px;
  object-fit: cover;
}

.step-screen.is-build-screen {
  top: -7.95%;
  height: 107.94%;
}

.step-extra-wrap {
  position: absolute;
  pointer-events: none;
}

.step-extra {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.step-person-wrap {
  left: 473px;
  top: 2px;
  width: 343px;
  height: 329px;
  overflow: hidden;
  transform: scaleX(-1);
}

.step-person-wrap .step-extra {
  left: -50px;
  top: 0;
  width: 512px;
  height: 329px;
  object-fit: fill;
}

.step-extra-wrap.is-boxes {
  left: 515px;
  top: 100px;
  width: 297px;
  height: 297px;
}

.step-extra-wrap.is-social {
  left: 516px;
  top: 172px;
  width: 271px;
  height: 271px;
}

.step-extra-wrap.is-chart {
  left: 550px;
  top: 164px;
  width: 251px;
  height: 251px;
}

.steps-button {
  margin-top: 22px;
  min-width: 210px;
}

.audience {
  min-height: 1011px;
  padding-top: 120px;
  background: #fff;
}

.audience .section-heading h2 {
  width: 538px;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.6px;
}

.audience .spark {
  left: calc(50% + 282px);
  top: 40px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 56px;
}

.audience-grid article {
  height: 147px;
  padding: 16px;
  border-radius: 20px;
  background: var(--panel);
}

.audience-grid header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.audience-grid h3 {
  margin: 0;
  max-width: 210px;
  font-size: 16px;
  line-height: 1.25;
}

.audience-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
}

.industry-strip {
  width: 1200px;
  height: 376px;
  margin: 56px auto 0;
  overflow: hidden;
}

.industry-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: industry-scroll 48s linear infinite;
}

.industry-strip:hover .industry-track {
  animation-play-state: paused;
}

.industry-strip article {
  position: relative;
  flex: 0 0 226px;
  width: 226px;
  height: 376px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background: #101828;
}

.industry-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-strip article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.82) 100%);
}

.industry-strip article > div {
  position: absolute;
  z-index: 1;
  left: 14px;
  right: 14px;
  bottom: 24px;
}

.industry-strip h3 {
  margin: 0 0 11px;
  font-size: 18px;
  line-height: 1.2;
}

.industry-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

@keyframes industry-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1210px);
  }
}

.final-cta {
  min-height: 591px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.final-cta h2 {
  width: 356px;
  font-size: 40px;
}

.final-cta .spark {
  left: calc(50% + 161px);
  top: 24px;
  transform: none;
}

.offer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
}

.offer-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #25364d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  white-space: nowrap;
}

.offer-list img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 5px;
  border-radius: 50%;
  background: var(--green);
}

.offer-button {
  width: 208px;
  height: 46px;
  margin-top: 40px;
}

.fine-print {
  margin: 20px 0 0;
  color: #23344d;
  font-size: 12px;
}

.contact-footer {
  position: relative;
  width: 100%;
  min-width: 1440px;
  height: 729px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: #fff;
}

.footer-wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 696px;
  pointer-events: none;
}

.footer-wave-back {
  top: 0;
  z-index: 0;
}

.footer-wave-front {
  top: 33px;
  z-index: 1;
}

.footer-content2 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 784px;
  margin: 0 auto;
  padding-top: 216px;
}

.footer-logo {
  width: 220px;
  height: auto;
  aspect-ratio: 220 / 60;
  object-fit: contain;
}

.footer-content2 p {
  margin: 29px 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.96px;
}

.powered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  width: 784px;
  min-height: 59px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.28px;
}

.powered strong {
  font-weight: 400;
  line-height: normal;
}

.powered span {
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.powered em {
  color: var(--green);
  font-style: normal;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .industry-track {
    animation: none;
  }

  .step-copy,
  .step-visual {
    transition: none;
  }
}
