:root {
  --artboard-width: 1672px;
  --artboard-height: 941px;
  --cover-scale: 1;
  --cover-x: 0px;
  --cover-y: 0px;
  --blue: #00168c;
  --line: rgba(0, 0, 0, 0.18);
  --text: #111111;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #d8d3ca;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

body.is-modal-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

button {
  font: inherit;
}

a {
  color: inherit;
}

.stage {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d8d3ca;
}

.site-header {
  position: fixed;
  left: clamp(30px, 2.4vw, 44px);
  right: clamp(30px, 2.4vw, 44px);
  top: clamp(8px, 1.4vh, 14px);
  height: 52px;
  z-index: 20;
  color: var(--text);
  pointer-events: none;
}

.site-logo,
.site-nav a {
  pointer-events: auto;
}

.site-logo {
  position: absolute;
  left: 0;
  top: 9px;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  text-decoration: none;
}

.site-nav {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: clamp(34px, 3.2vw, 54px);
}

.site-nav a {
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
  transform: translateY(-1px);
}

.mobile-menu-toggle,
.mobile-menu,
.projects-more {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    left: 18px;
    right: 18px;
  }

  .site-logo {
    font-size: 27px;
  }

  .site-nav {
    display: none;
  }
}

.scene {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
}

.scene-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.overlay-layer {
  position: absolute;
  left: var(--cover-x);
  top: var(--cover-y);
  width: var(--artboard-width);
  height: var(--artboard-height);
  transform: scale(var(--cover-scale));
  transform-origin: top left;
}

.hero-title {
  position: absolute;
  left: 67px;
  top: 190px;
  width: 710px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 84px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-copy {
  position: absolute;
  left: 68px;
  top: 508px;
  margin: 0;
  font-size: 23px;
  line-height: 1.34;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.76);
}

.hero-button {
  position: absolute;
  left: 68px;
  top: 636px;
  width: 433px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  border-radius: 4px;
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.laptop-overlay {
  position: absolute;
  left: 810px;
  top: 160px;
  width: 785px;
  height: 529px;
  pointer-events: none;
}

.laptop-browser-top {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 779px;
  height: 49px;
}

.laptop-browser-top span {
  position: absolute;
  top: 21px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
}

.laptop-browser-top span:nth-child(1) {
  left: 28px;
}

.laptop-browser-top span:nth-child(2) {
  left: 44px;
}

.laptop-browser-top span:nth-child(3) {
  left: 60px;
}

.laptop-browser-top div {
  position: absolute;
  left: 258px;
  top: 9px;
  width: 286px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
}

.laptop-browser-top i,
.laptop-browser-top i::before,
.laptop-browser-top i::after {
  content: "";
  position: absolute;
  right: 28px;
  width: 19px;
  height: 1px;
  background: rgba(0, 0, 0, 0.58);
}

.laptop-browser-top i {
  top: 17px;
}

.laptop-browser-top i::before {
  top: 6px;
  right: 0;
}

.laptop-browser-top i::after {
  top: 12px;
  right: 0;
}

.laptop-message {
  position: absolute;
  left: 486px;
  top: 117px;
  width: 222px;
}

.laptop-message h2 {
  margin: 0 0 16px;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 400;
}

.laptop-message p {
  margin: 0 0 23px;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.7);
}

.laptop-message a {
  width: 191px;
  height: 39px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  pointer-events: auto;
}

.laptop-message a span {
  font-size: 18px;
  margin-top: -4px;
}

.growth-card {
  position: absolute;
  left: 486px;
  top: 332px;
  width: 262px;
  height: 156px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 18px 17px;
}

.growth-card p {
  margin: 0 0 14px;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.7);
}

.growth-card strong {
  display: block;
  color: var(--blue);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.growth-card span {
  display: block;
  margin-top: 9px;
  font-size: 8px;
  color: rgba(0, 0, 0, 0.72);
}

.growth-card svg {
  position: absolute;
  left: 19px;
  top: 80px;
  width: 208px;
  height: 65px;
  overflow: visible;
}

.growth-card polyline {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
}

.growth-card circle {
  fill: var(--blue);
}

.problem-title {
  position: absolute;
  left: 84px;
  top: 103px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 76px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
}

.problem-copy {
  position: absolute;
  left: 85px;
  top: 335px;
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.76);
}

.problem-cards {
  position: absolute;
  left: 84px;
  top: 503px;
  display: grid;
  grid-template-columns: repeat(3, 472px);
  gap: 42px;
}

.problem-card {
  width: 472px;
  height: 381px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 45px 43px;
  background: rgba(240, 236, 228, 0.44);
}

.problem-number {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}

.problem-number span {
  color: var(--blue);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 55px;
  line-height: 1;
}

.problem-number i {
  width: 48px;
  height: 1px;
  margin-left: 19px;
  background: var(--blue);
}

.problem-card h2 {
  margin: 0 0 28px;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.12;
  font-weight: 400;
}

.problem-card p {
  margin: 0;
  font-size: 24px;
  line-height: 1.42;
  color: rgba(0, 0, 0, 0.77);
}

.comparison-title {
  position: absolute;
  left: 532px;
  top: 82px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.comparison-heading {
  position: absolute;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.comparison-heading-left {
  left: 109px;
  top: 178px;
}

.comparison-heading-right {
  left: 1150px;
  top: 178px;
}

.comparison-line {
  position: absolute;
  top: 232px;
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
}

.comparison-line-left {
  left: 103px;
  width: 569px;
}

.comparison-line-right {
  left: 966px;
  width: 603px;
}

.comparison-list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-list-positive {
  left: 129px;
  top: 718px;
}

.comparison-list-negative {
  left: 1027px;
  top: 718px;
}

.comparison-list li {
  height: 47px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 23px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0;
}

.comparison-list span {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.comparison-list-negative span {
  color: #111111;
  font-size: 31px;
  font-weight: 300;
}

.process-title {
  position: absolute;
  left: 97px;
  top: 90px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 92px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
}

.process-copy {
  position: absolute;
  left: 97px;
  top: 354px;
  margin: 0;
  font-size: 24px;
  line-height: 1.42;
  color: rgba(0, 0, 0, 0.76);
}

.process-grid {
  position: absolute;
  left: 97px;
  top: 468px;
  display: grid;
  grid-template-columns: repeat(3, 472px);
  grid-template-rows: repeat(2, 191px);
  gap: 16px 32px;
}

.process-card {
  position: relative;
  width: 472px;
  height: 191px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  background: rgba(240, 236, 228, 0.43);
  padding: 44px 30px;
  display: flex;
  align-items: flex-start;
}

.process-card:nth-child(1)::after,
.process-card:nth-child(2)::after,
.process-card:nth-child(4)::after,
.process-card:nth-child(5)::after {
  content: "";
  position: absolute;
  right: -33px;
  top: 80px;
  width: 32px;
  height: 1px;
  background: var(--blue);
}

.process-card:nth-child(2)::before,
.process-card:nth-child(3)::before,
.process-card:nth-child(5)::before,
.process-card:nth-child(6)::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 75px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--blue);
}

.process-card > span {
  width: 132px;
  color: var(--blue);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 82px;
  line-height: 0.8;
}

.process-card h2 {
  margin: 0 0 18px;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
}

.process-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.68);
}

