@font-face {
  font-family: HomeDM;
  src: url('../fonts/dm_sans/DMSans-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family:HomeDM;src:url('../fonts/dm_sans/DMSans-Bold.woff') format('woff');font-weight:700;font-display:swap
}

html {
  scroll-behavior: smooth
}

.home {
  font-family: HomeDM,'DM Sans',Arial,sans-serif;
  color: #17233b;
  overflow: hidden
}

.home * {
  box-sizing: border-box
}

.home img {
  display: block;
  max-width: 100%;
  height: auto
}

.home a {
  color: #5834a5;
  text-decoration: underline;
  text-underline-offset: 3px
}

.home a:hover {
  color: #361d70
}

.home a:focus-visible,.home summary:focus-visible {
  outline: 3px solid #ec9a18;
  outline-offset: 4px
}

.home-wrap {
  width: min(1160px,calc(100% - 40px));
  margin-inline: auto
}

.home-eyebrow {
  margin: 0 0 14px;
  color: #6d3cba;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase
}

.home h1,.home h2,.home h3 {
  color: #151d35;
  letter-spacing: -.035em
}

.home h1 {
  font-size: clamp(40px,5vw,66px);
  line-height: 1.06;
  margin: 0 0 22px;
  max-width: 650px
}

.home h2 {
  font-size: clamp(32px,3.4vw,45px);
  line-height: 1.13;
  margin: 0 0 18px
}

.home h3 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px
}

.home p {
  line-height: 1.58
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 54px;
  padding: 13px 22px;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none!important;
  transition: transform .15s,box-shadow .15s,background .15s;
  white-space: normal
}

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

.home-button--primary {
  background: #148446;
  color: #fff!important;
  box-shadow: 0 8px 20px #14844626
}

.home-button--primary:hover {
  background: #0b7038;
  color: #fff!important
}

.home-button--text {
  color: #5632a1!important;
  background: transparent
}

.home-button--outline {
  color: #492b88!important;
  border: 2px solid #7b5ab7;
  background: #fff
}

.home-button--light {
  color: #352168!important;
  background: #fff
}

.home-hero {
  background: radial-gradient(circle at 84% 24%,#e5d6fc 0,transparent 35%),linear-gradient(130deg,#f8f6fe,#f5f7ff 68%,#eff9f2);
  padding: 72px 0 62px
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
  gap: 48px;
  align-items: center
}

.home-lead {
  font-size: 19px;
  max-width: 590px;
  margin: 0 0 28px;
  color: #3e4960
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center
}

.home-hero__limit {
  margin: 18px 0 0;
  font-size: 15px;
  color: #42506a
}

.home-hero__limit span {
  margin: 0 6px
}

.home-hero__visual {
  margin: 0
}

.home-hero__image {
  background: #fff;
  border: 1px solid #e3d9f2;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 26px 58px #4b2d8d22
}

.home-hero__image img {
  width: 100%;
  border-radius: 12px
}

.home-hero figcaption {
  margin: 12px 6px 0;
  font-size: 13px;
  color: #555f71
}

.home-proof {
  border-bottom: 1px solid #e6e2ed;
  background: #fff
}

.home-proof__inner {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-block: 23px
}

.home-proof strong {
  min-width: 170px;
  color: #2f2054;
  font-size: 16px
}

.home-proof p {
  margin: 0;
  flex: 1;
  font-size: 14px
}

.home-proof__inner>a {
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px
}

.home-section {
  padding: 92px 0
}

.home-section--tinted {
  background: #f7f5fb
}

.home-section__intro {
  max-width: 790px;
  margin-bottom: 36px
}

.home-section__intro>p:last-child {
  font-size: 17px;
  color: #4b566a;
  margin: 0
}

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

.home-step {
  background: #fff;
  border: 1px solid #e7e1ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px #2813410a
}

.home-step__media {
  aspect-ratio: 1.38;
  background: #f5f3f5;
  padding: 12px;
  display: grid;
  place-items: center
}

.home-step__media img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.home-step__body {
  padding: 22px
}

.home-step__number {
  display: block;
  color: #6c3bb8;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 11px
}

.home-step h3 {
  font-size: 20px
}

.home-step p {
  font-size: 15px;
  color: #526077;
  margin: 0
}

.home-section__action {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px
}

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

.home-benefits article {
  border: 1px solid #e9e3f1;
  background: #fff;
  padding: 24px;
  border-radius: 18px
}

.home-benefits__icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: #f0e8fc;
  border-radius: 12px;
  color: #6335a8;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px
}

