:root {
  font-family: "Albert Sans", Arial, sans-serif;
  color: #1c1c1c;
  background: #f2f2f2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.topbar {
  height: 81px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}

.menuButton {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

nav {
  display: flex;
  gap: 32px;
  font-size: 16px;
  line-height: 1.3;
}

nav a {
  text-decoration: none;
}

.hero {
  height: 100vh;
  position: relative;
  color: #fff;
  background: #000;
  overflow: hidden;
}

.heroVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  border: 0;
  object-fit: cover;
  pointer-events: none;
}

.shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.heroInner {
  position: relative;
  z-index: 2;
  width: 1160px;
  height: 100%;
  margin: 0 auto;
}

h1 {
  position: absolute;
  left: 0;
  top: 50px;
  width: 580px;
  height: 480px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  font-size: 82px;
  line-height: 1.17;
  letter-spacing: -2px;
  font-weight: 700;
}

.heroCopy {
  position: absolute;
  top: 310px;
  right: 0;
  width: 383px;
  font-size: 20px;
  line-height: 1.55;
}

.heroCopy p {
  margin: 0 0 25px;
}

.button {
  display: inline-flex;
  min-width: 185px;
  height: 61px;
  padding: 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #25e459;
  color: #111;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.heroCopy .button {
  min-width: 215px;
}

.intro {
  height: 551px;
  padding: 150px 0;
  background: #fff;
}

.introLayout {
  width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 560px 560px;
  gap: 40px;
}

.intro h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.23;
  letter-spacing: -1.4px;
  font-weight: 600;
}

.lead {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.35;
}

.introBody {
  font-size: 18px;
  line-height: 1.55;
}

.introBody p {
  margin: 0 0 24px;
}

.textLink {
  color: #167a32;
  text-decoration: none;
  font-weight: 700;
}

.introVideo {
  position: relative;
  height: 720px;
  background: #f2f2f2;
  z-index: 3;
}

.introVideo iframe,
.videoFacade {
  position: absolute;
  z-index: 3;
  top: 90px;
  left: 50%;
  width: 960px;
  height: 540px;
  transform: translateX(-50%);
  border: 0;
}

.videoFacade {
  padding: 0;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.videoFacade img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #25e459;
  box-shadow: 0 8px 24px #0005;
}

.playIcon::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 31px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #111;
}

.accelerate {
  position: relative;
  z-index: 1;
  height: 1649px;
  padding: 135px 0 100px;
  background: #fff;
  text-align: center;
}

h2 {
  margin: 0;
  color: #1c1c1c;
  font-size: 42px;
  line-height: 1.23;
  letter-spacing: -0.8px;
  font-weight: 600;
}

.accelerate > h2 {
  width: 1160px;
  margin: 0 auto;
  font-weight: 700;
}

.accelerate > p {
  width: 560px;
  margin: 30px auto 0;
  font-size: 22px;
  line-height: 1.5;
}

.featureGrid {
  width: 1100px;
  margin: 95px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: space-between;
  row-gap: 88px;
}

.featureGrid article img {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: contain;
}

.featureGrid h3 {
  margin: 25px 0 15px;
  color: #1c1c1c;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.featureGrid article p {
  max-width: 320px;
  margin: 0 auto;
  color: #575757;
  font-size: 14px;
  line-height: 1.55;
}

.videoFrame {
  height: 894px;
  background: #111;
  overflow: hidden;
}

