.offer-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--hp-paper);
  color: var(--hp-black);
  font-family: "Inter Tight Local", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.014em;
}

.offer-page main {
  overflow: clip;
}

.offer-page .hp-header-cta.is-active {
  background: var(--hp-lime);
  color: var(--hp-black);
}

.offer-page .hp-header.scrolled .hp-header-cta.is-active {
  background: var(--hp-black);
  color: var(--hp-white);
}

.offer-page .hp-header.scrolled .hp-header-cta.is-active b {
  background: var(--hp-lime);
  color: var(--hp-black);
}

.offer-page .hp-btn-light {
  background: var(--hp-white);
  color: var(--hp-black);
}

.offer-page .hp-btn-light b {
  background: var(--hp-black);
  color: var(--hp-white);
}

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

.oq-section-label {
  margin: 0;
  color: #77736b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Cinematic opening */

.oq-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px clamp(24px, 4.6vw, 74px) 42px;
  background:
    radial-gradient(circle at 72% 44%, rgba(85, 215, 255, 0.09), transparent 28%),
    radial-gradient(circle at 38% 98%, rgba(141, 124, 255, 0.11), transparent 30%),
    #070707;
  color: var(--hp-white);
  isolation: isolate;
}

.oq-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.19;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.45px, transparent 0.72px);
  background-size: 5px 5px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15), #000 48%, #000);
}

.oq-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -40%;
  width: 68vw;
  height: 68vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.045), transparent 63%);
  filter: blur(10px);
}

.oq-hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 9vw 9vw;
  mask-image: linear-gradient(90deg, transparent, #000 60%, #000);
}

.oq-hero-content {
  position: relative;
  z-index: 5;
  width: min(1120px, 78vw);
}

.oq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(26px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  font-weight: 640;
  letter-spacing: 0.05em;
}

.oq-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hp-lime);
  box-shadow: 0 0 22px rgba(217, 255, 67, 0.8);
  animation: oq-pulse 2s ease-in-out infinite;
}

.oq-hero h1 {
  max-width: 1090px;
  margin: 0;
  font-size: clamp(58px, 9.6vw, 154px);
  font-weight: 620;
  letter-spacing: -0.082em;
  line-height: 0.79;
}

.oq-hero h1 em {
  color: var(--hp-lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.07em;
}

.oq-hero-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  max-width: 920px;
  margin-top: clamp(36px, 5vw, 68px);
}

.oq-hero-bottom p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.5;
}

.oq-hero-bottom .hp-btn {
  flex: 0 0 auto;
}

.oq-hero-meta {
  position: absolute;
  z-index: 7;
  right: clamp(24px, 4.6vw, 74px);
  bottom: 42px;
  display: grid;
  gap: 12px;
  width: min(238px, 19vw);
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
}

.oq-hero-meta span {
  display: grid;
  gap: 2px;
}

.oq-hero-meta b {
  color: var(--hp-white);
  font-size: 13px;
  font-weight: 620;
}

.oq-orbit {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 4vw;
  width: min(42vw, 650px);
  aspect-ratio: 1;
  transform: translateY(-52%);
  pointer-events: none;
}

.oq-orbit::before,
.oq-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.oq-orbit::before {
  inset: 2%;
}

.oq-orbit::after {
  inset: 19%;
  border-color: rgba(85, 215, 255, 0.14);
}

.oq-orbit-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 24%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.oq-orbit-line-a {
  transform: translateY(-50%) rotate(24deg);
  box-shadow: 0 -1px rgba(85, 215, 255, 0.25);
  animation: oq-orbit-a 18s linear infinite;
}

.oq-orbit-line-b {
  transform: translateY(-50%) rotate(-48deg);
  box-shadow: 0 1px rgba(141, 124, 255, 0.25);
  animation: oq-orbit-b 22s linear infinite reverse;
}

