.container {
  --h-padding: 2.5rem;
  --max-width: 58.375rem;
  max-width: calc(var(--max-width) + 2 * var(--h-padding));
  margin: 0 auto;
  padding: 5rem var(--h-padding) 4rem;
  text-align: center;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  font-size: 1.25rem;
}
.logo .icon {
  flex-shrink: 0;
  background-color: currentColor;
  font-size: 1.8em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo .icon img {
  width: 32px;
  height: 32px;
}
.logo .text {
  color: inherit;
  font-family: Albra, serif;
  font-weight: 600;
  font-size: inherit;
  line-height: 1em;
}
@media screen and (max-width: 720px) {
  .container {
    --h-padding: 1.5rem;
    padding: 2.5rem var(--h-padding);
  }
  .logo {
    font-size: 1.125rem;
  }
}
.hero {
  margin-top: 2.125rem;
}
.hero h1 {
  font-family: Albra;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.15em;
  color: var(--color-accent);
  margin-bottom: 2rem;
}
.hero p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4em;
  color: var(--color-text);
  max-width: calc(var(--max-width) - 100px);
  margin: 0 auto;
}
.hero .other-browsers {
  position: relative;
  margin-top: 1rem;
  padding-left: 1.5rem;
  display: inline-flex;
  margin-right: 14rem;
}
.hero .other-browsers-toggle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  transition: all 0.2s;
}
.hero .other-browsers-toggle svg {
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  color: inherit;
  transition: transform 0.2s;
}
.hero .other-browsers-toggle:hover {
  color: var(--color-accent);
}
.hero .other-browsers-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px 0;
  z-index: 101;
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s ease-in;
  --width: 190px;
}
.hero .other-browsers-list {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  white-space: nowrap;
  background-color: #fff;
  box-shadow:
    0 20px 56px #2f2d5e0f,
    0 6px 20px #2f2d5e0f;
  border-radius: 10px;
  width: var(--width);
}
.hero .other-browsers-list li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.hero .other-browsers-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  height: 44px;
  width: 100%;
  transition: all 0.2s;
}
.hero .other-browsers-list li a img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
}
.hero .other-browsers-list li a span {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1em;
  color: var(--color-text);
}
.hero .other-browsers-list li a:hover {
  background-color: #f7f7f8;
  color: var(--color-accent);
}
@media (hover: hover) {
  .hero .other-browsers:hover .other-browsers-toggle {
    color: var(--color-accent);
  }
  .hero .other-browsers:hover .other-browsers-dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateY(6px);
  }
  .hero .other-browsers:hover .other-browsers-toggle svg {
    transform: rotate(180deg);
  }
}
@media (hover: none) {
  .hero .other-browsers:where(:focus, :focus-within) .other-browsers-toggle {
    color: var(--color-accent);
  }
  .hero .other-browsers:where(:focus, :focus-within) .other-browsers-dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateY(6px);
  }
  .hero
    .other-browsers:where(:focus, :focus-within)
    .other-browsers-toggle
    svg {
    transform: rotate(180deg);
  }
}
.hero .cta {
  justify-content: center;
}
.hero .rating-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 34.68rem;
  padding: 20px 32px;
  margin: 4.5rem auto 0;
  background: #fff;
  box-shadow:
    0 20px 56px #2f2d5e0f,
    0 6px 20px #2f2d5e0f;
  border-radius: 1.25rem;
  gap: 1.25rem;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.hero .rating-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 56px #2f2d5e1f,
    0 6px 20px #2f2d5e3d;
}
.hero .rating-card .users-trust svg {
  width: 204px;
  height: 20px;
}
.hero .rating-card .users-trust span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.42em;
  color: var(--color-text);
  height: 1.42em;
}
.hero .rating-card .rating {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0.75rem 1rem;
  gap: 0.75rem;
  background-color: #f7f7f8;
  border: 1px solid #e7eaee;
  border-radius: 1.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.66em;
  color: var(--color-text);
}
.hero .rating-card .rating .rating-stars {
  display: inline-flex;
}
.hero .rating-card .rating .rating-stars svg {
  width: 1.25rem;
  height: 1.25rem;
}
.reminder-for-mobile {
  display: none;
}
@media screen and (max-width: 1180px) {
  .hero h1 {
    font-size: 2.4rem;
    line-height: 1.4em;
    margin-bottom: -2rem !important;
  }
}
@media screen and (max-width: 720px) {
  .hero {
    margin-top: 1rem;
  }
  .lottie {
    margin-top: 20px !important;
  }
  .hero .rating-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
    margin-top: 40px;
  }
  .hero .other-browsers {
    margin-right: 0;
    padding: 0;
    margin-top: 1.5rem;
  }
  .hero .other-browsers .other-browsers-dropdown {
    padding: 30px 0 0;
    left: -20px;
  }
  .reminder-for-mobile {
    display: block;
    margin-top: 1.5rem;
    padding: 20px;
    margin-left: -24px;
    margin-right: -24px;
    background: #15a900;
    color: white;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .reminder-for-mobile a {
    font-weight: bold;
    font-weight: 500;
    line-height: 2.3em;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    height: 2.75rem;
    color: #15a900;
    background: #ffffff;
    box-shadow: 0 2px #0d6501;
    border-radius: 4px;
    padding: 2px 16px;
    transition: all 0.2s;
  }
}

.quote-box {
  background-color: white;
  margin-top: 0.8rem;
  max-width: 500px;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
}

.quote-author {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-align: right;
}

.quote-box .highlight {
  background: #daefd6;
  font-weight: 600;
}

h2 {
  font-family: Albra;
  margin-bottom: 1.2rem;
}

.content {
  padding: 0 2rem;
}

.content p {
  margin-left: 0;
  color: #333;
}

@media screen and (max-width: 720px) {
  .content {
    padding: 0 1rem;
  }
  .steps {
    flex-direction: column;
  }
}
