:root {
  --blue: #078fd3;
  --blue-strong: #006fbd;
  --teal: #08bdb7;
  --green: #22c978;
  --amber: #f7b718;
  --coral: #ff6d68;
  --indigo: #8558ea;
  --ink: #102536;
  --muted: #5e738c;
  --line: #d8e9f2;
  --soft: #f3fbff;
  --white: #ffffff;
  --shadow: 0 22px 54px rgba(22, 54, 82, 0.12);
  --shadow-soft: 0 14px 36px rgba(22, 54, 82, 0.08);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Nunito Sans", Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  background: #ffffff;
  overflow-x: hidden;
}

.hero-intro-ready .hero-logo,
.hero-intro-ready .hero-access-stack,
.hero-intro-ready .hero-copy,
.hero-intro-ready .proof-strip,
.hero-intro-ready .floating-actions {
  opacity: 0;
}

.hero-intro-ready .hero-logo {
  transform: translate3d(0, -24px, 0);
}

.hero-intro-ready .hero-access-stack {
  transform: translate3d(0, -20px, 0);
}

.hero-intro-ready .hero-copy {
  transform: translate3d(0, 58px, 0);
}

.hero-intro-ready .proof-strip {
  transform: translate3d(0, 42px, 0);
}

.hero-intro-ready .floating-actions {
  transform: translate3d(0, 24px, 0);
}

.hero-intro-ready .hero-product img {
  opacity: 0;
  filter: blur(26px) saturate(0.88) contrast(0.92);
  transform: perspective(1100px) translate3d(210px, 78px, -180px) rotateX(-18deg) rotateY(15deg) rotate(3deg) scale(0.72);
  transform-origin: 54% 34%;
}

.hero-intro-ready .hero-card {
  opacity: 0;
  filter: blur(16px);
  transform: perspective(800px) translate3d(var(--card-enter-x, 0), var(--card-enter-y, 28px), -86px) rotateX(-16deg) scale(0.78);
  transform-origin: center;
}

.hero-intro-ready .hero-arcs {
  opacity: 0;
  transform: rotate(-10deg) scale(0.84);
}

.hero-intro-ready.hero-intro-run .hero-logo,
.hero-intro-ready.hero-intro-run .hero-access-stack,
.hero-intro-ready.hero-intro-run .hero-copy,
.hero-intro-ready.hero-intro-run .proof-strip,
.hero-intro-ready.hero-intro-run .floating-actions {
  animation: hero-content-enter 1050ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-intro-ready.hero-intro-run .hero-logo {
  animation-delay: 80ms;
}

.hero-intro-ready.hero-intro-run .hero-access-stack {
  animation-delay: 220ms;
}

.hero-intro-ready.hero-intro-run .hero-copy {
  animation-delay: 380ms;
}

.hero-intro-ready.hero-intro-run .proof-strip {
  animation-delay: 1680ms;
}

.hero-intro-ready.hero-intro-run .floating-actions {
  animation-delay: 2150ms;
}

.hero-intro-ready.hero-intro-run .hero-product img {
  animation:
    hero-product-enter 2450ms cubic-bezier(0.16, 1, 0.3, 1) 220ms both,
    hero-product-float 6200ms ease-in-out 2820ms infinite;
}

.hero-intro-ready.hero-intro-run .hero-product::before {
  animation: hero-product-aura 5200ms ease-in-out 980ms infinite;
}

.hero-intro-ready.hero-intro-run .hero-product::after {
  animation: hero-monitor-sweep 3600ms ease-in-out 1080ms infinite;
}

.hero-intro-ready.hero-intro-run .hero-arcs {
  animation: hero-arcs-enter 1400ms ease 540ms forwards;
}

.hero-intro-ready.hero-intro-run .hero-sparkle {
  animation: hero-sparkle-twinkle 3600ms ease-in-out infinite;
}

.hero-intro-ready.hero-intro-run .hero-sparkle-two {
  animation-delay: 900ms;
}

.hero-intro-ready.hero-intro-run .hero-card {
  animation:
    hero-card-enter 1380ms cubic-bezier(0.16, 1, 0.3, 1) forwards,
    hero-card-glow 4200ms ease-in-out 2350ms infinite;
}

.hero-intro-ready.hero-intro-run .hero-card::after {
  animation: hero-card-sheen 4200ms ease-in-out infinite;
}

.hero-intro-ready.hero-intro-run .hero-card .hero-icon {
  animation: hero-icon-pulse 4800ms ease-in-out infinite;
}

.hero-intro-ready.hero-intro-run .hero-card-agenda::after,
.hero-intro-ready.hero-intro-run .hero-card-agenda .hero-icon {
  animation-delay: 2200ms;
}

.hero-intro-ready.hero-intro-run .hero-card-whatsapp::after,
.hero-intro-ready.hero-intro-run .hero-card-whatsapp .hero-icon {
  animation-delay: 2460ms;
}

.hero-intro-ready.hero-intro-run .hero-card-ai::after,
.hero-intro-ready.hero-intro-run .hero-card-ai .hero-icon {
  animation-delay: 2720ms;
}

.hero-intro-ready.hero-intro-run .hero-card-finance::after,
.hero-intro-ready.hero-intro-run .hero-card-finance .hero-icon {
  animation-delay: 2980ms;
}

.hero-intro-complete .hero-product img {
  animation: hero-product-float 6200ms ease-in-out infinite;
}

main {
  display: flex;
  flex-direction: column;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 50;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -55%;
  z-index: -1;
  width: 42%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.45) 48%, transparent 100%);
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
  transition: opacity 180ms ease, transform 520ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: translateX(410%) skewX(-18deg);
}

.button:active {
  transform: translateY(0);
}

.button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
  transition: transform 180ms ease;
}

.button-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.button-icon svg {
  width: 13px;
  height: 13px;
}

.button-icon-contract {
  color: #078fd3;
  background: rgba(255, 255, 255, 0.96);
}

.button-icon-whatsapp {
  color: #ffffff;
  background: #18c76f;
  box-shadow: 0 6px 14px rgba(24, 199, 111, 0.22);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0878f2 0%, #0097ee 52%, #03b8df 100%);
  box-shadow: 0 18px 36px rgba(6, 136, 230, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 24px 44px rgba(6, 136, 230, 0.34);
}

.button-secondary,
.button-light {
  color: #0072d6;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(7, 129, 223, 0.28);
  box-shadow: 0 10px 24px rgba(7, 143, 211, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-light:hover,
.button-light:focus-visible {
  border-color: rgba(7, 129, 223, 0.42);
  box-shadow: 0 16px 32px rgba(7, 143, 211, 0.13);
}

.button-light {
  background: #ffffff;
  border: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: min(740px, 100vh);
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 82% 8%, rgba(198, 232, 255, 0.72) 0%, rgba(226, 246, 255, 0.45) 32%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(ellipse at 72% 74%, rgba(0, 203, 196, 0.22) 0%, rgba(0, 203, 196, 0.08) 25%, rgba(255, 255, 255, 0) 56%),
    linear-gradient(108deg, #ffffff 0%, #f8fdff 38%, #eaf8ff 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto -7% -8% -8%;
  z-index: 0;
  height: 34%;
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(8deg, rgba(0, 178, 211, 0.16), rgba(87, 236, 220, 0.16) 43%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(-7deg, rgba(0, 139, 214, 0.11), rgba(255, 255, 255, 0) 58%);
  border-radius: 50% 52% 0 0;
  transform: rotate(-2.4deg);
}

.hero::after {
  inset: auto -3% -15% -10%;
  height: 24%;
  background: linear-gradient(172deg, rgba(255, 255, 255, 0) 12%, rgba(210, 246, 255, 0.82) 56%, rgba(255, 255, 255, 0) 84%);
  transform: rotate(1.5deg);
}

.hero-arcs {
  position: absolute;
  left: 34.5%;
  top: 24.2%;
  z-index: 1;
  width: 46%;
  height: 52%;
  border-top: 2px dashed rgba(74, 203, 220, 0.3);
  border-radius: 50%;
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-arcs::before {
  content: "";
  position: absolute;
  inset: 10% 9% 18% 4%;
  border-top: 2px dashed rgba(74, 203, 220, 0.22);
  border-radius: 50%;
}

.hero-sparkle {
  position: absolute;
  z-index: 3;
  width: 48px;
  height: 48px;
  opacity: 0.92;
  pointer-events: none;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.95));
}

.hero-sparkle::before,
.hero-sparkle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%);
}

.hero-sparkle::after {
  width: 100%;
  height: 7px;
}

.hero-sparkle-one {
  right: 4.1%;
  top: 27.9%;
  transform: scale(0.72) rotate(3deg);
}

.hero-sparkle-two {
  right: 2.6%;
  top: 36.1%;
  transform: scale(0.92) rotate(-2deg);
}

.hero-logo {
  position: absolute;
  left: 3.05%;
  top: 2.1%;
  z-index: 3;
  width: 16.25%;
}

.hero-logo img {
  width: 100%;
  height: auto;
}

.hero-access-stack {
  position: absolute;
  right: 3.05%;
  top: 1.6%;
  z-index: 7;
  display: grid;
  justify-items: end;
  gap: 5px;
}

.hero-access-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  max-width: min(320px, calc(100vw - 48px));
  color: rgba(8, 35, 61, 0.68);
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.hero-access-legal a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.hero-access-legal a:hover,
.hero-access-legal a:focus {
  color: #0d83aa;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-access {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px 0 14px;
  color: #08233d;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(185, 220, 238, 0.86);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(22, 54, 82, 0.1);
  font-size: 0.95rem;
  font-weight: 500;
  backdrop-filter: blur(14px);
}

.hero-access-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(8, 189, 183, 0.14), rgba(7, 143, 211, 0.12));
}

