:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --ink: #0f172a;
  --text: #0f172a;
  --muted: #475569;
  --line: rgba(15, 23, 42, 0.12);
  --accent: #7c3aed;
  --accent-hover: #6d28d9;
  --accent-deep: #4c1d95;
  --accent-soft: #f5f0ff;
  --accent-glow: #c084fc;
  --accent-pale: #ddd6fe;
  --teal: #14b8a6;
  --teal-soft: #ccfbf1;
  --shadow: 0 24px 70px rgba(76, 29, 149, 0.11);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0 1px, transparent 1px 36px),
    linear-gradient(90deg, rgba(20, 184, 166, 0.05) 0 1px, transparent 1px 46px),
    var(--bg);
}

body::before {
  position: fixed;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(192, 132, 252, 0.18), transparent 34%),
    linear-gradient(300deg, rgba(20, 184, 166, 0.12), transparent 32%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

body > * {
  position: relative;
  z-index: 1;
}

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

main {
  width: 100%;
}

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

section[id] {
  scroll-margin-top: 104px;
}

#conteudo {
  scroll-margin-top: -60px;
}

#problema {
  scroll-margin-top: -40px;
}

#publico {
  scroll-margin-top: -40px;
}

#calculadora {
  scroll-margin-top: -50px;
}

#oferta {
  scroll-margin-top: -10px;
}

#faq {
  scroll-margin-top: -40px;
}

.topbar,
.hero,
.value-shell,
.section > .section-heading,
.section > .problem-grid,
.section > .cards,
.section > .feature-stack,
.section > .stats-grid,
.section > .timeline,
.section > .inside-grid,
.section > .tools-grid,
.section > .calculator-showcase,
.section > .offer-pricing,
.section > .faq-shell,
.section > .faq-list,
.section > .transparency-box {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(76, 29, 149, 0.2);
}

.brand strong,
.footer strong {
  display: block;
  font-size: 1rem;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  white-space: nowrap;
}

.topbar-nav {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: rgba(124, 58, 237, 0.32) transparent;
}

.topbar-nav::-webkit-scrollbar {
  height: 5px;
}

.topbar-nav::-webkit-scrollbar-track {
  background: transparent;
}

.topbar-nav::-webkit-scrollbar-thumb {
  background: rgba(124, 58, 237, 0.32);
  border-radius: 999px;
}

.topbar-nav a {
  flex: 0 0 auto;
  padding: 9px 10px;
  border-radius: var(--radius);
}

.topbar-nav a:hover {
  color: var(--accent-deep);
  background: var(--accent-soft);
}

.topbar-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  font-weight: 800;
  border-radius: var(--radius);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.topbar-cta {
  padding: 0 18px;
  color: white;
  background: var(--ink);
}

.button {
  padding: 0 22px;
}

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

.primary {
  color: white;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  box-shadow: 0 16px 30px rgba(124, 58, 237, 0.24);
}

.secondary {
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: 52px 0 92px;
}

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

.hero::after {
  position: absolute;
  right: -120px;
  bottom: 48px;
  z-index: 0;
  width: 520px;
  height: 260px;
  content: "";
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(20, 184, 166, 0.18));
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
}

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

.eyebrow,
.section-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before,
.section-heading span::before {
  display: inline-block;
  width: 26px;
  height: 2px;
  content: "";
  background: currentColor;
}

h1 {
  max-width: 800px;
  margin: 18px 0 20px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.15vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.lead {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.hero-metrics article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
}

.hero-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 1.85rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.microcopy,
.footer p,
.card p,
.tools-grid p,
.timeline p,
details p,
.inside-grid p,
.transparency-box p,
.problem-grid p {
  color: var(--muted);
  line-height: 1.72;
}

.microcopy {
  max-width: 58ch;
  margin-top: 18px;
  font-size: 0.92rem;
}

.value-split {
  position: relative;
  padding: 16px 0 58px;
}

.value-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.value-story,
.value-card {
  border-radius: var(--radius);
}

.value-story {
  position: relative;
  min-height: 320px;
  padding: 32px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.42), transparent 48%),
    var(--ink);
  box-shadow: var(--shadow);
}

