@font-face {
  font-family: "Alevia Poppins";
  src: url("/assets/alevia-poppins-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Alevia Poppins";
  src: url("/assets/alevia-poppins-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Alevia Jost";
  src: url("/assets/alevia-jost-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("/assets/alevia-readex-pro.woff2") format("woff2");
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/assets/alevia-sf-pro-thin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/assets/alevia-sf-pro-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/assets/alevia-sf-pro-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --soft-gray: #f9f9f9;
  --card-gray: #f3f4f6;
  --body-gray: #4b5563;
  --muted-gray: #6b7280;
  --line: #e5e7eb;
  --verified: #1e9d2d;
  --risk-green: #15e134;
  --faq-green: #3bd556;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--white);
  font-size: 71.875%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--black);
  font-family: "Alevia Poppins", Poppins, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / 1.15);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--black);
  font-family: "Alevia Jost", Jost, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000001;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: 100%;
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 999999;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: var(--white);
  transition: all 0.3s ease;
}

.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.nav-shell {
  display: grid;
  width: 100%;
  max-width: 1328px;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.menu-toggle,
.menu-close {
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  justify-self: start;
  gap: 3.5px;
}

.menu-toggle span {
  display: block;
  width: 14px;
  height: 1.46px;
  border-radius: 99px;
  background: var(--black);
}

.brand-logo {
  display: block;
  width: 90px;
  height: 24.7px;
  max-width: 90px;
  overflow: hidden;
  line-height: 1;
}

.brand-logo img {
  display: block;
  width: 145px;
  max-width: none;
  height: auto;
  transform: translate(-28px, -12px);
}

.brand-logo {
  justify-self: center;
}

.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: end;
  line-height: 1;
  text-decoration: none;
}

.cart-bag {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1.25px solid var(--black);
  border-radius: 0;
}

.cart-bag::before {
  position: absolute;
  top: -5px;
  left: 4px;
  width: 10px;
  height: 7px;
  border: 1.25px solid var(--black);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--white);
  content: "";
}

.menu-overlay {
  position: fixed;
  z-index: 9;
  inset: 0;
  background: #000000a6;
}

.site-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-width: 424.575px;
  min-height: 100dvh;
  padding: 60px 30px 20px;
  flex-direction: column;
  gap: 16px;
  background: var(--white);
  transition: left 0.3s ease;
}

.site-menu[hidden],
.menu-overlay[hidden] {
  display: none;
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 28px;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.menu-close::before,
.menu-close::after {
  position: absolute;
  top: 11px;
  left: 1px;
  width: 22px;
  height: 1.5px;
  border-radius: 99px;
  background: var(--black);
  content: "";
}

.menu-close::before {
  transform: rotate(45deg);
}

.menu-close::after {
  transform: rotate(-45deg);
}

.site-menu a {
  color: #03311b;
  font-family: "Readex Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 1;
  text-decoration: none;
}

.site-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero {
  position: relative;
  display: flex;
  min-height: 483px;
  padding: 0 57.5px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #222222;
}

.hero > img,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center center;
}

.hero-scrim {
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}

.hero-content {
  width: auto;
  min-width: 517.5px;
  max-width: 816.5px;
  padding: 46px 0;
  color: var(--white);
  text-align: left;
}

.hero-content h1 {
  max-width: 690px;
  margin: 0;
  color: var(--white);
  font-size: 44px;
  letter-spacing: 0.66px;
  line-height: 1.2;
}

.button {
  position: relative;
  display: inline-flex;
  min-width: 140px;
  min-height: 53.75px;
  padding: 0 34.5px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  background: var(--black);
  color: var(--white);
  font-family: "Alevia Poppins", Poppins, sans-serif;
  font-size: 17.25px;
  font-weight: 400;
  letter-spacing: 1.15px;
  line-height: calc(1 + 0.2 / 1.15);
  text-decoration: none;
  transition: filter 0.15s ease;
}

.button:hover {
  filter: brightness(0.95);
}

.button-light {
  margin-top: 23px;
  background: var(--white);
  color: var(--black);
}

