:root {
  --navy-950: #0d2947;
  --navy-900: #153b66;
  --navy-800: #1c4f7d;
  --blue-600: #2d6fa3;
  --blue-200: #cfe2ec;
  --blue-100: #e7f1f5;
  --green-700: #0d7d4b;
  --green-600: #16a765;
  --green-300: #74d9a5;
  --green-100: #dff6e9;
  --paper: #fffaf0;
  --paper-deep: #f2eadb;
  --ink: #17263a;
  --muted: #58697c;
  --line: #b9c8d2;
  --danger: #a72c2c;
  --shadow-paper: 0 18px 0 rgba(9, 30, 52, 0.12), 0 28px 52px rgba(9, 30, 52, 0.22);
  --font-display: "Archivo", Arial, sans-serif;
  --font-body: "Atkinson Hyperlegible", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    repeating-linear-gradient(0deg, rgba(21, 59, 102, 0.025) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(21, 59, 102, 0.018) 0 1px, transparent 1px 11px);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.48;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--navy-950);
  transform: translateY(-150%);
}

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

.payment-notice {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 16px;
  padding: 13px 16px;
  border: 2px solid #b07208;
  color: #563600;
  background: #fff0b5;
  font-weight: 700;
  text-align: center;
}

:focus-visible {
  outline: 4px solid #f0a928;
  outline-offset: 3px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 230px) 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 84px;
  margin: 0 auto;
}

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

.brand img {
  width: 220px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.site-nav a,
.site-footer a,
.text-link,
.support-note a {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

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

.site-nav a:hover,
.text-link:hover,
.site-footer a:hover,
.support-note a:hover {
  text-decoration: underline;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid var(--navy-900);
  border-radius: 8px;
  color: var(--navy-950);
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--navy-950);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--navy-950);
}

.button:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--navy-950);
}

.button-small {
  min-height: 46px;
  padding: 10px 19px;
}

.button-dark {
  color: white;
  background: var(--navy-900);
}

.button-primary {
  border-color: var(--navy-950);
  color: #061f15;
  background: var(--green-300);
}

.button-light {
  border-color: var(--paper);
  color: var(--navy-950);
  background: var(--paper);
  box-shadow: 5px 5px 0 rgba(5, 26, 45, 0.75);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  gap: clamp(38px, 6vw, 88px);
  width: min(1240px, calc(100% - 32px));
  min-height: 650px;
  margin: 0 auto;
  padding: clamp(64px, 7vw, 98px) clamp(24px, 6vw, 78px) 82px;
  overflow: hidden;
  color: white;
  background-color: var(--navy-900);
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 10px);
  border-radius: 4px 4px 54px 4px;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -84px;
  bottom: -108px;
  width: 280px;
  height: 280px;
  border: 34px solid rgba(116, 217, 165, 0.22);
  border-radius: 50%;
}

.hero-route {
  position: absolute;
  top: 36px;
  left: 0;
  display: flex;
  width: 34%;
  align-items: center;
}

.hero-route::before {
  content: "";
  flex: 1;
  height: 3px;
  background: var(--green-300);
}

.hero-route span {
  width: 13px;
  height: 13px;
  margin-left: 18px;
  border: 3px solid var(--green-300);
  background: var(--navy-900);
  transform: rotate(45deg);
}

.hero-copy {
  align-self: center;
}

.hero .eyebrow {
  color: var(--green-300);
}

.hero h1,
.section-heading h2,
.familiar-copy h2,
.final-cta h2,
.signup-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.15rem, 5.2vw, 4.65rem);
}

.hero h1 span {
  display: inline;
  color: var(--navy-950);
  background: var(--green-300);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.08em 0.06em;
}

.hero-description {
  max-width: 640px;
  margin: 28px 0 0;
  color: #e8f1f5;
  font-size: 1.18rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.hero .text-link {
  color: white;
}

.price-note {
  margin: 26px 0 0;
  color: #d3e4ec;
  font-size: 0.9rem;
}

.price-note strong {
  color: white;
}

.hero-demo {
  position: relative;
  align-self: center;
  padding: 38px 32px 30px;
  color: var(--ink);
  background-color: var(--paper);
  background-image: repeating-linear-gradient(0deg, rgba(21, 59, 102, 0.045) 0 1px, transparent 1px 28px);
  box-shadow: var(--shadow-paper);
  transform: rotate(1.2deg);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.paper-tab {
  position: absolute;
  top: -1px;
  left: 28px;
  padding: 7px 15px 8px;
  color: white;
  background: var(--blue-600);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.paper-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 3px solid var(--navy-900);
}

.paper-heading > div {
  display: grid;
  gap: 4px;
}

.paper-kicker {
  color: var(--blue-600);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.paper-heading strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.paper-number {
  color: var(--blue-200);
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.supplier-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 18px 0 8px;
}

.supplier-row span {
  padding: 6px 4px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.64rem;
  font-weight: 700;
  text-align: center;
}

.quote-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border-bottom: 1px solid var(--line);
}

.product-name {
  font-weight: 700;
}

.price-placeholder {
  color: var(--navy-900);
  font-family: var(--font-display);
  font-weight: 800;
}

.winner-mark {
  padding: 5px 8px;
  color: #052b1b;
  background: var(--green-300);
  font-size: 0.68rem;
  font-weight: 700;
  transform: rotate(-2deg);
}

.paper-result {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 14px;
  border: 2px solid var(--green-600);
  background: var(--green-100);
}

.paper-result p {
  margin: 0;
  font-size: 0.9rem;
}

.quick-path {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(960px, calc(100% - 48px));
  margin: -25px auto 0;
  padding: 22px 28px;
  border: 2px solid var(--navy-950);
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--navy-950);
}

.quick-path div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-path span,
.how-number {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--navy-900);
  font-family: var(--font-display);
  font-weight: 900;
}