.value-story::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  content: "";
  background: rgba(192, 132, 252, 0.2);
  border-radius: 50%;
}

.value-story > * {
  position: relative;
  z-index: 1;
}

.value-story h2 {
  max-width: 14ch;
  margin: 14px 0;
  color: white;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.value-story p {
  max-width: 58ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.value-card {
  display: grid;
  align-content: center;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(221, 214, 254, 0.56), rgba(255, 255, 255, 0) 42%),
    #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.value-card > span,
.feature-copy > span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.value-card h3 {
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.05;
}

.value-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.value-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  line-height: 1.55;
}

.value-card li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 5px var(--accent-soft);
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
}

.hero-visual::before {
  position: absolute;
  inset: 32px 0 0 44px;
  content: "";
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(124, 58, 237, 0.9)),
    linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, 0.08) 46% 48%, transparent 48%);
  border-radius: var(--radius);
  transform: rotate(-4deg);
}

.dashboard-window {
  position: relative;
  width: min(510px, 100%);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  color: var(--ink);
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  background: var(--teal);
  border-radius: 999px;
}

.window-dots span:first-child {
  background: var(--accent-glow);
}

.window-dots span:last-child {
  background: var(--accent);
}

.dashboard-content {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 430px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(245, 240, 255, 0.82), rgba(255, 255, 255, 0)),
    #fff;
}

.score-card,
.mini-card,
.task-list {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
}

.score-card {
  max-width: 330px;
  padding: 22px;
}

.score-card span,
.mini-card span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.score-card strong {
  display: block;
  margin: 10px 0;
  color: var(--accent-deep);
  font-size: 4rem;
  line-height: 1;
}

.progress {
  height: 10px;
  overflow: hidden;
  background: #ede9fe;
  border-radius: 999px;
}

.progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--teal));
  border-radius: inherit;
}

.score-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.mini-card {
  position: absolute;
  right: 24px;
  width: 160px;
  padding: 18px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.mini-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 2rem;
}

.floating-a {
  top: 72px;
}

.floating-b {
  top: 202px;
}

.task-list {
  display: grid;
  gap: 12px;
  align-self: end;
  padding: 18px;
}

.task-list div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--text);
  font-weight: 700;
}

.task-list span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  background: var(--accent-soft);
  border-radius: 999px;
}

.task-list span::before {
  width: 9px;
  height: 5px;
  content: "";
  border-bottom: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
  transform: rotate(-45deg) translate(1px, -1px);
}

.section {
  position: relative;
  display: grid;
  align-content: center;
  min-height: min(760px, calc(100vh - 74px));
  padding: 58px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.section::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: translateX(-50%);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.54fr);
  gap: 24px;
  align-items: end;
  max-width: none;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.problem {
  background: rgba(255, 255, 255, 0.76);
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 18px;
  align-items: stretch;
}

.problem-lead {
  display: grid;
  align-content: space-between;
  min-height: 100%;
  padding: 24px;
  color: white;
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.16), transparent 44%),
    var(--ink);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.problem-lead > span {
  color: var(--teal-soft);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.problem-lead p {
  max-width: 58ch;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.03rem;
}

.problem-lead strong {
  display: block;
  padding: 16px;
  color: white;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.problem-grid ul,
.transparency-box ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.problem-grid li,
.transparency-box li {
  position: relative;
  padding: 13px 16px 13px 40px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
}

.problem-grid li::before,
.transparency-box li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--accent-glow);
  border-radius: 999px;
}

.solution,
.inside,
.guarantee {
  background:
    linear-gradient(120deg, rgba(245, 240, 255, 0.86), rgba(255, 255, 255, 0.82)),
    var(--surface-soft);
}

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

.feature-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  min-height: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.feature-index {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 900;
  background: var(--accent-soft);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: var(--radius);
}

.feature-row.reverse .feature-copy {
  order: initial;
}

.feature-row.reverse .feature-preview {
  order: initial;
}