.home-benefits h3 {
  font-size: 20px
}

.home-benefits p {
  font-size: 15px;
  color: #526077;
  margin: 0
}

.home-plans {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
  max-width: 930px;
  margin-inline: auto
}

.home-plan {
  border: 1px solid #ddd6e8;
  background: #fff;
  border-radius: 21px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 12px 28px #2813410a
}

.home-plan--free {
  border: 2px solid #6e46ad
}

.home-plan__tag {
  color: #6c3bb8;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700
}

.home-plan h3 {
  font-size: 28px;
  margin: 12px 0
}

.home-plan__price {
  font-size: 40px;
  font-weight: 700;
  color: #17233b;
  margin: 0 0 14px!important
}

.home-plan__price span {
  font-size: 16px;
  color: #5d6a7c
}

.home-plan ul {
  padding-left: 21px;
  margin: 0 0 25px
}

.home-plan li {
  margin: 9px 0
}

.home-plan>p:not(.home-plan__price) {
  color: #526077
}

.home-plan .home-button {
  margin-top: auto
}

.home-stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.home-stories blockquote {
  margin: 0;
  padding: 31px;
  background: #f8f5fc;
  border-radius: 18px;
  border-left: 4px solid #784ab6
}

.home-stories blockquote p {
  font-size: 19px;
  line-height: 1.48;
  color: #252b45;
  margin: 0 0 28px
}

.home-stories footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 14px
}

.home-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 18px;
  background: #f1edf8;
  padding: 28px 32px;
  margin-top: 24px
}

.home-help h3 {
  margin-bottom: 5px
}

.home-help p {
  margin: 0;
  color: #4e5970
}

.home-help .home-button {
  flex-shrink: 0
}

.home-faq {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 70px
}

.home-faq__list details {
  background: #fff;
  border: 1px solid #e5deed;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 0 21px
}

.home-faq summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 19px 33px 19px 0;
  font-weight: 700;
  color: #222a41
}

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

.home-faq summary:after {
  content: '+';
  position: absolute;
  right: 1px;
  font-size: 24px;
  color: #693cad;
  top: 13px
}

.home-faq details[open] summary:after {
  content: '−'
}

.home-faq details p {
  margin: 0 0 18px;
  font-size: 15px;
  color: #526077
}

.home-final {
  text-align: center;
  background: #432775;
  padding: 75px 0 82px
}

.home-final .home-wrap {
  max-width: 760px
}

.home-final .home-eyebrow {
  color: #d9c6f6
}

.home-final h2 {
  color: #fff
}

.home-final p:not(.home-eyebrow) {
  color: #eee7fa;
  font-size: 18px;
  margin: 0 0 27px
}

.home .home-final a.home-button--light:hover {
  color: #291b54!important;
  background: #f3ecff
}

@media(max-width:990px) {
  .home-hero__grid {
    gap: 24px
  }

  .home-steps,.home-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }

  .home-faq {
    gap: 32px
  }
}

@media(max-width:700px) {
  .home-wrap {
    width: min(100% - 32px,540px)
  }

  .home-hero {
    padding: 44px 0 43px
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .home h1 {
    font-size: clamp(38px,10vw,48px)
  }

  .home-lead {
    font-size: 17px
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column
  }

  .home-actions .home-button {
    width: 100%
  }

  .home-hero__limit {
    font-size: 14px
  }

  .home-hero__image {
    padding: 10px;
    border-radius: 17px
  }

  .home-proof__inner {
    display: block;
    padding-block: 22px
  }

  .home-proof strong {
    display: block;
    margin-bottom: 5px
  }

  .home-proof p {
    margin-bottom: 9px
  }

  .home-section {
    padding: 68px 0
  }

  .home-steps,.home-benefits,.home-plans,.home-stories,.home-faq {
    grid-template-columns: 1fr
  }

  .home-step {
    display: grid;
    grid-template-columns: 120px 1fr
  }

  .home-step__media {
    aspect-ratio: auto;
    min-height: 160px;
    padding: 6px
  }

  .home-step__body {
    padding: 18px
  }

  .home-step h3 {
    font-size: 18px
  }

  .home-step p {
    font-size: 14px
  }

  .home-plan {
    padding: 25px
  }

  .home-help {
    display: block
  }

  .home-help .home-button {
    margin-top: 18px
  }

  .home-faq {
    gap: 2px
  }

  .home-section__action {
    align-items: stretch;
    flex-direction: column
  }

  .home-final {
    padding: 62px 0 68px
  }
}

@media(max-width:380px) {
  .home-step {
    grid-template-columns: 95px 1fr
  }

  .home-step__media {
    min-height: 180px
  }

  .home-step__body {
    padding: 14px
  }

  .home-step h3 {
    font-size: 16px
  }

  .home-hero__limit span {
    margin: 0 2px
  }
}

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

  .home-button {
    transition: none
  }
}
/* The shared navigation is fixed; reserve its full height in the hero. */
.header {
  background: #fff;
  box-shadow: 0 2px 14px #24113f12
}