.quick-path strong {
  font-family: var(--font-display);
  font-size: 0.86rem;
  white-space: nowrap;
}

.quick-path i {
  height: 2px;
  background: var(--green-600);
}

.plans-section,
.how-section,
.faq-section {
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading h2,
.familiar-copy h2,
.final-cta h2 {
  color: var(--navy-950);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}

.section-heading h2 span {
  color: var(--blue-600);
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
}

.plans-shell {
  position: relative;
}

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

.card-plano {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 30px 28px 28px;
  border: 2px solid var(--navy-900);
  background-color: var(--paper);
  background-image: repeating-linear-gradient(0deg, rgba(21, 59, 102, 0.026) 0 1px, transparent 1px 22px);
  box-shadow: 7px 7px 0 var(--blue-200);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.card-plano.destaque {
  border-color: var(--green-700);
  box-shadow: 9px 9px 0 var(--green-300);
}

.plan-index {
  margin: 0 0 28px;
  color: var(--blue-200);
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.badge-destaque {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: 0;
  padding: 7px 9px;
  color: #052b1b;
  background: var(--green-300);
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  transform: rotate(1deg);
}

.plano-nome {
  margin: 0;
  color: var(--navy-900);
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.plano-preco {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.plano-preco span {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
}

.plano-subtexto {
  min-height: 44px;
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: 0.82rem;
}

.plano-recursos {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plano-recursos li {
  position: relative;
  padding-left: 28px;
  font-size: 0.92rem;
}

.plano-recursos li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--green-700);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
}

.button-plan {
  width: 100%;
  margin-top: auto;
}

.secao-cadastro {
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 32px clamp(22px, 6vw, 54px) 46px;
  border: 2px solid var(--navy-900);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--blue-200);
}

.back-button {
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--blue-600);
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.signup-heading {
  margin: 28px 0 32px;
}

.signup-heading h2 {
  color: var(--navy-950);
  font-size: clamp(2.2rem, 6vw, 3.7rem);
}

.signup-heading > p:last-child {
  color: var(--muted);
}

.form-group {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label {
  color: var(--navy-950);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-group small {
  color: var(--muted);
  font-size: 0.78rem;
}

.form-input {
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  border: 2px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: white;
  outline: none;
}

.form-input:focus {
  border-color: var(--blue-600);
  box-shadow: 0 0 0 4px rgba(45, 111, 163, 0.17);
}

.form-message {
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 2px solid;
  font-weight: 700;
}

.form-error {
  border-color: var(--danger);
  color: var(--danger);
  background: #fff1f0;
}

.form-status {
  border-color: var(--green-700);
  color: #064c2f;
  background: var(--green-100);
}

.button-submit {
  width: 100%;
}

.button:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.support-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.how-section {
  position: relative;
  color: white;
  background-color: var(--navy-950);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 8px);
}

.how-section::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 32px;
  background: var(--paper);
  clip-path: polygon(0 48%, 6% 72%, 13% 38%, 21% 65%, 29% 40%, 37% 68%, 46% 35%, 55% 66%, 63% 42%, 72% 70%, 81% 38%, 90% 62%, 100% 44%, 100% 0, 0 0);
}

.how-section .eyebrow {
  color: var(--green-300);
}

.how-section .section-heading h2 {
  color: white;
}

.how-section .section-heading h2 span {
  color: var(--green-300);
}

.how-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-list::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: var(--green-300);
}

.how-list li {
  position: relative;
  padding-right: 28px;
}

.how-number {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border: 3px solid var(--green-300);
  color: var(--navy-950);
  background: var(--green-300);
}

.how-list h3 {
  min-height: 58px;
  margin: 20px 0 8px;
  color: white;
  font-family: var(--font-display);
  font-size: 1.02rem;
}

.how-list p {
  margin: 0;
  color: #c7d8e3;
  font-size: 0.86rem;
}

.familiar-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
  padding: 110px max(24px, calc((100vw - 1050px) / 2));
  overflow: hidden;
  background: var(--green-300);
}

.familiar-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 32px;
  color: #123d2d;
  font-size: 1.08rem;
}

.familiar-copy .eyebrow {
  color: #07492c;
}

