:root {
  --color-principal: #026fd7;
  --color-principal-atenuado: oklab(0.55 -0.0465874 -0.173867 / 0.1);
  --responsive-mobile: 895px;
  --responsive-desktop: 896px;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background-color: #F6F8FB;
}

section, .section {
  display: flex;
  justify-content: center;
  width: 100%;
}
section > .content, .section > .content {
  display: flex;
  margin: 0 20px;
  width: 100%;
  max-width: 1280px;
}

nav {
  position: sticky;
  top: 0;
  height: 64px;
  backdrop-filter: blur(12px);
  background-color: oklch(97.8402% 0 359.99557441deg / 0.8);
  border-bottom: solid 1px oklch(20% 0.015 60deg / 0.1);
}
nav > .content {
  align-items: center;
  gap: 20px;
}
nav > .content .logo {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
  padding-left: 25px;
  background-image: url(/img/logo5.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  user-select: none;
}
nav > .content .link-to-section {
  font-size: 14px;
  color: oklch(45% 0.015 60deg);
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 895px) {
  nav > .content .link-to-section {
    display: none;
  }
}
nav > .content .spacer {
  display: flex;
  flex-grow: 1;
}

.section-1 > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  gap: 30px;
  padding: 75px 0;
}
.section-1 > .content > .badge {
  color: var(--color-principal);
  background-color: var(--color-principal-atenuado);
  text-transform: uppercase;
  font-size: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 2px;
  padding: 5px 15px;
  border-radius: 99px;
}
.section-1 > .content > .text-1 {
  color: oklch(20% 0.015 60deg);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 64px;
  text-align: center;
  letter-spacing: -1.8px;
}
.section-1 > .content > .text-2 {
  font-size: 20px;
  color: oklch(45% 0.015 60deg);
  padding: 0 100px;
  letter-spacing: 2px;
  text-align: center;
}
.section-1 > .content > .phone {
  margin-top: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.section-2 {
  background-color: #fff;
}
.section-2 > .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 64px 0 94px;
}
.section-2 > .content > .title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 64px;
}
.section-2 > .content > .subtitle {
  color: #666666;
}
.section-2 > .content > .features {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 16px;
}
.section-2 > .content > .features > .feature {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  padding: 32px;
  border: solid 1px #efefef;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 896px) {
  .section-2 > .content > .features > .feature {
    max-width: 400px;
  }
}
.section-2 > .content > .features > .feature > .title {
  font-size: 18px;
  font-weight: 600;
}
.section-2 > .content > .features > .feature > .description {
  color: #444444;
}

.section-3 > .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  gap: 16px;
  padding: 64px 0 94px;
}
.section-3 > .content > .title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 64px;
}
.section-3 > .content > .subtitle {
  color: #666666;
}
.section-3 > .content > .steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 38px;
}
.section-3 > .content > .steps > .timeline {
  position: absolute;
  height: 208px;
  width: 1px;
  background: #ccc;
  margin: 24px;
  z-index: -1;
}
@media screen and (max-width: 895px) {
  .section-3 > .content > .steps > .timeline {
    display: none;
  }
}
.section-3 > .content > .steps > .step {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.section-3 > .content > .steps > .step > .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #111;
  color: #fff;
  border-radius: 99px;
}
.section-3 > .content > .steps > .step > .number.highlight {
  background-color: var(--color-principal);
}
.section-3 > .content > .steps > .step > .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 900px;
}
.section-3 > .content > .steps > .step > .info > .title {
  font-size: 24px;
  font-weight: 600;
}
.section-3 > .content > .steps > .step > .info > .description {
  color: #444444;
}

