:root {
  --navy-950: #001326;
  --navy-900: #021a30;
  --navy-850: #06233a;
  --navy-800: #0a2d46;
  --ink: #122536;
  --muted: #66717a;
  --paper: #faf6f3;
  --paper-2: #f4efeb;
  --paper-3: #eee7e1;
  --white: #fffdf9;
  --terracotta: #c76540;
  --terracotta-dark: #a94e2c;
  --green: #17634d;
  --teal: #28766c;
  --blue: #315f7b;
  --line: #ded4cd;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1320px, calc(100vw - 96px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

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

h1,
h2,
h3 {
  text-wrap: balance;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--white);
  color: var(--navy-900);
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 9px;
  color: var(--terracotta-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #d78463;
}

.section-heading h2,
.closing-heading h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(35px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button--terracotta {
  box-shadow: 0 12px 30px rgba(157, 66, 34, 0.28);
  background: linear-gradient(135deg, var(--terracotta-dark), #bd6137);
  color: var(--white);
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  color: #e9edf0;
}

.site-header__inner {
  width: min(1344px, calc(100vw - 64px));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 24px;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
}

.brand__mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #e2a086;
  font-family: var(--serif);
  font-size: 19px;
}

.brand__name {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--white);
  text-shadow: 0 1px 12px rgba(1, 19, 38, 0.35);
}

.brand__name span {
  color: #d57a57;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 24px);
  font-size: 15px;
  font-weight: 700;
}

.primary-nav a,
.header-access {
  color: rgba(245, 246, 247, 0.78);
  transition: color 160ms ease;
}

.primary-nav a:hover,
.header-access:hover {
  color: var(--white);
}

.primary-nav__mobile-only,
.primary-nav__mobile-cta,
.menu-toggle {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 11px 19px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--terracotta-dark), #bd6137);
  color: var(--white);
}

.hero {
  position: relative;
  /* A dobra "Visão" deve caber inteira na primeira tela, sem rolagem.
     A altura acompanha a viewport (svh evita o salto das barras de
     navegação móveis) e o conteúdo interno escala junto. */
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(41, 83, 106, 0.32), transparent 34%),
    radial-gradient(circle at 24% 12%, rgba(23, 80, 108, 0.2), transparent 30%),
    linear-gradient(117deg, #032744 0%, var(--navy-900) 42%, var(--navy-950) 100%);
  color: var(--white);
}

.hero::after {
  position: absolute;
  right: -10%;
  bottom: -136px;
  left: -10%;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(171, 95, 55, 0.22), rgba(0, 12, 25, 0) 67%);
  content: "";
  filter: blur(16px);
}

.hero__glow {
  position: absolute;
  top: 140px;
  right: -120px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(70, 116, 139, 0.11);
  filter: blur(80px);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: 100svh;
  margin-inline: auto;
  padding-top: clamp(96px, 13svh, 120px);
  padding-bottom: clamp(24px, 4svh, 48px);
  display: grid;
  grid-template-columns: minmax(0, 510px) minmax(0, 718px);
  gap: clamp(40px, 4.5vw, 72px);
  align-items: center;
}

.hero__copy {
  padding-bottom: clamp(0px, 2svh, 16px);
}

.hero h1 {
  max-width: 515px;
  margin-bottom: clamp(16px, 3.2svh, 28px);
  font-family: var(--serif);
  font-size: clamp(40px, min(5.25vw, 8.2svh), 77px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  color: #d3704c;
}

.hero__lead {
  max-width: 480px;
  margin-bottom: 0;
  color: rgba(245, 242, 238, 0.76);
  font-size: clamp(15px, 2.3svh, 18px);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  gap: 21px;
  align-items: center;
  margin-top: clamp(18px, 4.4svh, 38px);
}

.hero__assist {
  min-height: 44px;
  display: grid;
  gap: 2px;
  padding-block: 6px;
  color: rgba(246, 244, 241, 0.6);
  font-size: 13px;
  line-height: 1.4;
  transition: color 160ms ease;
}

.hero__assist strong {
  color: rgba(255, 253, 249, 0.9);
  font-size: 15px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 253, 249, 0.25);
  text-underline-offset: 4px;
}

