@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets-v2.super.so/global/fonts/Inter/inter-v12-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("https://assets-v2.super.so/global/fonts/Inter/inter-v12-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("https://assets-v2.super.so/global/fonts/Inter/inter-v12-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("https://assets-v2.super.so/global/fonts/Inter/inter-v12-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --text: rgb(55, 53, 47);
  --button: rgb(34, 34, 34);
  --border: rgb(233, 233, 231);
  --gray-card: rgb(230, 230, 229);
  --footer: rgb(34, 34, 34);
  --green: #2a514c;
  --content: 958px;
  --gap: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: white;
  color: var(--text);
  font-family: Inter, Inter-fallback, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

.super-navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 70px;
  background: white;
  box-shadow: rgba(15, 15, 15, 0.1) 0 1px 0, rgba(15, 15, 15, 0.1) 0 2px 4px;
}

.super-navbar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}

.super-navbar__logo {
  display: flex;
  align-items: center;
  width: 172px;
  height: 70px;
  padding: 0 16px;
}

.super-navbar__logo img {
  width: 140px;
  height: 54px;
  object-fit: contain;
  object-position: left;
}

.super-navbar__right {
  display: flex;
  align-items: center;
  height: 70px;
  padding-right: 8px;
}

.super-navbar__item-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.super-navbar__item {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 16px 12px;
  border-radius: 8px;
  line-height: 1;
}

.super-navbar__phone {
  display: block;
  margin-left: 8px;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--button);
  color: white;
  font-weight: 500;
  line-height: 1;
}

.super-navbar a:hover,
.super-footer a:hover {
  opacity: 0.7;
}

.super-navbar__menu {
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.super-navbar__menu span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: opacity 160ms ease, transform 160ms ease;
}

.mobile-menu {
  display: none;
}

.page {
  width: var(--content);
  margin: 0 auto;
  padding-top: 64px;
}

.two-column,
.feature-grid,
.testimonial-grid {
  display: grid;
  gap: var(--gap);
}

.two-column {
  grid-template-columns: 525px 409px;
  min-height: 315px;
}

.hero-copy {
  padding-top: 14px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  padding: 3px 2px;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}

h2 {
  margin-top: 48px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 35.2px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-align: center;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

p {
  padding: 3px 2px;
  line-height: 1.5;
}

.hero-copy h3 {
  margin-top: -1px;
  max-width: 525px;
}

.hero-copy p {
  margin-top: 28px;
  height: 50px;
}

.button {
  display: inline-flex;
  justify-content: center;
  padding: 12px 16px;
  margin: -2px;
  border-radius: 4px;
  background: var(--button);
  color: white;
  font-weight: 500;
  line-height: 24px;
}

.hero-image {
  padding-top: 20px;
}

.hero-image img,
.service img {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  object-fit: cover;
}

.hero-image img {
  height: 272px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  padding: 14px 0 16px;
}

.callout {
  min-height: 298px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.callout img {
  width: 32px;
  height: 32px;
  margin-bottom: -2px;
  border-radius: 3px;
}

.callout h3 {
  line-height: 1;
}

.callout p {
  line-height: 1.5;
}

.service {
  margin-top: 32px;
}

.service:first-of-type {
  margin-top: 33px;
}

.service + .service {
  margin-top: 121px;
}

.service h3 {
  margin-top: 19px;
}

.service p {
  line-height: 26px;
}

.testimonial-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
  padding: 13px 0 16px;
}

#testimonials-title {
  margin-top: 132px;
}

.testimonial-column {
  display: grid;
  gap: 6px;
  align-content: start;
}

.testimonial {
  margin: 0;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--gray-card);
}

.testimonial p + p {
  margin-top: 0;
}

.stars {
  color: var(--green);
}

.closing-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 87px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: white;
}

.closing-cta h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}

.closing-cta p {
  margin-top: 8px;
  padding: 0;
}

.closing-cta .button {
  white-space: nowrap;
}

.super-footer {
  margin-top: 64px;
  padding: 48px 96px;
  background: var(--footer);
  color: white;
}

.super-footer__content {
  display: grid;
  width: 100%;
}

.super-footer__logo {
  display: block;
  justify-self: center;
  min-height: 48px;
  font-weight: 600;
}

