/* 20260722-product-cards-registration-steps-v308 */

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

@font-face {
  font-family: "SwaipyText";
  src: url("/product-cards/assets/fonts/inter-400-ru-latin-v304.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SwaipyText";
  src: url("/product-cards/assets/fonts/inter-500-ru-latin-v304.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SwaipyText";
  src: url("/product-cards/assets/fonts/inter-600-ru-latin-v304.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SwaipyText";
  src: url("/product-cards/assets/fonts/inter-700-ru-latin-v304.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SwaipyText";
  src: url("/product-cards/assets/fonts/inter-800-ru-latin-v304.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SwaipyHeading";
  src: url("/product-cards/assets/fonts/oswald-700-ru-latin-v304.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ff4f13;
  --page: #f4f4f6;
  --text: #ffffff;
  --body-font: "SwaipyText", Inter, Arial, sans-serif;
  --heading-font: "SwaipyHeading", "Oswald", "Arial Narrow", sans-serif;
  --container-max: 1320px;
  --section-radius: 26px;
  --control-radius: 9px;
}

html {
  min-height: 100%;
  background: var(--page);
}

body {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: var(--body-font);
}

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

img,
svg {
  display: block;
}

a {
  color: inherit;
}

figure {
  margin: 0;
}

.landing-shell {
  width: min(calc(100% - 48px), var(--container-max));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.hero {
  position: relative;
  height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 79, 19, 0.3);
  border-radius: var(--section-radius);
  background:
    radial-gradient(ellipse at 86% 92%, rgba(255, 88, 18, 0.42) 0%, rgba(255, 88, 18, 0.2) 18%, transparent 42%),
    radial-gradient(ellipse at 76% 42%, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(135deg, #151515 0%, #070707 62%, #110704 100%);
  box-shadow:
    0 24px 62px rgba(1, 2, 4, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.18;
  pointer-events: none;
  transform: rotate(-10deg) scale(1.35);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 250px;
  height: 430px;
  background-image: radial-gradient(circle, rgba(255, 82, 20, 0.48) 1.35px, transparent 1.35px);
  background-size: 11px 11px;
  opacity: 0.5;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.58) 42%, transparent 90%);
  mask-image: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.58) 42%, transparent 90%);
}

.hero-header,
.hero-copy,
.hero-perks,
.hero-product {
  position: absolute;
  z-index: 2;
}

.hero-header {
  top: 24px;
  left: 42px;
  right: 42px;
  display: grid;
  grid-template-columns: 220px 1fr 300px;
  align-items: center;
  gap: 22px;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  width: 118px;
  text-decoration: none;
}

.hero-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.hero-nav a,
.hero-login {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.hero-nav a:hover,
.hero-login:hover {
  color: #ffffff;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.hero-login,
.hero-create {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: var(--control-radius);
  text-decoration: none;
}

.hero-login {
  min-width: 80px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-create {
  min-width: 182px;
  padding: 0 21px;
  border: 0;
  background: linear-gradient(180deg, #ff671c 0%, #ff4b0d 100%);
  box-shadow:
    0 13px 28px rgba(255, 79, 19, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.hero-login:focus-visible,
.hero-create:focus-visible,
.cta-button:focus-visible {
  outline: 2px solid rgba(255, 79, 19, 0.48);
  outline-offset: 3px;
}

.hero-create:hover,
.cta-button:hover {
  transform: translateY(-1px);
  filter: saturate(1.04);
}

.hero-copy {
  top: 136px;
  left: 38px;
  width: 545px;
}

.hero h1 {
  width: 900px;
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
  transform: scaleX(0.6);
  transform-origin: left top;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 .accent {
  display: block;
  color: var(--orange);
}

.hero-subtitle {
  width: 545px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.48;
}

.cta-wrap {
  width: 392px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 392px;
  height: 58px;
  border-radius: var(--control-radius);
  background: linear-gradient(180deg, #ff671d 0%, #ff4a0c 100%);
  box-shadow:
    0 18px 38px rgba(255, 79, 19, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.cta-button svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.cta-note {
  margin-top: 12px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.25;
}

.hero-perks {
  left: 38px;
  top: 514px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
  width: 528px;
}

.hero-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  min-height: 48px;
  padding: 0 14px;
}

.hero-perk:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-perk-icon {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 79, 19, 0.68);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(255, 79, 19, 0.075), rgba(255, 79, 19, 0.018));
  color: var(--orange);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.hero-perk-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-perk > span:not(.hero-perk-icon) {
  max-width: 112px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-product {
  top: 52px;
  right: 8px;
  width: 740px;
  height: 496px;
}

.hero-product::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 0;
  width: 610px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 79, 19, 0.38) 0%, rgba(255, 79, 19, 0.16) 38%, transparent 72%);
  filter: blur(12px);
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-card {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  overflow: hidden;
  width: 266px;
  aspect-ratio: 3 / 4;
  border-radius: 13px;
  background: #050505;
  box-shadow:
    0 24px 30px rgba(0, 0, 0, 0.5),
    0 7px 16px rgba(255, 79, 19, 0.08);
  transform-origin: center bottom;
}

.hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-card-organizer {
  left: 0;
  transform: rotate(-3deg);
}

.hero-card-shoes {
  left: 225px;
  bottom: 24px;
  z-index: 3;
  width: 296px;
  transform: rotate(0deg);
  box-shadow:
    0 30px 36px rgba(0, 0, 0, 0.6),
    0 8px 20px rgba(255, 79, 19, 0.13);
}

.hero-card-serum {
  right: 0;
  transform: rotate(3deg);
}

.hero-product::after {
  display: none;
}

.reference-section {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  min-height: 742px;
  padding: 34px 38px 26px;
  border: 1px solid rgba(18, 20, 24, 0.06);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 15% 45%, rgba(255, 79, 19, 0.045), transparent 24%),
    radial-gradient(circle at 86% 56%, rgba(255, 137, 90, 0.06), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #fffefd 62%, #fbfbfc 100%);
  box-shadow:
    0 22px 62px rgba(19, 23, 32, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  color: #141518;
}

.reference-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.reference-heading h2 {
  width: 100%;
  margin: 0;
  color: #111214;
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1;
  text-transform: uppercase;
  transform: scaleX(0.8);
  transform-origin: center top;
  white-space: nowrap;
}

.reference-heading h2 span {
  color: var(--orange);
}

.reference-heading p {
  max-width: 1100px;
  margin: 13px auto 0;
  color: #666a73;
  font-size: 16px;
  line-height: 1.45;
}

.reference-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.96fr) minmax(0, 1.46fr);
  gap: 38px;
  margin-top: 28px;
}

.reference-step {
  position: relative;
  min-width: 0;
}

.reference-step-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.reference-step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff681f 0%, #ff4a0d 100%);
  box-shadow:
    0 8px 17px rgba(255, 79, 19, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.reference-step-heading h3 {
  margin: 0;
  color: #17181b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.reference-step-heading p {
  max-width: 310px;
  margin: 5px 0 0;
  color: #767a83;
  font-size: 12.5px;
  line-height: 1.42;
}

.reference-step-source .reference-step-heading {
  padding-left: 30px;
}

.reference-step-plan .reference-step-heading {
  padding-left: 55px;
}

.reference-step-result .reference-step-heading {
  padding-left: 108px;
}

.reference-link-field {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr) 21px;
  align-items: center;
  gap: 8px;
  height: 43px;
  margin-top: 26px;
  padding: 0 12px;
  border: 1px solid #dfe1e5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 7px 18px rgba(24, 28, 36, 0.07),
    inset 0 1px 0 #ffffff;
}

.reference-link-field img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.reference-link-field span {
  overflow: hidden;
  color: #60646c;
  font-size: 10.5px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reference-source-label {
  margin: 11px 0 9px;
  color: #5f636b;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.reference-source-card {
  width: min(100%, 318px);
  aspect-ratio: 3 / 4;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(18, 20, 24, 0.11);
  border-radius: 11px;
  background: #ffffff;
  box-shadow:
    0 18px 30px rgba(24, 28, 36, 0.14),
    0 5px 12px rgba(24, 28, 36, 0.07);
}

.reference-source-card img,
.reference-result-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reference-plan-card {
  margin-top: 75px;
  padding: 16px 14px 13px;
  border: 1px solid #e1e3e7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 18px 34px rgba(24, 28, 36, 0.12),
    inset 0 1px 0 #ffffff;
}

.reference-plan-card h4 {
  margin: 0 0 12px;
  color: #191a1d;
  font-size: 14px;
  font-weight: 800;
}

.reference-plan-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 19px 18px;
  align-items: center;
  gap: 8px;
  min-height: 59px;
  padding: 7px 0;
  border-top: 1px solid #eceef1;
}

.reference-plan-icon {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.reference-plan-copy {
  min-width: 0;
}

.reference-plan-copy span {
  display: block;
  margin-bottom: 4px;
  color: #6c7078;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.15;
}

.reference-plan-copy strong {
  display: block;
  overflow: hidden;
  padding: 6px 8px;
  border: 1px solid #e4e6ea;
  border-radius: 5px;
  background: #fafafa;
  color: #292b30;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reference-plan-check {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.reference-plan-edit {
  width: 17px;
  height: 17px;
  object-fit: contain;
  opacity: 0.7;
}

.reference-plan-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 31px;
  margin-top: 8px;
  border-radius: 7px;
  background: #edf9f0;
  color: #238241;
  font-size: 9.5px;
  font-weight: 700;
  text-align: center;
}

.reference-plan-status img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.reference-result-stack {
  position: relative;
  height: 390px;
  margin-top: 14px;
}

.reference-result-card {
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin: 0;
  border-radius: 11px;
  background: #090909;
  box-shadow:
    0 22px 34px rgba(24, 20, 18, 0.24),
    0 7px 17px rgba(255, 79, 19, 0.1);
  transform-origin: center bottom;
}

.reference-result-left,
.reference-result-right {
  z-index: 1;
  width: 43%;
  max-width: 202px;
}

.reference-result-left {
  left: 3%;
  transform: rotate(-8deg);
}

.reference-result-right {
  right: 3%;
  transform: rotate(8deg);
}

.reference-result-main {
  left: 50%;
  z-index: 3;
  width: 49%;
  max-width: 232px;
  transform: translateX(-50%);
  box-shadow:
    0 28px 42px rgba(18, 16, 15, 0.3),
    0 10px 24px rgba(255, 79, 19, 0.14);
}

.reference-result-stack::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 2px;
  left: 12%;
  z-index: 0;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 79, 19, 0.16);
  filter: blur(26px);
}

.reference-arrow {
  position: absolute;
  z-index: 4;
  top: 67px;
  width: 70px;
  height: auto;
  pointer-events: none;
}

.reference-arrow-first {
  left: 29.4%;
  transform: rotate(6deg);
}

.reference-arrow-second {
  left: 59%;
  transform: rotate(-2deg);
}

.reference-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 0;
  color: #44474e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.reference-note img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.reference-note strong {
  color: var(--orange);
  font-weight: 800;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ctr-analysis-section {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  min-height: 748px;
  padding: 22px 34px 20px;
  border: 1px solid rgba(255, 103, 32, 0.22);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 98, 28, 0.08), transparent 27%),
    radial-gradient(circle at 88% 58%, rgba(255, 79, 19, 0.055), transparent 25%),
    linear-gradient(145deg, #080a0d 0%, #030507 52%, #07090c 100%);
  box-shadow:
    0 22px 62px rgba(19, 23, 32, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color: #f7f7f8;
}

.ctr-analysis-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
  pointer-events: none;
}

.ctr-analysis-heading,
.ctr-analysis-benefits,
.ctr-analysis-workspace,
.ctr-analysis-form {
  position: relative;
  z-index: 1;
}

.ctr-analysis-heading {
  text-align: center;
}

.ctr-analysis-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 34px;
  padding: 0 22px;
  border: 1px solid rgba(255, 103, 32, 0.34);
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
}

.ctr-analysis-kicker img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ctr-analysis-heading h2 {
  margin: 13px 0 0;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 49px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.44);
}

.ctr-analysis-heading h2 span {
  color: #ff5a14;
}

.ctr-analysis-heading > p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14.5px;
  line-height: 1.45;
}

.ctr-analysis-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  max-width: 820px;
  margin: 18px auto 0;
}

.ctr-analysis-benefit {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.ctr-analysis-benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.ctr-analysis-benefit-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.ctr-analysis-benefit h3 {
  margin: 0;
  color: #f4f4f5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ctr-analysis-benefit p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10.5px;
  line-height: 1.35;
}

.ctr-analysis-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.63fr) minmax(0, 0.95fr);
  gap: 9px;
  margin-top: 21px;
}

.ctr-report,
.ctr-comparison {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background:
    radial-gradient(circle at 24% 2%, rgba(255, 255, 255, 0.055), transparent 24%),
    linear-gradient(145deg, rgba(18, 21, 26, 0.94), rgba(5, 7, 10, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 32px rgba(0, 0, 0, 0.18);
}

.ctr-report {
  padding: 17px 14px 12px;
}

.ctr-report-grid {
  display: grid;
  grid-template-areas:
    "product score"
    "product insights";
  grid-template-columns: 190px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 8px 15px;
}

.ctr-report-product {
  grid-area: product;
  align-self: center;
  width: 186px;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 10px;
  background: #111317;
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(255, 88, 20, 0.05);
}

.ctr-report-product img,
.ctr-comparison-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ctr-report-score {
  grid-area: score;
  min-width: 0;
}

.ctr-report-score h3 {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.ctr-report-score-copy {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
}

.ctr-report-score-copy strong {
  color: #ff5a14;
  font-size: 55px;
  font-weight: 800;
  letter-spacing: -2.5px;
  line-height: 0.95;
}

.ctr-report-score-copy strong span {
  margin-left: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.7px;
}

.ctr-report-score-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10.5px;
  line-height: 1.43;
}

.ctr-report-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.ctr-report-progress > span {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.ctr-report-progress i {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff963f, #ff4d08);
  box-shadow: 0 0 18px rgba(255, 79, 19, 0.34);
}

.ctr-report-progress b {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 500;
}

.ctr-report-insights {
  grid-area: insights;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.ctr-insight {
  min-width: 0;
  min-height: 137px;
  padding: 10px 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.047), rgba(255, 255, 255, 0.015));
}

.ctr-insight-title {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ctr-insight-title img {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.ctr-insight-title h4 {
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.15;
}

.ctr-insight ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.ctr-insight li {
  position: relative;
  margin-top: 5px;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  line-height: 1.25;
}

.ctr-insight li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--insight-color);
  box-shadow: 0 0 8px color-mix(in srgb, var(--insight-color), transparent 45%);
}

.ctr-insight-positive {
  --insight-color: #35b765;
}

.ctr-insight-growth {
  --insight-color: #ff7215;
}

.ctr-insight-missing {
  --insight-color: #666be8;
}

.ctr-insight-tag {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  margin-top: 8px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--insight-color), transparent 62%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--insight-color), transparent 88%);
  color: var(--insight-color);
  font-size: 8px;
  font-weight: 600;
}

.ctr-report-note {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin: 10px 0 0;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  line-height: 1.3;
}

.ctr-report-note img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ctr-comparison {
  padding: 16px 12px 13px;
}

.ctr-comparison-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
}

.ctr-comparison-heading h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.ctr-comparison-heading > span {
  display: grid;
  place-items: center;
  height: 23px;
  padding: 0 10px;
  border: 1px solid rgba(255, 87, 17, 0.38);
  border-radius: 8px;
  color: #ff681c;
  font-size: 9px;
  font-weight: 700;
}

.ctr-comparison-slides {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  margin-top: 14px;
}

.ctr-comparison-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding-top: 27px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
}