.home-hero {
  padding-top: 160px
}

.header .attributes li.header__download-icon a.btn-header {
  font-size: 14px;
  line-height: 1.2;
  background: #148446;
  color: #fff;
  padding: 11px 14px!important;
  border-radius: 9px
}

.header .attributes li.header__button a.btn-header {
  background: #148446;
  color: #fff;
  border-color: #148446
}

.footer.mt-100 {
  margin-top: 0!important
}

@media(max-width:991px) {
  .header {
    padding: 12px 0
  }

  .home-hero {
    padding-top: 125px
  }
}

@media(max-width:700px) {
  .header .attributes li.header__download-icon a.btn-header {
    font-size: 12px;
    padding: 9px 10px!important
  }

  .home-hero {
    padding-top: 112px
  }
}

/* 2026 home refinement: keep the existing brand, give the product visual room. */
.home {
  color: #2d2440
}

.home-wrap {
  width: min(1200px,calc(100% - 64px))
}

.home h1,.home h2,.home h3 {
  color: #27183b
}

.home h1 {
  font-size: clamp(46px,5.1vw,70px);
  line-height: 1.02;
  letter-spacing: -.055em;
  max-width: 650px
}

.home h2 {
  font-size: clamp(34px,3.6vw,49px);
  letter-spacing: -.045em
}

.home h3 {
  letter-spacing: -.03em
}

.home-eyebrow {
  color: #6943a7;
  letter-spacing: .15em
}

.home-highlight {
  color: #713baa;
  position: relative;
  white-space: nowrap
}

.home-highlight:after {
  content: '';
  height: 7px;
  background: #e3c6ff;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-radius: 9px;
  z-index: -1
}

.home-button {
  border-radius: 10px;
  min-height: 56px
}

.home-button--primary {
  background: #147e43;
  box-shadow: 0 12px 26px #0d683c2b
}

.home-button--primary:hover {
  background: #086734
}

.home-hero {
  position: relative;
  isolation: isolate;
  background: #fbf9fd;
  padding: 156px 0 76px
}

.home-hero:before {
  content: '';
  position: absolute;
  inset: 0 0 auto auto;
  width: 45%;
  height: 100%;
  background: radial-gradient(circle at 60% 40%,#f0e6fc 0,#f5effb 39%,transparent 70%);
  z-index: -1;
  pointer-events: none
}

.home-hero__grid {
  grid-template-columns: minmax(0,1fr) minmax(0,1.02fr);
  gap: 46px
}

.home-lead {
  font-size: 20px;
  color: #524961;
  line-height: 1.55;
  max-width: 590px
}

.home-hero__limit {
  font-size: 14px;
  margin-top: 17px;
  color: #61576e
}

.home-hero__limit strong {
  color: #2e2341
}

.home-hero__visual {
  min-width: 0
}

.home-hero__stage {
  position: relative;
  height: 440px
}

.home-hero__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 92%;
  height: 79%;
  border: 9px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  background: #d8c6aa;
  box-shadow: 0 22px 45px #39205021
}

.home-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.home-hero__store {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66%;
  background: #fff;
  padding: 11px 12px 8px;
  border: 1px solid #e9e2ee;
  border-radius: 17px;
  box-shadow: 0 24px 45px #2713482f
}

.home-hero__store img {
  width: 100%;
  height: auto
}

.home-hero__store-label {
  display: block;
  color: #573580;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 5px 4px
}

.home-hero figcaption {
  font-size: 13px;
  margin: 14px 0 0;
  color: #655b6f
}

