
@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0e1a35;
  --navy-2: #162444;
  --cobalt: #315cff;
  --cobalt-dark: #2248dc;
  --offwhite: #f7f4ec;
  --white: #ffffff;
  --slate: #65708a;
  --line: rgba(14, 26, 53, 0.12);
  --mint: #bdffd9;
  --success: #087443;
  --font-display: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--offwhite);
  color: var(--navy);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
}

:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 4px;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  padding: 10px 12px 10px 24px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 20px;
  background: rgba(247, 244, 236, 0.88);
  box-shadow: 0 16px 50px rgba(14, 26, 53, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 174px;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #34405a;
}

.desktop-nav a,
.text-link {
  position: relative;
}

.desktop-nav a::after,
.text-link::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  border-radius: 999px;
  background: var(--cobalt);
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  background: var(--cobalt);
  box-shadow: 0 10px 26px rgba(49, 92, 255, 0.24);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--cobalt-dark);
  box-shadow: 0 14px 32px rgba(49, 92, 255, 0.3);
}

.button--small {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 12px;
}

.mobile-menu-button,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  min-height: 860px;
  padding: 158px 0 96px;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(49, 92, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 92, 255, 0.035) 1px, transparent 1px),
    var(--offwhite);
  background-size: 48px 48px;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background: linear-gradient(transparent, var(--offwhite));
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow--one {
  top: -260px;
  right: -220px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(49, 92, 255, 0.22),
    rgba(49, 92, 255, 0) 68%
  );
}

.hero-glow--two {
  bottom: -330px;
  left: -240px;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    circle,
    rgba(49, 92, 255, 0.12),
    rgba(49, 92, 255, 0) 70%
  );
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  gap: 74px;
  align-items: center;
}

.hero-copy {
  animation: rise-in 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 10px;
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border: 2px solid var(--cobalt);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(49, 92, 255, 0.1);
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.hero h1 span {
  color: var(--cobalt);
}

.hero-lead {
  max-width: 615px;
  margin-bottom: 34px;
  color: #526078;
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  margin-bottom: 36px;
  align-items: center;
  gap: 25px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.hero-proof {
  display: flex;
  max-width: 540px;
  padding-top: 26px;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
}

.proof-mark {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}

.proof-mark img {
  width: 24px;
  height: 24px;
}

.hero-proof p {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.55;
}

.hero-proof strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 13px;
}

.hero-product {
  position: relative;
  z-index: 1;
  animation: rise-in 800ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-product-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 570px;
  height: 570px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(49, 92, 255, 0.13);
  border-radius: 50%;
}

.hero-product-orbit::before,
.hero-product-orbit::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(49, 92, 255, 0.09);
  border-radius: inherit;
}

.hero-product-orbit::before {
  inset: 50px;
}

.hero-product-orbit::after {
  inset: 100px;
}

.app-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: var(--navy);
  box-shadow:
    0 38px 80px rgba(14, 26, 53, 0.24),
    0 8px 24px rgba(14, 26, 53, 0.12);
}

.app-preview--compact {
  width: 570px;
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.app-window-bar {
  display: flex;
  height: 42px;
  padding: 0 14px;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #101d39;
}

.window-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
}

.window-title {
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 600;
}

.sample-badge {
  margin-left: auto;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 7px;
}

.app-shell {
  display: grid;
  grid-template-columns: 46px 1fr;
  min-height: 360px;
}

.app-sidebar {
  display: flex;
  padding: 14px 11px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #111f3e;
}

.app-sidebar img {
  width: 25px;
  height: 25px;
  margin-bottom: 7px;
  padding: 5px;
  border-radius: 8px;
  background: var(--white);
}

.sidebar-item {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
}

.sidebar-item--active {
  background: var(--cobalt);
  box-shadow: 0 6px 18px rgba(49, 92, 255, 0.3);
}

.sidebar-spacer {
  flex: 1;
}

.sidebar-avatar {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--offwhite);
  color: var(--navy);
  font-size: 8px;
  font-weight: 700;
}

.app-main {
  padding: 20px 22px;
  background: #f9fbff;
}

.app-heading {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
}

.app-heading small,
.app-heading strong {
  display: block;
}

.app-heading small {
  margin-bottom: 4px;
  color: #8a95aa;
  font-size: 8px;
}

.app-heading strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 14px;
}

.app-filter {
  padding: 7px 10px;
  border: 1px solid #dfe4ef;
  border-radius: 8px;
  background: var(--white);
  color: #58657c;
  font-size: 8px;
}

.search-field {
  display: flex;
  height: 38px;
  margin-bottom: 16px;
  padding: 0 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid #dfe5f0;
  border-radius: 9px;
  background: var(--white);
  color: #7e8aa0;
  font-size: 8px;
}

.search-field kbd {
  margin-left: auto;
  padding: 3px 5px;
  border: 1px solid #e3e7ee;
  border-radius: 4px;
  background: #f6f8fb;
  font-size: 7px;
}

.comparison-head,
.supplier-row {
  display: grid;
  grid-template-columns: 1.4fr 0.72fr 0.82fr;
  align-items: center;
  gap: 10px;
}

.comparison-head {
  padding: 0 10px 7px;
  color: #929caf;
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
}

.supplier-list {
  display: grid;
  gap: 6px;
}

.supplier-row {
  min-height: 59px;
  padding: 8px 10px;
  border: 1px solid #e5e9f2;
  border-radius: 10px;
  background: var(--white);
}

.supplier-row--best {
  border-color: rgba(49, 92, 255, 0.4);
  background: linear-gradient(90deg, rgba(49, 92, 255, 0.08), var(--white));
  box-shadow: 0 8px 20px rgba(49, 92, 255, 0.08);
}

.supplier-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.supplier-name strong,
.supplier-name small,
.unit-price strong,
.unit-price small {
  display: block;
}

.supplier-name strong,
.pack-price,
.unit-price strong {
  color: var(--navy);
  font-size: 8px;
}

.supplier-name small {
  margin-top: 3px;
  color: #8792a6;
  font-size: 7px;
}

.supplier-mark {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  background: #eff2f8;
  color: var(--navy);
  font-size: 8px;
  font-weight: 700;
}

.supplier-row--best .supplier-mark {
  background: var(--cobalt);
  color: var(--white);
}

.unit-price small {
  margin-top: 3px;
  color: #8d98aa;
  font-size: 6px;
}

.supplier-row--best .unit-price strong,
.supplier-row--best .unit-price small {
  color: var(--success);
}

.app-summary {
  display: flex;
  margin-top: 12px;
  padding: 11px 13px;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  font-size: 8px;
}

.app-summary strong {
  color: var(--mint);
  font-size: 10px;
}

.insight-card {
  position: absolute;
  right: -28px;
  bottom: -30px;
  display: flex;
  width: 210px;
  min-height: 72px;
  padding: 13px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 38px rgba(14, 26, 53, 0.15);
  backdrop-filter: blur(12px);
}

.insight-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--mint);
  color: var(--success);
  font-size: 18px;
  font-weight: 700;
}

.insight-card small,
.insight-card strong {
  display: block;
}

.insight-card small {
  margin-bottom: 4px;
  color: var(--slate);
  font-size: 8px;
}

.insight-card strong {
  font-family: var(--font-display);
  font-size: 10px;
}

.hero-mascot {
  position: absolute;
  z-index: 3;
  right: -68px;
  bottom: -12px;
  width: 144px;
  filter: drop-shadow(0 20px 20px rgba(14, 26, 53, 0.2));
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 34px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: var(--slate);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-cue span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 62px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  max-width: 630px;
  margin: 0 auto;
  color: #71809a;
  font-size: 16px;
  line-height: 1.7;
}

.problem-section {
  position: relative;
  color: var(--white);
  background: var(--navy);
}

.problem-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 390px;
  height: 390px;
  content: "";
  background: radial-gradient(
    circle at top right,
    rgba(49, 92, 255, 0.22),
    transparent 68%
  );
}

.eyebrow--light {
  color: #8ba4ff;
}

.problem-section .section-heading > p:last-child {
  color: #aab4c8;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.problem-card {
  position: relative;
  min-height: 355px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.problem-card:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 164, 255, 0.48);
  background: rgba(255, 255, 255, 0.07);
}

.card-number {
  display: block;
  margin-bottom: 24px;
  color: #73809a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.problem-visual {
  display: flex;
  height: 104px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
}

.visual-packs {
  gap: 7px;
}

.visual-packs span {
  display: grid;
  min-width: 63px;
  height: 54px;
  padding: 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #d3d9e6;
  font-size: 8px;
}

.visual-packs span:nth-child(2) {
  height: 76px;
  border-color: rgba(49, 92, 255, 0.8);
  background: rgba(49, 92, 255, 0.2);
}

.visual-tabs {
  position: relative;
}

.visual-tabs span,
.visual-tabs i {
  display: grid;
  width: 48px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  background: #1a294a;
  box-shadow: -12px 10px 20px rgba(0, 0, 0, 0.18);
  font-style: normal;
  font-weight: 700;
}

.visual-tabs span + span,
.visual-tabs i {
  margin-left: -16px;
}

.visual-tabs span:nth-child(2) {
  transform: translateY(-8px);
  background: var(--cobalt);
}

.visual-tabs i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--offwhite);
  color: var(--navy);
  font-size: 9px;
}

.visual-price {
  position: relative;
  flex-direction: column;
}

.visual-price span:first-child {
  color: #79869e;
  font-size: 25px;
  font-weight: 700;
  text-decoration: line-through;
}

.visual-price span:last-child {
  margin-top: -2px;
  color: var(--mint);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
}