.ctr-comparison-slide figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  place-items: center;
  height: 27px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 600;
}

.ctr-comparison-slide img {
  aspect-ratio: 3 / 4;
  background: #e7e7e7;
}

.ctr-comparison-after {
  border-color: rgba(255, 96, 20, 0.88);
  box-shadow:
    0 0 0 1px rgba(255, 79, 19, 0.12),
    0 0 26px rgba(255, 79, 19, 0.22),
    0 15px 28px rgba(0, 0, 0, 0.28);
}

.ctr-comparison-after figcaption {
  color: #ff721d;
}

.ctr-comparison-arrow {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-left: -5px;
  border: 1px solid rgba(255, 93, 20, 0.32);
  border-radius: 50%;
  background: #111319;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.ctr-comparison-arrow img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.ctr-analysis-form {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) 310px;
  align-items: center;
  gap: 10px;
  min-height: 67px;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 92, 20, 0.46);
  border-radius: 12px;
  background: rgba(11, 13, 17, 0.87);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 14px 28px rgba(0, 0, 0, 0.17);
}

.ctr-analysis-form-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ctr-analysis-form-icon {
  display: grid;
  flex: 0 0 51px;
  place-items: center;
  width: 51px;
  height: 51px;
  border: 1px solid rgba(255, 96, 20, 0.26);
  border-radius: 10px;
  background: rgba(255, 91, 19, 0.035);
}

.ctr-analysis-form-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.ctr-analysis-form-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.ctr-analysis-input {
  min-width: 0;
}

