@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600&family=Nunito:wght@900&family=Roboto:wght@300;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

body {
  font-family: "Nunito Sans", sans-serif;
}

a {
  text-decoration: none;
}

.pagination-link--auto {
  display: block;
  height: 1px;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.leads-tabs .nav-link {
  color: #1f7a4f;
  background-color: #e9f7ef;
  border: 1px solid #b9e6cc;
  cursor: pointer;
}

.leads-tabs .nav-link:hover,
.leads-tabs .nav-link:focus {
  color: #16633f;
  background-color: #dcf2e5;
  border-color: #9fdab8;
}

.leads-tabs .nav-link.active {
  color: #0a2e1d;
  background-color: #31de79;
  border-color: #31de79;
  cursor: pointer;
}

.body {
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 1300px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  .part-one {
    .content-left {
      padding-top: 40px;
    }
  }
  .jumbo {
    width: 80% !important;
  }
  .navbar {
    .mx-5 {
      margin-left: 0rem !important;
      margin-right: 0rem !important;
    }
  }
  .part-two {
    .p2 {
      padding-top: 35px !important;
    }
  }
  .zm {
    padding-top: 35px;
  }
  .st-one {
    p {
      width: 90% !important;
    }
  }
  .st-one-b {
    p {
      width: 90% !important;
    }
  }
  .st-four {
    #text-e {
      width: 90% !important;
    }
  }
  .pricing-column {
    width: 100% !important;
  }
  .pricing-extra-content {
    width: 100% !important;
  }
  .faq {
    width: 100% !important;
  }
}
/* LANDING PAGE */
.navbar {
  .navbar-brand {
    color: #31de79 !important;
    font-family: "Nunito", sans-serif;
    font-weight: 900;
  }
  .nav-item {
    .nav-link {
      color: #0a0101;
    }
  }
  .nav-item:hover {
    color: #31de79 !important;
    .nav-link {
      color: rgba(0, 0, 0, 0.5);
    }
  }
  .g-button {
    color: #0a0101 !important;
    background-color: #31de79 !important;
  }
}
.main-content {
  .part-one {
    margin-left: 30px;
    margin-right: 30px;
    .content-left {
      h1 {
        line-height: 1.3;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        span {
          border: 1px solid black;
          border-color: #31de79;
          padding: 3px;
          background-color: #31de79;
        }
      }
      .l-button {
        background-color: #2d4053;
        color: white;
      }
    }
    .image-right {
      padding-top: 40px;
    }
  }
  .part-two {
    padding-top: 70px;
    h3 {
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
    }
    h4 {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
    }
    .jumbo {
      padding-top: 10px;
      text-align: center;
      width: 60%;
      margin: 0 auto;
    }
    #tw {
      width: 20%;
      background-color: #31de79;
      height: 2px;
      margin: 0 auto 2rem auto;
      border-radius: 2px;
    }
    .content-two {
      padding: 30px;
      padding-top: 150px;
      .pn {
        color: #31de79;
      }
      .p2 {
        padding-top: 100px;
      }
    }
  }
  .part-three {
    padding-top: 70px;
    margin-left: 30px;
    margin-right: 30px;
    h3 {
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
    }
    #tw {
      width: 20%;
      background-color: #31de79;
      height: 1px;
      margin: 0 auto 2rem auto;
      border-radius: 2px;
    }
    .p2 {
      background-color: #31de79;
      margin-top: 100px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0 auto;
      color: white;
    }
    .text {
      text-align: center;
      padding-top: 25px;
      padding-bottom: 30px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
    }
    ul {
      font-weight: 600;
      h4 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
      }
      .l-button {
        color: white;
        font-weight: 700;
      }
    }
  }
}
/* THIS IS REUSED IN OTHER PARTS */
.part-four {
  padding-top: 70px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  font-weight: 700;
  h3 {
    font-weight: 700;
  }
  ul {
    display: inline-block;
    list-style-type: none;
    padding-top: 20px;
    li {
      float: left;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  .g-button {
    background-color: #31de79;
    color: white;
    margin-top: 10px;
  }
}
/* PRODUCTS PAGE */
.products-page {
  padding-top: 65px;
  h1 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-bottom: 14px;
  }
  .intro {
    text-align: center;
    width: 65%;
    margin: 0 auto;
  }
  .namarunu-store {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f76c6c;
  }
  .web-admin {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #31de79;
  }
  .startup-package {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #1b4066;
    .price {
      color: white;
    }
    .check-list {
      color: white;
    }
    .free-trial-button {
      background-color: #31de79;
      color: #1b4066;
    }
    .product-link {
      color: white !important;
    }
  }
  .name {
    color: white;
    font-size: 2rem;
    font-weight: 600;
  }
  .price {
    font-weight: 400;
    color: #3d4d5c;
    font-weight: bolder;
  }
  .check-list {
    color: #3d4d5c;
    font-weight: bolder;
  }
  .free-trial-button {
    background-color: #3d4d5c;
    color: white;
    margin-top: 18px;
    margin-bottom: 9px;
  }
  .product-link {
    text-decoration: none !important;
    font-weight: bold;
    color: white !important;
  }
  .hr-line {
    margin-top: 55px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    hr {
      width: 20%;
      margin: 0 auto;
      background-color: #31de79;
    }
    h2 {
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
    }
  }
  .icon-section {
    padding: 4rem;
    text-align: center;
    p {
      padding-top: 1rem;
    }
    .package-icon {
      border-radius: 10%;
      max-width: 100px;
      max-height: 100px;
    }
  }
}
@media screen and (max-width: 425px) {
  .products-page {
    h1 {
      width: 100%;
    }
    .intro {
      width: 95%;
    }
    .icon-section {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
}

 /*PRODUCT PAGE (Namarunu-store)*/
.st-one {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: linear-gradient(
      rgba(247, 108, 108, 0.8),
      rgba(247, 108, 108, 0.9)
    ),
    url("/assets/Products-banner-20a0f60a.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 600;
  color: #f5f5f5;
  h1 {
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  p {
    padding-top: 20px;
    width: 50%;
    margin: 0 auto;
  }
  .st-g-button {
    margin-top: 20px;
    background-color: #2d4053;
    color: white;
  }
}
/* WEB ADMINISTRATION*/
.st-one-b {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: linear-gradient(
      rgba(49, 222, 121, 0.8),
      rgba(49, 222, 121, 0.9)
    ),
    url("/assets/Products-banner-20a0f60a.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 600;
  color: #f5f5f5;
  h1 {
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  p {
    padding-top: 20px;
    width: 50%;
    margin: 0 auto;
  }
  .st-g-button {
    margin-top: 20px;
    background-color: #2d4053;
    color: white;
  }
}
/*STARTUP PACKAGE*/
.st-c {
  background-image: linear-gradient(
      rgba(27, 64, 102, 0.8),
      rgba(27, 64, 102, 0.9)
    ),
    url("/assets/Products-banner-20a0f60a.png") !important;
}
.st-two {
  .content-two {
    padding: 30px;
    padding-top: 150px;
  }
  h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
}
.st-three {
  padding: 30px;
  padding-top: 70px;
  .box {
    padding: 24px 24px 0;
    border-radius: 4px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .b-one {
    background-color: #fc7753;
  }
  .b-two {
    background-color: #66d7d1;
  }
  .b-three {
    background-color: #f1bf98;
  }
  .b-four {
    background-color: #d6e5e3;
  }
  .b-five {
    background-color: #9fd8cb;
  }
  .b-six {
    background-color: #eee5e9;
  }
  .b-seven {
    background-color: #6b818c;
  }
  .b-eight {
    background-color: #7dcd85;
  }
  .b-nine {
    background-color: #faa6ff;
  }
  .b-ten {
    background-color: #9ceaef;
  }
  .b-eleven {
    background-color: #c59fc9;
  }
  .b-twelve {
    background-color: #73a6ad;
  }
  .content {
    display: none;
  }
  .pc-2 {
    margin-top: 110px;
  }
  .pc-3 {
    margin-top: 110px;
  }
  h5 {
    padding-top: 75px;
    span {
      float: right;
    }
  }
}
.st-four {
  padding: 30px;
  padding-top: 70px;
  text-align: center;
  h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  #text-e {
    width: 50%;
    margin: 0 auto;
  }
  .divider {
    width: 20%;
    height: 2px;
    background-color: #31de79;
    margin: 0 auto 2rem auto;
    border-radius: 2px;
  }
  .pricing-column {
    padding-top: 80px;
    width: 80%;
    margin: 0 auto;
    .pricing-box {
      padding-top: 30px;
      .number {
        font-size: 30px;
      }
      .price {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
      }
    }
    .value {
      background-color: #31de79;
      color: white;
    }
    .plan-features {
      text-align: left;
      width: 80%;
      margin: 0 auto;
      padding-bottom: 20px;
    }
  }
  .pricing-extra-content {
    padding-top: 30px;
    width: 80%;
    text-align: left;
    li {
      font-size: 13px;
    }
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 29px;
  left: 10px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #31de79;
}

input:focus + .slider {
  box-shadow: 0 0 1px #31de79;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.monthly {
  display: none;
}
.st-five {
  padding: 30px;
  padding-top: 70px;

  h3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .divider {
    width: 20%;
    height: 2px;
    background-color: #31de79;
    margin: 0 auto 2rem auto;
    border-radius: 2px;
  }
  .faq {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    .q-one {
      padding: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    .q-n {
      padding: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    .q-l {
      padding: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    #plus {
      float: right;
    }
    .content-f {
      display: none;
    }
  }
}
 /*wizard-steps-layout*/
.wizard-steps-layout {
  padding-top: 100px;
  padding-bottom: 100px;
  p {
    text-align: center;
    padding-bottom: 25px;
  }
  h3 {
    text-align: center;
    padding-bottom: 20px;
  }
  form {
    margin: 0 auto;
    width: 80%;
  }
  .next-button {
    float: right;
  }
  .preffered_name {
    display: none;
  }
}
footer {
  background-color: black;
  color: white;
  padding-top: 60px;
  padding: 40px;
  margin-top: 50px;
  z-index: 1;
  h4 {
    font-weight: 600;
  }
  p {
    font-size: 14px;
  }
  .cn {
    text-align: center;
  }
}
.us {
  display: none;
}
.tz {
  display: none;
}

.currency-select {
  padding-top: 70px;
  p {
    font-weight: 600;
    color: #333;
  }

  #inputCurrency {
    min-width: 100px;
    font-weight: 500;
    border-color: #31de79;

    &:focus {
      border-color: #31de79;
      box-shadow: 0 0 0 0.2rem rgba(49, 222, 121, 0.25);
    }
  }
}
.help-b {
  display: flex;
  justify-content: center;
  align-items: center;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  cursor: pointer;
  z-index: 9999;
}
.float0 {
  right: 30px;
  background-color: #25d366;
}

/* AUTH PAGES */
.auth-shell {
  background: linear-gradient(180deg, rgba(49, 222, 121, 0.08), rgba(27, 64, 102, 0.08));
}
.auth-card {
  border: 1px solid rgba(49, 222, 121, 0.3);
  box-shadow: 0 16px 40px rgba(27, 64, 102, 0.12);
}
.auth-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #1b4066;
}
.auth-form .form-control {
  border-radius: 10px;
}
.auth-form .form-control:focus {
  border-color: #31de79;
  box-shadow: 0 0 0 0.2rem rgba(49, 222, 121, 0.2);
}
.btn-namarunu {
  background-color: #31de79;
  border-color: #31de79;
  color: #0a0101;
  font-weight: 600;
}
.btn-namarunu:hover,
.btn-namarunu:focus {
  background-color: #27c96b;
  border-color: #27c96b;
  color: #0a0101;
}
.auth-link {
  color: #1b4066;
  font-weight: 600;
  text-decoration: none;
}
.auth-link:hover {
  color: #0f2f4a;
  text-decoration: underline;
}

/* CRM SALES PAPER FOUNDATIONS */
:root {
  --crm-white: #ffffff;
  --crm-bg: #f4f6f4;
  --crm-border: #dde2dd;
  --crm-ink: #111416;
  --crm-muted: #6b746e;
  --crm-green: #21c66d;
  --crm-warning-bg: #fff4be;
  --crm-warning-text: #7b6b00;
  --crm-danger: #c3342f;
  --crm-shell-radius: 28px;
  --crm-sheet-radius: 24px;
  --crm-radius: 8px;
  --crm-gap: 12px;
  --crm-content-pad: 16px;
  --crm-header-pad: 18px;
  --crm-bottom-bar-height: 72px;
}

.crm-sales-shell {
  min-height: 100dvh;
  margin: 0;
  background: #e9ece9;
  color: var(--crm-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.crm-sales-phone {
  width: min(100%, 392px);
  height: 100dvh;
  min-height: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  background: var(--crm-white);
  color: var(--crm-ink);
}

.crm-sales-main {
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--crm-bg);
  overflow-y: auto;
}

.crm-flash {
  margin: 12px 16px 0;
  border-radius: var(--crm-radius);
  font-size: 13px;
}

.crm-screen-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
  padding: var(--crm-header-pad);
  border-bottom: 1px solid var(--crm-border);
  background: var(--crm-white);
}

.crm-screen-header--tall {
  min-height: 120px;
}

.crm-screen-header--tall.crm-screen-header--with-back {
  min-height: 145px;
}

.crm-screen-header__top,
.crm-screen-header__body {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.crm-screen-header__top {
  min-height: 40px;
}

.crm-screen-header__body {
  align-items: flex-end;
}

.crm-screen-header__top-meta {
  min-width: 0;
}

.crm-screen-header__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.crm-screen-header__context,
.crm-screen-header__description,
.crm-sheet__subtitle {
  color: var(--crm-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.crm-screen-header__title {
  margin: 2px 0 0;
  color: var(--crm-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0;
}

.crm-screen-header--tall .crm-screen-header__title {
  font-size: 26px;
}

.crm-screen-header__description {
  margin: 4px 0 0;
}

.crm-screen-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.crm-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--crm-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.crm-back-link::before {
  content: "‹";
  margin-right: 6px;
  font-size: 24px;
  line-height: 1;
}

.crm-shell-utilities {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.crm-shell-icon-button,
.crm-shell-avatar-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--crm-border);
  border-radius: 999px;
  background: var(--crm-white);
  color: var(--crm-ink);
  text-decoration: none;
}

.crm-shell-icon-button {
  font-size: 16px;
}

.crm-shell-avatar-button {
  border-color: var(--crm-ink);
  background: var(--crm-ink);
  color: var(--crm-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.navbar .crm-shell-utilities {
  margin-right: 10px;
}

.navbar .crm-shell-icon-button,
.navbar .crm-shell-avatar-button {
  width: 36px;
  height: 36px;
}

.navbar .crm-shell-avatar-button {
  border-color: var(--crm-white);
  background: var(--crm-white);
  color: var(--crm-ink);
}

.crm-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: var(--crm-gap);
  padding: var(--crm-content-pad);
  background: var(--crm-bg);
}

.crm-card,
.crm-list-row,
.crm-field,
.crm-empty-state {
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  box-shadow: none;
}

.crm-card {
  padding: 16px;
}

.crm-card--dark {
  border-color: var(--crm-ink);
  background: var(--crm-ink);
  color: var(--crm-white);
}

.crm-card--dark .crm-detail-row {
  color: rgba(255, 255, 255, 0.72);
}

.crm-card--dark .crm-detail-row strong {
  color: var(--crm-white);
}

.crm-card--accent {
  border-color: rgba(33, 198, 109, 0.45);
  background: #f3fbf6;
}

.crm-card--danger {
  border-color: #f2c9c6;
  background: #fff7f6;
}

.crm-money-title {
  margin: 6px 0 0;
  color: inherit;
  font-size: 30px;
  font-weight: 900;
  line-height: 34px;
}

.crm-card__eyebrow,
.crm-field__label {
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 16px;
}

.crm-next-step-card .crm-card__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.crm-next-step-card__context {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--crm-border);
}

.crm-next-step-card__meta {
  color: var(--crm-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.crm-next-step-card__note {
  color: var(--crm-ink);
  font-size: 13px;
  line-height: 18px;
}

.crm-card__title {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.crm-card__body {
  margin-top: 8px;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}

.crm-card__actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.crm-card__actions--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crm-card__actions--inline form,
.crm-card__actions--inline .crm-button {
  width: 100%;
}

.crm-inline-form {
  margin: 0;
}

.crm-inline-form .crm-button {
  width: 100%;
}

.crm-action-list {
  display: grid;
  gap: 8px;
}

.crm-action-row-form {
  margin: 0;
}

.crm-action-row {
  display: grid;
  width: 100%;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  color: var(--crm-ink);
  text-align: left;
  text-decoration: none;
}

.crm-action-row:hover,
.crm-action-row:focus {
  border-color: var(--crm-ink);
  color: var(--crm-ink);
  text-decoration: none;
}

.crm-action-row i {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--crm-surface);
  color: var(--crm-ink);
  font-size: 15px;
}

.crm-action-row span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.crm-action-row strong {
  font-size: 14px;
  line-height: 18px;
}

.crm-action-row small {
  color: var(--crm-muted);
  font-size: 12px;
  line-height: 16px;
}

.crm-action-row--danger i {
  background: #fff1f2;
  color: #be123c;
}

.crm-action-danger {
  border-color: #fecdd3;
  color: var(--crm-danger);
}

.crm-action-danger:hover,
.crm-action-danger:focus {
  border-color: var(--crm-danger);
  color: var(--crm-danger);
}

.crm-detail-grid {
  display: grid;
  gap: 10px;
}

.crm-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-detail-row strong {
  color: var(--crm-ink);
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.crm-section {
  display: grid;
  gap: 10px;
}

.crm-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.crm-section__header h2 {
  margin: 0;
  color: var(--crm-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.crm-section__header p {
  margin: 2px 0 0;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 16px;
}

.crm-section__link {
  color: var(--crm-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.crm-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.crm-metric-card {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 14px;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  color: var(--crm-ink);
  text-decoration: none;
}

.crm-metric-card:hover,
.crm-metric-card:focus {
  color: var(--crm-ink);
  border-color: var(--crm-green);
}

.crm-metric-card--dark {
  border-color: var(--crm-ink);
  background: var(--crm-ink);
  color: var(--crm-white);
}

.crm-metric-card--dark:hover,
.crm-metric-card--dark:focus {
  color: var(--crm-white);
  border-color: var(--crm-green);
}

.crm-metric-card__label,
.crm-metric-card span:last-child {
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 16px;
}

.crm-metric-card--dark .crm-metric-card__label,
.crm-metric-card--dark span:last-child {
  color: var(--crm-white);
}

.crm-metric-card strong {
  color: var(--crm-ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.crm-metric-card--dark strong {
  color: var(--crm-green);
}

.crm-next-lead {
  display: grid;
  gap: 8px;
}

.crm-next-lead__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.crm-list {
  display: grid;
  gap: 10px;
}

.crm-list-row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  color: var(--crm-ink);
}

.crm-list-row--link {
  text-decoration: none;
}

.crm-list-row--link:hover,
.crm-list-row--link:focus {
  color: var(--crm-ink);
  border-color: var(--crm-green);
}

.crm-list-row__main {
  min-width: 0;
}

.crm-list-row__title {
  color: var(--crm-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.crm-list-row__title-link {
  color: inherit;
  text-decoration: none;
}

.crm-list-row__title-link:hover,
.crm-list-row__title-link:focus {
  color: inherit;
  text-decoration: underline;
}

.crm-list-row__meta {
  margin-top: 3px;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 16px;
}

.crm-list-row__aside {
  flex: 0 0 auto;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  justify-items: end;
  gap: 5px;
  text-align: right;
}

.crm-list-row__aside .crm-status-badge {
  min-height: 22px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 14px;
}

.crm-timeline {
  display: grid;
  gap: 10px;
}

.crm-timeline__item {
  display: grid;
  gap: 2px;
  padding-left: 12px;
  border-left: 2px solid var(--crm-border);
}

.crm-timeline__title {
  color: var(--crm-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

.crm-timeline__meta,
.crm-timeline__note {
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-chip-group {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.crm-chip-group::-webkit-scrollbar {
  display: none;
}

.crm-chip,
.crm-status-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--crm-border);
  border-radius: 999px;
  background: var(--crm-white);
  color: var(--crm-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  white-space: nowrap;
  text-decoration: none;
}

.crm-chip {
  min-height: 38px;
  padding: 0 14px;
}

.crm-chip.is-active,
.crm-status-badge--primary {
  border-color: var(--crm-ink);
  background: var(--crm-ink);
  color: var(--crm-white);
}

.crm-status-badge {
  padding: 0 10px;
}

.crm-status-badge--neutral {
  background: var(--crm-white);
  color: var(--crm-muted);
}

.crm-status-badge--info {
  border-color: #cde2ea;
  background: #e9f6f9;
  color: #245f70;
}

.crm-status-badge--success {
  border-color: rgba(33, 198, 109, 0.3);
  background: #e8f9ef;
  color: #126f3c;
}

.crm-status-badge--warning {
  border-color: var(--crm-warning-bg);
  background: var(--crm-warning-bg);
  color: var(--crm-warning-text);
}

.crm-status-badge--danger {
  border-color: #f2c9c6;
  background: #fdebea;
  color: var(--crm-danger);
}

.crm-field {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--crm-ink);
  font-size: 14px;
  line-height: 20px;
}

.crm-field--amount {
  width: 112px;
  min-width: 112px;
  text-align: right;
}

.crm-field::placeholder {
  color: var(--crm-muted);
}

.crm-field:focus {
  border-color: var(--crm-green);
  box-shadow: 0 0 0 3px rgba(33, 198, 109, 0.16);
  outline: none;
}

.crm-period-menu {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
}

.crm-period-menu__summary {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--crm-border);
  border-radius: 999px;
  background: var(--crm-white);
  color: #315c49;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  cursor: pointer;
  list-style: none;
}

.crm-period-menu__summary::-webkit-details-marker {
  display: none;
}

.crm-period-menu__summary::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #315c49;
}

.crm-period-menu[open] .crm-period-menu__summary {
  border-color: rgba(33, 198, 109, 0.35);
  background: #ecf7f1;
}

.crm-period-menu[open] .crm-period-menu__summary::after {
  border-top: 0;
  border-bottom: 5px solid #315c49;
}

.crm-period-menu__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  width: min(300px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.16);
}

.crm-period-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border-top: 1px solid var(--crm-border);
  color: var(--crm-ink);
  text-decoration: none;
}

.crm-period-option:first-child {
  border-top: 0;
}

.crm-period-option.is-active {
  background: #ecf7f1;
}

.crm-period-option strong,
.crm-period-option small {
  display: block;
}

.crm-period-option strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

.crm-period-option small {
  margin-top: 2px;
  color: var(--crm-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.crm-period-option i {
  color: var(--crm-green);
}

.crm-period-option--form {
  display: grid;
  justify-content: stretch;
}

.crm-period-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.crm-period-form .crm-button {
  grid-column: 1 / -1;
}

.crm-search {
  display: block;
}

.crm-search .crm-field {
  display: block;
}

.crm-search__field {
  position: relative;
}

.crm-search-status {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--crm-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.crm-search-status[hidden] {
  display: none;
}

.crm-search-status__spinner {
  width: 12px;
  height: 12px;
  border: 2px solid var(--crm-border);
  border-top-color: var(--crm-ink);
  border-radius: 999px;
  animation: crm-spin 0.75s linear infinite;
}

@keyframes crm-spin {
  to {
    transform: rotate(360deg);
  }
}

.crm-lead-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.crm-form-section {
  display: grid;
  gap: 12px;
}

.crm-form-grid {
  display: grid;
  gap: 12px;
}

.crm-form-field {
  display: grid;
  gap: 6px;
}

.crm-callout {
  padding: 12px;
  border-radius: var(--crm-radius);
  font-size: 13px;
  line-height: 18px;
}

.crm-callout--warning {
  background: var(--crm-warning-bg);
  color: var(--crm-warning-text);
}

.crm-check-row {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-check-row input {
  width: 20px;
  height: 20px;
  accent-color: var(--crm-ink);
}

.crm-form-field--full {
  grid-column: 1 / -1;
}

.crm-form-note {
  margin: 0;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-note-snippet {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.crm-expandable-note {
  margin-top: 8px;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-expandable-note summary {
  display: grid;
  gap: 4px;
  cursor: pointer;
  list-style: none;
}

.crm-expandable-note summary::-webkit-details-marker {
  display: none;
}

.crm-expandable-note__preview {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.crm-expandable-note__more,
.crm-expandable-note__less {
  color: var(--crm-ink);
  font-weight: 800;
}

.crm-expandable-note__less,
.crm-expandable-note[open] .crm-expandable-note__preview,
.crm-expandable-note[open] .crm-expandable-note__more {
  display: none;
}

.crm-expandable-note[open] .crm-expandable-note__less {
  display: inline;
}

.crm-expandable-note__full {
  margin-top: 6px;
  color: var(--crm-ink);
}

.crm-expandable-note__full div {
  margin: 0;
}

.crm-segment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.crm-segment-option {
  min-width: 0;
}

.crm-segment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.crm-segment-option span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  color: var(--crm-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.crm-segment-option input:checked + span {
  border-color: var(--crm-ink);
  background: var(--crm-ink);
  color: var(--crm-white);
}

.crm-form-errors {
  margin: 12px 16px 0;
  padding: 12px;
  border: 1px solid #f2c9c6;
  border-radius: var(--crm-radius);
  background: #fdebea;
  color: var(--crm-danger);
  font-size: 13px;
  line-height: 18px;
}

.crm-form-errors h2 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}

.crm-form-errors ul {
  margin: 0;
  padding-left: 18px;
}

.crm-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--crm-border);
  border-radius: 7px;
  padding: 0 14px;
  background: var(--crm-white);
  color: var(--crm-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.crm-button:hover,
.crm-button:focus {
  color: var(--crm-ink);
  border-color: var(--crm-green);
}

.crm-button--primary {
  border-color: var(--crm-green);
  background: var(--crm-green);
  color: var(--crm-ink);
}

.crm-button--ink {
  border-color: var(--crm-ink);
  background: var(--crm-ink);
  color: var(--crm-white);
}

.crm-button--ink:hover,
.crm-button--ink:focus {
  color: var(--crm-white);
}

.crm-button--danger {
  border-color: #a82420;
  background: #fff7f6;
  color: #a82420;
}

.crm-button--danger:hover,
.crm-button--danger:focus {
  border-color: #a82420;
  color: #a82420;
}

.crm-button--compact {
  min-height: 36px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 16px;
}

.crm-button.is-disabled,
.crm-button[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.crm-bottom-nav {
  height: var(--crm-bottom-bar-height);
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 8px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--crm-border);
  background: var(--crm-white);
}

.crm-bottom-nav--4 {
  grid-template-columns: repeat(4, 1fr);
}

.crm-balance-strip {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
}

.crm-balance-strip__row {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-top: 1px solid var(--crm-border);
  color: var(--crm-muted);
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.crm-balance-strip__row:first-child {
  border-top: 0;
}

.crm-balance-strip__row strong {
  color: var(--crm-ink);
  font-weight: 800;
  text-align: right;
}

.crm-balance-strip__row:hover,
.crm-balance-strip__row:focus {
  color: var(--crm-ink);
  background: var(--crm-surface);
}

.crm-list-row__amount {
  color: var(--crm-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  white-space: nowrap;
}

.crm-list-row__amount--strong {
  font-size: 19px;
  font-weight: 900;
  line-height: 23px;
}

.crm-link {
  color: var(--crm-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.crm-link:hover,
.crm-link:focus {
  color: var(--crm-ink);
}

.crm-bottom-nav__link {
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: var(--crm-radius);
  color: var(--crm-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  text-decoration: none;
}

.crm-bottom-nav__link i {
  font-size: 15px;
}

.crm-bottom-nav__link:hover,
.crm-bottom-nav__link:focus {
  color: var(--crm-ink);
}

.crm-bottom-nav__link.is-active {
  background: var(--crm-ink);
  color: var(--crm-white);
}

.crm-bottom-action-bar {
  min-height: var(--crm-bottom-bar-height);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--crm-border);
  background: var(--crm-white);
}

.crm-bottom-action-bar__inner {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 8px;
}

.crm-bottom-action-bar .btn,
.crm-bottom-action-bar .crm-button {
  min-height: 50px;
  border-radius: var(--crm-radius);
  font-weight: 800;
}

.crm-bottom-action-bar--static {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 0;
  padding-inline: 0;
}

.crm-bottom-action-bar form {
  display: flex;
  min-width: 0;
}

.crm-bottom-action-bar form .crm-button {
  width: 100%;
}

.crm-empty-state {
  padding: 24px 16px;
  text-align: center;
}

.crm-empty-state__icon {
  margin-bottom: 10px;
  color: var(--crm-muted);
}

.crm-empty-state__title {
  margin: 0;
  color: var(--crm-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
}

.crm-empty-state__description {
  margin: 6px 0 0;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-empty-state__action {
  margin-top: 14px;
}

.crm-loading-state {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 16px;
}

.crm-loading-state__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--crm-green);
}

.crm-sheet {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: flex-end;
}

.crm-sheet.is-open {
  display: flex;
}

.crm-sheet__scrim {
  position: absolute;
  inset: 0;
  background: rgba(17, 20, 22, 0.72);
}

.crm-sheet__panel {
  position: relative;
  width: min(100%, 392px);
  margin-inline: auto;
  border-radius: var(--crm-sheet-radius) var(--crm-sheet-radius) 0 0;
  background: var(--crm-white);
  padding: 18px;
}

.crm-sheet__handle {
  width: 48px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: var(--crm-border);
}

.crm-sheet__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.crm-sheet__title {
  margin: 2px 0 0;
  color: var(--crm-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.crm-sheet__body {
  display: grid;
  gap: 14px;
}

.crm-sheet__footer {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
}

.crm-sheet-modal .modal-dialog {
  width: min(100%, 392px);
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}

.crm-sheet-modal .modal-content {
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  border: 0;
  border-radius: var(--crm-sheet-radius) var(--crm-sheet-radius) 0 0;
  padding: 18px;
}

.crm-sheet-modal .modal-header,
.crm-sheet-modal .modal-body,
.crm-sheet-modal .modal-footer {
  padding: 0;
  border: 0;
}

.crm-sheet-modal .modal-header {
  align-items: flex-start;
  margin-bottom: 14px;
}

.crm-sheet-modal .modal-body {
  display: grid;
  gap: 14px;
}

.crm-sheet-modal .modal-footer {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
}

.crm-account-summary {
  display: flex;
  align-items: center;
  gap: 12px;
}

.crm-account-summary__avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--crm-ink);
  color: var(--crm-white);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.crm-account-summary strong,
.crm-account-summary span {
  display: block;
}

.crm-account-summary strong {
  color: var(--crm-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.crm-account-summary span {
  color: var(--crm-muted);
  font-size: 13px;
  line-height: 18px;
}

.crm-account-preference {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.crm-check-row {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--crm-border);
  border-radius: var(--crm-radius);
  background: var(--crm-white);
  color: var(--crm-ink);
  font-size: 13px;
  font-weight: 800;
}

.crm-check-row input {
  width: 16px;
  height: 16px;
  accent-color: var(--crm-green);
}

@media (min-width: 640px) {
  .crm-sales-shell {
    padding: 24px 0;
  }

  .crm-sales-phone {
    height: min(812px, calc(100dvh - 48px));
    border: 1px solid var(--crm-border);
    border-radius: var(--crm-shell-radius);
    overflow: hidden;
  }
}
