@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --blue: #2457ef;
  --navy: #111d36;
  --muted: #657083;
  --line: #dfe4ed;
  --light: #f4f6fa;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  color: var(--navy);
  background: white;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #87a6ff;
  outline-offset: 5px;
}
.wrap {
  max-width: 1200px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
}
header {
  height: 94px;
  max-width: 1320px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -1px;
}
.domain {
  font-weight: 500;
  color: var(--muted);
}
.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: white;
  height: 35px;
  width: 39px;
  border-radius: 9px;
  margin-right: 10px;
  font-size: 22px;
  letter-spacing: -3px;
  padding-right: 3px;
}
.mark span {
  font-weight: 400;
}
nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 14px;
  font-weight: 500;
}
.nav-cta {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 17px;
}
.nav-cta span {
  margin-left: 18px;
}
.menu {
  display: none;
}
.hero {
  padding-top: 67px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.short-line {
  height: 2px;
  width: 25px;
  background: var(--blue);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
  margin-top: 23px;
}
h1,
h2,
h3 {
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.12;
  letter-spacing: -1.6px;
  margin: 0;
}
h1 {
  font-size: 66px;
  font-weight: 800;
  letter-spacing: -3.5px;
}
h1 > span {
  color: var(--blue);
}
.lead {
  max-width: 425px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.button {
  border: 0;
  border-radius: 6px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-weight: 600;
  font-size: 14px;
}
.blue {
  background: var(--blue);
  color: white;
}
.blue:hover {
  background: #1844cf;
}
.text-link {
  background: none;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.hero-panel {
  background: #eaf0ff;
  border: 1px solid #dee7ff;
  border-radius: 16px;
  padding: 24px 20px 20px;
  transform: rotate(-2deg);
}
.panel-top,
.panel-note {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 1px;
}
.panel-top {
  color: #617299;
  margin-bottom: 27px;
}
.app-window {
  background: white;
  border: 1px solid #dce2ef;
  border-radius: 9px;
  box-shadow: 0 22px 35px #15356912;
  overflow: hidden;
  transform: rotate(2deg);
}
.window-top {
  height: 55px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
}
.mini-logo {
  font-size: 22px;
  color: var(--blue);
  font-weight: 800;
}
.avatar {
  margin-left: auto;
  background: #eef1f7;
  border-radius: 50%;
  padding: 3px 9px;
}
.window-content {
  display: flex;
  min-height: 247px;
}
aside {
  width: 115px;
  flex-shrink: 0;
  background: #fafbfe;
  padding: 18px 10px;
  font-size: 11px;
}
aside b {
  font-size: 10px;
  color: #758197;
  display: block;
  margin: 0 7px 17px;
}
aside span {
  display: block;
  padding: 8px 7px;
  margin-bottom: 5px;
}
.active {
  background: #e9efff;
  color: var(--blue);
  border-radius: 5px;
}
.dashboard {
  flex: 1;
  padding: 19px 17px;
}
.dashboard > small {
  font-size: 9px;
  letter-spacing: 1px;
  color: #71809a;
}
.dashboard h3 {
  font-size: 18px;
  letter-spacing: -0.6px;
  margin: 5px 0 17px;
}
.metrics {
  display: flex;
  gap: 12px;
}
.metrics > div {
  background: #f6f8fc;
  padding: 10px;
  flex: 1;
  border: 1px solid #edf0f7;
  border-radius: 5px;
}
.metrics small {
  font-size: 9px;
  color: var(--muted);
  display: block;
}
.metrics strong {
  font-size: 22px;
}
.metrics em {
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  color: var(--muted);
}
.chart-title {
  font-size: 10px;
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
}
.chart-title span {
  color: var(--muted);
}
.bars {
  height: 82px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 8px 5px 0;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 24px,
    #edf1f7 25px
  );
}
.bars i {
  flex: 1;
  background: #bfd0ff;
  border-radius: 3px 3px 0 0;
}
.bars i:nth-child(6) {
  background: var(--blue);
}
.days {
  display: flex;
  justify-content: space-around;
  font-size: 8px;
  color: #77849c;
  margin-top: 4px;
}
.panel-note {
  margin-top: 27px;
  font-size: 11px;
  letter-spacing: 0;
}
.panel-note > span:last-child {
  color: var(--blue);
  font-size: 22px;
}
.hero-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  padding: 25px 0 31px;
  font-size: 14px;
}
.hero-bottom > span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.hero-bottom > div:before {
  content: "✓";
  color: var(--blue);
  margin-right: 10px;
}
.solutions {
  background: var(--light);
  padding: 86px 0 90px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 38px;
}
h2 {
  font-size: 43px;
  letter-spacing: -1.8px;
}
.section-heading .eyebrow,
.clarity .eyebrow {
  color: var(--blue);
  margin-bottom: 20px;
}
.section-heading > p {
  font-size: 15px;
  color: var(--muted);
  max-width: 365px;
  line-height: 1.8;
  margin: 0 0 3px;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.solution-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 27px;
  display: flex;
  flex-direction: column;
}
.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #8490a4;
  margin-bottom: 30px;
}
.service-icon {
  font-size: 29px;
  color: var(--blue);
  line-height: 1;
}
.solution-grid h3 {
  font-size: 27px;
  letter-spacing: -1px;
}
.solution-grid p {
  font-size: 14px;
  color: var(--muted);
  margin: 19px 0;
  line-height: 1.8;
}
.solution-grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-size: 13px;
}
.solution-grid li {
  padding: 6px 0;
}
.solution-grid li:before {
  content: "✓";
  margin-right: 9px;
  color: var(--blue);
}
.solution-grid .pricing {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}
.solution-grid .pricing strong {
  font-size: 19px;
  letter-spacing: -0.5px;
  color: var(--navy);
}
.solution-grid .pricing span {
  font-size: 12px;
  color: var(--muted);
}
.solution-grid button {
  background: none;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 19px 0 0;
  margin-top: auto;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.solution-grid .featured {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.featured .service-icon,
.featured .card-head,
.featured p,
.featured li:before {
  color: #e0e8ff;
}
.featured button {
  color: white;
  border-color: #ffffff35;
}
.explore {
  padding-top: 88px;
  padding-bottom: 91px;
}
.demo-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}
.demo-tabs button {
  padding: 11px 19px;
  border-radius: 5px;
  background: white;
  border: 1px solid var(--line);
  font-size: 14px;
}
.demo-tabs button[aria-selected="true"] {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}
.demo-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
.demo-preview {
  background: #e8edf4;
  padding: 33px;
  border-radius: 10px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sample {
  background: white;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 15px 28px #142a4310;
  overflow: hidden;
}
.sample-nav {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #edf0f6;
  font-size: 11px;
}
.sample-nav b {
  font-size: 14px;
}
.sample-body {
  padding: 27px;
}
.sample-body small {
  font-size: 10px;
  letter-spacing: 2px;
}
.sample-body h4 {
  font-size: 31px;
  line-height: 1.2;
  margin: 15px 0;
  max-width: 300px;
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: -1.2px;
}
.sample-body p {
  font-size: 11px;
  max-width: 290px;
  color: var(--muted);
}
.sample-cta {
  display: inline-block;
  padding: 7px 11px;
  background: var(--navy);
  color: white;
  font-size: 10px;
  border-radius: 3px;
  margin-top: 10px;
}
.sample-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  margin-top: 15px;
}
.sample-table td,
.sample-table th {
  padding: 12px 5px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.sample-table th {
  color: var(--muted);
  font-weight: 400;
}
.sample-table td:last-child {
  color: var(--blue);
}
.pill {
  font-size: 10px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 1.5px;
  background: #edf2ff;
  padding: 6px 10px;
  border-radius: 4px;
}
.demo-description h3 {
  font-size: 31px;
  margin: 20px 0 16px;
  letter-spacing: -1px;
}
.demo-description p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.demo-description .feature {
  font-size: 13px;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
}
.demo-description .text-link {
  color: var(--blue);
  margin-top: 23px;
}
.process {
  background: var(--navy);
  color: white;
  padding: 85px 0;
}
.process .eyebrow {
  color: #9bb4ff;
}
.process .section-heading p {
  color: #adb6c7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 51px;
}
.steps > article {
  border-top: 1px solid #ffffff30;
  padding-top: 18px;
}
.steps > article > span {
  color: #89a6ff;
  font-size: 14px;
}
.steps h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  margin: 25px 0 13px;
}
.steps p {
  font-size: 14px;
  line-height: 1.8;
  color: #adb6c7;
}
.steps small {
  font-size: 9px;
  letter-spacing: 1px;
  color: #8997b0;
}
.timeline-note {
  margin-top: 42px;
  background: #ffffff06;
  border: 1px solid #ffffff20;
  border-radius: 7px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.timeline-note b {
  font-size: 14px;
  min-width: 215px;
}
.timeline-note p {
  font-size: 13px;
  color: #b4bfd2;
  margin: 0;
}
.clarity {
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.clarity h2 {
  font-size: 37px;
}
.clarity > div > p {
  font-size: 15px;
  color: var(--muted);
  max-width: 330px;
}
.questions details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
.questions details:first-child {
  padding-top: 0;
}
.questions summary {
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.questions summary:after {
  content: "+";
  font-size: 19px;
  color: var(--blue);
}
.questions details[open] summary:after {
  content: "−";
}
.questions p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  padding-right: 24px;
}
.contact {
  background: #edf2ff;
  padding: 79px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.contact .eyebrow {
  color: var(--blue);
  font-size: 10px;
}
.contact h2 {
  font-size: 62px;
  letter-spacing: -2.6px;
  margin-top: 26px;
}
.contact h2 span {
  color: var(--blue);
}
.contact p {
  max-width: 360px;
  color: var(--muted);
  font-size: 16px;
  margin: 23px 0;
}
.contact small {
  font-size: 12px;
  color: var(--muted);
}
form label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #d5dded;
  border-radius: 5px;
  background: white;
  padding: 12px 14px;
  margin-top: 7px;
  color: var(--navy);
  font-size: 14px;
  outline-color: var(--blue);
}
textarea {
  resize: vertical;
}
form > .button {
  width: 100%;
}
.contact .form-note {
  font-size: 12px;
  margin: 12px 0;
  max-width: none;
}
#brief-result {
  margin-top: 20px;
  border: 1px solid #c9d6fa;
  background: white;
  padding: 20px;
  border-radius: 7px;
}
#brief-result h3 {
  font-size: 20px;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-family: inherit;
  font-size: 14px;
}
footer {
  padding-top: 40px;
  padding-bottom: 22px;
}
footer > p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 30px;
}
footer > div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
.free-preview {
  background-color: #112119;
  color: #ffffff;
  padding: 100px 0;
}
.free-preview h2 {
  font-size: 49px;
  margin-bottom: 24px;
}
.free-preview p {
  font-size: 17px;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 40px;
  color: #c4d6cc;
}
.free-preview .preview-benefits {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.free-preview .preview-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
}
.free-preview .preview-benefits svg {
  color: #59c882;
  flex-shrink: 0;
}
.free-preview .preview-contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.free-preview .whatsapp-btn {
  background-color: #59c882;
  color: #0d1a13;
  padding: 15px 24px;
  border-radius: 6px;
  gap: 12px;
}
.free-preview .whatsapp-btn:hover {
  background-color: #4ab571;
  color: #0d1a13;
}
.free-preview .contact-email,
.free-preview .contact-phone {
  font-weight: 500;
  font-size: 15px;
  color: #c4d6cc;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 85px;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 52px;
  }
  .hero-grid {
    gap: 25px;
  }
  .actions {
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-panel {
    padding: 19px 12px;
  }
  .window-content aside {
    display: none;
  }
  .hero-bottom {
    gap: 20px;
  }
  .hero-bottom > span {
    display: none;
  }
  .solution-grid article {
    padding: 21px;
  }
  .solution-grid h3 {
    font-size: 24px;
  }
  .contact-grid {
    gap: 45px;
  }
  .clarity {
    gap: 40px;
  }
  .demo-layout {
    gap: 27px;
  }
  .steps {
    gap: 20px;
  }
  .steps h3 {
    font-size: 19px;
  }
  .timeline-note {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  header {
    height: 75px;
    padding: 0 22px;
  }
  .brand {
    font-size: 21px;
  }
  nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 25px;
    background: white;
    z-index: 5;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  nav.open {
    display: flex;
  }
  .menu {
    display: block;
    border: 0;
    background: none;
    font-size: 24px;
    color: var(--navy);
  }
  .wrap {
    padding-left: 23px;
    padding-right: 23px;
  }
  .hero {
    padding-top: 38px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  h1 {
    font-size: 53px;
    letter-spacing: -2.8px;
  }
  .lead {
    font-size: 16px;
  }
  .hero-panel {
    max-width: 500px;
    transform: none;
    padding: 20px;
  }
  .app-window {
    transform: none;
  }
  .hero-bottom {
    margin-top: 36px;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    padding: 21px 0;
  }
  .hero-bottom > div:before {
    margin-right: 5px;
  }
  .solutions,
  .process {
    padding: 55px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 34px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 14px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .solution-grid article {
    padding: 25px;
  }
  .card-head {
    margin-bottom: 20px;
  }
  .solution-grid h3 {
    font-size: 27px;
  }
  .solution-grid h3 br {
    display: none;
  }
  .solution-grid p {
    font-size: 15px;
  }
  .solution-grid ul {
    font-size: 14px;
  }
  .explore {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .demo-tabs {
    gap: 5px;
  }
  .demo-tabs button {
    font-size: 12px;
    padding: 10px 9px;
    flex: 1;
  }
  .demo-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .demo-preview {
    padding: 22px;
    min-height: 280px;
  }
  .sample-body {
    padding: 22px;
  }
  .demo-description h3 {
    font-size: 29px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
    margin-top: 30px;
  }
  .steps h3 {
    font-size: 20px;
    margin-top: 17px;
  }
  .steps p {
    font-size: 14px;
  }
  .steps small {
    font-size: 10px;
  }
  .timeline-note {
    display: block;
    padding: 19px;
  }
  .timeline-note p {
    margin-top: 10px;
  }
  .free-preview {
    padding: 55px 0;
  }
  .free-preview h2 {
    font-size: 33px;
  }
  .free-preview .preview-benefits {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
  .free-preview .preview-contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .clarity {
    padding-top: 55px;
    padding-bottom: 55px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .clarity h2 {
    font-size: 33px;
  }
  .questions summary {
    font-size: 14px;
  }
  .contact {
    padding: 55px 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact h2 {
    font-size: 49px;
  }
  .contact h2 br:last-child {
    display: none;
  }
  .contact h2 span {
    display: block;
  }
  .contact p {
    margin: 19px 0;
  }
  .contact small {
    font-size: 13px;
  }
  input,
  textarea,
  select {
    font-size: 16px;
  }
  footer > div {
    gap: 20px;
    font-size: 11px;
  }
  footer {
    padding-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.floating-wa {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #55b57a;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.floating-wa:hover {
  background-color: #4ab571;
  color: white;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
@media (max-width: 700px) {
  .floating-wa {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
  }
  .floating-wa svg {
    width: 26px;
    height: 26px;
  }
}