.home-proof {
  background: #2a1942;
  border: 0
}

.home-proof__inner {
  padding-block: 27px
}

.home-proof strong {
  color: #fff;
  min-width: 210px;
  font-size: 16px
}

.home-proof p {
  color: #e8ddf4;
  font-size: 15px
}

.home-proof a {
  color: #fff;
  text-decoration-color: #bba6d7
}

.home-proof a:hover {
  color: #f1d5ff
}

.home-section {
  padding: 94px 0
}

.home-section--tinted {
  background: #f8f6fb
}

.home-section__intro {
  max-width: 820px;
  margin-bottom: 42px
}

.home-section__intro>p:last-child {
  font-size: 18px;
  color: #5d536a
}

.home-steps {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px
}

.home-step {
  display: grid;
  grid-template-columns: 46% 54%;
  border-radius: 19px;
  border-color: #e5deec;
  box-shadow: 0 16px 38px #2515360a;
  min-height: 238px
}

.home-step__media {
  position: relative;
  aspect-ratio: 1;
  min-height: 238px;
  padding: 0;
  overflow: hidden;
  background: #f7f4fb
}

.home-step__illustration {
  width: 100%!important;
  height: 100%!important;
  object-fit: contain!important;
  display: block
}

.home-step__body {
  padding: 29px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.home-step__number {
  font-size: 12px;
  letter-spacing: .13em;
  margin-bottom: 16px
}

.home-step h3 {
  font-size: 22px;
  line-height: 1.2
}

.home-step p {
  font-size: 15px;
  color: #5d5568;
  line-height: 1.5
}

.home-section__action {
  margin-top: 36px
}

#produto.home-section--tinted {
  background: #2a1942;
  color: #eee9f4
}

#produto h2,#produto h3 {
  color: #fff
}

#produto .home-eyebrow {
  color: #d4b0ff
}

#produto .home-section__intro>p:last-child {
  color: #ded3ea
}

.home-benefits {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px
}

.home-benefits article {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 20px;
  align-content: start;
  padding: 28px;
  border-radius: 17px
}

.home-benefits__icon {
  grid-row: 1/3;
  margin: 0;
  width: 48px;
  height: 48px
}

.home-benefits h3 {
  font-size: 21px;
  margin: 3px 0 9px
}

.home-benefits p {
  font-size: 15px;
  color: #5b5269
}

.home-plans {
  max-width: 980px;
  gap: 18px
}

.home-plan {
  box-shadow: 0 16px 40px #2515360d
}

.home-plan--free {
  border-color: #6b3aac
}

.home-stories blockquote {
  background: #f7f3fb;
  border-left: 0;
  position: relative;
  padding: 36px
}

.home-stories blockquote:before {
  content: '“';
  position: absolute;
  right: 26px;
  top: 0;
  color: #d8c0f2;
  font-size: 82px;
  line-height: 1;
  font-family: Georgia,serif
}

.home-stories blockquote p {
  position: relative
}

.home-final {
  background: #2d1a47
}

.footer.mt-100 {
  margin-top: 0!important
}

@media(max-width:1050px) {
  .home-hero__grid {
    gap: 25px
  }

  .home-hero__stage {
    height: 380px
  }

  .home h1 {
    font-size: clamp(42px,5vw,60px)
  }

  .home-step__body {
    padding: 22px
  }

  .home-step h3 {
    font-size: 20px
  }
}

@media(max-width:760px) {
  .home-wrap {
    width: min(100% - 36px,580px)
  }

  .home-hero {
    padding: 116px 0 46px
  }

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

  .home h1 {
    font-size: clamp(39px,10vw,50px);
    line-height: 1.06
  }

  .home-lead {
    font-size: 17px
  }

  .home-hero__stage {
    height: 360px;
    max-width: 540px;
    margin-inline: auto
  }

  .home-hero__photo {
    width: 96%;
    height: 78%
  }

  .home-hero__store {
    width: 68%
  }

  .home-proof__inner {
    padding-block: 25px
  }

  .home-proof strong {
    margin-bottom: 8px
  }

  .home-proof p {
    margin-bottom: 10px
  }

  .home-section {
    padding: 70px 0
  }

  .home-section__intro {
    margin-bottom: 30px
  }

  .home-steps,.home-benefits,.home-plans,.home-stories,.home-faq {
    grid-template-columns: 1fr
  }

  .home-step {
    grid-template-columns: 42% 58%;
    min-height: 218px
  }

  .home-step__media {
    min-height: 218px
  }

  .home-step__body {
    padding: 20px
  }

  .home-benefits article {
    padding: 23px
  }

  .home-faq {
    gap: 4px
  }
}

