:root {
  --page: #060805;
  --surface: #10130f;
  --text: #f5f7ef;
  --muted: #a5ada1;
  --line: rgba(255, 255, 255, 0.12);
  --green: #8dff00;
  --green-strong: #70e800;
  --green-dark: #173905;
  --max: 1050px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

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

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta,
.services-cta,
.office-cta,
.final-cta {
  position: relative;
  isolation: isolate;
}

.cta::before,
.services-cta::before,
.office-cta::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: -28% -18%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(141, 255, 0, 0.55) 0%,
    rgba(141, 255, 0, 0.32) 28%,
    rgba(141, 255, 0, 0.11) 54%,
    transparent 72%
  );
  filter: blur(14px);
  opacity: 0.86;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cta:hover::before,
.services-cta:hover::before,
.office-cta:hover::before,
.final-cta:hover::before {
  opacity: 1;
  transform: scale(1.05);
}

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0c0c0c;
}

.hero {
  position: relative;
  display: block;
  min-height: 900px;
  padding: 55px 24px 0;
  background-image: url("assets/hero-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  filter: saturate(1.18) contrast(1.06);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  top: 50%;
  left: 60%;
  z-index: 0;
  width: 1154px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0deg, rgba(152, 249, 0, 0.34) 86deg, transparent 174deg, rgba(152, 249, 0, 0.24) 258deg, transparent 360deg),
    radial-gradient(circle, rgba(152, 249, 0, 0.42) 0%, rgba(152, 249, 0, 0.2) 36%, transparent 68%);
  opacity: 0.65;
  filter: blur(180px);
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: turn 10s linear infinite;
  pointer-events: none;
}

.hero::after {
  display: none;
}

@keyframes turn {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 747px);
  height: 90px;
  margin: 0 auto;
  padding: 0 64px 0 62px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 45px;
  background: linear-gradient(90deg, rgba(7, 8, 7, 0.52), rgba(55, 56, 55, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 38px rgba(102, 255, 0, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 167px;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 39px;
  margin-left: 67px;
}

.nav-links a {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  font-weight: 500;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a:first-child {
  color: #fff;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1440px);
  margin: 105px auto 0;
  text-align: center;
}

.hero h1 {
  max-width: 1440px;
  margin: 0 auto;
  color: var(--text);
  font-size: 47px;
  font-weight: 400;
  line-height: 0.92;
}

.hero h1::first-line {
  color: var(--text);
}

.hero h1 {
  text-shadow: 0 0 26px rgba(127, 255, 0, 0.2);
}

.hero h1 span,
.highlight {
  color: var(--green);
  font-weight: 800;
}

.hero-copy {
  width: min(100%, 1090px);
  margin: 31px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 30px;
  font-weight: 400;
  line-height: 0.9;
}

.cta {
  display: inline-flex;
  width: 478px;
  max-width: 100%;
  margin-top: 31px;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.cta img,
.social-proof {
  display: block;
  width: 100%;
  height: auto;
}

.social-proof {
  width: 386px;
  max-width: 100%;
  margin: 42px auto 0;
}

.section-divider {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px 0;
  object-fit: cover;
  pointer-events: none;
}

.marketing-section {
  position: relative;
  z-index: 2;
  min-height: 760px;
  padding: 88px 24px 84px;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.between-sections-bg {
  position: absolute;
  top: 1010px;
  left: max(-430px, calc(50% - 1090px));
  z-index: 1;
  width: 1360px;
  height: 1360px;
  pointer-events: none;
}

.between-sections-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("assets/clock-bg.svg") center / contain no-repeat;
  opacity: 1;
}

.marketing-inner {
  display: grid;
  grid-template-columns: minmax(520px, 600px) minmax(360px, 570px);
  gap: 54px;
  align-items: start;
  width: min(100%, 1220px);
  margin: 0 auto;
  transform: translateX(-64px);
}

.clock-wrap {
  position: relative;
}

.clock-wrap::before {
  position: absolute;
  inset: 12% 4% 6% 18%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: rgba(141, 255, 0, 0.12);
  filter: blur(55px);
}

.clock-wrap img {
  display: block;
  width: min(100%, 474px);
  height: auto;
  margin-left: auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.45));
}

.marketing-copy {
  max-width: 570px;
  margin-top: 10px;
  color: #f5f5f0;
}

.marketing-copy h2 {
  margin: 0 0 27px;
  color: #f7f7f1;
  font-size: 43px;
  font-weight: 400;
  line-height: 0.92;
  white-space: nowrap;
}

.marketing-copy h2 span {
  color: var(--green);
  font-style: italic;
  font-weight: 800;
}

.marketing-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 27px;
  font-weight: 400;
  line-height: 0.92;
}

.marketing-copy p + p {
  margin-top: 26px;
}

.marketing-copy strong {
  color: #fff;
  font-weight: 700;
}

.comparison-section {
  position: relative;
  z-index: 2;
  padding: 26px 24px 92px;
  background: transparent;
}

.comparison-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: min(100%, 896px);
  margin: 0 auto;
}

