:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --blue-top: #244bbf;
  --blue: #1d3f9f;
  --blue-deep: #173071;
  --blue-soft: #77a6e6;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(203, 213, 225, 0.48);
  --line-strong: #d9e6ef;
  --glow: rgba(29, 63, 159, 0.16);
  --shadow-card: 0 18px 52px rgba(15, 23, 42, 0.055);
  --shadow-media: 0 20px 44px rgba(15, 23, 42, 0.075), 0 8px 18px rgba(29, 63, 159, 0.045);
  --font-sans: "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Inter Tight", "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content-rail: min(1440px, calc(100vw - 64px));
  --hero-rail: min(1560px, calc(100vw - 64px));
  color-scheme: light;
  font-family: var(--font-sans);
  background: #f9fcff;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 28rem),
    radial-gradient(circle at 4% 18%, rgba(119, 166, 230, 0.15), rgba(119, 166, 230, 0) 34rem),
    linear-gradient(180deg, #f9fcff 0%, #f5faff 48%, #eef5fd 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background-image: url("/assets/brand/aeolous-contours-1600x260.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(1800px, 118vw) auto;
  opacity: 0.34;
  pointer-events: none;
}

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

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

section[id] {
  scroll-margin-top: 102px;
}

#aeolous-scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(128px, auto) 1fr auto;
  gap: 18px;
  align-items: center;
  width: var(--content-rail);
  min-height: 62px;
  padding: 9px 12px 9px 16px;
  border: 1px solid rgba(217, 230, 239, 0.34);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(249, 252, 255, 0.82), rgba(245, 250, 255, 0.66)),
    rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(24px) saturate(1.18);
  transform: translateX(-50%);
}

.brand-link,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand-link {
  min-width: 128px;
}

.brand-link img {
  width: 126px;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.nav-links {
  justify-content: center;
  gap: clamp(12px, 3vw, 30px);
  font-size: 12.5px;
  font-weight: 640;
  letter-spacing: -0.012em;
  color: var(--muted);
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--ink-soft);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.nav-cta {
  min-height: 38px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(180deg, var(--blue-top), var(--blue) 50%, var(--blue-deep));
  box-shadow: 0 14px 30px rgba(29, 63, 159, 0.22);
}

.section-full {
  min-height: 100svh;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  width: var(--hero-rail);
  margin: 0 auto;
  padding: 152px 0 78px;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 1px;
  background: currentColor;
  opacity: 0.58;
  content: "";
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: -0.052em;
  text-wrap: balance;
}

h1 {
  max-width: 640px;
  font-size: clamp(42px, 5.1vw, 66px);
  line-height: 0.95;
  font-weight: 850;
  letter-spacing: -0.048em;
}

h2 {
  font-size: clamp(30px, 4.8vw, 54px);
  line-height: 0.98;
  font-weight: 820;
  word-spacing: 0.035em;
}

.hero-lede,
.feature-card p,
.precision-copy p,
.pricing-card p,
.metric-card p {
  color: var(--ink-soft);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.56;
}

.hero-lede {
  max-width: 690px;
  margin: 24px 0 0;
  text-wrap: pretty;
}

.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 620px;
  margin-top: 22px;
}

.hero-proof-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(217, 230, 239, 0.72);
  border-radius: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  font-size: 12px;
  font-weight: 680;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  min-width: 168px;
  padding: 0 24px;
  border: 1px solid transparent;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button.primary {
  color: #fff;
  border-color: var(--blue-deep);
  background: linear-gradient(180deg, var(--blue-top), var(--blue) 50%, var(--blue-deep));
  box-shadow: 0 18px 38px rgba(29, 63, 159, 0.22);
}