.oq-orbit-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 28%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30% 70% 58% 42% / 42% 31% 69% 58%;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.015) 52%),
    linear-gradient(36deg, rgba(85, 215, 255, 0.22), rgba(141, 124, 255, 0.13), rgba(255, 139, 109, 0.2));
  box-shadow:
    inset 18px 18px 40px rgba(255, 255, 255, 0.06),
    inset -18px -18px 40px rgba(0, 0, 0, 0.25),
    0 35px 90px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) rotate(13deg);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  animation: oq-core 8s ease-in-out infinite;
}

.oq-orbit-core::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
}

.oq-orbit-core span {
  position: relative;
  z-index: 2;
  color: var(--hp-white);
  font-size: clamp(32px, 4vw, 68px);
  font-weight: 730;
  letter-spacing: -0.09em;
}

.oq-orbit-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  background: conic-gradient(from 20deg, var(--hp-blue), var(--hp-violet), var(--hp-coral), var(--hp-lime), var(--hp-blue));
  opacity: 0.24;
  filter: blur(58px);
  transform: translate(-50%, -50%);
  animation: oq-glow 9s ease-in-out infinite;
}

/* Statement */

.oq-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(96px, 12vw, 190px) clamp(24px, 4.6vw, 74px);
  background: var(--hp-paper);
}

.oq-intro-copy h2 {
  max-width: 1180px;
  margin: 0;
  font-size: clamp(48px, 6.6vw, 108px);
  font-weight: 590;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

.oq-intro-copy h2 em,
.oq-after-head h2 em,
.oq-fit-copy h2 em,
.oq-faq-head h2 em,
.oq-last-call em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.oq-intro-copy > p {
  max-width: 650px;
  margin: 50px 0 0 auto;
  color: #615e58;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
}

/* Brief form */

.oq-brief {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
  min-height: 900px;
  border-top: 1px solid rgba(10, 10, 10, 0.13);
  background: var(--hp-white);
}

.oq-brief-aside {
  position: relative;
  min-height: 100%;
  padding: 76px clamp(28px, 4vw, 68px);
  border-right: 1px solid rgba(10, 10, 10, 0.13);
  background:
    radial-gradient(circle at 10% 90%, rgba(141, 124, 255, 0.14), transparent 28%),
    var(--hp-paper);
}

.oq-brief-aside::after {
  content: "M";
  position: absolute;
  right: -0.04em;
  bottom: -0.2em;
  color: rgba(10, 10, 10, 0.035);
  font-size: min(32vw, 480px);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}

.oq-brief-aside > * {
  position: relative;
  z-index: 2;
}

.oq-brief-aside h2 {
  margin: 42px 0 22px;
  font-size: clamp(48px, 5.2vw, 84px);
  font-weight: 610;
  letter-spacing: -0.072em;
  line-height: 0.93;
}

.oq-brief-aside > p:not(.oq-section-label) {
  max-width: 400px;
  margin: 0;
  color: #68645e;
  font-size: 17px;
}

.oq-included {
  display: grid;
  gap: 20px;
  max-width: 410px;
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid rgba(10, 10, 10, 0.13);
}

.oq-included > span {
  color: #77736b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oq-included ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oq-included li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.oq-included li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hp-lime);
  box-shadow: 0 0 0 4px rgba(157, 185, 39, 0.12);
}

.oq-brief-aside > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 410px);
  margin-top: 54px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.28);
  font-size: 13px;
  font-weight: 640;
}

.oq-brief-aside > a b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--hp-black);
  color: var(--hp-white);
}

.oq-form {
  min-width: 0;
  padding: 76px clamp(30px, 5.4vw, 92px) 96px;
  background: var(--hp-white);
}

.oq-progress {
  margin-bottom: 68px;
}

.oq-progress-bar {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.11);
}

.oq-progress-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 33.333%;
  background: var(--hp-black);
  transition: width 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.oq-progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  color: #77736b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oq-progress-copy b {
  color: var(--hp-black);
  font-weight: 700;
}

.oq-step[hidden] {
  display: none;
}