.feature-copy {
  display: grid;
  align-content: start;
  padding: 8px 46px 8px 8px;
}

.feature-copy h3 {
  max-width: none;
  margin: 7px 0 8px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.3vw, 1.34rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.feature-copy p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.inline-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  color: var(--accent-deep);
  font-size: 0.84rem;
  font-weight: 900;
  border-bottom: 2px solid rgba(124, 58, 237, 0.25);
}

.feature-preview {
  display: grid;
  align-content: center;
  min-height: 150px;
  padding: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.14), transparent 46%),
    #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
}

.score-preview {
  gap: 10px;
}

.score-preview > div {
  padding: 14px;
  background: var(--ink);
  border-radius: var(--radius);
}

.score-preview > div span,
.score-preview > div strong {
  display: block;
}

.score-preview > div span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 800;
}

.score-preview > div strong {
  margin-top: 8px;
  color: white;
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  line-height: 1;
}

.score-preview ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.score-preview li,
.supplier-row,
.plan-header {
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
}

.score-preview li span,
.score-preview li strong {
  display: block;
}

.score-preview li span,
.supplier-row span,
.supplier-row em,
.plan-header span {
  color: var(--muted);
  font-size: 0.8rem;
}

.score-preview li strong {
  margin-top: 8px;
  color: var(--ink);
}

.supplier-preview {
  gap: 10px;
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.16), transparent 48%),
    #fff;
}

.supplier-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  align-items: center;
}

.supplier-row strong {
  color: var(--ink);
  font-size: 1rem;
}

.supplier-row em {
  font-style: normal;
  font-weight: 900;
  color: var(--accent-deep);
}

.plan-preview {
  gap: 12px;
  background:
    linear-gradient(145deg, rgba(192, 132, 252, 0.16), transparent 44%),
    #fff;
}

.plan-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.plan-header strong {
  color: var(--ink);
  font-size: 1.08rem;
}

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

.plan-grid span {
  min-height: 34px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: var(--radius);
}

.plan-grid span.done {
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.94), rgba(76, 29, 149, 0.94)),
    var(--accent);
}

.cards,
.tools-grid,
.stats-grid,
.timeline,
.faq-list,
.pricing,
.inside-grid {
  display: grid;
  gap: 16px;
}

.cards,
.tools-grid,
.inside-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card,
.tools-grid article,
.timeline article,
.stats-grid article,
.price-card,
details,
.inside-grid article,
.transparency-box {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: var(--radius);
}

.card,
.tools-grid article,
.timeline article,
.price-card,
details,
.inside-grid article {
  padding: 16px;
}

.card,
.tools-grid article,
.inside-grid article {
  position: relative;
  overflow: hidden;
}

.card::after,
.tools-grid article::after,
.inside-grid article::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--teal));
  opacity: 0.72;
}

.card-tag,
.inside-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 9px;
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--accent-soft);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
}

.card h3,
.tools-grid h3,
.timeline h3 {
  margin-bottom: 6px;
  color: var(--ink);
}

.card p,
.tools-grid p,
.timeline p,
.inside-grid p,
details p {
  font-size: 0.92rem;
}

.card p,
.tools-grid p,
.timeline p,
.inside-grid p {
  margin-bottom: 0;
}

.card,
.tools-grid article,
.inside-grid article {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.card:hover,
.tools-grid article:hover,
.inside-grid article:hover {
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-4px);
}

.audience {
  background: #fff;
}

.stats {
  color: white;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.45), transparent 46%),
    var(--ink);
}

.stats::before,
.offer::before {
  background: linear-gradient(90deg, var(--teal), transparent);
}

.stats .section-heading h2,
.offer .section-heading h2,
.offer h2 {
  color: white;
}

.stats .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.stats .section-heading span,
.offer .eyebrow {
  color: var(--accent-pale);
}

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