.ctr-analysis-input input {
  width: 100%;
  height: 49px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  outline: none;
  background: linear-gradient(180deg, rgba(24, 27, 33, 0.86), rgba(15, 17, 22, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  color: #ffffff;
  font-size: 12px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.ctr-analysis-input input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.ctr-analysis-input input:focus {
  border-color: rgba(255, 96, 20, 0.76);
  box-shadow: 0 0 0 3px rgba(255, 79, 19, 0.11);
}

.ctr-analysis-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff5911, #ff731c);
  box-shadow:
    0 12px 26px rgba(255, 79, 19, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.ctr-analysis-submit:hover,
.ctr-analysis-submit:focus-visible {
  outline: none;
  box-shadow:
    0 15px 30px rgba(255, 79, 19, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.ctr-analysis-submit img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.audience-section {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  padding: 42px 46px 42px;
  border: 1px solid rgba(18, 20, 24, 0.06);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1), #fff 38%, #fbfbfc 100%);
  box-shadow:
    0 22px 62px rgba(19, 23, 32, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #121316;
}

.audience-section::before,
.audience-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 190px;
  height: 230px;
  background-image: radial-gradient(circle, rgba(255, 79, 19, 0.24) 1.45px, transparent 1.45px);
  background-size: 10px 10px;
  opacity: 0.5;
  pointer-events: none;
}

.audience-section::before {
  left: 0;
  top: 30px;
  -webkit-mask-image: linear-gradient(to right, black, transparent);
  mask-image: linear-gradient(to right, black, transparent);
}

.audience-section::after {
  right: 0;
  top: 170px;
  -webkit-mask-image: linear-gradient(to left, black, transparent);
  mask-image: linear-gradient(to left, black, transparent);
}

.audience-heading,
.audience-cards {
  position: relative;
  z-index: 1;
}

.audience-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.audience-heading h2 {
  width: 760px;
  margin: 0 auto;
  color: #111214;
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
  transform: scaleX(0.76);
  transform-origin: center top;
}

.audience-heading h2 span {
  display: block;
}

.audience-heading h2 .accent {
  display: inline;
  color: var(--orange);
}

.audience-heading p {
  max-width: 650px;
  margin: 18px auto 0;
  color: #6a6e78;
  font-size: 17px;
  line-height: 1.5;
}

.audience-swoosh {
  position: absolute;
  top: 22px;
  overflow: visible;
  width: 170px;
  height: 72px;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.audience-swoosh path:last-child {
  fill: var(--orange);
  stroke: none;
}

.audience-swoosh-left {
  left: -120px;
}

.audience-swoosh-right {
  right: -120px;
}

.audience-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.audience-card {
  display: flex;
  min-height: 556px;
  flex-direction: column;
  align-items: center;
  padding: 22px 18px 22px;
  border: 1px solid rgba(20, 20, 24, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 16px 36px rgba(19, 23, 32, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  text-align: center;
}

.audience-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: var(--orange);
}

.audience-icon svg {
  width: 41px;
  height: 41px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.28;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience-card h3 {
  margin: 0 0 12px;
  color: #17181b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

.audience-card p {
  max-width: 310px;
  min-height: 72px;
  margin: 0 auto;
  color: #6a6e78;
  font-size: 15px;
  line-height: 1.44;
}

.audience-tags {
  min-height: 22px;
  margin-top: 12px;
  color: #6f737b;
  font-size: 14px;
  line-height: 1.35;
}

.audience-tags span {
  color: var(--orange);
  padding: 0 4px;
}

.audience-tags em {
  font-style: normal;
}

.tag-mobile {
  display: none;
}

.audience-preview {
  display: grid;
  place-items: center;
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
}

.audience-preview picture {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.audience-preview img {
  width: 112%;
  height: 112%;
  object-fit: contain;
}

.audience-preview-classifieds {
  height: 286px;
}

.audience-preview-marketplace {
  height: 286px;
}

.audience-preview-catalog {
  height: 286px;
}

.audience-preview-marketplace img {
  width: 118%;
  height: 118%;
}

.audience-preview-catalog img {
  width: 116%;
  height: 116%;
}

.workflow-section {
  position: relative;
  display: block;
  min-height: 0;
  margin-top: 18px;
  overflow: hidden;
  padding: 46px 46px 50px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: var(--section-radius);
  background:
    radial-gradient(ellipse at 79% 104%, rgba(255, 86, 18, 0.22) 0%, rgba(255, 86, 18, 0.085) 26%, transparent 49%),
    radial-gradient(ellipse at 5% 88%, rgba(255, 86, 18, 0.085) 0%, transparent 31%),
    linear-gradient(135deg, #151719 0%, #08090b 58%, #100805 100%);
  box-shadow:
    0 25px 64px rgba(1, 2, 4, 0.39),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  color: #ffffff;
}

.workflow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.22;
  pointer-events: none;
  transform: rotate(-9deg) scale(1.28);
}

.workflow-section::after {
  display: none;
}

.workflow-copy,
.workflow-steps {
  position: relative;
  z-index: 1;
}

.workflow-copy {
  padding-left: 0;
  text-align: center;
}

.workflow-sparkline {
  width: 112px;
  height: 54px;
  margin: 0 0 14px -12px;
  overflow: visible;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-width: 1.6;
}

.workflow-sparkline path:last-child {
  fill: var(--orange);
  stroke: none;
}

.workflow-copy h2 {
  width: 760px;
  max-width: none;
  margin: 0 auto;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
  transform: scaleX(0.76);
  transform-origin: center top;
}

.workflow-copy h2 span {
  display: block;
  white-space: normal;
}

.workflow-copy h2 .accent {
  display: block;
  color: var(--orange);
}

.workflow-copy p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.47;
}

.workflow-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 46px;
  margin-top: 38px;
}

.workflow-steps::after {
  display: none;
}

.workflow-card {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.workflow-card-upload {
  min-height: 0;
}

.workflow-card-choose {
  min-height: 0;
}

.workflow-card-result {
  z-index: 2;
  min-height: 0;
  background: transparent;
  box-shadow: none;
}

.workflow-card-result::before {
  content: "";
  position: absolute;
  inset: 8% -10% -8%;
  z-index: -1;
  border-radius: 42%;
  background: radial-gradient(ellipse at center, rgba(255, 92, 24, 0.34) 0%, rgba(255, 79, 19, 0.13) 42%, transparent 72%);
  filter: blur(28px);
  pointer-events: none;
}

.workflow-card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  margin-bottom: 16px;
  padding: 0 2px;
}

.workflow-number {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 100, 40, 0.72);
  border-radius: 8px;
  background: rgba(255, 79, 19, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 22px rgba(255, 79, 19, 0.12);
  color: var(--orange);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.workflow-card h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  transform: none;
  white-space: nowrap;
}

.workflow-visual {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.workflow-visual img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
}

.workflow-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.workflow-upload-visual {
  height: auto;
  aspect-ratio: 3 / 4;
}

.workflow-upload-visual img {
  object-position: 50% 50%;
}

.workflow-upload-visual figcaption {
  position: absolute;
  left: 50%;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: rgba(65, 65, 65, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 22px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

.workflow-upload-visual figcaption svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-choice-visual {
  height: auto;
  aspect-ratio: 1 / 1;
}

.workflow-choice-visual img {
  object-fit: contain;
  object-position: 50% 0;
}

.workflow-result-visual {
  height: auto;
  aspect-ratio: 3 / 4;
}

.workflow-result-visual img {
  object-position: 50% 50%;
  box-shadow:
    0 0 0 1px rgba(255, 112, 50, 0.72),
    0 24px 48px rgba(255, 79, 19, 0.2);
}

.workflow-arrow {
  position: absolute;
  top: 12px;
  z-index: 4;
  display: block;
  width: 74px;
  height: 20px;
  pointer-events: none;
}

.workflow-arrow::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 79, 19, 0.18), rgba(255, 79, 19, 0.94));
  transform: translateY(-50%);
}

.workflow-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid var(--orange);
  border-right: 1.5px solid var(--orange);
  transform: translateY(-50%) rotate(45deg);
}

.workflow-arrow-first {
  left: 29.7%;
  transform: translateX(-50%);
}

.workflow-arrow-second {
  left: 62.7%;
  transform: translateX(-50%);
}

.workflow-arrow img {
  display: none;
}

.examples-section {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  padding: 42px 0 44px;
  border: 1px solid rgba(18, 20, 24, 0.06);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1), #fff 42%, #fbfbfc 100%);
  box-shadow:
    0 22px 62px rgba(19, 23, 32, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #121316;
}

.examples-section::before,
.examples-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 190px;
  height: 220px;
  background-image: radial-gradient(circle, rgba(255, 79, 19, 0.28) 1.45px, transparent 1.45px);
  background-size: 10px 10px;
  opacity: 0.5;
  pointer-events: none;
}

.examples-section::before {
  left: 22px;
  top: 26px;
  -webkit-mask-image: linear-gradient(135deg, black, transparent 72%);
  mask-image: linear-gradient(135deg, black, transparent 72%);
}

.examples-section::after {
  right: 22px;
  bottom: 28px;
  -webkit-mask-image: linear-gradient(315deg, black, transparent 72%);
  mask-image: linear-gradient(315deg, black, transparent 72%);
}

.examples-heading,
.examples-carousel,
.examples-dots {
  position: relative;
  z-index: 1;
}

.examples-heading {
  max-width: none;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.examples-heading h2 {
  display: inline-block;
  width: auto;
  margin: 0;
  color: #111214;
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: scaleX(0.76);
  transform-origin: center top;
}

.examples-heading h2 span {
  display: block;
}

.examples-heading h2 .accent {
  display: inline;
  color: var(--orange);
}

.examples-heading p {
  max-width: 740px;
  margin: 20px auto 0;
  color: #4f535d;
  font-size: 17px;
  line-height: 1.45;
}

.examples-carousel {
  margin-top: 42px;
}

.examples-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 54px 18px;
  scroll-behavior: auto;
  scroll-padding-inline: 54px;
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-x: contain;
  user-select: none;
}

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

.examples-track.is-dragging {
  cursor: grabbing;
}

.example-slide {
  flex: 0 0 449px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 24, 0.09);
  border-radius: 14px;
  background: #f6f5f2;
  box-shadow:
    0 14px 28px rgba(19, 23, 32, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.example-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.examples-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}

.examples-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e2e2e4;
}

.examples-dots .active {
  background: var(--orange);
}

.final-cta-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(510px, 42vw, 590px);
  margin-top: 18px;
  overflow: hidden;
  padding: clamp(72px, 6vw, 84px) 56px clamp(66px, 5.4vw, 76px);
  border: 1px solid rgba(255, 79, 19, 0.34);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.045), transparent 28%),
    radial-gradient(circle at 50% 62%, rgba(255, 79, 19, 0.12), transparent 34%),
    linear-gradient(135deg, #0b0b0c 0%, #151515 48%, #090909 100%);
  box-shadow:
    0 24px 62px rgba(1, 2, 4, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 48px rgba(255, 79, 19, 0.065);
}

.final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.2;
  transform: rotate(-9deg) scale(1.25);
  pointer-events: none;
}

.final-cta-decor {
  position: absolute;
  width: 176px;
  height: 176px;
  background-image: radial-gradient(circle, rgba(255, 79, 19, 0.5) 4px, transparent 4px);
  background-size: 16px 16px;
  opacity: 0.4;
  pointer-events: none;
}

.final-cta-decor-left {
  top: 22px;
  left: 24px;
  -webkit-mask-image: radial-gradient(circle at top left, black 0%, transparent 76%);
  mask-image: radial-gradient(circle at top left, black 0%, transparent 76%);
}

.final-cta-decor-right {
  right: 18px;
  bottom: 24px;
  -webkit-mask-image: radial-gradient(circle at bottom right, black 0%, transparent 74%);
  mask-image: radial-gradient(circle at bottom right, black 0%, transparent 74%);
}

.final-cta-swoosh {
  position: absolute;
  width: 256px;
  height: 116px;
  overflow: visible;
  pointer-events: none;
}

.final-cta-swoosh path:first-child {
  stroke: var(--orange);
  stroke-width: 1.1;
  stroke-linecap: round;
  opacity: 0.62;
}

.final-cta-swoosh circle,
.final-cta-swoosh path:not(:first-child) {
  fill: var(--orange);
}

.final-cta-swoosh-top {
  right: 92px;
  top: 56px;
}

.final-cta-swoosh-bottom {
  left: 76px;
  bottom: 74px;
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

.final-cta-content h2 {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  transform: scaleX(0.76);
  transform-origin: center top;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.final-cta-content h2 span {
  color: var(--orange);
}

.final-cta-content p {
  max-width: 660px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
  line-height: 1.45;
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: min(430px, 100%);
  height: 67px;
  margin-top: 43px;
  border: 1px solid rgba(255, 126, 65, 0.34);
  border-radius: 9px;
  background: linear-gradient(180deg, #ff671d 0%, #ff4a0c 100%);
  box-shadow:
    0 18px 38px rgba(255, 79, 19, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease,
    transform 160ms ease;
}

.final-cta-button:hover,
.final-cta-button:focus-visible {
  border-color: rgba(255, 119, 64, 1);
  box-shadow:
    0 20px 42px rgba(255, 79, 19, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  filter: brightness(1.04);
  transform: translateY(-1px);
  outline: none;
}

.final-cta-button span {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.faq-section {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  padding: clamp(56px, 4.7vw, 64px) 74px clamp(58px, 5vw, 68px);
  border: 1px solid rgba(18, 20, 24, 0.06);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.95), transparent 42%),
    linear-gradient(180deg, #fffefe 0%, #faf9f8 100%);
  box-shadow:
    0 22px 62px rgba(19, 23, 32, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: #121316;
}

.faq-dot-pattern {
  position: absolute;
  z-index: 0;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(circle, rgba(255, 79, 19, 0.34) 1.8px, transparent 1.8px);
  background-size: 13px 13px;
  pointer-events: none;
}

.faq-dot-pattern-top {
  top: 28px;
  left: 32px;
  -webkit-mask-image: radial-gradient(circle at top left, black 0%, transparent 72%);
  mask-image: radial-gradient(circle at top left, black 0%, transparent 72%);
}

.faq-dot-pattern-bottom {
  right: 28px;
  bottom: 24px;
  -webkit-mask-image: radial-gradient(circle at bottom right, black 0%, transparent 70%);
  mask-image: radial-gradient(circle at bottom right, black 0%, transparent 70%);
}

.faq-heading,
.faq-list {
  position: relative;
  z-index: 1;
}

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

.faq-heading h2 {
  display: inline-block;
  margin: 0;
  color: #111214;
  font-family: var(--heading-font);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  transform: scaleX(0.76);
  transform-origin: center top;
}

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

.faq-heading p {
  margin: 12px auto 0;
  color: #5a5f69;
  font-size: 17px;
  line-height: 1.35;
}

.faq-decor {
  position: absolute;
  top: 42px;
  width: 150px;
  height: 60px;
  overflow: visible;
  pointer-events: none;
}

.faq-decor path:first-child {
  stroke: var(--orange);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.faq-decor path:not(:first-child) {
  fill: var(--orange);
}

.faq-decor-left {
  left: calc(50% - 420px);
}

.faq-decor-right {
  right: calc(50% - 420px);
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(23, 24, 28, 0.09);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.faq-item + .faq-item {
  margin-top: 7px;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.68);
}

.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr 32px;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 18px;
  color: #111214;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

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

.faq-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 79, 19, 0.075);
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.faq-item summary::after {
  content: "";
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 79, 19, 0.54);
  border-radius: 999px;
  background:
    linear-gradient(var(--orange), var(--orange)) center / 10px 1.4px no-repeat,
    linear-gradient(var(--orange), var(--orange)) center / 1.4px 10px no-repeat;
  opacity: 0.78;
}

.faq-item[open] summary::after {
  background:
    linear-gradient(var(--orange), var(--orange)) center / 10px 1.4px no-repeat;
}

.faq-item p {
  margin: 0 18px 18px;
  padding: 16px 0 0 52px;
  border-top: 1px solid rgba(23, 24, 28, 0.09);
  color: #666a73;
  font-size: 14px;
  line-height: 1.45;
}

.site-footer {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
  padding: clamp(54px, 4.4vw, 68px) clamp(54px, 6vw, 78px) 0;
  border: 1px solid rgba(255, 79, 19, 0.52);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.05), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(255, 79, 19, 0.14), transparent 26%),
    linear-gradient(135deg, #111213 0%, #080909 58%, #130804 100%);
  box-shadow:
    0 24px 62px rgba(1, 2, 4, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: 0.18;
  transform: rotate(-8deg) scale(1.25);
  pointer-events: none;
}

.site-footer-pattern {
  position: absolute;
  z-index: 0;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(circle, rgba(255, 79, 19, 0.56) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.36;
  pointer-events: none;
}

.site-footer-pattern-left {
  left: -38px;
  bottom: 88px;
  -webkit-mask-image: radial-gradient(circle at bottom left, black 0%, transparent 72%);
  mask-image: radial-gradient(circle at bottom left, black 0%, transparent 72%);
}

.site-footer-pattern-right {
  top: 22px;
  right: -16px;
  -webkit-mask-image: radial-gradient(circle at top right, black 0%, transparent 74%);
  mask-image: radial-gradient(circle at top right, black 0%, transparent 74%);
}

.site-footer-main,
.site-footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.85fr);
  gap: clamp(48px, 6vw, 76px);
  align-items: start;
}

.site-footer-about {
  max-width: 340px;
}

.site-footer-logo {
  display: inline-flex;
  width: min(170px, 100%);
  text-decoration: none;
}

.site-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer-about p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.12vw, 16px);
  line-height: 1.48;
}

.site-footer-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.3;
}

.site-footer-note span:first-child {
  color: var(--orange);
  font-size: 17px;
  line-height: 1;
}

.site-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.site-footer-column {
  min-height: 220px;
  padding-left: clamp(24px, 3.4vw, 38px);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer-column summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #ffffff;
  cursor: default;
  font-family: var(--heading-font);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}

.site-footer-column summary::-webkit-details-marker {
  display: none;
}

.site-footer-column summary span:first-child {
  color: var(--orange);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1;
}

.site-footer-column-links a {
  display: block;
  width: fit-content;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.35;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.site-footer-column-links a + a {
  margin-top: 20px;
}

.site-footer-column-links a:hover,
.site-footer-column-links a:focus-visible {
  color: #ffffff;
  transform: translateX(2px);
  outline: none;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 68px;
  margin: clamp(44px, 4.4vw, 58px) calc(clamp(54px, 6vw, 78px) * -1) 0;
  padding: 0 clamp(54px, 6vw, 78px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

body.modal-open {
  overflow: hidden;
}

.registration-modal[hidden] {
  display: none;
}

.registration-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 79, 19, 0.22), transparent 30%),
    rgba(4, 5, 7, 0.72);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.registration-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.registration-dialog {
  position: relative;
  width: min(100%, 480px);
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  padding: 34px 34px 30px;
  border: 1px solid rgba(255, 79, 19, 0.34);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 79, 19, 0.16), transparent 30%),
    linear-gradient(145deg, #151617 0%, #080909 100%);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #ffffff;
  transform: translateY(12px) scale(0.98);
  transition: transform 180ms ease;
}

.registration-modal.is-visible .registration-dialog {
  transform: translateY(0) scale(1);
}

.registration-dialog::before {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(circle, rgba(255, 79, 19, 0.46) 1.7px, transparent 1.7px);
  background-size: 12px 12px;
  opacity: 0.42;
  -webkit-mask-image: radial-gradient(circle at bottom right, black 0%, transparent 74%);
  mask-image: radial-gradient(circle at bottom right, black 0%, transparent 74%);
  pointer-events: none;
}

.registration-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--control-radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)) center / 14px 1.7px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)) center / 1.7px 14px no-repeat,
    rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transform: rotate(45deg);
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.registration-close:hover,
.registration-close:focus-visible {
  border-color: rgba(255, 79, 19, 0.7);
  background-color: rgba(255, 79, 19, 0.12);
  outline: none;
}