.visual-instinct span {
  position: relative;
  max-width: 185px;
  padding: 16px 18px;
  border-radius: 16px 16px 16px 3px;
  background: rgba(255, 255, 255, 0.09);
  color: #d7deeb;
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1.45;
}

.problem-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.problem-card p {
  margin: 0;
  color: #a8b2c5;
  font-size: 13px;
  line-height: 1.7;
}

.transition-statement {
  display: flex;
  max-width: 920px;
  margin: 70px auto 0;
  padding-top: 46px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.transition-symbol {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: var(--cobalt);
  box-shadow: 0 12px 28px rgba(49, 92, 255, 0.25);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.transition-symbol img {
  width: 30px;
  height: 30px;
}

.transition-statement p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 2.3vw, 27px);
  line-height: 1.4;
}

.transition-statement strong {
  color: #8ba4ff;
}

.how-section {
  background: var(--white);
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  align-items: center;
}

.step-card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fbfcff;
}

.step-card--featured {
  border-color: rgba(49, 92, 255, 0.3);
  background: linear-gradient(160deg, rgba(49, 92, 255, 0.1), #fbfcff 62%);
  box-shadow: 0 25px 55px rgba(49, 92, 255, 0.1);
}

.step-index {
  display: block;
  margin-bottom: 32px;
  color: var(--cobalt);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.step-icon {
  display: flex;
  height: 86px;
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
}

.step-icon > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 4px solid var(--white);
  border-radius: 15px;
  background: var(--navy);
  box-shadow: 0 10px 22px rgba(14, 26, 53, 0.18);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
}

.step-icon > span + span {
  margin-left: -12px;
}

.step-icon > span:nth-child(2) {
  z-index: 2;
  transform: translateY(-8px);
  background: var(--cobalt);
}

.step-icon--normalize > span {
  border-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}

.step-icon--result {
  gap: 10px;
}

.step-icon--result > span {
  width: auto;
  padding: 0 16px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(14, 26, 53, 0.1);
  color: var(--success);
  font-size: 14px;
}

.step-icon--result i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--success);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.step-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.step-card p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.75;
}

.step-arrow {
  position: relative;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--cobalt);
  font-size: 16px;
}

.product-section {
  position: relative;
  overflow: hidden;
  background: var(--offwhite);
}

.product-section::before {
  position: absolute;
  top: 220px;
  left: 50%;
  width: 920px;
  height: 920px;
  content: "";
  transform: translateX(-50%);
  border: 1px solid rgba(49, 92, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.product-stage {
  position: relative;
  min-height: 750px;
  margin-top: 44px;
}

.product-demo-window {
  position: absolute;
  top: 86px;
  left: 50%;
  width: min(930px, calc(100% - 100px));
  transform: translateX(-50%);
}

.product-demo-window .app-preview {
  border-color: rgba(14, 26, 53, 0.16);
  border-radius: 28px;
  box-shadow: 0 38px 90px rgba(14, 26, 53, 0.2);
}

.product-demo-window .app-shell {
  grid-template-columns: 72px 1fr;
  min-height: 535px;
}

.product-demo-window .app-sidebar {
  padding: 22px 17px;
  gap: 18px;
}

.product-demo-window .app-sidebar img {
  width: 35px;
  height: 35px;
}

.product-demo-window .sidebar-item {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.product-demo-window .sidebar-avatar {
  width: 34px;
  height: 34px;
}

.product-demo-window .app-main {
  padding: 34px 38px;
}

.product-demo-window .app-heading {
  margin-bottom: 22px;
}

.product-demo-window .app-heading small {
  font-size: 11px;
}

.product-demo-window .app-heading strong {
  font-size: 22px;
}

.product-demo-window .app-filter {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 10px;
}

.product-demo-window .search-field {
  height: 52px;
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 11px;
}

.product-demo-window .comparison-head {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 9px;
}

.product-demo-window .supplier-list {
  gap: 9px;
}

.product-demo-window .supplier-row {
  min-height: 78px;
  padding: 12px 15px;
  border-radius: 14px;
}

.product-demo-window .supplier-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 10px;
}

.product-demo-window .supplier-name strong,
.product-demo-window .pack-price,
.product-demo-window .unit-price strong {
  font-size: 11px;
}

.product-demo-window .supplier-name small,
.product-demo-window .unit-price small {
  font-size: 9px;
}

.product-demo-window .app-summary {
  margin-top: 17px;
  padding: 16px 18px;
  border-radius: 13px;
  font-size: 11px;
}

.product-demo-window .app-summary strong {
  font-size: 13px;
}

.product-callout {
  position: absolute;
  z-index: 4;
  display: flex;
  width: 240px;
  padding: 16px;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid rgba(14, 26, 53, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(14, 26, 53, 0.12);
  backdrop-filter: blur(10px);
}

.product-callout > span {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: var(--cobalt);
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
}

.product-callout p {
  margin: 0;
  color: var(--slate);
  font-size: 10px;
  line-height: 1.5;
}

.product-callout strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 11px;
}

.product-callout--search {
  top: 15px;
  left: 25px;
}

.product-callout--unit {
  top: 260px;
  right: -6px;
}

.product-callout--saving {
  bottom: 28px;
  left: -4px;
}

.sample-note {
  max-width: 800px;
  margin: 30px auto 0;
  color: #7f8ba0;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.benefits-section {
  color: var(--white);
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(49, 92, 255, 0.26),
      transparent 26%
    ),
    var(--navy);
}

.benefits-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 90px;
  align-items: end;
}

.benefits-intro .section-heading {
  margin-bottom: 0;
}

.benefits-intro > p {
  margin-bottom: 8px;
  color: #aeb8ca;
  font-size: 15px;
  line-height: 1.8;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 72px;
}

.benefit-card {
  grid-column: span 2;
  min-height: 265px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  transition:
    transform 220ms ease,
    background 220ms ease;
}

.benefit-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.benefit-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.075);
}

.benefit-card--featured {
  background: var(--cobalt);
  box-shadow: 0 25px 50px rgba(49, 92, 255, 0.22);
}

.benefit-card--featured:hover {
  background: var(--cobalt-dark);
}

.benefit-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 35px;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #9db0ff;
  font-size: 22px;
  font-weight: 700;
}

.benefit-card--featured .benefit-icon {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.benefit-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.benefit-card p {
  margin: 0;
  color: #aeb8c9;
  font-size: 12px;
  line-height: 1.75;
}

.benefit-card--featured p {
  color: rgba(255, 255, 255, 0.78);
}

.no-claims-note {
  display: flex;
  max-width: 820px;
  margin: 60px auto 0;
  padding-top: 35px;
  align-items: flex-start;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #a9b3c6;
}

.no-claims-note > span {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 11px;
}

.no-claims-note p {
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 1.65;
}

.case-section {
  background: var(--offwhite);
}

.case-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  min-height: 650px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(14, 26, 53, 0.1);
}

.case-copy {
  padding: 72px 62px;
}

.case-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.case-lead {
  margin-bottom: 30px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.8;
}

.case-problem {
  margin-bottom: 34px;
  padding: 20px 22px;
  border-left: 3px solid var(--cobalt);
  border-radius: 0 14px 14px 0;
  background: #f5f7fc;
}

.case-problem span {
  display: block;
  margin-bottom: 7px;
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-problem p {
  margin: 0;
  color: #647189;
  font-size: 12px;
  line-height: 1.7;
}

.button--inverse {
  background: var(--navy);
  box-shadow: 0 10px 26px rgba(14, 26, 53, 0.16);
}

.button--inverse:hover {
  background: #1a2a50;
  box-shadow: 0 14px 32px rgba(14, 26, 53, 0.22);
}

.case-evidence {
  position: relative;
  padding: 70px 50px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--navy);
  background-size: 34px 34px;
}

.case-evidence::before {
  position: absolute;
  top: -190px;
  right: -190px;
  width: 480px;
  height: 480px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 92, 255, 0.42), transparent 68%);
}

.case-status {
  position: relative;
  display: inline-flex;
  margin-bottom: 32px;
  padding: 9px 12px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #b8c2d4;
  font-size: 9px;
  font-weight: 600;
}

.status-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffbd59;
  box-shadow: 0 0 0 5px rgba(255, 189, 89, 0.12);
}

.case-metrics {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.case-metrics article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.case-metrics span,
.case-metrics strong,
.case-metrics small {
  display: block;
}

.case-metrics span {
  margin-bottom: 18px;
  color: #93a0b7;
  font-size: 9px;
}

.case-metrics strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1.4;
}

.case-metrics small {
  margin-top: 7px;
  color: #ffca77;
  font-size: 7px;
}

.case-evidence blockquote {
  position: relative;
  margin: 22px 0 0;
  padding: 22px 24px 22px 56px;
  border-radius: 16px;
  background: var(--cobalt);
}

.case-evidence blockquote > span {
  position: absolute;
  top: 14px;
  left: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Georgia, serif;
  font-size: 38px;
}

.case-evidence blockquote p {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 14px;
}

.case-evidence blockquote cite {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-style: normal;
}

.security-section {
  background: var(--white);
}

.security-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}

.security-visual {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
}

.security-orbit {
  position: relative;
  display: grid;
  width: 440px;
  height: 440px;
  place-items: center;
  border: 1px solid rgba(49, 92, 255, 0.14);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(49, 92, 255, 0.12),
    rgba(49, 92, 255, 0) 66%
  );
}

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

.security-orbit::before {
  inset: 65px;
}

.security-orbit::after {
  inset: 125px;
}

.orbit-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 6px 18px rgba(49, 92, 255, 0.35);
}

.orbit-dot--one {
  top: 43px;
  left: 104px;
}

.orbit-dot--two {
  right: 47px;
  bottom: 110px;
}

.orbit-dot--three {
  bottom: 56px;
  left: 75px;
  background: var(--navy);
}

