:root {
  --v7-ink: #18213a;
  --v7-ink-2: #202c54;
  --v7-indigo: #5047d7;
  --v7-indigo-2: #3730a8;
  --v7-coral: #ff7455;
  --v7-mint: #54d2b3;
  --v7-yellow: #f4cc61;
  --v7-cream: #fff9f1;
  --v7-paper: #fffefa;
  --v7-lilac: #eeedff;
  --v7-sky: #e8f6fb;
  --v7-line: #dadce7;
  --v7-muted: #5b6174;
  --v7-white: #fff;
  --v7-shadow: 0 26px 70px rgb(24 33 58 / 14%);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

html {
  overflow-x: clip;
}

body.v7-site {
  margin: 0;
  overflow-x: clip;
  color: var(--v7-ink);
  background: var(--v7-cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.v7-site img,
.v7-site svg {
  display: block;
  max-width: 100%;
}

.v7-site a {
  color: inherit;
  text-decoration: none;
}

.v7-site button,
.v7-site summary {
  font: inherit;
}

.v7-site :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--v7-coral);
  outline-offset: 4px;
  border-radius: 8px;
}

.v7-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--v7-white);
  background: var(--v7-ink);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.v7-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(255 249 241 / 90%);
  border-bottom: 1px solid rgb(24 33 58 / 9%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.v7-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.v7-header__panel {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.v7-header__panel .v7-nav {
  margin-left: 0;
}

.v7-menu-toggle {
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 0;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--v7-ink);
  background: var(--v7-white);
  border: 1px solid var(--v7-line);
  border-radius: 13px;
  cursor: pointer;
}

.v7-menu-toggle > span {
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  transition: transform .2s ease, opacity .2s ease;
}

.v7-header.is-menu-open .v7-menu-toggle > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.v7-header.is-menu-open .v7-menu-toggle > span:nth-child(2) {
  opacity: 0;
}

.v7-header.is-menu-open .v7-menu-toggle > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.v7-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--v7-ink);
  font-weight: 800;
  letter-spacing: .035em;
  white-space: nowrap;
}

.v7-brand__mark {
  width: 38px;
  height: 38px;
  color: var(--v7-indigo);
}

.v7-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--v7-muted);
  font-size: 15px;
  font-weight: 650;
}

.v7-nav a {
  transition: color .2s ease;
}

.v7-nav a:hover {
  color: var(--v7-indigo);
}

.v7-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.v7-language {
  position: relative;
}

.v7-language summary {
  min-width: 50px;
  height: 42px;
  padding: 0 13px;
  display: grid;
  place-items: center;
  color: var(--v7-ink);
  background: var(--v7-white);
  border: 1px solid var(--v7-line);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.v7-language summary::marker {
  content: "";
}

.v7-language > div {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(340px, calc(100vw - 32px));
  max-height: min(520px, calc(100vh - 100px));
  overflow-y: auto;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--v7-white);
  border: 1px solid var(--v7-line);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgb(24 33 58 / 16%);
}

.v7-language > div a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 650;
}

html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .v7-language > div {
  right: auto;
  left: 0;
}

html[dir="rtl"] .v7-hero__actions,
html[dir="rtl"] .v7-header__actions,
html[dir="rtl"] .v7-proof,
html[dir="rtl"] .v7-footer .v7-container {
  direction: rtl;
}

html[lang="ja"] body,
html[lang="ko"] body,
html[lang="zh-CN"] body,
html[lang="hi"] body {
  letter-spacing: 0;
}

.v7-language > div a:hover {
  color: var(--v7-indigo);
  background: var(--v7-lilac);
}

.v7-button {
  min-height: 52px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.v7-button:hover {
  transform: translateY(-2px);
}

.v7-site .v7-button--small {
  min-height: 42px;
  padding: 10px 16px;
  color: var(--v7-white);
  background: var(--v7-ink-2);
  border-radius: 12px;
  font-size: 14px;
}

.v7-site .v7-button--primary {
  color: var(--v7-white);
  background: var(--v7-indigo);
  box-shadow: 0 14px 30px rgb(80 71 215 / 25%);
}

.v7-button--primary:hover {
  background: var(--v7-indigo-2);
  box-shadow: 0 18px 36px rgb(80 71 215 / 32%);
}

.v7-site .v7-button--light {
  color: var(--v7-ink);
  background: var(--v7-white);
  box-shadow: 0 16px 42px rgb(16 23 45 / 20%);
}

.v7-button--full {
  width: 100%;
}

.v7-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 72px;
  background:
    radial-gradient(circle at 92% 10%, rgb(84 210 179 / 20%), transparent 24%),
    radial-gradient(circle at 7% 90%, rgb(255 116 85 / 12%), transparent 26%),
    var(--v7-cream);
}