.auth-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 0 44px 20px 0;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.055);
}

.auth-switch-button {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.auth-switch-button.is-active {
  background: linear-gradient(180deg, #ff5b1a 0%, #ff4613 100%);
  box-shadow: 0 10px 22px rgba(255, 79, 19, 0.18);
  color: #ffffff;
}

.registration-kicker {
  margin: 0 42px 10px 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.registration-dialog h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: scaleX(0.78);
  transform-origin: left top;
}

.registration-dialog p {
  max-width: 370px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.45;
}

.registration-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.registration-form[hidden] {
  display: none;
}

.registration-dialog.is-verify .auth-switch {
  display: none;
}

.registration-dialog.is-login [data-register-only] {
  display: none;
}

.registration-dialog.is-login .registration-submit {
  margin-top: 8px;
}

.registration-field {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.registration-field input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.registration-field input:focus {
  border-color: rgba(255, 79, 19, 0.72);
  background: rgba(255, 255, 255, 0.085);
  box-shadow:
    0 0 0 3px rgba(255, 79, 19, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.registration-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 4px;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.35;
}

.registration-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--orange);
}

.registration-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 79, 19, 0.85);
  border-radius: 12px;
  background: linear-gradient(180deg, #ff5b1a 0%, #ff4613 100%);
  box-shadow:
    0 16px 34px rgba(255, 79, 19, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.registration-submit:hover,
.registration-submit:focus-visible {
  box-shadow:
    0 18px 40px rgba(255, 79, 19, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  outline: none;
}

.registration-dialog .registration-status {
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12.5px;
  line-height: 1.4;
  text-align: center;
}

.mobile-product {
  display: none;
}

@media (max-width: 1280px) {
  .landing-shell {
    width: min(calc(100% - 32px), var(--container-max));
  }

  .hero-header {
    left: 34px;
    right: 34px;
  }

  .hero-copy,
  .hero-perks {
    left: 34px;
  }

  .hero-product {
    right: 14px;
    width: 700px;
    transform: none;
  }

  .hero-card {
    width: 252px;
  }

  .hero-card-shoes {
    left: 210px;
    width: 280px;
  }

  .workflow-section {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    padding-inline: 24px;
  }

  .workflow-copy h2 {
    font-size: 58px;
  }

  .workflow-copy p {
    font-size: 16px;
  }

  .reference-section {
    min-height: 720px;
    padding-inline: 30px;
  }

  .reference-heading h2 {
    font-size: 52px;
  }

  .reference-flow {
    gap: 30px;
  }

  .reference-step-heading {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 9px;
  }

  .reference-step-number {
    width: 35px;
    height: 35px;
  }

  .reference-step-heading h3 {
    font-size: 16.5px;
  }

  .reference-arrow {
    width: 61px;
  }

  .reference-arrow-first {
    left: 29.4%;
  }

  .reference-arrow-second {
    left: 59%;
  }

  .reference-result-stack {
    height: 374px;
  }

  .ctr-analysis-section {
    padding-inline: 28px;
  }

  .ctr-analysis-heading h2 {
    font-size: 45px;
  }

  .ctr-analysis-benefits {
    gap: 28px;
    max-width: 780px;
  }

  .ctr-report-grid {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 8px 12px;
  }

  .ctr-report-product {
    width: 171px;
  }

  .ctr-report-score-copy {
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 10px;
  }

  .ctr-report-score-copy strong {
    font-size: 50px;
  }

  .ctr-insight {
    padding-inline: 8px;
  }

  .ctr-analysis-form {
    grid-template-columns: 285px minmax(0, 1fr) 280px;
  }

  .final-cta-section {
    min-height: 520px;
    padding: 68px 32px 58px;
  }

  .final-cta-content h2 {
    font-size: 48px;
  }

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

  .final-cta-button {
    height: 64px;
    margin-top: 42px;
    font-size: 20px;
  }

  .final-cta-swoosh-top {
    right: 28px;
  }

  .final-cta-swoosh-bottom {
    left: 20px;
  }

  .faq-section {
    padding: 56px 32px 58px;
  }

  .faq-heading h2 {
    font-size: 46px;
  }

  .faq-decor-left {
    left: 40px;
  }

  .faq-decor-right {
    right: 40px;
  }

  .faq-item summary {
    grid-template-columns: 36px 1fr 30px;
    gap: 13px;
    min-height: 52px;
    padding-inline: 16px;
    font-size: 14.5px;
  }

  .faq-item p {
    padding-left: 49px;
  }

  .site-footer {
    padding: 38px 26px 0;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer-about {
    max-width: 460px;
  }

  .site-footer-logo {
    width: 150px;
  }

  .site-footer-about p {
    max-width: 380px;
    font-size: 14px;
  }

  .site-footer-note {
    margin-top: 20px;
    font-size: 13px;
  }

  .site-footer-column {
    min-height: 168px;
    padding-left: 20px;
  }

  .site-footer-column summary {
    gap: 12px;
    margin-bottom: 18px;
    font-size: 19px;
  }

  .site-footer-column-links a {
    font-size: 13.5px;
  }

  .site-footer-column-links a + a {
    margin-top: 14px;
  }

  .site-footer-bottom {
    min-height: 58px;
    margin: 32px -26px 0;
    padding: 0 26px;
    font-size: 12.5px;
  }
}

@media (max-width: 760px) {
  html {
    background: var(--page);
  }

  body {
    min-width: 320px;
    background: var(--page);
  }

  .landing-shell {
    width: min(100% - 24px, 430px);
    padding: 10px 0 28px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding: 22px 22px 26px;
    border-color: rgba(255, 79, 19, 0.36);
    border-radius: 20px;
    background:
      radial-gradient(ellipse at 50% 34%, rgba(255, 255, 255, 0.035), transparent 28%),
      radial-gradient(ellipse at 72% 91%, rgba(255, 79, 19, 0.22), transparent 36%),
      linear-gradient(135deg, #131313 0%, #070707 64%, #100703 100%);
  }

  .hero::before {
    background-size: 76px 76px;
    opacity: 0.1;
    transform: rotate(-10deg) scale(1.6);
  }

  .hero::after {
    top: 16px;
    left: 0;
    width: 116px;
    height: 300px;
    background-size: 10px 10px;
    opacity: 0.42;
  }

  .hero-header,
  .hero-copy,
  .hero-perks,
  .hero-product {
    position: relative;
    inset: auto;
    z-index: 2;
  }

  .hero-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-bottom: 34px;
  }

  .hero-logo {
    width: 118px;
  }

  .hero-nav,
  .hero-create {
    display: none;
  }

  .hero-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0;
  }

  .hero-login {
    min-width: 68px;
    height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    width: 135%;
    margin: 0 0 16px;
    font-size: clamp(35px, 9.8vw, 41px);
    line-height: 0.98;
    transform: scaleX(0.74);
    transform-origin: left top;
  }

  .hero h1 .accent {
    display: block;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 354px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-subtitle br {
    display: none;
  }

  .cta-wrap {
    width: 100%;
  }

  .cta-button {
    width: 100%;
    height: 58px;
    gap: 12px;
    border-radius: 9px;
    font-size: 17px;
    box-shadow:
      0 16px 32px rgba(255, 79, 19, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }

  .cta-button svg {
    width: 21px;
    height: 21px;
  }

  .cta-note {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    font-size: 13px;
    text-align: center;
  }

  .hero-perks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin-top: 26px;
  }

  .hero-perk {
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-height: 82px;
    gap: 7px;
    padding: 0 5px;
    text-align: center;
  }

  .hero-perk-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  .hero-perk-icon svg {
    width: 22px;
    height: 22px;
  }

  .hero-perk > span:not(.hero-perk-icon) {
    max-width: none;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.2;
  }

  .hero-product {
    display: block;
    width: 100%;
    height: clamp(252px, 78vw, 330px);
    margin-top: 22px;
    transform: none;
  }

  .hero-product::before {
    bottom: -8px;
    width: 110%;
    height: 88px;
    opacity: 0.8;
  }

  .hero-product::after {
    display: none;
  }

  .hero-card {
    bottom: 16px;
    width: 56%;
  }

  .hero-card-organizer {
    left: -5.5%;
    transform: rotate(-3deg);
  }

  .hero-card-shoes {
    left: 50%;
    bottom: 12px;
    width: 62%;
    transform: translateX(-50%);
  }

  .hero-card-serum {
    right: -5.5%;
    transform: rotate(3deg);
  }

  .mobile-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .mobile-step {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(255, 79, 19, 0.45);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
      rgba(8, 8, 8, 0.84);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.055),
      0 14px 30px rgba(0, 0, 0, 0.24);
  }

  .mobile-step img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-step-label {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    height: 32px;
    padding: 0 11px 0 7px;
    border: 1px solid rgba(255, 79, 19, 0.58);
    border-radius: 8px;
    background: rgba(16, 16, 16, 0.74);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 20px rgba(0, 0, 0, 0.24);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(8px);
  }

  .mobile-step-label span {
    display: grid;
    flex: 0 0 24px;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(180deg, #ff681f 0%, #ff4b0d 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-step-source {
    aspect-ratio: 3 / 2;
  }

  .mobile-step-source img {
    object-position: 50% 50%;
  }

  .mobile-step-clean {
    width: calc(100% - 18px);
    aspect-ratio: 3 / 2;
    border-color: rgba(255, 255, 255, 0.18);
  }

  .mobile-step-clean img {
    object-position: 50% 50%;
  }

  .mobile-step-ready {
    margin-top: 2px;
    border-color: rgba(255, 79, 19, 0.7);
    aspect-ratio: 1.6 / 1;
    box-shadow:
      0 0 0 1px rgba(255, 79, 19, 0.12),
      0 18px 38px rgba(255, 79, 19, 0.12),
      0 18px 36px rgba(0, 0, 0, 0.32);
  }

  .mobile-step-ready .mobile-step-label {
    top: 6px;
    left: 8px;
    height: 24px;
    gap: 6px;
    padding: 0 8px 0 4px;
    border-radius: 7px;
    font-size: 9px;
  }

  .mobile-step-ready .mobile-step-label span {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    font-size: 10px;
  }

  .mobile-process-arrow {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin: 6px 0;
    color: var(--orange);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 79, 19, 0.5);
  }

  .reference-section {
    min-height: 0;
    margin-top: 18px;
    padding: 29px 16px 26px;
    border-radius: 20px;
  }

  .reference-heading h2 {
    max-width: 360px;
    margin-inline: auto;
    font-size: clamp(36px, 10vw, 42px);
    letter-spacing: -0.35px;
    line-height: 1.02;
    transform: none;
    white-space: normal;
  }

  .reference-heading p {
    max-width: 350px;
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.48;
  }

  .reference-flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 28px;
  }

  .reference-step-heading {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
  }

  .reference-step-number {
    width: 38px;
    height: 38px;
  }

  .reference-step-heading h3 {
    font-size: 18px;
  }

  .reference-step-heading p {
    max-width: 292px;
    font-size: 12.5px;
  }

  .reference-step-source .reference-step-heading,
  .reference-step-plan .reference-step-heading,
  .reference-step-result .reference-step-heading {
    padding-left: 0;
  }

  .reference-link-field {
    margin-top: 21px;
  }

  .reference-source-card {
    width: min(100%, 286px);
  }

  .reference-arrow {
    position: relative;
    inset: auto;
    display: block;
    align-self: center;
    width: 58px;
    height: 70px;
    margin: 4px 0 6px;
    object-fit: contain;
    transform: rotate(90deg);
    transform-origin: center;
  }

  .reference-arrow-first {
    transform: rotate(90deg);
  }

  .reference-arrow-second {
    transform: rotate(90deg) scaleY(-1);
  }

  .reference-plan-card {
    margin-top: 20px;
    padding-inline: 12px;
  }

  .reference-plan-row {
    grid-template-columns: 27px minmax(0, 1fr) 18px 17px;
    gap: 7px;
  }

  .reference-result-stack {
    height: 314px;
    margin-top: 18px;
  }

  .reference-result-left,
  .reference-result-right {
    bottom: 22px;
    width: 47%;
  }

  .reference-result-left {
    left: -1%;
    transform: rotate(-7deg);
  }

  .reference-result-right {
    right: -1%;
    transform: rotate(7deg);
  }

  .reference-result-main {
    bottom: 18px;
    width: 54%;
  }

  .reference-note {
    align-items: flex-start;
    max-width: 330px;
    margin: 2px auto 0;
    font-size: 12.5px;
  }

  .reference-note img {
    flex: 0 0 23px;
  }

  .ctr-analysis-section {
    min-height: 0;
    padding: 24px 14px 16px;
    border-radius: 20px;
  }

  .ctr-analysis-kicker {
    height: 36px;
    padding-inline: 18px;
    font-size: 10.5px;
    letter-spacing: 1.7px;
  }

  .ctr-analysis-heading h2 {
    max-width: 350px;
    margin: 14px auto 0;
    font-size: clamp(39px, 11vw, 45px);
    line-height: 1.02;
  }

  .ctr-analysis-heading > p {
    max-width: 342px;
    margin: 13px auto 0;
    font-size: 14px;
    line-height: 1.48;
  }

  .ctr-analysis-heading > p br {
    display: none;
  }

  .ctr-analysis-benefits {
    grid-template-columns: 1fr;
    gap: 5px;
    max-width: none;
    margin-top: 20px;
  }

  .ctr-analysis-benefit {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
    min-height: 78px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 11px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.047), rgba(255, 255, 255, 0.012));
  }

  .ctr-analysis-benefit-icon {
    width: 45px;
    height: 45px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ctr-analysis-benefit-icon img {
    width: 38px;
    height: 38px;
  }

  .ctr-analysis-benefit h3 {
    font-size: 16px;
  }

  .ctr-analysis-benefit p {
    font-size: 13px;
  }

  .ctr-analysis-workspace {
    display: block;
    margin-top: 11px;
  }

  .ctr-report {
    padding: 12px;
  }

  .ctr-report-grid {
    grid-template-areas:
      "product score"
      "insights insights";
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.48fr);
    grid-template-rows: auto auto;
    gap: 10px 12px;
  }

  .ctr-report-product {
    align-self: start;
    width: 100%;
    border-radius: 10px;
  }

  .ctr-report-score {
    align-self: center;
  }

  .ctr-report-score h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
  }

  .ctr-report-score-copy {
    display: block;
  }

  .ctr-report-score-copy strong {
    display: block;
    font-size: 54px;
  }

  .ctr-report-score-copy strong span {
    font-size: 23px;
  }

  .ctr-report-score-copy p {
    margin-top: 13px;
    font-size: 12.5px;
    line-height: 1.42;
  }

  .ctr-report-score-copy p br {
    display: none;
  }

  .ctr-report-progress {
    grid-template-columns: minmax(0, 1fr) 37px;
    margin-top: 12px;
  }

  .ctr-report-insights {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ctr-insight {
    display: grid;
    grid-template-columns: minmax(110px, 0.82fr) minmax(0, 1.32fr);
    align-items: start;
    gap: 10px;
    min-height: 0;
    padding: 11px 12px;
  }

  .ctr-insight-title {
    align-items: flex-start;
  }

  .ctr-insight-title img {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .ctr-insight-title h4 {
    padding-top: 4px;
    font-size: 14px;
  }

  .ctr-insight ul {
    margin-top: 0;
  }

  .ctr-insight li {
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.25;
  }

  .ctr-insight-tag,
  .ctr-report-note {
    display: none;
  }

  .ctr-comparison {
    margin-top: 9px;
    padding: 13px 10px 12px;
  }

  .ctr-comparison-heading h3 {
    font-size: 16px;
  }

  .ctr-comparison-heading > span {
    height: 26px;
    font-size: 11px;
  }

  .ctr-comparison-slides {
    grid-template-columns: minmax(0, 1fr) 35px minmax(0, 1fr);
    gap: 3px;
    margin-top: 11px;
  }

  .ctr-comparison-slide {
    padding-top: 28px;
  }

  .ctr-comparison-slide figcaption {
    height: 28px;
    font-size: 12px;
  }

  .ctr-comparison-arrow {
    width: 48px;
    height: 48px;
    margin-left: -7px;
  }

  .ctr-analysis-form {
    grid-template-columns: 1fr;
    gap: 9px;
    min-height: 0;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .ctr-analysis-form-copy {
    display: none;
  }

  .ctr-analysis-input input,
  .ctr-analysis-submit {
    height: 58px;
    border-radius: 10px;
    font-size: 14px;
  }

  .ctr-analysis-input input {
    padding-inline: 17px;
  }

  .ctr-analysis-submit {
    font-size: 15px;
  }

  .audience-section {
    margin-top: 18px;
    padding: 28px 14px 24px;
    border-radius: 20px;
  }

  .audience-section::before {
    width: 130px;
    height: 190px;
    opacity: 0.42;
  }

  .audience-section::after {
    top: 92px;
    width: 118px;
    height: 180px;
    opacity: 0.36;
  }

  .audience-heading {
    max-width: none;
  }

  .audience-heading h2 {
    position: relative;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    font-size: 39px;
    line-height: 1;
    transform: scaleX(0.7);
    transform-origin: center top;
  }

  .audience-heading p {
    max-width: 340px;
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.5;
  }

  .audience-swoosh {
    display: none;
  }

  .audience-swoosh-left {
    left: 36px;
  }

  .audience-swoosh-right {
    right: 36px;
  }

  .audience-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .audience-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 0;
    align-items: stretch;
    padding: 18px 14px 22px;
    border-radius: 16px;
    text-align: left;
  }

  .audience-icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: start;
    width: 38px;
    height: 38px;
    margin: 2px 0 0;
  }

  .audience-icon svg {
    width: 34px;
    height: 34px;
    stroke-width: 1.15;
  }

  .audience-card h3 {
    grid-column: 2;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.18;
  }

  .audience-card h3 br {
    display: none;
  }

  .audience-card:first-child h3 br {
    display: block;
  }

  .audience-card p {
    grid-column: 2;
    max-width: none;
    min-height: 0;
    margin: 0;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 6px;
    align-items: center;
    grid-column: 2;
    min-height: 0;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .audience-tags span {
    padding: 0;
  }

  .tag-desktop {
    display: none;
  }

  .tag-mobile {
    display: inline;
  }

  .audience-preview {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 20px;
  }

  .audience-preview-classifieds,
  .audience-preview-marketplace,
  .audience-preview-catalog {
    height: auto;
    aspect-ratio: 1672 / 941;
  }

  .audience-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .workflow-section {
    display: block;
    min-height: 0;
    padding: 24px 16px 28px;
    border-radius: 20px;
  }

  .workflow-section::after {
    width: 150px;
    height: 210px;
    opacity: 0.5;
  }

  .workflow-copy {
    padding-left: 0;
  }

  .workflow-sparkline {
    display: none;
  }

  .workflow-copy h2 {
    position: relative;
    left: 50%;
    width: 500px;
    max-width: none;
    margin-left: -250px;
    font-size: 39px;
    line-height: 1;
    transform: scaleX(0.7);
    transform-origin: center top;
  }

  .workflow-copy h2 > span {
    display: block;
  }

  .workflow-copy p {
    max-width: 320px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .workflow-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }

  .workflow-steps::after {
    right: -18px;
    top: -18px;
    width: 110px;
    height: 160px;
    opacity: 0.34;
  }

  .workflow-card,
  .workflow-card-upload,
  .workflow-card-choose,
  .workflow-card-result {
    width: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .workflow-card-result {
    width: calc(100% + 12px);
    margin-left: -6px;
    box-shadow: none;
  }

  .workflow-card-result::before {
    inset: 5% -4% -5%;
    opacity: 0.8;
    filter: blur(22px);
  }

  .workflow-card-result .workflow-card-head {
    margin-left: 6px;
  }

  .workflow-card-head {
    min-height: 0;
    margin-bottom: 12px;
    padding-inline: 2px;
  }

  .workflow-number {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 18px;
  }

  .workflow-card h3 {
    font-size: 17px;
    line-height: 1.2;
  }

  .workflow-upload-visual,
  .workflow-result-visual {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .workflow-choice-visual {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .workflow-result-visual {
    aspect-ratio: 3 / 4;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
  }

  .workflow-visual img {
    border-radius: 12px;
    object-fit: contain;
  }

  .workflow-upload-visual figcaption {
    bottom: 12px;
    height: 38px;
    padding: 0 15px;
    font-size: 14px;
  }

  .workflow-arrow {
    position: relative;
    inset: auto;
    align-self: center;
    flex: 0 0 34px;
    width: 24px;
    height: 34px;
    margin: 0;
    transform: none;
  }

  .workflow-arrow::before {
    top: 0;
    right: auto;
    bottom: 7px;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(255, 79, 19, 0.18), rgba(255, 79, 19, 0.94));
    transform: translateX(-50%);
  }

  .workflow-arrow::after {
    right: auto;
    top: auto;
    bottom: 1px;
    left: 50%;
    border-top: 0;
    border-right: 1.5px solid var(--orange);
    border-bottom: 1.5px solid var(--orange);
    transform: translateX(-50%) rotate(45deg);
  }

  .workflow-arrow-first,
  .workflow-arrow-second {
    left: auto;
    transform: none;
  }

  .workflow-arrow img {
    display: none;
  }

  .examples-section {
    margin-top: 18px;
    padding: 30px 0 26px;
    border-radius: 20px;
  }

  .examples-section::before {
    left: 0;
    top: 18px;
    width: 120px;
    height: 170px;
    opacity: 0.38;
  }

  .examples-section::after {
    right: 0;
    bottom: 22px;
    width: 120px;
    height: 170px;
    opacity: 0.34;
  }

  .examples-heading {
    padding: 0 18px;
  }

  .examples-heading h2 {
    display: block;
    position: relative;
    left: 50%;
    width: 560px;
    margin-left: -280px;
    font-size: 39px;
    line-height: 1;
    transform: scaleX(0.64);
    transform-origin: center top;
  }

  .examples-heading p {
    max-width: 340px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .examples-carousel {
    margin-top: 26px;
  }

  .examples-track {
    gap: 12px;
    padding: 6px 18px 14px;
    scroll-padding-inline: 18px;
  }

  .example-slide {
    flex-basis: min(82vw, 330px);
    border-radius: 12px;
  }

  .examples-dots {
    gap: 9px;
    margin-top: 10px;
  }

  .examples-dots span {
    width: 8px;
    height: 8px;
  }

  .final-cta-section {
    min-height: 0;
    margin-top: 18px;
    padding: 30px 18px 34px;
    border-radius: 20px;
  }

  .final-cta-section::before,
  .final-cta-decor,
  .final-cta-swoosh {
    display: none;
  }

  .final-cta-content h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .final-cta-content p {
    margin-top: 18px;
    font-size: 14.5px;
  }

  .final-cta-content p br {
    display: none;
  }

  .final-cta-button {
    height: 54px;
    margin-top: 28px;
    gap: 10px;
    border-radius: 12px;
    font-size: 15.5px;
  }

  .final-cta-button span {
    font-size: 20px;
  }

  .faq-section {
    margin-top: 18px;
    padding: 38px 14px 32px;
    border-radius: 20px;
  }

  .faq-dot-pattern {
    width: 110px;
    height: 110px;
    background-size: 10px 10px;
  }

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

  .faq-heading h2 {
    font-size: 32px;
  }

  .faq-heading p {
    font-size: 13px;
  }

  .faq-decor {
    display: none;
  }

  .faq-item {
    border-radius: 10px;
  }

  .faq-item + .faq-item {
    margin-top: 6px;
  }

  .faq-item summary {
    grid-template-columns: 26px 1fr 26px;
    gap: 8px;
    min-height: 46px;
    padding: 0 10px;
    font-size: 12px;
  }

  .faq-number {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 10.5px;
  }

  .faq-item summary::after {
    width: 24px;
    height: 24px;
  }

  .faq-item p {
    margin: 0 10px 14px;
    padding: 12px 0 0 34px;
    font-size: 11.5px;
  }

  .site-footer {
    margin-top: 18px;
    padding: 24px 18px 0;
    border-radius: 20px;
  }

  .site-footer-pattern {
    width: 150px;
    height: 150px;
    background-size: 11px 11px;
  }

  .site-footer-pattern-left {
    bottom: 150px;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-footer-logo {
    width: 132px;
  }

  .site-footer-about p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .site-footer-note {
    gap: 10px;
    margin-top: 15px;
    font-size: 12.5px;
  }

  .site-footer-note span:first-child {
    font-size: 16px;
  }

  .site-footer-nav {
    grid-template-columns: 1fr;
  }

  .site-footer-column {
    min-height: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .site-footer-column summary {
    gap: 10px;
    justify-content: space-between;
    min-height: 42px;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
  }

  .site-footer-column summary span:first-child {
    font-size: 18px;
  }

  .site-footer-column summary::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid rgba(255, 255, 255, 0.62);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.62);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 160ms ease;
  }

  .site-footer-column[open] summary::after {
    transform: rotate(225deg) translateY(-1px);
  }

  .site-footer-column-links {
    padding: 0 0 14px;
  }

  .site-footer-column-links a {
    font-size: 13px;
  }

  .site-footer-column-links a + a {
    margin-top: 9px;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    margin: 6px -18px 0;
    padding: 16px 18px 18px;
    font-size: 12.5px;
  }

  .registration-modal {
    align-items: center;
    padding: 12px;
  }

  .registration-dialog {
    max-height: calc(100dvh - 24px);
    padding: 22px 16px 18px;
    border-radius: 20px;
  }

  .registration-close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
  }

  .auth-switch {
    gap: 3px;
    margin: 0 40px 14px 0;
    padding: 3px;
  }

  .auth-switch-button {
    min-height: 30px;
    font-size: 12px;
  }

  .registration-kicker {
    margin: 0 40px 6px 0;
    font-size: 10px;
  }

  .registration-dialog h2 {
    font-size: 31px;
  }

  .registration-dialog p {
    max-width: none;
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.38;
  }

  .registration-form {
    gap: 8px;
    margin-top: 14px;
  }

  .registration-field {
    gap: 5px;
    font-size: 12px;
  }

  .registration-field input {
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .registration-consent {
    gap: 8px;
    margin: 1px 0 2px;
    font-size: 12px;
  }

  .registration-consent input {
    width: 16px;
    height: 16px;
  }

  .registration-submit {
    height: 46px;
    font-size: 14px;
  }

  .registration-dialog.is-login .registration-submit {
    margin-top: 10px;
  }

  .registration-dialog .registration-status {
    min-height: 16px;
    font-size: 11.5px;
  }
}

@media (max-width: 390px) {
  .audience-section {
    padding: 28px 12px 22px;
    border-radius: 18px;
  }

  .audience-heading h2 {
    width: 470px;
    margin-left: -235px;
    font-size: 35px;
  }

  .workflow-copy h2 {
    width: 470px;
    margin-left: -235px;
    font-size: 35px;
  }

  .audience-heading p {
    font-size: 13.5px;
  }

  .audience-card {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 11px;
    padding: 18px 14px 16px;
  }

  .audience-icon {
    width: 36px;
    height: 36px;
  }

  .audience-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 1.12;
  }

  .audience-card h3 {
    font-size: 17px;
    line-height: 1.2;
  }

  .audience-card p {
    font-size: 13px;
    line-height: 1.42;
  }

  .audience-tags {
    gap: 2px 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .examples-heading h2 {
    width: 520px;
    margin-left: -260px;
    font-size: 35px;
  }

  .example-slide {
    flex-basis: 300px;
  }
}

@media (max-width: 390px) {
  .landing-shell {
    width: calc(100% - 18px);
    padding-top: 8px;
  }

  .hero {
    padding: 20px 16px 22px;
    border-radius: 18px;
  }

  .hero-header {
    margin-bottom: 30px;
  }

  .hero-logo {
    width: 112px;
  }

  .hero-login {
    min-width: 64px;
    height: 44px;
    padding: 0 15px;
    font-size: 13px;
  }

  .hero h1 {
    width: 135%;
    font-size: clamp(34px, 9.8vw, 39px);
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .cta-button {
    height: 56px;
    font-size: 15.5px;
  }

  .hero-perks {
    gap: 7px;
  }

  .hero-perk {
    gap: 6px;
  }

  .hero-perk-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .hero-perk-icon svg {
    width: 22px;
    height: 22px;
  }

  .hero-perk > span:not(.hero-perk-icon) {
    font-size: 11px;
  }
}

.registration-submit:disabled,
.registration-secondary:disabled {
  cursor: progress;
  opacity: 0.62;
  transform: none;
}

.registration-verify-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

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

.registration-code-input {
  font-size: 20px !important;
  font-weight: 800;
  letter-spacing: 10px;
  text-align: center;
}

.registration-secondary {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.registration-secondary:hover,
.registration-secondary:focus-visible {
  border-color: rgba(255, 90, 24, 0.55);
  color: #ffffff;
  outline: none;
}

.registration-dialog .registration-status {
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12.5px;
  line-height: 1.4;
  text-align: center;
}

.registration-status.is-error {
  color: #ff9f82;
}


.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



@media (min-width: 761px) and (max-width: 1365px) {
  html,
  body {
    min-width: 0;
    max-width: 100%;
  }

  .landing-shell {
    width: calc(100% - 32px);
    padding: 16px 0 40px;
  }

  .hero {
    display: grid;
    grid-template-areas: "header" "copy" "product" "perks";
    row-gap: 24px;
    height: auto;
    min-height: 0;
    padding: 24px 28px 32px;
  }

  .hero-header,
  .hero-copy,
  .hero-perks,
  .hero-product {
    position: relative;
    inset: auto;
    min-width: 0;
  }

  .hero-header {
    grid-area: header;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px 22px;
    width: 100%;
  }

  .hero-logo {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .hero-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    gap: clamp(20px, 4vw, 38px);
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-copy {
    grid-area: copy;
    width: 100%;
  }

  .hero h1 {
    width: 100%;
    max-width: 980px;
    margin-bottom: 18px;
    font-size: clamp(46px, 6vw, 66px);
    transform: none;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 690px;
    margin-bottom: 24px;
  }

  .hero-product {
    grid-area: product;
    justify-self: center;
    width: min(100%, 760px);
    height: clamp(400px, 58vw, 560px);
    transform: none;
  }

  .hero-card {
    width: 40%;
  }

  .hero-card-organizer {
    left: 4%;
  }

  .hero-card-shoes {
    left: 50%;
    width: 44%;
    transform: translateX(-50%);
  }

  .hero-card-serum {
    right: 4%;
  }

  .hero-perks {
    position: relative;
    grid-area: perks;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 0;
  }

  .hero-perk {
    width: auto;
    min-width: 0;
    justify-content: center;
  }

  .reference-section,
  .ctr-analysis-section {
    min-height: 0;
    padding-inline: 28px;
  }

  .reference-heading h2,
  .ctr-analysis-heading h2 {
    font-size: clamp(42px, 5.6vw, 56px);
  }

  .reference-flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .reference-step-source,
  .reference-step-plan,
  .reference-step-result {
    width: 100%;
  }

  .reference-arrow {
    display: none;
  }

  .reference-source-card {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .reference-result-stack {
    width: min(100%, 460px);
    height: 500px;
    margin-inline: auto;
  }

  .ctr-analysis-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: none;
  }

  .ctr-analysis-benefit {
    min-width: 0;
  }

  .ctr-analysis-workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .ctr-report-grid {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .ctr-comparison {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .ctr-analysis-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .ctr-analysis-form-copy {
    justify-content: center;
  }

  .audience-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 18px) / 2);
  }

  .workflow-section {
    display: block;
    min-height: 0;
    padding: 48px 28px 44px;
  }

  .workflow-copy {
    padding-left: 0;
  }

  .workflow-copy h2 {
    width: 100%;
    max-width: 780px;
    font-size: clamp(44px, 5.4vw, 56px);
    transform: none;
  }

  .workflow-steps {
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    gap: 8px;
    margin-top: 34px;
  }

  .workflow-card,
  .workflow-card-upload,
  .workflow-card-choose,
  .workflow-card-result {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 14px 12px 12px;
  }

  .workflow-upload-visual,
  .workflow-result-visual {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .workflow-choice-visual {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .examples-heading h2,
  .final-cta-content h2,
  .faq-heading h2 {
    transform: none;
  }
}