.mini-pc {
  position: relative;
  z-index: 2;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid rgba(14, 26, 53, 0.12);
  border-radius: 32px;
  background: linear-gradient(145deg, #ffffff, #e7ebf4);
  box-shadow:
    0 30px 55px rgba(14, 26, 53, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mini-pc img {
  width: 65px;
  height: 65px;
}

.mini-pc small {
  position: absolute;
  bottom: 17px;
  color: var(--slate);
  font-size: 9px;
  font-weight: 600;
}

.pc-light {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45d68b;
  box-shadow: 0 0 0 5px rgba(69, 214, 139, 0.12);
}

.security-status-card {
  position: absolute;
  right: 0;
  bottom: 25px;
  display: flex;
  width: 300px;
  padding: 18px;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 45px rgba(14, 26, 53, 0.12);
  backdrop-filter: blur(12px);
}

.status-check {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--mint);
  color: var(--success);
  font-weight: 700;
}

.security-status-card p {
  margin: 0;
  color: var(--slate);
  font-size: 9px;
  line-height: 1.55;
}

.security-status-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 11px;
}

.security-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.security-lead {
  margin-bottom: 32px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.8;
}

.security-list {
  border-top: 1px solid var(--line);
}

.security-item {
  display: flex;
  min-height: 56px;
  padding: 13px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.security-item strong {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 7px;
  background: #fff4df;
  color: #9a5c00;
  font-size: 7px;
  letter-spacing: 0.05em;
}

.security-item--confirmed strong {
  background: rgba(8, 116, 67, 0.1);
  color: var(--success);
}

.security-footnote {
  margin: 22px 0 0;
  color: #8490a4;
  font-size: 10px;
  line-height: 1.65;
}

.pricing-section {
  background: var(--offwhite);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 730px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(14, 26, 53, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(49, 92, 255, 0.35);
  box-shadow: 0 24px 60px rgba(14, 26, 53, 0.1);
}

.pricing-card-topline {
  display: flex;
  min-height: 32px;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
}

.pricing-card-topline > span {
  color: var(--slate);
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.plan-overline {
  margin: 0;
  color: var(--cobalt);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin-bottom: 8px;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.plan-audience {
  min-height: 42px;
  margin-bottom: 22px;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.6;
}

.plan-price {
  display: flex;
  min-height: 68px;
  margin-bottom: 18px;
  align-items: flex-end;
  gap: 8px;
}

.plan-price strong {
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
}

.plan-price span {
  color: var(--slate);
  font-size: 9px;
}

.plan-limits {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--offwhite);
}

.plan-limits > span {
  display: flex;
  min-width: 0;
  padding: 13px 12px;
  flex-direction: column;
  gap: 4px;
}

.plan-limits > span + span {
  border-left: 1px solid var(--line);
}

.plan-limits small {
  color: var(--slate);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-limits strong {
  overflow: hidden;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.pricing-card ul {
  display: grid;
  margin: 0 0 24px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 23px;
  color: #5e6c83;
  font-size: 11px;
  line-height: 1.55;
}

.pricing-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  content: "✓";
  place-items: center;
  border-radius: 50%;
  background: rgba(49, 92, 255, 0.1);
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 700;
}

.plan-conditions {
  display: grid;
  margin: auto 0 24px;
  padding-top: 16px;
  gap: 0;
  border-top: 1px solid var(--line);
}

.plan-conditions p {
  display: flex;
  margin: 0;
  padding: 9px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(14, 26, 53, 0.08);
}

.plan-conditions span {
  color: var(--slate);
  font-size: 9px;
}

.plan-conditions strong {
  max-width: 64%;
  font-size: 9px;
  line-height: 1.45;
  text-align: right;
}

.plan-condition-pending strong {
  color: #9a5c00;
}

.button--full {
  width: 100%;
  margin-top: auto;
}

.pricing-terms {
  display: grid;
  margin-top: 28px;
  padding: 40px;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  gap: 46px;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 0%, rgba(49, 92, 255, 0.28), transparent 35%),
    var(--navy);
}

.pricing-terms-copy .eyebrow {
  margin-bottom: 16px;
  color: #9db0ff;
}

.pricing-terms-copy h3 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.22;
}

.pricing-terms-copy > p:last-child {
  margin: 0;
  color: #b2bed1;
  font-size: 12px;
  line-height: 1.75;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.commitment-grid article {
  padding: 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.commitment-grid article > span {
  display: block;
  margin-bottom: 13px;
  color: #aab7ca;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commitment-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.3;
}

.commitment-grid p {
  margin: 0;
  color: #b4bfd0;
  font-size: 9px;
  line-height: 1.6;
}

.commitment-grid .commitment-card--featured {
  border-color: rgba(189, 255, 217, 0.48);
  background: rgba(8, 116, 67, 0.28);
}

.hardware-terms {
  display: grid;
  margin-top: 18px;
  padding: 26px 30px;
  grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.9fr);
  align-items: center;
  gap: 36px;
  border: 1px solid rgba(8, 116, 67, 0.18);
  border-radius: 20px;
  background: rgba(189, 255, 217, 0.28);
}

.hardware-terms > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hardware-icon {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 25px rgba(14, 26, 53, 0.08);
}

.hardware-icon img {
  width: 28px;
  height: 28px;
}

.hardware-terms p {
  margin: 0;
  color: #3e4f63;
  font-size: 10px;
  line-height: 1.65;
}

.hardware-terms strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 11px;
}

.team-section {
  color: var(--white);
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(49, 92, 255, 0.22),
      transparent 28%
    ),
    var(--navy);
}

.team-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 100px;
  align-items: end;
}

.team-story h2 {
  max-width: 730px;
  margin-bottom: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.team-story > p {
  margin-bottom: 5px;
  color: #aeb8ca;
  font-size: 14px;
  line-height: 1.85;
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 68px;
}

.founder-card {
  padding: 16px 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.founder-photo {
  position: relative;
  display: grid;
  height: 230px;
  margin-bottom: 20px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #182746;
  background-size: 24px 24px;
}

.founder-photo span {
  color: rgba(255, 255, 255, 0.14);
  font-family: var(--font-display);
  font-size: 70px;
  font-weight: 600;
}

.founder-photo small {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(14, 26, 53, 0.75);
  color: #98a6bd;
  font-size: 7px;
  font-weight: 700;
}

.founder-card h3 {
  margin-bottom: 8px;
  font-size: 15px;
}

.founder-card > p {
  margin: 0;
  color: #8f9cb2;
  font-size: 9px;
  line-height: 1.55;
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.75fr) minmax(0, 1.25fr);
  gap: 110px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 125px;
}

.faq-intro h2 {
  margin-bottom: 22px;
  font-size: clamp(36px, 3.7vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.faq-intro > p {
  margin-bottom: 28px;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.78;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto 30px;
  min-height: 84px;
  padding: 20px 0;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary > span {
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 700;
}

.faq-item summary strong {
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.45;
}

.faq-item summary small {
  padding: 6px 8px;
  border-radius: 999px;
  background: #fff4df;
  color: #9a5c00;
  font-size: 7px;
  font-weight: 700;
}

.faq-item summary i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--cobalt);
  font-size: 17px;
  font-style: normal;
  transition: transform 180ms ease;
}

.faq-item[open] summary i {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 42px 22px 44px;
}

.faq-answer p {
  max-width: 650px;
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.75;
}

.contact-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 22% 20%,
      rgba(49, 92, 255, 0.46),
      transparent 34%
    ),
    var(--navy);
}

.contact-section::after {
  position: absolute;
  right: -200px;
  bottom: -300px;
  width: 650px;
  height: 650px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.025),
    0 0 0 140px rgba(255, 255, 255, 0.018);
}

.contact-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 100px;
  align-items: center;
}

.contact-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.contact-copy > p {
  margin-bottom: 34px;
  color: #b3bdd0;
  font-size: 15px;
  line-height: 1.8;
}

.contact-points {
  display: grid;
  gap: 13px;
}

.contact-points span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b8c2d4;
  font-size: 11px;
}