.stats-grid article {
  display: grid;
  gap: 10px;
  align-content: space-between;
  min-height: 132px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.stats-grid small {
  display: inline-flex;
  width: fit-content;
  padding: 5px 8px;
  color: var(--teal-soft);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(20, 184, 166, 0.14);
  border: 1px solid rgba(204, 251, 241, 0.18);
  border-radius: 999px;
}

.stats-grid strong {
  display: block;
  color: white;
  font-size: 2rem;
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
}

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

.timeline::before {
  position: absolute;
  top: 34px;
  right: 48px;
  left: 48px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.28), rgba(20, 184, 166, 0.28));
}

.timeline article {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.timeline article::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--teal));
}

.timeline span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  place-items: center;
  color: white;
  font-weight: 900;
  background: var(--accent);
  border-radius: var(--radius);
}

.timeline small {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.inside-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.05rem;
}

.inside-grid article {
  min-height: 154px;
}

.tools {
  background: #fff;
}

.tools-grid article {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 142px;
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.08), rgba(255, 255, 255, 0) 52%),
    #fff;
}

.tool-number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 4px;
  place-items: center;
  color: white;
  font-size: 0.76rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent-deep), var(--teal));
  border-radius: var(--radius);
}

.calculator-feature {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(245, 240, 255, 0.82)),
    var(--surface-soft);
}

.calculator-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.72fr);
  gap: 34px;
  align-items: center;
}

.section > .calculator-showcase {
  width: min(1320px, calc(100% - 32px));
}

.calculator-visual {
  position: relative;
}

.calculator-visual::before {
  position: absolute;
  right: -28px;
  bottom: -26px;
  width: 52%;
  height: 42%;
  content: "";
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(20, 184, 166, 0.18));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.calculator-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.calculator-copy {
  display: grid;
  align-content: center;
}

.calculator-copy h2 {
  margin: 14px 0 16px;
  color: var(--ink);
  font-size: clamp(1.8rem, 2.8vw, 3.05rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.calculator-copy p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.66;
}

.calculator-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.calculator-proof article {
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
}

.calculator-proof span,
.calculator-proof strong {
  display: block;
}

.calculator-proof span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.calculator-proof strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1;
}

.calculator-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.calculator-points li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.55;
}

.calculator-points li::before {
  position: absolute;
  top: 0.54em;
  left: 0;
  width: 12px;
  height: 7px;
  content: "";
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.offer {
  padding: 72px 0;
  color: white;
  background:
    linear-gradient(135deg, rgba(192, 132, 252, 0.2), transparent 34%),
    linear-gradient(300deg, rgba(20, 184, 166, 0.16), transparent 42%),
    var(--accent-deep);
}

.pricing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin: 0;
}

.offer-pricing {
  gap: 24px;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.24);
}

.price-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--teal), rgba(255, 255, 255, 0.3));
}

.price-card.annual {
  background:
    linear-gradient(145deg, #2e1065 0%, #4c1d95 62%, #6d28d9 100%);
  border-color: rgba(221, 214, 254, 0.82);
  box-shadow:
    0 30px 74px rgba(46, 16, 101, 0.36),
    0 0 0 1px rgba(221, 214, 254, 0.18);
}

.price-card.annual::after {
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--accent-glow), #fff);
}

.discount-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--accent-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fff;
  border: 1px solid rgba(221, 214, 254, 0.7);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.plan-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 30px 20px;
  background:
    linear-gradient(135deg, rgba(245, 240, 255, 0.92), rgba(255, 255, 255, 0)),
    #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.price-card.annual .plan-header {
  display: grid;
  gap: 12px;
  padding-right: 158px;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.plan-header h3 {
  order: 1;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.price-card.annual .plan-header h3,
.price-card.annual .plan-price {
  color: white;
}

.plan-price-block {
  display: grid;
  gap: 12px;
  padding: 26px 30px 0;
}

.plan-label {
  order: 2;
  display: inline-flex;
  width: fit-content;
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--accent-deep);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--accent-soft);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  white-space: nowrap;
}

.price-card.annual .plan-label {
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.plan-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  color: var(--ink);
  font-size: clamp(2.45rem, 4.4vw, 4.35rem);
  line-height: 1;
}