.button.secondary {
  color: var(--ink-soft);
  border-color: rgba(226, 234, 242, 0.85);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.hero-stage {
  position: relative;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-stage::before {
  inset: 10% -10% 6%;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 52% 42%, rgba(37, 75, 191, 0.15), rgba(37, 75, 191, 0) 58%),
    radial-gradient(ellipse at 58% 72%, rgba(15, 23, 42, 0.10), rgba(15, 23, 42, 0) 60%);
  filter: blur(18px);
  opacity: 0.74;
  transform: translate3d(0, 34px, -82px) rotateX(64deg) scaleX(1.05);
  transform-origin: center bottom;
}

.hero-stage::after {
  inset: 13% -3% auto;
  z-index: 0;
  height: 56%;
  border: 1px solid rgba(119, 166, 230, 0.18);
  border-bottom-color: rgba(119, 166, 230, 0.04);
  border-radius: 50%;
  opacity: 0.52;
  transform: translate3d(0, 18px, -46px) rotateX(68deg);
  transform-origin: center bottom;
}

.product-hero-mockup {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  min-height: clamp(560px, 48vw, 660px);
  padding: 16px;
  border: 1px solid rgba(217, 230, 239, 0.62);
  border-radius: 14px;
  background:
    radial-gradient(circle at 52% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 21rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 255, 0.70)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 96px rgba(15, 23, 42, 0.10);
  backdrop-filter: none;
  overflow: hidden;
}

.product-hero-mockup::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image: url("/assets/brand/aeolous-contours-1600x260.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 132% auto;
  opacity: 0.18;
  pointer-events: none;
}

.mockup-titlebar,
.mockup-button-row,
.file-row,
.workflow-line,
.output-ready {
  display: flex;
  align-items: center;
}

.mockup-titlebar {
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
  color: var(--ink);
}

.window-dots {
  display: inline-flex;
  gap: 6px;
  margin-right: 2px;
}

.window-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9e6ef;
}

.mockup-titlebar strong {
  font-size: 14px;
  letter-spacing: -0.02em;
}

.local-badge {
  margin-left: auto;
  padding: 6px 10px;
  border: 1px solid rgba(217, 230, 239, 0.76);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 740;
}

.mockup-upload-card,
.mockup-files-panel,
.mockup-workflow-panel,
.mockup-preview-panel {
  border: 1px solid rgba(217, 230, 239, 0.76);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.055);
}

.mockup-upload-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 20px 18px;
}

