:root {
  --ink: #12243a;
  --muted: #607185;
  --line: #d8e5e4;
  --panel: #ffffff;
  --soft: #f4faf8;
  --blue: #0d5a89;
  --teal: #16947f;
  --green: #35a66b;
  --amber: #c88724;
  --coral: #c84e45;
  --navy: #08243b;
  --shadow: 0 20px 58px rgba(8, 36, 59, .13);
  --shadow-soft: 0 10px 30px rgba(8, 36, 59, .08);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(22, 148, 127, .05), transparent 24rem),
    radial-gradient(circle at 92% 42%, rgba(47, 102, 232, .045), transparent 22rem),
    linear-gradient(90deg, rgba(8, 36, 59, .025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 36, 59, .025) 1px, transparent 1px),
    #fbfdfc;
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(22, 148, 127, .28);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 40;
  background: #fff;
  color: var(--navy);
  padding: .6rem .8rem;
  border-radius: .35rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 clamp(1rem, 4vw, 4rem);
  color: #fff;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

.site-header.is-scrolled,
.site-header.is-open,
.site-header.is-page {
  color: var(--ink);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 40px rgba(8, 36, 59, .1);
  backdrop-filter: blur(14px);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0;
}

.brand img {
  width: 150px;
  height: auto;
  filter:
    drop-shadow(1.4px 0 0 rgba(208, 216, 222, .96))
    drop-shadow(-1.4px 0 0 rgba(208, 216, 222, .96))
    drop-shadow(0 1.4px 0 rgba(208, 216, 222, .96))
    drop-shadow(0 -1.4px 0 rgba(208, 216, 222, .96))
    drop-shadow(1px 1px 0 rgba(208, 216, 222, .86))
    drop-shadow(-1px -1px 0 rgba(208, 216, 222, .86))
    drop-shadow(1px -1px 0 rgba(208, 216, 222, .86))
    drop-shadow(-1px 1px 0 rgba(208, 216, 222, .86))
    drop-shadow(0 8px 14px rgba(8, 36, 59, .2));
}

.site-header.is-scrolled .brand,
.site-header.is-open .brand {
  box-shadow: none;
}

.site-header.is-scrolled .brand img,
.site-header.is-open .brand img {
  filter: none;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .9rem;
  font-weight: 700;
}

.site-nav a,
.header-login {
  text-decoration: none;
}

.site-nav a {
  border-radius: 999px;
  opacity: .9;
  padding: .48rem .7rem;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, .14);
  opacity: 1;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-open .site-nav a:hover {
  background: #edf6f4;
}

.header-login {
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: .72rem 1rem;
  font-size: .9rem;
  font-weight: 800;
  background: rgba(255, 255, 255, .12);
}

.site-header.is-scrolled .header-login,
.site-header.is-open .header-login,
.site-header.is-page .header-login {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: .45rem;
  background: transparent;
  color: inherit;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(720px, 86vh, 880px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 7rem clamp(1rem, 5vw, 5rem) 3rem;
  width: 100%;
  max-width: 100vw;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("../img/hero-laboratorio-2400.jpg");
  background-size: cover;
  background-position: 55% center;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 28, 45, .9) 0%, rgba(5, 48, 62, .72) 45%, rgba(5, 48, 62, .2) 100%),
    linear-gradient(0deg, rgba(5, 28, 45, .48), rgba(5, 28, 45, .06));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(860px, 100%);
  max-width: 100%;
  min-width: 0;
}

.lab-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.molecule {
  position: absolute;
  width: 190px;
  height: 138px;
  opacity: .54;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, .22));
  animation: moleculeDrift 7.8s ease-in-out infinite;
}

.molecule svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.molecule-bond {
  fill: none;
  stroke: rgba(142, 224, 208, .72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.molecule-bond.soft {
  stroke: rgba(255, 255, 255, .34);
  stroke-width: 2.2;
}

.molecule-ring {
  fill: none;
  stroke: rgba(142, 224, 208, .22);
  stroke-dasharray: 6 8;
  stroke-width: 1.8;
}

.molecule-atom {
  stroke: rgba(255, 255, 255, .78);
  stroke-width: 2.4;
  filter: drop-shadow(0 0 16px rgba(142, 224, 208, .48));
}

.molecule-atom.teal {
  fill: rgba(22, 148, 127, .78);
}

.molecule-atom.blue {
  fill: rgba(13, 90, 137, .8);
}

.molecule-atom.green {
  fill: rgba(53, 166, 107, .8);
}

.molecule-atom.amber {
  fill: rgba(243, 155, 34, .74);
}

.molecule-atom.small {
  stroke-width: 2;
}

.molecule-a {
  right: 9%;
  top: 18%;
}

.molecule-b {
  right: 21%;
  bottom: 18%;
  width: 140px;
  height: 104px;
  opacity: .42;
  animation-delay: -2s;
}

.molecule-c {
  left: 3%;
  bottom: 10%;
  opacity: .34;
  animation-delay: -4s;
}

@keyframes moleculeDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(16px, -22px, 0) rotate(7deg);
  }
}

.eyebrow {
  margin: 0 0 .85rem;
  color: var(--teal);
  font-size: .74rem;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 900;
}

.hero .eyebrow {
  color: #8ee0d0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(2.18rem, 4.6vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(1.65rem, 2.9vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.hero-actions,
.cb-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 48px;
  border-radius: 999px;
  padding: .86rem 1.12rem;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--teal), #1ca56f);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(22, 148, 127, .22);
}

.btn-primary:hover {
  background: #0f7567;
  border-color: #0f7567;
}

.btn-secondary {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.hero-preview {
  width: min(520px, 100%);
  margin: 1.1rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.hero-preview img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: top left;
}

.hero-preview figcaption {
  padding: .72rem .9rem .85rem;
  color: rgba(255, 255, 255, .8);
  font-size: .86rem;
  font-weight: 700;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--green));
  border-bottom: 1px solid #c9e7e0;
}

.signal-band span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(239, 250, 247, .92));
  padding: 1.05rem;
  text-align: center;
  font-weight: 800;
  color: #40586b;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(2.85rem, 5.6vw, 4.9rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: 1.65rem;
}