.contact-points i {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  color: #8fa6ff;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}

.form-card {
  min-height: 570px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
  color: var(--navy);
}

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

.form-step {
  display: block;
  margin-bottom: 13px;
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.form-heading h3 {
  margin-bottom: 8px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.form-heading p {
  margin: 0;
  color: var(--slate);
  font-size: 10px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.form-card label {
  display: grid;
  margin-bottom: 15px;
  gap: 8px;
  color: #4e5b72;
  font-size: 9px;
  font-weight: 600;
}

.form-card input,
.form-card textarea {
  width: 100%;
  border: 1px solid #dfe4ed;
  border-radius: 11px;
  outline: none;
  background: #fafbfe;
  color: var(--navy);
  font-size: 11px;
  font-weight: 400;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.form-card input {
  height: 47px;
  padding: 0 13px;
}

.form-card textarea {
  min-height: 88px;
  padding: 13px;
  resize: vertical;
}

.form-card input:focus,
.form-card textarea:focus {
  border-color: var(--cobalt);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(49, 92, 255, 0.1);
}

.form-card input::placeholder,
.form-card textarea::placeholder {
  color: #a4adbd;
}

.form-note {
  margin: 13px 0 0;
  color: #8c97a9;
  font-size: 8px;
  line-height: 1.55;
  text-align: center;
}

.form-success {
  display: grid;
  min-height: 490px;
  padding: 50px;
  place-content: center;
  text-align: center;
}

.form-success > span {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 26px;
  place-items: center;
  border-radius: 22px;
  background: var(--mint);
  color: var(--success);
  font-size: 28px;
  font-weight: 700;
}

.form-success h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.form-success p {
  max-width: 390px;
  margin: 0 auto 24px;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.7;
}

.text-button {
  justify-self: center;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid var(--cobalt);
  background: transparent;
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.prototype-notes {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #091327;
  color: var(--white);
}

.prototype-notes details > summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 18px;
  color: #a7b2c5;
  font-size: 11px;
  cursor: pointer;
  list-style: none;
}

.prototype-notes details > summary::-webkit-details-marker {
  display: none;
}

.prototype-notes summary > span {
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(49, 92, 255, 0.18);
  color: #9fb0ff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prototype-notes summary i {
  display: grid;
  width: 28px;
  height: 28px;
  margin-left: auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  font-size: 16px;
  font-style: normal;
  transition: transform 180ms ease;
}

.prototype-notes details[open] summary i {
  transform: rotate(45deg);
}

.prototype-notes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 28px;
  padding: 20px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prototype-notes-grid p {
  display: flex;
  margin: 0;
  gap: 10px;
  color: #8996ac;
  font-size: 9px;
  line-height: 1.55;
}

.prototype-notes-grid span {
  color: #7791ff;
  font-size: 8px;
  font-weight: 700;
}

.site-footer {
  padding: 80px 0 28px;
  color: var(--white);
  background: #091327;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 120px;
  padding-bottom: 65px;
}

.footer-brand img {
  width: 210px;
  margin-bottom: 22px;
}

.footer-brand p {
  margin: 0;
  color: #7f8ca2;
  font-size: 11px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 6px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 11px;
}

.footer-links a,
.footer-links span {
  color: #7f8ca2;
  font-size: 9px;
  line-height: 1.5;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  padding-top: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #68758b;
  font-size: 8px;
}

.footer-bottom > div {
  display: flex;
  gap: 22px;
}

.footer-bottom a:hover {
  color: var(--white);
}

.mobile-sticky-cta {
  display: none;
}

.case-page {
  min-height: 100vh;
  background: var(--offwhite);
}

.case-page-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.case-page-header img {
  width: 180px;
}

.case-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5d6980;
  font-size: 11px;
  font-weight: 700;
}

.case-page-hero {
  position: relative;
  padding: 170px 0 100px;
  overflow: hidden;
  background:
    linear-gradient(rgba(49, 92, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 92, 255, 0.035) 1px, transparent 1px),
    var(--offwhite);
  background-size: 42px 42px;
}

.case-page-hero::after {
  position: absolute;
  top: -300px;
  right: -200px;
  width: 700px;
  height: 700px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 92, 255, 0.2), transparent 68%);
}

.case-page-hero .container {
  position: relative;
  z-index: 2;
}

.case-page-hero h1 {
  max-width: 980px;
  margin-bottom: 28px;
  font-size: clamp(50px, 6.4vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.case-page-hero > .container > p:not(.eyebrow) {
  max-width: 730px;
  margin-bottom: 32px;
  color: var(--slate);
  font-size: 16px;
  line-height: 1.8;
}

.case-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.case-page-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  color: #6d7890;
  font-size: 8px;
  font-weight: 700;
}

.case-page-content {
  padding: 110px 0 130px;
  background: var(--white);
}

.case-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 100px;
  align-items: start;
}

.case-page-main {
  max-width: 760px;
}

.case-kicker {
  margin-bottom: 18px;
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-page-main h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 3.6vw, 47px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.case-page-main > p:not(.case-kicker):not(.case-warning) {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.85;
}

.case-page-divider {
  height: 1px;
  margin: 65px 0;
  background: var(--line);
}

.case-page-metrics,
.case-result-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 34px;
}

.case-page-metrics > div,
.case-result-box > div {
  min-height: 130px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafbfe;
}

.case-page-metrics span,
.case-page-metrics strong,
.case-result-box span,
.case-result-box strong {
  display: block;
}

.case-page-metrics span,
.case-result-box span {
  margin-bottom: 20px;
  color: var(--slate);
  font-size: 9px;
}

.case-page-metrics strong,
.case-result-box strong {
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.4;
}

.case-method {
  display: grid;
  margin: 32px 0 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.case-method li {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafbfe;
}

.case-method li > span {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--cobalt);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
}

.case-method p {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.65;
}

.case-method strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
}

.case-result-box > div:last-child {
  grid-column: 1 / -1;
}

.case-warning {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #ffbd59;
  border-radius: 0 10px 10px 0;
  background: #fff8eb;
  color: #825514;
  font-size: 10px;
  line-height: 1.65;
}

.case-page-quote {
  position: relative;
  margin: 60px 0 0;
  padding: 36px 38px 36px 82px;
  border-radius: 22px;
  background: var(--navy);
  color: var(--white);
}

.case-page-quote > span {
  position: absolute;
  top: 20px;
  left: 27px;
  color: #8197ee;
  font-family: Georgia, serif;
  font-size: 54px;
}

.case-page-quote p {
  margin-bottom: 11px;
  font-family: var(--font-display);
  font-size: 20px;
}

.case-page-quote cite {
  color: #8794aa;
  font-size: 9px;
  font-style: normal;
}

.case-page-aside {
  position: sticky;
  top: 35px;
  display: grid;
  gap: 14px;
}

.aside-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--offwhite);
}

.aside-status {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 9px;
  border-radius: 8px;
  background: #fff0d5;
  color: #8e5b0d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aside-card h3 {
  margin-bottom: 18px;
  font-size: 19px;
}

.aside-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.aside-card li {
  position: relative;
  padding-left: 17px;
  color: var(--slate);
  font-size: 10px;
  line-height: 1.55;
}

.aside-card li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--cobalt);
}