.v7-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image: radial-gradient(rgb(24 33 58 / 16%) .65px, transparent .65px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to right, black, transparent 45%, transparent);
  pointer-events: none;
}

.v7-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  gap: 76px;
  align-items: center;
}

.v7-kicker {
  margin: 0 0 18px;
  color: var(--v7-indigo);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.v7-hero__copy > .v7-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.v7-hero__copy > .v7-kicker span {
  width: 24px;
  height: 3px;
  background: var(--v7-coral);
  border-radius: 3px;
}

.v7-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--v7-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(57px, 5.35vw, 78px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .91;
}

.v7-hero h1 > span {
  display: block;
}

.v7-hero__accent {
  margin-top: 12px;
  color: var(--v7-indigo);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .47em;
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.v7-hero__lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--v7-muted);
  font-size: 20px;
  line-height: 1.55;
}

.v7-hero__actions {
  margin-top: 31px;
  display: flex;
  align-items: center;
  gap: 23px;
}

.v7-text-link {
  padding: 9px 0 7px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--v7-ink);
  border-bottom: 2px solid var(--v7-coral);
  font-weight: 750;
}

.v7-hero__micro {
  margin: 19px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--v7-muted);
  font-size: 14px;
  font-weight: 600;
}

.v7-hero__micro svg {
  width: 19px;
  color: var(--v7-mint);
  flex: 0 0 auto;
}

.v7-hero__product {
  position: relative;
  min-height: 570px;
}

.v7-orbit {
  position: absolute;
  border: 1px solid rgb(80 71 215 / 24%);
  border-radius: 50%;
}

.v7-orbit--one {
  inset: 8% 2% 10% 8%;
  transform: rotate(-12deg);
}

.v7-orbit--two {
  inset: 18% 11% 2% 0;
  transform: rotate(16deg);
}

.v7-paper {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--v7-white);
  border: 8px solid var(--v7-white);
  border-radius: 12px;
  box-shadow: var(--v7-shadow);
}

.v7-paper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.v7-paper--back {
  width: 270px;
  height: 390px;
  top: 14px;
  right: 12px;
  transform: rotate(6deg);
  opacity: .88;
}

.v7-paper--front {
  width: 320px;
  height: 450px;
  top: 47px;
  left: 14px;
  transform: rotate(-4deg);
}

.v7-product-note {
  position: absolute;
  z-index: 4;
  right: 4px;
  bottom: 10px;
  width: 290px;
  padding: 23px 24px;
  color: var(--v7-white);
  background: var(--v7-ink-2);
  border-radius: 18px;
  box-shadow: 0 22px 52px rgb(18 27 53 / 27%);
}

.v7-product-note > span {
  color: var(--v7-mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v7-product-note strong {
  margin-top: 8px;
  display: block;
  font-size: 23px;
  line-height: 1.1;
}

.v7-product-note ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.v7-product-note li {
  position: relative;
  padding: 6px 0 6px 22px;
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
  font-weight: 650;
}

.v7-product-note li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--v7-coral);
  font-weight: 900;
}

.v7-trust {
  color: var(--v7-white);
  background: var(--v7-ink-2);
}

.v7-trust .v7-container {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.v7-trust div {
  min-height: 44px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgb(255 255 255 / 14%);
  font-size: 14px;
  font-weight: 700;
}

.v7-trust div:first-child {
  padding-left: 0;
}

.v7-trust div:last-child {
  border: 0;
}

.v7-trust span {
  color: var(--v7-coral);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v7-section {
  padding: 104px 0;
}

.v7-section__heading {
  max-width: 730px;
  margin-bottom: 48px;
}

.v7-section__heading h2,
.v7-adapt h2,
.v7-final h2,
.v7-offer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 4.4vw, 63px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .99;
}

.v7-section__heading > p:last-child,
.v7-adapt__copy > p:last-of-type {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--v7-muted);
  font-size: 19px;
}