.mockup-button-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.mockup-button-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 122px;
  padding: 0 16px;
  border: 1px solid rgba(226, 234, 242, 0.78);
  border-radius: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.mockup-button-row .mockup-primary {
  color: #fff;
  border-color: #1d47bd;
  background: linear-gradient(180deg, #2251e0, #1e4ac8 48%, #1d47bd);
  box-shadow: 0 16px 34px rgba(29, 63, 159, 0.18);
}

.mockup-upload-card p,
.supported-row {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.supported-row {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.mockup-body-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  grid-template-areas:
    "files preview"
    "workflow preview";
  gap: 14px;
  min-height: 0;
}

.mockup-files-panel {
  grid-area: files;
  padding: 14px;
}

.mockup-workflow-panel {
  grid-area: workflow;
  padding: 14px;
}

.mockup-preview-panel {
  grid-area: preview;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 16px;
}

.mockup-panel-heading {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.file-row {
  gap: 10px;
  min-height: 36px;
  border-top: 1px solid rgba(217, 230, 239, 0.66);
  color: var(--ink);
  font-size: 12px;
}

.file-row:first-of-type {
  border-top: none;
}

.file-row span {
  width: 34px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 820;
}

.file-row strong,
.workflow-line strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-row em {
  margin-left: auto;
  color: var(--muted);
  font-style: normal;
}

.workflow-line {
  gap: 9px;
  min-height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(217, 230, 239, 0.70);
  border-radius: 8px;
  background: rgba(248, 251, 255, 0.84);
  color: var(--ink);
  font-size: 12px;
}

.workflow-line + .workflow-line {
  margin-top: 8px;
}

.workflow-line span {
  width: 24px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d47bd, #2251e0);
  box-shadow: inset 12px 0 0 #fff;
}

.workflow-line em {
  margin-left: auto;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
}

.paper-page {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(217, 230, 239, 0.80);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0) 1px) 34px 0 / 1px 100% no-repeat,
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.paper-lines {
  position: absolute;
  inset: 34px 34px auto 54px;
  height: 150px;
  background:
    linear-gradient(#d9e6ef, #d9e6ef) 0 0 / 76% 2px no-repeat,
    linear-gradient(#e2eaf2, #e2eaf2) 0 28px / 92% 2px no-repeat,
    linear-gradient(#e2eaf2, #e2eaf2) 0 56px / 84% 2px no-repeat,
    linear-gradient(#e2eaf2, #e2eaf2) 0 84px / 94% 2px no-repeat,
    linear-gradient(#e2eaf2, #e2eaf2) 0 112px / 70% 2px no-repeat;
}

.exhibit-slip {
  position: absolute;
  left: 34px;
  bottom: 34px;
  min-width: 138px;
  padding: 12px 16px;
  border: 2px solid #1d47bd;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.page-number {
  position: absolute;
  right: 28px;
  bottom: 24px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 760;
}

.output-ready {
  gap: 8px;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(217, 230, 239, 0.74);
  border-radius: 9px;
  color: var(--ink);
  background: rgba(248, 251, 255, 0.90);
  font-size: 13px;
  font-weight: 760;
}

.output-ready span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .proof-strip div,
  .motion-ready .workflow-engine,
  .motion-ready .workflow-video-card,
  .motion-ready .demo-film-card,
  .motion-ready .feature-card,
  .motion-ready .capability-grid article,
  .motion-ready .comparison-card,
  .motion-ready .price-option,
  .motion-ready .faq-grid article {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 720ms cubic-bezier(0.2, 0.74, 0.22, 1),
      transform 720ms cubic-bezier(0.2, 0.74, 0.22, 1);
  }

  .motion-ready .proof-strip div.is-visible,
  .motion-ready .workflow-engine.is-visible,
  .motion-ready .workflow-video-card.is-visible,
  .motion-ready .demo-film-card.is-visible,
  .motion-ready .feature-card.is-visible,
  .motion-ready .capability-grid article.is-visible,
  .motion-ready .comparison-card.is-visible,
  .motion-ready .price-option.is-visible,
  .motion-ready .faq-grid article.is-visible {
    opacity: 1;
    transform: none;
  }
}

.proof-strip,
.workflow-engine,
.demo-film-section,
.feature-grid,
.precision-section,
.pricing-section,
.capability-section,
.comparison-section,
.faq-section,
.site-footer {
  width: var(--content-rail);
  margin: 0 auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 0 90px;
}

.workflow-engine {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: 0 0 96px;
}

.workflow-engine-copy p:last-child {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.64;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(217, 230, 239, 0.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(119, 166, 230, 0.10), rgba(119, 166, 230, 0) 22rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-card);
  backdrop-filter: none;
}

.workflow-steps article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(217, 230, 239, 0.70);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.76);
}

.workflow-steps span,
.capability-grid span,
.metric-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(29, 63, 159, 0.18);
  border-radius: 9px;
  color: var(--blue);
  background: rgba(248, 251, 255, 0.86);
  font-size: 12px;
  font-weight: 780;
}

.workflow-steps strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.22;
}

.workflow-steps p {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.demo-film-section {
  padding: 0 0 98px;
}

.workflow-video-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
  margin: 0 0 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(217, 230, 239, 0.66);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(248, 251, 255, 0.76)),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
  backdrop-filter: none;
}

.workflow-video-card + .workflow-video-card {
  margin-top: 18px;
}

.workflow-video-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.workflow-video-copy p:last-child {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.56;
}

.workflow-video-shell {
  overflow: hidden;
  border: 1px solid rgba(217, 230, 239, 0.74);
  border-radius: 11px;
  background: #f8fbff;
  box-shadow: var(--shadow-media);
  aspect-ratio: 1212 / 881;
}

.workflow-video-shell video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f8fbff;
}

.workflow-video-shell.edge-crop video {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  max-width: none;
  transform: translate(-3px, -3px);
}

.workflow-video-shell.preview-edge-crop video {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  max-width: none;
  transform: translate(-4px, -4px);
}

.section-heading > p:last-child {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.62;
}

.demo-film-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.demo-film-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.film-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(217, 230, 239, 0.76);
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #f9fcff, #eef5fd);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    var(--shadow-media);
}

.film-shell::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.film-shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.film-copy {
  padding: 0 8px;
}

.film-copy strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.film-copy p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.54;
}

.proof-strip div,
.feature-card,
.precision-panel,
.pricing-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  backdrop-filter: none;
}

.proof-strip div {
  min-height: 116px;
  padding: 26px;
  border-radius: 13px;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  font-size: 17px;
  color: var(--ink);
}

.proof-strip span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.48;
}

.feature-grid {
  display: grid;
  gap: 16px;
  padding: 0 0 88px;
}

.feature-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
  min-height: clamp(348px, 32vw, 410px);
  padding: clamp(24px, 3.2vw, 40px);
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 66% 42%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.20) 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.90));
}

