@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --color-primary: #d83a0c;
  --color-primary-hover: #b92f08;
  --color-accent: #ff5924;
  --color-ink: #152a27;
  --color-ink-soft: #26403c;
  --color-text: #1c2927;
  --color-muted: #4a5a56;
  --color-background: #f7f8f5;
  --color-surface: #ffffff;
  --color-soft: #edf1ed;
  --color-border: #dbe1dc;
  --color-whatsapp: #167d45;
  --shadow-soft: 0 24px 60px rgba(18, 42, 38, 0.1);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container-width: 1180px;
  --header-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-background);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

button,
a,
summary {
  outline-offset: 4px;
}

:focus-visible {
  outline: 3px solid rgba(231, 67, 19, 0.42);
}

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

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--color-ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(21, 42, 39, 0.08);
  background: rgba(247, 248, 245, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--color-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.brand > span > span {
  color: var(--color-primary);
}

.brand-mark {
  width: 31px;
  height: 31px;
  color: var(--color-primary);
  fill: currentColor;
}

.desktop-nav {
  display: none;
}

.desktop-nav a,
.footer-column a {
  position: relative;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--color-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

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

.button:hover svg {
  transform: translateX(3px);
}

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

.button-primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 9px 22px rgba(231, 67, 19, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--color-primary-hover);
  box-shadow: 0 12px 26px rgba(201, 54, 12, 0.24);
}

.button-secondary {
  border-color: #cbd3ce;
  color: var(--color-ink);
  background: transparent;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--color-ink);
  background: #fff;
}

.button-white {
  color: var(--color-ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(56, 18, 7, 0.16);
}

.button-white:hover,
.button-white:focus-visible {
  color: var(--color-primary-hover);
  background: #fff8f4;
}

.button-large {
  width: 100%;
  min-height: 56px;
  padding: 15px 20px;
  font-size: 15px;
}

.header-cta {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 12px;
}

.desktop-label {
  display: none;
}

.mobile-label {
  display: inline;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 58px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -260px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(21, 42, 39, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.22), 0 0 0 160px rgba(255, 255, 255, 0.12);
  content: "";
}

.hero-grid {
  display: grid;
  gap: 46px;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 19px;
  color: var(--color-primary-hover);
  font-size: clamp(0.82rem, 1.15vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-audience {
  max-width: 100%;
  margin-bottom: 24px;
  padding: 10px 13px;
  border: 1px solid rgba(216, 58, 12, 0.16);
  border-radius: 8px;
  color: var(--color-primary-hover);
  background: #fff0e9;
  font-size: clamp(0.88rem, 1.3vw, 1.02rem);
  letter-spacing: 0.035em;
  line-height: 1.45;
}

h1,
h2 {
  color: var(--color-ink);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 23px;
  font-size: clamp(2.35rem, 10.5vw, 4.8rem);
}

h1 em {
  color: var(--color-primary);
  font-style: normal;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 8vw, 3.5rem);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 29px;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: grid;
  gap: 11px;
}

.cta-note {
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.cta-note span {
  margin: 0 4px;
  color: #75827e;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
  margin: 29px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--color-border);
  list-style: none;
}

.trust-line li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.trust-line svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--color-ink);
  box-shadow: var(--shadow-soft);
}

.hero-panel::after {
  position: absolute;
  top: 80px;
  right: -80px;
  width: 210px;
  height: 210px;
  border: 42px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.panel-topline,
.panel-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.panel-topline {
  justify-content: space-between;
  padding: 18px 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
}

.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6ed29a;
}

.panel-content {
  position: relative;
  z-index: 1;
  padding: 38px 25px 34px;
}

.panel-kicker {
  display: block;
  margin-bottom: 13px;
  color: #ff9d7c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-content h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 10vw, 3rem);
}

.panel-content > p {
  max-width: 420px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  text-transform: uppercase;
}

.progress-meta strong {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.progress-track span {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: var(--color-accent);
}

.panel-footer {
  gap: 13px;
  padding: 18px 21px;
  background: rgba(255, 255, 255, 0.055);
}

.panel-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--color-primary);
}

.panel-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.panel-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.5;
}

.panel-footer strong {
  color: #fff;
  font-weight: 700;
}

.hero-assurance {
  margin-top: 56px;
  padding-bottom: 24px;
}