.section > :not(.section-atom) {
  position: relative;
  z-index: 1;
}

.problem-section::after,
.audience-section::after,
.platform-showcase::before,
.before-after-section::after,
.modules::after,
.workflow-section::before,
.traction-section::after,
.feedback-section::after,
.trust-section::before,
.governance::before,
.plans::before,
.diagnostic-section::before,
.outcomes-section::after,
.demo::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 180px;
  height: 130px;
  pointer-events: none;
  opacity: .5;
  background:
    radial-gradient(circle at 22px 34px, rgba(22, 148, 127, .72) 0 7px, transparent 8px),
    radial-gradient(circle at 92px 26px, rgba(13, 90, 137, .62) 0 7px, transparent 8px),
    radial-gradient(circle at 132px 78px, rgba(53, 166, 107, .66) 0 7px, transparent 8px),
    radial-gradient(circle at 58px 98px, rgba(243, 155, 34, .5) 0 6px, transparent 7px),
    linear-gradient(20deg, transparent 0 27%, rgba(22, 148, 127, .32) 28% 30%, transparent 31%),
    linear-gradient(-36deg, transparent 0 44%, rgba(13, 90, 137, .28) 45% 47%, transparent 48%),
    linear-gradient(58deg, transparent 0 52%, rgba(53, 166, 107, .25) 53% 55%, transparent 56%);
  filter: drop-shadow(0 18px 30px rgba(8, 36, 59, .16));
  transform: rotate(-8deg);
  animation: atomFloat 10.5s ease-in-out infinite;
}

@keyframes atomFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(18px, -20px, 0) rotate(2deg);
  }
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-top: .85rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0 50%, var(--green) 0 5px, transparent 6px),
    linear-gradient(90deg, var(--blue), var(--teal), var(--green));
}

.intro,
.problem-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(53, 166, 107, .18), transparent 24%),
    linear-gradient(135deg, #eef8f6 0%, #f8fbfd 52%, #eef6fb 100%);
}

.problem-section::after {
  right: 4%;
  top: 12%;
}

.audience-section {
  background:
    radial-gradient(circle at 8% 22%, rgba(13, 90, 137, .16), transparent 26%),
    radial-gradient(circle at 90% 70%, rgba(53, 166, 107, .2), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #edf8fb 55%, #effaf4 100%);
}

.audience-section::after {
  right: 5%;
  bottom: 8%;
  opacity: .24;
  animation-delay: -3s;
}

.audience-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.audience-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 1.25rem;
  border: 1px solid #cfe5df;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(8, 36, 59, .08);
}

.audience-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--green));
}

.audience-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border: 1px solid #cfe5df;
  border-radius: 1rem;
  background: #effaf7;
  color: var(--teal);
  font-weight: 900;
}

.audience-grid h3 {
  margin-bottom: .55rem;
}

.audience-grid p {
  color: var(--muted);
}

.public-managers-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
  background:
    radial-gradient(circle at 12% 18%, rgba(13, 90, 137, .16), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(53, 166, 107, .18), transparent 26%),
    linear-gradient(135deg, #f7fbfa 0%, #edf8fb 100%);
}

.public-manager-copy p {
  color: var(--muted);
}

.public-manager-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.public-manager-grid article {
  position: relative;
  min-height: 150px;
  padding: 1rem;
  border: 1px solid #cfe5df;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
}

.public-manager-grid span {
  display: inline-flex;
  margin-bottom: .75rem;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 900;
}

.public-manager-grid strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
}

.public-manager-grid p {
  margin: .45rem 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.problem-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 780px;
}

.cost-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(200, 135, 36, .12), transparent 22%),
    linear-gradient(135deg, #fff 0%, #fff8ec 48%, #effaf7 100%);
}

.cost-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 850px;
}

.cost-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cost-grid article {
  min-height: 250px;
  padding: 1.2rem;
  border: 1px solid #e3d8c4;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 44px rgba(8, 36, 59, .08);
}

.cost-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border: 1px solid #f1d8a9;
  border-radius: 1rem;
  color: var(--amber);
  background: #fff6e5;
}

.cost-icon.green {
  color: var(--green);
  border-color: #ccebd8;
  background: #effaf2;
}

.cost-icon.blue {
  color: var(--blue);
  border-color: #cfe4ee;
  background: #eef7fb;
}

.cost-icon.amber {
  color: var(--coral);
  border-color: #f0d2ce;
  background: #fff0ef;
}

.cost-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cost-grid h3 {
  color: var(--navy);
}

.cost-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.before-after-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 28%, rgba(13, 90, 137, .13), transparent 24%),
    radial-gradient(circle at 92% 70%, rgba(53, 166, 107, .18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f1faf7 100%);
}

.before-after-section::after {
  right: 6%;
  top: 18%;
  opacity: .2;
  transform: rotate(-8deg);
}

.before-after-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 820px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.comparison-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  box-shadow: 0 20px 52px rgba(8, 36, 59, .1);
}

.comparison-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
}

.comparison-before {
  background:
    radial-gradient(circle at 92% 12%, rgba(200, 78, 69, .12), transparent 28%),
    #fff;
}

.comparison-before::before {
  background: linear-gradient(90deg, #8d98a3, var(--coral));
}

.comparison-after {
  background:
    radial-gradient(circle at 90% 14%, rgba(53, 166, 107, .16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eefaf6 100%);
}

.comparison-after::before {
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--green));
}

.comparison-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: .45rem .7rem;
  border: 1px solid #d8e5e4;
  border-radius: 999px;
  color: #4a5e70;
  background: #f7fbfa;
  font-size: .78rem;
  font-weight: 900;
}

.comparison-after .comparison-label {
  border-color: #bfe4dc;
  color: var(--teal);
  background: #eef9f6;
}