.oq-step.is-active {
  animation: oq-step-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.oq-step-kicker {
  margin: 0 0 20px;
  color: #77736b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oq-step h3 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(40px, 5.1vw, 78px);
  font-weight: 590;
  letter-spacing: -0.067em;
  line-height: 0.98;
}

.oq-step-lead {
  max-width: 670px;
  margin: 24px 0 46px;
  color: #6b6761;
  font-size: 16px;
  line-height: 1.58;
}

.oq-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.oq-choice {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 12px 16px;
  min-height: 180px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.13);
  border-radius: 2px;
  background: #f2f0ea;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.oq-choice::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(10, 10, 10, 0.11);
  border-radius: 50%;
  transition: transform 360ms ease, border-color 180ms ease;
}

.oq-choice:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 10, 10, 0.36);
}

.oq-choice:hover::before {
  transform: scale(1.35);
}

.oq-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.oq-choice:has(input:checked) {
  border-color: var(--hp-black);
  background: var(--hp-black);
  color: var(--hp-white);
}

.oq-choice:has(input:focus-visible) {
  outline: 3px solid rgba(141, 124, 255, 0.48);
  outline-offset: 3px;
}

.oq-choice:has(input:checked)::before {
  border-color: rgba(217, 255, 67, 0.42);
  background: rgba(217, 255, 67, 0.07);
  transform: scale(1.35);
}

.oq-choice-number {
  grid-row: 1 / 3;
  color: #827e76;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.oq-choice strong {
  align-self: end;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.oq-choice small {
  max-width: 290px;
  color: #77736b;
  font-size: 12px;
  line-height: 1.42;
}

.oq-choice i {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: start;
  font-style: normal;
  font-size: 14px;
}

.oq-choice:has(input:checked) small,
.oq-choice:has(input:checked) .oq-choice-number {
  color: rgba(255, 255, 255, 0.52);
}

.oq-choice:has(input:checked) i {
  color: var(--hp-lime);
}

.oq-pill-fieldset {
  margin: 0 0 42px;
  padding: 0;
  border: 0;
}

.oq-pill-fieldset legend {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 660;
}

.oq-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.oq-pill-grid label,
.oq-stack-options label {
  position: relative;
  cursor: pointer;
}

.oq-pill-grid input,
.oq-stack-options input {
  position: absolute;
  opacity: 0;
}

.oq-pill-grid span {
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 14px 19px;
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 999px;
  background: #f2f0ea;
  font-size: 13px;
  font-weight: 590;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.oq-pill-grid label:has(input:checked) span,
.oq-stack-options label:has(input:checked) span {
  border-color: var(--hp-black);
  background: var(--hp-black);
  color: var(--hp-white);
}

.oq-pill-grid label:has(input:focus-visible) span,
.oq-stack-options label:has(input:focus-visible) span {
  outline: 3px solid rgba(141, 124, 255, 0.48);
  outline-offset: 3px;
}

.oq-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.oq-stack-options {
  display: grid;
  border-top: 1px solid rgba(10, 10, 10, 0.13);
}

.oq-stack-options span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.13);
  font-size: 13px;
  transition: padding 180ms ease, color 180ms ease, background 180ms ease;
}

.oq-stack-options span::after {
  content: "○";
  font-size: 17px;
}

.oq-stack-options label:has(input:checked) span {
  padding-inline: 16px;
}

.oq-stack-options label:has(input:checked) span::after {
  content: "●";
  color: var(--hp-lime);
}

.oq-text-field {
  display: grid;
  gap: 11px;
  margin-top: 24px;
  color: var(--hp-black);
  font-size: 13px;
  font-weight: 640;
}

.oq-text-field > span {
  margin-left: 8px;
  color: #8a867e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oq-text-field input,
.oq-text-field textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.24);
  border-radius: 0;
  background: transparent;
  color: var(--hp-black);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.oq-text-field input {
  min-height: 58px;
  padding: 0 2px;
}

.oq-text-field textarea {
  min-height: 150px;
  padding: 14px 2px;
  resize: vertical;
}

.oq-text-field input:focus,
.oq-text-field textarea:focus {
  border-color: var(--hp-black);
  background: rgba(217, 255, 67, 0.06);
}