.hero-access-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.4;
}

.hero-access-icon-door {
  stroke: #08bdb7;
}

.hero-access-icon-arrow {
  stroke: #078fd3;
}

.hero-access-icon-dot {
  stroke: #f7b718;
}

.hero-copy {
  position: absolute;
  left: 2.92%;
  top: 22.4%;
  z-index: 8;
  width: 34.6%;
}

.hero-copy h1 {
  width: 100%;
  margin: 0;
  color: #08233d;
  font-size: 3.2vw;
  line-height: 1.1;
  font-weight: 740;
  letter-spacing: 0;
}

.hero-copy h1 span {
  color: #05afa8;
  background: linear-gradient(135deg, #10c7b5 0%, #078fd3 92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy p {
  width: 88%;
  margin: 26px 0 0;
  color: #5d6267;
  font-size: clamp(19px, 1.2vw, 24px);
  line-height: 1.45;
  font-weight: 400;
}

.hero-actions {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: clamp(30px, 3vw, 46px);
}

.hero-actions .button {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.88rem;
}

.hero-actions .button-primary {
  min-width: 220px;
}

.hero-actions .button-secondary {
  min-width: 210px;
}

.hero-actions .button svg {
  width: 13px;
  height: 13px;
}

.hero-product {
  position: absolute;
  left: 39.05%;
  top: 8.35%;
  z-index: 2;
  width: 60.8%;
  margin: 0;
  filter: saturate(1.02) contrast(1.02);
  transform: translate3d(calc(var(--hero-x, 0) * 10px), calc(var(--hero-y, 0) * 8px), 0);
  transition: transform 260ms ease-out;
  will-change: transform;
}

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

.hero-product::before {
  left: 7%;
  top: 2%;
  z-index: 0;
  width: 78%;
  height: 72%;
  background: radial-gradient(ellipse at center, rgba(8, 189, 183, 0.25) 0%, rgba(7, 143, 211, 0.12) 38%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.84);
}

.hero-product::after {
  left: 7%;
  top: 9%;
  z-index: 2;
  width: 70%;
  height: 44%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.58) 48%, rgba(255, 255, 255, 0) 72%);
  border-radius: 18px;
  opacity: 0;
  transform: translate3d(-82%, 0, 0) skewX(-12deg);
  mix-blend-mode: screen;
}

.hero-product img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  transition: transform 420ms ease, filter 420ms ease;
}

.hero-card {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 90px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(231, 240, 247, 0.9);
  border-radius: 16px;
  box-shadow: 0 22px 44px rgba(39, 77, 112, 0.1);
  backdrop-filter: blur(12px);
  overflow: hidden;
  opacity: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  will-change: transform;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transform: translateX(-130%);
  pointer-events: none;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-card strong {
  display: block;
  color: #0b243f;
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 1.18;
  font-weight: 600;
}

.hero-card p {
  margin: 3px 0 0;
  color: #5a6f8a;
  font-size: clamp(11px, 0.74vw, 14px);
  line-height: 1.35;
}

.hero-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  transform-origin: center;
}

.hero-icon svg {
  width: 62%;
  height: 62%;
  stroke-width: 2.3;
}

.icon-calendar {
  width: clamp(36px, 2.65vw, 49px);
  height: clamp(36px, 2.65vw, 49px);
  color: #ffffff;
  background: #eeb449;
  border-radius: 5px;
}

.icon-whatsapp {
  width: clamp(44px, 3vw, 55px);
  height: clamp(44px, 3vw, 55px);
  color: #ffffff;
  background: #17c96b;
  border-radius: 50%;
}

.icon-ai {
  width: clamp(38px, 2.65vw, 49px);
  height: clamp(38px, 2.65vw, 49px);
  color: #ffffff;
  background: #8f55ee;
  border-radius: 10px;
}

.icon-finance {
  width: clamp(48px, 3.55vw, 65px);
  height: clamp(48px, 3.55vw, 65px);
  color: #e39b00;
  background: #fff3cf;
  border: 6px solid #f4b900;
  border-radius: 50%;
}

.hero-card-agenda {
  left: 28.1%;
  top: 11.4%;
  width: 15%;
  padding-inline: 16px;
  --card-enter-x: -78px;
  --card-enter-y: -44px;
  animation-delay: 960ms, 2480ms;
}

.hero-card-agenda strong {
  white-space: nowrap;
  font-size: clamp(12px, 0.78vw, 15px);
}

.hero-card-whatsapp {
  left: 33.8%;
  top: 37.8%;
  width: 17%;
  --card-enter-x: -92px;
  --card-enter-y: 18px;
  animation-delay: 1180ms, 2720ms;
}

.hero-card-ai {
  left: 40.6%;
  top: 70.9%;
  width: 16%;
  --card-enter-x: -18px;
  --card-enter-y: 82px;
  animation-delay: 1400ms, 2960ms;
}

.hero-card-finance {
  left: 67.4%;
  top: 76.2%;
  width: 17%;
  --card-enter-x: 86px;
  --card-enter-y: 48px;
  animation-delay: 1620ms, 3200ms;
}

.site-nav {
  display: none;
  position: sticky;
  top: 14px;
  z-index: 20;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: min(980px, calc(100% - 32px));
  margin: -44px auto 0;
  padding: 12px 18px;
  color: #56697c;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(216, 233, 242, 0.88);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.site-nav a {
  font-weight: 600;
  font-size: 0.94rem;
}

.site-nav a:hover {
  color: var(--blue-strong);
}

.site-nav .nav-demo {
  padding: 9px 16px;
  color: #08233d;
  background: var(--amber);
  border-radius: 999px;
}

.proof-strip {
  position: relative;
  order: 2;
  z-index: 9;
  margin-top: -34px;
  padding: 0 0 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0 34px, #ffffff 34px 100%);
}

.hero {
  order: 1;
}

.screens-section {
  order: 3;
  padding-top: 52px;
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 185, 176, 0.13), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(246, 181, 36, 0.14), transparent 28%),
    var(--white);
}

.screens-section .container {
  width: min(1380px, calc(100% - 64px));
}

.module-ribbon {
  order: 4;
}

.product-section {
  order: 5;
}

.aesthetic-section {
  order: 6;
}

.patient-app-section {
  order: 7;
}

#funcoes {
  order: 8;
}

.conversion-band {
  order: 9;
}

#implantacao {
  order: 10;
}

#demo {
  order: 11;
}