.comparison-card h3 {
  max-width: 520px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.comparison-card ul {
  display: grid;
  gap: .8rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 1.75rem;
  color: #40586b;
  font-weight: 750;
  line-height: 1.55;
}

.comparison-card li::before {
  position: absolute;
  left: 0;
  top: .08rem;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 900;
}

.comparison-before li::before {
  content: "!";
  color: #8d352f;
  background: #fff0ef;
}

.comparison-after li::before {
  content: "✓";
  color: #0f7567;
  background: #e5f8f1;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
}

.intro-grid article,
.module-grid article,
.plan-grid article,
.faq-list details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: .95rem;
}

.intro-grid article {
  position: relative;
  padding: 1.45rem;
  min-height: 205px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.intro-grid article,
.module-grid article,
.traction-grid article,
.plan-grid article {
  isolation: isolate;
}

.intro-grid article > *,
.module-grid article > *,
.traction-grid article > *,
.plan-grid article > * {
  position: relative;
  z-index: 1;
}

.intro-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue), var(--green));
}

.intro-grid article:nth-child(2)::before {
  background: linear-gradient(180deg, #7c55d9, var(--teal));
}

.intro-grid article:nth-child(3)::before {
  background: linear-gradient(180deg, #f39b22, #35a66b);
}

.intro-grid article::after,
.module-grid article::after,
.traction-grid article::after,
.plan-grid article::after {
  content: "";
  position: absolute;
  right: .95rem;
  bottom: .85rem;
  z-index: 0;
  width: 58px;
  height: 76px;
  opacity: 0;
  clip-path: polygon(38% 0, 62% 0, 62% 25%, 88% 86%, 76% 100%, 24% 100%, 12% 86%, 38% 25%);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88) 0 46%, rgba(22, 148, 127, .18) 47% 100%),
    linear-gradient(90deg, rgba(13, 90, 137, .2), rgba(53, 166, 107, .22));
  box-shadow:
    inset 0 0 0 2px rgba(13, 90, 137, .22),
    inset 0 -18px 22px rgba(53, 166, 107, .18),
    0 18px 32px rgba(8, 36, 59, .12);
  transform: translate3d(10px, 16px, 0) scale(.82) rotate(-7deg);
  transition: opacity .22s ease, transform .22s ease;
}

.intro-grid article:hover::after,
.module-grid article:hover::after,
.traction-grid article:hover::after,
.plan-grid article:hover::after {
  opacity: .95;
  transform: translate3d(0, 0, 0) scale(1) rotate(-3deg);
}

.problem-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.45rem;
}

.problem-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #cae3dd;
  border-radius: 1rem;
  background: #eef9f6;
  color: var(--teal);
}

.problem-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-grid article:nth-child(2) .problem-icon {
  border-color: #ddd2fb;
  background: #f5f1ff;
  color: #7c55d9;
}

.intro-grid article:nth-child(3) .problem-icon {
  border-color: #f9dfb8;
  background: #fff6e9;
  color: #d48418;
}

.number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  border-radius: 999px;
  background: #effaf7;
  font-weight: 900;
  color: var(--teal);
  font-size: .82rem;
}

.intro-grid p,
.module-grid p,
.plan-grid p,
.product-copy p,
.governance p,
.demo-copy p,
.faq-list p {
  color: var(--muted);
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  background: #fff;
}

.platform-showcase {
  background:
    radial-gradient(circle at 6% 18%, rgba(13, 90, 137, .12), transparent 23%),
    linear-gradient(180deg, #ffffff 0%, #eef7f9 100%);
}

.platform-showcase::before {
  left: 3%;
  bottom: 9%;
  opacity: .26;
  transform: rotate(10deg);
}

.platform-showcase .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 760px;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.screenshot-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e8e6;
  border-radius: 1.05rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.screenshot-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 82px;
  height: 54px;
  opacity: 0;
  background:
    radial-gradient(circle at 16px 18px, rgba(22, 148, 127, .82) 0 5px, transparent 6px),
    radial-gradient(circle at 58px 14px, rgba(47, 102, 232, .72) 0 5px, transparent 6px),
    radial-gradient(circle at 44px 42px, rgba(53, 166, 107, .78) 0 5px, transparent 6px),
    linear-gradient(25deg, transparent 0 38%, rgba(22, 148, 127, .42) 39% 42%, transparent 43%),
    linear-gradient(-36deg, transparent 0 42%, rgba(47, 102, 232, .36) 43% 46%, transparent 47%);
  filter: drop-shadow(0 10px 18px rgba(8, 36, 59, .18));
  transform: translateY(-8px) scale(.86);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.screenshot-card:hover {
  transform: translateY(-4px);
  border-color: #bddbd5;
  box-shadow: 0 24px 56px rgba(8, 36, 59, .12);
}

.screenshot-card:hover::after {
  opacity: .92;
  transform: translateY(0) scale(1);
}

.screenshot-card img {
  width: 100%;
  aspect-ratio: 16 / 8.3;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid #d9e8e6;
}

.screenshot-card div {
  padding: 1rem 1.1rem 1.15rem;
}

.screenshot-card h3 {
  margin-bottom: .4rem;
  color: var(--ink);
}

.screenshot-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.mockup {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 430px;
  border: 1px solid #d9e8e6;
  border-radius: 1.1rem;
  box-shadow: 0 26px 70px rgba(8, 36, 59, .14);
  overflow: hidden;
  background: #f7fbfa;
}

.mockup-sidebar {
  background: linear-gradient(180deg, var(--navy), #0d5a68);
  padding: 1.25rem;
}

.mockup-sidebar span {
  display: block;
  height: 10px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .55);
  border-radius: .25rem;
}

.mockup-main {
  padding: 1.25rem;
}

.mockup-top {
  min-height: 62px;
  border: 1px solid var(--line);
  border-radius: .75rem;
  background: #fff;
  margin-bottom: 1rem;
  padding: .8rem .95rem;
}

.mockup-top span,
.mockup-top strong {
  display: block;
}

.mockup-top span {
  color: var(--muted);
  font-size: .82rem;
}

.mockup-top strong {
  color: var(--blue);
  font-size: 1rem;
}

.mockup-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.mockup-cards div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .75rem;
  padding: 1rem;
  box-shadow: 0 8px 22px rgba(8, 36, 59, .05);
}