.oq-text-field input::placeholder,
.oq-text-field textarea::placeholder {
  color: #aaa69e;
}

.oq-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
}

.oq-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 720px;
  margin-top: 42px;
  color: #6f6b64;
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.oq-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--hp-black);
}

.oq-consent a {
  color: var(--hp-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oq-step-error {
  min-height: 20px;
  margin: 18px 0 0;
  color: #b93a2c;
  font-size: 12px;
  font-weight: 620;
}

.oq-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(10, 10, 10, 0.12);
}

.oq-step-actions-end {
  justify-content: flex-end;
}

.oq-next,
.oq-submit,
.oq-back {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.oq-next,
.oq-submit {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 24px;
  padding: 0 8px 0 24px;
  border-radius: 999px;
  background: var(--hp-black);
  color: var(--hp-white);
  font-size: 13px;
  font-weight: 660;
  transition: transform 180ms ease;
}

.oq-next span,
.oq-submit span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--hp-lime);
  color: var(--hp-black);
  font-size: 17px;
}

.oq-next:hover,
.oq-submit:hover {
  transform: translateY(-2px);
}

.oq-back {
  padding: 12px 0;
  background: transparent;
  color: #77736b;
  font-size: 12px;
  font-weight: 640;
}

.oq-back:hover {
  color: var(--hp-black);
}

.oq-result {
  display: none;
  margin-top: 28px;
  padding: 20px 24px;
  border: 1px solid rgba(10, 10, 10, 0.16);
  background: var(--hp-lime);
  color: var(--hp-black);
  font-size: 14px;
  font-weight: 620;
}

.oq-result:not(:empty) {
  display: block;
  animation: oq-step-in 360ms ease both;
}

.oq-result a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* What happens next */

.oq-after {
  padding: clamp(96px, 12vw, 180px) clamp(24px, 4.6vw, 74px);
  background: var(--hp-black);
  color: var(--hp-white);
}

.oq-after-head {
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1.1fr) minmax(250px, 0.55fr);
  gap: 42px;
  align-items: end;
}

.oq-after .oq-section-label {
  align-self: start;
  color: rgba(255, 255, 255, 0.4);
}

.oq-after-head h2,
.oq-fit-copy h2,
.oq-faq-head h2 {
  margin: 0;
  font-size: clamp(48px, 6.8vw, 106px);
  font-weight: 590;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.oq-after-head > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 16px;
  line-height: 1.58;
}

.oq-after-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 90px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.oq-after-grid li {
  position: relative;
  min-height: 330px;
  padding: 26px 28px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  transition: color 220ms ease, background 220ms ease;
}

.oq-after-grid li:last-child {
  border-right: 0;
}

.oq-after-grid li:hover {
  background: var(--hp-lime);
  color: var(--hp-black);
}

.oq-after-grid li > span {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.oq-after-grid li > small {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oq-after-grid li h3 {
  margin: 138px 0 14px;
  font-size: clamp(23px, 2.1vw, 33px);
  font-weight: 610;
  letter-spacing: -0.045em;
}

.oq-after-grid li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.56;
}

.oq-after-grid li:hover > span,
.oq-after-grid li:hover > small,
.oq-after-grid li:hover p {
  color: rgba(10, 10, 10, 0.62);
}

/* Fit */

.oq-fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 130px);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4.6vw, 74px);
  background: #dedbd3;
}

.oq-fit-copy .oq-section-label {
  margin-bottom: 42px;
}

.oq-fit-copy h2 {
  font-size: clamp(48px, 5.6vw, 88px);
}

.oq-fit-panels {
  display: grid;
  align-content: end;
  gap: 14px;
}

.oq-fit-panels article {
  display: grid;
  grid-template-columns: minmax(140px, 0.4fr) minmax(0, 1fr);
  gap: 40px;
  padding: 30px;
  border: 1px solid rgba(10, 10, 10, 0.15);
  background: rgba(247, 246, 242, 0.46);
}