.hero__assist:hover {
  color: rgba(255, 253, 249, 0.82);
}

.hero__assist:hover strong {
  color: #fff;
}

.hero__proofs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: clamp(22px, 7svh, 82px) 0 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 244, 241, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.hero__proofs li {
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1.25;
  text-wrap: balance;
}

.hero__proofs span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(211, 112, 76, 0.55);
  border-radius: 50%;
  color: #dc8969;
  font-size: 9px;
}

.hero-product {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1006 / 775;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 235, 228, 0.16);
  border-radius: 11px;
  box-shadow: 0 32px 90px rgba(0, 8, 19, 0.56), 0 0 0 12px rgba(255, 255, 255, 0.025);
  background: #05233a;
}

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

.resources {
  min-height: 500px;
  padding: 28px 0 26px;
  background: var(--paper);
}

.resources .section-heading {
  max-width: 1020px;
  margin-bottom: 20px;
}

.resources .section-heading h2 {
  font-size: 44px;
}

.section-heading__body {
  max-width: 720px;
  margin: 8px auto 0;
  color: #6f7477;
  font-size: 15px;
  line-height: 1.6;
}

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

.resource-card {
  min-width: 0;
  min-height: 410px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0d6cf;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(48, 34, 24, 0.045);
  background: rgba(255, 253, 250, 0.7);
}

.resource-card__head {
  min-height: 104px;
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 11px;
}

.resource-card__index {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
}

.resource-card--notes .resource-card__index,
.resource-card--revenue .resource-card__index {
  color: var(--terracotta-dark);
}

.resource-card--vera .resource-card__index {
  color: var(--teal);
}

.resource-card h3 {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.resource-card__head p {
  margin-bottom: 0;
  color: #6e7376;
  font-size: 13px;
  line-height: 1.5;
}

.resource-card > a {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding-top: 13px;
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(2, 35, 58, 0.22);
  text-underline-offset: 4px;
}

.resource-benefits {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.resource-benefits span {
  min-height: 24px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(20, 110, 89, 0.18);
  border-radius: 999px;
  background: rgba(225, 241, 234, 0.72);
  color: #17644f;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.resource-benefits b {
  font-size: 13px;
  line-height: 1;
}

.resource-visual {
  position: relative;
  height: 192px;
  margin: 11px 0 0;
  overflow: hidden;
  border: 1px solid rgba(20, 45, 60, 0.1);
  border-radius: 7px;
  background: #ece9e4;
}

.resource-visual--video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
}

.resource-visual__label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 7px;
  border-radius: 3px;
  background: rgba(3, 31, 49, 0.83);
  color: #f7f7f2;
  font-size: 11px;
  font-weight: 800;
}

.resource-visual--notes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 46%;
  filter: saturate(0.74) contrast(0.94);
}

.resource-visual--notes::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(1, 24, 39, 0.78));
  content: "";
}

.resource-visual--notes figcaption {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 11px;
  left: 12px;
  display: grid;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.35;
}

.resource-visual--notes strong {
  color: #fff;
  font-size: 13px;
}