.plan-price span {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 900;
}

.price-card.annual .plan-price span,
.price-card.annual .plan-price-block p {
  color: rgba(255, 255, 255, 0.76);
}

.plan-price-block p {
  min-height: 58px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.plan-note {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 900;
  background: var(--accent-soft);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 999px;
}

.price-card.annual .plan-note {
  color: white;
  background: rgba(20, 184, 166, 0.18);
  border-color: rgba(204, 251, 241, 0.3);
}

.plan-button {
  width: calc(100% - 60px);
  margin: 24px 30px 28px;
}

.price-card.annual .plan-button {
  color: var(--accent-deep);
  background: #fff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.2);
}

.price-card.annual .plan-button:hover {
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.26);
}

.plan-includes {
  padding: 24px 30px 28px;
  margin-top: auto;
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.09);
}

.includes-heading {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}

.includes-heading strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.includes-heading span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: right;
}

.plan-includes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.plan-includes li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.plan-includes li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 10px;
  height: 6px;
  content: "";
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.faq {
  background:
    linear-gradient(120deg, rgba(245, 240, 255, 0.9), rgba(255, 255, 255, 0.86)),
    var(--surface-soft);
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
}

.faq-aside {
  padding: 24px;
  background: var(--ink);
  border: 1px solid rgba(124, 58, 237, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-aside h2 {
  margin: 12px 0 12px;
  color: white;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.03;
}

.faq-aside p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.faq-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.faq-note strong {
  color: white;
}

.faq-note span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-list {
  grid-template-columns: 1fr;
  gap: 10px;
}

details {
  background: #fff;
}

details summary {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--accent-deep);
  content: "+";
  background: var(--accent-soft);
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition:
    height 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease;
}

.faq-answer p {
  margin: 12px 44px 0 0;
}

details[open] .faq-answer {
  opacity: 1;
}

details[open] {
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

details[open] summary::after {
  color: white;
  content: "-";
  background: var(--accent);
}

.transparency {
  background: #fff;
}

.transparency-box {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
}

.transparency-box p {
  max-width: 72ch;
  margin: 18px 0 0;
}

.transparency-box > p {
  grid-column: 1 / -1;
  margin-top: 0;
}

.transparency-note {
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.13), transparent 50%),
    #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--radius);
}

.transparency-note strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

.transparency-note p {
  margin: 10px 0 0;
}

.footer {
  width: 100%;
  margin-top: 18px;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.24), transparent 48%),
    var(--ink);
}