.oq-fit-panels article.oq-fit-good {
  background: var(--hp-lime);
}

.oq-fit-panels article > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.oq-fit-panels ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oq-fit-panels li {
  position: relative;
  padding-left: 24px;
  color: #5f5b55;
  font-size: 14px;
  line-height: 1.52;
}

.oq-fit-panels li::before {
  content: "↗";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--hp-black);
}

.oq-fit-good li {
  color: rgba(10, 10, 10, 0.69);
}

/* FAQ */

.oq-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 9vw, 150px);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 4.6vw, 74px);
  background: var(--hp-paper);
}

.oq-faq-head .oq-section-label {
  margin-bottom: 42px;
}

.oq-faq-head h2 {
  font-size: clamp(54px, 6vw, 92px);
}

.oq-faq-list {
  border-top: 1px solid rgba(10, 10, 10, 0.18);
}

.oq-faq details {
  border-bottom: 1px solid rgba(10, 10, 10, 0.18);
}

.oq-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 18px 0;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 590;
  letter-spacing: -0.03em;
  cursor: pointer;
  list-style: none;
}

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

.oq-faq summary span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 50%;
  font-size: 17px;
  transition: color 180ms ease, background 180ms ease, transform 220ms ease;
}

.oq-faq details[open] summary span {
  background: var(--hp-black);
  color: var(--hp-white);
  transform: rotate(45deg);
}

.oq-faq details p {
  max-width: 690px;
  margin: -5px 0 34px;
  color: #66625c;
  font-size: 15px;
  line-height: 1.65;
}

/* Final invitation */

.oq-last-call {
  position: relative;
  display: grid;
  min-height: 82svh;
  align-content: center;
  padding: 100px clamp(24px, 4.6vw, 74px);
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(85, 215, 255, 0.15), transparent 28%),
    radial-gradient(circle at 24% 90%, rgba(141, 124, 255, 0.19), transparent 28%),
    var(--hp-black);
  color: var(--hp-white);
}

.oq-last-call::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -3%;
  width: 55vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 5vw rgba(255, 255, 255, 0.015),
    0 0 0 11vw rgba(255, 255, 255, 0.012);
}

.oq-last-call > p {
  position: relative;
  z-index: 2;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oq-last-call > a {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  max-width: 1150px;
  font-size: clamp(62px, 9.2vw, 144px);
  font-weight: 590;
  letter-spacing: -0.08em;
  line-height: 0.83;
}

.oq-last-call > a em {
  color: var(--hp-lime);
}

.oq-last-call > a > span {
  display: grid;
  width: clamp(70px, 8vw, 118px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--hp-white);
  color: var(--hp-black);
  font-size: clamp(24px, 3vw, 45px);
  transition: transform 240ms ease;
}

.oq-last-call > a:hover > span {
  transform: rotate(12deg) scale(1.06);
}

.oq-last-call > div {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4.6vw, 74px);
  bottom: 54px;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
}

.oq-last-call > div a {
  color: var(--hp-white);
  font-size: 16px;
}