.resource-visual--assistant {
  padding: 15px;
  background: linear-gradient(145deg, #e8f0eb, #f6f3ed);
}

.assistant-kicker {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.assistant-message {
  width: 88%;
  margin-bottom: 8px;
  padding: 9px 10px;
  border-radius: 4px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #536167;
  font-size: 11px;
  line-height: 1.4;
}

.assistant-message--vera {
  margin-left: auto;
  border-radius: 10px 4px 10px 10px;
  background: var(--teal);
  color: #f5fbf8;
}

.assistant-status {
  display: inline-block;
  padding-top: 3px;
  color: #62716f;
  font-size: 10px;
  font-weight: 800;
}

.resource-visual--payment {
  padding: 15px;
  background: linear-gradient(145deg, #f2e8e1, #fbf8f3);
}

.resource-visual--payment p,
.resource-visual--payment small {
  margin-bottom: 5px;
  color: #7b6960;
  font-size: 11px;
  line-height: 1.4;
}

.resource-visual--payment > strong {
  display: block;
  margin-bottom: 15px;
  color: var(--navy-850);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.payment-link {
  padding: 9px;
  margin-bottom: 9px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(169, 78, 44, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.68);
  color: #6a615c;
  font-size: 11px;
}

.payment-link b {
  color: var(--terracotta-dark);
}

.operating-flow {
  min-height: 300px;
  padding: 25px 0 22px;
  border-top: 1px solid rgba(82, 65, 54, 0.06);
  background: var(--paper-2);
}

.flow-heading h2 {
  max-width: 680px;
  margin-inline: auto;
  font-size: 39px;
}

.journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.journey::before {
  position: absolute;
  z-index: 0;
  top: 22px;
  right: 9%;
  left: 9%;
  border-top: 1px dashed #b8aaa1;
  content: "";
}

.journey li {
  position: relative;
  z-index: 1;
  padding: 0 11px;
}

.journey__number {
  display: grid;
  width: 45px;
  height: 45px;
  margin: 0 auto 8px;
  place-items: center;
  border: 1px solid #cbbdb4;
  border-radius: 50%;
  box-shadow: 0 0 0 7px var(--paper-2);
  background: var(--paper-2);
  color: var(--terracotta-dark);
  font-size: 9px;
  font-weight: 900;
}

.journey h3 {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.journey p {
  max-width: 190px;
  min-height: 39px;
  margin: 0 auto 4px;
  color: #73767a;
  font-size: 9px;
  line-height: 1.4;
}

.journey a,
.token-route-action {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--navy-850);
  font-size: 8px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(2, 35, 58, 0.24);
  text-underline-offset: 3px;
  cursor: pointer;
}

.token-route-note {
  display: none;
  width: max-content;
  max-width: 100%;
  margin: 12px auto 0;
  padding: 7px 11px;
  border-radius: 4px;
  background: #e9dfd8;
  color: #655d58;
  font-size: 9px;
}

.token-route-note.is-active {
  display: block;
}

.token-route-note code {
  color: var(--navy-850);
  font-weight: 800;
}

.value-section {
  background: var(--paper);
}

.insight-band {
  position: relative;
  height: 453px;
  overflow: hidden;
  background: #cfc5bb;
}

.insight-band__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
  filter: saturate(0.78) contrast(0.95);
}

.insight-band__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 241, 235, 0.98) 4%, rgba(247, 241, 235, 0.92) 33%, rgba(247, 241, 235, 0.24) 63%, rgba(3, 23, 38, 0.08) 100%);
}

.insight-band__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-columns: 510px 1fr;
  align-items: center;
}

.insight-copy h2 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.insight-copy ul {
  max-width: 440px;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
  color: #656b6e;
  font-size: 11px;
}

.insight-copy li {
  padding-left: 15px;
  border-left: 2px solid #ccb6a7;
}

.insight-copy li span {
  display: inline-block;
  min-width: 67px;
  color: var(--navy-850);
  font-weight: 900;
}

.insight-metrics {
  width: 212px;
  margin-left: 98px;
  display: grid;
  gap: 11px;
}

.insight-metrics article {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  box-shadow: 0 13px 38px rgba(45, 34, 27, 0.14);
  background: rgba(255, 252, 248, 0.88);
  backdrop-filter: blur(8px);
}

.insight-metrics span,
.insight-metrics small {
  display: block;
  color: #807169;
  font-size: 8px;
}