.hero-assurance .container {
  display: grid;
  gap: 13px;
  padding: 24px;
  border: 1px solid #d6ded8;
  border-radius: var(--radius-md);
  background: var(--color-soft);
}

.assurance-label,
.assurance-message {
  margin: 0;
}

.assurance-label {
  color: var(--color-primary-hover);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.assurance-message {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.65;
}

.assurance-message strong {
  display: block;
  margin-bottom: 2px;
  color: var(--color-ink);
  font-size: 17px;
}

.assurance-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #aeb9b3;
  text-underline-offset: 5px;
}

.assurance-link:hover,
.assurance-link:focus-visible {
  color: var(--color-primary-hover);
  text-decoration-color: currentColor;
}

.assurance-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.section {
  padding-block: 86px;
}

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

.section-heading h2 {
  max-width: 720px;
}

.split-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--color-muted);
}

.rights-section {
  padding-top: 70px;
  background: var(--color-surface);
}

.rights-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--color-border);
  list-style: none;
}

.rights-list li {
  display: grid;
  grid-template-columns: 36px 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid var(--color-border);
}

.right-number {
  display: grid;
  width: 36px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--color-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.right-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-primary);
  background: #fff3ed;
}

.right-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.rights-list h3,
.benefits-grid h3,
.steps-list h3 {
  margin-bottom: 5px;
  color: var(--color-ink);
  font-size: 17px;
  line-height: 1.35;
}

.rights-list p,
.benefits-grid p,
.steps-list p {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.6;
}

.responsible-note {
  display: flex;
  gap: 13px;
  margin-top: 30px;
  padding: 20px;
  border-radius: var(--radius-sm);
  background: var(--color-soft);
}

.responsible-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
  fill: none;
  stroke: var(--color-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.responsible-note p {
  margin: 0;
  color: var(--color-muted);
  font-size: 12px;
}

.responsible-note strong {
  color: var(--color-ink);
}

.process-section {
  color: #fff;
  background: var(--color-ink);
}

.process-layout {
  display: grid;
  gap: 56px;
}

.eyebrow-light {
  color: #ff9d7c;
}

.process-intro h2 {
  color: #fff;
}

.process-intro > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
}

.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  padding: 0 0 37px;
}

.steps-list li:not(:last-child)::before {
  position: absolute;
  z-index: 0;
  top: 48px;
  bottom: 0;
  left: 23px;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
  content: "";
}

.step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #ff9d7c;
  background: var(--color-ink);
  font-size: 11px;
  font-weight: 800;
}

.steps-list h3 {
  margin-top: 1px;
  color: #fff;
}

.steps-list p {
  color: rgba(255, 255, 255, 0.72);
}

.benefits-section {
  padding-block: 84px;
  background: var(--color-soft);
}

.benefits-heading {
  max-width: 780px;
}

.benefits-grid {
  display: grid;
  border-top: 1px solid #ced6d0;
}

.benefits-grid article {
  position: relative;
  padding: 26px 0;
  border-bottom: 1px solid #ced6d0;
}

.benefits-grid article > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--color-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.benefits-grid h3 {
  font-size: 18px;
}

.mid-cta {
  position: relative;
  overflow: hidden;
  padding-block: 76px;
  color: #fff;
  background: var(--color-primary);
}

.mid-cta::after {
  position: absolute;
  top: -180px;
  right: -160px;
  width: 430px;
  height: 430px;
  border: 80px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.mid-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 25px;
}

.mid-cta h2 {
  margin: 0;
  color: #fff;
}

.mid-cta .eyebrow-light {
  color: #fff;
}

.mid-cta-action > p:first-child {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.84);
}

