:root {
  --purple: #3423ad;
  --cyan: #01d2de;
  --ink: #171a3a;
  --lavender: #967af5;
  --paper: #f8f8fc;
  --white: #ffffff;
  --muted: #666882;
  --line: #e5e4ef;
  --shadow: 0 24px 70px rgba(23, 26, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid transparent;
  background: rgba(248, 248, 252, 0.82);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(52, 35, 173, 0.1);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 8px 30px rgba(23, 26, 58, 0.06);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.product-mark {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  border-radius: 13px;
  background: linear-gradient(145deg, var(--purple), #5537c7 56%, var(--cyan));
  box-shadow: 0 8px 20px rgba(52, 35, 173, 0.22);
}

.product-mark svg {
  width: 27px;
  height: 27px;
}

.brand-copy {
  display: grid;
  line-height: 1.12;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.025em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-link,
.team-link {
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-link {
  color: #5b5d76;
}

.nav-link:hover {
  color: var(--purple);
}

.team-link {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  color: var(--purple);
  border: 1px solid rgba(52, 35, 173, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.team-link:hover {
  color: var(--white);
  border-color: var(--purple);
  background: var(--purple);
  transform: translateY(-1px);
}

.team-link svg {
  width: 17px;
}

.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  align-items: center;
  padding: 148px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 255, 0.68)),
    radial-gradient(circle at 76% 18%, rgba(150, 122, 245, 0.23), transparent 34%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 35, 173, 0.18), transparent);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.hero-orb-one {
  width: 420px;
  height: 420px;
  top: 38px;
  right: -160px;
  border: 1px solid rgba(52, 35, 173, 0.08);
  box-shadow: inset 0 0 100px rgba(150, 122, 245, 0.08);
}

.hero-orb-two {
  width: 160px;
  height: 160px;
  bottom: -100px;
  left: 8%;
  background: rgba(1, 210, 222, 0.09);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.hero-copy {
  animation: enter-up 650ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 0.99;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero h1 span,
.section-heading h2 span,
.process-heading h2 span {
  color: var(--purple);
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.91rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button svg {
  width: 18px;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), #4c31c5);
  box-shadow: 0 13px 30px rgba(52, 35, 173, 0.28);
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(52, 35, 173, 0.35);
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover {
  border-color: rgba(52, 35, 173, 0.28);
  background: var(--white);
}

.launch-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 24px 0 0;
  color: #74758b;
  font-size: 0.78rem;
}

.launch-note svg {
  width: 18px;
  flex: 0 0 auto;
  color: var(--lavender);
}

.hero-visual {
  position: relative;
  padding: 32px 8px 46px 24px;
  animation: enter-visual 780ms 100ms ease both;
}

.visual-glow {
  position: absolute;
  inset: 6% 0 0 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 122, 245, 0.24), rgba(1, 210, 222, 0.08) 42%, transparent 68%);
  filter: blur(20px);
}

.agenda-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 35px 85px rgba(23, 26, 58, 0.26), 0 4px 12px rgba(23, 26, 58, 0.16);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.window-bar {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.56);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

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

.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.window-live {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
}

.window-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(1, 210, 222, 0.1);
}

.window-body {
  padding: clamp(24px, 4vw, 38px);
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(150, 122, 245, 0.16), transparent 32%),
    linear-gradient(145deg, #1b1d42, #151735);
}

.window-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.window-heading span {
  color: var(--cyan);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.window-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(1.35rem, 2.7vw, 1.8rem);
  letter-spacing: -0.035em;
}

.calendar-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(1, 210, 222, 0.25);
  border-radius: 14px;
  background: rgba(1, 210, 222, 0.08);
}

.calendar-icon svg {
  width: 24px;
}

.flow-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.flow-item {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 11px 13px;
  color: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.flow-item.is-active {
  color: var(--white);
  border-color: rgba(150, 122, 245, 0.35);
  background: linear-gradient(90deg, rgba(52, 35, 173, 0.36), rgba(150, 122, 245, 0.09));
}

.flow-item.is-complete {
  color: rgba(255, 255, 255, 0.78);
}

.flow-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--lavender);
  border-radius: 12px;
  background: rgba(150, 122, 245, 0.12);
}

.is-complete .flow-icon {
  color: var(--cyan);
  background: rgba(1, 210, 222, 0.1);
}

.flow-icon svg {
  width: 20px;
}

.flow-item > span:nth-child(2) {
  min-width: 0;
  display: grid;
}

.flow-item strong {
  color: var(--white);
  font-size: 0.83rem;
}

.flow-item small {
  margin-top: 2px;
  font-size: 0.68rem;
}

.flow-item b {
  padding: 5px 8px;
  color: inherit;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.61rem;
  font-weight: 750;
}

.is-active b {
  color: var(--cyan);
  background: rgba(1, 210, 222, 0.09);
}

.floating-card {
  position: absolute;
  right: -26px;
  bottom: 4px;
  z-index: 2;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(52, 35, 173, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 26, 58, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.floating-icon {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--purple);
  border-radius: 12px;
  background: #eeebff;
}

.floating-icon svg {
  width: 22px;
}

.floating-card > span:last-child {
  display: grid;
}

.floating-card small {
  color: var(--muted);
  font-size: 0.63rem;
}

.floating-card strong {
  margin-top: 2px;
  font-size: 0.8rem;
}

.purpose {
  padding: 120px 0 130px;
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  column-gap: 70px;
  align-items: end;
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
}

.section-heading h2,
.process-heading h2,
.cta-card h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading > p:last-child {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 66px;
}

.benefit-card {
  min-height: 310px;
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fbfbfe;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.benefit-card:hover {
  border-color: rgba(52, 35, 173, 0.2);
  box-shadow: 0 20px 50px rgba(23, 26, 58, 0.08);
  transform: translateY(-4px);
}

.benefit-card.featured {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0, rgba(1, 210, 222, 0.22), transparent 36%),
    linear-gradient(145deg, var(--purple), #24177e);
  box-shadow: 0 22px 55px rgba(52, 35, 173, 0.2);
}

.benefit-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #aaaabd;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.featured .benefit-number {
  color: rgba(255, 255, 255, 0.45);
}

.benefit-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--purple);
  border-radius: 16px;
  background: #efedff;
}