.mockup-cards strong,
.mockup-cards span {
  display: block;
}

.mockup-cards strong {
  font-size: 1.8rem;
}

.mockup-cards span {
  color: var(--muted);
}

.mockup-chart {
  height: 230px;
  margin-top: 1rem;
  padding: 1.3rem;
  display: flex;
  gap: .8rem;
  align-items: flex-end;
  border: 1px solid var(--line);
  border-radius: .75rem;
  background: #fff;
}

.mockup-chart span {
  flex: 1;
  background: linear-gradient(180deg, #35a66b, var(--teal));
  border-radius: .35rem .35rem 0 0;
}

.mockup-status {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}

.mockup-status span {
  border: 1px solid #cfe0dc;
  border-radius: 999px;
  color: #365467;
  font-size: .82rem;
  font-weight: 800;
  padding: .42rem .7rem;
  background: #fff;
}

.check-list {
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.check-list li {
  margin-bottom: .7rem;
  padding-left: 1.55rem;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.modules {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 111, 189, .18), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(53, 166, 107, .22), transparent 24%),
    linear-gradient(135deg, #edf7fb 0%, #eefaf4 54%, #f7fbfd 100%);
  color: var(--ink);
}

.modules::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue), var(--green));
}

.modules::after {
  right: 4%;
  top: 18%;
  opacity: .28;
}

.workflow-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(53, 166, 107, .18), transparent 25%),
    radial-gradient(circle at 90% 72%, rgba(13, 90, 137, .16), transparent 24%),
    linear-gradient(135deg, #f7fbfd 0%, #edf9f5 100%);
}

.workflow-section::before {
  left: 4%;
  top: 16%;
  opacity: .22;
  animation-delay: -7s;
}

.workflow-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.workflow-steps {
  counter-reset: workflow;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.workflow-steps article {
  position: relative;
  min-height: 230px;
  padding: 1.15rem;
  border: 1px solid #cfe5df;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(8, 36, 59, .08);
}

.workflow-steps article::after {
  content: "";
  position: absolute;
  top: 3.05rem;
  right: -.62rem;
  z-index: 2;
  width: 1.2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--green));
}

.workflow-steps article:last-child::after {
  display: none;
}

.workflow-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(13, 90, 137, .18);
}

.workflow-steps h3 {
  margin-bottom: .55rem;
}

.workflow-steps p {
  color: var(--muted);
}

.modules .section-heading {
  max-width: 840px;
}

.modules .section-heading p {
  color: var(--muted);
}

.modules .section-heading .eyebrow {
  color: var(--teal);
}

.module-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.module-grid article {
  --module-accent: var(--teal);
  --module-soft: #effaf7;
  --module-border: #cdebe4;
  --module-pill: #eef9f6;
  position: relative;
  min-height: 246px;
  padding: 1.35rem;
  border: 1px solid #d7e7e4;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .86));
  box-shadow: 0 18px 42px rgba(8, 36, 59, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.module-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  right: 1.2rem;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--module-accent), rgba(53, 166, 107, .72));
}

.module-grid article:hover {
  transform: translateY(-4px);
  border-color: #b8dcd4;
  box-shadow: 0 24px 54px rgba(8, 36, 59, .12);
}

.module-grid article:nth-child(1) {
  --module-accent: #2f66e8;
  --module-soft: #edf3ff;
  --module-border: #ccdafd;
  --module-pill: #eef3ff;
}

.module-grid article:nth-child(2) {
  --module-accent: #16947f;
  --module-soft: #ecfaf7;
  --module-border: #c7e8e1;
  --module-pill: #edf9f6;
}

.module-grid article:nth-child(3) {
  --module-accent: #7c55d9;
  --module-soft: #f3efff;
  --module-border: #ddd2fb;
  --module-pill: #f5f1ff;
}

.module-grid article:nth-child(4) {
  --module-accent: #f39b22;
  --module-soft: #fff6e9;
  --module-border: #f9dfb8;
  --module-pill: #fff5e6;
}

.module-grid article:nth-child(5) {
  --module-accent: #0f86bd;
  --module-soft: #edf8fd;
  --module-border: #c8e8f6;
  --module-pill: #edf8fd;
}

.module-grid article:nth-child(6) {
  --module-accent: #35a66b;
  --module-soft: #effaf3;
  --module-border: #cfeada;
  --module-pill: #effaf3;
}

.module-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.module-icon,
.module-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.module-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--module-border);
  border-radius: .9rem;
  color: var(--module-accent);
  background: var(--module-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.module-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.module-number {
  min-width: 38px;
  height: 30px;
  padding: 0 .65rem;
  border-radius: 999px;
  color: var(--module-accent);
  background: var(--module-pill);
  font-size: .82rem;
  font-weight: 900;
}

.module-grid h3 {
  margin-bottom: .65rem;
}

.module-grid p {
  color: var(--muted);
}

.module-grid small {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1rem;
  color: #24566b;
  font-size: .86rem;
  font-weight: 800;
}

.module-grid small::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--module-accent);
}

.solution-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .62fr);
  gap: clamp(1.6rem, 4vw, 3.8rem);
  align-items: center;
  background:
    radial-gradient(circle at 88% 22%, rgba(53, 166, 107, .2), transparent 32%),
    radial-gradient(circle at 8% 86%, rgba(13, 90, 137, .1), transparent 24%),
    linear-gradient(135deg, #f3fbf7, #edf7fb);
}

.solution-copy p,
.trust-copy p {
  color: var(--muted);
}

.solution-visual {
  display: grid;
  justify-items: center;
  margin: 0;
  padding: 1.2rem;
  border: 1px solid #d6e8e3;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 22px 58px rgba(8, 36, 59, .1);
}

.solution-visual img {
  width: min(240px, 78%);
  height: auto;
}

.solution-visual figcaption {
  max-width: 320px;
  margin-top: .8rem;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
}

.traction-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(13, 90, 137, .14), transparent 25%),
    radial-gradient(circle at 86% 70%, rgba(53, 166, 107, .16), transparent 23%),
    linear-gradient(135deg, #edf7fb 0%, #effaf4 100%);
}