.comparison-column h2 {
  min-height: 83px;
  margin: 0 0 9px;
  color: #f7f7f2;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
}

.comparison-column h2 span {
  display: inline-block;
  font-style: italic;
  font-weight: 800;
}

.comparison-column--loss h2 span {
  color: #f4f4f0;
}

.comparison-column--scale h2 {
  text-align: center;
}

.comparison-column--scale h2 span {
  color: var(--green);
}

.comparison-card {
  min-height: 616px;
  padding: 42px 46px 41px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  background:
    radial-gradient(circle at 72% 13%, rgba(255, 255, 255, 0.12), transparent 17rem),
    linear-gradient(135deg, rgba(78, 78, 78, 0.56), rgba(16, 16, 16, 0.92) 47%, #080808);
}

.comparison-card--scale {
  border-color: var(--green);
}

.comparison-item {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.comparison-item + .comparison-item {
  margin-top: 27px;
}

.comparison-item img {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}

.comparison-item h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.9;
}

.comparison-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  font-weight: 400;
  line-height: 0.86;
}

.services-section {
  padding: 64px 24px 108px;
  background: #0c0c0c;
}

.services-inner {
  width: min(100%, 1010px);
  margin: 0 auto;
  text-align: center;
}

.services-header h2 {
  margin: 0;
  color: #fff;
  font-size: 82px;
  font-weight: 800;
  line-height: 0.95;
}

.services-header h2 span {
  color: var(--green);
}

.services-header p {
  margin: 22px 0 76px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 28px;
  font-weight: 400;
  line-height: 0.92;
}

.services-header strong {
  color: #fff;
  font-weight: 700;
}

.services-board {
  position: relative;
  width: 100%;
  aspect-ratio: 1277 / 1051;
  text-align: left;
}

.services-board > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-mobile-reference {
  display: none !important;
}

.service-text {
  position: absolute;
  color: #fff;
}

.service-text h3 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 25px;
  font-weight: 800;
  line-height: 0.9;
  white-space: nowrap;
}

.service-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 0.88;
  white-space: nowrap;
}

.service-text--traffic {
  left: 3.6%;
  top: 17.1%;
  width: 55%;
}

.service-text--traffic h3 {
  font-size: 37px;
}

.service-text--traffic p {
  font-size: 21px;
  line-height: 0.9;
}

.service-text--google {
  left: 65.3%;
  top: 14.4%;
  width: 31.5%;
}

.service-text--google h3 {
  font-size: 31px;
  line-height: 0.9;
}

.service-text--google p {
  font-size: 18px;
  line-height: 0.86;
}

.service-text--landing {
  left: 2.8%;
  top: 51.1%;
  width: 28%;
}

.service-text--landing p {
  font-size: 15px;
}

.service-text--identity {
  left: 36.6%;
  top: 51.8%;
  width: 27%;
}

.service-text--events {
  left: 70.5%;
  top: 49.2%;
  width: 25%;
}

.service-text--social {
  left: 2.8%;
  top: 79.2%;
  width: 31%;
}

.service-text--social h3 {
  font-size: 31px;
  line-height: 0.9;
}

.service-text--social p {
  font-size: 17px;
  line-height: 0.88;
}

.service-text--audiovisual {
  left: 42.2%;
  top: 84.8%;
  width: 49%;
}

.service-text--audiovisual h3 {
  font-size: 35px;
}

.service-text--audiovisual p {
  font-size: 21px;
  line-height: 0.94;
}