.section-4 {
  background-color: #fff;
}
.section-4 > .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  padding: 64px 0 94px;
}
.section-4 > .content > .title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 64px;
  text-align: center;
}
.section-4 > .content > .subtitle {
  color: #666666;
  text-align: center;
}
.section-4 > .content > .plans {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 895px) {
  .section-4 > .content > .plans {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 896px) {
  .section-4 > .content > .plans {
    flex-wrap: nowrap;
  }
}
.section-4 > .content > .plans > .plan {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  padding: 32px;
  border: solid 1px #efefef;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 896px) {
  .section-4 > .content > .plans > .plan {
    max-width: 360px;
  }
}
.section-4 > .content > .plans > .plan > .header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-4 > .content > .plans > .plan > .header > .name {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  letter-spacing: 2px;
  color: #999;
  color: var(--color-principal);
}
.section-4 > .content > .plans > .plan > .header > .title {
  display: flex;
  font-size: 14px;
}
.section-4 > .content > .plans > .plan > .header > .value {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.section-4 > .content > .plans > .plan > .header > .value > .number {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: darkgreen;
}
.section-4 > .content > .plans > .plan > .header > .value > .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 5px;
}
.section-4 > .content > .plans > .plan > .header > .value > .info > .text {
  color: #444;
  font-size: 14px;
}
.section-4 > .content > .plans > .plan > .header > .value > .info > .badge {
  background: darkgreen;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  border: solid 2px darkgreen;
  font-weight: 500;
  font-size: 12px;
}
.section-4 > .content > .plans > .plan > .descriptions {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
}
.section-4 > .content > .plans > .plan > .descriptions > ul > li {
  margin-bottom: 10px;
  padding-left: 10px;
}
.section-4 > .content > .plans > .plan > .descriptions > ul {
  padding-left: 10px;
}
.section-4 > .content > .plans > .plan > .descriptions > ul > li::marker {
  color: var(--color-principal);
  content: "+";
  font-weight: 500;
  margin: 0 10px;
}
.section-4 > .content > .plans > .plan > .action {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.section-4 > .content > .plans > .plan > .action .action-button {
  width: 100%;
  max-width: 200px;
}

.section-5 {
  background-color: #00070e;
  color: #fff;
}
.section-5 a, .section-5 a:visited {
  color: #fff;
  text-decoration: none;
}
.section-5 > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding: 64px 0 94px;
}
.section-5 > .content > .logo-black {
  display: flex;
  flex-grow: 1;
}
.section-5 > .content > .links {
  display: flex;
  gap: 32px;
}

.action-button, .ig-login-button {
  display: inline-block;
  background-color: var(--color-principal);
  color: white;
  padding: 12px 24px;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 700;
  font-family: Inter, system-ui, sans-serif;
  text-decoration: none;
  text-align: center;
}

.ig-login-button {
  background-image: url(/img/instagram-logo.svg);
  background-position: 16px;
  background-size: 24px;
  background-repeat: no-repeat;
  padding: 12px 24px 12px 50px;
}

.phone {
  border: solid 13px #000;
  border-radius: 45px;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}
.phone .top-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 18px;
  background: #000;
}
.phone .top-part .camera {
  background-color: #666;
  width: 12px;
  height: 12px;
  border-radius: 99px;
}
.phone .screen {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.phone .screen .chat-topbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
.phone .screen .chat-topbar .icon {
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background-color: var(--color-principal-atenuado);
}
.phone .screen .chat-topbar .info .contact {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.phone .screen .chat-topbar .info .status {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  color: #666;
  font-size: 10px;
}
.phone .screen .chat-messages {
  display: flex;
  flex-direction: column;
  padding: 14px;
  gap: 14px;
}
.phone .screen .chat-messages .space {
  height: 30px;
}
.phone .screen .chat-messages .message {
  font-size: 13px;
  padding: 10px;
  border-radius: 16px;
  max-width: 80%;
}
.phone .screen .chat-messages .message.ask {
  border-top-right-radius: 4px;
  margin-left: auto;
  background: var(--color-principal-atenuado);
}
.phone .screen .chat-messages .message.response {
  border-top-left-radius: 4px;
  background: #efefef;
}
.phone .screen .chat-bottombar {
  display: flex;
  flex-direction: row;
  border-top: solid 1px #ddd;
  padding: 10px;
  gap: 10px;
}
.phone .screen .chat-bottombar .input {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px #ddd;
  background: #efefef;
  padding: 6px;
  border-radius: 99px;
  flex-grow: 1;
}
.phone .screen .chat-bottombar .input > .text {
  padding-left: 12px;
  display: flex;
  flex-grow: 1;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.8666666667);
  font-style: italic;
}
.phone .screen .chat-bottombar .input .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  background-color: var(--color-principal);
  border-radius: 99px;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