.typebot-fallback {
  min-height: 0;
  margin: 12px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.typebot-fallback:empty {
  display: none;
}

.faq-section {
  background: var(--color-surface);
}

.faq-layout {
  display: grid;
  gap: 38px;
}

.faq-intro > p:last-child {
  max-width: 420px;
  margin: 0;
  color: var(--color-muted);
}

.faq-list {
  border-top: 1px solid var(--color-border);
}

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

.faq-list summary {
  display: grid;
  min-height: 72px;
  grid-template-columns: 1fr 26px;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  color: var(--color-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

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

.faq-list summary span {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: var(--color-ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 46px 21px 0;
}

.faq-answer p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.final-cta {
  padding-block: 72px;
  background: #fff8f4;
}

.final-cta-inner {
  display: grid;
  gap: 28px;
}

.final-mark {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-primary);
  background: #fff;
  box-shadow: 0 10px 32px rgba(83, 34, 17, 0.09);
}

.final-mark svg {
  width: 34px;
  fill: currentColor;
}

.final-copy h2 {
  max-width: 700px;
}

.final-copy > p:last-child {
  margin: 0;
  color: var(--color-muted);
}

.final-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.text-link {
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #b8c0bc;
  text-underline-offset: 5px;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--color-primary-hover);
  text-decoration-color: currentColor;
}

.site-footer {
  padding: 64px 0 170px;
  color: rgba(255, 255, 255, 0.74);
  background: #10221f;
}

.footer-main {
  display: grid;
  gap: 40px;
  padding-bottom: 42px;
}

.brand-footer {
  margin-bottom: 16px;
  color: #fff;
}

.footer-brand > p {
  max-width: 420px;
  margin: 0;
  font-size: 13px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-column h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal p {
  margin: 0;
  font-size: 10px;
  line-height: 1.7;
}

.footer-legal p:first-child {
  max-width: 780px;
}

.footer-legal p:last-child {
  flex: 0 0 auto;
}

.floating-contact {
  position: fixed;
  z-index: 1050;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 12px;
  pointer-events: none;
}

.whatsapp-floating {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 8px 14px 8px 10px;
  color: #fff;
  background: var(--color-whatsapp);
  box-shadow: 0 14px 35px rgba(13, 59, 35, 0.28);
  pointer-events: auto;
  transition: background 180ms ease, transform 180ms ease;
}

.whatsapp-floating:hover,
.whatsapp-floating:focus-visible {
  background: #116537;
  transform: translateY(-2px);
}

.whatsapp-floating img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

.whatsapp-floating span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.noscript-note {
  position: fixed;
  z-index: 2000;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 16px;
  color: #fff;
  background: var(--color-ink);
  font-size: 12px;
  text-align: center;
}

.legal-page {
  min-height: calc(100vh - var(--header-height));
  padding-block: 72px 110px;
  background: var(--color-surface);
}

.legal-content {
  max-width: 760px;
}

.legal-content h1 {
  font-size: clamp(2.3rem, 8vw, 4rem);
}

.legal-content h2 {
  margin-top: 42px;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.legal-content p,
.legal-content li {
  color: var(--color-muted);
}

.placeholder-box {
  margin: 28px 0;
  padding: 22px;
  border-left: 4px solid var(--color-primary);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: #fff3ed;
}

.placeholder-box p {
  margin: 0;
  color: var(--color-ink);
  font-weight: 700;
}

@media (min-width: 560px) {
  .container {
    width: min(calc(100% - 64px), var(--container-width));
  }

  .mobile-label {
    display: none;
  }

  .desktop-label {
    display: inline;
  }

  .header-cta {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .hero-actions {
    display: flex;
    align-items: center;
  }

  .button-large {
    width: auto;
  }

  .cta-note {
    text-align: left;
  }

  .rights-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 38px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 38px;
  }

  .final-actions .button {
    width: auto;
  }

  .site-footer {
    padding-bottom: 110px;
  }

  .floating-contact {
    right: 94px;
    left: auto;
  }

  .whatsapp-floating {
    border-radius: 28px;
    padding-inline: 17px;
  }

  .whatsapp-floating span {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  :root {
    --header-height: 80px;
  }

  .section {
    padding-block: 110px;
  }

  .hero {
    padding-top: 78px;
  }

  .hero-grid {
    gap: 60px;
  }

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

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

  .panel-content {
    padding: 48px 42px 44px;
  }

  .panel-topline,
  .panel-footer {
    padding-inline: 32px;
  }

  .hero-assurance {
    margin-top: 70px;
    padding-bottom: 28px;
  }

  .hero-assurance .container {
    grid-template-columns: minmax(130px, 0.34fr) minmax(320px, 1.15fr) auto;
    align-items: center;
    gap: 34px;
    padding: 26px 30px;
  }

  .assurance-message strong {
    display: inline;
    margin: 0 4px 0 0;
    font-size: inherit;
  }

  .rights-section {
    padding-top: 82px;
  }

  .split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 60px;
    align-items: end;
  }

  .split-heading h2 {
    margin-bottom: 0;
  }

  .rights-list li {
    grid-template-columns: 40px 46px 1fr;
    gap: 15px;
    padding-block: 28px;
  }

  .right-number {
    width: 40px;
    height: 46px;
    border-radius: 12px;
    font-size: 12px;
  }

  .right-icon {
    width: 46px;
    height: 46px;
  }

  .responsible-note {
    max-width: 870px;
    padding: 22px 25px;
  }

  .process-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
    gap: 90px;
  }

  .process-intro {
    position: sticky;
    top: calc(var(--header-height) + 38px);
    align-self: start;
  }

  .steps-list li {
    padding-bottom: 50px;
  }

  .benefits-section {
    padding-block: 104px;
  }

  .benefits-grid article > span {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 12px;
  }

  .mid-cta {
    padding-block: 92px;
  }

  .mid-cta-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
    gap: 80px;
    align-items: center;
  }

  .faq-layout {
    grid-template-columns: minmax(260px, 0.65fr) minmax(420px, 1fr);
    gap: 90px;
  }

  .faq-intro {
    position: sticky;
    top: calc(var(--header-height) + 38px);
    align-self: start;
  }

  .faq-list summary {
    min-height: 82px;
    font-size: 16px;
  }

  .final-cta-inner {
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 30px;
  }

  .final-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .final-mark {
    grid-column: 1;
    grid-row: 1;
  }

  .final-actions {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
  }

  .footer-main {
    grid-template-columns: minmax(280px, 1.5fr) minmax(150px, 0.55fr) minmax(180px, 0.65fr);
    gap: 40px;
  }

  .footer-legal {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .faq-intro {
    position: static;
  }
}

@media (min-width: 1024px) {
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 38px);
  }

  .hero {
    padding-top: 94px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
    gap: clamp(54px, 7vw, 104px);
    align-items: center;
  }

  .hero-panel {
    transform: translateY(8px);
  }

  .hero-assurance {
    margin-top: 76px;
  }

  .rights-list {
    column-gap: 64px;
  }

  .rights-list h3 {
    font-size: 18px;
  }

  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0;
  }

  .benefits-grid article {
    min-height: 198px;
    padding: 30px 28px;
    border-right: 1px solid #ced6d0;
  }

  .benefits-grid article:first-child {
    padding-left: 0;
  }

  .benefits-grid article:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .final-cta-inner {
    grid-template-columns: 70px minmax(0, 1fr) minmax(280px, 0.48fr);
    align-items: center;
  }

  .final-copy {
    grid-column: 2;
  }

  .final-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
  }

  .final-actions {
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
    align-items: stretch;
  }

  .final-actions .button,
  .final-actions .text-link {
    width: 100%;
    text-align: center;
  }

  .footer-main {
    gap: 70px;
  }
}

