:root {
  --outside: #050c15;
  --deep: #020a14;
  --deep-soft: #061629;
  --panel: #0a1d32;
  --panel-light: #102a46;
  --ink: #f5f9ff;
  --muted: #a4b5c8;
  --line: rgba(198, 220, 244, 0.16);
  --blue: #1668ff;
  --cyan: #37d4ff;
  --gold: #dac994;
  --danger: #ed5a72;
  --max: 520px;
  --radius: 7px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--outside);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(112, 161, 214, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(rgba(112, 161, 214, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--outside);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body,
button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
ul {
  margin: 0;
}

button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.page-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(22, 104, 255, 0.18), transparent 320px),
    linear-gradient(180deg, #03101f 0%, #020a14 100%);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.58);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 30px;
  isolation: isolate;
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 40%;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(1, 9, 19, 0.42) 0%, rgba(2, 10, 20, 0.12) 32%, rgba(2, 10, 20, 0.88) 72%, #020a14 100%),
    linear-gradient(90deg, rgba(2, 10, 20, 0.45), transparent 62%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -30%;
  bottom: 10%;
  width: 70%;
  height: 42%;
  border: 1px solid rgba(55, 212, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(22, 104, 255, 0.26);
  content: "";
  transform: rotate(-20deg);
}

.topline,
.brand,
.hero-actions,
.slider-toolbar,
.slider-toolbar > div,
footer {
  display: flex;
  align-items: center;
}

.topline {
  justify-content: space-between;
  gap: 18px;
}

.brand {
  gap: 10px;
}

.brand > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(55, 212, 255, 0.52);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.brand strong {
  font-size: 13px;
}

.icon-link,
.round-button,
.case-button {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(2, 10, 20, 0.58);
  backdrop-filter: blur(12px);
}

.icon-link {
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.hero-copy {
  padding-top: 44svh;
}

.eyebrow,
.card-label {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 460px;
  margin-top: 13px;
  color: var(--ink);
  font-size: clamp(39px, 9vw, 53px);
  line-height: 0.94;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
  text-wrap: balance;
}

.hero-copy > p:not(.eyebrow):not(.budget-line) {
  margin-top: 18px;
  color: #d8e2ee;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.48;
}

.budget-line {
  margin-top: 13px;
  color: #d5e0ed;
  font-size: 14px;
}

.budget-line strong {
  color: var(--cyan);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.button-primary {
  background: var(--blue);
  box-shadow: 0 16px 44px rgba(22, 104, 255, 0.3);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(2, 10, 20, 0.45);
  backdrop-filter: blur(12px);
}

.scroll-cue {
  display: none;
  align-self: flex-end;
  color: #b6c6d9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-cue span {
  margin-left: 7px;
  color: var(--cyan);
}

.section {
  position: relative;
  padding: 76px 24px;
  overflow: hidden;
}

.section-heading h2,
.speaker-copy h2,
.application h2 {
  margin-top: 12px;
  font-size: clamp(34px, 8vw, 48px);
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading > p:not(.eyebrow),
.speaker-copy > p:not(.eyebrow),
.application-head > p:not(.eyebrow) {
  margin-top: 17px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.search-context {
  padding-top: 58px;
  padding-bottom: 58px;
  background:
    linear-gradient(135deg, rgba(55, 212, 255, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(6, 22, 41, 0.92), var(--deep));
}

.search-context .section-heading h2 {
  font-size: clamp(30px, 7vw, 42px);
}

.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.keyword-grid span {
  padding: 10px 12px;
  border: 1px solid rgba(55, 212, 255, 0.22);
  background: rgba(2, 10, 20, 0.44);
  color: #dbeaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.approach {
  background:
    linear-gradient(160deg, transparent 54%, rgba(22, 104, 255, 0.12) 54.2%, transparent 54.6%),
    var(--deep);
}

.portrait-frame {
  position: relative;
  margin: 34px -24px 0;
  min-height: 590px;
}

.portrait-frame img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: 58% 50%;
  filter: saturate(0.78) contrast(1.06);
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(2, 10, 20, 0.93));
  content: "";
}

.portrait-label {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px;
  border-left: 2px solid var(--cyan);
  background: rgba(3, 16, 31, 0.74);
  backdrop-filter: blur(10px);
}

.portrait-label span {
  padding: 5px 8px;
  border: 1px solid rgba(55, 212, 255, 0.34);
  border-radius: 999px;
  background: rgba(55, 212, 255, 0.08);
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portrait-label strong {
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}

.principles {
  margin-top: 14px;
}

.principles article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.principles article > span,
.card-number {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.principles h3 {
  font-size: 18px;
}

.principles p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.services {
  background:
    radial-gradient(circle at 112% 18%, rgba(22, 104, 255, 0.28), transparent 230px),
    var(--deep-soft);
}

.slider-toolbar {
  justify-content: space-between;
  margin-top: 28px;
}

.slider-toolbar > p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.slider-toolbar > p span {
  color: var(--ink);
}

.slider-toolbar > div,
.review-toolbar > div {
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(198, 220, 244, 0.13);
  border-radius: 7px;
  background: rgba(2, 10, 20, 0.38);
  box-shadow: inset 0 0 0 1px rgba(55, 212, 255, 0.03);
}

.round-button {
  position: relative;
  width: 28px;
  min-width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(2, 10, 20, 0.16);
  box-shadow: inset 0 0 0 1px rgba(245, 249, 255, 0.34), 0 8px 18px rgba(0, 0, 0, 0.16);
  color: transparent;
  font-size: 0;
  font-weight: 900;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
}

.round-button::before {
  width: 7px;
  height: 7px;
  border-top: 1.8px solid rgba(255, 255, 255, 0.96);
  border-right: 1.8px solid rgba(255, 255, 255, 0.96);
  content: "";
}

.nav-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.nav-next::before {
  transform: translateX(-2px) rotate(45deg);
}

.round-button:hover {
  background: rgba(2, 10, 20, 0.44);
  transform: translateY(-1px);
}

.round-button:focus-visible,
.case-button:focus-visible {
  outline: 2px solid rgba(55, 212, 255, 0.7);
  outline-offset: 3px;
}

.service-track {
  display: grid;
  grid-auto-columns: calc(100% - 24px);
  grid-auto-flow: column;
  gap: 12px;
  margin: 18px -24px 0;
  padding: 0 24px 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.service-track::-webkit-scrollbar {
  display: none;
}

.service-card {
  min-height: 490px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(55, 212, 255, 0.06), transparent 44%),
    rgba(6, 22, 41, 0.86);
  scroll-snap-align: center;
}

.service-card .card-number {
  align-self: flex-end;
}

.service-card > div {
  margin-top: 54px;
}

.service-card h3 {
  max-width: 330px;
  margin-top: 9px;
  font-size: 27px;
  line-height: 1.05;
}

.service-card > p:not(.card-number) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.service-card > p strong {
  color: var(--ink);
}

.text-link {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-band {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  padding: 50px 24px;
  isolation: isolate;
}

.speaker-band > img,
.speaker-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.speaker-band > img {
  z-index: -2;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.74);
}

.speaker-shade {
  z-index: -1;
  background: linear-gradient(180deg, rgba(2, 10, 20, 0.05) 30%, rgba(2, 10, 20, 0.95) 78%, #020a14);
}

.speaker-copy {
  width: 100%;
}

.speaker-copy > p:not(.eyebrow) {
  color: #c1cfdf;
}

.speaker-copy .button {
  margin-top: 24px;
}

.budget-section {
  padding-top: 90px;
  background:
    linear-gradient(180deg, rgba(22, 104, 255, 0.04), transparent),
    #061426;
}

.budget-orbit {
  position: relative;
  width: 260px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto 44px;
  border: 1px solid rgba(55, 212, 255, 0.3);
  border-radius: 50%;
  box-shadow: inset 0 0 45px rgba(22, 104, 255, 0.18), 0 0 55px rgba(22, 104, 255, 0.16);
}

.budget-orbit::before,
.budget-orbit::after {
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(55, 212, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.budget-orbit::after {
  inset: -8%;
  border-style: dashed;
  animation: orbit 22s linear infinite;
}

.budget-orbit span {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 64px;
}

.budget-section .button {
  margin-top: 26px;
}

.cases {
  background:
    radial-gradient(circle at 50% 58%, rgba(22, 104, 255, 0.38), transparent 300px),
    var(--deep);
}

.case-lab {
  position: relative;
  margin-top: 34px;
}

.case-stack {
  position: relative;
  min-height: 640px;
  perspective: 1200px;
  touch-action: pan-y;
}

.case-sheet {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  padding: 22px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(4, 24, 51, 0.055) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(4, 24, 51, 0.055) 1px, transparent 1px) 0 0 / 34px 34px,
    #f4f8fd;
  color: #061426;
  box-shadow: 0 35px 72px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: rotateY(0) translateZ(-120px) scale(0.86);
  transition: opacity 300ms ease, transform 420ms ease;
  pointer-events: none;
}

.case-summary {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(5, 31, 69, 0.12);
  background: rgba(22, 104, 255, 0.045);
}

.case-summary p {
  color: #27384d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.42;
}

.case-period {
  margin: 12px 0 -4px;
  color: #1767dc;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.case-stats p {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(5, 31, 69, 0.12);
  background: #eaf2fc;
}

.case-stats span {
  color: #07295c;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.05;
}

.case-stats small {
  color: #667489;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.case-sheet.is-active {
  z-index: 3;
  opacity: 1;
  transform: rotateY(0) translateZ(0) scale(1);
  pointer-events: auto;
}

.case-sheet.is-prev {
  z-index: 1;
  opacity: 0.2;
  transform: translateX(-39%) rotateY(48deg) translateZ(-80px) scale(0.82);
}

.case-sheet.is-next {
  z-index: 1;
  opacity: 0.2;
  transform: translateX(39%) rotateY(-48deg) translateZ(-80px) scale(0.82);
}

.case-sheet header p {
  color: #1767dc;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-sheet header strong {
  display: block;
  margin-top: 7px;
  color: #07295c;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(34px, 10vw, 50px);
  line-height: 0.92;
  text-transform: uppercase;
}

.chart {
  height: 190px;
  display: flex;
  align-items: end;
  gap: 9px;
  margin-top: 28px;
  padding: 25px 20px 0;
  border: 1px solid rgba(5, 31, 69, 0.1);
  background: linear-gradient(180deg, rgba(22, 104, 255, 0.05), rgba(22, 104, 255, 0.01));
}

.chart i {
  width: 20%;
  height: var(--h);
  background: linear-gradient(180deg, #37d4ff, #1668ff);
}

.chart-alt i {
  background: linear-gradient(180deg, #8fe6ff, #0b4ba9);
}

.chart-third i {
  background: linear-gradient(180deg, #b6dcff, #122f63);
}

.case-flow {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.case-flow p {
  display: grid;
  grid-template-columns: 28px 1fr;
  padding: 8px 10px;
  border: 1px solid rgba(5, 31, 69, 0.12);
}

.case-flow span {
  grid-row: 1 / 3;
  color: #1767dc;
  font-size: 10px;
  font-weight: 900;
}

.case-flow strong {
  font-size: 12px;
}

.case-flow small {
  margin-top: 3px;
  color: #667489;
  font-size: 9.5px;
  line-height: 1.3;
}

.case-quote {
  margin-top: 10px;
  padding: 12px 14px;
  border-left: 3px solid #1767dc;
  background: #eaf2fc;
  color: #07295c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.case-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(2, 10, 20, 0.16);
  box-shadow: inset 0 0 0 1px rgba(245, 249, 255, 0.34), 0 8px 18px rgba(0, 0, 0, 0.16);
  color: transparent;
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.case-button::before {
  width: 7px;
  height: 7px;
  border-top: 1.8px solid rgba(255, 255, 255, 0.96);
  border-right: 1.8px solid rgba(255, 255, 255, 0.96);
  content: "";
}

.case-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.case-next::before {
  transform: translateX(-2px) rotate(45deg);
}

.case-button:hover {
  background: rgba(2, 10, 20, 0.44);
  transform: translateY(-50%) scale(1.04);
}

.case-prev {
  left: -4px;
}

.case-next {
  right: -4px;
}

.centered {
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
}

.proof {
  background: var(--deep-soft);
}

.photo-collage {
  position: relative;
  height: 520px;
  margin: 34px -24px 0;
}

.photo-collage figure {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34);
}

.photo-collage figure:first-child {
  top: 0;
  left: 0;
  width: 72%;
  height: 410px;
}

.photo-collage figure:last-child {
  right: 0;
  bottom: 0;
  width: 56%;
  height: 330px;
}

.photo-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-collage figure:last-child img {
  object-position: 56% center;
}

.review-lab {
  position: relative;
  margin-top: 34px;
}

.review-toolbar,
.review-toolbar > div {
  display: flex;
  align-items: center;
}

.review-toolbar {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.review-toolbar > p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.review-toolbar > p span {
  color: var(--ink);
}

.review-nav-button {
  position: absolute;
  z-index: 8;
  top: 385px;
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.review-prev {
  left: 10px;
}

.review-next {
  right: 10px;
}

.review-stack {
  position: relative;
  height: 750px;
  perspective: 1100px;
  touch-action: pan-y;
}

.review-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 720px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(55, 212, 255, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(55, 212, 255, 0.08), transparent 38%),
    #071626;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateX(-50%) translateZ(-120px) scale(0.86);
  transition: opacity 300ms ease, transform 420ms ease;
  pointer-events: none;
}

.review-card::before {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 10, 20, 0.76);
  color: var(--cyan);
  content: "LIVE FEEDBACK";
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.review-card.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(-50%) translateZ(0) scale(1);
  pointer-events: auto;
}

.review-card.is-prev {
  z-index: 1;
  opacity: 0.2;
  transform: translateX(-112%) rotateY(28deg) translateZ(-90px) scale(0.82);
}

.review-card.is-next {
  z-index: 1;
  opacity: 0.2;
  transform: translateX(12%) rotateY(-28deg) translateZ(-90px) scale(0.82);
}

.review-shot {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  overflow: hidden;
  background: #020914;
}

.review-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-card figcaption {
  min-height: 110px;
  padding: 17px 18px 19px;
  border-top: 1px solid var(--line);
}

.review-card figcaption span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-card blockquote {
  margin: 9px 0 0;
  color: #eef6ff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.review-dots button {
  width: 24px;
  height: 3px;
  padding: 0;
  background: rgba(255, 255, 255, 0.18);
  transition: width 200ms ease, background-color 200ms ease;
}

.review-dots button.is-active {
  width: 44px;
  background: var(--cyan);
}

.fit {
  background: var(--deep);
}

.fit-grid {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.fit-grid article {
  padding: 22px;
  border: 1px solid var(--line);
}

.fit-yes {
  background: linear-gradient(140deg, rgba(22, 104, 255, 0.16), rgba(255, 255, 255, 0.025));
}

.fit-no {
  background: linear-gradient(140deg, rgba(237, 90, 114, 0.1), rgba(255, 255, 255, 0.025));
}

.fit-no .card-label {
  color: #ff8195;
}

.fit-grid ul {
  display: grid;
  gap: 14px;
  margin-top: 21px;
  padding: 0;
  list-style: none;
}

.fit-grid li {
  position: relative;
  padding-left: 24px;
  color: #c6d3e2;
  font-size: 14px;
  line-height: 1.5;
}

.fit-grid li::before {
  position: absolute;
  left: 0;
  color: var(--cyan);
  content: "✓";
  font-weight: 900;
}

.fit-no li::before {
  color: #ff8195;
  content: "×";
}

.faq {
  background: #061426;
}

.faq-list {
  margin-top: 30px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary b {
  color: var(--cyan);
  font-size: 24px;
  font-weight: 400;
  transition: transform 200ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details > p {
  padding: 0 36px 24px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.application {
  position: relative;
  padding: 80px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(22, 104, 255, 0.34), transparent 310px),
    var(--deep);
}

.quiz-form {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

.quiz-form label {
  display: grid;
  gap: 8px;
}

.quiz-form label > span {
  color: #d6e2f0;
  font-size: 12px;
  font-weight: 800;
}

.quiz-form input,
.quiz-form select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 3px;
  outline: 0;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  padding: 0 14px;
}

.select-field {
  position: relative;
}

.quiz-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #37d4ff 50%) calc(100% - 22px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(7, 18, 32, 0.98), rgba(5, 14, 28, 0.96));
  box-shadow: inset 0 0 0 1px rgba(55, 212, 255, 0.04);
  color: #f4f8ff;
  color-scheme: dark;
  font-weight: 800;
  padding-right: 42px;
}

.quiz-form select option {
  background: #061221;
  color: #f4f8ff;
}

.quiz-form select option:checked,
.quiz-form select option:hover {
  background: #0b2a4d;
  color: #ffffff;
}

.quiz-form input::placeholder {
  color: #778ba3;
}

.quiz-form input:focus,
.quiz-form select:focus {
  border-color: var(--cyan);
}

.quiz-form .is-invalid {
  border-color: var(--danger);
}

.form-error {
  min-height: 18px;
  color: #ff8da0;
  font-size: 12px;
}

.submit-button {
  width: 100%;
}

.quiz-form > small {
  color: #71869f;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

footer {
  min-height: 170px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 32px 24px;
  border-top: 1px solid var(--line);
  background: #02070d;
}

footer > p {
  width: 100%;
  color: #758ba4;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-socials a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(55, 212, 255, 0.34);
  border-radius: 50%;
  background: rgba(55, 212, 255, 0.06);
  color: var(--cyan);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-socials a:hover {
  border-color: rgba(55, 212, 255, 0.72);
  background: rgba(55, 212, 255, 0.14);
  transform: translateY(-1px);
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

footer > a:last-child {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 721px) {
  .hero,
  .section,
  .application {
    padding-right: 32px;
    padding-left: 32px;
  }

  .service-track {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .portrait-frame,
  .photo-collage {
    margin-right: -32px;
    margin-left: -32px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 820px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-photo {
    object-position: 50% 36%;
  }

  .hero-copy {
    padding-top: 380px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-actions .button {
    flex: 1 1 160px;
  }

  .section,
  .application {
    padding: 64px 18px;
  }

  .service-track {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .portrait-frame,
  .photo-collage {
    margin-right: -18px;
    margin-left: -18px;
  }

  .speaker-band {
    min-height: 700px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .case-stack {
    min-height: 690px;
  }

  .case-sheet {
    padding: 18px 16px;
  }

  .case-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .case-stats p {
    min-height: 58px;
    padding: 8px 6px;
  }

  .case-stats span {
    font-size: 10px;
  }

  .case-stats small {
    font-size: 7px;
  }

  .case-button {
    width: 28px;
    height: 28px;
  }

  .case-button::before {
    width: 7px;
    height: 7px;
  }

  .case-prev {
    left: -5px;
  }

  .case-next {
    right: -5px;
  }

  .review-stack {
    height: 700px;
  }

  .review-card {
    width: 94%;
    height: 670px;
  }

  .review-nav-button {
    top: 348px;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .review-prev {
    left: 4px;
  }

  .review-next {
    right: 4px;
  }

  .case-sheet.is-prev,
  .case-sheet.is-next {
    opacity: 0.12;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