.quiz-title {
  position: absolute;
  left: 114px;
  top: 186px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 128px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.quiz-copy {
  position: absolute;
  left: 114px;
  top: 370px;
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.78);
}

.quiz-gift {
  position: absolute;
  left: 110px;
  top: 588px;
  width: 132px;
  height: 132px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}

.quiz-gift svg {
  width: 70px;
  height: 70px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quiz-gift-copy {
  position: absolute;
  left: 114px;
  top: 750px;
  margin: 0;
  color: var(--blue);
  font-size: 23px;
  line-height: 1;
}

.quiz-card {
  position: absolute;
  left: 715px;
  top: 102px;
  width: 705px;
  height: 750px;
  border-radius: 24px;
  background: rgba(240, 236, 228, 0.72);
  padding: 80px 60px 42px;
}

.quiz-progress {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 38px;
}

.quiz-card.is-multi .quiz-progress {
  margin-bottom: 38px;
}

.quiz-progress span {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.quiz-progress div {
  width: 450px;
  height: 4px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  overflow: hidden;
}

.quiz-progress i {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--blue);
  border-radius: 3px;
}

.quiz-card h2 {
  margin: 0 0 10px;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 43px;
  line-height: 1.08;
  font-weight: 400;
}

.quiz-card.is-multi h2 {
  font-size: 43px;
  line-height: 1.08;
  margin-bottom: 10px;
}

.quiz-hint {
  min-height: 24px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.25;
}

.quiz-card.is-multi .quiz-hint {
  min-height: 24px;
  margin-bottom: 18px;
  font-size: 16px;
}

.quiz-options {
  display: grid;
  gap: 10px;
}

.quiz-card.is-multi .quiz-options {
  gap: 10px;
}

.quiz-option {
  position: relative;
  width: 580px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 32px;
  background: transparent;
  color: rgba(0, 0, 0, 0.82);
  text-align: left;
  padding: 0 26px 0 78px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.quiz-card.is-multi .quiz-option {
  height: 58px;
  font-size: 22px;
}

.quiz-option::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 14px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(0, 0, 0, 0.58);
  border-radius: 50%;
}

.quiz-option--multi::before {
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

.quiz-option.is-selected {
  border-color: var(--blue);
  color: var(--blue);
}

.quiz-option.is-selected::after {
  content: "";
  position: absolute;
  left: 33px;
  top: 23px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
}

.quiz-option--multi.is-selected {
  background: rgba(0, 22, 140, 0.055);
}

.quiz-option--multi.is-selected::after {
  left: 31px;
  top: 22px;
  width: 10px;
  height: 6px;
  border-radius: 0;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  background: transparent;
  transform: rotate(-45deg);
}

.quiz-actions {
  position: absolute;
  left: 60px;
  bottom: 42px;
  display: flex;
  gap: 31px;
}

.quiz-actions button {
  width: 274px;
  height: 60px;
  border-radius: 18px;
  border: 1px solid var(--blue);
  background: transparent;
  color: var(--blue);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.quiz-actions .quiz-next {
  background: var(--blue);
  color: #ffffff;
}

.quiz-actions button:disabled {
  opacity: 0.42;
  cursor: default;
}

.quiz-card.is-complete h2 {
  margin-top: 80px;
}

.quiz-card.is-complete .quiz-options {
  font-size: 22px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.72);
}

.projects-title {
  position: absolute;
  left: 76px;
  top: 82px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 76px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.projects-scene {
  background: #ebe7df;
}

.projects-grid {
  position: absolute;
  left: 69px;
  top: 222px;
  display: grid;
  grid-template-columns: repeat(3, 480px);
  grid-template-rows: repeat(2, 318px);
  gap: 31px 50px;
}

.project-card {
  position: relative;
  display: block;
  width: 480px;
  height: 318px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  background: rgba(235, 231, 224, 0.55);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
  will-change: transform;
}

.project-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-8px) scale(1.025);
  border-color: rgba(0, 22, 140, 0.38);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.project-card:hover img,
.project-card:focus-visible img {
  transform: scale(1.045);
}

.project-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(232, 228, 221, 0.82);
}

.project-card span,
.project-card strong,
.project-card i {
  position: absolute;
  z-index: 1;
}

.project-card span {
  left: 22px;
  bottom: 25px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

.project-card strong {
  left: 78px;
  bottom: 23px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.project-card i {
  right: 25px;
  bottom: 20px;
  color: var(--blue);
  font-size: 29px;
  line-height: 1;
  font-style: normal;
}

.tariffs-title {
  position: absolute;
  left: 121px;
  top: 95px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 82px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.tariff-cards {
  position: absolute;
  left: 195px;
  top: 242px;
  display: grid;
  grid-template-columns: repeat(3, 395px);
  gap: 50px;
}

.tariff-card {
  position: relative;
  width: 395px;
  height: 612px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  background: rgba(235, 231, 224, 0.3);
  padding: 63px 49px 48px;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
  will-change: transform;
}

.tariff-card-featured {
  border-color: var(--blue);
}

.tariff-card:hover,
.tariff-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(0, 22, 140, 0.48);
  background: rgba(238, 234, 226, 0.48);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
}

.tariff-badge {
  position: absolute;
  right: 32px;
  top: 31px;
  margin: 0;
  color: var(--blue);
  font-size: 15px;
  line-height: 1;
}

.tariff-card h2 {
  margin: 0 0 16px;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
}

.tariff-subtitle {
  margin: 0 0 29px;
  font-size: 17px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.75);
}

.tariff-card ul {
  margin: 0;
  padding: 31px 0 0 27px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  list-style: none;
}

.tariff-card li {
  position: relative;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.78);
}

.tariff-card li::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
}

.tariff-price {
  position: absolute;
  left: 49px;
  bottom: 140px;
  width: 297px;
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
}

.tariff-price strong {
  font-size: 42px;
  font-weight: 400;
}

.tariff-card a {
  position: absolute;
  left: 49px;
  bottom: 49px;
  width: 297px;
  height: 60px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 31px 0 48px;
  color: var(--blue);
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
}