.insight-metrics span {
  color: var(--terracotta-dark);
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.insight-metrics strong {
  display: block;
  margin: 2px 0;
  color: var(--navy-850);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.pillars {
  min-height: 430px;
  padding: 20px 0 20px;
}

.pillars__heading {
  margin-bottom: 13px;
}

.pillars__heading .eyebrow {
  margin-bottom: 4px;
}

.pillars__heading h2 {
  font-size: 36px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pillar {
  position: relative;
  min-width: 0;
  min-height: 318px;
  padding: 18px 18px 0 55px;
  border-top: 1px solid #d8cdc5;
}

.pillar__index {
  position: absolute;
  top: 18px;
  left: 17px;
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
}

.pillar--people .pillar__index {
  color: var(--blue);
}

.pillar--revenue .pillar__index {
  color: var(--terracotta-dark);
}

.pillar h3 {
  margin-bottom: 9px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.pillar--people h3 {
  color: var(--blue);
}

.pillar--revenue h3 {
  color: var(--terracotta-dark);
}

.pillar ul {
  height: 96px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 5px 18px;
  list-style: none;
  color: #636b70;
  font-size: 9px;
}

.pillar li::before {
  content: "— ";
  color: #ad9e94;
}

.pillar > a {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--navy-850);
  font-size: 9px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(2, 35, 58, 0.22);
  text-underline-offset: 4px;
}

.pillar__photo {
  position: relative;
  height: 121px;
  margin: 0 0 0 -55px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #ddd4cd;
}

.pillar__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.pillar:nth-child(2) .pillar__photo img {
  left: -100%;
}

.pillar:nth-child(3) .pillar__photo img {
  left: -200%;
}

.trust {
  min-height: 112px;
  display: flex;
  align-items: center;
  background: linear-gradient(105deg, #082842, var(--navy-950));
  color: var(--white);
}

.trust__inner {
  display: grid;
  grid-template-columns: 300px 1fr 126px;
  gap: 30px;
  align-items: center;
}

.trust h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
}

.trust ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  color: rgba(246, 247, 246, 0.72);
  font-size: 9px;
  font-weight: 700;
}

.trust li {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 6px;
  align-items: center;
}

.trust li span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(215, 122, 87, 0.58);
  border-radius: 50%;
  color: #dc8f72;
  font-size: 7px;
}

.trust__links {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  font-size: 9px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.closing {
  min-height: 210px;
  padding: 18px 0;
  background: var(--paper);
}

.closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  align-items: end;
}

.closing-heading {
  margin-bottom: 11px;
}

.closing-heading .eyebrow {
  margin-bottom: 2px;
}

.closing-heading h2 {
  font-size: 28px;
}

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

.audience-grid article {
  position: relative;
  min-height: 105px;
  padding: 14px 28% 14px 15px;
  overflow: hidden;
  border: 1px solid #ded3cb;
  border-radius: 7px;
  background: rgba(255, 253, 250, 0.7);
}

.audience-grid article > span {
  position: relative;
  z-index: 2;
  color: var(--terracotta-dark);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.audience-grid h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 1px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.audience-grid p {
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
  color: #6e7477;
  font-size: 9px;
}

.audience-grid a {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: var(--navy-850);
  font-size: 9px;
  font-weight: 900;
}

.audience-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  align-items: center;
}

.audience-actions a:last-child {
  color: #74797c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.audience-actions a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding-block: 6px;
}

.audience-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  margin: 0;
  overflow: hidden;
}

.audience-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fffdfa 0%, rgba(255, 253, 250, 0.18) 50%, transparent 100%);
  content: "";
}

.audience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.audience-photo--doctor img {
  object-position: 74% 38%;
}

.audience-photo--team img {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  max-width: none;
  object-position: center;
}

.audience-photo--pair img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  max-width: none;
  object-position: center;
}

/* Com os três cartões lado a lado a faixa de foto fica com ~115px e some sob
   o degradê de leitura. Nessa largura o cartão fica só com o texto; abaixo de
   1320px os cartões empilham, ficam largos e a foto volta. */
