@charset "UTF-8";

html,
body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: var(--body-color);
  scroll-behavior: smooth;
}

.nav {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  color: #fff;
  background: #000;
  justify-content: space-between;
}

.nav-links {
  display: flex;
}

@media only screen and (min-width: 1024px) {

  .section {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    text-align: center;
    box-sizing: border-box;
    background: var(--background-color);
  }

  p {
    font-family: var(--font-family-interface);
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 125%;
    font-weight: 400;
    color: var(--text-primary-color);
  }

  ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  li {
    text-align: left;
  }

  .small-paragraph {
    font-size: 0.75em;
    font-family: var(--font-family-interface);
    font-weight: 400;
    line-height: 150%;
    color: var(--text-primary-color);
  }

  .footnote {
    font-family: var(--font-family-interface);
    color: var(--text-primary-color);
    font-size: 0.45em;
    font-weight: 400;
  }

  .section-inner {
    height: auto;
    gap: 16px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-hero {
    height: 84px;
    width: 84px;
    margin-bottom: 32px;
  }

  .section-2 .section-inner {
    height: auto; /* colocar 100% para limitar a altura da tela */ 
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section-3 .section-inner {
    overflow: hidden;
  }

  .section-2 {
    background: var(--light-purple-surface);
    padding: 60px 80px 0px 80px;
    box-sizing: border-box;
  }

  .section-1 {
    display: flex;
    flex-direction: column;
    background-color: var(--background-color);
    padding: 40px 80px 0px 80px; 
    background-image: url(assets/images/bg-hero-2.png);
    height: auto;
    background-repeat: no-repeat;
    background-position: 50% -500px;
  }

  .content-banner-hero {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .mockup-iphone {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 48px 0px;
  }

  .area-screenshot {
    position: absolute;
    top: 74px;
    width: 389px;
    height: 657px;
    background-color: slateblue;
    z-index: 1;
  }

  .screenshot-page {
    position: relative;
    top: 0;
    width: 389px;
    height: 657px;
    object-fit: cover;
    animation: pageScrolling 1s linear both;
    animation-timeline: view();
    animation-range: entry 37% cover 97%;
  }

  .menu-client-page {
    position: relative;
    width: 389px;
    top: -67px;
  }

  @keyframes pageScrolling {
    0% {object-position: top center;}
    100% {object-position: bottom center;}
  }

  .image-mockup {
    position: relative;
    z-index: 4;
  }

  .saiba-mais {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-transform: uppercase;
    font-family: var(--font-family-interface);
    font-size: 12px;
    font-weight: 600;
    line-height: 135%;
    align-items: center;
    text-decoration: none;
    color: var(--text-primary-color);
    padding: 0 0 24px 0;
    transition: 250ms ease;
    letter-spacing: 0.25rem;
  }

  .saiba-mais:hover {
    opacity: 0.8;
    transform: scale(0.95);
  }

  .more-arrow {
    animation: more-arrow 1.5s infinite ease;
  }
  
  @keyframes more-arrow {
    0% {transform: translateY(0);}
    50% {transform: translateY(8px);}
    100% {transform: translateY(0);}
  }

  .section-3 {
    padding: 60px 80px 60px 80px;
    height: auto;
  }

  .section-4 {
    background: var(--light-purple-surface);
    padding: 60px 80px 32px 80px;
  }
  .height {
    border: dashed 2px grey;
    padding: 1rem;
    padding-bottom: 5rem;
  }

  .section h1 {
    font-size: 80px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 115%;
    text-wrap: pretty;
    max-width: 1280px;
    color: var(--text-primary-color);
  }

  .section h2 {
    font-size: 56px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 115%;
    text-wrap: pretty;
    color: var(--text-primary-color);
  }

  .section h3 {
    font-size: 40px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 125%;
    text-wrap: pretty;
    color: var(--text-primary-color);
  }

  .section h4 {
    font-size: 34px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 700;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 115%;
    text-wrap: pretty;
    color: var(--text-primary-color);
    text-align: left;
  }

  .row {
    display: flex;
    flex-direction: row;
  }

  .column {
    display: flex;
    flex-direction: column;
  }

  .btn-hero {
    display: flex;
    flex-direction: row;
    margin: 32px 0px; 
    gap: 16px;
  }

  .float-button {
    display: inline-flex;
    position: fixed;
    right: 24px;
    bottom: 24px;
    background-color: rgb(255 255 255 / 4%);
    gap: 4px;
    z-index: 1000;
    font-family: var(--font-family-interface);
    font-weight: 500;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 40px;
    mix-blend-mode: difference;
    padding: 12px 0px;
    width: 200px; 
    justify-content: center;
    text-decoration: none;
    transition: 0.4s;
  }

  .float-button:hover {
    background-color: rgb(232 222 27 / 12%);
    border: 1px solid rgb(255 255 255 / 16%);
  }

  .float-button-text {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .menu-blur {
    display: flex;
    position: fixed;
    right: 24px;
    bottom: 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 999;
    height: 50px;
    width: 202px;
    border-radius: 40px;
  }

  .wrapper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-auto-rows: 360px; 
    gap: 24px; 
    width: 100%;
    max-width: 1280px;
  }

  .grid-item-1 {
    background: linear-gradient(45deg, #f5f6ff, #f0ecff);
    padding: 32px;
    color: white;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .grid-item-2 {
    background-color: #bdbbff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
  }

  .users-image {
    width: 300px;
  }

  .grid-item-3 {
    background: #ffcfbe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 24px;
    gap: 32px;
    padding: 32px;
  }

  .icon-time {
    font-size: 0px;
    text-align: center;
    border: 2px dashed #f09a5c;
    padding: 24px;
    background: linear-gradient(180deg, #ffcfbe, #ffd9cb);
    border-radius: 24px;
    transform: rotate(350deg);
    color: var(--content-primary-color);
  }

  .grid-item-4 {
    background: linear-gradient(45deg, #f0ecff, #f5f6ff);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    grid-column-start: 4;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .step-area {
    display: flex;
    flex-direction: row;
    gap: 8px; 
    border-radius: 500px;
  }

  .step-illustration {
    display: flex;
    padding: 20px;
    background: transparent;
    border-radius: 16px;
    font-family: var(--font-family-interface);
    color: var(--text-primary-color);
    line-height: 100%;
    font-size: 18px;
    border: 2px dashed rgb(23 38 228 / 20%);
  }

  .divider {
    width: 100%;
    height: 2px;
    background-color: var(--border-translucent-color);
    border-radius: 2px;
  }

  #wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  #matter-container {
      width: 100%;
      max-width: 1440px; /* Limite de 1200px como pedido */
      height: 40vh;     /* Altura do campo de visão */
      background: transparent;
      position: relative;
      overflow: hidden;
      border: none; 
      outline: none;
  }

  canvas {
      display: block;
      border: none;
      outline: none;
      touch-action: pan-y;
  }

  .content-accordion {
      display: flex;
      flex-direction: column;
      background-color: var(--surface-translucent-color);
      align-items: flex-start;
      border-radius: 12px;
      margin: 0px 0px 16px 0px;
      transition: 0.4s;
  }

  .content-accordion:hover {
    background-color: rgb(23 38 228 / 16%);
  }

  .accordion {
    display: flex;
    background-color: transparent;
    color: var(--text-primary-color);
    font-family: var(--font-family-interface);
    font-size: 0.75em;
    font-weight: 700;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    line-height: 135%;
    outline: none;
    border-radius: 8px;
    transition: 0.4s;
    justify-content: space-between;
    align-items: center;
  }

  .active, .accordion:hover {
    background-color: transparent;
  }

  .accordion:after {
    content: url("assets/icons/arrow-down.svg");
    color: var(--content-primary-color);
    font-weight: 700;
    float: right;
    margin-left: 16px;
    font-size: 20px;
    transition: 0.4s;
  }

  .active:after {
    content: url("assets/icons/arrow-up.svg");
  }

  .panel {
    padding: 0px 24px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    transition: max-height 0.2s ease-out;
    text-align: left;
  }

  .spacing16px {
    display: flex;
    height: 24px;
    font-size: 16px;
    width: 100%;
    background-color: #FFFFFF00;
  }

  .image-footer {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .button-primary {
    display: flex;
    align-items: center;
    outline: none;
    padding: 24px 48px;
    background: var(--content-primary-color);
    border: none;
    color: var(--foreground-text-color);
    font-family: var(--font-family-interface);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 500px;
    font-weight: 500;
    cursor: pointer;
    line-height: 100%;
    font-size: 16px;
    letter-spacing: 0.05rem;
    transition: 250ms;
    justify-content: center;
  }

  .button-primary:hover {
    background: #000;
  }

  .button-secondary {
    display: flex;
    align-items: center;
    outline: none;
    padding: 24px 48px;
    background: transparent;
    border: solid 2px var(--content-primary-color);
    color: var(--content-primary-color);
    font-family: var(--font-family-interface);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 500px;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05rem;
    transition: 250ms;
  }

  .button-secondary:hover {
    box-shadow: inset 0px 0px 0px 2px var(--content-primary-color);
  }

  .area-tags {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 1280px;
  }

  .tag {
    display: flex;
    font-family: var(--font-family-interface);
    font-weight: 500;
    font-size: 1em;
    color: var(--text-primary-color);
    padding: 16px 32px;
    border-radius: 50px;
    align-items: center;
    background-color: rgb(0 0 0 / 6%);
    transition: 0.25s;
  }

  .tag:hover {
    background-color: rgb(0 0 0 / 10%);
  }

  #tooltip {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background: #212125;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px 12px 12px 12px;
    font-size: 14px;
    pointer-events: none;
    z-index: 9999;
    font-family: var(--font-family-interface);
    max-width: 220px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  #tooltip.visible {
    opacity: 1;
    transform: scale(1);
    
  }

  [data-tooltip] {
    cursor: help;
  }

  .sticker-illustration {
    animation: sticker 1.5s infinite ease;
    filter: hue-rotate(320deg);
  }

  .social-button {
    display: flex;
    padding: 12px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--content-primary-color);
    cursor: pointer;
    transition: 0.25s;
  }

  .social-button:hover {
    box-shadow: inset 0px 0px 0px 2px #212125;
  }

  .icon-footer {
    height: 32px;
    width: 32px;
  }

  @keyframes sticker {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
  }

  .card-pricing {
    display: flex;
    flex-direction: column;
    padding: 2px;
    border-radius: 24px;
    width: 100%;
    min-width: 375px;
    background: #f3dfcb;
    flex: 1;
  }

  .title-pricing {
    display: flex;
    justify-content: center;
    padding: 12px 8px;
    font-family: var(--font-family-interface);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.05rem;
    color: var(--text-primary-color);
  }

  .content-pricing {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    background-color: var(--off-white-surface);
    justify-content: space-between;
    padding: 24px;
    border-radius: 22px;
    margin: 0px;
    gap: 24px;
  }

  .emoji {
    display: flex;
    line-height: 100%;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 24px;
    background-color: rgb(0 0 0 / 6%);
    border-radius: 8px;
    justify-content: center;
  }

  .browser-mockup {
    display: flex;
    flex-direction: row;
    border: 2px solid var(--border-translucent-color);
    font-family: var(--font-family-interface);
    background-color: var(--foreground-text-color);
    font-size: 24px;
    color: #45454c;
    padding: 16px 28px;
    border-radius: 500px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 80%;
    font-weight: 300;
  }

  .typewriter-dynamic {
    border-right: 2px solid #333;
    white-space: nowrap;
    overflow: hidden;
    animation: blink .8s step-end infinite;
  }

  @keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: #333 }
  }

  .carousel-container {
    overflow: hidden; /* Esconde a barra de rolagem horizontal */
    width: 100%;
  }

  .left-fade {
    position: absolute;
    left: 80px;
    width: 100px;
    height: 256px;
    background: linear-gradient(90deg, var(--light-purple-surface), transparent);
    z-index: 2;
  }

  .left-right {
    position: absolute;
    right: 80px;
    width: 100px;
    height: 256px;
    background: linear-gradient(90deg, transparent, var(--light-purple-surface));
    z-index: 2;
  }

  .carousel-track {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .card-testimonial {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--surface-translucent-color);
    width: 500px;
    flex-shrink: 0;
  }

  .areatext-testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-bottom: 16px;
  }

  .persona-testimonial {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .name-persona-testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .avatar-testimonial {
    border-radius: 500px;
    width: 48px;
    height: 48px;
    background: url(assets/images/placeholder-img.png);
  }

  .gpt-says {
    display: flex;
    padding: 16px 32px;
    border-radius: 500px;
    border: 1px solid var(--border-translucent-color);
    background: transparent;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
    text-decoration: none;
    transition: 250ms;
  }

  .gpt-says:hover {
    box-shadow: inset 0px 0px 0px 2px var(--content-primary-color);
    border: 1px solid var(--content-primary-color);
  }

  .pricing-container {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 1280px;
    
    /* Configurações para a rolagem horizontal */
    overflow-x: auto;
    flex-wrap: nowrap;
    
    /* Efeito magnético ao rolar no mobile */
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    
    /* Dá um espaço para a barra de rolagem não cortar o conteúdo */
    padding-bottom: 16px; 
    
    /* Oculta a barra de rolagem no Firefox */
    scrollbar-width: none; 
  }

/* Oculta a barra de rolagem no Chrome/Safari (opcional, deixa o visual mais limpo) */
  .pricing-container::-webkit-scrollbar {
      display: none;
  }

  .question-and-answer {
    display: flex;
    flex-direction: row;
    gap: 16px; 
    margin: 16px 0px 40px 0px; 
    width: 100%; 
    max-width: 1280px;
  }

}

@media only screen and (max-width: 1023px) {

  .section {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    background: var(--background-color);
    border-radius: 0px;
  }

  p {
    font-family: var(--font-family-interface);
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 150%;
    font-weight: 400;
    color: var(--text-primary-color);
    font-size: 16px;
  }

  ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  li {
    text-align: left;
  }

  .small-paragraph {
    font-size: 0.75em;
    font-family: var(--font-family-interface);
    font-weight: 400;
    line-height: 150%;
    color: var(--text-primary-color);
  }

  .footnote {
    font-family: var(--font-family-interface);
    color: var(--text-primary-color);
    font-size: 0.45em;
    font-weight: 400;
  }

  .section-inner {
    height: auto;
    gap: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-hero {
    height: 52px;
    width: 52px;
    margin-bottom: 20px;
  }

  .section-2 .section-inner {
    height: auto; /* colocar 100% para limitar a altura da tela */ 
    padding-bottom: 60px;
  }

  .section-2 {
    background: var(--light-purple-surface);
    padding: 60px 20px 0px 20px;
    box-sizing: border-box;
    height: auto;
  }

  .section-1 {
    flex-direction: column;
    background-color: var(--background-color);
    padding: 24px 20px 0px 20px; 
    background-image: url(assets/images/bg-hero-2.png);
    background-repeat: no-repeat;
    background-position: 50% -500px;
    height: auto;
  }

  .content-banner-hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .mockup-iphone {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 40px 0px;
  }

  .area-screenshot {
    position: absolute;
    top: 54px;
    width: 286px;
    height: 481px;
    background-color: slateblue;
    z-index: 1;
  }

  .screenshot-page {
    position: relative;
    top: 0;
    width: 286px;
    height: 482px;
    object-fit: cover;
    animation: pageScrolling 1s linear both;
    animation-timeline: view();
    animation-range: entry 68% cover 100%;
  }

  .menu-client-page {
    position: relative;
    width: 286px;
    top: -52px;
  }

  @keyframes pageScrolling {
    0% {object-position: top center;}
    100% {object-position: bottom center;}
  }

  .image-mockup {
    position: relative;
    width: 320px;
    z-index: 4;
  }

  .saiba-mais {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-transform: uppercase;
    font-family: var(--font-family-interface);
    font-size: 12px;
    font-weight: 600;
    line-height: 135%;
    align-items: center;
    text-decoration: none;
    color: var(--text-primary-color);
    padding: 0 0 24px 0;
    transition: 250ms ease;
    letter-spacing: 0.25rem;
  }

  .more-arrow {
    animation: more-arrow 1.5s infinite ease;
  }
  
  @keyframes more-arrow {
    0% {transform: translateY(0);}
    50% {transform: translateY(8px);}
    100% {transform: translateY(0);}
  }

  .section-3 {
    padding: 60px 0 52px 0;
    height: auto;
  }

  .section-4 {
    background: var(--light-purple-surface);
    height: auto;
    padding: 60px 20px 100px 20px;
  }
  .height {
    border: dashed 2px grey;
    padding: 1rem;
    padding-bottom: 5rem;
  }

  .section h1 {
    font-size: 36px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 110%;
    text-wrap: pretty;
    max-width: 800px;
    color: var(--text-primary-color);
  }

  .section h2 {
    font-size: 30px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 115%;
    text-wrap: pretty;
    color: var(--text-primary-color);
  }

  .section h3 {
    font-size: 26px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 125%;
    text-wrap: pretty;
    color: var(--text-primary-color);
  }

  .section h4 {
    font-size: 22px;
    font-family: var(--font-family-brand), sans-serif;
    font-weight: 600;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 135%;
    text-wrap: pretty;
    color: var(--text-primary-color);
    text-align: left;
  }

  .row {
    display: flex;
    flex-direction: row;
  }

  .column {
    display: flex;
    flex-direction: column;
  }

  .btn-hero {
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 0px; 
    gap: 12px;
  }

  .float-button {
    display: inline-flex;
    position: fixed;
    right: 24px;
    bottom: 24px;
    background-color: rgb(255 255 255 / 4%);
    gap: 4px;
    z-index: 1000;
    font-family: var(--font-family-interface);
    font-weight: 500;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 40px;
    mix-blend-mode: difference;
    padding: 12px 0px;
    width: 200px; 
    justify-content: center;
    text-decoration: none;
    transition: 0.4s;
  }

  .float-button:hover {
    background-color: rgb(232 222 27 / 12%);
    border: 1px solid rgb(255 255 255 / 16%);
  }

  .float-button-text {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .menu-blur {
    display: flex;
    position: fixed;
    right: 24px;
    bottom: 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 999;
    height: 50px;
    width: 202px;
    border-radius: 40px;
  }

  .wrapper-grid {
    display: grid;
    grid-template-columns: 1fr; 
    grid-auto-rows: 360px; 
    gap: 16px; 
    max-width: 1023px;
  }

  .grid-item-1 {
    background: linear-gradient(45deg, #f5f6ff, #f0ecff);
    padding: 32px;
    color: white;
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
  }

  .icon-browser {
    height: 16px;
    width: 16px;
  }

  .grid-item-2 {
    background-color: #bdbbff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    gap: 24px;
    padding: 32px;
  }

  .users-image {
    width: 270px;
  }

  .grid-item-3 {
    background: #ffcfbe;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    gap: 32px;
    padding: 32px;
  }

  .icon-time {
    font-size: 0px;
    text-align: center;
    border: 2px dashed #f09a5c;
    padding: 24px;
    background: linear-gradient(180deg, #ffcfbe, #ffd9cb);
    border-radius: 24px;
    transform: rotate(350deg);
    color: var(--content-primary-color);
  }

  .grid-item-4 {
    background: linear-gradient(45deg, #f0ecff, #f5f6ff);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
  }

  .step-area {
    display: flex;
    flex-direction: column;
    gap: 8px; 
    border-radius: 500px;
  }

  .step-illustration {
    display: flex;
    padding: 20px;
    background: transparent;
    border-radius: 16px;
    font-family: var(--font-family-interface);
    color: var(--text-primary-color);
    line-height: 100%;
    font-size: 18px;
    border: 2px dashed rgb(23 38 228 / 20%);
  }

  .divider {
    width: 100%;
    height: 2px;
    background-color: var(--border-translucent-color);
    border-radius: 2px;
  }

  #wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  #matter-container {
      width: 100%;
      max-width: 1023px; /* Limite de 1200px como pedido */
      height: 40vh;     /* Altura do campo de visão */
      background: transparent;
      position: relative;
      overflow: hidden;
      border: none; 
      outline: none;
  }

  canvas {
      display: block;
      border: none;
      outline: none;
      touch-action: pan-y;
  }

  .content-accordion {
      display: flex;
      flex-direction: column;
      background-color: var(--surface-translucent-color);
      align-items: flex-start;
      border-radius: 12px;
      margin: 0px 0px 16px 0px;
      transition: 0.4s;
  }

  .content-accordion:hover {
    background-color: rgb(23 38 228 / 16%);
  }

  .accordion {
    display: flex;
    background-color: transparent;
    color: var(--text-primary-color);
    font-family: var(--font-family-interface);
    font-size: 0.75em;
    font-weight: 700;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    line-height: 135%;
    outline: none;
    border-radius: 8px;
    transition: 0.4s;
    justify-content: space-between;
    align-items: center;
  }

  .active, .accordion:hover {
    background-color: transparent;
  }

  .accordion:after {
    content: url("assets/icons/arrow-down.svg");
    color: var(--content-primary-color);
    font-weight: 700;
    float: right;
    margin-left: 16px;
    font-size: 20px;
    transition: 0.4s;
  }

  .active:after {
    content: url("assets/icons/arrow-up.svg");
  }

  .panel {
    padding: 0px 24px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    transition: max-height 0.2s ease-out;
    text-align: left;
  }

  .spacing16px {
    display: flex;
    height: 24px;
    font-size: 16px;
    width: 100%;
    background-color: #FFFFFF00;
  }

  .image-footer {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .button-primary {
    display: flex;
    align-items: center;
    outline: none;
    padding: 20px 40px;
    background: var(--content-primary-color);
    border: none;
    color: var(--foreground-text-color);
    font-family: var(--font-family-interface);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 500px;
    font-weight: 600;
    cursor: pointer;
    line-height: 100%;
    font-size: 14px;
    letter-spacing: 0.05rem;
    transition: 250ms;
    justify-content: center;
  }

  .button-primary:hover {
    background: #000;
  }

  .button-secondary {
    display: flex;
    align-items: center;
    outline: none;
    padding: 20px 40px;
    background: transparent;
    color: var(--content-primary-color);
    font-family: var(--font-family-interface);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 500px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05rem;
    transition: 250ms;
    box-shadow: inset 0px 0px 0px 2px var(--border-translucent-color);
  }

  .button-secondary:hover {
    box-shadow: inset 0px 0px 0px 2px var(--content-primary-color);
  }

  .area-tags {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 1023px;
  }

  .tag {
    display: flex;
    font-family: var(--font-family-interface);
    font-weight: 500;
    font-size: 0.65em;
    color: var(--text-primary-color);
    padding: 16px 32px;
    border-radius: 50px;
    align-items: center;
    background-color: rgb(0 0 0 / 6%);
    transition: 0.25s;
  }

  .tag:hover {
    background-color: rgb(0 0 0 / 10%);
  }

  #tooltip {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    background: #212125;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px 12px 12px 12px;
    font-size: 14px;
    pointer-events: none;
    z-index: 9999;
    font-family: var(--font-family-interface);
    max-width: 220px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  #tooltip.visible {
    opacity: 1;
    transform: scale(1);
    
  }

  [data-tooltip] {
    cursor: help;
  }

  .sticker-illustration {
    animation: sticker 1.5s infinite ease;
    filter: hue-rotate(320deg);
    height: 140px;
    width: 140px;
  }

  .social-button {
    display: flex;
    padding: 12px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--content-primary-color);
    cursor: pointer;
    transition: 0.25s;
  }

  .social-button:hover {
    box-shadow: inset 0px 0px 0px 2px #212125;
  }

  .icon-footer {
    height: 32px;
    width: 32px;
  }

  @keyframes sticker {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
  }

  .pricing-container {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 1280px;
    
    /* Configurações para a rolagem horizontal */
    overflow-x: auto;
    flex-wrap: nowrap;
    
    /* Efeito magnético ao rolar no mobile */
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    
    /* Dá um espaço para a barra de rolagem não cortar o conteúdo */
    padding-bottom: 16px; 
    
    /* Oculta a barra de rolagem no Firefox */
    scrollbar-width: none; 
  }

  /* Oculta a barra de rolagem no Chrome/Safari (opcional, deixa o visual mais limpo) */
  .pricing-container::-webkit-scrollbar {
      display: none;
  }

  .spacing-cards {
    background-color: transparent;
    width: 20px;
    position: relative;

  }

  .card-pricing {
    display: flex;
    flex-direction: column;
    padding: 2px;
    border-radius: 24px;
    min-width: 310px;
    background: #f3dfcb;
    flex: 0 0 310px; 
    max-width: 100%;
    scroll-snap-align: center;
  }

  .title-pricing {
    display: flex;
    justify-content: center;
    padding: 12px 8px;
    font-family: var(--font-family-interface);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.05rem;
    color: var(--text-primary-color);
  }

  .content-pricing {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    background-color: var(--off-white-surface);
    justify-content: space-between;
    padding: 24px;
    border-radius: 22px;
    margin: 0px;
    gap: 24px;
  }

  .emoji {
    display: flex;
    line-height: 100%;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 24px;
    background-color: rgb(0 0 0 / 6%);
    border-radius: 8px;
    justify-content: center;
  }

  .browser-mockup {
    display: flex;
    flex-direction: row;
    border: 2px solid var(--border-translucent-color);
    font-family: var(--font-family-interface);
    background-color: var(--foreground-text-color);
    font-size: 12px;
    color: #45454c;
    padding: 12px 16px;
    border-radius: 500px;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    width: 250px;
    font-weight: 300;
  }

  .typewriter-dynamic {
    border-right: 2px solid #333;
    white-space: nowrap;
    overflow: hidden;
    animation: blink .8s step-end infinite;
  }

  @keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: #333 }
  }

  .carousel-container {
    overflow: hidden; /* Esconde a barra de rolagem horizontal */
    width: 100%;
  }

  .left-fade {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 310px;
    background: linear-gradient(90deg, var(--light-purple-surface), transparent);
    z-index: 2;
  }

  .left-right {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 310px;
    background: linear-gradient(90deg, transparent, var(--light-purple-surface));
    z-index: 2;
  }

  .carousel-track {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .card-testimonial {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--surface-translucent-color);
    width: 280px;
    flex-shrink: 0;
  }

  .areatext-testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-bottom: 16px;
  }

  .persona-testimonial {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .name-persona-testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .question-and-answer {
    display: flex;
    flex-direction: column;
    gap: 0px; 
    margin: 16px 0px 16px 0px; 
    width: 100%; 
  }

  .avatar-testimonial {
    border-radius: 500px;
    width: 48px;
    height: 48px;
    background: url(assets/images/placeholder-img.png);
  }

  .gpt-says {
    display: flex;
    padding: 16px 32px;
    border-radius: 500px;
    border: 1px solid var(--border-translucent-color);
    background: transparent;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    text-decoration: none;
    transition: 250ms;
  }

  .gpt-says:hover {
    box-shadow: inset 0px 0px 0px 2px var(--content-primary-color);
    border: 1px solid var(--content-primary-color);
  }

}