@media(max-width:480px) {
  .home-hero__stage {
    height: 280px
  }

  .home-hero__photo {
    height: 77%;
    border-width: 6px;
    border-radius: 16px
  }

  .home-hero__store {
    width: 72%;
    padding: 6px;
    border-radius: 11px
  }

  .home-hero__store-label {
    font-size: 9px
  }

  .home-step {
    display: block
  }

  .home-step__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.4
  }

  .home-step__body {
    padding: 22px
  }

  .home-step__number {
    margin-bottom: 7px
  }

  .home-hero__limit {
    line-height: 1.5
  }
}

/* Product illustration stays fully visible at every viewport width. */
.home-hero__stage {
  height: auto;
  overflow: hidden;
  border: 1px solid #e6dff1;
  border-radius: 26px;
  background: #f3efff;
  box-shadow: 0 26px 65px #321a5724;
}

.home-hero__illustration {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}

.home-hero figcaption {
  margin: 14px 3px 0;
  line-height: 1.5;
}


.header .nav-header .brand {
  margin-top: 15px!important
}

.header .nav-header .brand img.logo {
  width: 168px;
  height: auto;
  max-width: 168px
}

.home-highlight {
  background: linear-gradient(transparent 76%,#e3c6ff 76%)
}

.home-highlight:after {
  display: none
}

@media(max-width:991px) {
  .header .nav-header .brand {
    margin-top: 0!important
  }
}

@media(max-width:575px) { .home-hero__stage { border-radius: 17px; } }

/* Home opening: real storefront and dashboard, with the free plan easy to scan. */
.home-hero {
  background: #fbf9fd;
  padding: 126px 0 64px;
}

.home-hero__desktop-break {
  display: inline;
}

.home-hero__copy {
  min-width: 0;
}

.home-hero__copy h1 {
  font-size: clamp(44px,4.4vw,60px);
  margin-bottom: 23px;
}

.home-hero__copy .home-lead {
  max-width: 560px;
  margin-bottom: 25px;
}

.home-hero__cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-hero__reassurance {
  margin: 9px 0 0;
  color: #625a6d;
  font-size: 14px;
  line-height: 1.4;
}

.home-hero__reassurance span {
  margin-inline: 3px;
}

.home-actions > .home-button--text {
  align-self: flex-start;
}

.home-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 24px 0 12px;
  list-style: none;
}

.home-hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e7e0ef;
  border-radius: 10px;
  background: #fff;
  color: #392d4c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.home-hero__facts li::before {
  content: '✓';
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 50%;
  background: #e1f4e8;
  color: #0d7040;
  font-size: 12px;
  font-weight: 700;
}

.home-hero__facts strong {
  color: inherit;
}

.home-hero__trust {
  color: #665b72;
  font-size: 13px;
  margin: 0;
}

.home-hero__stage {
  position: relative;
  height: 470px;
  overflow: visible;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(145deg,#e9ddf6,#f6f1fb 58%,#e7f5ed);
  box-shadow: 0 24px 58px #321a5720;
}

.home-hero__storefront {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 25px;
  padding: 13px 14px 9px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px #2b1d4026;
}

.home-hero__storefront img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-inline: auto;
}

.home-hero__media-label {
  display: block;
  margin: 0 0 6px 3px;
  color: #503478;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-hero__dashboard {
  position: absolute;
  right: -12px;
  bottom: 20px;
  width: 54%;
  padding: 10px;
  border: 1px solid #e8e2ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px #21123238;
}

.home-hero__dashboard-crop {
  position: relative;
  height: 136px;
  overflow: hidden;
  border-radius: 7px;
  background: #eff1f3;
}

.home-hero__dashboard-crop img {
  position: absolute;
  left: -80%;
  top: -130px;
  width: 210%;
  max-width: none;
  height: auto;
}

.home-hero figcaption {
  margin-top: 19px;
  font-size: 15px;
}

.home-hero figcaption a {
  color: #4d2d80;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media(max-width:991px) {
  .home-hero__stage { height: 420px; }
  .home-hero__dashboard-crop { height: 112px; }
}