@media (min-width: 1280px) {
  .hero-grid {
    min-height: 540px;
  }

  .hero-copy h1 {
    font-size: 4.4rem;
  }

  .hero-panel {
    min-height: 490px;
  }

  .panel-content {
    padding-block: 58px 52px;
  }
}

@media (max-width: 359px) {
  .container {
    width: calc(100% - 28px);
  }

  .brand {
    gap: 6px;
    font-size: 15px;
  }

  .brand-mark {
    width: 27px;
    height: 27px;
  }

  .header-cta {
    padding-inline: 11px;
  }

  h1 {
    font-size: 2.18rem;
  }

  .hero-lead {
    font-size: 15px;
  }

  .trust-line {
    gap: 8px 12px;
  }

  .trust-line li {
    font-size: 10px;
  }

  .rights-list li {
    grid-template-columns: 32px 38px 1fr;
    gap: 9px;
  }

  .right-number {
    width: 32px;
    height: 38px;
    border-radius: 9px;
    font-size: 10px;
  }

  .right-icon {
    width: 38px;
    height: 38px;
  }

  .whatsapp-floating span {
    font-size: 11px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}

@media (forced-colors: active) {
  .button,
  .right-icon,
  .right-number,
  .benefits-grid article > span,
  .step-number,
  .whatsapp-floating {
    border: 1px solid ButtonText;
  }
}