.aside-card--dark {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.aside-card--dark img {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 14px;
  background: var(--white);
}

.aside-card--dark p {
  margin-bottom: 24px;
  color: #9aa7bc;
  font-size: 11px;
  line-height: 1.65;
}

@keyframes rise-in {
  from {
    transform: translateY(22px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 36px;
  }

  .app-preview--compact {
    width: 490px;
  }

  .hero-mascot {
    right: -40px;
    width: 126px;
  }

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

  .benefits-intro,
  .team-story {
    gap: 50px;
  }

  .case-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .case-copy {
    padding: 60px 44px;
  }

  .case-evidence {
    padding: 60px 36px;
  }

  .security-grid,
  .faq-grid,
  .contact-shell {
    gap: 55px;
  }

  .security-orbit {
    width: 390px;
    height: 390px;
  }

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

  .pricing-terms {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-top {
    gap: 70px;
  }
}

@media (max-width: 880px) {
  .container {
    width: min(100% - 36px, 720px);
  }

  .site-header {
    top: 10px;
    min-height: 62px;
    padding: 9px 12px 9px 18px;
    border-radius: 16px;
  }

  .brand {
    width: 155px;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    border-radius: 11px;
    background: var(--navy);
    cursor: pointer;
  }

  .mobile-menu-button span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--white);
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    padding: 0 16px;
    gap: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 16px;
    background: rgba(247, 244, 236, 0.98);
    opacity: 0;
    box-shadow: 0 20px 45px rgba(14, 26, 53, 0.14);
    transition:
      max-height 220ms ease,
      padding 220ms ease,
      opacity 180ms ease;
  }

  .mobile-nav--open {
    max-height: 520px;
    padding: 16px;
    gap: 3px;
    border-color: var(--line);
    opacity: 1;
  }

  .mobile-nav > a:not(.button) {
    padding: 13px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-nav .button {
    margin-top: 10px;
  }

  .hero {
    min-height: auto;
    padding: 130px 0 115px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-lead,
  .hero-proof {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-proof {
    text-align: left;
  }

  .hero-product {
    width: min(570px, calc(100% - 20px));
    margin: 0 auto;
  }

  .app-preview--compact {
    width: 100%;
    transform: none;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-card {
    min-height: 0;
  }

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

  .product-stage {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .product-demo-window {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    grid-column: 1 / -1;
    transform: none;
  }

  .product-callout {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }

  .sample-note {
    margin-top: 26px;
  }

  .benefits-intro,
  .team-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .benefits-intro > p,
  .team-story > p {
    max-width: 650px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }

  .benefit-card,
  .benefit-card:nth-child(4) {
    grid-column: auto;
  }

  .benefit-card:last-child {
    grid-column: 1 / -1;
  }

  .case-shell {
    grid-template-columns: 1fr;
  }

  .case-copy {
    padding: 58px 48px;
  }

  .case-evidence {
    padding: 52px 48px;
  }

  .security-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .security-visual {
    min-height: 530px;
  }

  .security-status-card {
    right: 12%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .pricing-card {
    min-height: 0;
  }

  .hardware-terms {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .faq-grid,
  .contact-shell {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .faq-intro {
    position: static;
    max-width: 670px;
  }

  .contact-copy {
    max-width: 700px;
  }

  .form-card {
    max-width: 680px;
  }

  .prototype-notes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .case-page-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .case-page-main {
    max-width: none;
  }

  .case-page-aside {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

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

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

  body {
    padding-bottom: 72px;
  }

  .site-header {
    width: calc(100% - 20px);
  }

  .brand {
    width: 142px;
  }

  .hero {
    padding-top: 118px;
    background-size: 34px 34px;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(40px, 12vw, 52px);
    letter-spacing: -0.05em;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .hero-proof {
    align-items: flex-start;
  }

  .hero-product {
    width: 100%;
  }

  .app-window-bar {
    height: 34px;
  }

  .window-title {
    display: none;
  }

  .app-shell {
    grid-template-columns: 34px 1fr;
    min-height: 302px;
  }

  .app-sidebar {
    padding: 11px 6px;
  }

  .sidebar-item {
    width: 19px;
    height: 19px;
  }

  .app-main {
    padding: 14px 12px;
  }

  .app-heading strong {
    font-size: 11px;
  }

  .app-filter {
    display: none;
  }

  .comparison-head {
    display: none;
  }

  .supplier-row {
    grid-template-columns: 1.35fr 0.75fr;
    min-height: 52px;
  }

  .pack-price {
    display: none;
  }

  .supplier-mark {
    width: 22px;
    height: 22px;
  }

  .app-summary {
    margin-top: 8px;
  }

  .hero-mascot {
    right: -7px;
    bottom: -46px;
    width: 105px;
  }

  .insight-card {
    right: auto;
    bottom: -42px;
    left: 16px;
    width: 184px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: 315px;
  }

  .transition-statement {
    align-items: center;
    flex-direction: column;
  }

  .transition-statement p {
    font-size: 20px;
  }

  .product-stage {
    grid-template-columns: 1fr;
  }

  .product-demo-window {
    grid-column: auto;
  }

  .product-demo-window .app-shell {
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .product-demo-window .app-sidebar {
    display: none;
  }

  .product-demo-window .app-main {
    padding: 16px 13px;
  }

  .product-demo-window .app-heading {
    margin-bottom: 14px;
  }

  .product-demo-window .app-heading strong {
    font-size: 13px;
  }

  .product-demo-window .app-heading small {
    font-size: 8px;
  }

  .product-demo-window .app-filter {
    display: none;
  }

  .product-demo-window .search-field {
    height: 40px;
    margin-bottom: 14px;
    padding: 0 10px;
    font-size: 8px;
  }

  .product-demo-window .comparison-head {
    display: none;
  }

  .product-demo-window .supplier-row {
    grid-template-columns: 1.35fr 0.75fr;
    min-height: 58px;
    padding: 8px;
  }

  .product-demo-window .pack-price {
    display: none;
  }

  .product-demo-window .supplier-mark {
    width: 26px;
    height: 26px;
  }

  .product-demo-window .supplier-name strong,
  .product-demo-window .unit-price strong {
    font-size: 8px;
  }

  .product-demo-window .supplier-name small,
  .product-demo-window .unit-price small {
    font-size: 7px;
  }

  .product-demo-window .app-summary {
    padding: 11px;
    font-size: 8px;
  }

  .product-demo-window .app-summary strong {
    font-size: 9px;
  }

  .product-callout {
    padding: 14px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card:last-child {
    grid-column: auto;
  }

  .benefit-card {
    min-height: 230px;
  }

  .case-shell {
    border-radius: 24px;
  }

  .case-copy,
  .case-evidence {
    padding: 42px 24px;
  }

  .case-copy h2 {
    font-size: 36px;
  }

  .case-metrics {
    grid-template-columns: 1fr;
  }

  .case-evidence blockquote {
    padding: 22px 20px 22px 50px;
  }

  .security-visual {
    min-height: 430px;
  }

  .security-orbit {
    width: 320px;
    height: 320px;
  }

  .security-orbit::before {
    inset: 48px;
  }

  .security-orbit::after {
    inset: 96px;
  }

  .mini-pc {
    width: 120px;
    height: 120px;
    border-radius: 25px;
  }

  .mini-pc img {
    width: 50px;
    height: 50px;
  }

  .security-status-card {
    right: 0;
    bottom: 0;
    width: min(280px, calc(100% - 10px));
  }

  .security-copy h2 {
    font-size: 38px;
  }

  .security-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pricing-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .pricing-card-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pricing-card-topline > span {
    text-align: left;
  }

  .pricing-terms {
    padding: 30px 22px;
  }

  .commitment-grid {
    grid-template-columns: 1fr;
  }

  .commitment-grid article {
    padding: 20px;
  }

  .hardware-terms {
    padding: 22px 20px;
  }

  .hardware-terms > div {
    align-items: flex-start;
  }

  .team-story h2 {
    font-size: 38px;
  }

  .founders-grid {
    gap: 10px;
  }

  .founder-card {
    padding: 10px 10px 18px;
  }

  .founder-photo {
    height: 190px;
  }

  .founder-photo span {
    font-size: 50px;
  }

  .founder-card h3 {
    font-size: 12px;
  }

  .faq-item summary {
    grid-template-columns: 25px minmax(0, 1fr) 28px;
    min-height: 76px;
    gap: 9px;
  }

  .faq-item summary small {
    display: none;
  }

  .faq-item summary strong {
    font-size: 13px;
  }

  .faq-answer {
    padding: 0 0 20px 34px;
  }

  .contact-section {
    padding: 88px 0;
  }

  .contact-copy h2 {
    font-size: 42px;
  }

  .form-card {
    min-height: 0;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-success {
    min-height: 430px;
    padding: 25px 10px;
  }

  .prototype-notes details > summary {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .prototype-notes summary i {
    margin-left: 0;
  }

  .prototype-notes-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 60px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom > div {
    flex-direction: column;
    gap: 10px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 110;
    right: 10px;
    bottom: 9px;
    left: 10px;
    display: flex;
    min-height: 54px;
    padding: 0 17px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    background: var(--cobalt);
    box-shadow: 0 15px 35px rgba(14, 26, 53, 0.32);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
  }

  .case-page-header {
    width: calc(100% - 28px);
    height: 76px;
  }

  .case-page-header img {
    width: 145px;
  }

  .case-back-link {
    font-size: 0;
  }

  .case-back-link span {
    font-size: 20px;
  }

  .case-page-hero {
    padding: 125px 0 76px;
    background-size: 34px 34px;
  }

  .case-page-hero h1 {
    font-size: 44px;
  }

  .case-page-hero > .container > p:not(.eyebrow) {
    font-size: 14px;
  }

  .case-page-content {
    padding: 82px 0 100px;
  }

  .case-page-divider {
    margin: 50px 0;
  }

  .case-page-metrics,
  .case-result-box {
    grid-template-columns: 1fr;
  }

  .case-result-box > div:last-child {
    grid-column: auto;
  }

  .case-page-quote {
    padding: 32px 24px 32px 62px;
  }

  .case-page-aside {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Case study — Resort Barca */
.cs-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--offwhite);
  font-family: var(--font-body);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}

.cs-page h1,
.cs-page h2,
.cs-page h3 {
  font-family: var(--font-display);
  font-weight: 600;
}

.cs-header {
  position: fixed;
  z-index: 120;
  top: 16px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  padding: 10px 12px 10px 24px;
  transform: translateX(-50%);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  background: rgba(247, 244, 236, 0.88);
  box-shadow: 0 16px 50px rgba(14, 26, 53, 0.1);
  backdrop-filter: blur(18px);
}

.cs-brand {
  display: inline-flex;
  width: 174px;
  align-items: center;
}

.cs-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #4d5a73;
  font-size: 13px;
  font-weight: 700;
}

.cs-nav a {
  position: relative;
}

.cs-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  border-radius: 999px;
  background: var(--cobalt);
  transition: transform 180ms ease;
}

.cs-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cs-header-cta {
  justify-self: end;
}

.cs-hero {
  position: relative;
  min-height: 980px;
  padding: 168px 0 78px;
  overflow: hidden;
  background: var(--offwhite);
}

.cs-hero-grid,
.cs-time-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(49, 92, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 92, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 70%, transparent);
  pointer-events: none;
}

.cs-hero-glow {
  position: absolute;
  top: -300px;
  right: -260px;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(49, 92, 255, 0.22),
    rgba(49, 92, 255, 0) 68%
  );
  pointer-events: none;
}

.cs-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: 76px;
  align-items: center;
}

.cs-hero-copy {
  padding-bottom: 12px;
  animation: cs-rise 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cs-eyebrow {
  display: inline-flex;
  margin-bottom: 26px;
  align-items: center;
  gap: 11px;
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cs-eyebrow > span {
  width: 8px;
  height: 8px;
  border: 2px solid var(--cobalt);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(49, 92, 255, 0.1);
}

.cs-hero h1 {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(52px, 5.7vw, 82px);
  line-height: 1.01;
  letter-spacing: -0.06em;
}

.cs-hero h1 em {
  display: block;
  color: var(--cobalt);
  font-style: normal;
}

.cs-hero-lead {
  max-width: 610px;
  margin-bottom: 36px;
  color: #53617a;
  font-size: 17px;
  line-height: 1.78;
}

.cs-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cs-period {
  display: grid;
  gap: 3px;
  color: #7b869a;
  font-size: 11px;
  line-height: 1.4;
}

.cs-period strong {
  color: var(--navy);
  font-size: 13px;
}

.cs-hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  animation: cs-rise 760ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cs-photo-frame {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  background: var(--navy);
  box-shadow: 0 38px 85px rgba(14, 26, 53, 0.2);
}

.cs-photo-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(14, 26, 53, 0.03) 35%,
    rgba(14, 26, 53, 0.62) 100%
  );
}

.cs-photo-frame img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: 48% center;
}

.cs-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 32px;
  display: grid;
  color: var(--white);
}

.cs-hero-visual figcaption span {
  margin-bottom: 7px;
  color: #aebcf1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cs-hero-visual figcaption strong {
  max-width: 360px;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.3;
}

.cs-hero-visual figcaption small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.cs-floating-result {
  position: absolute;
  z-index: 3;
  top: 35px;
  right: -34px;
  display: grid;
  min-width: 205px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 19px;
  background: var(--cobalt);
  box-shadow: 0 20px 45px rgba(49, 92, 255, 0.34);
  color: var(--white);
}

.cs-floating-result span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-floating-result strong {
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: -0.05em;
}

.cs-floating-result small {
  max-width: 145px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.5;
}

.cs-hero-metrics {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 76px;
  overflow: hidden;
  border: 1px solid rgba(14, 26, 53, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 55px rgba(14, 26, 53, 0.08);
  backdrop-filter: blur(12px);
}

.cs-hero-metrics article {
  display: flex;
  min-height: 128px;
  padding: 25px 28px;
  align-items: center;
  gap: 18px;
}

.cs-hero-metrics article + article {
  border-left: 1px solid var(--line);
}

.cs-hero-metrics article > span {
  flex: 0 0 auto;
  color: var(--cobalt);
  font-family: var(--font-display);
  font-size: clamp(27px, 2.8vw, 38px);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.cs-hero-metrics p {
  display: grid;
  margin: 0;
  gap: 3px;
  color: #7b869a;
  font-size: 11px;
  line-height: 1.5;
}

.cs-hero-metrics p strong {
  color: var(--navy);
  font-size: 12px;
}

.cs-origin,
.cs-control {
  padding: 132px 0;
  background: var(--white);
}

.cs-origin-intro,
.cs-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 100px;
  align-items: end;
}

.cs-section-label {
  margin-bottom: 20px;
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cs-origin-intro h2,
.cs-section-head h2,
.cs-results-heading h2,
.cs-impact h2 {
  margin-bottom: 0;
  font-size: clamp(39px, 4.8vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.cs-origin-intro h2 span,
.cs-section-head h2 span,
.cs-results-heading h2 span {
  color: var(--cobalt);
}

.cs-origin-intro > p,
.cs-section-head > p {
  margin: 0 0 5px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.8;
}

.cs-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 72px;
}

.cs-problem-card {
  position: relative;
  min-height: 350px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #f9fafc;
}

.cs-problem-card--wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.7fr);
  min-height: 315px;
  padding-right: 390px;
  align-content: center;
}

.cs-problem-index {
  position: absolute;
  top: 28px;
  left: 32px;
  color: #8e99ad;
  font-size: 10px;
  font-weight: 700;
}

.cs-problem-card h3 {
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.24;
  letter-spacing: -0.035em;
}

.cs-problem-card p {
  max-width: 510px;
  margin: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.7;
}

.cs-price-stack {
  position: absolute;
  top: 42px;
  right: 65px;
  width: 250px;
  height: 225px;
}

.cs-price-stack span {
  position: absolute;
  display: grid;
  width: 170px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(14, 26, 53, 0.12);
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(14, 26, 53, 0.09);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
}

.cs-price-stack span:nth-child(1) {
  top: 0;
  left: 0;
  transform: rotate(-6deg);
  color: #8e99ad;
}

.cs-price-stack span:nth-child(2) {
  top: 61px;
  right: 0;
  z-index: 2;
  transform: rotate(5deg);
  color: var(--navy);
}

.cs-price-stack span:nth-child(3) {
  bottom: 0;
  left: 16px;
  z-index: 3;
  transform: rotate(-2deg);
  border-color: var(--cobalt);
  background: var(--cobalt);
  box-shadow: 0 20px 45px rgba(49, 92, 255, 0.25);
  color: var(--white);
}

.cs-problem-card:not(.cs-problem-card--wide) {
  display: flex;
  padding-top: 132px;
  flex-direction: column;
  justify-content: flex-end;
}

.cs-volatility {
  position: absolute;
  top: 50px;
  right: 34px;
  left: 34px;
  display: flex;
  height: 72px;
  align-items: flex-end;
  gap: 9px;
}

.cs-volatility::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--line);
}

.cs-volatility i {
  position: relative;
  flex: 1;
  border-radius: 5px 5px 1px 1px;
  background: rgba(49, 92, 255, 0.14);
}

.cs-volatility i:nth-child(1) {
  height: 33%;
}

.cs-volatility i:nth-child(2) {
  height: 62%;
}

.cs-volatility i:nth-child(3) {
  height: 44%;
}

.cs-volatility i:nth-child(4) {
  height: 86%;
  background: var(--cobalt);
}

.cs-volatility i:nth-child(5) {
  height: 51%;
}

.cs-volatility i:nth-child(6) {
  height: 72%;
}

.cs-problem-card--dark {
  border-color: transparent;
  color: var(--white);
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(49, 92, 255, 0.35),
      transparent 44%
    ),
    var(--navy);
}

.cs-problem-card--dark .cs-problem-index,
.cs-problem-card--dark p {
  color: #9da9bd;
}

.cs-person-flow {
  position: absolute;
  top: 48px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.cs-person-flow span,
.cs-person-flow strong {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 15px;
}

.cs-person-flow strong {
  border-color: rgba(49, 92, 255, 0.6);
  background: var(--cobalt);
}

.cs-person-flow i {
  color: #6e7a91;
  font-style: normal;
}

.cs-origin-statement {
  position: relative;
  display: grid;
  min-height: 190px;
  margin-top: 18px;
  padding: 42px 70px 42px 240px;
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
  background: var(--cobalt);
  box-shadow: 0 26px 60px rgba(49, 92, 255, 0.22);
  color: var(--white);
}

.cs-origin-statement::after {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.035),
    0 0 0 140px rgba(255, 255, 255, 0.02);
}

.cs-origin-statement img {
  position: absolute;
  z-index: 2;
  bottom: -35px;
  left: 35px;
  width: 170px;
  height: 225px;
  object-fit: contain;
}

.cs-origin-statement p {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 31px);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.cs-origin-statement strong {
  color: var(--mint);
}

.cs-method {
  position: relative;
  padding: 132px 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 88% 5%,
      rgba(49, 92, 255, 0.24),
      transparent 28%
    ),
    var(--navy);
}

.cs-method::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.cs-method .container {
  position: relative;
  z-index: 2;
}

.cs-section-head--light h2 {
  color: var(--white);
}

.cs-section-head--light > p {
  color: #a7b1c3;
}

.cs-method-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px minmax(0, 1fr);
  margin-top: 72px;
  align-items: stretch;
}

.cs-order-card {
  display: flex;
  min-height: 530px;
  padding: 38px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.055);
}

.cs-order-card--ideal {
  border-color: rgba(49, 92, 255, 0.7);
  background: linear-gradient(
    155deg,
    rgba(49, 92, 255, 0.24),
    rgba(255, 255, 255, 0.055) 58%
  );
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.cs-order-top {
  display: flex;
  margin-bottom: 62px;
  align-items: center;
  justify-content: space-between;
}

.cs-order-top span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  color: #a9b4c7;
  font-size: 10px;
  font-weight: 700;
}

.cs-order-card--ideal .cs-order-top span {
  border-color: transparent;
  background: var(--cobalt);
  color: var(--white);
}

.cs-order-top small {
  color: #8996ad;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cs-order-card h3 {
  max-width: 440px;
  margin-bottom: 27px;
  font-size: 28px;
  line-height: 1.32;
  letter-spacing: -0.035em;
}

.cs-order-card ul {
  display: grid;
  margin: 0 0 38px;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.cs-order-card li {
  position: relative;
  padding-left: 21px;
  color: #a3aec0;
  font-size: 14px;
  line-height: 1.65;
}

.cs-order-card li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid #65738d;
  border-radius: 50%;
}

.cs-order-card--ideal li::before {
  border-color: var(--mint);
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(189, 255, 217, 0.08);
}

.cs-order-total {
  display: grid;
  margin-top: auto;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.cs-order-total span {
  margin-bottom: 8px;
  color: #8794ab;
  font-size: 10px;
}

.cs-order-total strong {
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: -0.04em;
}

.cs-order-card--ideal .cs-order-total strong {
  color: var(--mint);
}

.cs-order-total small {
  color: #718097;
  font-size: 10px;
}

.cs-method-arrow {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
}

.cs-method-arrow span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 14px 30px rgba(49, 92, 255, 0.3);
  font-size: 19px;
}

.cs-method-arrow small {
  color: #76839a;
  font-size: 10px;
  text-align: center;
}

.cs-method-note {
  display: flex;
  max-width: 940px;
  margin: 42px auto 0;
  padding: 23px 25px;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.cs-method-note > span {
  display: grid;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #95a3bb;
  font-family: var(--font-display);
  font-size: 11px;
}

.cs-method-note p {
  margin: 2px 0 0;
  color: #909db2;
  font-size: 12px;
  line-height: 1.7;
}

.cs-method-note strong {
  color: #cbd3e0;
}

.cs-results {
  padding: 132px 0;
  background: var(--offwhite);
}

.cs-results-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
}

.cs-average-card {
  display: grid;
  min-width: 275px;
  padding: 28px 30px;
  border-radius: 22px;
  background: var(--cobalt);
  box-shadow: 0 24px 55px rgba(49, 92, 255, 0.26);
  color: var(--white);
}

.cs-average-card span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-average-card strong {
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 43px;
  letter-spacing: -0.055em;
}

.cs-average-card small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.5;
}

.cs-chart-shell {
  position: relative;
  margin-top: 55px;
  padding: 32px 34px 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(14, 26, 53, 0.08);
}

.cs-chart-top {
  display: flex;
  margin-bottom: 35px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.cs-chart-top > div:first-child {
  display: grid;
  gap: 5px;
}

.cs-chart-top strong {
  font-family: var(--font-display);
  font-size: 17px;
}

.cs-chart-top span {
  color: #8792a7;
  font-size: 11px;
  line-height: 1.5;
}

.cs-chart-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7c879b;
  font-size: 11px;
}

.cs-chart-legend i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--cobalt);
}