@media(max-width:760px) {
  .home-hero {
    background: radial-gradient(circle at 80% 15%,rgba(126,76,194,.10),transparent 45%),#fff;
    padding-top: 94px;
  }
  .home-hero__copy h1 { font-size: clamp(39px,10vw,50px); }
  .home-hero::before { display: none; }
  .home-hero__desktop-break { display: none; }
  .home-hero__grid { gap: 28px; }
  .home-hero__stage { height: 365px; max-width: 540px; }
  .home-hero__storefront { top: 13px; left: 13px; right: 13px; padding: 10px 10px 5px; }
  .home-hero__dashboard { right: -4px; bottom: 13px; width: 55%; padding: 7px; }
  .home-hero__dashboard-crop { height: 85px; }
  .home-hero__dashboard-crop img { top: -80px; }
  .home-hero figcaption { margin-top: 14px; }

  .header .attributes li.header__download-icon { display: none!important; }
  .header .core-nav .nav-header { display: flex; align-items: center; justify-content: space-between; }
  .header .nav-header .brand { order: 1; margin: 0!important; }
  .header .nav-header .brand img.logo { width: 185px; max-width: 185px!important; height: auto; }
  .header .nav-header .toggle-bar.core-nav-toggle { order: 2; float: none; font-size: 27px!important; line-height: 1; color: #392650; }

  .boxContatoWhatsapp { visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s; }
  .home-whatsapp-visible .boxContatoWhatsapp { visibility: visible; opacity: 1; pointer-events: auto; }
  .boxContatoWhatsapp { right: 16px!important; bottom: 16px!important; }
  .boxContatoWhatsapp .botaoContatoWhatsapp { width: 46px!important; height: 46px!important; }
}

@media(max-width:700px) {
  .home-actions { gap: 6px; }
  .home-hero__cta-group { width: 100%; }
  .home-hero__cta-group .home-button { width: 100%; }
  .home-hero__reassurance { width: 100%; text-align: center; }
  .home-actions > .home-button--text { align-self: center; width: auto; }
  .home-hero__facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 17px; }
  .home-hero__facts li { padding: 9px 10px; font-size: 13px; white-space: normal; }
  .home-hero__facts li:last-child { grid-column: 1 / -1; }
}

@media(max-width:400px) {
  .home-hero__stage { height: 330px; }
  .home-hero__dashboard-crop { height: 70px; }
  .home-hero__dashboard-crop img { top: -65px; }
  .header .nav-header .brand img.logo { width: 168px; max-width: 168px!important; }
}

@media(prefers-reduced-motion:reduce) {
  .boxContatoWhatsapp { transition: none; }
}

/* Quatro passos: mais área para as artes transparentes e menos peso nos cards. */
#como-funciona .home-wrap {
  width: min(1280px, calc(100% - 48px));
}

#como-funciona .home-section__intro {
  max-width: 900px;
  margin-bottom: 38px;
}

#como-funciona .home-steps {
  gap: 24px;
}

#como-funciona .home-step {
  grid-template-columns: 50% minmax(0, 1fr);
  min-height: 264px;
  overflow: visible;
  border: 1px solid rgb(55 30 85 / 10%);
  box-shadow: 0 12px 32px rgb(34 18 55 / 4%);
}

#como-funciona .home-step__media {
  align-self: center;
  min-height: 0;
  aspect-ratio: 3 / 2;
  padding: 16px;
  overflow: visible;
  background: transparent;
}

#como-funciona .home-step:nth-child(3) .home-step__media,
#como-funciona .home-step:nth-child(4) .home-step__media {
  padding: 2px;
}

#como-funciona .home-step__illustration {
  width: 100%!important;
  height: 100%!important;
  object-fit: contain!important;
}

/* As duas artes já tocam a borda do arquivo; suavizar só esse limite. */
#como-funciona .home-step:nth-child(1) .home-step__illustration {
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 94%, transparent 100%);
}

#como-funciona .home-step:nth-child(2) .home-step__illustration {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 94%, transparent 100%);
}

#como-funciona .home-step__body {
  padding: 26px 28px;
}

#como-funciona .home-step__number {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

#como-funciona .home-step p {
  font-size: 16px;
}

#como-funciona .home-section__action {
  margin-top: 48px;
}