.phone-demo {
  width: min(380px, 100%);
  margin: 0 auto;
  padding: 18px;
  border: 4px solid var(--navy-950);
  border-radius: 34px;
  background: #edf2f5;
  box-shadow: 14px 16px 0 rgba(13, 41, 71, 0.28);
  transform: rotate(2deg);
}

.phone-top {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: -2px -2px 10px;
  border-radius: 17px 17px 5px 5px;
  color: white;
  background: var(--navy-900);
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.phone-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green-300);
}

.phone-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.phone-steps b {
  padding: 10px 3px;
  border-radius: 5px;
  color: #546276;
  background: #d4dee6;
  font-family: var(--font-display);
  font-size: 0.67rem;
  text-align: center;
}

.phone-steps .active {
  color: white;
  background: var(--blue-600);
}

.phone-note,
.phone-product {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #c2d0d8;
  border-radius: 7px;
  background: white;
  font-size: 0.76rem;
}

.phone-note {
  border-left: 5px solid var(--blue-600);
  color: var(--navy-900);
  background: var(--blue-100);
}

.phone-product {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.phone-product span {
  font-weight: 700;
}

.phone-product small {
  color: var(--muted);
}

.phone-action {
  margin-top: 12px;
  padding: 13px;
  border-radius: 7px;
  color: #062b1c;
  background: var(--green-300);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr);
  gap: clamp(42px, 9vw, 120px);
}

.faq-list {
  border-top: 3px solid var(--navy-900);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--navy-950);
  font-family: var(--font-display);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 3px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--navy-900);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "−";
  color: white;
  background: var(--navy-900);
}

.faq-list details p {
  margin: -6px 50px 24px 0;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 80px;
  padding: 36px 40px;
  border: 3px solid var(--navy-950);
  background-color: var(--blue-100);
  background-image: repeating-linear-gradient(0deg, rgba(21, 59, 102, 0.04) 0 1px, transparent 1px 7px);
  box-shadow: 10px 10px 0 var(--navy-950);
}

.final-cta .eyebrow {
  margin-bottom: 7px;
}

.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 32px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer > div {
  display: flex;
  gap: 22px;
}

.footer-brand img {
  width: 190px;
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

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

  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 72px;
  }

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

  .hero-demo {
    width: min(620px, 100%);
    margin: 4px auto 0;
  }

  .grid-planos {
    grid-template-columns: 1fr;
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .card-plano {
    min-height: 0;
  }

  .how-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .how-list::before {
    top: 20px;
    bottom: 20px;
    left: 22px;
    width: 3px;
    height: auto;
  }

  .how-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 20px;
    padding: 0;
  }

  .how-list h3 {
    min-height: 0;
    margin: 2px 0 5px;
  }

  .familiar-section {
    grid-template-columns: 1fr;
  }

  .faq-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  body {
    font-size: 17px;
  }

  .site-header {
    width: calc(100% - 24px);
    min-height: 72px;
    gap: 12px;
  }

  .brand img {
    width: min(190px, 52vw);
  }

  .site-header .button {
    min-width: 82px;
  }

  .hero {
    width: calc(100% - 16px);
    min-height: 0;
    padding: 66px 18px 52px;
    border-radius: 2px 2px 34px 2px;
  }

  .hero-route {
    width: 65%;
    top: 26px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13.6vw, 4rem);
    line-height: 1.01;
  }

  .hero-description {
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .text-link {
    align-self: center;
  }

  .price-note {
    text-align: center;
  }

  .hero-demo {
    padding: 38px 18px 24px;
    transform: rotate(0.5deg);
  }

  .paper-heading strong {
    font-size: 1rem;
  }

  .supplier-row {
    display: none;
  }

  .quote-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .winner-mark {
    grid-column: 1 / -1;
    width: max-content;
    margin: -9px 0 9px;
  }

  .quick-path {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 13px;
    padding: 20px;
  }

  .quick-path i {
    width: 2px;
    height: 14px;
    margin-left: 16px;
  }

  .quick-path strong {
    white-space: normal;
  }

  .plans-section,
  .how-section,
  .faq-section,
  .familiar-section {
    padding: 88px 20px;
  }

  .section-heading h2,
  .familiar-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .card-plano {
    padding: 26px 22px 24px;
  }

  .plan-index {
    margin-bottom: 22px;
  }

  .badge-destaque {
    top: 20px;
    right: 18px;
  }

  .secao-cadastro {
    padding: 24px 20px 34px;
    box-shadow: 7px 7px 0 var(--blue-200);
  }

  .familiar-section {
    gap: 56px;
  }

  .phone-demo {
    max-width: 350px;
  }

  .faq-section {
    gap: 20px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding: 30px 24px;
  }

  .final-cta img {
    width: 60px;
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer > div {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .site-header {
    min-height: 68px;
  }

  .brand img {
    width: 158px;
  }

  .site-header .button {
    min-width: 72px;
    min-height: 44px;
    padding: 9px 12px;
    font-size: 0.82rem;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .paper-heading {
    gap: 8px;
  }

  .paper-number {
    font-size: 1.65rem;
  }

  .product-name,
  .price-placeholder {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