.traction-section::after {
  right: 5%;
  bottom: 7%;
  opacity: .3;
}

.traction-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 780px;
}

.traction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.traction-grid article {
  --traction-accent: var(--blue);
  --traction-soft: #edf6ff;
  --traction-border: #cfe1f5;
  position: relative;
  min-height: 205px;
  padding: 1.3rem;
  border: 1px solid var(--traction-border);
  border-radius: 1.05rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9));
  box-shadow: 0 18px 44px rgba(8, 36, 59, .09);
  overflow: hidden;
}

.traction-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--traction-accent), rgba(53, 166, 107, .74));
}

.traction-grid article:nth-child(2) {
  --traction-accent: #16947f;
  --traction-soft: #ecfaf7;
  --traction-border: #c7e8e1;
}

.traction-grid article:nth-child(3) {
  --traction-accent: #7c55d9;
  --traction-soft: #f3efff;
  --traction-border: #ddd2fb;
}

.traction-grid article:nth-child(4) {
  --traction-accent: #f39b22;
  --traction-soft: #fff6e9;
  --traction-border: #f9dfb8;
}

.traction-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border: 1px solid var(--traction-border);
  border-radius: .95rem;
  background: var(--traction-soft);
  color: var(--traction-accent);
}

.traction-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.traction-grid strong {
  display: block;
  color: var(--traction-accent);
  font-size: clamp(2.15rem, 3.4vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.traction-grid span {
  display: block;
  margin-top: .8rem;
  color: #40586b;
  font-weight: 850;
}

.traction-grid .traction-icon {
  margin-top: 0;
}

.feedback-section {
  background:
    radial-gradient(circle at 10% 16%, rgba(47, 102, 232, .14), transparent 26%),
    radial-gradient(circle at 90% 8%, rgba(53, 166, 107, .18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f0faf7 100%);
}

.feedback-section::after {
  left: 4%;
  bottom: 8%;
  opacity: .22;
  animation-delay: -4s;
}

.feedback-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 760px;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feedback-grid article {
  position: relative;
  min-height: 300px;
  padding: 1.35rem;
  border: 1px solid #d7e7e4;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
}

.feedback-grid article::before {
  content: "“";
  position: absolute;
  right: 1.1rem;
  top: .35rem;
  color: rgba(22, 148, 127, .13);
  font-family: Georgia, serif;
  font-size: 5.4rem;
  line-height: 1;
}

.feedback-rating {
  color: #f0a51f;
  font-size: .95rem;
  letter-spacing: 0;
  margin-bottom: 1.1rem;
}

.feedback-grid blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #223b50;
  font-size: 1.03rem;
  font-weight: 750;
  line-height: 1.55;
}

.feedback-grid p {
  margin: 1.25rem 0 0;
  color: var(--teal);
  font-size: .9rem;
  font-weight: 900;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, .9fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
  background:
    radial-gradient(circle at 86% 16%, rgba(22, 148, 127, .16), transparent 28%),
    linear-gradient(135deg, #fbfdfc 0%, #edf8fb 100%);
}

.trust-section::before {
  right: 5%;
  top: 12%;
  opacity: .24;
  transform: rotate(12deg);
}

.trust-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d9e8e6;
  border-radius: 1.2rem;
  background: #eef6f4;
  box-shadow: 0 24px 64px rgba(8, 36, 59, .12);
}

.trust-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.4rem;
}

.trust-list span {
  border: 1px solid #cfe0dc;
  border-radius: 999px;
  background: #f7fbfa;
  color: #365467;
  font-size: .88rem;
  font-weight: 800;
  padding: .48rem .72rem;
}

.governance {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(340px, 1fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(93, 236, 213, .24), transparent 18rem),
    radial-gradient(circle at 96% 82%, rgba(53, 166, 107, .28), transparent 20rem),
    linear-gradient(135deg, #08243b 0%, #0b4f68 48%, #16756e 100%);
}

.governance::before {
  left: 8%;
  bottom: 10%;
  opacity: .28;
  transform: rotate(-12deg);
}

.governance .eyebrow {
  color: #8ff0dc;
}

.governance h2 {
  color: #fff;
}

.governance p {
  color: rgba(255, 255, 255, .78);
}

.governance .text-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1.35rem;
  color: #a8f5e5;
  font-weight: 900;
  text-decoration: none;
}

.governance .text-link:hover {
  color: #fff;
}

.governance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.governance-list article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  min-height: 148px;
  padding: 1rem;
  border: 1px solid rgba(180, 234, 226, .28);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .06));
  box-shadow: 0 18px 42px rgba(3, 18, 31, .22);
  backdrop-filter: blur(12px);
}

.governance-list article::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: .9rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(168, 245, 229, .18);
  border-radius: 50%;
  opacity: .75;
}

.governance-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(143, 240, 220, .38);
  border-radius: .85rem;
  color: #8ff0dc;
  background: rgba(143, 240, 220, .12);
}

.governance-icon.green {
  color: #85f0a8;
  border-color: rgba(133, 240, 168, .38);
  background: rgba(53, 166, 107, .18);
}

.governance-icon.blue {
  color: #91d7ff;
  border-color: rgba(145, 215, 255, .34);
  background: rgba(13, 90, 137, .2);
}

.governance-icon.amber {
  color: #ffd27d;
  border-color: rgba(255, 210, 125, .38);
  background: rgba(200, 135, 36, .18);
}

.governance-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.governance-list strong,
.governance-list span {
  display: block;
}

.governance-list span {
  margin-top: .35rem;
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
  line-height: 1.55;
}

.colabinho-support {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .75fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
  background:
    radial-gradient(circle at 82% 24%, rgba(53, 166, 107, .22), transparent 32%),
    radial-gradient(circle at 8% 82%, rgba(13, 90, 137, .12), transparent 26%),
    linear-gradient(135deg, #f7fbfa 0%, #edf9f5 48%, #edf7fb 100%);
}

.colabinho-copy p {
  color: var(--muted);
}

.colabinho-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #d6e8e3;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 24px 64px rgba(8, 36, 59, .12);
}