.services-cta {
  display: inline-flex;
  width: 380px;
  max-width: 100%;
  margin-top: 66px;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.services-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.services-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.team-section {
  position: relative;
  overflow: hidden;
  background: #0c0c0c;
}

.team-stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1920 / 940;
}

.team-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-bio {
  position: absolute;
  z-index: 2;
  width: 250px;
  color: #fff;
  text-align: left;
}

.team-bio h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 0.92;
}

.team-bio h3 img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.team-bio p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 0.86;
}

.team-bio .role {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 17px;
  line-height: 0.95;
}

.team-bio--werleson {
  left: 10.3%;
  top: 23.2%;
}

.team-bio--aaron {
  right: 10.6%;
  top: 23.2%;
}

.team-bio--vallone {
  left: 50%;
  top: calc(70.2% + 20px);
  width: 280px;
  transform: translateX(-50%);
}

.office-section {
  padding: 76px 24px 96px;
  background: #0c0c0c;
}

.office-inner {
  position: relative;
  width: min(100%, 820px);
  margin: 0 auto;
}

.office-copy {
  position: absolute;
  top: 18px;
  left: 2px;
  z-index: 2;
  width: 355px;
  color: #fff;
  text-align: left;
}

.office-copy h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 0.91;
  white-space: nowrap;
}

.office-copy h2 span {
  color: var(--green);
}

.office-copy p {
  margin: 0 0 19px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  font-weight: 400;
  line-height: 0.94;
  white-space: nowrap;
}

.office-copy strong {
  color: #fff;
  font-weight: 700;
}

.office-cta {
  display: inline-flex;
  width: 304px;
  max-width: 100%;
  margin-top: 2px;
  margin-left: -22px;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.office-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.office-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.office-grid {
  display: block;
  width: 100%;
  height: auto;
}

.office-grid-mobile {
  display: none;
}

@media (max-width: 900px) {
  .office-section {
    padding: 58px 50px 72px;
  }

  .office-inner {
    display: flex;
    flex-direction: column;
    width: min(100%, 430px);
  }

  .office-copy {
    display: contents;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .office-copy h2 {
    order: 1;
    margin-bottom: 8px;
    font-size: 28px;
    white-space: normal;
  }

  .office-copy p {
    order: 2;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 0.92;
    white-space: normal;
  }

  .office-copy br {
    display: none;
  }

  .office-grid {
    display: none;
  }

  .office-grid-mobile {
    order: 3;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  .office-cta {
    order: 4;
    width: min(100%, 260px);
    margin: 30px auto 0;
  }
}

.brands-section {
  overflow: hidden;
  padding: 84px 0 96px;
  background: #0c0c0c;
}

.brands-inner {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.brands-inner h2 {
  margin: 0 0 52px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 0.92;
}

.brands-inner h2 span {
  color: var(--green);
  font-weight: 800;
}

.logos-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.logos-marquee + .logos-marquee {
  margin-top: 34px;
}

.logos-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.logos-track img {
  display: block;
  width: clamp(920px, 128vw, 1540px);
  height: auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.logos-marquee--left .logos-track {
  animation: logos-left 42s linear infinite;
}

.logos-marquee--right .logos-track {
  animation: logos-right 46s linear infinite;
}

.testimonials-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(100% - 48px, 912px);
  margin: 86px auto 0;
}

.testimonial-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(137, 255, 0, 0.72);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 34%, rgba(0, 0, 0, 0.28)),
    #111;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 22px 46px rgba(0, 0, 0, 0.28);
}

.testimonial-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.path-section {
  overflow: hidden;
  padding: 90px 24px 120px;
  background: #0c0c0c;
}

.path-inner {
  width: min(100%, 752px);
  margin: 0 auto;
}

.path-header {
  margin-bottom: 86px;
  color: #fff;
  text-align: center;
}

.path-header h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(31px, 3.8vw, 42px);
  font-weight: 800;
  line-height: 0.9;
}

.path-header p {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3.2vw, 36px);
  font-weight: 400;
  line-height: 0.95;
}

.path-timeline {
  position: relative;
  min-height: 1044px;
}

.path-line {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}

.path-step {
  position: absolute;
  z-index: 2;
  width: 318px;
  min-height: 171px;
  padding: 51px 26px 27px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 48%, rgba(0, 0, 0, 0.18)),
    rgba(22, 22, 22, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
}