.tariff-card-featured a {
  background: var(--blue);
  color: #ffffff;
}

.tariff-card a span {
  margin-top: -4px;
  font-size: 24px;
  transition: transform 200ms ease;
}

.tariff-card a:hover,
.tariff-card a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 22, 140, 0.18);
}

.tariff-card a:hover span,
.tariff-card a:focus-visible span {
  transform: translate(3px, -3px);
}

.audience-scene {
  background: #ebe7df;
}

.audience-title {
  position: absolute;
  left: 73px;
  top: 116px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 82px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.audience-grid {
  position: absolute;
  left: 72px;
  top: 259px;
  display: grid;
  grid-template-columns: repeat(3, 494px);
  grid-template-rows: repeat(2, 283px);
  gap: 24px;
}

.audience-card {
  position: relative;
  width: 494px;
  height: 283px;
  border: 0;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  perspective: 1100px;
  background: transparent;
}

.audience-card:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.audience-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.audience-card.is-flipped .audience-card-inner {
  transform: rotateY(180deg);
}

.audience-card-face {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  background: rgba(235, 231, 224, 0.36);
  backface-visibility: hidden;
}

.audience-card-front {
  padding: 43px 33px;
}

.audience-card-back {
  transform: rotateY(180deg);
  padding: 72px 44px 42px;
  display: flex;
  align-items: center;
}

.audience-card-back p {
  margin: 0;
  color: rgba(0, 0, 0, 0.76);
  font-size: 25px;
  line-height: 1.34;
}

.audience-card-head {
  display: flex;
  align-items: center;
}

.audience-card span {
  color: var(--blue);
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.audience-card i {
  width: 290px;
  height: 1px;
  margin-left: 29px;
  background: var(--blue);
}

.audience-card b {
  position: absolute;
  right: 34px;
  top: 40px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  transition: transform 220ms ease, border-color 220ms ease, color 220ms ease;
}

.audience-card:hover b,
.audience-card:focus-visible b {
  transform: translate(3px, -3px);
  border-color: var(--blue);
  color: var(--blue);
}

.audience-card h2 {
  position: absolute;
  left: 34px;
  top: 148px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 400;
}

.audience-card em {
  position: absolute;
  left: 34px;
  top: 241px;
  width: 79px;
  height: 2px;
  background: var(--blue);
}

.audience-card:nth-child(4) h2,
.audience-card:nth-child(5) h2,
.audience-card:nth-child(6) h2 {
  top: 126px;
}

.audience-card:nth-child(4) em,
.audience-card:nth-child(5) em,
.audience-card:nth-child(6) em {
  top: 248px;
}

.cta-title {
  position: absolute;
  left: 88px;
  top: 178px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 91px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: 0;
}

.cta-button {
  position: absolute;
  left: 89px;
  top: 584px;
  width: 536px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 54px;
  border-radius: 4px;
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.cta-legal {
  position: absolute;
  left: 89px;
  top: 721px;
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: 20px;
  line-height: 1.48;
  letter-spacing: 0;
}

.cta-legal a {
  color: var(--blue);
  text-decoration: none;
}

.title {
  position: absolute;
  left: 77px;
  top: 68px;
  margin: 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 93px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0;
}

.faq {
  position: absolute;
  left: 78px;
  top: 198px;
  width: 1116px;
  border: 1px solid var(--line);
  border-bottom: 0;
}

.faq-item {
  height: 81px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: height 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: height;
}

.faq-item.is-open {
  height: 187px;
}

.faq-question {
  position: relative;
  width: 100%;
  height: 81px;
  border: 0;
  padding: 0 80px 0 30px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0;
}

.faq-item.is-open .faq-question {
  color: var(--blue);
}

.faq-marker {
  position: absolute;
  right: 32px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.faq-marker::before,
.faq-marker::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 23px;
  height: 2px;
  background: var(--blue);
}

.faq-marker::after {
  transform: rotate(90deg);
  transition: transform 200ms ease, opacity 200ms ease;
}

.faq-item.is-open .faq-marker::after {
  transform: rotate(0deg);
  opacity: 0;
}

.faq-answer {
  padding: 6px 92px 0 30px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease 80ms, transform 180ms ease 80ms;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.faq-answer p {
  margin: 0;
  max-width: 930px;
}

.hero-button,
.cta-button,
.laptop-message a,
.quiz-actions button,
.project-card {
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, border-color 220ms ease;
}

.hero-button:hover,
.hero-button:focus-visible,
.cta-button:hover,
.cta-button:focus-visible,
.laptop-message a:hover,
.laptop-message a:focus-visible,
.quiz-actions button:not(:disabled):hover,
.quiz-actions button:not(:disabled):focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 22, 140, 0.22);
  filter: saturate(1.08);
}

.quiz-option {
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.quiz-option:hover,
.quiz-option:focus-visible {
  transform: translateX(4px);
  border-color: rgba(0, 22, 140, 0.62);
  color: var(--blue);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.request-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.request-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.request-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 17, 15, 0.46);
  backdrop-filter: blur(7px);
}

.request-modal__panel {
  position: relative;
  width: min(560px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: rgba(238, 234, 226, 0.96);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  padding: 42px 44px 38px;
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-modal.is-open .request-modal__panel {
  transform: translateY(0) scale(1);
}

.request-modal__close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: transparent;
  color: rgba(0, 0, 0, 0.78);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.request-modal__eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.request-modal h2 {
  margin: 0 60px 28px 0;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 400;
}

.request-form {
  display: grid;
  gap: 16px;
}

.request-form__trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.request-form label {
  display: grid;
  gap: 8px;
  color: rgba(0, 0, 0, 0.76);
  font-size: 15px;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  color: var(--text);
  font: inherit;
  font-size: 18px;
  padding: 15px 16px;
  outline: none;
  resize: vertical;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 22, 140, 0.12);
}

.request-form button {
  height: 58px;
  border: 0;
  border-radius: 4px;
  background: var(--blue);
  color: #ffffff;
  cursor: pointer;
  font-size: 19px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.request-form button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.request-form button:hover,
.request-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 22, 140, 0.22);
}

.request-form button:disabled:hover,
.request-form button:disabled:focus-visible {
  transform: none;
  box-shadow: none;
}

.request-form__legal {
  margin: -2px 0 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  line-height: 1.35;
}

.request-form__legal a {
  color: var(--blue);
  text-decoration: none;
}

.request-form__status {
  min-height: 22px;
  margin: 0;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 760px) {
  html,
  body {
    background: #ebe7df;
  }

  body.is-mobile-menu-open {
    overflow: hidden;
  }

  .stage {
    background: #ebe7df;
    overflow-x: hidden;
  }

  .site-header {
    left: 0;
    right: 0;
    top: 0;
    height: 72px;
    z-index: 50;
  }

  .site-logo {
    left: 31px;
    top: 29px;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #111111;
  }

  .site-nav {
    display: none;
  }

  .mobile-menu-toggle {
    position: fixed;
    right: 17px;
    top: 17px;
    display: block;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
  }

  .mobile-menu {
    position: fixed;
    right: 16px;
    top: 72px;
    display: grid;
    width: min(276px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    background: rgba(239, 235, 227, 0.97);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    pointer-events: none;
  }

  .is-mobile-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 10px;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    background: rgba(0, 22, 140, 0.08);
    color: var(--blue);
  }

  .scene {
    height: calc(100vw * 1672 / 941);
    min-height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .scene-bg {
    display: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-scene {
    background-image: url("assets/mobile-bg/mobile-bg-01.jpg");
  }

  .problem-scene {
    background-image: url("assets/mobile-bg/mobile-bg-02.jpg");
  }

  .comparison-scene {
    background-image: url("assets/mobile-bg/mobile-bg-03.jpg");
  }

  .process-scene {
    background-image: url("assets/mobile-bg/mobile-bg-04.jpg");
  }

  .quiz-scene {
    background-image: url("assets/mobile-bg/mobile-bg-05.jpg");
  }

  .projects-scene {
    background-image: url("assets/mobile-bg/mobile-bg-06.jpg");
    overflow-y: auto;
  }

  .tariffs-scene {
    background-image: url("assets/mobile-bg/mobile-bg-07.jpg");
  }

  .audience-scene {
    background-image: url("assets/mobile-bg/mobile-bg-08.jpg");
  }

  .faq-scene {
    background-image: url("assets/mobile-bg/mobile-bg-09.jpg");
  }

  .cta-scene {
    background-image: url("assets/mobile-bg/mobile-bg-10.jpg");
  }

  .laptop-overlay {
    display: none;
  }

  .hero-title,
  .problem-title,
  .comparison-title,
  .process-title,
  .quiz-title,
  .projects-title,
  .tariffs-title,
  .audience-title,
  .title,
  .cta-title {
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #111111;
  }

  .hero-title {
    left: 75px;
    top: 188px;
    width: 820px;
    font-size: 96px;
    line-height: 1;
  }

  .hero-title br {
    display: none;
  }

  .hero-copy {
    left: 78px;
    top: 568px;
    width: 670px;
    font-size: 32px;
    line-height: 1.34;
  }

  .hero-button {
    left: 76px;
    top: 744px;
    width: 590px;
    height: 117px;
    justify-content: space-between;
    padding: 0 56px;
    border-radius: 12px;
    background: transparent;
    font-size: 31px;
  }

  .hero-button::after,
  .cta-button::after {
    content: "↗";
    margin-top: -5px;
    font-size: 34px;
    line-height: 1;
  }

  .problem-title {
    left: 58px;
    top: 150px;
    width: 750px;
    font-size: 66px;
    line-height: 0.98;
  }

  .problem-copy {
    left: 61px;
    top: 312px;
    width: 720px;
    font-size: 23px;
    line-height: 1.34;
  }

  .problem-cards {
    left: 62px;
    top: 470px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .problem-card {
    width: 805px;
    height: 193px;
    padding: 25px 32px 22px;
    border-radius: 18px;
    background: rgba(239, 235, 227, 0.3);
  }

  .problem-number {
    margin-bottom: 10px;
  }

  .problem-number span {
    font-size: 41px;
  }

  .problem-number i {
    width: 86px;
  }

  .problem-card h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .problem-card p {
    font-size: 20px;
    line-height: 1.25;
  }

  .comparison-title {
    left: 58px;
    top: 150px;
    font-size: 78px;
    line-height: 1;
  }

  .comparison-heading {
    font-size: 31px;
  }

  .comparison-heading-left {
    left: 66px;
    top: 300px;
  }

  .comparison-heading-right {
    left: 506px;
    top: 300px;
  }

  .comparison-line {
    top: 355px;
  }

  .comparison-line-left {
    left: 62px;
    width: 334px;
  }

  .comparison-line-right {
    left: 502px;
    width: 334px;
  }

  .comparison-list-positive {
    left: 72px;
    top: 1088px;
  }

  .comparison-list-negative {
    left: 505px;
    top: 1088px;
  }

  .comparison-list li {
    height: 58px;
    gap: 16px;
    font-size: 20px;
    line-height: 1.15;
  }

  .comparison-list span {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    font-size: 24px;
  }

  .process-title {
    left: 58px;
    top: 150px;
    font-size: 78px;
    line-height: 0.96;
  }

  .process-copy {
    left: 61px;
    top: 316px;
    width: 720px;
    font-size: 22px;
    line-height: 1.34;
  }

  .process-grid {
    left: 62px;
    top: 468px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 132px);
    gap: 14px;
  }

  .process-card {
    width: 810px;
    height: 132px;
    padding: 24px 28px;
    border-radius: 18px;
    background: rgba(239, 235, 227, 0.36);
  }

  .process-card::before,
  .process-card::after {
    display: none;
  }

  .process-card > span {
    width: 112px;
    font-size: 58px;
  }

  .process-card h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .process-card p {
    font-size: 17px;
    line-height: 1.25;
  }

  .quiz-title {
    left: 62px;
    top: 185px;
    font-size: 105px;
  }

  .quiz-copy {
    left: 62px;
    top: 326px;
    width: 760px;
    font-size: 31px;
    line-height: 1.32;
  }

  .quiz-gift {
    display: none;
  }

  .quiz-gift-copy {
    display: none;
  }

  .quiz-card {
    left: 62px;
    top: 487px;
    width: 817px;
    height: 1151px;
    padding: 46px 49px 40px;
    border-radius: 25px;
    background: transparent;
  }

  .quiz-progress {
    gap: 32px;
    margin-bottom: 46px;
  }

  .quiz-progress span {
    width: 80px;
    font-size: 42px;
  }

  .quiz-progress div {
    width: 628px;
    height: 6px;
  }

  .quiz-card h2,
  .quiz-card.is-multi h2 {
    min-height: 72px;
    margin-bottom: 11px;
    font-size: 56px;
    line-height: 1.02;
  }

  .quiz-hint,
  .quiz-card.is-multi .quiz-hint {
    min-height: 31px;
    margin-bottom: 19px;
    font-size: 27px;
    line-height: 1.15;
  }

  .quiz-options,
  .quiz-card.is-multi .quiz-options {
    gap: 14px;
  }

  .quiz-option,
  .quiz-card.is-multi .quiz-option {
    width: 718px;
    height: 151px;
    padding: 0 90px 0 210px;
    border-radius: 11px;
    font-size: 30px;
    line-height: 1.12;
  }

  .quiz-option::before {
    left: 648px;
    top: 47px;
    width: 37px;
    height: 37px;
  }

  .quiz-option--multi::before {
    top: 47px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .quiz-option.is-selected::after {
    left: 661px;
    top: 60px;
    width: 14px;
    height: 14px;
  }

  .quiz-option--multi.is-selected::after {
    left: 659px;
    top: 59px;
  }

  .quiz-actions {
    left: 49px;
    bottom: 32px;
    gap: 34px;
  }

  .quiz-actions button {
    width: 342px;
    height: 85px;
    border-radius: 7px;
    font-size: 31px;
  }

  .quiz-card.is-complete h2 {
    margin-top: 34px;
  }

  .quiz-card.is-complete .quiz-options {
    font-size: 27px;
    line-height: 1.35;
  }

  .projects-title {
    left: 58px;
    top: 150px;
    font-size: 70px;
    line-height: 1;
  }

  .projects-grid {
    left: 58px;
    top: 292px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 22px;
  }

  .project-card {
    width: 825px;
    height: 187px;
    border-radius: 18px;
    background: rgba(239, 235, 227, 0.42);
  }

  .project-card:nth-child(n + 4) {
    display: none;
  }

  .projects-scene.is-projects-expanded .project-card:nth-child(n + 4) {
    display: block;
  }

  .project-card img {
    left: 0;
    top: 0;
    width: 276px;
    height: 100%;
  }

  .project-card::after {
    left: 276px;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    background: transparent;
  }

  .project-card span {
    left: 318px;
    top: 35px;
    bottom: auto;
    font-size: 24px;
  }

  .project-card strong {
    left: 318px;
    right: 84px;
    bottom: 54px;
    font-size: 33px;
    line-height: 1.04;
  }

  .project-card i {
    right: 34px;
    bottom: 46px;
    font-size: 36px;
  }

  .projects-more {
    position: absolute;
    left: 58px;
    top: 940px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 825px;
    height: 74px;
    border: 1px solid var(--blue);
    border-radius: 24px;
    background: rgba(239, 235, 227, 0.68);
    color: var(--blue);
    font-size: 27px;
    cursor: pointer;
  }

  .projects-scene.is-projects-expanded .projects-more {
    top: 1567px;
  }

  .tariffs-title {
    left: 86px;
    top: 130px;
    font-size: 94px;
  }

  .tariff-cards {
    left: 85px;
    top: 264px;
    display: block;
  }

  .tariff-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 786px;
    height: 399px;
    padding: 50px 52px;
    border: 0;
    border-radius: 20px;
    background: transparent;
  }

  .tariff-card:nth-child(2) {
    top: 429px;
    height: 466px;
  }

  .tariff-card:nth-child(3) {
    top: 922px;
    height: 430px;
  }

  .tariff-card:hover,
  .tariff-card:focus-within {
    transform: none;
    box-shadow: none;
  }

  .tariff-badge {
    right: 39px;
    top: 25px;
    font-size: 18px;
  }

  .tariff-card h2 {
    margin-bottom: 32px;
    font-size: 45px;
  }

  .tariff-subtitle {
    display: none;
  }

  .tariff-card ul {
    width: 365px;
    padding-top: 0;
    padding-left: 42px;
    border-top: 0;
  }

  .tariff-card li {
    margin-bottom: 23px;
    font-size: 23px;
    line-height: 1.05;
  }

  .tariff-card li::before {
    left: -39px;
    top: 9px;
    width: 7px;
    height: 7px;
  }

  .tariff-card li:nth-child(n + 4),
  .tariff-card:nth-child(2) li:nth-child(n + 5) {
    display: none;
  }

  .tariff-card:nth-child(3) li:nth-child(n + 4) {
    display: list-item;
  }

  .tariff-price {
    left: 526px;
    top: 50px;
    bottom: auto;
    width: 230px;
    padding-top: 0;
    border-top: 0;
    font-size: 25px;
  }

  .tariff-price strong {
    font-size: 46px;
  }

  .tariff-card a {
    left: 52px;
    bottom: 42px;
    width: 681px;
    height: 74px;
    padding: 0 30px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--blue);
    font-size: 24px;
  }

  .tariff-card-featured a {
    background: transparent;
    color: #ffffff;
  }

  .audience-title {
    left: 78px;
    top: 108px;
    width: 760px;
    font-size: 52px;
    line-height: 1;
  }

  .audience-grid {
    left: 128px;
    top: 172px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 203px);
    gap: 27px;
  }

  .audience-card {
    width: 765px;
    height: 203px;
  }

  .audience-card:nth-child(6) {
    display: none;
  }

  .audience-card-face {
    border: 0;
    border-radius: 18px;
    background: transparent;
  }

  .audience-card-front {
    padding: 0;
  }

  .audience-card-back {
    padding: 28px 36px;
  }

  .audience-card-back p {
    font-size: 25px;
    line-height: 1.22;
  }

  .audience-card span {
    display: none;
  }

  .audience-card i {
    display: none;
  }

  .audience-card b {
    display: none;
  }

  .audience-card h2,
  .audience-card:nth-child(4) h2,
  .audience-card:nth-child(5) h2,
  .audience-card:nth-child(6) h2 {
    left: 196px;
    top: 76px;
    width: 530px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.08;
    text-transform: uppercase;
  }

  .audience-card em,
  .audience-card:nth-child(4) em,
  .audience-card:nth-child(5) em,
  .audience-card:nth-child(6) em {
    display: none;
  }

  .title {
    left: 58px;
    top: 150px;
    font-size: 82px;
    line-height: 1;
  }

  .faq {
    left: 58px;
    top: 310px;
    width: 825px;
    border-radius: 18px;
    overflow: hidden;
  }

  .faq-item {
    height: 101px;
  }

  .faq-item.is-open {
    height: 232px;
  }

  .faq-question {
    height: 101px;
    padding: 0 86px 0 28px;
    font-size: 28px;
    line-height: 1.12;
  }

  .faq-answer {
    padding: 2px 70px 0 28px;
    font-size: 22px;
    line-height: 1.38;
  }

  .cta-title {
    left: 63px;
    top: 214px;
    width: 760px;
    font-size: 128px;
    line-height: 0.96;
  }

  .cta-button {
    left: 63px;
    top: 821px;
    width: 753px;
    height: 127px;
    justify-content: space-between;
    padding: 0 34px 0 40px;
    border-radius: 5px;
    background: transparent;
    font-size: 37px;
  }

  .cta-legal {
    left: 64px;
    top: 994px;
    width: 640px;
    font-size: 28px;
    line-height: 1.45;
  }

  .request-modal__panel {
    width: min(520px, calc(100vw - 26px));
    max-height: calc(100svh - 26px);
    padding: 34px 24px 26px;
  }

  .request-modal h2 {
    margin-right: 50px;
    font-size: 38px;
  }

  .request-form input,
  .request-form textarea {
    font-size: 16px;
    padding: 13px 14px;
  }
}

@media (max-width: 760px) {
  :root {
    --mobile-pad: clamp(20px, 6.2vw, 30px);
    --mobile-card: rgba(239, 235, 227, 0.84);
    --mobile-card-strong: rgba(245, 241, 233, 0.9);
    --mobile-border: rgba(0, 0, 0, 0.14);
  }

  html,
  body {
    background: #ebe7df;
    overflow-x: hidden;
  }

  body.is-mobile-menu-open,
  body.is-modal-open {
    overflow: hidden;
  }

  .stage {
    width: 100%;
    overflow: visible;
    background: #ebe7df;
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto;
    height: 70px;
    z-index: 70;
    pointer-events: none;
  }

  .site-logo {
    left: var(--mobile-pad);
    top: 28px;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: 18px;
    line-height: 1;
    color: #111111;
  }

  .site-nav {
    display: none;
  }

  .mobile-menu-toggle {
    position: fixed;
    right: 20px;
    top: 17px;
    display: block;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
  }

  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after,
  .mobile-menu-toggle span {
    display: none;
  }

  .mobile-menu-toggle::before {
    top: 14px;
  }

  .mobile-menu-toggle::after {
    top: 26px;
  }

  .mobile-menu-toggle span {
    top: 20px;
  }

  .mobile-menu {
    position: fixed;
    right: 16px;
    top: 70px;
    display: grid;
    width: min(286px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    background: rgba(239, 235, 227, 0.96);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    pointer-events: none;
    backdrop-filter: blur(12px);
  }

  .is-mobile-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-menu a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 10px;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    background: rgba(0, 22, 140, 0.08);
    color: var(--blue);
  }

  .scene {
    width: 100%;
    height: auto;
    min-height: var(--stable-mobile-vh, 100vh);
    overflow: hidden;
    padding: 94px var(--mobile-pad) 76px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    scroll-margin-top: 0;
  }

  .scene-bg,
  .laptop-overlay,
  .comparison-line,
  .quiz-gift,
  .quiz-gift-copy {
    display: none;
  }

  .overlay-layer {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-scene {
    height: var(--stable-mobile-vh, 100vh);
    min-height: var(--stable-mobile-vh, 100vh);
    display: flex;
    align-items: flex-start;
    padding-top: 84px;
    background-image: url("assets/mobile-bg/mobile-hero-no-burger-v2.jpg");
    background-position: center bottom;
  }

  .problem-scene {
    background: linear-gradient(180deg, #efebe3 0%, #e9e5dd 100%);
  }

  .comparison-scene {
    background: linear-gradient(180deg, #ece8e0 0%, #f2eee7 100%);
  }

  .process-scene {
    background: linear-gradient(180deg, #efebe3 0%, #e7e2da 100%);
  }

  .quiz-scene {
    background: linear-gradient(180deg, #ebe7df 0%, #f2eee7 100%);
  }

  .projects-scene {
    background: linear-gradient(180deg, #efebe3 0%, #e8e3db 100%);
    overflow: hidden;
  }

  .tariffs-scene {
    background: linear-gradient(180deg, #f0ece5 0%, #e7e2da 100%);
  }

  .audience-scene {
    background: linear-gradient(180deg, #ebe7df 0%, #f3efe8 100%);
  }

  .faq-scene {
    background: linear-gradient(180deg, #f2eee7 0%, #e9e5dd 100%);
  }

  .cta-scene {
    min-height: var(--stable-mobile-vh, 100vh);
    background-image: url("assets/mobile-bg/mobile-cta-no-burger-v3.jpg");
    background-position: center bottom;
  }

  .hero-title,
  .problem-title,
  .comparison-title,
  .process-title,
  .quiz-title,
  .projects-title,
  .tariffs-title,
  .audience-title,
  .title,
  .cta-title {
    position: static;
    width: auto;
    margin: 0;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #111111;
  }

  .hero-title {
    max-width: 10.5ch;
    margin-top: 0;
    font-size: clamp(45px, 13.2vw, 66px);
    line-height: 0.98;
  }

  .hero-title br {
    display: none;
  }

  .hero-copy {
    position: static;
    width: min(100%, 330px);
    margin: clamp(26px, 7vw, 40px) 0 0;
    font-size: 15px;
    line-height: 1.42;
    color: rgba(0, 0, 0, 0.76);
  }

  .hero-button,
  .cta-button {
    position: static;
    width: min(100%, 352px);
    height: 56px;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-radius: 7px;
    background: var(--blue);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
  }

  .hero-button::after,
  .cta-button::after {
    content: "↗";
    margin-top: -3px;
    font-size: 26px;
    line-height: 1;
  }

  .problem-title,
  .comparison-title,
  .process-title,
  .quiz-title,
  .projects-title,
  .tariffs-title,
  .audience-title,
  .title {
    font-size: clamp(40px, 12.6vw, 58px);
    line-height: 0.96;
  }

  .problem-copy,
  .process-copy,
  .quiz-copy {
    position: static;
    width: auto;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.74);
  }

  .problem-cards,
  .process-grid,
  .projects-grid,
  .tariff-cards,
  .audience-grid {
    position: static;
    width: 100%;
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .problem-card,
  .process-card,
  .tariff-card,
  .audience-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    border: 1px solid var(--mobile-border);
    border-radius: 16px;
    background: var(--mobile-card);
    padding: 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.055);
    backdrop-filter: blur(6px);
  }

  .problem-number {
    margin-bottom: 16px;
  }

  .problem-number span,
  .process-card > span,
  .audience-card span {
    color: var(--blue);
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: 38px;
    line-height: 1;
  }

  .problem-number i {
    width: 74px;
    height: 1px;
    margin-left: 16px;
    background: var(--blue);
  }

  .problem-card h2,
  .process-card h2,
  .tariff-card h2,
  .audience-card h2 {
    position: static;
    margin: 0 0 10px;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.06;
    font-weight: 400;
  }

  .problem-card p,
  .process-card p,
  .audience-card-back p {
    margin: 0;
    font-size: 15px;
    line-height: 1.42;
    color: rgba(0, 0, 0, 0.72);
  }

  .comparison-heading {
    position: static;
    margin: 32px 0 14px;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
  }

  .comparison-list {
    position: static;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--mobile-border);
    border-radius: 16px;
    background: var(--mobile-card);
    list-style: none;
    backdrop-filter: blur(6px);
  }

  .comparison-list + .comparison-heading,
  .comparison-heading-right {
    margin-top: 20px;
  }

  .comparison-list li {
    min-height: 36px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.25;
  }

  .comparison-list span {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 18px;
  }

  .process-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: flex-start;
  }

  .process-card::before,
  .process-card::after {
    display: none;
  }

  .quiz-card {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 32px;
    padding: 22px;
    border: 1px solid var(--mobile-border);
    border-radius: 18px;
    background: rgba(239, 235, 227, 0.92);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
  }

  .quiz-progress {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
  }

  .quiz-progress span {
    width: 44px;
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 22px;
  }

  .quiz-progress div {
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 4px;
  }

  .quiz-card h2,
  .quiz-card.is-multi h2 {
    min-height: 0;
    margin: 0 0 8px;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.04;
    font-weight: 400;
  }

  .quiz-hint,
  .quiz-card.is-multi .quiz-hint {
    min-height: 0;
    margin: 0 0 18px;
    color: var(--blue);
    font-size: 15px;
    line-height: 1.35;
  }

  .quiz-options,
  .quiz-card.is-multi .quiz-options {
    display: grid;
    gap: 10px;
  }

  .quiz-option,
  .quiz-card.is-multi .quiz-option {
    position: relative;
    width: 100%;
    min-height: 58px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.22);
    color: rgba(0, 0, 0, 0.82);
    text-align: left;
    padding: 16px 18px 16px 56px;
    font-size: 17px;
    line-height: 1.25;
    cursor: pointer;
  }

  .quiz-option::before,
  .quiz-option--multi::before {
    left: 18px;
    top: 50%;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .quiz-option--multi::before {
    border-radius: 7px;
  }

  .quiz-option.is-selected {
    border-color: var(--blue);
    background: rgba(0, 22, 140, 0.06);
    color: var(--blue);
  }

  .quiz-option.is-selected::after {
    left: 25px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--blue);
    transform: translateY(-50%);
  }

  .quiz-option--multi.is-selected::after {
    left: 24px;
    top: 50%;
    width: 11px;
    height: 6px;
    border-radius: 0;
    border-left: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    background: transparent;
    transform: translateY(-65%) rotate(-45deg);
  }

  .quiz-actions {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
  }

  .quiz-actions button {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid var(--blue);
    font-size: 17px;
  }

  .quiz-card.is-complete h2 {
    margin-top: 0;
  }

  .quiz-card.is-complete .quiz-options {
    display: block;
    font-size: 16px;
    line-height: 1.45;
  }

  .project-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 116px;
    display: grid;
    grid-template-columns: minmax(104px, 35%) 1fr;
    gap: 0;
    border: 1px solid var(--mobile-border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--mobile-card-strong);
    text-decoration: none;
    color: var(--text);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  }

  .project-card:nth-child(n + 4) {
    display: none;
  }

  .projects-scene.is-projects-expanded .project-card:nth-child(n + 4) {
    display: grid;
  }

  .project-card img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    min-height: 116px;
    object-fit: cover;
  }

  .project-card::after {
    display: none;
  }

  .project-card span,
  .project-card strong,
  .project-card i {
    position: static;
    z-index: 1;
  }

  .project-card span {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 18px 54px 0 18px;
    color: var(--blue);
    font-size: 13px;
  }

  .project-card strong {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0 54px 22px 18px;
    font-size: 19px;
    line-height: 1.12;
    font-weight: 400;
  }

  .project-card i {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: var(--blue);
    font-size: 27px;
    line-height: 1;
    font-style: normal;
  }

  .project-card:hover,
  .project-card:focus-visible {
    transform: none;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.1);
  }

  .projects-more {
    position: static;
    width: 100%;
    height: 56px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    border-radius: 15px;
    background: rgba(239, 235, 227, 0.84);
    color: var(--blue);
    font-size: 16px;
    cursor: pointer;
  }

  .projects-scene.is-projects-expanded .projects-more {
    position: static;
  }

  .tariff-card:nth-child(2),
  .tariff-card:nth-child(3) {
    top: auto;
    height: auto;
  }

  .tariff-card h2 {
    padding-right: 92px;
  }

  .tariff-badge {
    position: absolute;
    right: 20px;
    top: 24px;
    margin: 0;
    color: var(--blue);
    font-size: 12px;
    line-height: 1;
  }

  .tariff-subtitle {
    display: block;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.72);
  }

  .tariff-card ul {
    width: auto;
    margin: 0;
    padding: 18px 0 0 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
  }

  .tariff-card li,
  .tariff-card li:nth-child(n + 4),
  .tariff-card:nth-child(2) li:nth-child(n + 5),
  .tariff-card:nth-child(3) li:nth-child(n + 4) {
    display: list-item;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.2;
  }

  .tariff-card li::before {
    left: -20px;
    top: 6px;
    width: 5px;
    height: 5px;
  }

  .tariff-price {
    position: static;
    width: auto;
    margin: 20px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    font-size: 22px;
  }

  .tariff-price strong {
    font-size: 36px;
  }

  .tariff-card a {
    position: static;
    width: 100%;
    height: 56px;
    margin-top: 18px;
    border: 1px solid var(--blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: transparent;
    color: var(--blue);
    text-decoration: none;
    font-size: 16px;
  }

  .tariff-card-featured {
    border-color: var(--blue);
  }

  .tariff-card-featured a {
    background: var(--blue);
    color: #ffffff;
  }

  .audience-card,
  .audience-card:nth-child(6) {
    display: block;
  }

  .audience-card-face {
    position: relative;
    inset: auto;
    border: 0;
    background: transparent;
    backface-visibility: visible;
  }

  .audience-card-front {
    padding: 0;
  }

  .audience-card-back {
    display: none;
  }

  .audience-card-inner,
  .audience-card.is-flipped .audience-card-inner {
    transform: none;
  }

  .audience-card h2,
  .audience-card:nth-child(4) h2,
  .audience-card:nth-child(5) h2,
  .audience-card:nth-child(6) h2 {
    position: static;
    width: auto;
    margin: 12px 0 0;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.08;
    text-transform: none;
  }

  .audience-card i,
  .audience-card em,
  .audience-card b {
    display: none;
  }

  .faq {
    position: static;
    width: 100%;
    margin-top: 34px;
    border: 1px solid var(--mobile-border);
    border-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(239, 235, 227, 0.86);
    backdrop-filter: blur(6px);
  }

  .faq-item {
    height: auto;
    min-height: 66px;
    border-bottom: 1px solid var(--mobile-border);
  }

  .faq-item.is-open {
    height: auto;
  }

  .faq-question {
    min-height: 66px;
    height: auto;
    padding: 18px 58px 18px 18px;
    font-size: 17px;
    line-height: 1.22;
  }

  .faq-marker {
    right: 20px;
    width: 22px;
    height: 22px;
  }

  .faq-answer {
    padding: 0 22px 22px 18px;
    font-size: 15px;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(-4px);
  }

  .faq-item.is-open .faq-answer {
    opacity: 1;
    transform: translateY(0);
  }

  .cta-title {
    max-width: 7.4ch;
    font-size: clamp(50px, 15.4vw, 76px);
    line-height: 0.95;
  }

  .cta-button {
    width: 100%;
    margin-top: 42px;
    font-size: 16px;
  }

  .cta-legal {
    position: static;
    width: auto;
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .request-modal__panel {
    width: min(520px, calc(100vw - 24px));
    max-height: calc(100svh - 24px);
    padding: 30px 22px 24px;
    border-radius: 16px;
  }

  .request-modal h2 {
    margin-right: 44px;
    font-size: 36px;
  }

  .request-form input,
  .request-form textarea {
    font-size: 16px;
    padding: 13px 14px;
  }

  /* Final mobile QA overrides: these must stay after all mobile raster rules. */
  .site-header {
    z-index: 300;
  }

  .mobile-menu-toggle {
    top: max(14px, env(safe-area-inset-top));
    right: max(14px, env(safe-area-inset-right));
    z-index: 320;
    border: 1px solid rgba(0, 0, 0, 0.34);
    background: rgba(239, 235, 227, 0.88);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
  }

  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after,
  .mobile-menu-toggle span {
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    border-radius: 999px;
    background: #111111;
  }

  .mobile-menu-toggle::before {
    top: 14px;
  }

  .mobile-menu-toggle span {
    top: 20px;
  }

  .mobile-menu-toggle::after {
    top: 26px;
  }

  .is-mobile-menu-open .mobile-menu-toggle::before {
    top: 20px;
    transform: rotate(45deg);
  }

  .is-mobile-menu-open .mobile-menu-toggle span {
    opacity: 0;
  }

  .is-mobile-menu-open .mobile-menu-toggle::after {
    top: 20px;
    transform: rotate(-45deg);
  }

  .mobile-menu {
    top: calc(max(14px, env(safe-area-inset-top)) + 54px);
    right: max(14px, env(safe-area-inset-right));
    z-index: 310;
  }

  .process-grid {
    grid-template-rows: none;
    align-items: stretch;
  }

  .process-card {
    height: auto;
    min-height: 0;
    grid-template-columns: 54px minmax(0, 1fr);
    row-gap: 4px;
    padding: 22px 20px;
  }

  .process-card > span {
    grid-row: 1 / span 2;
    width: auto;
    font-size: 34px;
  }

  .process-card h2 {
    margin: 0 0 8px;
    font-size: 27px;
  }

  .process-card p {
    grid-column: 2;
    position: static;
    font-size: 15px;
    line-height: 1.38;
  }

  .audience-card,
  .audience-card:nth-child(6) {
    height: auto;
    min-height: 0;
    padding: 22px;
  }

  .audience-card-inner,
  .audience-card.is-flipped .audience-card-inner {
    display: block;
    height: auto;
    transform: none;
  }

  .audience-card-face,
  .audience-card-front,
  .audience-card-back {
    position: static;
    inset: auto;
    transform: none;
    min-height: 0;
    padding: 0;
  }

  .audience-card-back {
    display: block;
    margin-top: 14px;
  }

  .audience-card-back p {
    display: block;
    font-size: 15px;
    line-height: 1.42;
  }

  .audience-card h2,
  .audience-card:nth-child(4) h2,
  .audience-card:nth-child(5) h2,
  .audience-card:nth-child(6) h2 {
    margin: 0;
  }

  .faq-item,
  .faq-item.is-open {
    height: auto;
  }

  .faq-answer {
    display: none;
    padding: 0 22px 22px 18px;
    opacity: 1;
    transform: none;
  }

  .faq-item.is-open .faq-answer {
    display: block;
    opacity: 1;
    transform: none;
  }

  .hero-button,
  .cta-button,
  .tariff-card a {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .project-card i {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .hero-button::before,
  .cta-button::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
  }

  .hero-button::after,
  .cta-button::after {
    content: "";
    position: absolute;
    right: 23px;
    top: 18px;
    width: 13px;
    height: 13px;
    margin: 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    font-size: 0;
    line-height: 0;
  }

  .tariff-card a span {
    position: relative;
  }

  .tariff-card a span,
  .project-card i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: block;
    color: currentColor;
    font-size: 0;
    line-height: 0;
  }

  .tariff-card a span::before,
  .project-card i::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 23px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
  }

  .tariff-card a span::after,
  .project-card i::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }

  .tariff-card a:hover span,
  .tariff-card a:focus-visible span {
    transform: translate(3px, -3px);
  }

  .projects-scene,
  .comparison-scene {
    padding-top: 118px;
  }

  .projects-title {
    max-width: 9ch;
    font-size: clamp(42px, 11.2vw, 56px);
    line-height: 0.98;
  }

  .comparison-title {
    margin-bottom: 36px;
    font-size: clamp(42px, 11.2vw, 56px);
    line-height: 0.98;
  }

  .comparison-heading,
  .comparison-heading-left,
  .comparison-heading-right {
    width: 100%;
    margin: 28px 0 16px;
    padding: 0;
    font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #111111;
  }

  .comparison-heading-left {
    margin-top: 0;
  }

  .comparison-list + .comparison-heading,
  .comparison-heading-right {
    margin-top: 32px;
  }

  .comparison-list {
    padding: 18px 16px;
  }

  .comparison-list li {
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.25;
  }

  .comparison-list span {
    margin-top: -2px;
  }

  .hero-button::before,
  .cta-button::before,
  .tariff-card a span::before,
  .project-card i::before,
  .hero-button::after,
  .cta-button::after,
  .tariff-card a span::after,
  .project-card i::after {
    border: 0;
    transform: none;
  }

  .hero-button::before,
  .cta-button::before,
  .tariff-card a span::before,
  .project-card i::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%2017L17%207M9%207h8v8%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M7%2017L17%207M9%207h8v8%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .hero-button::before,
  .cta-button::before {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-button::after,
  .cta-button::after,
  .tariff-card a span::after,
  .project-card i::after {
    display: none;
  }

  .tariff-card a span,
  .project-card i {
    width: 28px;
    height: 28px;
    color: currentColor;
    font-size: 0;
    line-height: 0;
  }

  .tariff-card a span::before,
  .project-card i::before {
    inset: 0;
  }

  .project-card i {
    right: 18px;
    bottom: 18px;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
