* {
  box-sizing: border-box;
}

html {
  min-width: 375px;
  background: #ffffff;
}

body {
  margin: 0;
  background: #ffffff;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

button {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
}

.page {
  width: 375px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}

.figma-section {
  position: relative;
  width: 375px;
}

.motion-entrance {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-entrance.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .motion-entrance {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.promo-banner {
  height: 80px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #ffdd2d;
}

.promo-banner__logo {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 7.5px;
  flex: 0 0 auto;
}

.promo-banner p {
  margin: 0;
  width: 284px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
  color: #333333;
}

.chevron {
  position: absolute;
  top: 32px;
  right: 16px;
  width: 8px;
  height: 16px;
}

.chevron::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  border-radius: 1px;
}

.page-header {
  height: 182px;
  padding: 56px 16px 14px;
  text-align: center;
}

.page-header h1,
.details-header h2 {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.page-header p {
  margin: 16px 0 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.41px;
}

.chips {
  height: 122px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  padding: 8px 16px;
  background: #ffffff;
}

.chip {
  height: 30px;
  border: 0;
  border-radius: 30px;
  padding: 0 11px;
  background: rgba(0, 16, 36, 0.03);
  color: #333333;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.08px;
}

.chip.is-active {
  color: #ffffff;
  background: #000000;
}

.product-panel {
  height: 504px;
  padding: 10px 16px;
}

.product-panel--tall {
  height: 546px;
}

.product-panel--medium {
  height: 522px;
}

.product-panel[hidden] {
  display: none;
}

.product-card {
  position: relative;
  width: 343px;
  height: 484px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--card-bg);
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.12);
  isolation: isolate;
}

.product-panel--tall .product-card {
  height: 526px;
}

.product-panel--medium .product-card {
  height: 502px;
}

.product-card__copy {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 20px;
  width: 303px;
}

.eyebrow {
  height: 16px;
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.product-card--dark .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.product-card--light .eyebrow {
  color: rgba(0, 0, 0, 0.48);
}

.product-card h2 {
  margin: 0;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.38px;
}

.product-card--platinum h2 {
  white-space: nowrap;
}

.product-card--dark h2,
.product-card--dark .summary {
  color: #ffffff;
}

.product-card--platinum .summary {
  width: 260px;
}

.product-card--light h2,
.product-card--light .summary {
  color: #333333;
}

.summary {
  margin: 8px 0 0;
  max-width: 303px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.product-card__surface {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 106px;
  width: 343px;
  height: 378px;
  overflow: hidden;
  pointer-events: none;
}

.product-card__surface::before {
  content: "";
  position: absolute;
  width: var(--art-w);
  height: var(--art-h);
  left: var(--art-left);
  top: auto;
  bottom: var(--art-bottom, 0);
  background-image: var(--art);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.product-panel--medium .product-card__surface {
  top: 124px;
}

.metrics {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 140px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  scroll-padding-right: 20px;
  padding: 0 20px;
  scrollbar-width: none;
}

.metrics::-webkit-scrollbar {
  display: none;
}

.metric-card {
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  scroll-snap-align: start;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.metric-card img {
  display: none;
}

.metric-card::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: #9299a2;
  -webkit-mask: url("public/assets/icon-note-plus.svg") center / contain no-repeat;
  mask: url("public/assets/icon-note-plus.svg") center / contain no-repeat;
}

.metric-card strong {
  margin-top: auto;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.metric-card span {
  display: block;
  margin-top: 4px;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
}

.details-header {
  height: 142px;
  padding: 56px 16px 14px;
  text-align: center;
}

.details-header h2 {
  white-space: nowrap;
}

.seo {
  height: 758px;
}

.seo-tabs {
  width: 375px;
  height: 68px;
  padding: 16px 16px 20px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.seo-tabs::-webkit-scrollbar {
  display: none;
}

.seo-tabs::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 625px;
  height: 32px;
  border-radius: 10px;
  background: rgba(0, 16, 36, 0.03);
}

.seo-tab {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  height: 28px;
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  margin-top: 2px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.seo-tab + .seo-tab {
  margin-left: 4px;
}

.seo-tab.is-active {
  color: #ffffff;
  background: #000000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.text-panel {
  width: 343px;
  height: 240px;
  margin: 10px 16px;
  padding: 16px 20px 24px;
  border-radius: 24px;
  background: #f6f7f8;
  overflow: hidden;
}

.text-panel--short {
  height: 186px;
}

.text-panel--last {
  height: 204px;
}

.text-panel h3 {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.text-panel p {
  margin: 8px 0 0;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.footer-section {
  width: 375px;
  height: 877px;
  padding-top: 24px;
}

.footer-inner {
  width: 375px;
  min-height: 853px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #292929;
  color: #ffffff;
}

.footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 375px;
  padding: 24px 16px 12px;
}

.footer-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.08px;
  text-decoration: none;
  white-space: nowrap;
}

.footer-chip span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: -8px;
  border-radius: 50%;
  background: #ffffff;
}

.footer-chip span + span {
  margin-left: -6px;
  margin-right: 4px;
  background: #00d635;
}

.footer-chip img {
  width: 14px;
  height: 14px;
}

.footer-chip--career span {
  margin-right: 4px;
  background: #428bf9;
}

.footer-chip--wide {
  width: 328px;
  overflow: hidden;
  justify-content: flex-start;
  background: #000000;
  mask-image: linear-gradient(to right, #000000 94%, transparent 100%);
}

.cookie {
  width: 360px;
  margin: 0;
  padding: 12px 16px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
}

.cookie a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  padding: 16px 16px 24px;
}

.footer-links a {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom {
  margin: 0 16px;
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials img,
.masked {
  display: block;
  width: 20px;
  height: 20px;
}

.masked {
  background: #ffffff;
  mask: var(--mask) center / contain no-repeat;
}