.footer-grid {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footer-brand p,
.footer-bottom p {
  max-width: 58ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.footer-column strong,
.footer-brand strong {
  color: white;
}

.footer-column ul,
.footer-column nav {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.footer-column li,
.footer-column a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.45;
}

.footer-column a {
  width: fit-content;
  border-bottom: 1px solid rgba(221, 214, 254, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-column a:hover {
  color: white;
  border-color: var(--accent-pale);
}

.footer-bottom {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  gap: 18px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.86rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, #16a34a, #14b8a6);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float::before {
  width: 11px;
  height: 11px;
  content: "";
  background: white;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.22);
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.28);
}

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: ambient-shift 18s ease-in-out infinite alternate;
  }

  body.reveal-ready .revealable {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.7s ease,
      transform 0.7s ease;
    transition-delay: var(--reveal-delay, 0ms);
  }

  body.reveal-ready .revealable.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .dashboard-window {
    animation: dashboard-pop 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .floating-a {
    animation: float-card 5.4s ease-in-out infinite;
  }

  .floating-b {
    animation: float-card 6.2s ease-in-out infinite reverse;
  }

  .progress span {
    animation: progress-grow 1.2s 0.45s ease-out both;
    transform-origin: left center;
  }
}

@keyframes ambient-shift {
  from {
    transform: translate3d(-2%, -1%, 0);
  }

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

@keyframes dashboard-pop {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
  }

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

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes progress-grow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 156px;
  }

  section[id] {
    scroll-margin-top: 156px;
  }

  #conteudo {
    scroll-margin-top: 190px;
  }

  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 38px;
  }

  .section {
    min-height: auto;
  }

  h1 {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .value-shell,
  .section-heading,
  .feature-stack,
  .feature-row,
  .calculator-showcase,
  .faq-shell,
  .transparency-box {
    grid-template-columns: 1fr;
  }

  .feature-row {
    min-height: auto;
  }

  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-preview {
    order: initial;
  }

  .problem-grid,
  .cards,
  .tools-grid,
  .stats-grid,
  .timeline,
  .faq-list,
  .pricing,
  .inside-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .timeline::before {
    display: none;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .topbar {
    top: 8px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 8px;
  }

  .brand span {
    white-space: normal;
  }

  .topbar-cta,
  .button {
    width: 100%;
  }

  .topbar-nav {
    display: none;
  }

  .hero,
  .value-shell,
  .section > .section-heading,
  .section > .problem-grid,
  .section > .cards,
  .section > .feature-stack,
  .section > .stats-grid,
  .section > .timeline,
  .section > .inside-grid,
  .section > .tools-grid,
  .section > .calculator-showcase,
  .section > .offer-pricing,
  .section > .faq-shell,
  .section > .faq-list,
  .section > .transparency-box {
    width: min(100% - 24px, 1180px);
  }

  .footer {
    padding: 28px 0;
  }

  .footer-grid,
  .footer-bottom {
    width: min(100% - 24px, 1180px);
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-brand,
  .footer-bottom {
    display: grid;
  }

  .footer-bottom {
    align-items: start;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .hero {
    gap: 30px;
    padding: 28px 0 64px;
  }

  .value-split {
    padding: 0 0 64px;
  }

  .value-story,
  .value-card {
    min-height: auto;
    padding: 24px;
  }

  .value-story h2 {
    max-width: none;
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  h1 {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 2.95rem);
  }

  .lead {
    font-size: 1.02rem;
  }

  .hero-metrics,
  .problem-grid,
  .score-preview ul,
  .cards,
  .tools-grid,
  .stats-grid,
  .timeline,
  .faq-list,
  .calculator-proof,
  .pricing,
  .inside-grid {
    grid-template-columns: 1fr;
  }

  .feature-row {
    padding: 10px;
  }

  .feature-preview {
    padding: 16px;
  }

  .feature-copy {
    padding: 50px 16px 16px;
  }

  .feature-index {
    top: 12px;
    right: 12px;
  }

  .feature-copy h3 {
    max-width: none;
    font-size: clamp(1.2rem, 6vw, 1.62rem);
  }

  .supplier-row {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual::before {
    inset: 30px 0 0 16px;
  }

  .dashboard-content {
    min-height: 340px;
    padding: 16px;
  }

  .score-card {
    max-width: none;
  }

  .mini-card {
    position: static;
    width: auto;
  }

  .section {
    padding: 64px 0;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .calculator-showcase {
    gap: 28px;
  }

  .calculator-copy h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

  .calculator-visual::before {
    right: -10px;
    bottom: -14px;
  }

  .faq-aside {
    padding: 22px;
  }

  .faq-answer p {
    margin-right: 0;
  }

  .pricing {
    margin: 0;
  }

  .offer-pricing {
    margin-top: 0;
  }

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

  .discount-badge {
    position: static;
    width: fit-content;
    margin: 20px 24px 0;
  }

  .plan-header,
  .plan-price-block,
  .plan-includes {
    padding-right: 24px;
    padding-left: 24px;
  }

  .plan-header {
    display: grid;
    gap: 12px;
    padding-top: 26px;
  }

  .price-card.annual .plan-header {
    padding-top: 16px;
    padding-right: 24px;
  }

  .plan-price-block {
    padding-top: 26px;
  }

  .plan-price-block p {
    min-height: 0;
  }

  .includes-heading {
    display: grid;
    gap: 4px;
  }

  .includes-heading span {
    text-align: left;
  }

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

  .plan-button {
    width: calc(100% - 48px);
    margin: 22px 24px 24px;
  }

}