.featured .benefit-icon {
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.1);
}

.benefit-icon svg {
  width: 28px;
}

.benefit-card h3 {
  margin: 55px 0 12px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.featured p {
  color: rgba(255, 255, 255, 0.7);
}

.process {
  position: relative;
  padding: 120px 0 130px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.process::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -240px;
  top: -260px;
  border: 1px solid rgba(150, 122, 245, 0.15);
  border-radius: 50%;
  box-shadow: inset 0 0 120px rgba(150, 122, 245, 0.08);
}

.process-accent {
  position: absolute;
  width: 220px;
  height: 220px;
  left: -130px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(1, 210, 222, 0.08);
  filter: blur(10px);
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 80px;
}

.section-kicker.light {
  color: var(--cyan);
}

.process-heading h2 span {
  color: var(--lavender);
}

.process-heading > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

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

.steps-list li {
  min-width: 0;
  padding-right: 54px;
}

.steps-list li:last-child {
  padding-right: 0;
}

.step-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.step-top span {
  color: var(--lavender);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.step-top i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(150, 122, 245, 0.5), rgba(255, 255, 255, 0.08));
}

.step-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(1, 210, 222, 0.18);
  border-radius: 18px;
  background: rgba(1, 210, 222, 0.06);
}

.step-icon svg {
  width: 30px;
}

.steps-list h3 {
  margin: 25px 0 10px;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

.steps-list p {
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.7;
}

.cta-section {
  padding: 100px 0;
  background: var(--white);
}

.cta-card {
  min-height: 300px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  padding: clamp(38px, 6vw, 74px);
  overflow: hidden;
  color: var(--white);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 10%, rgba(1, 210, 222, 0.22), transparent 30%),
    linear-gradient(125deg, var(--purple), #211477 74%);
  box-shadow: 0 28px 70px rgba(52, 35, 173, 0.22);
}

.cta-shape {
  position: absolute;
  width: 230px;
  height: 230px;
  right: 4%;
  bottom: -170px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.cta-copy {
  position: relative;
  z-index: 1;
}

.cta-card .section-kicker {
  color: var(--cyan);
}

.cta-card h2 {
  max-width: 650px;
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
}

.cta-card p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.67);
}

.button-light {
  position: relative;
  z-index: 1;
  color: var(--purple);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(23, 26, 58, 0.18);
  white-space: nowrap;
}

.site-footer {
  color: #d7d6e2;
  background: #11132e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 70px;
  padding-top: 58px;
  padding-bottom: 48px;
}

.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy small {
  color: #9b9caf;
}