.path-step--left {
  left: 0;
}

.path-step--right {
  right: 0;
}

.path-step--one {
  top: 56px;
}

.path-step--two {
  top: 262px;
}

.path-step--three {
  top: 488px;
}

.path-step--four {
  top: 758px;
  right: -92px;
  width: 430px;
  height: 244px;
  min-height: 206px;
}

.path-step--four p {
  white-space: nowrap;
}

.step-badge {
  position: absolute;
  top: -21px;
  left: 0;
  display: inline-flex;
  min-width: 94px;
  height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--green);
  color: #050505;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 18px rgba(137, 255, 0, 0.72);
}

.path-step h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.9;
}

.path-step h3 span {
  color: var(--green);
}

.path-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 23px;
  font-weight: 400;
  line-height: 0.92;
}

.final-section {
  position: relative;
  overflow: hidden;
  min-height: 812px;
  background:
    linear-gradient(180deg, #0c0c0c 0%, rgba(12, 12, 12, 0) 11%),
    url("assets/final-bg.png") center top / cover no-repeat,
    #0c0c0c;
}

.final-content {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
}

.final-content h2 {
  margin: 0 auto 32px;
  max-width: 900px;
  color: #fff;
  font-size: clamp(38px, 4.7vw, 60px);
  font-weight: 800;
  line-height: 0.93;
}

.final-content h2 span {
  color: var(--green);
}

.final-cta {
  display: inline-flex;
  width: min(100%, 640px);
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.final-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.final-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  min-height: 128px;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background: #151515;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  font-weight: 400;
}

@keyframes logos-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes logos-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

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

  .logos-track {
    animation: none !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  :root {
    --mobile-gutter: 50px;
  }

  .hero {
    min-height: 815px;
    padding: 60px var(--mobile-gutter) 0;
    background-image: url("assets/hero-bg-mobile.png");
    background-position: center bottom;
    background-size: cover;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    z-index: 20;
    display: block;
    height: 30px;
    content: "";
    background: url("assets/divider-mobile.png") center / auto 30px no-repeat;
    pointer-events: none;
  }

  .topbar {
    width: min(calc(100vw - 40px), 360px);
    height: 44px;
    margin-left: calc(var(--mobile-gutter) * -1 + 20px);
    margin-right: calc(var(--mobile-gutter) * -1 + 20px);
    padding: 0 24px 0 29px;
    border-radius: 22px;
  }

  .brand {
    width: 81px;
  }

  .nav-links {
    gap: 21px;
    margin-left: 29px;
  }

  .nav-links a {
    height: 24px;
    padding: 0;
    flex: 0 0 auto;
    font-size: 8px;
    white-space: nowrap;
  }

  .hero-content {
    width: 100%;
    margin: 56px auto 0;
    text-align: left;
  }

  .hero h1 br {
    display: none;
  }

  .hero h1,
  .hero-copy {
    max-width: 306px;
  }

  .hero h1 {
    font-size: 29px;
    line-height: 0.92;
  }

  .hero-copy {
    margin-top: 23px;
    font-size: 20px;
    line-height: 0.87;
  }

  .cta {
    width: 240px;
    margin-top: 24px;
    margin-left: -16px;
  }

  .social-proof {
    width: 218px;
    margin: 7px 0 0;
  }

  .section-divider {
    display: none;
  }

  .marketing-section {
    min-height: auto;
    padding: 92px var(--mobile-gutter) 64px;
  }

  .marketing-section::before {
    left: -35px;
    bottom: auto;
    top: 70px;
    font-size: 430px;
  }

  .marketing-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100%, 420px);
    transform: none;
  }

  .clock-wrap {
    order: 2;
  }

  .marketing-copy {
    order: 1;
  }

  .clock-wrap img {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .marketing-copy {
    max-width: 100%;
    text-align: left;
  }

  .marketing-copy h2 {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 0.95;
    white-space: normal;
  }

  .marketing-copy h2 br {
    display: none;
  }

  .marketing-copy p {
    font-size: 19px;
    line-height: 1;
  }

  .marketing-copy p + p {
    margin-top: 20px;
  }

  .comparison-section {
    padding: 52px var(--mobile-gutter) 72px;
  }

  .comparison-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    width: min(100%, 420px);
  }

  .comparison-column h2,
  .comparison-column--scale h2 {
    width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    font-size: 21px;
    line-height: 0.92;
    text-align: center;
  }

  .comparison-column--loss h2 {
    max-width: 100%;
  }

  .comparison-column--loss h2 span,
  .comparison-column--scale h2 span {
    display: block;
    white-space: nowrap;
  }

  .comparison-card {
    min-height: auto;
    padding: 35px 28px 38px;
    border-radius: 24px;
  }

  .comparison-column--loss .comparison-card {
    padding: 51px 34px 50px;
  }

  .comparison-column--loss .comparison-item {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 3px;
    align-items: center;
  }

  .comparison-column--loss .comparison-item img {
    width: 27px;
    height: 27px;
    margin-top: 0;
  }

  .comparison-column--loss .comparison-item > div {
    display: contents;
  }

  .comparison-column--loss .comparison-item h3 {
    grid-column: 2;
  }

  .comparison-column--loss .comparison-item p {
    grid-column: 1 / -1;
    margin-top: 12px;
  }

  .comparison-item {
    grid-template-columns: 31px minmax(0, 1fr);
  }

  .comparison-item + .comparison-item {
    margin-top: 30px;
  }

  .comparison-item img {
    width: 25px;
    height: 25px;
    margin-top: 3px;
  }

  .comparison-item h3 {
    font-size: 24px;
    line-height: 0.96;
  }

  .comparison-item p {
    font-size: 18px;
    line-height: 0.98;
  }

  .services-section {
    padding: 58px var(--mobile-gutter) 76px;
  }

  .services-inner {
    width: min(100%, 430px);
  }

  .services-header h2 {
    font-size: 44px;
  }

  .services-header p {
    margin: 14px 0 34px;
    font-size: 18px;
    line-height: 1;
  }

  .services-header p br {
    display: none;
  }

  .services-board {
    display: block;
    aspect-ratio: auto;
  }

  .services-board > img {
    display: none;
  }

  .services-board > .services-mobile-reference {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .service-text {
    display: none;
  }

  .service-text h3,
  .service-text--traffic h3,
  .service-text--google h3,
  .service-text--social h3,
  .service-text--audiovisual h3 {
    font-size: 26px;
  }

  .service-text p,
  .service-text--traffic p,
  .service-text--google p,
  .service-text--social p,
  .service-text--audiovisual p {
    font-size: 16px;
    line-height: 0.98;
    white-space: normal;
  }

  .service-text h3,
  .service-text--traffic h3,
  .service-text--google h3,
  .service-text--social h3,
  .service-text--audiovisual h3 {
    white-space: normal;
  }

  .services-cta {
    width: 260px;
    margin-top: 36px;
  }

  .team-stage {
    display: flex;
    flex-direction: column;
    width: 100%;
    aspect-ratio: auto;
    padding: 0 var(--mobile-gutter) 62px;
  }

  .team-section {
    overflow: visible;
  }

  .team-stage::before {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    z-index: 30;
    display: block;
    height: 30px;
    content: "";
    background: url("assets/divider-mobile.png") center / auto 30px no-repeat;
    pointer-events: none;
  }

  .team-bg {
    position: relative;
    display: block;
    content: url("assets/team-bg-mobile.png");
    width: calc(100% + (var(--mobile-gutter) * 2));
    height: auto;
    margin: 0 calc(var(--mobile-gutter) * -1);
    object-fit: contain;
  }

  .team-bio {
    position: relative;
    inset: auto;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 0;
    transform: none;
  }

  .team-bio--vallone {
    order: 1;
    margin-top: 34px;
  }

  .team-bio--werleson {
    order: 2;
    margin-top: 54px;
  }

  .team-bio--aaron {
    order: 3;
    margin-top: 54px;
  }

  .team-bio h3 {
    gap: 5px;
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 0.95;
  }

  .team-bio h3 img {
    width: 25px;
    height: 25px;
  }

  .team-bio p {
    font-size: 18px;
    line-height: 0.86;
  }

  .team-bio .role {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 0.95;
  }

  .office-section {
    padding: 58px var(--mobile-gutter) 72px;
  }

  .office-inner {
    display: flex;
    flex-direction: column;
    width: min(100%, 430px);
  }

  .office-copy {
    display: contents;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .office-copy h2 {
    order: 1;
    margin-bottom: 8px;
    font-size: 28px;
    white-space: normal;
  }

  .office-copy p {
    order: 2;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 0.92;
    white-space: normal;
  }

  .office-copy br {
    display: none;
  }

  .office-cta {
    order: 4;
    width: min(100%, 260px);
    margin: 30px auto 0;
  }

  .office-grid {
    display: none;
  }

  .office-grid-mobile {
    order: 3;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  .brands-section {
    padding: 58px 0 70px;
  }

  .brands-inner h2 {
    padding: 0 var(--mobile-gutter);
    margin-bottom: 34px;
    font-size: 25px;
    line-height: 0.95;
  }

  .brands-inner h2 br {
    display: none;
  }

  .brands-inner h2 span {
    display: block;
    white-space: nowrap;
  }

  .logos-marquee + .logos-marquee {
    margin-top: 24px;
  }

  .logos-track img {
    width: 880px;
  }

  .testimonials-videos {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(calc(100% - (var(--mobile-gutter) * 2)), 320px);
    margin-top: 54px;
  }

  .path-section {
    padding: 64px var(--mobile-gutter) 86px;
  }

  .path-inner {
    width: min(100%, 430px);
  }

  .path-header {
    margin-bottom: 48px;
  }

  .path-header h2 {
    font-size: 22px;
    white-space: nowrap;
  }

  .path-header p {
    font-size: 21px;
    white-space: nowrap;
  }

  .path-timeline {
    display: grid;
    gap: 52px;
    min-height: auto;
    padding-left: 28px;
  }

  .path-timeline::before {
    display: none;
  }

  .path-line {
    left: 9px;
    height: 100%;
  }

  .path-step,
  .path-step--left,
  .path-step--right {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
  }

  .path-step::after,
  .path-step--left::after,
  .path-step--right::after {
    left: -51px;
    right: auto;
  }

  .path-step::before,
  .path-step--left::before,
  .path-step--right::before {
    left: -38px;
    right: auto;
  }

  .path-step h3 {
    font-size: 21px;
  }

  .path-step p {
    font-size: 17px;
    line-height: 1;
  }

  .final-section {
    min-height: 620px;
    background:
      url("assets/final-bg-mobile.png") center top / cover no-repeat,
      #0c0c0c;
  }

  .final-content {
    width: min(calc(100% - (var(--mobile-gutter) * 2)), 430px);
    padding-top: 120px;
    text-align: left;
  }

  .final-content h2 {
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 34px;
    line-height: 0.91;
  }

  .final-content h2 br {
    display: block;
  }

  .final-cta {
    width: min(100%, 340px);
    margin-left: -11px;
  }

  .site-footer {
    min-height: 104px;
  }

  .site-footer p {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 810px;
    padding-top: 58px;
  }

  .topbar {
    width: min(calc(100vw - 40px), 360px);
    margin-left: calc(var(--mobile-gutter) * -1 + 20px);
    margin-right: calc(var(--mobile-gutter) * -1 + 20px);
    padding: 0 24px 0 29px;
  }

  .brand {
    width: 81px;
  }

  .nav-links {
    gap: 21px;
    margin-left: 29px;
  }

  .nav-links a {
    font-size: 8px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .marketing-section {
    padding-top: 76px;
  }

  .clock-wrap img {
    width: min(100%, 320px);
  }

  .marketing-copy h2 {
    font-size: 27px;
  }

  .marketing-copy p {
    font-size: 17px;
  }

  .comparison-column h2,
  .comparison-column--scale h2 {
    font-size: 21px;
  }

  .comparison-card {
    padding: 30px 22px 34px;
  }

  .comparison-item h3 {
    font-size: 21px;
  }

  .comparison-item p {
    font-size: 16px;
  }

  .services-header h2 {
    font-size: 42px;
  }

  .service-text {
    min-height: 170px;
    padding: 84px 20px 22px;
  }

  .service-text h3,
  .service-text--traffic h3,
  .service-text--google h3,
  .service-text--social h3,
  .service-text--audiovisual h3 {
    font-size: 23px;
  }
}