.proof-grid,
.module-grid,
.feature-grid,
.journey-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.proof-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(190, 221, 235, 0.86);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(22, 54, 82, 0.11);
  backdrop-filter: blur(16px);
}

.proof-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  column-gap: 13px;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.proof-card-work {
  border-left: 1px solid rgba(216, 233, 242, 0.92);
}

.proof-card-finance {
  border-left: 1px solid rgba(216, 233, 242, 0.92);
}

.proof-card-protect {
  border-left: 1px solid rgba(216, 233, 242, 0.92);
}

.proof-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  grid-row: span 2;
  margin-top: 2px;
  border-radius: 12px;
  transition: transform 200ms ease;
}

.proof-icon svg {
  width: 21px;
  height: 21px;
}

.proof-icon-teal {
  color: #009d98;
  background: #e6fbf9;
}

.proof-icon-blue {
  color: #078fd3;
  background: #e5f5ff;
}

.proof-icon-amber {
  color: #c98905;
  background: #fff3d7;
}

.proof-icon-indigo {
  color: #6d58ea;
  background: #f0efff;
}

.proof-card strong,
.module-card h3,
.feature-card h3,
.journey-step h3 {
  display: block;
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.proof-card p,
.module-card p,
.feature-card p,
.journey-step p {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
  font-weight: 400;
}

.module-ribbon {
  padding: 46px 0 50px;
  background:
    radial-gradient(circle at 12% 0%, rgba(8, 189, 183, 0.1), transparent 30%),
    radial-gradient(circle at 88% 15%, rgba(247, 183, 24, 0.11), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5fcff 100%);
}

.module-ribbon-shell {
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(190, 221, 235, 0.82);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(22, 54, 82, 0.08);
  backdrop-filter: blur(14px);
}

.module-ribbon-heading h2 {
  max-width: 410px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
}

.module-ribbon-heading p:last-child {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.module-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  gap: 6px 12px;
  min-height: 126px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(201, 225, 238, 0.9);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(22, 54, 82, 0.07);
}

.feature-card,
.journey-step {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.proof-card,
.module-card,
.feature-card,
.journey-step,
.screen-thumb-card,
.pricing-card,
.screen-browser,
.image-panel,
.conversion-cta,
.floating-action {
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.module-icon,
.feature-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  transition: transform 200ms ease;
}

.module-icon {
  grid-row: span 2;
  margin-top: 2px;
  margin-bottom: 0;
}

.feature-icon {
  margin-bottom: 14px;
}

.module-icon svg,
.feature-icon svg {
  width: 20px;
  height: 20px;
}

.module-blue,
.icon-blue {
  color: #078fd3;
  background: #e5f5ff;
}

.module-green,
.icon-green {
  color: #11a969;
  background: #e8fbf1;
}

.module-amber,
.icon-amber {
  color: #c98905;
  background: #fff3d7;
}

.module-teal,
.icon-teal {
  color: #009d98;
  background: #e6fbf9;
}

.module-coral,
.icon-coral {
  color: #e74d52;
  background: #fff0f0;
}

.module-indigo,
.icon-indigo {
  color: #6d58ea;
  background: #f0efff;
}

.section {
  padding: 96px 0;
}

.section-soft {
  background:
    radial-gradient(ellipse at 22% 0%, rgba(0, 189, 183, 0.08), transparent 36%),
    #eef8fb;
}

.split-grid,
.security-grid,
.demo-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 64px;
}

.section-copy h2,
.section-heading h2,
.conversion-band h2,
.demo-section h2,
.pricing-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.3vw, 50px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.section-heading h2 {
  font-size: clamp(26px, 2.35vw, 38px);
  font-weight: 600;
}

.section-copy p,
.section-heading p,
.demo-section p,
.pricing-section p {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 400;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-strong);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pill-row span {
  padding: 9px 14px;
  color: var(--blue-strong);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 600;
}

.mini-list,
.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mini-list li,
.check-list li {
  position: relative;
  padding-left: 28px;
  color: #31485f;
}

.mini-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
}

.google-data-note {
  padding: 14px 16px;
  background: rgba(238, 248, 251, 0.9);
  border: 1px solid rgba(172, 219, 230, 0.85);
  border-radius: 8px;
  line-height: 1.55;
}

.google-data-note a {
  color: #1f8db6;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.patient-flow-section {
  overflow: hidden;
  padding-top: 12px;
}

.patient-flow-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(640px, 1.16fr);
  align-items: start;
  gap: 46px;
}

.patient-flow-copy h2 {
  max-width: 650px;
  font-size: 36px;
  line-height: 1.08;
}

.patient-flow-copy p {
  max-width: 660px;
}

.patient-flow-showcase {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.patient-flow-showcase::before {
  content: "";
  position: absolute;
  inset: 62px 8px 60px;
  background:
    linear-gradient(135deg, rgba(0, 189, 183, 0.1), rgba(10, 146, 210, 0.08)),
    #f7fcfe;
  border: 1px solid rgba(190, 221, 235, 0.72);
  border-radius: 32px;
  transform: skewY(-2deg);
  z-index: -2;
}

.patient-phone {
  position: relative;
  margin: 0;
  transition: transform 280ms ease;
}

.patient-phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.patient-phone-gallery,
.patient-phone-confirm {
  position: absolute;
  z-index: 1;
  width: min(284px, 33vw);
  opacity: 0.92;
  filter: drop-shadow(0 22px 34px rgba(16, 37, 54, 0.13));
}

.patient-phone-gallery img,
.patient-phone-confirm img {
  border-radius: 50px;
}

.patient-phone-gallery {
  left: 0;
  top: 94px;
  transform: rotate(-6deg);
}

.patient-phone-app {
  width: min(330px, 34vw);
  z-index: 3;
  transform: translateY(20px);
  filter: drop-shadow(0 30px 48px rgba(16, 37, 54, 0.18));
}

.patient-phone-confirm {
  right: 0;
  top: 106px;
  transform: rotate(6deg);
}

.patient-app-section {
  overflow: hidden;
  padding: 88px 0 94px;
  background:
    radial-gradient(circle at 16% 16%, rgba(8, 189, 183, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(7, 143, 211, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}

.patient-app-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: 52px;
}

.patient-app-copy {
  order: 1;
}

.patient-app-carousel {
  order: 2;
  position: relative;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.patient-app-carousel::before {
  content: none;
}

.patient-carousel-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 72px;
}

.patient-carousel-track {
  position: relative;
  width: min(350px, 100%);
  aspect-ratio: 49 / 100;
}

.patient-carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) scale(0.975);
  transition: opacity 260ms ease, transform 260ms ease;
}

.patient-carousel-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.patient-carousel-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 28px 42px rgba(16, 37, 54, 0.18));
  transition: transform 240ms ease, filter 240ms ease;
}

.patient-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #087caa;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(22, 54, 82, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.patient-carousel-control:hover,
.patient-carousel-control:focus-visible {
  border-color: rgba(8, 189, 183, 0.72);
  box-shadow: 0 18px 34px rgba(22, 54, 82, 0.16);
  transform: translateY(-50%) scale(1.04);
}

.patient-carousel-control svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.patient-carousel-prev {
  left: 22px;
}

.patient-carousel-next {
  right: 22px;
}

.patient-app-copy h2 {
  max-width: 650px;
  font-size: 2.45rem;
  line-height: 1.08;
}

.patient-app-copy p {
  max-width: 660px;
}

.patient-app-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.patient-app-feature-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(196, 224, 238, 0.88);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(22, 54, 82, 0.08);
}

.patient-app-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.patient-app-feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.patient-app-feature-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.patient-app-feature-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.aesthetic-section {
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 86% 10%, rgba(236, 71, 156, 0.1), transparent 30%),
    radial-gradient(circle at 12% 22%, rgba(8, 189, 183, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
}

.aesthetic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.aesthetic-copy {
  max-width: 900px;
}

.aesthetic-copy h2 {
  max-width: 820px;
  font-size: 2.55rem;
  line-height: 1.08;
}

.aesthetic-copy p {
  max-width: 760px;
}

.aesthetic-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.aesthetic-proof-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(196, 224, 238, 0.88);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(22, 54, 82, 0.08);
}