.colabinho-card img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center bottom;
  padding: 1rem 1rem 0;
}

.colabinho-card figcaption {
  padding: .85rem 1rem 1rem;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

.plans {
  background:
    radial-gradient(circle at 8% 18%, rgba(13, 90, 137, .12), transparent 24%),
    radial-gradient(circle at 90% 82%, rgba(53, 166, 107, .16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eff8f5 100%);
}

.plans::before {
  left: 5%;
  bottom: 10%;
  opacity: .23;
  animation-delay: -6s;
}

.plans .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 760px;
}

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

.plan-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1.25rem;
  min-height: 385px;
  border-top: 4px solid var(--teal);
  box-shadow: 0 18px 44px rgba(8, 36, 59, .1);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.plan-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(8, 36, 59, .14);
}

.plan-grid article:nth-child(1) {
  border-top-color: var(--blue);
}

.plan-grid article:nth-child(2) {
  border-top-color: var(--teal);
}

.plan-grid article:nth-child(3) {
  border-top-color: #7c55d9;
}

.plan-grid article:nth-child(4) {
  border-top-color: var(--green);
}

.plan-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 2vw, 2rem);
  letter-spacing: 0;
}

.plan-grid p {
  color: var(--muted);
}

.plan-fit {
  min-height: 96px;
  margin: .65rem 0 0;
  color: #40586b;
  font-size: .96rem;
  line-height: 1.55;
}

.plan-signal {
  width: fit-content;
  margin: 1rem 0 .25rem;
  padding: .48rem .68rem;
  border: 1px solid #d7e9e4;
  border-radius: .75rem;
  color: var(--teal);
  background: #f3fbf8;
  font-size: .82rem;
  font-weight: 900;
}

.plan-grid .featured {
  border-color: var(--teal);
  background:
    radial-gradient(circle at 90% 8%, rgba(53, 166, 107, .13), transparent 34%),
    #fff;
  box-shadow: 0 22px 56px rgba(22, 148, 127, .18);
}

.plan-grid .featured::before {
  content: "Mais procurado";
  position: absolute;
  top: .85rem;
  right: 1rem;
  z-index: 2;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d7f70, #23a65f);
  color: #fff;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1;
  padding: .46rem .72rem;
  box-shadow: 0 10px 22px rgba(22, 148, 127, .24);
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid #cfe0dc;
  border-radius: 999px;
  color: var(--blue);
  background: #f7fbfa;
  font-size: .78rem;
  font-weight: 800;
  padding: .34rem .62rem;
}

.featured .plan-badge {
  border-color: #bfe4dc;
  color: var(--teal);
  background: #eef9f6;
}

.plan-list {
  display: grid;
  gap: .55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #40586b;
  font-size: .92rem;
  font-weight: 700;
}

.plan-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--green);
}

.plan-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin-top: auto;
  padding: .7rem .85rem;
  border: 1px solid #c7d9d7;
  border-radius: .75rem;
  color: var(--blue);
  background: #fff;
  font-size: .9rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.plan-action:hover {
  border-color: var(--teal);
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  transform: translateY(-1px);
}

.featured .plan-action {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--green));
  box-shadow: 0 14px 28px rgba(22, 148, 127, .22);
}

.featured .plan-action:hover {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.demo {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  background:
    radial-gradient(circle at 14% 22%, rgba(13, 90, 137, .17), transparent 28%),
    radial-gradient(circle at 84% 76%, rgba(53, 166, 107, .2), transparent 26%),
    linear-gradient(135deg, #eaf7fb 0%, #effaf4 100%);
}

.diagnostic-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1fr);
  gap: clamp(1.6rem, 4vw, 3.4rem);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(142, 224, 208, .18), transparent 28%),
    radial-gradient(circle at 92% 78%, rgba(53, 166, 107, .24), transparent 28%),
    linear-gradient(135deg, #061d31 0%, #0d5a68 55%, #16947f 100%);
}

.diagnostic-section::before {
  right: 6%;
  top: 12%;
  opacity: .26;
}

.diagnostic-copy p {
  color: rgba(255, 255, 255, .78);
}

.diagnostic-copy .eyebrow {
  color: #8ee0d0;
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.diagnostic-grid article {
  min-height: 190px;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
  backdrop-filter: blur(14px);
}

.diagnostic-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: .9rem;
  border-radius: .9rem;
  background: rgba(255, 255, 255, .16);
  color: #8ee0d0;
  font-weight: 900;
}

.diagnostic-grid h3 {
  color: #fff;
}

.diagnostic-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
}

.outcomes-section {
  background:
    radial-gradient(circle at 10% 16%, rgba(22, 148, 127, .14), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(13, 90, 137, .11), transparent 24%),
    linear-gradient(180deg, #f8fcfb 0%, #ffffff 100%);
}

.outcomes-section::after {
  right: 8%;
  bottom: 8%;
  opacity: .18;
  transform: rotate(18deg);
}

.outcomes-section .section-heading {
  max-width: 860px;
}

.outcomes-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.outcomes-grid article {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(8, 36, 59, .08);
}

.outcomes-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--green));
}

.outcome-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(22, 148, 127, .24);
  border-radius: 1rem;
  color: var(--teal);
  background: #eefaf6;
}

.outcome-icon.green {
  color: var(--green);
  background: #effaf2;
}

.outcome-icon.blue {
  color: var(--blue);
  background: #eef7fb;
}

.outcome-icon.amber {
  color: var(--amber);
  background: #fff7e8;
}

.outcome-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.outcomes-grid h3 {
  margin-bottom: .55rem;
  color: var(--navy);
}

.outcomes-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.demo::after {
  right: 4%;
  top: 8%;
  opacity: .25;
}

.demo-contact {
  display: grid;
  gap: .55rem;
  margin-top: 1.5rem;
}

.demo-mascot {
  width: min(150px, 48vw);
  margin: 1.2rem 0 0;
}

.demo-mascot img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 22px rgba(8, 36, 59, .12));
}

.demo-contact a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .95rem;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.05rem;
  box-shadow: 0 24px 64px rgba(8, 36, 59, .12);
}