.oq-footer .hp-footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.oq-footer .hp-footer-contact b {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oq-footer .hp-footer-contact a,
.oq-footer .hp-footer-contact span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

/* Motion */

@keyframes oq-pulse {
  50% { opacity: 0.5; transform: scale(0.78); }
}

@keyframes oq-orbit-a {
  to { transform: translateY(-50%) rotate(384deg); }
}

@keyframes oq-orbit-b {
  to { transform: translateY(-50%) rotate(312deg); }
}

@keyframes oq-core {
  50% { transform: translate(-50%, -54%) rotate(19deg) scale(1.04); }
}

@keyframes oq-glow {
  50% { opacity: 0.38; transform: translate(-50%, -50%) scale(1.12) rotate(40deg); }
}

@keyframes oq-step-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */

@media (max-width: 1180px) {
  .oq-hero-content { width: min(920px, 82vw); }
  .oq-hero-meta { display: none; }
  .oq-after-head { grid-template-columns: 0.35fr 1.15fr 0.5fr; }
  .oq-after-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oq-after-grid li:nth-child(2) { border-right: 0; }
  .oq-after-grid li:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .oq-fit { grid-template-columns: 0.62fr 1.38fr; }
}

@media (max-width: 900px) {
  .oq-hero { min-height: 940px; padding-top: 130px; }
  .oq-hero-content { width: 100%; }
  .oq-hero h1 { font-size: clamp(60px, 13vw, 112px); }
  .oq-orbit { top: 33%; right: -18vw; width: 72vw; opacity: 0.8; }
  .oq-hero-bottom { align-items: flex-start; flex-direction: column; }
  .oq-intro { grid-template-columns: 1fr; }
  .oq-intro-copy > p { margin-left: 0; }
  .oq-brief { grid-template-columns: 1fr; }
  .oq-brief-aside { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(10, 10, 10, 0.13); }
  .oq-brief-aside::after { font-size: 54vw; }
  .oq-form { padding-top: 64px; }
  .oq-after-head { grid-template-columns: 1fr; }
  .oq-after-head > p:last-child { max-width: 600px; }
  .oq-fit, .oq-faq { grid-template-columns: 1fr; }
  .oq-fit-copy h2, .oq-faq-head h2 { max-width: 700px; }
}

@media (max-width: 680px) {
  .oq-hero { min-height: 850px; padding-bottom: 32px; }
  .oq-kicker { margin-bottom: 34px; }
  .oq-hero h1 { font-size: clamp(53px, 17vw, 82px); line-height: 0.85; }
  .oq-orbit { top: 27%; right: -35vw; width: 100vw; opacity: 0.67; }
  .oq-hero-bottom { margin-top: 42px; }
  .oq-hero-bottom p { max-width: 90%; font-size: 16px; }
  .oq-intro { padding-block: 90px; }
  .oq-intro-copy h2 { font-size: clamp(43px, 12.8vw, 65px); }
  .oq-intro-copy > p { margin-top: 34px; font-size: 17px; }
  .oq-brief-aside, .oq-form { padding-inline: 22px; }
  .oq-brief-aside { padding-block: 58px; }
  .oq-brief-aside h2 { font-size: 56px; }
  .oq-form { padding-block: 54px 72px; }
  .oq-progress { margin-bottom: 50px; }
  .oq-step h3 { font-size: 45px; }
  .oq-step-lead { margin-bottom: 34px; }
  .oq-choice-grid, .oq-pill-grid, .oq-two-columns, .oq-contact-grid { grid-template-columns: 1fr; }
  .oq-choice { min-height: 158px; }
  .oq-choice strong { font-size: 25px; }
  .oq-pill-grid span { min-height: 58px; }
  .oq-step-actions { align-items: stretch; }
  .oq-next, .oq-submit { justify-content: space-between; }
  .oq-after { padding-block: 90px; }
  .oq-after-head h2 { font-size: 57px; }
  .oq-after-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .oq-after-grid li { min-height: 280px; border-right: 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .oq-after-grid li:first-child { border-top: 0; }
  .oq-after-grid li h3 { margin-top: 110px; }
  .oq-fit, .oq-faq { padding-block: 90px; }
  .oq-fit-copy h2, .oq-faq-head h2 { font-size: 55px; }
  .oq-fit-panels article { grid-template-columns: 1fr; gap: 28px; padding: 24px; }
  .oq-faq { gap: 54px; }
  .oq-faq summary { min-height: 84px; font-size: 18px; }
  .oq-last-call { min-height: 720px; }
  .oq-last-call > a { grid-template-columns: 1fr; gap: 42px; font-size: clamp(55px, 16vw, 82px); }
  .oq-last-call > a > span { justify-self: end; }
  .oq-last-call > div { right: auto; bottom: 32px; left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .oq-kicker span,
  .oq-orbit-line,
  .oq-orbit-core,
  .oq-orbit-glow {
    animation: none !important;
  }

  .oq-step.is-active,
  .oq-result:not(:empty) {
    animation: none;
  }
}