.v7-section__heading--center {
  margin-inline: auto;
  text-align: center;
}

.v7-section__heading--center > p:last-child {
  margin-inline: auto;
}

.v7-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v7-outcomes article {
  position: relative;
  min-height: 384px;
  padding: 28px 28px 31px;
  overflow: hidden;
  background: var(--v7-paper);
  border: 1px solid var(--v7-line);
  border-radius: 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.v7-outcomes article:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgb(24 33 58 / 11%);
}

.v7-outcomes article:nth-child(2) {
  background: var(--v7-lilac);
  border-color: #d4d1fa;
}

.v7-outcomes article:nth-child(3) {
  background: var(--v7-sky);
  border-color: #cee6ee;
}

.v7-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.v7-card__top > span:last-child {
  color: rgb(24 33 58 / 35%);
  font-size: 13px;
  font-weight: 900;
}

.v7-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--v7-indigo);
  background: var(--v7-white);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgb(24 33 58 / 9%);
}

.v7-card__icon svg {
  width: 31px;
}

.v7-card__icon path {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v7-outcomes article > p:first-of-type {
  margin: 34px 0 4px;
  color: var(--v7-coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v7-outcomes h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.06;
}

.v7-card__rule {
  width: 42px;
  height: 4px;
  margin: 22px 0;
  background: var(--v7-mint);
  border-radius: 3px;
}

.v7-outcomes article > p:last-child {
  margin: 0;
  color: var(--v7-muted);
  font-size: 16px;
}

.v7-section--ink {
  position: relative;
  overflow: hidden;
  color: var(--v7-white);
  background: var(--v7-ink-2);
}

.v7-section--ink::after {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  right: -180px;
  bottom: -260px;
  border: 1px solid rgb(84 210 179 / 22%);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgb(84 210 179 / 3%), 0 0 0 128px rgb(84 210 179 / 3%);
}

.v7-adapt {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 82px;
  align-items: center;
}

.v7-adapt .v7-kicker {
  color: var(--v7-mint);
}

.v7-adapt__copy > p:last-of-type {
  color: rgb(255 255 255 / 68%);
}

.v7-adapt__tabs {
  margin-top: 38px;
  display: grid;
  gap: 9px;
}

.v7-adapt__tabs button {
  width: 100%;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgb(255 255 255 / 67%);
  background: transparent;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 13px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.v7-adapt__tabs button span {
  color: var(--v7-coral);
  font-size: 11px;
  font-weight: 900;
}

.v7-adapt__tabs button.is-active {
  color: var(--v7-ink);
  background: var(--v7-white);
  border-color: var(--v7-white);
}

.v7-adapt__result {
  position: relative;
  min-height: 510px;
  padding: 32px 38px 35px;
  color: var(--v7-ink);
  background: var(--v7-cream);
  border-radius: 24px;
  box-shadow: 0 32px 74px rgb(8 14 31 / 28%);
}

.v7-adapt__badge {
  display: inline-flex;
  padding: 8px 11px;
  color: var(--v7-indigo);
  background: var(--v7-lilac);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v7-adapt__illustration {
  height: 205px;
  margin: 14px 0 3px;
  display: grid;
  place-items: center;
  color: var(--v7-indigo);
}

.v7-adapt__illustration svg {
  width: 270px;
}

.v7-adapt__label {
  margin: 0;
  color: var(--v7-coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v7-adapt__result h3 {
  margin: 7px 0 17px;
  font-size: 31px;
  line-height: 1.08;
}

.v7-adapt__result ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.v7-adapt__result li {
  position: relative;
  padding-left: 25px;
  color: var(--v7-muted);
  font-weight: 650;
}

.v7-adapt__result li::before,
.v7-offer li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--v7-mint);
  font-weight: 900;
}

.v7-section--preview {
  background: var(--v7-paper);
}

.v7-preview {
  overflow: hidden;
  background: var(--v7-ink-2);
  border-radius: 26px;
  box-shadow: var(--v7-shadow);
}

.v7-preview__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.v7-preview__tabs button {
  padding: 19px 15px;
  color: rgb(255 255 255 / 62%);
  background: transparent;
  border: 0;
  border-right: 1px solid rgb(255 255 255 / 12%);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.v7-preview__tabs button:last-child {
  border-right: 0;
}

.v7-preview__tabs button span {
  margin-right: 9px;
  color: var(--v7-coral);
  font-size: 10px;
}

.v7-preview__tabs button.is-active {
  color: var(--v7-ink);
  background: var(--v7-mint);
}

.v7-preview__tabs button.is-active span {
  color: var(--v7-ink);
}

.v7-preview__stage {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
}

.v7-preview__stage figure {
  width: 360px;
  height: 510px;
  margin: 48px auto;
  overflow: hidden;
  background: var(--v7-white);
  border: 9px solid var(--v7-white);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgb(5 11 29 / 38%);
  transition: opacity .15s ease, transform .15s ease;
}

.v7-preview__stage figure.is-changing {
  opacity: .4;
  transform: translateY(6px);
}

.v7-preview__stage figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.v7-preview__copy {
  padding: 92px 64px 72px;
  color: var(--v7-white);
  border-left: 1px solid rgb(255 255 255 / 12%);
}

.v7-preview__copy > p:first-child {
  margin: 0;
  color: var(--v7-mint);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v7-preview__copy h3 {
  max-width: 390px;
  margin: 14px 0 19px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 47px;
  line-height: 1;
}

.v7-preview__copy > p:nth-child(3) {
  max-width: 410px;
  margin: 0;
  color: rgb(255 255 255 / 69%);
  font-size: 18px;
}

.v7-preview__facts {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.v7-preview__facts span {
  padding: 14px 10px;
  color: rgb(255 255 255 / 62%);
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 12px;
  font-size: 11px;
  text-align: center;
}

.v7-preview__facts b {
  display: block;
  color: var(--v7-white);
  font-size: 18px;
}

.v7-how {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 74px;
  align-items: start;
}

.v7-how__steps ol {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.v7-how__steps li {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border-top: 1px solid var(--v7-line);
}

.v7-how__steps li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--v7-white);
  background: var(--v7-indigo);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
}

.v7-how__steps h3 {
  margin: 0;
  font-size: 22px;
}

.v7-how__steps li p {
  margin: 5px 0 0;
  color: var(--v7-muted);
  font-size: 16px;
}

.v7-offer {
  position: sticky;
  top: 24px;
  padding: 39px 40px 32px;
  color: var(--v7-white);
  background: var(--v7-indigo);
  border-radius: 25px;
  box-shadow: 0 28px 65px rgb(80 71 215 / 25%);
}

.v7-offer::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -34px;
  right: -28px;
  border: 24px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  pointer-events: none;
}

.v7-offer .v7-kicker {
  color: var(--v7-yellow);
}

.v7-offer h2 {
  font-size: 45px;
}

.v7-offer__price {
  margin: 24px 0 26px;
  display: flex;
  align-items: end;
  gap: 12px;
}

.v7-offer__price strong {
  font-size: 52px;
  line-height: 1;
}

.v7-offer__price span {
  padding-bottom: 5px;
  color: rgb(255 255 255 / 67%);
  font-size: 14px;
}

.v7-offer ul {
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.v7-offer li {
  position: relative;
  padding-left: 26px;
  color: rgb(255 255 255 / 83%);
  font-size: 15px;
  font-weight: 650;
}

.v7-offer .v7-button--primary {
  color: var(--v7-ink);
  background: var(--v7-white);
  box-shadow: none;
}

.v7-offer__secure {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 63%);
  font-size: 12px;
  text-align: center;
}

.v7-section--faq {
  padding-top: 88px;
  background: var(--v7-paper);
}

.v7-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.v7-faq .v7-section__heading {
  margin: 0;
  position: sticky;
  top: 24px;
}

.v7-faq details {
  padding: 0;
  border-top: 1px solid var(--v7-line);
}

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

.v7-faq summary {
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

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

.v7-faq summary span {
  color: var(--v7-coral);
  font-size: 25px;
}

.v7-faq details[open] summary span {
  transform: rotate(45deg);
}

.v7-faq details p {
  max-width: 620px;
  margin: -7px 0 23px;
  color: var(--v7-muted);
}

.v7-final {
  padding: 72px 0;
  color: var(--v7-white);
  background: var(--v7-ink-2);
}

.v7-final .v7-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.v7-final .v7-kicker {
  color: var(--v7-mint);
}

.v7-final h2 {
  max-width: 750px;
  font-size: clamp(42px, 5vw, 65px);
}

.v7-footer {
  padding: 32px 0 104px;
  color: var(--v7-muted);
  background: var(--v7-cream);
  font-size: 13px;
}

.v7-footer .v7-container {
  display: flex;
  align-items: center;
  gap: 38px;
}

.v7-footer .v7-brand {
  margin-right: auto;
}

.v7-footer .v7-brand__mark {
  width: 30px;
  height: 30px;
}

.v7-footer .v7-container > div {
  display: flex;
  gap: 18px;
}

.v7-footer .v7-container > div a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.v7-footer a:hover {
  color: var(--v7-indigo);
}

.v7-mobile-cta {
  position: fixed;
  z-index: 60;
  right: 15px;
  bottom: 14px;
  left: 15px;
  min-height: 54px;
  padding: 13px 18px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 2vw, 14px);
  color: var(--v7-white) !important;
  background: var(--v7-indigo);
  border-radius: 15px;
  box-shadow: 0 15px 40px rgb(80 71 215 / 35%);
  font-size: clamp(13px, 4vw, 16px);
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 340px) {
  .v7-mobile-cta {
    padding-inline: 14px;
  }

  .v7-mobile-cta span:last-child {
    display: none;
  }
}

@media (max-width: 1060px) {
  body.v7-menu-open {
    overflow: hidden;
  }

  body.v7-menu-open .v7-mobile-cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .v7-menu-toggle {
    display: inline-flex;
  }

  .v7-header__panel {
    position: fixed;
    z-index: 49;
    top: 82px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100vh - 82px);
    height: calc(100dvh - 82px);
    margin: 0;
    padding: 26px max(24px, calc((100vw - 1180px) / 2));
    overflow-y: auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    color: var(--v7-ink);
    background: rgb(255 249 241 / 99%);
    border-top: 1px solid var(--v7-line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .v7-header.is-menu-open .v7-header__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .v7-header__panel .v7-nav {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .v7-header__panel .v7-nav a {
    padding: 16px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--v7-line);
    font-size: 18px;
    font-weight: 800;
  }

  .v7-header__panel .v7-nav a::after {
    content: "→";
    color: var(--v7-coral);
  }

  html[dir="rtl"] .v7-header__panel .v7-nav a::after {
    content: "←";
  }

  .v7-header__panel .v7-header__actions {
    margin: auto 0 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .v7-header__panel .v7-header__actions .v7-button {
    width: 100%;
    display: inline-flex;
  }

  .v7-header__panel .v7-language summary {
    width: 100%;
    min-height: 48px;
  }

  .v7-header__panel .v7-language > div {
    position: static;
    width: 100%;
    max-height: 290px;
    margin-top: 8px;
    box-shadow: none;
  }

  .v7-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .84fr);
    gap: 35px;
  }

  .v7-hero h1 {
    font-size: 58px;
  }

  .v7-paper--front {
    width: 275px;
  }

  .v7-paper--back {
    width: 230px;
  }

  .v7-product-note {
    width: 265px;
  }

  .v7-adapt {
    gap: 46px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 82px;
  }

  .v7-container {
    width: min(100% - 34px, 700px);
  }

  .v7-header__inner {
    min-height: 70px;
  }

  .v7-header__panel {
    top: 70px;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    padding: 20px 17px max(28px, env(safe-area-inset-bottom));
  }

  .v7-hero {
    padding: 52px 0 58px;
  }

  .v7-hero__grid,
  .v7-adapt,
  .v7-how,
  .v7-faq {
    grid-template-columns: 1fr;
  }

  .v7-hero__grid {
    gap: 50px;
  }

  .v7-hero__copy {
    text-align: center;
  }

  .v7-hero__copy > .v7-kicker,
  .v7-hero__actions,
  .v7-hero__micro {
    justify-content: center;
  }

  .v7-hero h1,
  .v7-hero__lead {
    margin-inline: auto;
  }

  .v7-hero__product {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .v7-trust .v7-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 0;
  }

  .v7-trust div {
    padding: 10px 15px;
  }

  .v7-trust div:nth-child(2) {
    border-right: 0;
  }

  .v7-section {
    padding: 78px 0;
  }

  .v7-outcomes {
    grid-template-columns: 1fr;
  }

  .v7-outcomes article {
    min-height: 0;
  }

  .v7-adapt {
    gap: 36px;
  }

  .v7-preview__stage {
    grid-template-columns: 1fr;
  }

  .v7-preview__stage figure {
    width: 330px;
    height: 465px;
  }

  .v7-preview__copy {
    padding: 46px 42px 52px;
    border-top: 1px solid rgb(255 255 255 / 12%);
    border-left: 0;
  }

  .v7-offer,
  .v7-faq .v7-section__heading {
    position: relative;
    top: auto;
  }

  .v7-faq {
    gap: 30px;
  }

  .v7-final .v7-container {
    display: grid;
  }

  .v7-footer .v7-container {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  body.v7-site {
    font-size: 16px;
  }

  .v7-container {
    width: min(100% - 28px, 520px);
  }

  .v7-brand {
    gap: 9px;
    font-size: 14px;
  }

  .v7-brand__mark {
    width: 33px;
    height: 33px;
  }

  .v7-language summary {
    min-width: 46px;
    height: 38px;
  }

  .v7-hero {
    padding-top: 42px;
  }

  .v7-hero h1 {
    font-size: clamp(45px, 14vw, 61px);
  }

  .v7-hero__accent {
    font-size: .42em;
  }

  .v7-hero__lead {
    margin-top: 23px;
    font-size: 17px;
  }

  .v7-hero__actions {
    margin-top: 26px;
    display: grid;
    gap: 15px;
  }

  .v7-site .v7-button--primary {
    width: 100%;
  }

  .v7-text-link {
    justify-self: center;
  }

  .v7-hero__micro {
    align-items: flex-start;
    font-size: 12px;
  }

  .v7-hero__product {
    min-height: 450px;
  }

  .v7-paper--front {
    width: 235px;
    height: 340px;
    left: 2px;
  }

  .v7-paper--back {
    width: 200px;
    height: 290px;
    right: 0;
  }

  .v7-product-note {
    width: 230px;
    padding: 17px 18px;
  }

  .v7-product-note strong {
    font-size: 18px;
  }

  .v7-product-note li {
    padding-block: 4px;
    font-size: 12px;
  }

  .v7-trust .v7-container {
    grid-template-columns: 1fr;
  }

  .v7-trust div,
  .v7-trust div:nth-child(2) {
    min-height: 0;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }

  .v7-trust div:last-child {
    border: 0;
  }

  .v7-section {
    padding: 67px 0;
  }

  .v7-section__heading {
    margin-bottom: 34px;
  }

  .v7-section__heading h2,
  .v7-adapt h2,
  .v7-final h2,
  .v7-offer h2 {
    font-size: 40px;
  }

  .v7-section__heading > p:last-child,
  .v7-adapt__copy > p:last-of-type {
    margin-top: 17px;
    font-size: 17px;
  }

  .v7-outcomes article {
    padding: 24px;
  }

  .v7-adapt__tabs {
    grid-template-columns: 1fr;
  }

  .v7-adapt__result {
    min-height: 460px;
    padding: 25px 24px;
  }

  .v7-adapt__illustration {
    height: 175px;
  }

  .v7-adapt__result h3 {
    font-size: 27px;
  }

  .v7-preview {
    border-radius: 18px;
  }

  .v7-preview__tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .v7-preview__tabs button:nth-child(2) {
    border-right: 0;
  }

  .v7-preview__stage {
    min-height: 0;
  }

  .v7-preview__stage figure {
    width: 245px;
    height: 350px;
    margin: 34px auto;
  }

  .v7-preview__copy {
    padding: 35px 25px 40px;
  }

  .v7-preview__copy h3 {
    font-size: 37px;
  }

  .v7-preview__copy > p:nth-child(3) {
    font-size: 16px;
  }

  .v7-preview__facts {
    margin-top: 30px;
  }

  .v7-offer {
    padding: 32px 24px 26px;
  }

  .v7-offer__price strong {
    font-size: 47px;
  }

  .v7-final {
    padding: 56px 0 86px;
  }

  .v7-footer {
    padding-bottom: 110px;
  }

  .v7-footer .v7-container {
    display: grid;
    gap: 23px;
  }

  .v7-footer .v7-container > div {
    flex-wrap: wrap;
  }

  .v7-mobile-cta {
    display: flex;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