.demo-form label {
  display: grid;
  gap: .35rem;
  color: #364b5e;
  font-size: .88rem;
  font-weight: 800;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid #c9d5dc;
  border-radius: .68rem;
  padding: .78rem .8rem;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  outline: 3px solid rgba(20, 138, 120, .18);
  border-color: var(--teal);
}

.demo-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.demo-form .hp-field {
  display: none !important;
}

.verification-box {
  align-items: end;
  background: #f7fbfa;
  border: 1px solid #d6e2e0;
  border-radius: .9rem;
  display: grid;
  gap: .8rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: .85rem;
}

.verification-box label {
  margin: 0;
}

.verification-question {
  color: #23445f;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 800;
}

.verification-image {
  width: min(210px, 100%);
  height: 64px;
  border: 1px solid #c9d5dc;
  border-radius: .45rem;
  background: #f7fbfa;
}

.verification-image[hidden] {
  display: none !important;
}

.verification-refresh {
  align-items: center;
  background: #fff;
  border: 1px solid #c9d5dc;
  border-radius: 999px;
  color: var(--blue);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  min-height: 44px;
  padding: .7rem .85rem;
}

.verification-refresh:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: -.25rem 0 0;
  color: var(--muted);
  font-size: .86rem;
}

.form-note[data-state="success"] {
  color: var(--teal);
  font-weight: 800;
}

.form-note[data-state="error"] {
  color: #a52a1c;
  font-weight: 800;
}

.faq {
  background:
    radial-gradient(circle at 10% 20%, rgba(13, 90, 137, .16), transparent 26%),
    radial-gradient(circle at 88% 80%, rgba(53, 166, 107, .22), transparent 28%),
    linear-gradient(135deg, #edf7fb 0%, #f0fbf5 100%);
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, .5fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.faq::before {
  left: 4%;
  bottom: 10%;
  opacity: .2;
  animation-delay: -5s;
}

.faq-copy {
  display: grid;
  gap: 1.1rem;
}

.faq .section-heading {
  margin-bottom: 0;
}

.faq .section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 640px;
}

.faq-aside {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(142, 224, 208, .28);
  border-radius: 1.1rem;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(142, 224, 208, .28), transparent 32%),
    linear-gradient(135deg, #08243b, #0d5a68 58%, #16947f);
  box-shadow: 0 24px 58px rgba(8, 36, 59, .16);
}

.faq-aside::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 150px;
  height: 110px;
  opacity: .42;
  background:
    radial-gradient(circle at 22px 34px, rgba(142, 224, 208, .76) 0 7px, transparent 8px),
    radial-gradient(circle at 92px 26px, rgba(255, 255, 255, .62) 0 7px, transparent 8px),
    radial-gradient(circle at 132px 78px, rgba(53, 166, 107, .76) 0 7px, transparent 8px),
    linear-gradient(20deg, transparent 0 30%, rgba(142, 224, 208, .42) 31% 33%, transparent 34%),
    linear-gradient(-36deg, transparent 0 44%, rgba(255, 255, 255, .32) 45% 47%, transparent 48%);
}

.faq-aside > * {
  position: relative;
  z-index: 1;
}

.faq-aside-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .12);
}

.faq-aside-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-aside h3 {
  margin-bottom: .55rem;
  color: #fff;
}

.faq-aside p {
  color: rgba(255, 255, 255, .78);
}

.faq-aside a {
  display: inline-flex;
  margin-top: .4rem;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  padding: .72rem .9rem;
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: .7rem;
  max-width: none;
}

.faq-list details {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #cde3df;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(8, 36, 59, .07);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.faq-list details:hover {
  border-color: #a8d5cc;
  box-shadow: 0 20px 44px rgba(8, 36, 59, .1);
  transform: translateY(-2px);
}

.faq-list details[open] {
  border-color: var(--teal);
  box-shadow: 0 22px 48px rgba(22, 148, 127, .13);
}

.faq-list summary {
  display: flex;
  align-items: center;
  gap: .75rem;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 1rem 1.1rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: .75rem;
  background: #eef9f6;
  color: var(--teal);
  font-weight: 900;
}

.faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 1.1rem 1rem 3.85rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem max(clamp(1rem, 5vw, 5rem), 8rem) 1.5rem clamp(1rem, 5vw, 5rem);
  background: #061d31;
  color: #fff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 58px;
  height: auto;
}

.footer-brand div {
  display: grid;
  gap: .1rem;
}

.site-footer span {
  color: rgba(255, 255, 255, .7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 800;
}

.site-footer a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.footer-links a {
  color: inherit;
}

.footer-links a:hover,
.footer-login:hover,
.footer-social:hover {
  color: #8ee0d0;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(142, 224, 208, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: .9rem;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.footer-social:hover {
  transform: translateY(-1px);
  border-color: rgba(142, 224, 208, .55);
  background: rgba(22, 148, 127, .16);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(1rem, 3vw, 1.6rem);
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 999px;
  background: #1fae63;
  color: #fff;
  box-shadow: 0 18px 40px rgba(31, 174, 99, .32);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.floating-whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.floating-whatsapp:hover {
  background: #178b50;
  box-shadow: 0 20px 44px rgba(31, 174, 99, .4);
  transform: translateY(-2px);
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 44;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: .8rem;
  width: min(860px, calc(100vw - 7.5rem));
  padding: .72rem .82rem .72rem 1rem;
  border: 1px solid rgba(142, 224, 208, .24);
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 50%, rgba(142, 224, 208, .18), transparent 30%),
    linear-gradient(135deg, rgba(8, 36, 59, .96), rgba(13, 90, 104, .96));
  box-shadow: 0 22px 52px rgba(8, 36, 59, .26);
  transform: translate(-50%, calc(100% + 1.5rem));
  opacity: 0;
  pointer-events: none;
  transition: transform .22s ease, opacity .22s ease;
  backdrop-filter: blur(16px);
}

.sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.sticky-cta div {
  display: grid;
  min-width: 0;
}

.sticky-cta strong,
.sticky-cta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-cta span {
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: .65rem .88rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.sticky-cta-primary {
  background: #fff;
  color: var(--navy);
}

.sticky-cta-secondary {
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
}

.implant-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  min-height: 660px;
  padding: 8rem clamp(1rem, 5vw, 5rem) 3.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 12% 22%, rgba(142, 224, 208, .2), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(53, 166, 107, .24), transparent 26%),
    linear-gradient(135deg, #061d31 0%, #0d5a68 58%, #16947f 100%);
}

.implant-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.implant-hero .eyebrow {
  color: #8ee0d0;
}

.implant-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.implant-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.implant-visual figcaption {
  padding: .85rem 1rem;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 800;
}

.implementation-steps {
  background:
    radial-gradient(circle at 90% 16%, rgba(53, 166, 107, .16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #effaf7 100%);
}

.implementation-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.implementation-timeline article {
  position: relative;
  min-height: 230px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow-soft);
}

.implementation-timeline span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .9rem;
  border-radius: .85rem;
  color: var(--teal);
  background: #effaf7;
  font-weight: 900;
}

.implementation-timeline h3 {
  color: var(--navy);
}

.implementation-timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.closing-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(13, 90, 137, .13), transparent 24%),
    radial-gradient(circle at 92% 70%, rgba(53, 166, 107, .18), transparent 24%),
    linear-gradient(135deg, #f7fbfa 0%, #edf8fb 100%);
}