@media (min-width: 1321px) {
  .audience-photo {
    display: none;
  }

  .audience-grid article {
    padding-right: 15px;
  }
}

.final-cta {
  min-height: 180px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #092d47, var(--navy-950));
  color: var(--white);
}

.final-cta > p {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: #db8767;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta h2 {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
}

.final-cta .button {
  min-height: 38px;
  padding: 10px 12px;
  font-size: 10px;
}

.final-cta > a:last-child {
  min-height: 44px;
  display: inline-flex;
  align-self: center;
  align-items: center;
  padding-block: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3d9d2;
  background: #f4efea;
  color: #59656c;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 225px 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand--footer .brand__mark {
  border-color: rgba(2, 35, 58, 0.25);
  color: var(--terracotta-dark);
}

.brand--footer .brand__name {
  color: var(--navy-850);
  font-size: 21px;
  text-shadow: none;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
}

.site-footer__meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 9px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #e29272;
  outline-offset: 3px;
}

/* Os 3 cartões de porte só cabem lado a lado em telas largas; abaixo disso
   empilham para o título não quebrar. */
@media (max-width: 1320px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid article {
    min-height: 0;
    padding-right: 30%;
  }

}

@media (max-width: 1200px) {
  :root {
    --shell: min(1120px, calc(100vw - 64px));
  }

  .site-header__inner {
    grid-template-columns: 250px 1fr 220px;
  }

  .primary-nav {
    gap: 11px;
    font-size: 14px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 44px;
  }

  .resource-card {
    padding: 16px;
  }

  .trust__inner {
    grid-template-columns: 260px 1fr;
  }

  .trust__links {
    display: none;
  }

}

/* Faixa entre o menu desktop e o menu hambúrguer: comprime cabeçalho
   para o menu ampliado e as ações não estourarem a linha. */
