:root {
  --navy: #061735;
  --text: #112442;
  --muted: #546078;
  --cyan: #04b8e5;
  --violet: #6b19eb;
  --line: #dce3ee;
  --surface: #f4f7fc;
  --accent: #5d1bd7;
  --soft: #ede5ff;
  --radius: 26px;
  font-synthesis: none;
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 6px;
}
section[id] {
  scroll-margin-top: 108px;
}
.container {
  width: min(1220px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  color: var(--navy);
  z-index: 100;
  padding: 16px;
}
.skip-link:focus {
  top: 15px;
}
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  z-index: 20;
  border-bottom: 1px solid #e8edf4;
}
.header-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 800;
}
.brand img {
  border-radius: 11px;
}
.header-inner nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
}
.header-inner nav a {
  padding-block: 12px;
}
.group-link {
  font-size: 14px;
  color: var(--muted);
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--accent);
  line-height: 1.7;
}
.eyebrow-line {
  width: 26px;
  height: 1px;
  background: currentColor;
}
.gradient-text {
  background: linear-gradient(100deg, #029bc6 0%, #6131df 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.hub-hero {
  text-align: center;
  padding: 62px 0 47px;
}
.hub-hero .eyebrow {
  justify-content: center;
}
.hub-hero h1 {
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.1;
  letter-spacing: -0.055em;
  margin: 17px 0 20px;
  font-weight: 800;
}
.hub-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.choice-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 395px;
  overflow: hidden;
  border: 1px solid #e3d7fc;
  border-radius: var(--radius);
  background: linear-gradient(125deg, #f6f0ff, #e7ddff);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.choice-card.cirurgia {
  border-color: #cbe8f1;
  background: linear-gradient(125deg, #edfbff, #ceeef9);
  --accent: #087295;
}
.choice-copy {
  padding: 42px 0 38px 34px;
  position: relative;
  z-index: 2;
  width: 57%;
}
.choice-copy .eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.choice-card h2 {
  font-size: 35px;
  line-height: 1.19;
  letter-spacing: -1.5px;
  margin-top: 18px;
}
.choice-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #4b5570;
  margin-top: 18px;
}
.choice-link {
  margin-top: 32px;
  display: inline-flex;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
}
.choice-link span {
  font-size: 23px;
}
.choice-screen {
  position: absolute;
  left: 60%;
  width: 34%;
  top: 50px;
  transform: rotate(8deg);
  transition: transform 0.3s;
}
.choice-screen .app-screen {
  width: 100%;
  border: 5px solid var(--navy);
  border-radius: 26px;
  box-shadow: 0 24px 45px #10224230;
}
.choice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px #11244210;
}
.choice-card:hover .choice-screen {
  transform: rotate(4deg) translateY(-5px);
}
.hub-flow {
  padding: 78px 0 84px;
}
.hub-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 28px;
}
.hub-flow-grid > div {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.hub-flow-grid > div > span {
  font-size: 13px;
  color: var(--accent);
  font-weight: 700;
}
.hub-flow h2 {
  font-size: 22px;
  margin: 15px 0 10px;
  letter-spacing: -0.8px;
}
.hub-flow p {
  color: var(--muted);
  line-height: 1.6;
}
.footer {
  border-top: 1px solid var(--line);
  background: #fafbfd;
}
.footer-inner {
  padding-block: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer .brand {
  font-size: 20px;
}
.footer .brand img {
  width: 34px;
  height: 34px;
}
.footer p {
  font-size: 14px;
  color: var(--muted);
}
.footer-inner > div {
  margin-left: auto;
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
}
.specialties {
  gap: 4px !important;
  background: #f0f3f8;
  padding: 4px;
  border-radius: 100px;
}
.specialties a {
  border-radius: 100px;
  padding: 10px 23px !important;
}
.specialties a[aria-current="page"] {
  background: var(--navy);
  color: white;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  padding: 15px 24px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  line-height: 1.4;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #0e285922;
}
.button-small {
  min-height: 44px;
  padding: 11px 19px;
  font-size: 14px;
}
.button-dark {
  background: var(--navy);
  color: #fff;
}
.button-primary {
  background: linear-gradient(110deg, #166ac3, #6520e4);
  color: white;
}
.button-light {
  background: white;
  color: var(--navy);
}
.text-link {
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-block: 15px;
  border-bottom: 1px solid #c2ccdc;
}
.product.cirurgia {
  --accent: #087a9a;
  --soft: #def5fc;
}
.product-hero {
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f9fbff);
}
.product-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 54px;
  align-items: center;
  padding: 48px 0 52px;
}
.hero-copy h1 {
  font-size: clamp(44px, 4.35vw, 62px);
  letter-spacing: -0.055em;
  line-height: 1.13;
  font-weight: 800;
  margin: 24px 0;
}
.hero-lead {
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 510px;
}
.hero-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 31px;
}
.trial-note {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 18px;
  max-width: 400px;
}
.hero-points {
  display: flex;
  gap: 23px;
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 23px;
  font-size: 13px;
  font-weight: 600;
}
.hero-points span:before {
  content: "✓";
  color: var(--accent);
  margin-right: 7px;
}
.hero-stage {
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  overflow: hidden;
  min-height: 622px;
  background:
    radial-gradient(ellipse at 95% 80%, #c9b1ff, transparent 65%),
    linear-gradient(135deg, #eafaff, #e4e9fc);
}
.cirurgia .hero-stage {
  background:
    radial-gradient(ellipse at 95% 80%, #c8dbff, transparent 65%),
    linear-gradient(135deg, #effbff, #c7effb);
}
.stage-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 27px 27px 0;
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 800;
  color: #4b5570;
}
.screen-pair {
  position: relative;
  height: 485px;
  margin-top: 22px;
}
.screen-pair img {
  position: absolute;
  border: 6px solid #092243;
  border-radius: 30px;
  box-shadow: 0 24px 42px #102b5b25;
}
.screen-front {
  width: 220px;
  left: 43%;
  top: 0;
  transform: rotate(5deg);
  z-index: 2;
}
.screen-back {
  width: 193px;
  left: 10%;
  top: 33px;
  transform: rotate(-9deg);
  z-index: 1;
}
.stage-caption {
  position: relative;
  margin: 0 24px 22px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.stage-caption p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.stage-caption strong {
  color: var(--navy);
  font-size: 14px;
}
.caption-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e0f6ee;
  color: #217951;
  font-weight: 800;
}
.caption-mark {
  margin-left: auto;
  font-weight: 800;
  color: #67718a;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.simple-flow {
  padding-block: 64px;
}
.simple-flow p {
  margin-top: 20px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .product-grid {
    padding-block: 65px;
  }
  .hub-hero {
    padding-top: 75px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .product-grid {
    gap: 30px;
  }
  .hero-copy h1 {
    font-size: 47px;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    gap: 14px;
  }
  .screen-front {
    left: 41%;
    width: 200px;
  }
  .screen-back {
    width: 178px;
    left: 6%;
  }
  .screen-pair {
    height: 455px;
  }
  .hero-stage {
    min-height: 590px;
  }
  .choice-copy {
    padding-left: 26px;
  }
  .choice-card h2 {
    font-size: 30px;
  }
  .choice-copy p {
    font-size: 15px;
  }
  .choice-screen {
    left: 62%;
    width: 35%;
    top: 70px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-inner > div {
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 78px;
    gap: 16px;
  }
  .header-inner nav {
    gap: 18px;
  }
  .brand {
    font-size: 21px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .group-link {
    display: none;
  }
  .hub-hero {
    padding: 47px 0 35px;
  }
  .hub-hero h1 {
    font-size: 49px;
  }
  .choice-grid {
    gap: 16px;
  }
  .choice-card {
    min-height: 365px;
  }
  .choice-copy {
    padding: 28px 22px;
    width: 100%;
  }
  .choice-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  .choice-card h2 {
    font-size: 28px;
  }
  .choice-card p {
    max-width: 180px;
  }
  .choice-screen {
    left: 68%;
    width: 44%;
    top: 117px;
    opacity: 0.88;
  }
  .choice-link {
    position: relative;
    z-index: 2;
  }
  .hub-flow-grid {
    gap: 22px;
  }
  .hub-flow h2 {
    font-size: 19px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 40px;
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero-copy h1 {
    font-size: 57px;
  }
  .hero-lead {
    font-size: 18px;
    max-width: 590px;
  }
  .hero-stage {
    width: min(540px, 100%);
    margin: auto;
    min-height: 600px;
  }
  .screen-front {
    left: 43%;
    width: 220px;
  }
  .screen-back {
    width: 195px;
    left: 11%;
  }
  .screen-pair {
    height: 480px;
  }
  .hero-points {
    margin-top: 25px;
    max-width: 530px;
  }
  .specialties a {
    padding-inline: 15px !important;
  }
  .product .header-inner .button {
    padding-inline: 14px;
    gap: 8px;
  }
  .footer-inner > div {
    margin-left: 0;
    width: 100%;
  }
  .footer p {
    margin-left: auto;
  }
  .hub-flow {
    padding-block: 50px;
  }
}
@media (max-width: 540px) {
  .container {
    width: calc(100% - 36px);
  }
  .header-inner {
    min-height: 72px;
  }
  .header-inner nav {
    font-size: 13px;
    gap: 14px;
  }
  .hub .brand {
    font-size: 20px;
  }
  .hub .header-inner nav a:first-child {
    display: none;
  }
  .hub-hero h1 {
    font-size: 41px;
    letter-spacing: -0.05em;
  }
  .hub-hero p {
    font-size: 16px;
  }
  .hub-hero p br {
    display: none;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.11em;
  }
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .choice-card {
    min-height: 356px;
  }
  .choice-copy {
    padding: 30px 25px;
    width: 63%;
  }
  .choice-card h2 {
    font-size: 30px;
  }
  .choice-card p {
    font-size: 15px;
  }
  .choice-screen {
    left: 62%;
    width: 36%;
    top: 45px;
    opacity: 1;
  }
  .choice-screen .app-screen {
    border-radius: 22px;
    border-width: 4px;
  }
  .choice-link {
    margin-top: 24px;
    font-size: 14px;
    gap: 18px;
  }
  .hub-flow-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hub-flow h2 {
    font-size: 23px;
  }
  .hub-flow-grid > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 12px;
  }
  .hub-flow-grid > div > span {
    grid-row: span 2;
    padding-top: 4px;
  }
  .hub-flow-grid h2 {
    margin: 0 0 8px;
  }
  .hub-flow-grid p {
    grid-column: 2;
  }
  .footer-inner {
    gap: 18px;
  }
  .footer p {
    margin: 0;
    width: 100%;
  }
  .footer-inner > div {
    gap: 18px;
    flex-wrap: wrap;
  }
  .product .header-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding-block: 12px;
  }
  .product .brand {
    font-size: 20px;
  }
  .product .brand img {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }
  .specialties {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .specialties a {
    width: 50%;
    text-align: center;
    padding: 8px 16px !important;
    font-size: 14px;
  }
  .product .header-inner .button {
    margin-left: auto;
    font-size: 13px;
    min-height: 38px;
  }
  .hero-copy h1 {
    font-size: 43px;
    margin: 20px 0;
  }
  .hero-lead {
    font-size: 17px;
  }
  .hero-actions {
    align-items: flex-start;
    gap: 12px 24px;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding-inline: 20px;
  }
  .hero-points {
    gap: 15px;
    font-size: 12px;
  }
  .product-grid {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .hero-stage {
    min-height: 530px;
    border-radius: 23px;
  }
  .stage-label {
    padding: 23px 19px 0;
    gap: 10px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .screen-front {
    width: 190px;
    left: 42%;
    border-radius: 24px !important;
  }
  .screen-back {
    width: 165px;
    left: 5%;
    top: 30px;
    border-radius: 24px !important;
  }
  .screen-pair {
    height: 415px;
    margin-top: 21px;
  }
  .stage-caption {
    margin: 0 14px 17px;
    padding: 12px;
  }
  .caption-mark {
    display: none;
  }
  .stage-caption p {
    font-size: 12px;
  }
  .stage-caption strong {
    font-size: 13px;
  }
  .stage-caption .caption-icon {
    width: 30px;
    height: 30px;
  }
  .trial-note {
    font-size: 12px;
  }
  .product-hero .eyebrow {
    font-size: 10px;
    gap: 10px;
  }
  .eyebrow-line {
    width: 15px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 28px);
  }
  .hero-copy h1 {
    font-size: 37px;
  }
  .hero-points {
    gap: 10px;
  }
  .screen-front {
    width: 172px;
    left: 41%;
  }
  .screen-back {
    width: 150px;
  }
  .screen-pair {
    height: 378px;
  }
  .hero-stage {
    min-height: 490px;
  }
  .choice-copy {
    padding-left: 20px;
  }
  .choice-card h2 {
    font-size: 27px;
  }
  .choice-card p {
    font-size: 14px;
  }
  .choice-screen {
    left: 65%;
    width: 36%;
  }
  .choice-copy .eyebrow {
    font-size: 9px;
  }
  .hub-hero h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
.workflow {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 31px;
}
.workflow-grid > div {
  padding: 3px 30px;
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 14px;
  align-content: start;
}
.workflow-grid > div:first-child {
  padding-left: 0;
  border: 0;
}
.step-number {
  grid-row: span 2;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  padding-top: 5px;
}
.workflow h2 {
  font-size: 20px;
  letter-spacing: -0.6px;
}
.workflow p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.5;
}
.editorial-section {
  padding: 96px 0 88px;
  background: #f3f0fb;
}
.cirurgia .editorial-section {
  background: #edf8fa;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.35fr;
  gap: 62px;
  align-items: center;
}
.editorial-copy .eyebrow {
  color: var(--accent);
}
.editorial-copy h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.052em;
  margin: 21px 0 24px;
  max-width: 550px;
}
.editorial-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 480px;
}
.editorial-proof {
  border-top: 1px solid #bec7d6;
  margin-top: 36px;
  padding-top: 21px;
  display: grid;
  gap: 7px;
}
.editorial-proof span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.editorial-proof strong {
  font-size: 18px;
  line-height: 1.45;
}
.editorial-gallery {
  display: grid;
  grid-template-columns: 1.24fr 0.82fr;
  grid-template-rows: repeat(2, 240px);
  gap: 14px;
  min-width: 0;
}
.editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #132746;
  min-width: 0;
}
.editorial-card-main {
  grid-row: 1 / span 2;
}
.editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.editorial-card:hover img {
  transform: scale(1.025);
}
.editorial-card:after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(transparent, rgba(3, 14, 35, 0.92));
  pointer-events: none;
}
.editorial-card figcaption {
  position: absolute;
  inset: auto 21px 20px;
  z-index: 1;
  color: #fff;
}
.editorial-card figcaption span {
  display: block;
  color: #a9eaff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 7px;
}
.editorial-card figcaption strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}
.editorial-card-main figcaption {
  inset: auto 28px 27px;
}
.editorial-card-main figcaption strong {
  font-size: 23px;
  max-width: 360px;
}
.editorial-disclaimer {
  grid-column: 2;
  color: #728096;
  font-size: 10px;
  letter-spacing: 0.04em;
  margin-top: -49px;
  transform: translateY(70px);
}
.walkthrough {
  background: var(--navy);
  color: #fff;
  padding: 86px 0;
}
.walkthrough-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 100px;
  align-items: center;
}
.walkthrough .eyebrow {
  color: #69d9fa;
}
.walkthrough h2 {
  font-size: 43px;
  letter-spacing: -1.7px;
  line-height: 1.23;
  margin: 17px 0;
}
.walkthrough-copy > p {
  color: #b8c6dc;
  font-size: 17px;
  line-height: 1.6;
}
.screen-steps {
  margin-top: 32px;
  display: grid;
  gap: 10px;
}
.screen-step {
  display: grid;
  grid-template-columns: 25px 1fr 20px;
  gap: 16px;
  padding: 19px 20px;
  border: 1px solid #294260;
  border-radius: 14px;
  color: #d3deef;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.screen-step:hover {
  background: #102f50;
}
.screen-step.is-active {
  background: #11395b;
  border-color: #41bcd8;
  box-shadow: inset 3px 0 #42d6f4;
}
.step-index {
  font-size: 12px;
  color: #75d3ef;
  font-weight: 700;
  padding-top: 2px;
}
.screen-step strong {
  font-size: 17px;
  font-weight: 700;
  display: block;
  color: #fff;
}
.screen-step > span > span {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-top: 6px;
}
.step-arrow {
  color: #8bcadd;
  font-size: 20px;
}
.walkthrough-copy .walkthrough-note {
  font-size: 13px;
  margin-top: 22px;
  color: #a9bdd9;
}
.screen-preview {
  background:
    radial-gradient(ellipse at 50% 100%, #343385, transparent 65%),
    linear-gradient(135deg, #0b3150, #102144);
  border: 1px solid #294567;
  padding: 29px 25px 26px;
  border-radius: 24px;
  text-align: center;
  min-width: 0;
}
.preview-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #adcfdf;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
}
.zoom-screen {
  display: block;
  position: relative;
  width: min(270px, 100%);
  margin: auto;
  cursor: zoom-in;
}
.zoom-screen > .app-screen {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 45px #0005;
}
.zoom-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  color: #fff;
  background: #061735e8;
  border: 1px solid #496c98;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 12px;
}
.screen-preview figcaption {
  margin: 24px auto 0;
  max-width: 320px;
  min-height: 76px;
}
.screen-preview figcaption strong {
  font-size: 17px;
  display: block;
}
.screen-preview figcaption > span {
  display: block;
  color: #bbccdf;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
.features-section {
  padding: 85px 0;
}
.section-heading {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
}
.section-heading h2,
.review-section h2,
.faq-section h2 {
  font-size: 38px;
  letter-spacing: -1.4px;
  line-height: 1.25;
  margin-top: 14px;
}
.section-heading > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
.feature-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fafcff;
}
.feature-index {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid #d8dff0;
  padding: 6px 9px;
  border-radius: 8px;
  display: inline-block;
}
.feature-grid h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  margin: 25px 0 12px;
}
.feature-grid p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.pdf-banner {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px 34px;
  border-radius: 18px;
  background: var(--soft);
  margin-top: 23px;
}
.pdf-label {
  font-family: Manrope, sans-serif;
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: 800;
  color: var(--accent);
  padding-right: 30px;
  border-right: 1px solid #bfc9df;
}
.pdf-label span {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  display: block;
  margin-top: 3px;
}
.pdf-banner h3 {
  font-size: 22px;
  letter-spacing: -0.7px;
}
.pdf-banner p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.pdf-check {
  margin-left: auto;
  font-size: 34px;
  color: var(--accent);
}
.review-section {
  padding: 58px 0;
  background: #f7f9fc;
  border-block: 1px solid var(--line);
}
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 75px;
  align-items: center;
}
.review-grid > div > p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}
.review-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 24px;
}
.review-points span:before {
  content: "✓";
  margin-right: 8px;
  color: var(--accent);
}
.download-section {
  padding: 80px 0;
}
.download-panel {
  background:
    radial-gradient(ellipse at 100% 0, #164571, transparent 65%),
    linear-gradient(110deg, #0a1e43, #101b40);
  color: white;
  border-radius: 28px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  align-items: center;
}
.download-panel > div > img {
  border-radius: 16px;
  margin-bottom: 25px;
}
.download-panel .eyebrow {
  color: #83dff7;
}
.download-panel h2 {
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -1.8px;
  margin: 15px 0 20px;
}
.download-panel > div > p {
  color: #bbcae0;
  line-height: 1.8;
  font-size: 17px;
}
.download-card {
  padding: 30px;
  background: #ffffff0a;
  border: 1px solid #486181;
  border-radius: 20px;
}
.trial-badge {
  font-size: 11px;
  letter-spacing: 0.11em;
  background: #75e2fa;
  color: #0a3450;
  border-radius: 6px;
  padding: 7px 10px;
  font-weight: 800;
  display: inline-block;
}
.download-card h3 {
  font-size: 24px;
  letter-spacing: -0.8px;
  margin: 20px 0 12px;
}
.download-panel .download-card > p {
  font-size: 16px;
  line-height: 1.7;
}
.download-card .button {
  width: 100%;
  margin-top: 24px;
}
.download-card small {
  font-size: 12px;
  line-height: 1.7;
  color: #c3cfe1;
  display: block;
  margin-top: 15px;
}
.stripe-option {
  border-top: 1px solid #46607d;
  padding-top: 22px;
  margin-top: 23px;
  font-size: 13px;
}
.stripe-option > span {
  display: block;
  color: #bdcce1;
}
.stripe-option a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 8px;
  font-weight: 600;
}
.stripe-option small {
  font-size: 11px;
  margin-top: 11px;
}
.faq-section {
  padding: 0 0 74px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 25px;
  font-weight: 400;
  color: var(--accent);
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  padding: 0 34px 24px 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.other-app {
  padding: 25px 0 35px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.other-app p {
  font-size: 15px;
  color: var(--muted);
}
.lightbox {
  padding: 18px;
  border: 1px solid #597089;
  border-radius: 20px;
  background: #061735;
  color: white;
  max-width: calc(100vw - 24px);
  max-height: calc(100dvh - 24px);
  overflow: auto;
  overscroll-behavior: contain;
}
.lightbox::backdrop {
  background: #03102deb;
  backdrop-filter: blur(8px);
}
.lightbox > img {
  width: auto;
  max-height: calc(100dvh - 115px);
  max-width: 100%;
  border-radius: 12px;
  margin: 10px auto 0;
}
.lightbox-close {
  border: 0;
  background: #eaf5ff;
  color: #081a36;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  padding: 9px 15px;
  font-size: 14px;
  cursor: pointer;
}
.lightbox-close span {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .editorial-grid {
    gap: 38px;
  }
  .editorial-gallery {
    grid-template-rows: repeat(2, 205px);
  }
  .walkthrough-grid {
    gap: 55px;
  }
  .walkthrough h2 {
    font-size: 37px;
  }
  .workflow-grid > div {
    padding-inline: 22px;
    grid-template-columns: 22px 1fr;
    gap: 10px;
  }
  .workflow h2 {
    font-size: 18px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .download-panel {
    padding: 42px;
    gap: 40px;
  }
  .download-panel h2 {
    font-size: 39px;
  }
  .feature-grid article {
    padding: 24px;
  }
  .review-grid {
    gap: 40px;
  }
  .faq-grid {
    gap: 45px;
  }
}
@media (max-width: 800px) {
  .editorial-section {
    padding: 66px 0 62px;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .editorial-copy > p {
    max-width: 650px;
  }
  .editorial-gallery {
    grid-template-rows: repeat(2, 210px);
  }
  .editorial-disclaimer {
    grid-column: 1;
    margin-top: -20px;
    transform: none;
  }
  .workflow-grid {
    gap: 22px;
  }
  .workflow-grid > div {
    padding: 0;
    border: 0;
    display: block;
  }
  .workflow h2 {
    margin-top: 9px;
  }
  .walkthrough {
    padding: 55px 0;
  }
  .walkthrough-grid {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
  .walkthrough h2 {
    font-size: 31px;
  }
  .screen-step {
    padding: 14px 12px;
    grid-template-columns: 18px 1fr;
    gap: 10px;
  }
  .step-arrow {
    display: none;
  }
  .screen-step strong {
    font-size: 15px;
  }
  .screen-step > span > span {
    font-size: 13px;
  }
  .screen-preview {
    padding: 23px 17px;
  }
  .preview-label {
    font-size: 10px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .feature-grid {
    gap: 15px;
  }
  .feature-grid article {
    padding: 20px;
  }
  .feature-grid h3 {
    font-size: 19px;
  }
  .feature-grid p {
    font-size: 15px;
  }
  .pdf-banner {
    gap: 22px;
    padding: 25px;
  }
  .pdf-banner h3 {
    font-size: 20px;
  }
  .pdf-check {
    display: none;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .review-section h2 br {
    display: none;
  }
  .download-panel {
    grid-template-columns: 1fr 1fr;
    padding: 32px;
    gap: 24px;
  }
  .download-panel h2 {
    font-size: 33px;
  }
  .download-panel > div > p {
    font-size: 16px;
  }
  .download-panel > div > p br {
    display: none;
  }
  .download-card {
    padding: 23px;
  }
  .download-card h3 {
    font-size: 21px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .features-section {
    padding: 55px 0;
  }
  .faq-section {
    padding-bottom: 45px;
  }
  .download-section {
    padding-block: 55px;
  }
  .other-app {
    align-items: flex-start;
  }
  .other-app .text-link {
    white-space: nowrap;
  }
}
@media (max-width: 540px) {
  html {
    scroll-padding-top: 145px;
  }
  section[id] {
    scroll-margin-top: 145px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    padding-block: 25px;
    gap: 20px;
  }
  .workflow-grid > div {
    display: grid;
    grid-template-columns: 26px 1fr;
    column-gap: 12px;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .workflow-grid > div:first-child {
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }
  .workflow-grid > div:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .workflow h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .workflow p {
    font-size: 14px;
    margin-top: 5px;
  }
  .editorial-section {
    padding: 52px 0 47px;
  }
  .editorial-copy h2 {
    font-size: 35px;
    margin-block: 17px 19px;
  }
  .editorial-copy > p {
    font-size: 16px;
  }
  .editorial-proof {
    margin-top: 26px;
  }
  .editorial-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 205px;
    gap: 10px;
  }
  .editorial-card-main {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .editorial-card {
    border-radius: 15px;
  }
  .editorial-card figcaption {
    inset: auto 14px 14px;
  }
  .editorial-card figcaption strong {
    font-size: 13px;
  }
  .editorial-card-main figcaption {
    inset: auto 21px 20px;
  }
  .editorial-card-main figcaption strong {
    font-size: 21px;
  }
  .walkthrough-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .walkthrough h2 {
    font-size: 34px;
  }
  .screen-steps {
    gap: 9px;
    margin-top: 23px;
  }
  .screen-step {
    grid-template-columns: 24px 1fr 18px;
    padding: 16px 15px;
    gap: 13px;
  }
  .step-arrow {
    display: block;
  }
  .screen-step strong {
    font-size: 16px;
  }
  .screen-step > span > span {
    font-size: 14px;
  }
  .screen-preview {
    padding: 25px 20px;
  }
  .zoom-screen {
    width: 245px;
  }
  .screen-preview figcaption {
    min-height: 0;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 27px;
    gap: 14px;
  }
  .feature-grid article {
    padding: 23px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0 16px;
  }
  .feature-index {
    grid-row: span 2;
    align-self: start;
    text-align: center;
    padding: 6px;
  }
  .feature-grid h3 {
    margin: 4px 0 9px;
    font-size: 21px;
  }
  .feature-grid p {
    grid-column: 2;
    font-size: 16px;
  }
  .section-heading h2,
  .review-section h2,
  .faq-section h2 {
    font-size: 31px;
    letter-spacing: -1.1px;
  }
  .section-heading > p br {
    display: none;
  }
  .pdf-banner {
    align-items: flex-start;
    padding: 24px;
    gap: 19px;
  }
  .pdf-label {
    font-size: 31px;
    padding: 0;
    border: 0;
  }
  .pdf-label span {
    font-size: 8px;
    letter-spacing: 0;
    max-width: 55px;
    line-height: 1.5;
  }
  .pdf-banner h3 {
    font-size: 20px;
  }
  .pdf-banner p {
    font-size: 14px;
  }
  .review-section {
    padding: 40px 0;
  }
  .review-grid > div > p {
    font-size: 16px;
  }
  .review-points {
    display: grid;
    gap: 12px;
    font-size: 14px;
  }
  .download-panel {
    padding: 30px 22px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .download-panel h2 {
    font-size: 35px;
  }
  .download-panel > div > img {
    width: 52px;
    height: 52px;
  }
  .download-card {
    padding: 24px;
  }
  .download-card h3 {
    font-size: 23px;
  }
  .download-card small {
    font-size: 12px;
  }
  .stripe-option {
    font-size: 14px;
  }
  .stripe-option small {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .other-app {
    display: block;
  }
  .other-app .text-link {
    margin-top: 8px;
  }
  .other-app p {
    line-height: 1.7;
  }
  .walkthrough-note {
    line-height: 1.7;
  }
}