.aesthetic-proof-card span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), #ec479c);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 800;
}

.aesthetic-proof-card strong {
  margin-bottom: 4px;
}

.aesthetic-proof-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.aesthetic-showcase {
  position: relative;
  min-height: 670px;
  isolation: isolate;
}

.aesthetic-showcase::before {
  content: "";
  position: absolute;
  inset: 36px 24px 36px;
  background:
    linear-gradient(135deg, rgba(8, 189, 183, 0.1), rgba(236, 71, 156, 0.08)),
    #f4fbff;
  border: 1px solid rgba(190, 221, 235, 0.76);
  border-radius: 28px;
  transform: rotate(1.5deg);
  z-index: -1;
}

.aesthetic-window {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(197, 222, 238, 0.95);
  border-radius: 18px;
  box-shadow: 0 28px 68px rgba(22, 54, 82, 0.16);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.aesthetic-window img {
  width: 100%;
  height: auto;
}

.aesthetic-window-main {
  left: 0;
  top: 22px;
  width: min(920px, 82%);
  z-index: 2;
}

.aesthetic-window-secondary {
  right: 0;
  bottom: 0;
  width: min(600px, 52%);
  z-index: 3;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.screen-browser {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 22% 8%, rgba(0, 189, 183, 0.16), transparent 36%),
    radial-gradient(ellipse at 78% 8%, rgba(247, 183, 24, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(249, 253, 255, 0.98) 0%, #ffffff 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 28px 72px rgba(22, 54, 82, 0.12);
}

.screen-browser-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 16px 14px;
  overflow-x: visible;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.screen-browser-nav::-webkit-scrollbar {
  height: 8px;
}

.screen-browser-nav::-webkit-scrollbar-thumb {
  background: rgba(7, 143, 211, 0.22);
  border-radius: 999px;
}

.screen-color-blue {
  --screen-accent: #078fd3;
  --screen-accent-2: #08bdb7;
  --screen-soft: #e5f5ff;
}

.screen-color-amber {
  --screen-accent: #d99205;
  --screen-accent-2: #f7b718;
  --screen-soft: #fff3d7;
}

.screen-color-teal {
  --screen-accent: #009d98;
  --screen-accent-2: #08bdb7;
  --screen-soft: #e6fbf9;
}

.screen-color-indigo {
  --screen-accent: #6d58ea;
  --screen-accent-2: #8c63f2;
  --screen-soft: #f0efff;
}

.screen-color-green {
  --screen-accent: #12a866;
  --screen-accent-2: #22c978;
  --screen-soft: #e8fbf1;
}

.screen-color-coral {
  --screen-accent: #e74d52;
  --screen-accent-2: #ff7b75;
  --screen-soft: #fff0f0;
}

.screen-tab {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 46px;
  padding: 6px 12px 6px 8px;
  color: #41566f;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(22, 54, 82, 0.06);
  font-size: 0.88rem;
  font-weight: 740;
  white-space: nowrap;
  transition: transform 180ms ease, color 180ms ease, border 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.screen-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(7, 143, 211, 0.34);
  box-shadow: 0 12px 26px rgba(22, 54, 82, 0.1);
}

.screen-tab-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--screen-accent, var(--blue));
  background: var(--screen-soft, #e5f5ff);
  border-radius: 10px;
}

.screen-tab svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.35;
}

.screen-tab.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--screen-accent), var(--screen-accent-2));
  border-color: transparent;
  box-shadow: 0 16px 30px color-mix(in srgb, var(--screen-accent) 28%, transparent);
}

.screen-tab.is-active .screen-tab-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.22);
}

.screen-stage {
  position: relative;
  min-height: 0;
}

.screen-panel {
  display: none;
  grid-template-columns: minmax(250px, 0.26fr) minmax(0, 0.74fr);
  align-items: center;
  gap: 22px;
  padding: 22px;
}