.cs-range-study {
  display: grid;
  gap: 0;
}

.cs-range-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cs-range-summary > div {
  display: grid;
  min-height: 125px;
  padding: 23px 25px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafbfe;
}

.cs-range-summary > div span {
  margin-bottom: 9px;
  color: #7d899f;
  font-size: 11px;
  font-weight: 600;
}

.cs-range-summary > div strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 32px;
  letter-spacing: -0.045em;
}

.cs-range-summary .cs-range-summary--average {
  border-color: rgba(49, 92, 255, 0.24);
  background: linear-gradient(145deg, rgba(49, 92, 255, 0.12), #f8f9ff);
}

.cs-range-summary .cs-range-summary--average span,
.cs-range-summary .cs-range-summary--average strong {
  color: var(--cobalt);
}

.cs-range-axis {
  position: relative;
  height: 82px;
  margin: 44px 12px 0;
}

.cs-range-axis::before {
  position: absolute;
  top: 31px;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: #e7eaf1;
}

.cs-range-band {
  position: absolute;
  top: 27px;
  right: 3.2%;
  left: 37.35%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8da4ff, var(--cobalt));
  box-shadow: 0 8px 22px rgba(49, 92, 255, 0.22);
}

.cs-range-marker {
  position: absolute;
  top: -2px;
  display: grid;
  transform: translateX(-50%);
  justify-items: center;
  gap: 9px;
  color: #647087;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.cs-range-marker i {
  width: 17px;
  height: 17px;
  order: 2;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow:
    0 0 0 2px rgba(49, 92, 255, 0.22),
    0 5px 13px rgba(49, 92, 255, 0.24);
}