.closing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.closing-grid article {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.closing-grid .featured {
  border-color: var(--teal);
  box-shadow: 0 22px 56px rgba(22, 148, 127, .18);
}

.closing-grid p {
  color: var(--muted);
}

.closing-grid strong {
  display: block;
  margin: .4rem 0 1.2rem;
  color: var(--navy);
}

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

@media (max-width: 1020px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav,
  .header-login {
    display: none;
  }

  .site-header.is-open {
    align-items: flex-start;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-login {
    display: flex;
    width: 100%;
  }

  .site-header.is-open .site-nav {
    order: 4;
    flex-direction: column;
    align-items: flex-start;
    gap: .7rem;
    padding-top: .6rem;
  }

  .site-header.is-open .header-login {
    order: 5;
    justify-content: center;
  }

  .signal-band,
  .audience-grid,
  .public-managers-section,
  .public-manager-grid,
  .intro-grid,
  .cost-grid,
  .module-grid,
  .workflow-steps,
  .comparison-grid,
  .plan-grid,
  .product-panel,
  .screenshot-grid,
  .colabinho-support,
  .solution-section,
  .traction-grid,
  .feedback-grid,
  .outcomes-grid,
  .trust-section,
  .governance,
  .diagnostic-section,
  .demo,
  .faq,
  .implant-hero,
  .implementation-timeline,
  .closing-grid {
    grid-template-columns: 1fr;
  }

  .mockup {
    min-height: 360px;
  }

  .workflow-steps article::after {
    display: none;
  }

  .plan-grid article,
  .outcomes-grid article,
  .diagnostic-grid article,
  .cost-grid article,
  .implementation-timeline article,
  .closing-grid article {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 68px;
    padding-inline: 1rem;
  }

  .brand img {
    width: 128px;
  }

  .hero {
    min-height: auto;
    padding: 5.8rem 1.35rem 2.2rem 1rem;
    align-items: flex-end;
  }

  .implant-hero {
    min-height: auto;
    padding: 6rem 1rem 2.4rem;
  }

  .hero-content {
    width: calc(100% - .35rem);
    max-width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: 1.86rem;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 1.7rem;
  }

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

  .hero-preview {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(6, 24, 38, .94), rgba(6, 24, 38, .62));
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
  }

  .section {
    padding: 2.55rem 1rem;
  }

  .section-heading {
    margin-bottom: 1.25rem;
  }

  .molecule {
    opacity: .32;
    transform: scale(.78);
  }

  .mockup {
    grid-template-columns: 1fr;
  }

  .mockup-sidebar {
    display: none;
  }

  .mockup-cards,
  .diagnostic-grid,
  .governance-list,
  .demo-form {
    grid-template-columns: 1fr;
  }

  .screenshot-card img {
    aspect-ratio: 16 / 9.6;
  }

  .colabinho-card img {
    max-height: 280px;
  }

  .plan-grid article {
    padding: 1.1rem;
  }

  .plan-fit {
    min-height: auto;
  }

  .plan-grid .featured::before {
    top: .7rem;
    right: .8rem;
    font-size: .68rem;
    padding: .4rem .58rem;
  }

  .outcomes-grid article,
  .cost-grid article,
  .diagnostic-grid article,
  .governance-list article {
    padding: 1rem;
  }

  .outcome-icon,
  .governance-icon,
  .diagnostic-grid span {
    width: 40px;
    height: 40px;
    border-radius: .8rem;
  }

  .verification-box {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: .85rem;
    bottom: .85rem;
    width: 52px;
    height: 52px;
    padding: .55rem;
  }

  .floating-whatsapp-icon {
    width: 28px;
    height: 28px;
  }

  .sticky-cta {
    left: 1rem;
    right: 4.7rem;
    bottom: .85rem;
    width: auto;
    grid-template-columns: 1fr;
    border-radius: 1rem;
    padding: .8rem;
    transform: translateY(calc(100% + 1.5rem));
  }

  .sticky-cta.is-visible {
    transform: translateY(0);
  }

  .sticky-cta-primary {
    min-height: 46px;
    padding-inline: .65rem;
    font-size: .88rem;
  }

  .sticky-cta div,
  .sticky-cta-secondary {
    display: none;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    padding: 1.5rem clamp(1rem, 5vw, 5rem) 5.5rem;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-links {
    display: flex;
    align-items: center;
    gap: .7rem;
  }

  .footer-social {
    width: 40px;
    height: 40px;
  }

  .footer-login {
    display: inline-flex;
    width: fit-content;
    padding: .65rem .85rem;
    border: 1px solid rgba(142, 224, 208, .28);
    border-radius: 999px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 1.62rem;
    line-height: 1.12;
  }

  h2 {
    font-size: 1.48rem;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }

}