.screen-panel.is-active {
  display: grid;
  animation: screen-panel-enter 340ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.screen-copy {
  width: 100%;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    var(--screen-soft, #f8fcff);
  border: 1px solid var(--line);
  border-left: 5px solid var(--screen-accent, var(--teal));
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(22, 54, 82, 0.09);
}

.screen-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 13px;
  color: var(--screen-accent, var(--blue-strong));
  background: var(--screen-soft, #dff5ff);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.screen-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 1.55vw, 29px);
  line-height: 1.12;
  font-weight: 740;
  letter-spacing: 0;
}

.screen-copy p {
  max-width: 360px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.52;
}

.screen-visual {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(22, 54, 82, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.screen-window-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #102536, #183851);
}

.screen-window-bar span {
  width: 42px;
  height: 10px;
  background:
    radial-gradient(circle at 5px 50%, #ff6d68 0 5px, transparent 5.5px),
    radial-gradient(circle at 21px 50%, #ffc247 0 5px, transparent 5.5px),
    radial-gradient(circle at 37px 50%, #2fd68b 0 5px, transparent 5.5px);
}

.screen-window-bar strong {
  font-size: 1rem;
  font-weight: 500;
}

.screen-image-pad {
  display: block;
  min-height: 0;
  padding: 0;
  background:
    radial-gradient(circle at 22% 0%, rgba(7, 143, 211, 0.08), transparent 34%),
    #f8fcff;
}

.screen-image-pad img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  transition: transform 420ms ease;
}

.screen-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.screen-thumb-card {
  display: grid;
  grid-template-rows: auto auto auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(22, 54, 82, 0.08);
}

.screen-thumb-card img {
  display: block;
  width: 100%;
  height: clamp(160px, 13vw, 220px);
  padding: 8px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(8, 189, 183, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(7, 143, 211, 0.06), rgba(0, 189, 183, 0.07)),
    #f8fcff;
  border-bottom: 1px solid var(--line);
  transition: transform 420ms ease;
}

.screen-thumb-card strong {
  display: block;
  padding: 18px 20px 6px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.2;
}

.screen-thumb-card p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  min-height: 210px;
}

.conversion-band {
  padding: 54px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(110deg, #008dc4, #03b6ac);
}

.conversion-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.conversion-band .eyebrow,
.conversion-band h2 {
  color: #ffffff;
}

.conversion-band h2 {
  max-width: 790px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 600;
}

.conversion-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 346px;
  min-height: 82px;
  padding: 14px 22px 14px 16px;
  color: #08233d;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  box-shadow: 0 22px 44px rgba(0, 87, 123, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.conversion-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 54px rgba(0, 87, 123, 0.28);
}

.conversion-cta-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, #0878f2 0%, #08bdb7 100%);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(7, 143, 211, 0.26);
}

.conversion-cta-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.conversion-cta-text {
  display: grid;
  gap: 2px;
}

.conversion-cta-text strong {
  color: #06243b;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.2;
}

.conversion-cta-text small {
  color: #54708b;
  font-size: 0.86rem;
  line-height: 1.3;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.journey-grid {
  grid-template-columns: repeat(4, 1fr);
}

.journey-step span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 600;
}

.pricing-section {
  padding: 74px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 12%, rgba(7, 143, 211, 0.24), transparent 34%),
    linear-gradient(110deg, rgba(8, 24, 37, 0.94), rgba(9, 52, 73, 0.82)),
    url("assets/professional-hero.jpg") center / cover;
}

.pricing-section .eyebrow,
.pricing-section h2 {
  color: #ffffff;
}

.pricing-section p {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
}

.pricing-copy {
  max-width: 760px;
}

.pricing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.pricing-actions .button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.pricing-card {
  display: grid;
  gap: 0;
  padding: 26px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(215, 231, 240, 0.9);
  border-radius: 12px;
  box-shadow: 0 30px 68px rgba(1, 19, 34, 0.24);
}

.pricing-kicker,
.pricing-unit,
.pricing-note {
  margin: 0;
}

.pricing-kicker {
  color: #54708b;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
  color: #08233d;
}

.pricing-price span {
  color: #008fc8;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 500;
}

.pricing-price .pricing-prefix {
  font-size: clamp(18px, 1.5vw, 24px);
  white-space: nowrap;
}

.pricing-price strong {
  font-size: clamp(52px, 4.8vw, 74px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0;
}

.pricing-price small {
  color: #54708b;
  font-size: 0.95rem;
  font-weight: 700;
}

.pricing-unit {
  color: #54708b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-card .pricing-unit {
  margin-top: 6px;
  padding-left: 0;
  color: #54708b;
  font-size: 0.7rem;
}

.pricing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.pricing-list li {
  position: relative;
  padding-left: 24px;
  color: #31485f;
  font-size: 0.95rem;
  line-height: 1.35;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2 6.7 5.4 8.9 9.8 4.1' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px 11px no-repeat,
    linear-gradient(135deg, #18c76f, #05afa8);
}

.pricing-note {
  margin-top: 20px;
  padding: 12px 14px;
  color: #36526e;
  background: linear-gradient(135deg, rgba(8, 189, 183, 0.1), rgba(7, 143, 211, 0.08));
  border: 1px solid rgba(185, 220, 238, 0.8);
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.38;
}

.pricing-card .pricing-note {
  color: #36526e;
}

.site-footer {
  padding: 14px 0;
  background: #ffffff;
  border-top: 1px solid rgba(197, 222, 238, 0.72);
}

.footer-grid {
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  min-height: 58px;
  gap: 28px;
}

.footer-brand {
  display: grid;
  gap: 1px;
  justify-items: start;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  transform: translateY(-2px);
}

.footer-logo img {
  width: 132px;
  height: auto;
}

.footer-copy {
  display: grid;
  gap: 3px;
  justify-items: center;
}

.footer-copy p {
  max-width: 660px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
  text-align: center;
}

.footer-brand small {
  color: #6f8499;
  font-size: 0.72rem;
  line-height: 1.3;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(12, 51, 82, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(12, 51, 82, 0.12);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-youtube svg path:last-child,
.social-facebook svg path {
  fill: currentColor;
  stroke: none;
}

.social-youtube {
  background: #e5163f;
}

.social-instagram {
  background: linear-gradient(135deg, #e9b34b 0%, #e76f25 26%, #c83272 55%, #8037b6 78%, #3366cf 100%);
}

.social-facebook {
  background: #1f6fd1;
}

.legal-page {
  background: #f6fbff;
  color: #17324d;
  min-height: 100vh;
}

.legal-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 20px 48px;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.legal-header img {
  width: 150px;
  height: auto;
}

.legal-back {
  color: #1f8db6;
  font-weight: 800;
  text-decoration: none;
}

.legal-back:hover,
.legal-back:focus {
  color: #126782;
  text-decoration: underline;
}

.legal-doc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.legal-doc-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #176d8f;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(197, 222, 238, 0.9);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-doc-nav a:hover,
.legal-doc-nav a:focus,
.legal-doc-nav a[aria-current="page"] {
  color: #08233d;
  background: #ffffff;
  border-color: rgba(31, 141, 182, 0.36);
}

.legal-content {
  background: #ffffff;
  border: 1px solid rgba(197, 222, 238, 0.85);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(31, 105, 150, 0.08);
  padding: 34px;
}

.legal-eyebrow {
  margin: 0 0 10px;
  color: #1f8db6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content h1 {
  margin: 0 0 10px;
  color: #12304b;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.legal-updated {
  margin: 0 0 26px;
  color: #6f8499;
  font-weight: 700;
}

.legal-content h2 {
  margin: 26px 0 10px;
  color: #17324d;
  font-size: 1.22rem;
}

.legal-intro {
  margin: 24px 0 4px;
  padding: 18px 20px;
  background: #f4fbff;
  border: 1px solid rgba(197, 222, 238, 0.72);
  border-radius: 12px;
}

.legal-content p,
.legal-content li {
  color: #36526e;
  font-size: 1rem;
  line-height: 1.7;
}

.legal-content ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.legal-content a {
  color: #1f8db6;
  font-weight: 700;
}

.legal-note {
  margin-top: 30px;
  padding: 18px 20px;
  color: #36526e;
  background: #f7fbfe;
  border: 1px solid rgba(197, 222, 238, 0.72);
  border-radius: 12px;
  font-size: 0.96rem;
  line-height: 1.65;
}

.legal-footer {
  margin-top: 20px;
  color: #6f8499;
  font-size: 0.84rem;
  text-align: center;
}

.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 16px 20px;
  width: min(980px, 100%);
  padding: 18px 68px 18px 20px;
  color: #284158;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(199, 225, 239, 0.92);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(20, 52, 74, 0.14);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.cookie-consent-copy {
  display: grid;
  gap: 5px;
}

.cookie-consent-copy strong {
  color: #102536;
  font-size: 0.98rem;
  font-weight: 500;
}

.cookie-consent-copy p {
  max-width: 690px;
  margin: 0;
  color: #587087;
  font-size: 0.88rem;
  line-height: 1.52;
}

.cookie-consent-copy a {
  color: #078fd3;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(7, 143, 211, 0.25);
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 500;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.cookie-button:hover,
.cookie-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(13, 107, 161, 0.16);
}

.cookie-button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #078fd3, #0fb7b7);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(7, 143, 211, 0.18);
}

.cookie-button-secondary {
  color: #0b6696;
  background: #eef9ff;
}

.cookie-button-ghost {
  color: #38556f;
  background: #ffffff;
}

.cookie-consent-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #496175;
  background: #f7fbfe;
  border: 1px solid rgba(190, 220, 237, 0.9);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(20, 52, 74, 0.08);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.cookie-consent-close::before {
  content: "\00d7";
}

.cookie-preferences {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 233, 242, 0.95);
}

.cookie-preferences[hidden] {
  display: none;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: #f8fcff;
  border: 1px solid rgba(216, 233, 242, 0.95);
  border-radius: 10px;
}

.cookie-option span:first-child {
  display: grid;
  gap: 2px;
}

.cookie-option strong {
  color: #102536;
  font-size: 0.9rem;
  font-weight: 500;
}

.cookie-option small,
.cookie-status {
  color: #60768c;
  font-size: 0.78rem;
}

.cookie-status {
  white-space: nowrap;
  font-weight: 500;
}

.cookie-option-toggle {
  cursor: pointer;
}

.cookie-switch {
  position: relative;
  flex: 0 0 auto;
  width: 48px;
  height: 28px;
}

.cookie-switch input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.cookie-switch span {
  position: absolute;
  inset: 0;
  background: #d5e4ee;
  border-radius: 999px;
  transition: background 160ms ease;
}

.cookie-switch span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(20, 52, 74, 0.18);
  transition: transform 160ms ease;
}

.cookie-switch input:checked + span {
  background: #08bdb7;
}

.cookie-switch input:checked + span::after {
  transform: translateX(20px);
}

@media (max-width: 760px) {
  .cookie-consent {
    left: 12px;
    right: auto;
    bottom: 12px;
    width: min(360px, calc(100vw - 24px));
  }

  .cookie-consent-panel {
    grid-template-columns: 1fr;
    gap: 13px;
    max-height: calc(100vh - 24px);
    overflow: auto;
    padding: 17px;
  }

  .cookie-consent-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    color: #0b6696;
    background: #eef9ff;
    border-color: rgba(112, 190, 228, 0.7);
  }

  .cookie-consent-copy {
    padding-right: 42px;
  }

  .cookie-consent-actions,
  .cookie-button {
    width: 100%;
  }

  .cookie-button {
    justify-content: center;
  }

  .cookie-option {
    align-items: flex-start;
    flex-direction: column;
  }
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.floating-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px 0 12px;
  color: #102536;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(199, 225, 239, 0.9);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(12, 51, 82, 0.16);
  font-size: 0.94rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-action strong {
  font-weight: 500;
}

.floating-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(12, 51, 82, 0.2);
}

.floating-action span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.floating-action svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-whatsapp span {
  color: #ffffff;
  background: #18c76f;
}

.floating-video span {
  color: #ffffff;
  background: linear-gradient(135deg, #0878f2, #08bdb7);
}

.floating-video svg {
  fill: currentColor;
  stroke: none;
}

.has-motion .reveal-on-scroll {
  opacity: 0;
  filter: none;
  transform: translate3d(0, 22px, 0) scale(0.99);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.has-motion .reveal-left {
  transform: translate3d(-28px, 16px, 0) scale(0.99);
}

.has-motion .reveal-right {
  transform: translate3d(28px, 16px, 0) scale(0.99);
}

.has-motion .reveal-text {
  transform: translate3d(0, 16px, 0) scale(0.995);
}

.has-motion .reveal-perspective {
  transform: perspective(1100px) translate3d(0, 30px, -28px) rotateX(-4deg) scale(0.985);
  transform-origin: center top;
}

.has-motion .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab {
  animation: reveal-chip-in 420ms ease both;
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab:nth-child(1) {
  animation-delay: 40ms;
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab:nth-child(2) {
  animation-delay: 60ms;
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab:nth-child(3) {
  animation-delay: 80ms;
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab:nth-child(4) {
  animation-delay: 100ms;
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab:nth-child(5) {
  animation-delay: 120ms;
}

.has-motion .screen-browser.reveal-on-scroll.is-visible .screen-tab:nth-child(n + 6) {
  animation-delay: 140ms;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover .button-icon-contract svg,
  .button:focus-visible .button-icon-contract svg {
    transform: translateX(2px);
  }

  .hero:hover .hero-product img {
    transform: scale(1.012);
    filter: saturate(1.04) contrast(1.03);
  }

  .hero-card:hover {
    transform: translateY(-5px);
    border-color: rgba(185, 220, 238, 0.98);
    box-shadow: 0 28px 56px rgba(39, 77, 112, 0.14);
  }

  .proof-card,
  .module-card,
  .feature-card,
  .journey-step,
  .screen-thumb-card,
  .pricing-card,
  .screen-browser {
    will-change: transform;
  }

  .proof-card:hover {
    background: rgba(255, 255, 255, 0.68);
    transform: translateY(-2px);
  }

  .proof-card:hover .proof-icon,
  .module-card:hover .module-icon,
  .feature-card:hover .feature-icon {
    transform: scale(1.06);
  }

  .module-card:hover,
  .feature-card:hover,
  .journey-step:hover,
  .screen-thumb-card:hover {
    transform: translateY(-4px);
    border-color: rgba(7, 143, 211, 0.22);
    box-shadow: 0 22px 48px rgba(22, 54, 82, 0.12);
  }

  .screen-browser:hover,
  .pricing-card:hover,
  .image-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 34px 76px rgba(22, 54, 82, 0.15);
  }

  .screen-browser:hover .screen-panel.is-active .screen-visual {
    transform: translateY(-2px);
    border-color: rgba(7, 143, 211, 0.2);
    box-shadow: 0 26px 54px rgba(22, 54, 82, 0.13);
  }

  .screen-browser:hover .screen-panel.is-active .screen-image-pad img,
  .screen-thumb-card:hover img {
    transform: scale(1.018);
  }

  .patient-flow-showcase:hover .patient-phone-gallery {
    transform: rotate(-7deg) translateY(-5px);
  }

  .patient-flow-showcase:hover .patient-phone-app {
    transform: translateY(12px) scale(1.012);
  }

  .patient-flow-showcase:hover .patient-phone-confirm {
    transform: rotate(7deg) translateY(-5px);
  }

  .patient-app-carousel:hover .patient-carousel-slide.is-active img {
    transform: translateY(-3px);
    filter: drop-shadow(0 34px 54px rgba(16, 37, 54, 0.2));
  }

  .aesthetic-showcase:hover .aesthetic-window-main {
    transform: translateY(-5px);
  }

  .aesthetic-showcase:hover .aesthetic-window-secondary {
    transform: translateY(-4px) rotate(1deg);
  }

  .conversion-cta:hover,
  .conversion-cta:focus-visible,
  .floating-action:hover,
  .floating-action:focus-visible {
    transform: translateY(-2px);
  }

  .social-link:hover {
    transform: translateY(-2px);
  }
}

@keyframes hero-card-enter {
  0% {
    opacity: 0;
    filter: blur(16px);
    transform: perspective(800px) translate3d(var(--card-enter-x, 0), var(--card-enter-y, 18px), -86px) rotateX(-16deg) scale(0.78);
  }

  72% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, -4px, 0) scale(1.012);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-card-glow {
  0%,
  55%,
  100% {
    box-shadow: 0 22px 44px rgba(39, 77, 112, 0.1);
    border-color: rgba(231, 240, 247, 0.9);
  }

  68% {
    box-shadow: 0 28px 58px rgba(7, 143, 211, 0.16);
    border-color: rgba(130, 209, 228, 0.72);
  }
}

@keyframes hero-card-sheen {
  0%,
  46%,
  100% {
    opacity: 0;
    transform: translateX(-130%);
  }

  57% {
    opacity: 0.72;
  }

  70% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@keyframes hero-icon-pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.045);
  }
}

@keyframes hero-content-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-product-enter {
  0% {
    opacity: 0;
    filter: blur(26px) saturate(0.88) contrast(0.92);
    transform: perspective(1100px) translate3d(210px, 78px, -180px) rotateX(-18deg) rotateY(15deg) rotate(3deg) scale(0.72);
  }

  68% {
    opacity: 1;
    filter: blur(0) saturate(1.04) contrast(1.03);
    transform: perspective(1100px) translate3d(-10px, -9px, 0) rotateX(1.4deg) rotateY(-1deg) rotate(-0.45deg) scale(1.02);
  }

  100% {
    opacity: 1;
    filter: blur(0) saturate(1.02) contrast(1.02);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-product-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -9px, 0) scale(1.008);
  }
}

@keyframes hero-product-aura {
  0%,
  100% {
    opacity: 0.08;
    transform: scale(0.9);
  }

  42% {
    opacity: 0.34;
    transform: scale(1.04);
  }
}

@keyframes hero-monitor-sweep {
  0%,
  20% {
    opacity: 0;
    transform: translate3d(-86%, 0, 0) skewX(-12deg);
  }

  34% {
    opacity: 0.68;
  }

  52%,
  100% {
    opacity: 0;
    transform: translate3d(112%, 0, 0) skewX(-12deg);
  }
}

@keyframes hero-arcs-enter {
  from {
    opacity: 0;
    transform: rotate(-8deg) scale(0.94);
  }

  to {
    opacity: 1;
    transform: rotate(-8deg) scale(1);
  }
}

@keyframes hero-sparkle-twinkle {
  0%,
  100% {
    opacity: 0.58;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.75));
  }

  45% {
    opacity: 1;
    filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.98));
  }
}

@keyframes screen-panel-enter {
  from {
    opacity: 0;
    transform: translate3d(28px, 0, 0) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes reveal-chip-in {
  from {
    opacity: 0;
    transform: translate3d(0, -14px, 0) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.sticky-demo {
  display: none;
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 30;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  color: #102536;
  background: var(--amber);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(246, 181, 36, 0.32);
  font-weight: 700;
}

@media (max-width: 1200px) {
  .hero {
    height: auto;
    min-height: 0;
    padding: 34px 20px 70px;
  }

  .hero-logo,
  .hero-copy,
  .hero-product,
  .hero-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
  }

  .hero-logo {
    display: inline-flex;
    width: 220px;
    margin-bottom: 46px;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-copy h1 {
    width: 100%;
    font-size: clamp(42px, 8vw, 70px);
    transform: none;
  }

  .hero-product {
    width: min(860px, 100%);
    margin: 34px auto 0;
  }

  .hero-card {
    width: min(360px, 100%);
    margin-top: 14px;
  }

  .hero-card-finance,
  .hero-card-ai {
    margin-left: auto;
  }

  .site-nav {
    margin-top: 0;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .module-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .screens-section .container {
    width: min(100% - 36px, var(--container));
  }

  .proof-grid,
  .feature-grid,
  .screen-thumb-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-card:nth-child(odd) {
    border-left: 0;
  }

  .proof-card:nth-child(n + 3) {
    border-top: 1px solid rgba(216, 233, 242, 0.92);
  }

  .split-grid,
  .security-grid,
  .demo-grid,
  .pricing-grid,
  .aesthetic-grid,
  .patient-app-grid {
    grid-template-columns: 1fr;
  }

  .module-ribbon-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .module-ribbon-heading h2,
  .module-ribbon-heading p:last-child {
    max-width: 680px;
  }

  .patient-flow-grid,
  .aesthetic-grid,
  .patient-app-grid {
    gap: 36px;
  }

  .patient-flow-copy h2,
  .aesthetic-copy h2,
  .patient-app-copy h2 {
    font-size: 2.35rem;
  }

  .patient-flow-showcase {
    min-height: 680px;
  }

  .patient-phone-gallery,
  .patient-phone-confirm {
    width: min(250px, 38vw);
  }

  .patient-phone-gallery {
    left: 4%;
    top: 98px;
  }

  .patient-phone-app {
    width: min(300px, 42vw);
  }

  .patient-phone-confirm {
    right: 4%;
    top: 104px;
  }

  .aesthetic-showcase {
    width: min(100%, 760px);
    min-height: 520px;
    margin: 8px auto 0;
  }

  .aesthetic-window-main {
    width: 88%;
  }

  .aesthetic-window-secondary {
    width: 52%;
  }

  .patient-app-carousel {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .screen-panel {
    grid-template-columns: minmax(220px, 0.3fr) minmax(0, 0.7fr);
    gap: 20px;
    padding: 20px;
  }

  .screen-copy {
    padding: 20px;
  }

  .screen-image-pad {
    min-height: 0;
  }

  .conversion-inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .conversion-cta {
    width: min(100%, 390px);
    min-width: 0;
  }

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

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

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

  .hero {
    padding-inline: 16px;
    padding-bottom: 48px;
  }

  .hero-logo {
    width: 180px;
    margin-bottom: 18px;
  }

  .hero-access-stack {
    position: relative;
    right: auto;
    top: auto;
    width: max-content;
    max-width: 100%;
    justify-items: start;
    gap: 5px;
    margin-bottom: 30px;
  }

  .hero-access-legal {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 3px;
    font-size: 0.63rem;
    white-space: normal;
  }

  .hero-access {
    width: max-content;
    min-height: 42px;
    padding: 0 15px 0 12px;
    font-size: 0.88rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 42px);
    line-height: 1.16;
  }

  .hero-copy p {
    width: 100%;
    max-width: 340px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .button {
    width: 100%;
  }

  .hero-card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    min-height: 82px;
  }

  .hero-card-ai,
  .hero-card-finance {
    margin-left: 0;
  }

  .hero-card p,
  .hero-card strong {
    overflow-wrap: anywhere;
  }

  .hero-product {
    width: 118%;
    margin-left: -28%;
  }

  .site-nav {
    display: none;
  }

  .proof-strip {
    margin-top: -28px;
    padding-top: 0;
  }

  .proof-card {
    min-height: auto;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .proof-card,
  .proof-card:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(216, 233, 242, 0.92);
  }

  .proof-card:first-child {
    border-top: 0;
  }

  .module-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .module-ribbon {
    padding: 36px 0 42px;
  }

  .module-ribbon-shell {
    padding: 18px;
    border-radius: 16px;
  }

  .section,
  .demo-section,
  .pricing-section {
    padding: 72px 0;
  }

  .pricing-card {
    padding: 24px;
  }

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

  .patient-flow-section {
    padding: 72px 0;
  }

  .patient-app-section {
    padding: 72px 0;
  }

  .aesthetic-section {
    padding: 72px 0;
  }

  .patient-flow-copy h2,
  .aesthetic-copy h2,
  .patient-app-copy h2 {
    font-size: 2rem;
    line-height: 1.12;
  }

  .patient-flow-section {
    padding-top: 28px;
  }

  .patient-flow-showcase {
    min-height: 540px;
    margin-top: 8px;
  }

  .patient-flow-showcase::before {
    inset: 44px 0 48px;
    border-radius: 24px;
  }

  .patient-phone-gallery,
  .patient-phone-confirm {
    width: min(190px, 48vw);
    opacity: 0.82;
  }

  .patient-phone-gallery {
    left: -18px;
    top: 88px;
    transform: rotate(-7deg);
  }

  .patient-phone-app {
    width: min(245px, 62vw);
    transform: translateY(18px);
  }

  .patient-phone-confirm {
    right: -18px;
    top: 92px;
    transform: rotate(7deg);
  }

  .patient-app-carousel {
    padding: 0;
    border-radius: 0;
  }

  .patient-carousel-shell {
    min-height: 0;
    padding: 0 42px;
  }

  .patient-carousel-track {
    width: min(250px, 66vw);
  }

  .patient-carousel-control {
    width: 38px;
    height: 38px;
  }

  .patient-carousel-prev {
    left: 10px;
  }

  .patient-carousel-next {
    right: 10px;
  }

  .patient-app-feature-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aesthetic-proof-grid {
    grid-template-columns: 1fr;
  }

  .aesthetic-showcase {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 16px;
  }

  .aesthetic-showcase::before {
    inset: 0;
    border-radius: 22px;
    transform: none;
  }

  .aesthetic-window,
  .aesthetic-window-main,
  .aesthetic-window-secondary {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .screens-section {
    padding-top: 42px;
  }

  .screen-browser-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px;
  }

  .screen-tab {
    min-height: 46px;
    padding: 6px 12px 6px 8px;
    font-size: 0.86rem;
  }

  .screen-tab-icon {
    width: 28px;
    height: 28px;
  }

  .screen-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .screen-copy {
    padding: 22px;
  }

  .screen-copy h3,
  .screen-copy p {
    max-width: none;
  }

  .screen-stage {
    min-height: 0;
  }

  .screen-image-pad {
    min-height: 0;
    padding: 0;
  }

  .screen-thumb-card img {
    height: clamp(170px, 44vw, 240px);
    padding: 8px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    min-height: 0;
    text-align: center;
  }

  .footer-brand {
    justify-items: center;
  }

  .footer-grid p {
    max-width: 330px;
    font-size: 0.9rem;
  }

  .footer-social {
    justify-content: center;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
    left: 14px;
    justify-items: stretch;
  }

  .floating-action {
    justify-content: center;
    min-height: 48px;
  }

  .sticky-demo {
    display: none;
  }
}

.button,
.hero-access,
.site-nav .nav-demo,
.screen-tab,
.conversion-cta,
.floating-action,
.sticky-demo,
.legal-back,
.social-link,
.cookie-button,
.cookie-consent-close {
  border-radius: 10px;
}

.motion-reduce {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.motion-reduce .hero-logo,
.motion-reduce .hero-access-stack,
.motion-reduce .hero-copy,
.motion-reduce .hero-product img,
.motion-reduce .hero-card,
.motion-reduce .proof-strip,
.motion-reduce .floating-actions,
.motion-reduce .reveal-on-scroll {
  filter: none !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.modules-page {
  background: #ffffff;
}

.modules-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px max(20px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 233, 242, 0.88);
  backdrop-filter: blur(14px);
}

.modules-logo {
  flex: 0 0 auto;
}

.modules-logo img {
  width: 150px;
  height: auto;
}

.modules-top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
  scrollbar-width: none;
}

.modules-top-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.modules-top-nav a:hover {
  color: var(--blue-strong);
  background: #edf8ff;
  transform: translateY(-1px);
}

.modules-top-nav .modules-nav-cta {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(7, 143, 211, 0.2);
}

.modules-top-nav .modules-nav-cta:hover {
  color: #ffffff;
  background: var(--blue-strong);
}

.modules-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background: #f6fbfe;
  border-bottom: 1px solid var(--line);
}

.modules-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.modules-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.modules-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
}

.modules-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.modules-hero-image {
  margin: 0;
}

.modules-hero-image img {
  width: min(100%, 760px);
  margin-left: auto;
  filter: drop-shadow(0 28px 40px rgba(22, 54, 82, 0.16));
}

.modules-intent-band {
  padding: 64px 0;
  background: #ffffff;
}

.modules-heading-left {
  max-width: 780px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.modules-heading-left h2 {
  max-width: 760px;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.intent-grid a {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.intent-grid a:hover {
  border-color: rgba(7, 143, 211, 0.48);
  box-shadow: 0 18px 42px rgba(22, 54, 82, 0.12);
  transform: translateY(-3px);
}

.intent-grid strong {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.25;
}

.intent-grid span {
  color: var(--muted);
  font-size: 0.95rem;
}

.modules-anchor-nav {
  position: sticky;
  top: 74px;
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.modules-top-nav::-webkit-scrollbar,
.modules-anchor-nav::-webkit-scrollbar {
  display: none;
}

.modules-anchor-nav a {
  flex: 0 0 auto;
  padding: 9px 14px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.modules-anchor-nav a:hover {
  color: var(--blue-strong);
  background: #edf8ff;
  border-color: #cdeeff;
}

.modules-section {
  padding: 84px 0;
  scroll-margin-top: 142px;
}

.modules-section-soft {
  background: #f6fbfe;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.module-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.module-detail-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-detail-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(216, 233, 242, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.module-detail-visual {
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 18px;
  background: #eef8fc;
  border-bottom: 1px solid rgba(216, 233, 242, 0.95);
}

.modules-section-soft .module-detail-visual {
  background: #ffffff;
}

.module-detail-visual img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.module-detail-card[data-lead-intent*="pré-consulta"] .module-detail-visual img,
.module-detail-card[data-lead-intent*="encaminhamento"] .module-detail-visual img,
.module-detail-card[data-lead-intent*="segurança"] .module-detail-visual img {
  object-fit: cover;
  border-radius: 8px;
}

.module-detail-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.module-detail-body > span {
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.module-detail-body h3 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.module-detail-body p {
  margin: 12px 0 0;
  color: var(--muted);
}

.module-detail-body .module-pain {
  color: #41566c;
  font-weight: 800;
}

.module-detail-body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.module-detail-body li {
  position: relative;
  padding-left: 22px;
  color: #486078;
  font-size: 0.96rem;
}

.module-detail-body li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  transform: translateY(-50%);
}

.module-detail-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 900;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.module-detail-body a:hover {
  background: var(--blue-strong);
  box-shadow: 0 12px 28px rgba(7, 143, 211, 0.2);
  transform: translateY(-2px);
}

.modules-cta-section {
  padding: 82px 0;
  background: #102536;
}

.modules-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  color: #ffffff;
}

.modules-cta .eyebrow {
  color: #90e4e0;
}

.modules-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.modules-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.modules-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modules-footer {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .modules-hero-grid,
  .modules-cta {
    grid-template-columns: 1fr;
  }

  .modules-hero-image img {
    margin-right: auto;
    margin-left: 0;
  }

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

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

@media (max-width: 780px) {
  .modules-header {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
  }

  .modules-top-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
  }

  .modules-top-nav a {
    min-height: 36px;
    padding: 0 10px;
  }

  .modules-hero {
    padding: 54px 0 50px;
  }

  .modules-hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
    line-height: 1;
  }

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

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

  .modules-anchor-nav {
    top: 0;
    justify-content: flex-start;
  }

  .modules-section {
    padding: 58px 0;
    scroll-margin-top: 72px;
  }

  .intent-grid,
  .module-detail-grid,
  .module-detail-grid-compact {
    grid-template-columns: 1fr;
  }

  .intent-grid a {
    min-height: 136px;
  }

  .module-detail-body {
    padding: 20px;
  }

  .module-detail-visual img {
    height: 190px;
  }

  .modules-cta-actions {
    width: 100%;
  }

  .modules-cta-actions .button {
    width: 100%;
  }
}

.modules-v2 {
  background: #ffffff;
}

.modules-v2-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 68px;
  padding: 12px max(20px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(216, 233, 242, 0.9);
  backdrop-filter: blur(12px);
}

.modules-v2-logo {
  flex: 0 0 auto;
}

.modules-v2-logo img {
  width: 142px;
  height: auto;
}

.modules-v2-topnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #4c6278;
  font-size: 0.88rem;
  font-weight: 800;
}

.modules-v2-topnav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  transition: color 180ms ease, background 180ms ease;
}

.modules-v2-topnav a:hover {
  color: var(--blue-strong);
  background: #edf8ff;
}

.modules-v2-topnav .modules-v2-topnav-cta {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(7, 143, 211, 0.18);
}

.modules-v2-topnav .modules-v2-topnav-cta:hover {
  color: #ffffff;
  background: var(--blue-strong);
}

.modules-v2-hero {
  padding: 44px 0 38px;
  background: #f7fbfe;
  border-bottom: 1px solid var(--line);
}

.modules-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: clamp(28px, 5vw, 64px);
}

.modules-v2 h1,
.modules-v2 h2,
.modules-v2 h3 {
  letter-spacing: 0;
}

.modules-v2-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.35vw, 3.25rem);
  line-height: 1.04;
}

.modules-v2-lead {
  max-width: 680px;
  margin: 16px 0 0;
  color: #4d647c;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.65;
}

.modules-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.modules-v2-router {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.modules-v2-router h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.modules-v2-router a {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #e8f2f7;
}

.modules-v2-router strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.25;
}

.modules-v2-router span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.modules-v2-anchor {
  position: sticky;
  top: 68px;
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.modules-v2-anchor::-webkit-scrollbar {
  display: none;
}

.modules-v2-anchor a {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 12px;
  color: #4c6278;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
}

.modules-v2-anchor a:hover {
  color: var(--blue-strong);
  background: #edf8ff;
}

.modules-v2-section {
  padding: 62px 0;
  scroll-margin-top: 128px;
}

.modules-v2-soft {
  background: #f7fbfe;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.modules-v2-section-head {
  max-width: 780px;
  margin-bottom: 26px;
}

.modules-v2-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.modules-v2-section-head p:not(.eyebrow) {
  max-width: 660px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.modules-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.modules-v2-grid-small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.modules-v2-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(216, 233, 242, 0.96);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(22, 54, 82, 0.07);
}

.modules-v2-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--blue-strong);
  background: #edf8ff;
  border: 1px solid #cceeff;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.modules-v2-tag {
  margin: 14px 0 0;
  color: var(--blue-strong);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.modules-v2-card h3 {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 1.14rem;
  line-height: 1.22;
}

.modules-v2-card p:not(.modules-v2-tag) {
  margin: 10px 0 0;
  color: #526a82;
  font-size: 0.94rem;
  line-height: 1.55;
}

.modules-v2-card ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.modules-v2-card li {
  position: relative;
  padding-left: 18px;
  color: #4d647c;
  font-size: 0.9rem;
  line-height: 1.38;
}

.modules-v2-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.modules-v2-cta {
  padding: 62px 0;
  color: #ffffff;
  background: #102536;
}

.modules-v2-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.modules-v2-cta .eyebrow {
  color: #90e4e0;
}

.modules-v2-cta h2 {
  max-width: 640px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1;
}

.modules-v2-cta p:not(.eyebrow) {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.modules-v2-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1080px) {
  .modules-v2-hero-grid,
  .modules-v2-cta-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 780px) {
  .modules-v2-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 20px;
  }

  .modules-v2-topnav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .modules-v2-topnav a {
    min-height: 34px;
    padding: 0 9px;
  }

  .modules-v2-router {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
  }

  .modules-v2-router h2 {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .modules-v2-router a {
    padding: 10px;
    border: 1px solid #e8f2f7;
    border-radius: 8px;
    background: #fbfdff;
  }

  .modules-v2-router span {
    display: none;
  }

  .modules-v2-hero {
    padding: 34px 0 32px;
  }

  .modules-v2-hero h1 {
    font-size: clamp(1.9rem, 8.8vw, 2.7rem);
    line-height: 1.04;
  }

  .modules-v2-actions,
  .modules-v2-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .modules-v2-actions .button,
  .modules-v2-cta-actions .button {
    width: 100%;
  }

  .modules-v2-anchor {
    top: 0;
    justify-content: flex-start;
  }

  .modules-v2-section {
    padding: 46px 0;
    scroll-margin-top: 70px;
  }

  .modules-v2-grid,
  .modules-v2-grid-small {
    grid-template-columns: 1fr;
  }

  .modules-v2-card {
    padding: 18px;
  }

  .modules-v2 .floating-actions {
    display: none;
  }
}
