﻿@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;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

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

.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-video-preview {
  background: #101d39;
}

.product-demo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #101d39;
}

.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: 11px;
  line-height: 1.55;
}

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

.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: 8px 10px;
  border-radius: 7px;
  background: #fff4df;
  color: #9a5c00;
  font-size: 10px;
  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: 470px;
  padding: 22px;
  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: 24px;
  margin-bottom: 10px;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.6;
}

.plan-price {
  display: flex;
  min-height: 50px;
  margin-bottom: 12px;
  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: 16px;
  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 14px;
  padding: 0;
  gap: 8px;
  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: 0 0 12px;
  padding-top: 10px;
  gap: 0;
  border-top: 1px solid var(--line);
}

.plan-conditions p {
  display: flex;
  margin: 0;
  padding: 6px 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-card .button--full {
  margin-top: 0;
}

.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: 1fr;
  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: grid;
  grid-template-columns: auto max-content minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.hardware-icon {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  
}

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

.hardware-terms h3,
.hardware-terms h4 {
  margin: 0;
}

.hardware-terms h3 {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
  white-space: nowrap;
}

.hardware-terms h4 {
  color: #3e4f63;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.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: 82px 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: 64px;
  align-items: center;
}

.contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.contact-copy > p {
  margin-bottom: 24px;
  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: 0;
  padding: 32px;
  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 {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
  }

  .hardware-terms h4 {
    grid-column: 2;
  }

  .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: 68px 0;
  }

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

  .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;
  }
}