#como-funciona .home-section__action > a:not(.home-button) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4d2d80;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 980px) {
  #como-funciona .home-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #como-funciona .home-wrap {
    width: min(100% - 36px, 580px);
  }

  #como-funciona .home-step {
    display: grid;
    grid-template-columns: 1fr;
  }

  #como-funciona .home-step__media {
    width: 100%;
    padding: 14px;
  }

  #como-funciona .home-step:nth-child(3) .home-step__media,
  #como-funciona .home-step:nth-child(4) .home-step__media {
    padding: 2px;
  }

  #como-funciona .home-step__body {
    padding: 20px 24px 26px;
  }

  #como-funciona .home-section__action {
    margin-top: 34px;
  }

  #como-funciona .home-section__action > a:not(.home-button) {
    align-self: center;
  }
}

/* Produto completo: uma composição única sobre o fundo da seção. */
#produto.home-product {
  padding: 100px 0 72px;
  background: radial-gradient(circle at 65% 45%, rgb(123 76 190 / 15%), transparent 47%), #281640;
  color: #eee9f4;
}

#produto .home-product__wrap {
  width: min(1240px, calc(100% - 64px));
}

#produto .home-section__intro {
  max-width: 860px;
  margin-bottom: 12px;
}

#produto .home-eyebrow {
  color: #eadbfd;
}

#produto h2 {
  margin-bottom: 18px;
}

#produto .home-section__intro > p:last-child {
  max-width: 760px;
  color: rgb(255 255 255 / 86%);
  font-size: 18px;
  line-height: 1.55;
}

#produto .home-product__image {
  display: block;
  position: relative;
  left: 50%;
  width: min(110%, calc(100vw - 24px));
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 35px rgb(0 0 0 / 15%));
}

#produto .home-product__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  width: min(100%, 1100px);
  margin: 36px auto 0;
}

#produto .home-product__label {
  margin: 0 0 9px;
  color: #eadbfd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#produto .home-product__benefits h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 23px;
}

#produto .home-product__benefits div > p:last-child {
  max-width: 440px;
  margin: 0;
  color: rgb(255 255 255 / 88%);
  font-size: 16px;
  line-height: 1.6;
}

#produto .home-product__action {
  display: flex;
  justify-content: flex-start;
  width: min(100%, 1100px);
  margin: 40px auto 0;
}

@media (max-width: 760px) {
  #produto.home-product {
    padding: 70px 0 62px;
  }

  #produto .home-product__wrap {
    width: min(100% - 24px, 580px);
  }

  #produto .home-section__intro {
    margin-bottom: 14px;
  }

  #produto .home-product__image {
    width: min(110%, calc(100vw - 12px));
  }

  #produto .home-section__intro > p:last-child {
    font-size: 16px;
  }

  #produto .home-product__benefits {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 28px;
  }

  #produto .home-product__benefits h3 {
    font-size: 21px;
  }

  #produto .home-product__action {
    margin-top: 36px;
  }
}

/* Benefícios: argumentos concretos com a condição comercial ao alcance de um toque. */
#beneficios.home-benefits-section {
  padding: 82px 0 86px;
}

#beneficios .home-section__intro {
  max-width: 850px;
  margin-bottom: 34px;
}

#beneficios .home-benefits article {
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  column-gap: 18px;
  padding: 20px 24px;
}

#beneficios .home-benefits__icon {
  grid-row: auto;
  width: 48px;
  height: 48px;
  margin: 0;
  font-size: 28px;
}

#beneficios .home-benefits__icon--value {
  font-size: 19px;
  letter-spacing: -.07em;
}

#beneficios .home-benefits__icon svg {
  width: 27px;
  height: 27px;
}

#beneficios .home-benefits__content h3 {
  margin: 2px 0 9px;
  font-size: 22px;
  line-height: 1.2;
}

#beneficios .home-benefits__content p {
  color: #554d62;
  font-size: 15px;
  line-height: 1.55;
}

#beneficios .home-benefits__content > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  color: #512c82;
  font-size: 14px;
  font-weight: 700;
}

#beneficios .home-benefits__content > a.home-benefits__badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0e8fa;
  color: #503078;
  font-size: 12px;
  text-decoration: none;
}

#beneficios .home-benefits__content > a:focus-visible {
  outline: 3px solid #ec9a18;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  #beneficios.home-benefits-section {
    padding: 68px 0 72px;
  }

  #beneficios .home-benefits article {
    padding: 20px;
  }
}