.feature-card.large {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.feature-card:nth-child(2) {
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 20%, rgba(147, 197, 253, 0.13), transparent 38%),
    radial-gradient(circle at 18% 82%, rgba(29, 63, 159, 0.06), transparent 34%);
  opacity: 0.78;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto 42px 28px 42px;
  height: 52px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.055), rgba(15, 23, 42, 0) 70%);
  filter: blur(16px);
  opacity: 0.36;
}

.feature-media {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(320px, 35vw);
  justify-self: center;
}

.feature-media::before {
  position: absolute;
  inset: auto 12% -28px 12%;
  z-index: 0;
  height: 66px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0) 70%);
  filter: blur(10px);
  opacity: 0.32;
}

.feature-media::after {
  display: none;
}

.feature-card img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: inherit;
  border-radius: 12px;
  object-fit: contain;
  border: 1px solid rgba(217, 230, 239, 0.76);
  background: rgba(248, 251, 255, 0.82);
  box-shadow:
    var(--shadow-media),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.feature-card.large .feature-media {
  max-height: min(330px, 34vw);
}

.card-copy {
  max-width: 540px;
}

.card-copy p:last-child {
  margin-bottom: 0;
}

.capability-section {
  padding: 8px 0 104px;
}

.section-heading {
  max-width: 860px;
  margin: 0 0 28px;
}

.capability-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.capability-grid article,
.faq-grid article {
  min-height: 214px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.045);
  backdrop-filter: none;
}

.capability-grid span,
.metric-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
}

.capability-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 18px;
}

.capability-grid p,
.faq-grid p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.58;
}

.comparison-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  padding: 8px 0 112px;
}

.comparison-copy {
  position: sticky;
  top: 108px;
}

.comparison-copy p:last-child {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.64;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(217, 230, 239, 0.74);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-card);
  backdrop-filter: none;
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) minmax(104px, 0.62fr) minmax(126px, 0.74fr) minmax(136px, 0.84fr);
  border-top: 1px solid rgba(217, 230, 239, 0.70);
}

.comparison-row:first-child {
  border-top: none;
}

.comparison-row > * {
  padding: 17px 18px;
  border-left: 1px solid rgba(217, 230, 239, 0.62);
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.38;
}

.comparison-row > *:first-child {
  border-left: none;
  color: var(--ink);
  font-weight: 650;
}

.comparison-head {
  background: rgba(244, 250, 255, 0.84);
}

.comparison-head > * {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-row strong {
  color: var(--blue);
  font-weight: 760;
}

.comparison-row em {
  color: var(--muted);
  font-style: normal;
}

.precision-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: 18px 0 110px;
}

.precision-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
}

.metric-card {
  padding: 24px;
  border: 1px solid rgba(217, 230, 239, 0.76);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.78);
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 19px;
}

.metric-card p {
  margin: 8px 0 0;
  font-size: 15px;
}

.pricing-section {
  padding: 0 0 100px;
}

.pricing-card {
  display: grid;
  gap: 26px;
  min-height: 390px;
  padding: clamp(36px, 7vw, 72px);
  border-radius: 14px;
}

.pricing-intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.pricing-intro p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