.footer-grid > div:first-child > p {
  margin: 14px 0 0;
  color: #8f90a4;
  font-size: 0.79rem;
}

.footer-rous {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.footer-rous span {
  color: #85869a;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-rous img {
  width: 156px;
  height: auto;
  padding: 7px 9px;
  border-radius: 8px;
  background: var(--white);
}

.footer-links {
  display: grid;
  gap: 10px;
  text-align: right;
}

.footer-links a {
  color: #c9c8d7;
  font-size: 0.79rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #747589;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.69rem;
}

.whatsapp-link {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 25;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px 0 12px;
  color: var(--ink);
  border: 1px solid rgba(23, 26, 58, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(23, 26, 58, 0.16);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-link:hover {
  box-shadow: 0 15px 34px rgba(23, 26, 58, 0.22);
  transform: translateY(-2px);
}

.whatsapp-link svg {
  width: 23px;
  color: #139e65;
}

@keyframes enter-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes enter-visual {
  from { opacity: 0; transform: translateY(22px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Página 404 */
.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 72% 20%, rgba(150, 122, 245, 0.2), transparent 32%),
    var(--paper);
}

.error-page .site-header {
  position: static;
}

.error-main {
  min-height: calc(100vh - 82px);
  position: relative;
  display: grid;
  flex: 1;
  place-items: center;
  padding: 70px 0;
  overflow: hidden;
}

.error-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: auto;
  text-align: center;
}

.error-code {
  margin: 0;
  color: var(--purple);
  font-size: clamp(6rem, 18vw, 11rem);
  font-weight: 850;
  line-height: 0.8;
  letter-spacing: -0.09em;
  opacity: 0.1;
}

.error-content h1 {
  margin: -12px 0 18px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.error-content > p:not(.error-code) {
  max-width: 520px;
  margin: 0 auto 30px;
  color: var(--muted);
  line-height: 1.7;
}

.error-content .button {
  margin-inline: auto;
}

.error-camera {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -170px;
  bottom: -180px;
  color: rgba(52, 35, 173, 0.06);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

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

  .hero-visual {
    width: min(630px, 94%);
    margin-inline: auto;
  }

  .section-heading,
  .process-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p:last-child,
  .process-heading > p {
    max-width: 580px;
  }

  .benefit-grid {
    gap: 12px;
  }

  .benefit-card {
    min-height: 300px;
    padding: 24px;
  }

  .steps-list li {
    padding-right: 28px;
  }

  .footer-grid {
    gap: 35px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, 620px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-copy small,
  .nav-link {
    display: none;
  }

  .product-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .product-mark svg {
    width: 24px;
  }

  .team-link {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .team-link svg {
    display: none;
  }

  .hero {
    padding: 118px 0 70px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .hero-lead {
    margin-top: 22px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .launch-note {
    align-items: flex-start;
    line-height: 1.5;
  }

  .hero-visual {
    width: 100%;
    padding: 12px 0 45px;
  }

  .agenda-window {
    border-radius: 20px;
    transform: none;
  }

  .window-bar {
    grid-template-columns: 1fr 1fr;
  }

  .window-bar > span:nth-child(2) {
    display: none;
  }

  .flow-item {
    grid-template-columns: 38px 1fr;
  }

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

  .flow-item b {
    display: none;
  }

  .floating-card {
    right: 12px;
  }

  .purpose,
  .process {
    padding: 86px 0 92px;
  }

  .benefit-grid,
  .steps-list {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    margin-top: 45px;
  }

  .benefit-card {
    min-height: 270px;
  }

  .steps-list {
    gap: 46px;
    margin-top: 54px;
  }

  .steps-list li {
    padding-right: 0;
  }

  .steps-list p {
    max-width: 440px;
  }

  .step-top {
    margin-bottom: 20px;
  }

  .cta-section {
    padding: 72px 0;
  }

  .cta-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    border-radius: 24px;
  }

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

  .footer-links {
    text-align: left;
  }

  .footer-bottom {
    min-height: 88px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
  }

  .whatsapp-link {
    width: 48px;
    height: 48px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .brand-copy strong {
    font-size: 0.88rem;
  }

  .team-link {
    padding-inline: 10px;
    font-size: 0.7rem;
  }

  .eyebrow {
    font-size: 0.66rem;
  }

  .window-body {
    padding: 22px 16px;
  }

  .floating-card {
    min-width: 205px;
  }
}

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

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