.benefit-marquee {
  position: relative;
  width: 100%;
  padding: 18px 0;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.benefit-marquee::before,
.benefit-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 80px;
  background: var(--black);
  content: "";
  pointer-events: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.benefit-marquee::before {
  left: 0;
  -webkit-mask-image: linear-gradient(to right, black 0%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
}

.benefit-marquee::after {
  right: 0;
  -webkit-mask-image: linear-gradient(to left, black 0%, transparent 100%);
  mask-image: linear-gradient(to left, black 0%, transparent 100%);
}

.benefit-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 60px;
  animation: benefits-scroll 15s linear infinite;
  will-change: transform;
}

.benefit-set {
  display: contents;
}

.benefit-set span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  color: var(--white);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.benefit-set img {
  display: block;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
}

@keyframes benefits-scroll {
  from {
    transform: translateX(0);
  }

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

.products {
  max-width: 1200px;
  padding: 60px 20px;
}

.section-title {
  margin: 0 0 40px;
  text-align: center;
}

.products .section-title h2 {
  margin: 0;
  font-family: "Readex Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product-image {
  position: relative;
  display: flex;
  margin: 0 0 20px;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: var(--card-gray);
  text-decoration: none;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image > span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 6px;
  background: #ff253d;
  color: var(--white);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 1;
  text-transform: uppercase;
}

.product-card:nth-child(2) .product-image > span {
  background: #32d02d;
}

.product-card:nth-child(3) .product-image > span {
  background: #ff5600;
}

.product-card h3 {
  margin: 0 0 8px;
  font-family: "Readex Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.1;
}

.product-card > p {
  margin: 0 0 20px;
  color: var(--muted-gray);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.product-button {
  display: inline-flex;
  margin: auto 0 0;
  padding: 14px 20px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: #ffc9ce;
  color: var(--black);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1;
  text-decoration: none;
  transition: filter 0.15s ease;
}

.product-card:nth-child(2) .product-button {
  background: #9cff9c;
}

.product-card:nth-child(3) .product-button {
  background: #ffceae;
}

.product-button:hover {
  filter: brightness(0.95);
}

.product-button b {
  display: inline-grid;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  place-items: center;
}

.reviews {
  max-width: 1200px;
  padding: 40px 20px;
  overflow-x: hidden;
}

.reviews .section-title {
  margin: 0 0 40px;
}

.reviews .section-title h2 {
  margin: 0 0 16px;
  font-family: "Readex Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
}

.reviews .section-title p {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--body-gray);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.review-track {
  display: flex;
  margin: 0 -4px;
  padding: 8px 4px;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  display: flex;
  min-height: 280px;
  padding: 24px;
  flex: 0 0 calc((100% - 48px) / 3);
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  scroll-snap-align: start;
}

.review-rating {
  display: flex;
  margin: 0 0 16px;
  align-items: center;
  gap: 10px;
}

.review-rating strong {
  color: var(--black);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.review-rating span {
  color: var(--black);
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.review-card h3 {
  margin: 0 0 12px;
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

.review-card blockquote {
  margin: 0 0 24px;
  color: var(--body-gray);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.review-card footer {
  display: flex;
  margin-top: auto;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-card footer b {
  color: var(--muted-gray);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.review-card footer span {
  color: var(--verified);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.review-controls {
  display: block;
}

.review-dots,
.review-arrows {
  display: flex;
  margin: 28px 0 0;
  align-items: center;
  justify-content: center;
}

.review-dots {
  gap: 8px;
}

.review-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.2s ease;
}

.review-dots button.active {
  background: #1f2937;
}

.review-arrows {
  gap: 12px;
}

.review-prev,
.review-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 0 0 3px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--card-gray);
  color: var(--body-gray);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  transition: background 0.15s ease;
}

.review-prev:hover,
.review-next:hover {
  background: var(--line);
}

.policy-feature {
  width: 100%;
  padding: 40px 0;
  overflow-x: hidden;
  background: var(--soft-gray);
}

.policy-feature-inner {
  display: flex;
  max-width: 760px;
  padding: 0 20px;
  align-items: center;
  flex-direction: column;
  color: var(--black);
  text-align: center;
}

.policy-shield {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 0 24px;
  background: var(--risk-green);
  clip-path: polygon(50% 3%, 90% 16%, 90% 48%, 85% 65%, 73% 79%, 50% 95%, 27% 79%, 15% 65%, 10% 48%, 10% 16%);
}

.policy-shield span {
  position: absolute;
  inset: 3px;
  display: block;
  background: #ddf8e1;
  clip-path: inherit;
}

.policy-shield span::after {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 25px;
  height: 13px;
  border-bottom: 4.5px solid var(--risk-green);
  border-left: 4.5px solid var(--risk-green);
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
}

.policy-label {
  margin: 0 0 16px;
  color: var(--black);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
}

.policy-feature h2 {
  margin: 0 0 20px;
  color: var(--black);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
}

.policy-feature-inner > p:not(.policy-label) {
  max-width: 620px;
  margin: 0 auto 36px;
  color: var(--black);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.55;
  opacity: 0.8;
}

.policy-feature ul {
  display: flex;
  margin: 0 0 40px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  list-style: none;
}

.policy-feature li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.policy-feature li::before {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  content: "✓";
  font-size: 16px;
  place-items: center;
}

.policy-feature .button-dark,
.contact-block .button-dark {
  min-width: 0;
  min-height: 0;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--black);
  color: var(--white);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1;
}

.faq {
  max-width: 820px;
  padding: 80px 20px;
  overflow-x: hidden;
}

.faq-heading {
  margin: 0 0 40px;
  text-align: center;
}

.faq-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.15;
}

.faq-heading span {
  color: var(--faq-green);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  display: flex;
  padding: 22px 24px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  color: #1f1f2d;
  cursor: pointer;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  letter-spacing: -0.2px;
  line-height: 1.4;
  list-style: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details[open] summary {
  background: #f7f7f7;
  color: var(--black);
}

.faq summary::before,
.faq summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.faq summary::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq summary {
  padding-right: 60px;
}

.faq details > p {
  margin: 0;
  padding: 18px 24px 28px;
  color: var(--black);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.6;
}

.contact-block {
  margin: 60px 0 0;
  text-align: center;
}

.contact-block h3 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.15;
}

.contact-block p {
  max-width: 560px;
  margin: 0 auto 28px;
  color: var(--body-gray);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.site-footer {
  width: 100%;
  padding: 60px 20px;
  background-color: var(--black);
  background-image: url("/assets/source/landing/footer-bg-black.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
}

.footer-shell {
  display: flex;
  max-width: 1328px;
  padding: 0;
  gap: 113px;
}

.footer-brand {
  width: 100%;
  max-width: 429px;
}

.footer-logo {
  display: block;
  width: 104px;
  height: 38px;
  max-width: 104px;
  margin: 0 0 15px;
  overflow: hidden;
  line-height: 1;
}

.footer-logo img {
  display: block;
  width: 168px;
  max-width: none;
  height: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  transform: translate(-32px, -10px);
}

.footer-brand > p {
  margin: 0 0 24px;
  color: var(--white);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.3;
  text-align: left;
}

.footer-divider {
  display: block;
  width: 109px;
  height: 0.5px;
  background: var(--white);
}

.footer-legal {
  display: block;
  margin: 24px 0 0;
}

.footer-legal > span {
  display: block;
  margin: 0 0 24px;
  color: var(--white);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 1.3;
  text-align: left;
}

.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 274;
  letter-spacing: -0.22px;
  line-height: 1.5;
}

.footer-legal p + p {
  margin-top: 16px;
}

.footer-menu-columns {
  display: flex;
  gap: 113px;
}

.footer-menu-columns nav {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 16px;
}

.footer-menu-columns a {
  color: var(--white);
  font-family: "SF Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.footer-menu-columns a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 980px) {
  .site-header {
    padding: 15px 20px;
  }

  .brand-logo {
    width: 72px;
    height: 24.6px;
    max-width: 72px;
  }

  .brand-logo img {
    width: 116px;
    max-width: none;
    transform: translate(-22px, -9px);
  }

  .menu-toggle,
  .menu-close {
    width: 20px;
    height: 20px;
  }

  .menu-toggle span {
    width: 14px;
  }

  .cart-bag {
    width: 16px;
    height: 16px;
  }

  .cart-bag::before {
    top: -5px;
    left: 3px;
    width: 8px;
    height: 6px;
  }

  .site-menu {
    max-width: 300px;
    padding: 40px 20px 20px;
    gap: 12px;
  }

  .menu-close {
    top: 16px;
    right: 20px;
  }

  .menu-close::before,
  .menu-close::after {
    top: 9px;
    width: 18px;
  }

  .site-menu a {
    font-size: 15px;
    letter-spacing: -0.6px;
  }

  .benefit-marquee {
    padding: 16px 0;
  }

  .benefit-track {
    gap: 40px;
  }

  .benefit-set span {
    gap: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .benefit-set img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .products {
    padding: 40px 16px;
  }

  .section-title,
  .reviews .section-title {
    margin-bottom: 28px;
  }

  .products .section-title h2 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-image {
    margin-bottom: 16px;
  }

  .product-card h3 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .product-card > p {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .product-button {
    padding: 12px 18px;
    font-size: 16px;
  }

  .reviews {
    padding: 24px 16px;
  }

  .reviews .section-title h2 {
    margin-bottom: 16px;
    font-size: 28px;
    letter-spacing: -0.6px;
  }

  .reviews .section-title p {
    font-size: 13px;
  }

  .review-viewport {
    margin: 0 -16px;
  }

  .review-track {
    margin: 0;
    padding: 8px 16px;
    gap: 12px;
    scroll-padding-inline: 12%;
  }

  .review-card {
    min-height: 240px;
    padding: 20px;
    flex-basis: 76%;
  }

  .review-card h3 {
    font-size: 16px;
  }

  .review-card blockquote {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .review-dots,
  .review-arrows {
    margin-top: 20px;
    padding: 0 16px;
  }

  .policy-feature {
    padding: 32px 0;
  }

  .policy-feature-inner {
    padding: 0 16px;
  }

  .policy-shield {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .policy-shield span::after {
    width: 20px;
    height: 10px;
    border-width: 0 0 3.5px 3.5px;
  }

  .policy-label {
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .policy-feature h2 {
    margin-bottom: 14px;
    font-size: 28px;
    letter-spacing: -0.6px;
  }

  .policy-feature-inner > p:not(.policy-label) {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.5;
  }

  .policy-feature ul {
    margin-bottom: 32px;
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .policy-feature li {
    font-size: 15px;
  }

  .policy-feature li::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 14px;
  }

  .policy-feature .button-dark,
  .contact-block .button-dark {
    padding: 12px 20px;
    font-size: 16px;
  }

  .faq {
    padding: 56px 16px;
  }

  .faq-heading {
    margin-bottom: 28px;
  }

  .faq-heading h2 {
    font-size: 28px;
    letter-spacing: -0.6px;
  }

  .faq summary {
    padding: 18px 52px 18px 18px;
    font-size: 16px;
    gap: 12px;
  }

  .faq summary::before,
  .faq summary::after {
    right: 18px;
    width: 16px;
  }

  .faq details > p {
    padding: 16px 18px 22px;
    font-size: 15px;
  }

  .contact-block {
    margin-top: 40px;
  }

  .contact-block h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }

  .contact-block p {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .site-footer {
    padding: 30px 20px 16px;
  }

  .footer-shell,
  .footer-menu-columns {
    gap: 40px;
  }

  .footer-menu-columns a {
    font-size: 14px;
    letter-spacing: -0.26px;
  }
}

@media screen and (max-width: 767px) {
  .footer-shell {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }

  .footer-menu-columns {
    margin: 24px 0;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 749px) {
  .hero {
    min-height: 322px;
    padding: 0;
  }

  .hero-content {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 46px 17.25px;
    text-align: center;
  }

  .hero-content h1 {
    max-width: none;
    font-size: 33px;
    letter-spacing: 0.66px;
  }

  .button-light {
    margin-top: 23px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Screenshot-verified Alevia section heights. */
.products {
  min-height: 818.5156px;
}

.reviews {
  min-height: 681.7969px;
}

.policy-feature {
  min-height: 485.6641px;
}

.faq {
  min-height: 967.4707px;
}

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

@media screen and (max-width: 980px) {
  .products {
    min-height: 2558.7891px;
  }

  .reviews {
    min-height: 570.4199px;
  }

  .policy-feature {
    min-height: 426.5137px;
  }

  .faq {
    min-height: 784.6484px;
  }

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