.super-footer__links {
  display: grid;
  grid-template-columns: 146px 146px;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.super-footer__list {
  display: flex;
  flex-direction: column;
}

.super-footer__list p {
  padding: 0;
  font-weight: 700;
  line-height: 20px;
}

.super-footer__list a {
  display: block;
  height: 20px;
  line-height: 20px;
}

.super-footer__list p + a {
  margin-top: 10px;
}

.super-footer__list a + a {
  margin-top: 8px;
}

.super-footer__divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.22);
}

.super-footer__footnote {
  justify-self: center;
  margin-top: 32px;
  padding: 0;
  line-height: 20px;
}

@media (max-width: 768px) {
  .super-navbar__content {
    padding: 0 16px;
  }

  .super-navbar__logo {
    width: 156px;
    padding: 0 8px;
  }

  .super-navbar__item-list {
    display: none;
  }

  .super-navbar__right {
    padding-right: 0;
  }

  .super-navbar__phone {
    margin-left: 0;
  }

  .super-navbar__menu {
    display: flex;
    margin-left: 9px;
  }

  body[data-menu-open] .super-navbar__menu span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  body[data-menu-open] .super-navbar__menu span:nth-child(2) {
    opacity: 0;
  }

  body[data-menu-open] .super-navbar__menu span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    inset: 70px 0 auto;
    display: grid;
    padding: 8px 24px 16px;
    border-bottom: 1px solid var(--border);
    background: white;
    box-shadow: rgba(15, 15, 15, 0.08) 0 10px 20px;
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    padding: 14px 0;
    border-top: 1px solid var(--border);
    font-weight: 500;
    line-height: 1.2;
  }

  .page {
    width: calc(100% - 48px);
  }

  .two-column,
  .feature-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .two-column {
    min-height: 594px;
  }

  .hero-copy {
    padding-top: 14px;
  }

  h1 {
    font-size: 41.6px;
  }

  .hero-copy h3 {
    margin-top: -4px;
  }

  .hero-copy p {
    margin-top: 28px;
  }

  .hero-copy .button {
    width: 100%;
  }

  .hero-image {
    padding-top: 0;
    position: relative;
    top: -1px;
  }

  .hero-image img {
    height: auto;
  }

  .feature-grid {
    gap: 30px;
  }

  .callout {
    min-height: 274px;
  }

  .service + .service {
    margin-top: 121px;
  }

  .service:first-of-type {
    margin-top: 32px;
  }

  .service h3 {
    margin-top: 20px;
  }

  .service p {
    line-height: 24px;
  }

  #testimonials-title {
    margin-top: 129px;
  }

  .testimonial-grid {
    gap: 30px;
    padding-top: 13px;
    padding-bottom: 6px;
  }

  .testimonial-column {
    gap: 6px;
  }

  .testimonial-column:first-child .testimonial:first-child {
    height: 528px;
  }

  .testimonial-column:first-child .testimonial:nth-child(2) {
    height: 456px;
  }

  .testimonial-column:nth-child(2) .testimonial:first-child {
    height: 456px;
  }

  .testimonial-column:nth-child(2) .testimonial:nth-child(2) {
    height: 462px;
  }

  .closing-cta {
    grid-template-columns: 1fr;
    margin-top: 64px;
    padding: 24px;
  }

  .closing-cta h2 {
    font-size: 22px;
  }

  .closing-cta .button {
    width: 100%;
  }

  .super-footer {
    margin-top: 48px;
    padding: 40px;
  }

  .super-footer__content {
    justify-items: start;
  }

  .super-footer__logo {
    order: 3;
    justify-self: center;
    margin-top: 32px;
  }

  .super-footer__links {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-content: start;
    width: 100%;
    margin-top: 0;
  }

  .super-footer__list,
  .super-footer__list a {
    width: 100%;
  }

  .super-footer__list a {
    height: auto;
    overflow-wrap: anywhere;
  }

  .super-footer__divider {
    order: 2;
    margin-top: 40px;
  }

  .super-footer__footnote {
    order: 4;
    justify-self: center;
    margin-top: 24px;
  }
}

@media (max-width: 380px) {
  .super-navbar__content {
    padding: 0 8px;
  }

  .super-navbar__logo {
    width: 148px;
  }

  .super-navbar__phone {
    padding-inline: 12px;
  }

}
