/* Product-led homepage: original imagery, actual test screenshots, native interactions. */
:root {
  --paper: #fff;
  --ink: #202422;
  --muted: #69716c;
  --line: #e3e7e4;
}
body {
  background: #fff;
}
.site-header {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 76px;
}
.button {
  border-radius: 28px;
  padding: 14px 25px;
}
.button-small {
  padding: 10px 18px;
  font-size: 12px;
}
.brand {
  font-size: 22px;
  letter-spacing: 0.07em;
}
.brand-en {
  font-size: 7px;
}
.launch-eyebrow {
  font-weight: 600;
  font-size: 16px;
  color: #385448;
  letter-spacing: 0.015em;
  margin-bottom: 23px;
}
.launch-eyebrow span {
  font-size: 13px;
  color: #717a74;
  margin-left: 13px;
  font-weight: 400;
}
.launch-copy {
  text-align: center;
  padding: 65px 0 32px;
}
.launch-copy h1 {
  font-size: clamp(56px, 5.65vw, 82px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 1.15;
  margin-bottom: 21px;
}
.launch-copy h1 br {
  display: none;
}
.launch-copy h1 em {
  color: #497968;
}
.launch-description {
  font-size: 19px;
  line-height: 1.6;
  color: #6b746e;
  margin-bottom: 23px;
}
.launch-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.play-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #315d4a;
}
.play-icon {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #6e907b;
  border-radius: 50%;
  font-size: 9px;
  padding-left: 2px;
}
.launch-meta {
  font-size: 11px;
  margin: 19px 0 0;
  color: #818b84;
}
.launch-meta span {
  padding-inline: 9px;
}
.hero-canvas {
  height: 785px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.brand-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 9%,
    #000 91%,
    transparent
  );
}
.hero-product-frame {
  position: relative;
  top: 89px;
  width: min(1090px, 80%);
  margin: auto;
  border: 5px solid #283b34;
  border-radius: 17px;
  box-shadow:
    0 25px 50px #071e292b,
    0 5px 10px #15372526;
  overflow: hidden;
  transform: perspective(1800px) rotateX(4deg);
  background: #fff;
}
.product-frame-top {
  height: 30px;
  background: #f3f6f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 14px;
  font-size: 9px;
  color: #6a7870;
}
.frame-dots {
  font-size: 8px;
  color: #adbcb3;
  letter-spacing: 4px;
}
.product-image-button {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  cursor: zoom-in;
  color: #fff;
  overflow: hidden;
}
.product-image-button img {
  width: 100%;
  height: auto;
  display: block;
}
.image-zoom-hint {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #173c31e8;
  color: #f2f8f2;
  padding: 9px 15px;
  border: 1px solid #ffffff3f;
  border-radius: 20px;
  font-size: 10px;
  box-shadow: 0 3px 12px #172c1920;
}
.hero-float-label {
  position: absolute;
  bottom: 54px;
  right: max(calc((100% - 1210px) / 2), 5%);
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffffed;
  backdrop-filter: blur(16px);
  padding: 19px 24px;
  border: 1px solid #fff;
  border-radius: 13px;
  box-shadow: 0 13px 45px #243b2921;
}
.float-check {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: #e3f1e6;
  border-radius: 50%;
  color: #5a8867;
  font-size: 16px;
}
.hero-float-label strong {
  display: block;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 550;
}
.hero-float-label div > span {
  display: block;
  font-size: 10px;
  color: #818b84;
  margin-top: 2px;
}
.image-caption {
  font-size: 10px;
  text-align: center;
  color: #959d97;
  margin: 12px 0 0;
}
.intro-statement {
  text-align: center;
  padding: 112px 0 105px;
}
.intro-statement > p {
  font-size: 15px;
  color: #436451;
  margin-bottom: 25px;
}
.intro-statement h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.055em;
}
.intro-statement h2 span {
  color: #8a928c;
}
.statement-links {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 36px;
  font-size: 13px;
  color: #435e4c;
}
.statement-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.statement-links span {
  padding-left: 12px;
  color: #7c9883;
}
.product-explore {
  background: #f4f6f3;
  padding: 92px 0 95px;
  border-radius: 34px 34px 0 0;
}
.explore-heading h2,
.showcase-heading h2,
.role-intro h2,
.data-copy h2,
.release-showcase h2,
.brand-pricing > h2 {
  font-size: 55px;
  line-height: 1.22;
  letter-spacing: -0.055em;
  margin-bottom: 20px;
  font-weight: 630;
}
.explore-heading > p:last-child,
.showcase-heading > p:last-child {
  font-size: 16px;
  color: #7b837e;
}
.scene-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  gap: 45px;
  align-items: start;
  margin-top: 48px;
}
.scene-tabs {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
}
.scene-tab {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 3px 11px;
  text-align: left;
  border: 0;
  border-left: 2px solid #dce2db;
  background: none;
  padding: 23px 0 23px 23px;
  color: #909a91;
  cursor: pointer;
}
.scene-tab > strong {
  font-size: 17px;
  font-weight: 500;
}
.scene-tab > span:last-child {
  grid-column: 2;
  font-size: 11px;
  line-height: 1.8;
  max-width: 168px;
}
.scene-number {
  font-size: 9px;
  line-height: 27px;
}
.scene-tab.active {
  border-left-color: #36654c;
  color: #234532;
}
.scene-tab.active > strong {
  font-weight: 650;
}
.scene-tab.active > span:last-child {
  color: #6d7d6c;
}
.scene-art {
  border-radius: 18px;
  background: #dae4d7;
  padding: 36px 29px;
  overflow: hidden;
}
.scene-art .product-image-button {
  border-radius: 6px;
  box-shadow: 0 15px 35px #26362220;
  border: 1px solid #c6d5c1;
}
.scene-art .image-zoom-hint {
  bottom: 12px;
  right: 12px;
  padding: 6px 10px;
  font-size: 9px;
}
.scene-description {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: start;
  margin-top: 28px;
}
.scene-description h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.scene-description p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 580px;
}
.scene-count {
  font-size: 11px;
  white-space: nowrap;
  color: #8c988c;
  padding-top: 5px;
}
.workflow-showcase {
  padding: 114px 0 98px;
}
.showcase-heading h2 span,
.role-intro h2 span,
.brand-pricing > h2 span {
  color: #7f8b81;
}
.ingestion-scene {
  display: grid;
  grid-template-columns: 0.8fr 0.2fr 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  background: #f6f8f4;
  padding: 55px 50px;
  border-radius: 25px;
  overflow: hidden;
}
.document-stack {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 302px;
  margin: auto;
}
.document-front {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #fff, #f5f8f2);
  border: 1px solid #d9e3d6;
  border-radius: 11px;
  padding: 26px;
  box-shadow: 0 22px 25px #23472313;
  transform: rotate(-7deg);
}
.document-back {
  position: absolute;
  inset: 0;
  background: #dee9d7;
  border: 1px solid #d0ddc8;
  border-radius: 10px;
  transform: rotate(6deg) translate(12px, -8px);
}
.document-icon {
  display: grid;
  place-items: center;
  color: #fff;
  background: #467d58;
  border-radius: 6px;
  width: 34px;
  height: 40px;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 6px -4px #bad6b9;
}
.document-front > p {
  font-size: 12px;
  color: #526b4d;
  margin: 20px 0;
}
.paper-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #dfe6da;
}
.paper-table i {
  height: 18px;
  border-right: 1px solid #e3e8df;
  border-bottom: 1px solid #e3e8df;
  background: #fafcf8;
}
.paper-table i:nth-child(-n + 3) {
  background: #deebd7;
}
.paper-table i:nth-child(4n) {
  background: #f0f4eb;
}
.file-caption {
  font-size: 9px;
  color: #99a28f;
  display: block;
  margin-top: 17px;
}
.floating-chip {
  position: absolute;
  bottom: -16px;
  left: 30px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e1e7dc;
  border-radius: 20px;
  font-size: 10px;
  white-space: nowrap;
  box-shadow: 0 9px 22px #38542b16;
}
.ingestion-connector {
  display: flex;
  align-items: center;
  color: #85a47e;
  gap: 7px;
}
.ingestion-connector span {
  height: 1px;
  background: #bed0b5;
  flex: 1;
}
.ingestion-connector i {
  font-style: normal;
  font-size: 28px;
}
.review-card {
  background: white;
  border: 1px solid #dfe6d9;
  border-radius: 14px;
  box-shadow: 0 20px 40px #243e2812;
  padding: 25px;
}
.review-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-icon {
  font-size: 26px;
  color: #88a57d;
}
.review-card-heading strong {
  font-size: 13px;
  font-weight: 550;
  display: block;
}
.review-card-heading div > span {
  font-size: 9px;
  color: #94a08e;
  display: block;
  margin-top: 3px;
}
.review-state {
  font-size: 9px;
  color: #8c7639;
  background: #faf3de;
  border: 1px solid #f2e6bf;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: auto;
  white-space: nowrap;
}
.review-card dl {
  margin: 23px 0 18px;
}
.review-card dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eef1e9;
  padding: 11px 0;
  gap: 10px;
  font-size: 11px;
}
.review-card dt {
  color: #849079;
}
.review-card dd {
  margin: 0;
  color: #34412f;
}
.field-check {
  font-size: 8px;
  color: #789566;
  margin-left: 14px;
}
.review-card-footer {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.review-card-footer > span {
  font-size: 9px;
  color: #8b9681;
}
.demo-confirm {
  border: 0;
  background: #305c45;
  color: #fff;
  border-radius: 7px;
  padding: 11px 14px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}
.review-card[data-confirmed="true"] .review-state {
  background: #e6f2e2;
  color: #3c713a;
  border-color: #c9dfc2;
}
.review-card[data-confirmed="true"] {
  border-color: #abcda4;
}
.ingestion-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0;
  margin: 40px 0 20px;
}
.ingestion-steps li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 5px 13px;
}
.ingestion-steps li > span {
  display: grid;
  place-items: center;
  border: 1px solid #dbe3d5;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 10px;
  color: #788c6d;
}
.ingestion-steps strong {
  font-size: 14px;
  line-height: 26px;
  font-weight: 550;
}
.ingestion-steps p {
  grid-column: 2;
  font-size: 11px;
  color: #89927f;
}
.fine-print {
  font-size: 10px;
  line-height: 1.9;
  color: #8c9587;
}
.role-showcase {
  background: #f8f9f7;
  padding: 110px 0;
}
.role-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 95px;
  align-items: center;
}
.role-intro h2 {
  font-size: 43px;
}
.role-intro > p:not(.launch-eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  max-width: 375px;
}
.role-switch {
  display: inline-flex;
  gap: 3px;
  background: #e9eee7;
  padding: 4px;
  border-radius: 30px;
  margin: 18px 0 23px;
}
.role-switch button {
  background: transparent;
  border: 0;
  border-radius: 22px;
  color: #687764;
  padding: 9px 22px;
  font-size: 12px;
  cursor: pointer;
}
.role-switch button[aria-pressed="true"] {
  background: white;
  color: #315939;
  box-shadow: 0 2px 4px #1b411217;
}
.role-intro .role-explanation {
  font-size: 12px !important;
  min-height: 67px;
  color: #6b7a63;
}
.permission-stage {
  padding: 35px 25px;
  background: #e8efe3;
  border: 1px solid #e0e8d9;
  border-radius: 22px;
}
.permission-card {
  background: white;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 15px 35px #2e422d16;
}
.permission-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-label {
  font-size: 9px;
  color: #849079;
}
.permission-top h3 {
  font-size: 23px;
  margin: 10px 0;
}
.role-avatar {
  background: #e4eeda;
  color: #608047;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 13px;
}
.record-keyfacts {
  display: flex;
  justify-content: space-between;
  margin: 23px 0 25px;
}
.record-keyfacts div > span {
  display: block;
  font-size: 10px;
  color: #8b9582;
  margin-bottom: 7px;
}
.record-keyfacts strong {
  font-size: 13px;
  font-weight: 500;
}
.record-keyfacts small {
  font-size: 10px;
  color: #78896c;
}
.protected-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f6ef;
  border-radius: 9px;
  padding: 19px 18px;
  margin-bottom: 25px;
  gap: 10px;
}
.protected-amount div > span {
  display: block;
  font-size: 10px;
  color: #8b9680;
}
.protected-amount strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #668159;
  margin-top: 7px;
  line-height: 1.2;
}
.protected-amount > span {
  font-size: 10px;
  color: #8b9a7f;
}
.record-lock {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 21px 0;
}
.lock-icon {
  color: #879d70;
  font-size: 23px;
}
.record-lock strong {
  display: block;
  font-size: 11px;
  font-weight: 550;
}
.record-lock div > span {
  display: block;
  font-size: 9px;
  color: #8d9785;
  margin-top: 4px;
}
.lock-badge {
  margin-left: auto;
  font-size: 9px;
  color: #87996d;
  white-space: nowrap;
  border: 1px solid #e2e8da;
  border-radius: 4px;
  padding: 3px 6px;
}
.role-actions {
  border-top: 1px solid #ebefe5;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 9px;
  color: #8c9980;
}
.permission-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #728564;
  font-size: 10px;
}
.data-showcase {
  background: #071d17;
  color: #fff;
  overflow: hidden;
}
.data-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
  padding-block: 102px;
}
.data-copy .launch-eyebrow {
  color: #9dc4a9;
}
.data-copy h2 {
  color: #f1f7ed;
  font-size: 51px;
  line-height: 1.3;
}
.data-copy h2 span {
  color: #a7ceb1;
}
.data-copy > p:not(.launch-eyebrow) {
  color: #9aada0;
  font-size: 15px;
  line-height: 1.95;
}
.data-boundaries {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 25px 0 24px;
  margin: 22px 0;
  border-block: 1px solid #294136;
}
.data-boundaries strong {
  display: block;
  font-size: 12px;
  color: #b3cab6;
  font-weight: 550;
  margin-bottom: 6px;
}
.data-boundaries span {
  font-size: 10px;
  color: #718e7d;
}
.light-link {
  font-size: 12px;
  color: #c5e0c8;
  display: flex;
  gap: 30px;
}
.data-sculpture {
  height: 480px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1000px;
}
.data-sculpture:before {
  content: "";
  position: absolute;
  inset: 15%;
  background: radial-gradient(ellipse, #71a87e40, transparent 68%);
  filter: blur(25px);
}
.vault-object {
  width: 185px;
  height: 220px;
  transform: rotateY(-20deg) rotateX(8deg) rotateZ(-8deg);
  position: relative;
  box-shadow: 45px 55px 70px #0005;
  border-radius: 25px;
}
.vault-face {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, #95b19b70, #72908025 48%, #aac8b143);
  border: 1px solid #bde6c380;
  border-radius: 23px;
  box-shadow:
    inset 1px 1px 15px #f4fff130,
    inset -3px -1px 8px #162b1b;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.vault-face svg {
  width: 70px;
  height: 80px;
  fill: #b5d0b530;
  stroke: #d3e9cc;
  stroke-width: 3;
}
.vault-face svg .shield-check {
  fill: none;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.vault-face strong {
  color: #d1e4ce;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 400;
}
.vault-top {
  position: absolute;
  left: 11px;
  right: -17px;
  top: -14px;
  bottom: 20px;
  border: 1px solid #789b81;
  border-radius: 24px;
  background: linear-gradient(145deg, #b9d4b66b, #73967d33);
  transform: translateZ(-20px);
}
.vault-base {
  position: absolute;
  left: 10px;
  right: -25px;
  top: 10px;
  bottom: -15px;
  border-radius: 25px;
  background: #47674f20;
  border: 1px solid #56756133;
  z-index: -1;
}
.data-orbit {
  position: absolute;
  width: 435px;
  height: 225px;
  border: 1px solid #638c6d4d;
  border-radius: 50%;
  transform: rotate(-24deg);
}
.orbit-two {
  width: 380px;
  height: 370px;
  border-color: #456c532c;
  transform: rotate(38deg);
}
.data-orbit-label {
  position: absolute;
  color: #aac2ab;
  font-size: 10px;
  border: 1px solid #3c634945;
  border-radius: 20px;
  padding: 7px 15px;
  background: #102d2159;
  backdrop-filter: blur(4px);
}
.label-db {
  left: 0;
  top: 29%;
}
.label-files {
  right: 1%;
  top: 52%;
}
.label-backup {
  left: 23%;
  bottom: 3%;
}
.release-showcase {
  padding: 107px 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px 90px;
  align-items: center;
}
.release-showcase h2 {
  font-size: 42px;
}
.release-showcase > div > p:not(.launch-eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 27px;
}
.release-showcase .launch-actions {
  justify-content: start;
  gap: 22px;
}
.release-showcase .text-link {
  font-size: 11px;
}
.release-visual {
  border: 1px solid #e4e9e0;
  border-radius: 24px;
  background: #f6f8f3;
  padding: 36px;
  text-align: center;
  box-shadow: 0 12px 32px #21401b07;
}
.release-icon {
  width: 94px;
  height: 98px;
  margin: 0 auto 29px;
  background: linear-gradient(145deg, #f4f9f0, #d8e9d2);
  border: 1px solid #d0e0c7;
  border-radius: 24px;
  box-shadow:
    0 13px 28px #3a642123,
    inset 2px 2px 6px #fff;
  display: grid;
  place-items: center;
  transform: rotate(-7deg);
}
.release-icon > span {
  font-size: 58px;
  color: #548549;
  line-height: 1;
  font-weight: 200;
}
.release-visual strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}
.release-visual div > span:not(.release-icon span) {
  font-size: 11px;
  color: #87937e;
}
.release-visual > p {
  font-size: 10px;
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #7e8d75;
}
.release-scope {
  grid-column: 1/-1;
  border-top: 1px solid #e5eae0;
  padding-top: 20px;
  margin: 10px 0 0;
  font-size: 10px;
  color: #8c9682;
}
.brand-pricing {
  padding: 90px 0 100px;
  border-top: 1px solid #e5eae0;
  text-align: center;
}
.brand-pricing > .launch-eyebrow {
  display: block;
}
.brand-pricing > h2 {
  font-size: 48px;
}
.brand-price-card {
  max-width: 990px;
  margin: 49px auto 20px;
  border: 1px solid #dce5d7;
  background: #f6f8f4;
  border-radius: 25px;
  padding: 43px 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  text-align: left;
  align-items: center;
}
.price-badge {
  display: inline-block;
  font-size: 11px;
  color: #729364;
  letter-spacing: 0.08em;
}
.brand-price {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.3;
  color: #26442e;
  margin: 13px 0;
}
.brand-price small {
  font-size: 26px;
  vertical-align: baseline;
  margin-right: 6px;
}
.brand-price span {
  font-size: 13px;
  letter-spacing: 0;
  color: #76896c;
  margin-left: 10px;
  font-weight: 400;
}
.brand-price-main > p:last-of-type {
  font-size: 12px;
  margin: 0 0 24px;
  color: #7c8d73;
}
.brand-price-card ul {
  list-style: none;
  display: grid;
  gap: 22px;
  padding: 0;
  font-size: 12px;
  color: #62765a;
}
.brand-price-card li > span {
  color: #659659;
  padding-right: 13px;
}
.brand-pricing > .fine-print {
  margin-inline: auto;
  max-width: 850px;
}
.faq-section {
  padding-top: 0;
}
.product-lightbox {
  border: 1px solid #dae3d5;
  border-radius: 17px;
  padding: 20px;
  width: min(1500px, 96vw);
  max-width: 96vw;
  max-height: 92vh;
  overflow: auto;
  color: #2c432d;
  background: #fafcf8;
}
.product-lightbox::backdrop {
  background: #05140ae0;
  backdrop-filter: blur(8px);
}
.lightbox-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}
.lightbox-heading > span {
  font-size: 11px;
  color: #7b8f70;
}
.lightbox-close {
  background: #eaf1e5;
  border: 0;
  padding: 9px 16px;
  font-size: 11px;
  color: #46683a;
  border-radius: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.lightbox-close span {
  margin-left: 12px;
}
.product-lightbox > img {
  width: 100%;
  min-width: 850px;
  height: auto;
  border: 1px solid #dbe4d4;
  border-radius: 5px;
}
.product-lightbox > p {
  font-size: 10px;
  color: #8d9b82;
  margin: 14px 0 0;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-product-frame {
    animation: product-arrive 0.85s ease-out both;
  }
  .scene-panel[data-animate="true"] .scene-art {
    animation: scene-arrive 0.35s ease-out;
  }
  .review-card {
    transition:
      border-color 0.25s,
      box-shadow 0.25s;
  }
  @keyframes product-arrive {
    from {
      opacity: 0.1;
      transform: perspective(1800px) rotateX(7deg) translateY(24px);
    }
    to {
      opacity: 1;
      transform: perspective(1800px) rotateX(4deg) translateY(0);
    }
  }
  @keyframes scene-arrive {
    from {
      opacity: 0.5;
      transform: translateY(7px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (min-width: 1650px) {
  .hero-canvas {
    height: 845px;
  }
  .hero-product-frame {
    top: 99px;
    width: 1190px;
  }
  .launch-copy {
    padding-top: 78px;
  }
  .launch-copy h1 {
    font-size: 86px;
  }
}
@media (max-width: 1100px) {
  .launch-copy h1 {
    font-size: 63px;
  }
  .hero-canvas {
    height: 670px;
  }
  .hero-product-frame {
    width: 85%;
    top: 95px;
  }
  .hero-float-label {
    bottom: 20px;
    right: 5%;
    padding: 15px 19px;
  }
  .explore-heading h2,
  .showcase-heading h2 {
    font-size: 45px;
  }
  .scene-layout {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 25px;
  }
  .scene-tab {
    padding-left: 14px;
  }
  .scene-tab > strong {
    font-size: 15px;
  }
  .scene-tab > span:last-child {
    font-size: 10px;
  }
  .scene-art {
    padding: 23px 18px;
  }
  .role-layout {
    gap: 45px;
  }
  .role-intro h2 {
    font-size: 36px;
  }
  .permission-stage {
    padding: 25px 18px;
  }
  .permission-card {
    padding: 24px;
  }
  .record-lock div > span {
    max-width: 160px;
  }
  .data-layout {
    gap: 45px;
  }
  .data-copy h2 {
    font-size: 44px;
  }
  .data-orbit {
    width: 350px;
    height: 230px;
  }
  .orbit-two {
    width: 325px;
    height: 345px;
  }
  .vault-object {
    width: 160px;
    height: 195px;
  }
  .ingestion-scene {
    padding: 40px 30px;
    gap: 18px;
    grid-template-columns: 0.8fr 0.12fr 1fr;
  }
  .document-stack {
    height: 280px;
    max-width: 245px;
  }
  .document-front {
    padding: 22px;
  }
  .review-card {
    padding: 20px;
  }
  .review-card-heading strong {
    font-size: 11px;
  }
  .field-check {
    margin-left: 7px;
  }
  .release-showcase {
    gap: 40px;
  }
  .release-showcase h2 {
    font-size: 35px;
  }
  .release-visual {
    padding: 30px 20px;
  }
  .brand-price-card {
    gap: 40px;
    padding: 38px 35px;
  }
  .brand-price {
    font-size: 59px;
  }
  .release-showcase .launch-actions {
    gap: 18px;
  }
  .release-showcase .button {
    font-size: 13px;
    padding: 12px 18px;
  }
}
@media (max-width: 800px) {
  .header-inner {
    height: 70px;
  }
  .launch-copy {
    padding: 47px 0 20px;
  }
  .launch-copy h1 {
    font-size: 57px;
    line-height: 1.17;
    letter-spacing: -0.07em;
  }
  .launch-copy h1 br {
    display: block;
  }
  .launch-eyebrow {
    font-size: 13px;
  }
  .launch-eyebrow span {
    font-size: 10px;
    margin-left: 7px;
  }
  .launch-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .launch-meta {
    font-size: 9px;
    margin-top: 19px;
  }
  .launch-meta span {
    padding-inline: 5px;
  }
  .launch-actions {
    gap: 23px;
  }
  .launch-actions .button {
    font-size: 12px;
    padding: 13px 18px;
  }
  .play-link {
    font-size: 12px;
  }
  .hero-canvas {
    height: 580px;
  }
  .brand-art {
    object-position: 50% 50%;
  }
  .hero-product-frame {
    width: 90%;
    top: 80px;
    transform: none;
    border-width: 4px;
    border-radius: 12px;
  }
  .hero-product-frame .product-image-button {
    height: 370px;
  }
  .hero-product-frame .product-image-button img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 top;
  }
  .product-frame-top {
    font-size: 8px;
    height: 26px;
  }
  .hero-float-label {
    bottom: 18px;
    padding: 14px 17px;
    right: 7%;
    gap: 11px;
  }
  .hero-float-label strong {
    font-size: 12px;
  }
  .hero-float-label div > span {
    font-size: 9px;
  }
  .float-check {
    height: 26px;
    width: 26px;
    font-size: 13px;
  }
  .image-caption {
    font-size: 8px;
    padding-inline: 20px;
  }
  .intro-statement {
    padding: 68px 0;
  }
  .intro-statement > p {
    font-size: 12px;
    margin-bottom: 19px;
  }
  .intro-statement h2 {
    font-size: 27px;
    line-height: 1.6;
  }
  .statement-links {
    gap: 20px;
    font-size: 10px;
    margin-top: 27px;
  }
  .statement-links span {
    padding-left: 3px;
  }
  .product-explore {
    padding: 60px 0 55px;
    border-radius: 25px 25px 0 0;
  }
  .explore-heading h2,
  .showcase-heading h2 {
    font-size: 39px;
  }
  .explore-heading > p:last-child,
  .showcase-heading > p:last-child {
    font-size: 13px;
  }
  .scene-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 27px;
  }
  .scene-tabs {
    flex-direction: row;
    padding: 0;
    gap: 8px;
    overflow-x: auto;
  }
  .scene-tab {
    border-left: 0;
    border-bottom: 2px solid #dce2db;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    white-space: nowrap;
    justify-content: center;
    padding: 14px 2px;
  }
  .scene-tab.active {
    border-bottom-color: #426b4c;
  }
  .scene-tab > span:last-child {
    display: none;
  }
  .scene-tab > strong {
    font-size: 12px;
  }
  .scene-number {
    font-size: 8px;
  }
  .scene-art {
    padding: 21px 16px;
    border-radius: 13px;
  }
  .scene-art .product-image-button {
    height: 310px;
  }
  .scene-art .product-image-button img {
    height: 100%;
    object-fit: cover;
    object-position: 0 top;
  }
  .scene-description {
    margin-top: 23px;
    gap: 15px;
  }
  .scene-description h3 {
    font-size: 18px;
  }
  .scene-description p {
    font-size: 12px;
  }
  .scene-count {
    font-size: 9px;
  }
  .workflow-showcase {
    padding: 68px 0;
  }
  .ingestion-scene {
    margin-top: 35px;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 35px 25px;
    border-radius: 19px;
  }
  .document-stack {
    height: 215px;
    max-width: 220px;
    margin-top: 10px;
  }
  .document-front {
    padding: 19px;
  }
  .document-front > p {
    margin: 12px 0;
    font-size: 11px;
  }
  .document-icon {
    width: 26px;
    height: 31px;
    font-size: 15px;
  }
  .paper-table i {
    height: 12px;
  }
  .file-caption {
    font-size: 8px;
    margin-top: 11px;
  }
  .floating-chip {
    left: 20px;
    bottom: -14px;
    font-size: 9px;
    padding: 8px 12px;
  }
  .ingestion-connector {
    justify-content: center;
    height: 20px;
    margin-top: 7px;
  }
  .ingestion-connector span {
    display: none;
  }
  .ingestion-connector i {
    transform: rotate(90deg);
    font-size: 23px;
  }
  .review-card {
    padding: 22px;
    max-width: 470px;
    width: 100%;
    margin: auto;
  }
  .review-card-heading strong {
    font-size: 12px;
  }
  .review-card dl > div {
    font-size: 11px;
  }
  .review-card-footer > span {
    font-size: 9px;
  }
  .ingestion-steps {
    gap: 18px;
    margin-top: 30px;
  }
  .ingestion-steps li {
    display: block;
  }
  .ingestion-steps li > span {
    margin-bottom: 9px;
  }
  .ingestion-steps strong {
    font-size: 12px;
  }
  .ingestion-steps p {
    font-size: 10px;
    line-height: 1.8;
  }
  .fine-print {
    font-size: 9px;
    line-height: 1.9;
  }
  .role-showcase {
    padding: 68px 0;
  }
  .role-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .role-intro h2 {
    font-size: 38px;
  }
  .role-intro > p:not(.launch-eyebrow) {
    max-width: 100%;
    font-size: 13px;
  }
  .role-switch {
    margin: 13px 0 20px;
  }
  .role-switch button {
    font-size: 11px;
    padding: 9px 21px;
  }
  .role-intro .role-explanation {
    min-height: 45px;
  }
  .permission-stage {
    padding: 25px 21px;
  }
  .permission-card {
    padding: 24px;
  }
  .record-lock div > span {
    max-width: none;
  }
  .record-keyfacts strong {
    font-size: 13px;
  }
  .permission-note {
    font-size: 9px;
  }
  .data-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 60px;
  }
  .data-sculpture {
    height: 355px;
    order: 2;
    margin-top: 10px;
  }
  .data-copy h2 {
    font-size: 44px;
  }
  .data-copy > p:not(.launch-eyebrow) {
    font-size: 13px;
  }
  .data-boundaries {
    margin-top: 24px;
  }
  .data-boundaries span {
    font-size: 9px;
  }
  .data-orbit {
    width: 310px;
    height: 215px;
  }
  .orbit-two {
    width: 280px;
    height: 300px;
  }
  .label-db {
    left: 5%;
    top: 25%;
  }
  .label-files {
    right: 3%;
    top: 58%;
  }
  .label-backup {
    bottom: 0;
    left: 23%;
  }
  .data-orbit-label {
    font-size: 9px;
  }
  .release-showcase {
    padding: 68px 0;
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .release-showcase h2 {
    font-size: 34px;
  }
  .release-showcase > div > p:not(.launch-eyebrow) {
    font-size: 13px;
  }
  .release-visual {
    padding: 30px;
  }
  .release-visual strong {
    font-size: 19px;
  }
  .release-scope {
    font-size: 9px;
    line-height: 1.9;
    margin-top: 0;
  }
  .brand-pricing {
    padding: 63px 0 62px;
  }
  .brand-pricing > h2 {
    font-size: 38px;
  }
  .brand-price-card {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
    max-width: 520px;
  }
  .brand-price-main {
    padding-bottom: 30px;
    border-bottom: 1px solid #dce5d7;
  }
  .brand-price {
    font-size: 58px;
  }
  .brand-price-card ul {
    gap: 17px;
    margin: 0;
    font-size: 11px;
  }
  .brand-price-card li > span {
    padding-right: 8px;
  }
  .brand-pricing .fine-print {
    padding-inline: 7px;
  }
  .product-lightbox {
    padding: 12px;
    border-radius: 10px;
  }
  .product-lightbox > img {
    min-width: 850px;
  }
  .lightbox-heading {
    position: sticky;
    left: 0;
    top: -12px;
    background: #fafcf8;
    padding-block: 8px;
    z-index: 1;
  }
  .lightbox-heading > span {
    font-size: 9px;
  }
  .product-lightbox > p {
    font-size: 9px;
    width: calc(96vw - 26px);
  }
}
@media (max-width: 420px) {
  .launch-copy h1 {
    font-size: 49px;
  }
  .launch-copy {
    padding-top: 38px;
  }
  .launch-eyebrow {
    font-size: 12px;
  }
  .launch-eyebrow span {
    font-size: 9px;
  }
  .launch-description {
    font-size: 13px;
  }
  .launch-actions {
    gap: 17px;
  }
  .launch-meta {
    font-size: 8px;
  }
  .hero-canvas {
    height: 480px;
  }
  .hero-product-frame {
    top: 58px;
    width: 90%;
  }
  .hero-product-frame .product-image-button {
    height: 307px;
  }
  .hero-float-label {
    bottom: 14px;
    right: 5%;
    padding: 12px 14px;
  }
  .hero-float-label strong {
    font-size: 10px;
  }
  .hero-float-label div > span {
    font-size: 8px;
  }
  .hero-product-frame .image-zoom-hint {
    right: 9px;
    bottom: 13px;
    font-size: 8px;
    padding: 6px 10px;
  }
  .product-frame-top {
    font-size: 7px;
    padding-inline: 9px;
  }
  .frame-dots {
    font-size: 6px;
  }
  .intro-statement h2 {
    font-size: 23px;
  }
  .statement-links {
    gap: 14px;
    font-size: 9px;
  }
  .explore-heading h2,
  .showcase-heading h2 {
    font-size: 33px;
  }
  .scene-art {
    padding: 17px 11px;
  }
  .scene-art .product-image-button {
    height: 260px;
  }
  .scene-description h3 {
    font-size: 16px;
  }
  .scene-description p {
    font-size: 11px;
  }
  .scene-tab > strong {
    font-size: 11px;
  }
  .scene-number {
    font-size: 7px;
  }
  .ingestion-scene {
    padding: 30px 17px;
  }
  .review-card {
    padding: 18px 16px;
  }
  .review-card-heading {
    gap: 9px;
  }
  .review-card-heading strong {
    font-size: 11px;
  }
  .review-card-heading div > span {
    font-size: 8px;
  }
  .review-state {
    font-size: 8px;
    padding: 2px 5px;
  }
  .review-card dl > div {
    font-size: 10px;
  }
  .field-check {
    font-size: 7px;
  }
  .ingestion-steps {
    gap: 15px;
  }
  .ingestion-steps strong {
    font-size: 11px;
  }
  .ingestion-steps p {
    font-size: 9px;
  }
  .role-intro h2 {
    font-size: 32px;
  }
  .permission-stage {
    padding: 22px 15px;
  }
  .permission-card {
    padding: 21px 18px;
  }
  .permission-top h3 {
    font-size: 20px;
  }
  .record-keyfacts strong {
    font-size: 11px;
  }
  .protected-amount {
    padding: 15px;
  }
  .protected-amount strong {
    font-size: 22px;
  }
  .protected-amount > span {
    font-size: 8px;
  }
  .record-lock {
    gap: 8px;
  }
  .record-lock div > span {
    font-size: 8px;
    max-width: 174px;
  }
  .lock-badge {
    font-size: 8px;
    padding: 2px 4px;
  }
  .permission-note {
    font-size: 8px;
    gap: 5px;
  }
  .data-copy h2 {
    font-size: 39px;
  }
  .release-showcase h2 {
    font-size: 29px;
  }
  .release-showcase .launch-actions {
    align-items: start;
    gap: 17px;
  }
  .release-showcase .button {
    font-size: 12px;
  }
  .brand-pricing > h2 {
    font-size: 33px;
  }
  .brand-price-card {
    padding: 26px;
  }
  .brand-price {
    font-size: 54px;
  }
  .brand-price span {
    font-size: 11px;
  }
  .brand-price-main > p:last-of-type {
    font-size: 11px;
  }
  .brand-price-card ul {
    font-size: 10px;
  }
}