.videoFrame img {
  position: relative;
  left: 50%;
  display: block;
  width: 1512px;
  height: 847px;
  transform: translateX(-50%);
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.videoFrame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stories {
  padding: 0;
  background: #fff;
}

.story {
  width: 1160px;
  height: 695px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 560px 560px;
  gap: 40px;
  align-items: center;
}

.story:first-child {
  height: 830px;
}

.story.reverse .storyCopy {
  order: 2;
}

.story.reverse img {
  order: 1;
}

.story img {
  display: block;
  width: 560px;
  height: 560px;
  border-radius: 18px;
  object-fit: cover;
}

.storyCopy h2 {
  max-width: 560px;
}

.storyCopy p {
  margin: 29px 0 43px;
  color: #575757;
  font-size: 18px;
  line-height: 1.55;
}

.storyCopy i {
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 34px;
  background: #54a75c;
}

.final {
  height: 564px;
  padding: 135px 20px 110px;
  background: #fff;
  color: #1c1c1c;
  text-align: center;
}

.final h2 {
  font-size: 48px;
  line-height: 1.23;
  font-weight: 700;
}

.final p {
  max-width: 960px;
  margin: 25px auto 0;
  color: #575757;
  font-size: 20px;
  line-height: 1.5;
}

.final .button {
  margin-top: 35px;
}

.siteFooter {
  padding: 24px 32px 18px;
  border-top: 1px solid #e8e8e8;
  background: #fafafa;
  color: #333;
}

.footerPages {
  display: flex;
  max-width: 1190px;
  margin: 0 auto 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
  gap: 28px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.footerPages a,
.footerConnections a {
  text-decoration: none;
}

.footerPages a:hover,
.recaptchaNotice a:hover {
  text-decoration: underline;
}

.footerCopyright,
.footerConnections,
.recaptchaNotice {
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

.footerCopyright {
  margin-bottom: 16px;
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.footerCopyright a {
  text-decoration: none;
}

.footerCopyright a:hover {
  text-decoration: underline;
}

.footerConnections {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footerGroup {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.footerGroup strong {
  color: #444;
  font-size: 15px;
  font-weight: 600;
}

.footerGroup a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  opacity: 0.82;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.footerGroup a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footerGroup img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.appsGroup {
  margin-left: auto;
}

.recaptchaNotice {
  margin-top: 16px;
  margin-bottom: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

.cookies {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 30px;
  width: 800px;
  min-height: 66px;
  padding: 18px 100px 16px 24px;
  border-radius: 10px;
  background: #f6f6f6;
  box-shadow: 0 8px 30px #00000010;
  color: #666;
  font-size: 14px;
  line-height: 1.35;
}

.cookies a {
  color: #167a32;
}

.cookies button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 22px;
  border: 1px solid #167a32;
  border-radius: 24px;
  background: #fff;
  color: #167a32;
}

.cookies[hidden] {
  display: none;
}

@media (max-width: 700px) {
  .topbar {
    height: 92px;
    padding: 0 20px;
    justify-content: center;
  }

  .brand {
    max-width: 328px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
  }

  .menuButton {
    position: absolute;
    top: 26px;
    right: 16px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .menuButton svg {
    display: block;
    width: 40px;
    height: 40px;
  }

  .topbar nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 20px 24px 25px;
    background: #f4fbf6;
    box-shadow: 0 12px 22px #0002;
    font-size: 18px;
  }

  .topbar nav.open {
    display: flex;
  }

  .topbar nav a {
    padding: 13px 0;
    border-bottom: 1px solid #dfe5df;
  }

  .hero {
    height: 100vh;
  }

  .heroInner {
    width: auto;
    height: 100%;
    margin: 0 20px;
  }

  h1 {
    top: 60px;
    left: 0;
    width: 350px;
    height: 140px;
    align-items: flex-start;
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -0.3px;
  }

  .heroCopy {
    top: 247px;
    right: auto;
    left: 0;
    width: 350px;
    font-size: 20px;
    line-height: 1.45;
  }

  .heroCopy p {
    margin-bottom: 21px;
  }

  .button {
    min-width: 154px;
    height: 61px;
    padding: 0 28px;
    font-size: 17px;
  }

  .intro {
    height: auto;
    padding: 90px 20px;
  }

  .introLayout {
    width: auto;
    display: block;
  }

  .intro h2,
  h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .introBody {
    margin-top: 34px;
    font-size: 17px;
    line-height: 1.55;
  }

  .introVideo {
    height: 360px;
  }

  .introVideo iframe,
  .videoFacade {
    top: 90px;
    width: 320px;
    height: 180px;
  }

  .playIcon {
    width: 62px;
    height: 62px;
  }

  .playIcon::after {
    top: 18px;
    left: 26px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 19px;
  }

  .accelerate {
    height: auto;
    padding: 90px 20px;
  }

  .accelerate > h2,
  .accelerate > p,
  .featureGrid {
    width: auto;
  }

  .accelerate > p {
    margin-top: 28px;
    font-size: 19px;
  }

  .featureGrid {
    grid-template-columns: 1fr;
    gap: 75px;
    margin-top: 70px;
  }

  .featureGrid article img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    border-radius: 50%;
  }

  .videoFrame {
    height: 227px;
  }

  .videoFrame img {
    width: 320px;
    height: 180px;
  }

  .siteFooter {
    padding: 22px 20px 18px;
  }

  .footerPages {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: 13px;
  }

  .footerCopyright {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .footerConnections {
    display: block;
  }

  .footerGroup {
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
  }

  .footerGroup strong {
    flex: 0 0 100%;
    font-size: 14px;
  }

  .footerGroup a,
  .footerGroup img {
    width: 24px;
    height: 24px;
  }

  .appsGroup {
    margin-left: 0;
  }

  .recaptchaNotice {
    margin-top: 16px;
    font-size: 11px;
  }

  .story,
  .story:first-child,
  .story.reverse {
    width: auto;
    height: auto;
    margin: 0 20px;
    padding: 65px 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .story .storyCopy,
  .story.reverse .storyCopy {
    order: 2;
  }

  .story img,
  .story.reverse img {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .storyCopy p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .final {
    height: auto;
    padding: 90px 24px;
  }

  .final h2 {
    font-size: 38px;
  }

  .final p {
    font-size: 18px;
  }

  .cookies {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-height: 138px;
    padding: 17px 85px 14px 24px;
    border-radius: 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .cookies button {
    right: 25px;
    padding: 7px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .heroVideo {
    display: none;
  }

  .hero {
    background: url("assets/source-desktop-00.png") center / cover no-repeat;
  }
}