.cs-range-marker--minimum {
  left: 37.35%;
}

.cs-range-marker--average {
  left: 58.55%;
  color: var(--cobalt);
}

.cs-range-marker--average i {
  width: 21px;
  height: 21px;
  margin-top: -2px;
  background: var(--mint);
  box-shadow:
    0 0 0 2px var(--cobalt),
    0 7px 16px rgba(49, 92, 255, 0.28);
}

.cs-range-marker--maximum {
  left: 96.8%;
}

.cs-range-scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 12px;
  color: #8a95a8;
  font-size: 10px;
}

.cs-range-scale span:nth-child(2),
.cs-range-scale span:nth-child(3),
.cs-range-scale span:nth-child(4) {
  text-align: center;
}

.cs-range-scale span:last-child {
  text-align: right;
}

.cs-result-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.cs-result-cards article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
}

.cs-result-cards article > span {
  display: block;
  margin-bottom: 31px;
  color: #7e899d;
  font-size: 11px;
}

.cs-result-cards strong {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 29px;
  letter-spacing: -0.04em;
}

.cs-result-cards p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.7;
}

.cs-result-cards .cs-result-card--featured {
  border-color: transparent;
  background: var(--navy);
  box-shadow: 0 23px 50px rgba(14, 26, 53, 0.16);
  color: var(--white);
}

.cs-result-card--featured > span,
.cs-result-card--featured p {
  color: #929fb4;
}

.cs-time {
  position: relative;
  padding: 132px 0;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.cs-time-grid {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 78%);
}

.cs-time-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: 75px;
  align-items: center;
}

.cs-time-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(50px, 6vw, 78px);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.cs-time-copy h2 span {
  color: #8da5ff;
}

.cs-time-copy > p:not(.cs-section-label):not(.cs-time-footnote) {
  max-width: 600px;
  color: #a5b0c2;
  font-size: 15px;
  line-height: 1.8;
}

.cs-time-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.25fr;
  margin-top: 35px;
  align-items: center;
  gap: 13px;
}

.cs-time-equation > div {
  display: grid;
  min-height: 105px;
  padding: 18px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

.cs-time-equation > i {
  color: #758198;
  font-style: normal;
  font-weight: 700;
}

.cs-time-equation span {
  margin-bottom: 8px;
  color: #a6b1c4;
  font-size: 11px;
  line-height: 1.45;
}

.cs-time-equation strong {
  font-family: var(--font-display);
  font-size: 20px;
}

.cs-time-equation .cs-time-equation-result {
  border-color: var(--cobalt);
  background: rgba(49, 92, 255, 0.17);
}

.cs-time-equation-result strong {
  color: var(--mint);
}

.cs-time-equation-result small {
  margin-top: 5px;
  color: #b7c2d3;
  font-size: 10px;
  font-weight: 600;
}

.cs-time-footnote {
  margin: 14px 0 0;
  color: #97a4b8;
  font-size: 12px;
  line-height: 1.65;
}

.cs-time-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
}

.cs-stopwatch {
  position: absolute;
  display: grid;
  width: 255px;
  height: 255px;
  padding: 36px;
  place-content: center;
  justify-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: conic-gradient(
    var(--cobalt) var(--progress),
    rgba(255, 255, 255, 0.08) 0
  );
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.cs-stopwatch::before {
  position: absolute;
  inset: 11px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: #12203d;
}

.cs-stopwatch > * {
  position: relative;
  z-index: 2;
}

.cs-stopwatch > span {
  margin-bottom: 9px;
  color: #8996ac;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-stopwatch strong {
  font-family: var(--font-display);
  font-size: 54px;
  letter-spacing: -0.055em;
}

.cs-stopwatch small {
  margin-top: 3px;
  color: #77849b;
  font-size: 10px;
}

.cs-stopwatch > i {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border: 2px solid #12203d;
  border-radius: 50%;
  background: var(--white);
}

.cs-stopwatch--before {
  top: 15px;
  left: 10px;
  opacity: 0.74;
  transform: scale(0.82);
}

.cs-stopwatch--after {
  right: 0;
  bottom: 55px;
  z-index: 2;
  width: 295px;
  height: 295px;
  background: conic-gradient(
    var(--mint) var(--progress),
    rgba(255, 255, 255, 0.08) 0
  );
}

.cs-stopwatch--after::before {
  background: var(--cobalt);
}

.cs-stopwatch--after strong,
.cs-stopwatch--after > span,
.cs-stopwatch--after small {
  color: var(--white);
}

.cs-stopwatch--after > i {
  border-color: var(--cobalt);
  background: var(--mint);
}

.cs-time-drop {
  position: absolute;
  z-index: 3;
  top: 238px;
  left: 100px;
  display: grid;
  min-width: 145px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
  color: #9ca9bd;
  font-size: 10px;
  backdrop-filter: blur(10px);
}

.cs-time-drop span {
  margin-bottom: 3px;
  color: var(--mint);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}

.cs-time-visual > img {
  position: absolute;
  z-index: 4;
  bottom: -95px;
  left: -30px;
  width: 185px;
  height: 270px;
  object-fit: contain;
}

.cs-control .cs-section-head {
  margin-bottom: 70px;
}

.cs-control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.cs-control-grid article {
  min-height: 285px;
  padding: 31px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.cs-control-grid article:hover {
  z-index: 2;
  transform: translateY(-3px);
  background: #f8f9fc;
}

.cs-control-grid article > span {
  display: block;
  margin-bottom: 52px;
  color: var(--cobalt);
  font-size: 10px;
  font-weight: 700;
}

.cs-control-grid h3 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.03em;
}

.cs-control-grid p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.7;
}

.cs-impact {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  min-height: 440px;
  margin-top: 76px;
  overflow: hidden;
  border-radius: 29px;
  background:
    radial-gradient(
      circle at 85% 0%,
      rgba(49, 92, 255, 0.4),
      transparent 33%
    ),
    var(--navy);
  box-shadow: 0 30px 75px rgba(14, 26, 53, 0.16);
  color: var(--white);
}

.cs-impact-copy {
  padding: 65px;
}

.cs-impact h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 52px);
}

.cs-impact-copy > p:not(.cs-section-label) {
  max-width: 540px;
  margin: 0;
  color: #9fabbf;
  font-size: 14px;
  line-height: 1.8;
}

.cs-impact-list {
  display: grid;
  align-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cs-impact-list span {
  display: flex;
  min-height: 74px;
  padding: 17px 35px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #c1cad8;
  font-size: 13px;
  font-weight: 600;
}

.cs-impact-list span:last-child {
  border-bottom: 0;
}

.cs-impact-list i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: #8fa7ff;
  font-size: 10px;
  font-style: normal;
}

.cs-final {
  padding: 95px 0;
  background: var(--offwhite);
}

.cs-final-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  min-height: 570px;
  align-items: center;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--navy);
  background-size: 42px 42px;
  box-shadow: 0 36px 90px rgba(14, 26, 53, 0.2);
  color: var(--white);
}

.cs-final-shell::before {
  position: absolute;
  top: -240px;
  right: -170px;
  width: 650px;
  height: 650px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 92, 255, 0.5), transparent 68%);
}

.cs-final-copy {
  position: relative;
  z-index: 2;
  padding: 70px 0 70px 70px;
}

.cs-eyebrow--inverse {
  color: #9fb0ee;
}

.cs-eyebrow--inverse > span {
  border-color: #9fb0ee;
  box-shadow: 0 0 0 5px rgba(159, 176, 238, 0.1);
}