.price-option {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 350px;
  padding: 26px;
  border: 1px solid rgba(217, 230, 239, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.price-option.featured {
  border-color: rgba(29, 63, 159, 0.38);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 46px rgba(29, 63, 159, 0.075);
}

.price-option span {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(203, 213, 225, 0.56);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-option.featured span {
  color: var(--blue);
  border-color: rgba(29, 63, 159, 0.26);
  background: rgba(248, 251, 255, 0.82);
}

.price-option h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.price-option strong {
  color: var(--ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.05;
}

.price-option p {
  flex: 1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.58;
}

.pricing-note {
  max-width: 840px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  text-align: center;
}

.faq-section {
  padding: 0 0 84px;
}

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

.faq-grid article {
  min-height: 170px;
}

.faq-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0 44px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer a {
  color: var(--blue);
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 58px;
    top: 10px;
  }

  .nav-links {
    display: none;
  }

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

  .hero {
    grid-template-columns: 1fr;
    padding-top: 106px;
  }

  .hero-stage {
    min-height: 390px;
  }

  .product-hero-mockup {
    inset: 0;
    max-width: 760px;
    margin: 0 auto;
  }

  .proof-strip,
  .workflow-engine,
  .workflow-video-card,
  .demo-film-grid,
  .feature-card,
  .feature-card.large,
  .feature-card:nth-child(2),
  .precision-section,
  .comparison-section {
    grid-template-columns: 1fr;
  }

  .comparison-copy {
    position: static;
  }

  .workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-table {
    display: grid;
    gap: 10px;
    overflow: visible;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .comparison-row {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(217, 230, 239, 0.72);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
  }

  .comparison-row.comparison-head {
    display: none;
  }

  .comparison-row > * {
    padding: 12px 14px;
    border-top: 1px solid rgba(217, 230, 239, 0.62);
    border-left: none;
    font-size: 13px;
  }

  .comparison-row > *:first-child {
    border-top: none;
    font-size: 14px;
  }

  .comparison-row strong::before {
    content: "Aeolous: ";
    color: var(--muted);
    font-weight: 700;
  }

  .comparison-row em:nth-child(3)::before {
    content: "General PDF tools: ";
    color: var(--muted);
    font-weight: 700;
  }

  .comparison-row em:nth-child(4)::before {
    content: "Single-purpose exhibit tools: ";
    color: var(--muted);
    font-weight: 700;
  }

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

  .pricing-options {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    padding-bottom: 66px;
  }

  .feature-card:nth-child(2) .feature-media {
    order: 2;
  }

  .feature-media,
  .feature-card.large .feature-media,
  .feature-card:nth-child(2) .feature-media {
    max-height: none;
  }

  .demo-film-card,
  .demo-film-card:nth-child(2),
  .demo-film-card:nth-child(3) {
    max-height: none;
    transform: none;
  }

  .feature-media::before,
  .feature-media::after,
  .demo-film-card::before,
  .demo-film-card::after {
    display: none;
  }
}

@media (max-width: 560px) {
  body::before {
    opacity: 0.22;
    background-size: 270vw auto;
    background-position: top left;
  }

  .site-header {
    width: calc(100vw - 18px);
    padding: 9px;
  }

  .brand-link img {
    width: 112px;
    margin: 0;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 13px;
    font-size: 13px;
  }

  .eyebrow {
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.095em;
  }

  .hero {
    width: min(100% - 22px, 1240px);
    gap: 18px;
    padding-bottom: 52px;
  }

  .hero-stage {
    min-height: 530px;
    overflow: visible;
  }

  .product-hero-mockup {
    position: relative;
    animation: none;
    transform: none;
    gap: 10px;
    padding: 12px;
  }

  .mockup-body-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "workflow"
      "preview";
    gap: 10px;
  }

  .mockup-files-panel {
    display: none;
  }

  .mockup-titlebar {
    min-height: 30px;
    padding: 0 4px;
  }

  .mockup-titlebar strong {
    font-size: 12px;
  }

  .mockup-upload-card,
  .mockup-workflow-panel,
  .mockup-preview-panel {
    padding: 12px;
  }

  .mockup-button-row span {
    min-height: 31px;
    min-width: 0;
    flex: 1 1 118px;
    padding: 0 10px;
    font-size: 10px;
  }

  .workflow-line {
    align-items: center;
    min-height: 29px;
    padding: 0 8px;
    font-size: 11px;
  }

  .workflow-line em {
    display: none;
  }

  .paper-page {
    min-height: 172px;
  }

  .paper-lines {
    inset: 28px 28px auto 42px;
    height: 112px;
  }

  .exhibit-slip {
    left: 24px;
    bottom: 24px;
    min-width: 116px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .page-number {
    right: 20px;
    bottom: 18px;
  }

  .output-ready {
    min-height: 32px;
    font-size: 12px;
  }

  .local-badge {
    display: none;
  }

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

  .button {
    width: 100%;
  }

  .feature-card {
    min-height: auto;
    padding: 24px;
  }

  .proof-strip,
  .workflow-engine,
  .demo-film-section,
  .feature-grid,
  .precision-section,
  .pricing-section,
  .capability-section,
  .comparison-section,
  .faq-section,
  .site-footer {
    width: min(100% - 22px, 1160px);
  }

  .proof-strip div,
  .feature-card,
  .pricing-card {
    border-radius: 12px;
  }

  .capability-grid,
  .demo-film-grid,
  .workflow-steps,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .faq-grid article {
    min-height: auto;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