@media (max-width: 1080px) {
  .site-header__inner {
    grid-template-columns: 200px 1fr 196px;
    gap: 16px;
  }

  .primary-nav {
    gap: 9px;
    font-size: 13px;
  }

  .header-actions {
    gap: 14px;
    font-size: 13px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 14px;
  }

  .brand__name {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 720px);
  }

  .site-header {
    height: 72px;
  }

  .site-header__inner {
    width: calc(100vw - 36px);
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: transparent;
    color: #fff;
  }

  .menu-toggle span:not(.sr-only) {
    position: absolute;
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:nth-child(2) {
    transform: translateY(4px);
  }

  .is-menu-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .is-menu-open .menu-toggle span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    z-index: 1;
    inset: 0;
    padding: 110px 32px 32px;
    display: none;
    align-content: start;
    justify-items: stretch;
    gap: 0;
    background: rgba(1, 19, 36, 0.98);
    font-family: var(--serif);
    font-size: 31px;
    font-weight: 400;
  }

  .is-menu-open .primary-nav {
    display: grid;
  }

  .primary-nav a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .primary-nav__mobile-only,
  .primary-nav__mobile-cta {
    display: block;
  }

  .primary-nav__mobile-only {
    margin-top: 17px;
    font-family: var(--sans);
    font-size: 15px;
  }

  .primary-nav__mobile-cta {
    margin-top: 10px;
    padding: 15px !important;
    border: 0 !important;
    border-radius: 5px;
    background: var(--terracotta-dark);
    color: #fff !important;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    min-height: auto;
    padding: 118px 0 50px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero__copy {
    max-width: 620px;
  }

  .hero h1 {
    font-size: clamp(58px, 10vw, 74px);
  }

  .hero__proofs {
    margin-top: 50px;
  }

  .hero-product {
    width: min(100%, 620px);
    justify-self: center;
  }

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

  .resources {
    padding-block: 60px;
  }

  .journey {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
  }

  .journey::before {
    top: 20px;
    bottom: 20px;
    left: 22px;
    right: auto;
    border-top: 0;
    border-left: 1px dashed #b8aaa1;
  }

  .journey li {
    min-height: 74px;
    padding-left: 70px;
  }

  .journey__number {
    position: absolute;
    top: 0;
    left: 0;
  }

  .journey p {
    min-height: 0;
    margin: 0 0 5px;
    max-width: none;
  }

  .operating-flow {
    padding-block: 54px;
  }

  .insight-band {
    height: 650px;
  }

  .insight-band__image {
    object-position: 72% 50%;
  }

  .insight-band__wash {
    background: linear-gradient(180deg, rgba(247, 241, 235, 0.98) 0%, rgba(247, 241, 235, 0.93) 42%, rgba(247, 241, 235, 0.15) 79%);
  }

  .insight-band__content {
    padding: 56px 0 34px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: space-between;
  }

  .insight-metrics {
    width: min(100%, 520px);
    margin-left: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

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

  .pillars {
    padding-block: 54px;
  }

  .pillar {
    min-height: 360px;
  }

  .pillar__photo {
    height: 160px;
  }

  .trust {
    padding: 32px 0;
  }

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

  .trust ul {
    grid-template-columns: 1fr 1fr;
  }

  .closing {
    padding: 48px 0;
  }

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

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

  .audience-grid article {
    min-height: 120px;
    padding-right: 38%;
  }

  .site-footer {
    padding: 30px 0;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer nav,
  .site-footer__meta {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100vw - 36px);
  }

  .brand__mark {
    width: 28px;
    height: 28px;
  }

  .brand__name {
    font-size: 24px;
  }

  .hero__inner {
    padding-top: 136px;
    gap: 42px;
  }

  .hero h1 {
    max-width: 350px;
    margin-bottom: 22px;
    font-size: clamp(48px, 13.4vw, 56px);
    line-height: 0.98;
  }

  .hero__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
  }

  .hero__proofs {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-product {
    width: 100%;
  }

  .resources,
  .operating-flow,
  .pillars {
    padding-block: 48px;
  }

  .section-heading h2,
  .flow-heading h2 {
    font-size: 35px;
  }

  .resources .section-heading {
    margin-bottom: 28px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .resource-card {
    min-height: 420px;
    padding: 18px;
  }

  .resource-card__head {
    min-height: 94px;
  }

  .resource-card__head p {
    font-size: 13px;
  }

  .resource-card > a {
    font-size: 13px;
  }

  .resource-visual {
    height: 230px;
  }

  .journey li {
    min-height: 94px;
  }

  .journey h3 {
    font-size: 24px;
  }

  .journey p {
    font-size: 11px;
  }

  .journey a,
  .token-route-action {
    font-size: 10px;
  }

  .insight-band {
    height: 760px;
  }

  .insight-band__image {
    top: auto;
    bottom: 0;
    height: 470px;
    object-position: 74% 42%;
  }

  .insight-band__wash {
    background: linear-gradient(180deg, rgba(247, 241, 235, 1) 0%, rgba(247, 241, 235, 0.98) 43%, rgba(247, 241, 235, 0.42) 61%, rgba(247, 241, 235, 0.04) 84%);
  }

  .insight-copy h2 {
    font-size: 42px;
  }

  .insight-copy ul {
    font-size: 10px;
  }

  .insight-metrics {
    grid-template-columns: 1fr;
    width: 190px;
  }

  .pillars__heading h2 {
    font-size: 34px;
  }

  .pillar {
    padding-left: 48px;
  }

  .pillar ul {
    grid-template-columns: 1fr;
    height: 132px;
  }

  .pillar__photo {
    margin-left: -48px;
    height: 145px;
  }

  .trust h2 {
    font-size: 30px;
  }

  .trust ul {
    grid-template-columns: 1fr;
  }

  .closing-heading h2 {
    font-size: 34px;
  }

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

  .audience-grid article {
    min-height: 145px;
    padding-right: 40%;
  }

  .audience-grid a {
    font-size: 10px;
  }

  .final-cta {
    min-height: 230px;
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
    font-size: 11px;
  }

  .site-footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

/* ============================================================
   Drawer de agendamento de demonstração
   Transplante da drawer da home antiga com a identidade
   editorial desta página (navy + terracota + serifa).
   ============================================================ */

html.nova-demo-open,
body.nova-demo-open {
  overflow: hidden;
}

.nova-demo {
  position: fixed;
  z-index: 200;
  inset: 0;
}

.nova-demo[hidden] {
  display: none;
}

.nova-demo__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 16, 30, 0.62);
  animation: nova-demo-fade 220ms ease both;
  backdrop-filter: blur(3px);
}

.nova-demo__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(620px, 100%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid rgba(2, 26, 48, 0.18);
  box-shadow: -40px 0 90px rgba(0, 8, 19, 0.42);
  background: var(--paper);
  animation: nova-demo-slide 280ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes nova-demo-fade {
  from {
    opacity: 0;
  }
}

@keyframes nova-demo-slide {
  from {
    transform: translateX(24px);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-demo__backdrop,
  .nova-demo__panel {
    animation: none;
  }
}

.nova-demo__header {
  position: relative;
  padding: 26px 28px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(41, 83, 106, 0.34), transparent 46%),
    linear-gradient(117deg, #032744 0%, var(--navy-900) 58%, var(--navy-950) 100%);
  color: var(--white);
}

.nova-demo__intro .eyebrow {
  margin-bottom: 8px;
}

.nova-demo__header h2 {
  max-width: 22ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(23px, 2.6vw, 30px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nova-demo__close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.nova-demo__close:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
}

.nova-demo__close svg {
  width: 18px;
  height: 18px;
}

.nova-demo__body {
  flex: 1;
  overflow-y: auto;
  padding: 22px 28px 32px;
}

.nova-demo__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nova-demo__steps li {
  display: flex;
  gap: 7px;
  align-items: baseline;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--line);
  color: var(--muted);
  transition: color 160ms ease, border-color 160ms ease;
}

.nova-demo__steps li span {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0;
}

.nova-demo__steps li.is-done {
  border-bottom-color: rgba(169, 78, 44, 0.35);
  color: var(--navy-850);
}

.nova-demo__steps li.is-active {
  border-bottom-color: var(--terracotta-dark);
  color: var(--terracotta-dark);
}

.nova-demo__step[hidden] {
  display: none;
}

.nova-demo__card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nova-demo__card-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

.nova-demo__card-head .eyebrow {
  margin-bottom: 4px;
  font-size: 11px;
}

.nova-demo__card-head strong:empty {
  display: none;
}

.nova-demo__card-head strong {
  display: block;
  color: var(--navy-850);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.nova-demo__icon-button {
  width: 38px;
  height: 38px;
  display: grid;
  flex: none;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper-2);
  color: var(--navy-850);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease;
}

.nova-demo__icon-button:hover {
  border-color: var(--terracotta);
  color: var(--terracotta-dark);
}

.nova-demo__icon-button svg {
  width: 17px;
  height: 17px;
}

.nova-demo__days,
.nova-demo__slots {
  display: grid;
  gap: 8px;
}

.nova-demo__days {
  grid-template-columns: repeat(auto-fill, minmax(122px, 1fr));
}

.nova-demo__slots {
  grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
}

.nova-demo__days button,
.nova-demo__slots button {
  padding: 11px 12px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nova-demo__days button strong {
  font-size: 13px;
  font-weight: 800;
}

.nova-demo__days button span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.nova-demo__slots button {
  justify-items: center;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

/* Duração da demonstração: dita uma vez, no cabeçalho do passo de horário,
   em vez de repetida em cada botão. */
.nova-demo__duration {
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 7px;
  align-items: center;
  margin: 0 auto 15px;
  padding: 5px 12px 5px 10px;
  border: 1px solid rgba(169, 78, 44, 0.22);
  border-radius: 999px;
  background: rgba(199, 101, 64, 0.09);
  color: var(--terracotta-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.nova-demo__duration svg {
  width: 15px;
  height: 15px;
  flex: none;
}

.nova-demo__days button:hover,
.nova-demo__slots button:hover {
  transform: translateY(-1px);
  border-color: var(--terracotta);
}

.nova-demo__days button.is-selected,
.nova-demo__slots button.is-selected {
  border-color: var(--terracotta-dark);
  box-shadow: inset 0 0 0 1px var(--terracotta-dark);
  background: #fbf1ec;
  color: var(--terracotta-dark);
}

.nova-demo__days button.is-selected span {
  color: rgba(169, 78, 44, 0.75);
}

.nova-demo__card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.nova-demo__card-foot p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.nova-demo__ghost {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(2, 35, 58, 0.22);
  border-radius: 5px;
  background: transparent;
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.nova-demo__ghost:hover {
  border-color: var(--navy-850);
  background: var(--paper-2);
}

.nova-demo button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.nova-demo .button[disabled]:hover {
  transform: none;
}

.nova-demo__hint {
  margin: 0 0 16px;
  padding: 11px 14px;
  border-left: 2px solid var(--terracotta);
  border-radius: 0 4px 4px 0;
  background: var(--paper-2);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.nova-demo__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nova-demo__fields label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nova-demo__fields label.is-wide {
  grid-column: 1 / -1;
}

/* O label é grid, então o rótulo e a marca "opcional" precisam viver
   dentro de um mesmo item para ficarem na mesma linha. */
.nova-demo__field-name {
  display: flex;
  gap: 7px;
  align-items: baseline;
}

.nova-demo__field-name em {
  color: rgba(102, 113, 122, 0.7);
  font-size: 9.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.nova-demo__fields input,
.nova-demo__fields textarea {
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.nova-demo__fields textarea {
  resize: vertical;
}

.nova-demo__fields input:focus,
.nova-demo__fields textarea:focus {
  outline: none;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(199, 101, 64, 0.16);
}

.nova-demo__feedback {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.nova-demo__feedback:empty {
  display: none;
}

.nova-demo__feedback[data-tone="error"] {
  color: #a3341f;
}

.nova-demo__feedback[data-tone="success"] {
  color: var(--green);
}

.nova-demo__form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
}

.nova-demo__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 5px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.nova-demo__success {
  text-align: center;
}

.nova-demo__success-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 2px auto 14px;
  place-items: center;
  border: 1px solid rgba(23, 99, 77, 0.3);
  border-radius: 50%;
  background: rgba(23, 99, 77, 0.08);
  color: var(--green);
}

.nova-demo__success-icon svg {
  width: 22px;
  height: 22px;
}

.nova-demo__success h3 {
  margin: 0 0 10px;
  color: var(--navy-850);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.nova-demo__success p {
  margin: 0 auto;
  max-width: 44ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.nova-demo__success-note {
  margin-top: 14px !important;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper-2);
  font-size: 12.5px !important;
}

.nova-demo__success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .nova-demo__panel {
    width: 100%;
    border-left: 0;
  }

  .nova-demo__header {
    padding: 20px 18px 18px;
    gap: 12px;
  }

  .nova-demo__body {
    padding: 18px 18px 28px;
  }

  .nova-demo__steps {
    gap: 6px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .nova-demo__steps li span {
    font-size: 11px;
  }

  .nova-demo__fields {
    grid-template-columns: 1fr;
  }

  .nova-demo__card-foot,
  .nova-demo__form-actions,
  .nova-demo__success-actions {
    justify-content: stretch;
  }

  .nova-demo__card-foot .button,
  .nova-demo__form-actions .button,
  .nova-demo__form-actions .nova-demo__ghost {
    flex: 1;
    justify-content: center;
  }
}