.cs-final-copy h2 {
  max-width: 790px;
  margin-bottom: 26px;
  font-size: clamp(46px, 5.4vw, 70px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.cs-final-copy h2 span {
  color: #8ea6ff;
}

.cs-final-copy > p {
  max-width: 630px;
  margin-bottom: 32px;
  color: #a5b0c2;
  font-size: 14px;
  line-height: 1.8;
}

.cs-final-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cs-final-actions small {
  max-width: 180px;
  color: #77849a;
  font-size: 10px;
  line-height: 1.5;
}

.cs-final-number {
  position: relative;
  z-index: 2;
  display: grid;
  padding: 70px;
  justify-items: center;
  text-align: center;
}

.cs-final-number > span {
  margin-bottom: 10px;
  color: #9aa7bc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cs-final-number strong {
  color: transparent;
  font-family: var(--font-display);
  font-size: 178px;
  line-height: 0.9;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.18);
}

.cs-final-number small {
  max-width: 230px;
  margin-top: 20px;
  color: #98a5ba;
  font-size: 11px;
  line-height: 1.6;
}

.cs-footer {
  padding: 54px 0;
  background: #091329;
  color: #6f7b91;
}

.cs-footer .container {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 55px;
  align-items: center;
}

.cs-footer img {
  width: 185px;
}

.cs-footer p {
  max-width: 630px;
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.cs-footer .container > a:last-child {
  color: #8e9ab0;
  font-size: 11px;
  font-weight: 700;
}

.cs-mobile-cta {
  display: none;
}

@keyframes cs-rise {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .cs-header {
    grid-template-columns: 1fr auto;
  }

  .cs-nav {
    display: none;
  }

  .cs-hero-inner {
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: 45px;
  }

  .cs-floating-result {
    right: 20px;
  }

  .cs-hero-metrics article {
    padding: 22px;
    gap: 12px;
  }

  .cs-origin-intro,
  .cs-section-head {
    gap: 65px;
  }

  .cs-time-inner {
    grid-template-columns: 1fr;
  }

  .cs-time-copy {
    max-width: 820px;
  }

  .cs-time-visual {
    min-height: 550px;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

  .cs-stopwatch--before {
    left: 55px;
  }

  .cs-stopwatch--after {
    right: 55px;
  }

  .cs-time-drop {
    left: 210px;
  }

  .cs-time-visual > img {
    left: 25px;
  }

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

  .cs-final-copy {
    padding-left: 55px;
  }

  .cs-final-number {
    padding: 45px;
  }
}

@media (max-width: 850px) {
  .cs-hero {
    padding-top: 145px;
  }

  .cs-hero-inner {
    grid-template-columns: 1fr;
  }

  .cs-hero-copy {
    max-width: 680px;
  }

  .cs-photo-frame,
  .cs-photo-frame img {
    height: 500px;
    min-height: 500px;
  }

  .cs-floating-result {
    top: 25px;
    right: 24px;
  }

  .cs-hero-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .cs-hero-metrics article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .cs-hero-metrics article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .cs-origin-intro,
  .cs-section-head,
  .cs-results-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cs-origin-intro > p,
  .cs-section-head > p {
    max-width: 700px;
  }

  .cs-problem-card--wide {
    padding: 105px 34px 310px;
    grid-template-columns: 1fr;
  }

  .cs-price-stack {
    top: auto;
    right: 50%;
    bottom: 35px;
    transform: translateX(50%);
  }

  .cs-origin-statement {
    padding: 42px 45px 42px 205px;
  }

  .cs-origin-statement img {
    left: 18px;
    width: 165px;
  }

  .cs-method-compare {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cs-method-arrow {
    min-height: 75px;
  }

  .cs-method-arrow span {
    transform: rotate(90deg);
  }

  .cs-average-card {
    width: min(100%, 360px);
  }

  .cs-chart-shell {
    overflow: hidden;
  }

  .cs-chart-top {
    width: 100%;
  }

  .cs-result-cards {
    grid-template-columns: 1fr;
  }

  .cs-result-cards article {
    min-height: 0;
  }

  .cs-control-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cs-impact {
    grid-template-columns: 1fr;
  }

  .cs-impact-list {
    padding: 0 40px 45px;
    border-left: 0;
  }

  .cs-final-shell {
    grid-template-columns: 1fr;
  }

  .cs-final-copy {
    padding: 65px 55px 30px;
  }

  .cs-final-number {
    padding: 10px 55px 65px;
  }

  .cs-final-number strong {
    font-size: 120px;
  }

  .cs-footer .container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 580px) {
  .cs-page {
    padding-bottom: 72px;
  }

  .cs-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
    padding: 10px 15px;
    border-radius: 16px;
  }

  .cs-brand {
    width: 148px;
  }

  .cs-header-cta {
    display: none;
  }

  .cs-hero {
    min-height: 0;
    padding: 115px 0 65px;
  }

  .cs-hero h1 {
    font-size: 50px;
  }

  .cs-eyebrow {
    max-width: 310px;
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
  }

  .cs-eyebrow > span {
    margin-top: 2px;
    flex: 0 0 auto;
  }

  .cs-hero-lead {
    font-size: 15px;
  }

  .cs-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cs-hero-visual {
    margin-top: 10px;
  }

  .cs-photo-frame,
  .cs-photo-frame img {
    height: 415px;
    min-height: 415px;
  }

  .cs-photo-frame {
    border-width: 6px;
    border-radius: 24px;
  }

  .cs-photo-frame img {
    object-position: 42% center;
  }

  .cs-hero-visual figcaption {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }

  .cs-hero-visual figcaption strong {
    font-size: 15px;
  }

  .cs-floating-result {
    top: 16px;
    right: 14px;
    min-width: 164px;
    padding: 16px;
  }

  .cs-floating-result strong {
    font-size: 29px;
  }

  .cs-hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .cs-hero-metrics article {
    min-height: 90px;
  }

  .cs-hero-metrics article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .cs-origin,
  .cs-control,
  .cs-method,
  .cs-results,
  .cs-time {
    padding: 88px 0;
  }

  .cs-origin-intro h2,
  .cs-section-head h2,
  .cs-results-heading h2 {
    font-size: 39px;
  }

  .cs-problem-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .cs-problem-card--wide {
    grid-column: auto;
    padding: 96px 25px 305px;
  }

  .cs-problem-card:not(.cs-problem-card--wide) {
    min-height: 350px;
    padding: 130px 25px 28px;
  }

  .cs-problem-index {
    top: 24px;
    left: 25px;
  }

  .cs-problem-card h3 {
    font-size: 22px;
  }

  .cs-price-stack {
    transform: translateX(50%) scale(0.9);
  }

  .cs-origin-statement {
    min-height: 450px;
    padding: 42px 28px 230px;
    align-items: start;
  }

  .cs-origin-statement img {
    bottom: -22px;
    left: 50%;
    width: 190px;
    height: 250px;
    transform: translateX(-50%);
  }

  .cs-origin-statement p {
    font-size: 21px;
  }

  .cs-order-card {
    min-height: 500px;
    padding: 28px;
  }

  .cs-order-top {
    margin-bottom: 45px;
  }

  .cs-order-card h3 {
    font-size: 23px;
  }

  .cs-method-note {
    padding: 18px;
  }

  .cs-average-card {
    min-width: 0;
  }

  .cs-chart-shell {
    padding: 25px 20px;
  }

  .cs-chart-top {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .cs-range-summary {
    grid-template-columns: 1fr;
  }

  .cs-range-summary > div {
    min-height: 105px;
  }

  .cs-range-axis {
    margin-right: 6px;
    margin-left: 6px;
  }

  .cs-range-marker {
    font-size: 0;
  }

  .cs-range-marker i {
    margin-top: 20px;
  }

  .cs-range-marker--average i {
    margin-top: 18px;
  }

  .cs-range-scale {
    margin-right: 6px;
    margin-left: 6px;
  }

  .cs-time-copy h2 {
    font-size: 54px;
  }

  .cs-time-equation {
    grid-template-columns: 1fr;
  }

  .cs-time-equation > i {
    justify-self: center;
  }

  .cs-time-visual {
    min-height: 585px;
    transform: scale(0.9);
    transform-origin: top center;
  }

  .cs-stopwatch--before {
    top: 0;
    left: -32px;
  }

  .cs-stopwatch--after {
    right: -38px;
    bottom: 52px;
  }

  .cs-time-drop {
    top: 230px;
    left: 55px;
  }

  .cs-time-visual > img {
    bottom: -65px;
    left: -30px;
  }

  .cs-control-grid {
    grid-template-columns: 1fr;
  }

  .cs-control-grid article {
    min-height: 250px;
  }

  .cs-control-grid article > span {
    margin-bottom: 38px;
  }

  .cs-impact {
    margin-top: 50px;
  }

  .cs-impact-copy {
    padding: 42px 27px;
  }

  .cs-impact-list {
    padding: 0 20px 30px;
  }

  .cs-impact-list span {
    padding-right: 12px;
    padding-left: 12px;
  }

  .cs-final {
    padding: 58px 0;
  }

  .cs-final-shell {
    width: calc(100% - 20px);
    min-height: 0;
    border-radius: 27px;
  }

  .cs-final-copy {
    padding: 48px 25px 25px;
  }

  .cs-final-copy h2 {
    font-size: 43px;
  }

  .cs-final-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cs-final-number {
    padding: 20px 25px 48px;
  }

  .cs-footer {
    padding: 45px 0;
  }

  .cs-mobile-cta {
    position: fixed;
    z-index: 140;
    right: 10px;
    bottom: 9px;
    left: 10px;
    display: flex;
    min-height: 54px;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    background: var(--cobalt);
    box-shadow: 0 15px 35px rgba(14, 26, 53, 0.32);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
  }
  
  .mobile-menu-button,
.mobile-nav {
  display: none;
}

@media (max-width: 880px) {
  .cs-nav,
  .cs-header-cta {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 12px;
    background: #0e1a35;
    box-shadow: 0 14px 32px rgba(14, 26, 53, 0.18);
    cursor: pointer;
  }

  .mobile-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
  }

  .mobile-menu-button span:nth-child(n + 3) {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    z-index: 99;
    padding: 18px;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(14, 26, 53, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 70px rgba(14, 26, 53, 0.18);
    backdrop-filter: blur(18px);
  }

  .mobile-nav--open {
    display: flex;
  }

  .mobile-nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 0 12px;
    border-radius: 12px;
    color: #0e1a35;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav a:not(.button):hover {
    background: #f4f6fb;
  }

  .mobile-nav .button {
    margin-top: 10px;
    justify-content: center;
    color: #ffffff;
  } 
}
