@font-face {
  font-family: Cairo;
  src: url(../fonts/Cairo-Regular.ttf);
}
@font-face {
  font-family: Cairo;
  src: url(../fonts/Cairo-Bold.ttf);
  font-weight: 800;
}
:root {
  --blue: #087fe4;
  --navy: #07194a;
  --soft: #edf8ff;
  --line: #dbe9f3;
}
.crm-page {
  font-family: Cairo;
  color: var(--navy);
}
.crm-page mark {
  background: none;
}
.crm-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 45px;
  background: linear-gradient(#fff, #ecf5fc)
}
.crm-hero:before {
  content: "";
  position: absolute;
  top: -125px;
  right: -9%;
  width: 61%;
  height: 655px;
  border-radius: 0 0 20% 58%;
  background: linear-gradient(145deg, #0b92ec, #0063c9 72%);
  transform: rotate(3deg);
}
.crm-hero-grid {
  position: relative;
  direction: ltr;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 50px;
  align-items: center;
}
.crm-hero-copy,
.crm-hero-visual {
  direction: rtl;
}
.crm-eyebrow {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 12px;
}
.crm-eyebrow span,
.crm-heading span,
.crm-copy > span,
.crm-final span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}
.crm-eyebrow small {
  color: #6b7c90;
}
.crm-hero h1 {
  font-size: 47px;
  line-height: 1.48;
  font-weight: 800;
  margin: 13px 0 5px;
}
.title-stroke {
  display: block;
  width: 68px;
  height: 4px;
  border-radius: 5px;
  background: var(--blue);
  margin: 0 0 20px auto;
}
.crm-hero-copy > p {
  font-size: 16px;
  line-height: 2.05;
  color: #34445e;
  max-width: 510px;
  font-weight: bold;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.crm-primary,
.crm-final a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 12px 22px;
  border-radius: 28px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px #087fe42e;
}
.crm-discover {
  color: #20344e;
  text-decoration: none;
  font-size: 13px;
}
.hero-assurance {
  display: block;
  margin-top: 13px;
  color: #728197;
  font-size: 11px;
}
.hero-assurance i {
  color: #21a970;
}
.crm-benefits {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 27px;
}
.crm-benefits span {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 11px;
}
.crm-benefits i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e0f2ff;
  color: var(--blue);
  font-size: 16px;
  margin-bottom: 8px;
}
.crm-hero-visual {
  min-height: 480px;
  display: flex;
  align-items: center;
}
.lead-window {
  position: relative;
  width: 94%;
  margin: auto;
  padding: 22px 25px 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px #04366545;
  transform: rotate(-0.6deg);
}
.app-top {
  display: flex;
  justify-content: space-between;
  color: #8a9aad;
  font-size: 10px;
  padding-bottom: 12px;
}
.app-top b {
  color: #16375d;
}
.app-top em {
  color: var(--blue);
  font-style: normal;
}
.lead-head {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-block: 1px solid #e5edf3;
}
.avatar,
.mini-avatar {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6f3ff;
  color: var(--blue);
}
.avatar {
  width: 46px;
  height: 46px;
}
.lead-head div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.lead-head small,
.lead-head span,
.lead-summary span,
.timeline small {
  font-size: 9px;
  color: #8593a4;
}
.lead-head b {
  font-size: 17px;
}
.lead-head mark {
  color: #239a67;
  background: #eaf8f1;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 10px;
}
.lead-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 17px 0;
}
.lead-summary div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lead-summary b {
  font-size: 11px;
}
.lead-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #dce7ef;
}
.lead-tabs span {
  padding: 10px 5px;
  font-size: 10px;
  color: #7e8da0;
}
.lead-tabs .active {
  color: var(--blue);
  border-bottom: 3px solid #36a8ee;
}
.timeline > div {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #edf2f6;
}
.timeline i {
  color: var(--blue);
}
.timeline p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.timeline b {
  font-size: 11px;
}
.timeline time {
  font-size: 8px;
  color: #98a5b3;
}
.lead-note {
  position: relative;
  bottom: -27px;
  width: 74%;
  margin: auto;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 13px 28px #11487024;
}
.lead-note i {
  color: var(--blue);
  font-size: 22px;
}
.lead-note span {
  display: flex;
  flex-direction: column;
}
.lead-note small {
  color: #75879a;
  font-size: 8px;
}
.lead-note b {
  font-size: 10px;
}
.crm-process {
  padding: 78px 0;
}
.crm-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}
.crm-heading h2 {
  font-size: 34px;
  font-weight: 800;
  margin: 10px;
}
.crm-heading p {
  color: #69778a;
  line-height: 1.9;
}
.crm-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.crm-step-grid article {
  position: relative;
  padding: 16px 18px 0;
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 30px;
  transition: 0.25s;
  border-radius: 14px;
}
.crm-step-grid article:hover{
    border-color: #5e9fee;
    border-radius: 14px;
    transform: translateY(-3px);
}
.crm-step-grid article > b {
  position: absolute;
  right: 45%;
  top: -20px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
}
.step-screen {
  height: 118px;
  margin: 8px 0 17px;
  border: 1px solid #ebf0f4;
  box-shadow: 0 6px 15px #19486c0d;
  text-align: right;
  padding: 14px;
}
.crm-step-grid h3 {
  font-size: 18px;
  font-weight: 800;
}
.crm-step-grid p {
  font-size: 16px;
  line-height: 1.8;
  color: #637186;
  min-height: 48px;
}
.crm-step-grid footer i{
    font-size: 22px;
}
.crm-step-grid article > footer {
  margin: 17px -18px 0;
  padding: 14px;
  background: #eaf5ff;
  color: var(--blue);
  font-size: 18px;
}
.contact-mini {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 9px;
  align-items: center;
}
.mini-avatar {
  width: 38px;
  height: 38px;
  font-size: 10px;
}
.contact-mini div,
.quote-mini,
.deal-mini,
.fields-mini {
  display: flex;
  flex-direction: column;
}
.contact-mini strong,
.quote-mini strong {
  font-size: 10px;
  color: #18364f;
}
.contact-mini small,
.deal-mini small,
.quote-mini small {
  font-size: 8px;
  color: #8795a4;
}
.contact-mini mark,
.quote-mini mark {
  font-size: 8px;
  color: #1b9a66;
  background: #e8f7ef;
  border-radius: 9px;
  padding: 4px;
}
.deal-mini,
.quote-mini,
.fields-mini {
  justify-content: center;
  gap: 10px;
}
.deal-mini > div {
  display: flex;
  gap: 4px;
}
.deal-mini span {
  flex: 1;
  text-align: center;
  font-size: 8px;
  padding: 5px;
  background: #f2f6f9;
  color: #8493a3;
}
.deal-mini span.active {
  background: #dff2ff;
  color: var(--blue);
}
.deal-mini strong {
  font-size: 16px;
  color: #193954;
}
.task-mini {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.task-mini > div {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 7px;
  background: #f6f9fb;
  color: #203a54;
  font-size: 8px;
}
.task-mini i {
  color: var(--blue);
}
.task-mini time {
  color: #8b99a6;
}
.quote-mini > div {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
}
.fields-mini label {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edf1f4;
  padding-bottom: 5px;
  color: #77889a;
  font-size: 8px;
}
.fields-mini span {
  color: #173851;
}
.crm-split-section {
  padding: 78px 0;
  background: #eef8ff;
}
.crm-split-section.white {
  background: #fff;
}
.crm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.crm-split.reverse .crm-copy {
  order: -1;
}
.automation-board,
.custom-board {
  padding: 28px;
  border: 1px solid #e0eaf2;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 45px #0f41651a;
}
.automation-board header,
.custom-board header {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 18px;
}
.automation-board header i,
.custom-board header i {
  color: var(--blue);
}
.automation-board > div {
  margin: 11px;
  padding: 14px 16px;
  background: #f6f9fc;
}
.automation-board span,
.custom-board label {
  display: block;
  font-size: 11px;
  color: #768699;
}
.automation-board b {
  font-size: 13px;
}
.automation-board .done {
  border-right: 4px solid #27ad74;
}
.crm-copy h2 {
  font-size: 37px;
  line-height: 1.45;
  font-weight: 800;
}
.crm-copy p,
.crm-copy li {
  color: #526277;
  line-height: 1.95;
}
.crm-copy ul {
  list-style: none;
  padding: 0;
}
.crm-copy li:before {
  content: "✓";
  color: var(--blue);
  margin-left: 9px;
}
.custom-board label {
  margin: 13px;
}
.custom-board label span {
  display: block;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid #dce8ef;
  border-radius: 9px;
  color: #19334e;
}
.crm-journey {
  padding: 82px 0;
  background: #eff8ff;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.journey-grid a {
    padding: 29px;
    border: 1px solid #dceaf3;
    background: #fff;
    border-radius: 14px;
    transition: 0.25s;
    text-decoration: none;
    color: var(--blue);
}
.journey-grid a:hover{
    border-color: #5e9fee;
    transform: translateY(-3px);
}
.journey-grid a.active {
  color: #fff;
  background: linear-gradient(135deg, #087fe4, #0757b9);
}
.journey-grid svg.icon {
    width: 29px;
    height: 29px;
    color: var(--blue);
    margin-bottom: 21px;
}
.journey-grid span:first-of-type {
    font-size: 13px;
    color: var(--muted);
    display: block;
    margin-bottom: 10px;
}
.journey-grid .active svg.icon,
.journey-grid .active span {
      color: #fff;
}
.journey-grid h3 {
  font-size: 23px;
  font-weight: 800;
      margin: 6px 0 15px;
}
.journey-grid p {
  font-size: 15px;
  line-height: 1.85;
  color: #66778b;
}
.journey-grid .active p {
  color: #e5f4ff;
}
.journey-grid .current-label {
    font-size: 12px;
    padding: 3px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #c5daff;
    margin-top: auto;
}
.journey-grid .card-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
.journey-grid .card-link .icon {
    width: 17px;
    margin-bottom: 0;
}
.crm-final {
  padding: 47px 0;
  color: #fff;
  background: linear-gradient(110deg, #06467c, #087ed4);
}
.crm-final .container-xl {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 55px;
  align-items: center;
}
.crm-final span {
  color: #a9ddff;
}
.crm-final h2 {
  font-size: 32px;
  line-height: 1.5;
}
.crm-final p {
  color: #d7eeff;
}
.crm-final a {
  background: #fff;
  color: #075e9f;
}
.crm-final img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
@media (max-width: 991px) {
  .crm-hero:before {
    right: -18%;
    width: 85%;
  }
  .crm-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .crm-hero-copy {
    text-align: center;
    order: 1;
  }
  .title-stroke {
    margin-inline: auto;
  }
  .crm-hero-copy > p {
    margin-inline: auto;
  }
  .hero-actions,
  .crm-benefits {
    justify-content: center;
  }
  .crm-hero-visual {
    min-height: 440px;
    order: 2;
  }
  .crm-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .crm-split {
    gap: 38px;
  }
  .crm-copy h2 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .crm-hero {
    padding: 36px 0 48px;
  }
  .crm-hero:before {
    top: 510px;
    right: -30%;
    width: 150%;
    height: 530px;
    border-radius: 28%;
  }
  .crm-hero h1 {
    font-size: 31px;
  }
  .crm-hero-copy > p {
    font-size: 15px;
  }
  .crm-eyebrow {
    justify-content: center;
  }
  .crm-benefits span {
    width: 31%;
  }
  .crm-hero-visual {
    min-height: 385px;
  }
  .lead-window {
    width: 100%;
    padding: 15px 15px 0;
  }
  .lead-note {
    width: 88%;
  }
  .crm-process,
  .crm-split-section,
  .crm-journey {
    padding: 55px 0;
  }
  .crm-heading h2 {
    font-size: 27px;
  }
  .crm-step-grid {
    grid-template-columns: 1fr;
  }
  .crm-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .crm-split.reverse .crm-copy {
    order: 0;
  }
  .crm-copy h2 {
    font-size: 28px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .crm-final .container-xl {
    grid-template-columns: 1fr;
  }
  .crm-final h2 {
    font-size: 27px;
  }
  .crm-final img {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .crm-benefits span {
    font-size: 9px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .crm-primary {
    width: 100%;
    justify-content: center;
  }
  .crm-hero-visual {
    min-height: 360px;
  }
  .lead-head {
    grid-template-columns: 38px 1fr auto;
  }
  .avatar {
    width: 38px;
    height: 38px;
  }
  .lead-head b {
    font-size: 14px;
  }
  .lead-summary b {
    font-size: 9px;
  }
  .lead-tabs span {
    font-size: 8px;
  }
  .timeline > div {
    grid-template-columns: 22px 1fr;
  }
  .timeline time {
    display: none;
  }
  .lead-note {
    width: 96%;
  }
}