/* Homepage section balance.
   Only separates section colors and gently aligns headers; layout stays intact. */
:root {
  --home-dark: #212529;
  --home-dark-deep: #242b27;
  --home-green: #2cdd9b;
  --home-green-deep: #23b97f;
  --home-surface: #ffffff;
  --home-border: rgba(36, 48, 43, .08);
  --home-radius: 26px;
}

.bg-lines {
  display: none !important;
}

.navbar {
  position: sticky !important;
  top: 0;
  z-index: 1030;
}

/* Header CTA */
.header-pitch-btn {
  align-items: center;
  background: var(--home-green) !important;
  border: 1px solid var(--home-green) !important;
  border-radius: 999px !important;
  color: var(--home-dark-deep) !important;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-left: 0 !important;
}

.header-pitch-btn:hover,
.header-pitch-btn.active {
  background: var(--home-dark-deep) !important;
  border-color: var(--home-dark-deep) !important;
  color: #fff !important;
}

.header-pitch-btn i {
  color: inherit;
}

.navbar .menu-link {
  display: inline-flex;
  position: relative;
  transition: color .25s ease;
}

.navbar .menu-link::after {
  background: var(--home-green);
  border-radius: 999px;
  bottom: .34rem;
  content: "";
  height: 3px;
  left: .5rem;
  position: absolute;
  right: .5rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s cubic-bezier(.22, 1, .36, 1);
}

.navbar .menu-link:hover::after,
.navbar .menu-link.active::after {
  transform: scaleX(1);
}

.navbar .menu-link.active::after {
  animation: navUnderlineSweep .62s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes navUnderlineSweep {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.ck-content a:not(.btn):not(.adobe-btn):not(.btn-ark-cta),
.ark-content-body a:not(.btn):not(.adobe-btn):not(.btn-ark-cta),
.svc-rich-text a:not(.btn):not(.adobe-btn):not(.btn-ark-cta),
.service-description a:not(.btn):not(.adobe-btn):not(.btn-ark-cta),
.service-detail-description a:not(.btn):not(.adobe-btn):not(.btn-ark-cta),
.pricing-detail-section a:not(.btn):not(.adobe-btn):not(.btn-ark-cta),
.help-center-page a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):not(.cat-pill) {
  background-image: linear-gradient(100deg, rgba(44, 221, 155, .5), rgba(44, 221, 155, .22));
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-size: 100% .32em;
  border-radius: .16em;
  box-decoration-break: clone;
  color: var(--home-dark-deep);
  font-weight: 800;
  padding: 0 .08em;
  position: relative;
  text-decoration: none !important;
  transition: background-size .3s cubic-bezier(.22, 1, .36, 1), color .25s ease;
  -webkit-box-decoration-break: clone;
}

.ck-content a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):hover,
.ark-content-body a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):hover,
.svc-rich-text a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):hover,
.service-description a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):hover,
.service-detail-description a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):hover,
.pricing-detail-section a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):hover,
.help-center-page a:not(.btn):not(.adobe-btn):not(.btn-ark-cta):not(.cat-pill):hover {
  background-size: 100% 72%;
  color: #111;
}

.help-center-page .cat-pill,
.help-center-page .cat-pill:hover,
.help-center-page .cat-pill.active {
  background: #fff !important;
  background-image: none !important;
  background-position: initial !important;
  background-repeat: initial !important;
  background-size: initial !important;
  box-shadow: none !important;
  display: inline-flex;
  line-height: 1.1;
  overflow: hidden;
  padding: .72rem 1rem !important;
  text-decoration: none !important;
}

.help-center-page .cat-pill::before,
.help-center-page .cat-pill::after {
  content: none !important;
  display: none !important;
}

.freehand-circle-link {
  background-image: none !important;
  display: inline-block;
  isolation: isolate;
  position: relative;
}

.freehand-circle-link::after {
  border: 3px solid var(--home-green);
  border-radius: 48% 52% 46% 54% / 58% 44% 56% 42%;
  content: "";
  inset: -.2em -.45em -.24em -.42em;
  opacity: .8;
  pointer-events: none;
  position: absolute;
  transform: rotate(-2deg) scale(.96);
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), opacity .28s ease;
  z-index: -1;
}

.freehand-circle-link:hover::after,
.freehand-circle-link:focus-visible::after {
  opacity: 1;
  transform: rotate(1deg) scale(1.04);
}

/* Website tables */
.table-responsive,
.ck-content .table-responsive,
.ark-content-body .table-responsive,
.svc-rich-text .table-responsive,
.pricing-detail-section .table-responsive,
.help-center-page .table-responsive {
  border: 1px solid rgba(36, 43, 39, .1);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table,
.ck-content table,
.ark-content-body table,
.svc-rich-text table,
.service-description table,
.service-detail-description table,
.pricing-detail-section table,
.help-center-page table {
  background: #fff !important;
  border: 1px solid rgba(36, 43, 39, .1) !important;
  border-collapse: separate !important;
  border-radius: 18px;
  border-spacing: 0;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
  color: var(--home-dark-deep);
  font-family: inherit;
  font-size: .95rem;
  line-height: 1.55;
  margin: 1.4rem 0;
  min-width: 620px;
  overflow: hidden;
  width: 100%;
}

.table-responsive > .table,
.table-responsive > table {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.table caption,
.ck-content table caption,
.ark-content-body table caption,
.svc-rich-text table caption,
.pricing-detail-section table caption,
.help-center-page table caption {
  color: rgba(36, 43, 39, .62);
  font-size: .86rem;
  font-weight: 700;
  padding: .85rem 1rem;
}

.table thead tr,
.ck-content table thead tr,
.ark-content-body table thead tr,
.svc-rich-text table thead tr,
.pricing-detail-section table thead tr,
.help-center-page table thead tr {
  background: var(--home-dark-deep) !important;
  color: #fff !important;
}

.table th,
.table td,
.ck-content table th,
.ck-content table td,
.ark-content-body table th,
.ark-content-body table td,
.svc-rich-text table th,
.svc-rich-text table td,
.service-description table th,
.service-description table td,
.service-detail-description table th,
.service-detail-description table td,
.pricing-detail-section table th,
.pricing-detail-section table td,
.help-center-page table th,
.help-center-page table td {
  border-color: rgba(36, 43, 39, .09) !important;
  color: inherit;
  font-size: .95rem;
  padding: 1rem 1.1rem !important;
  vertical-align: middle;
}

.table th,
.ck-content table th,
.ark-content-body table th,
.svc-rich-text table th,
.pricing-detail-section table th,
.help-center-page table th {
  font-weight: 900;
  letter-spacing: .01em;
}

.table tbody tr,
.ck-content table tbody tr,
.ark-content-body table tbody tr,
.svc-rich-text table tbody tr,
.service-description table tbody tr,
.service-detail-description table tbody tr,
.pricing-detail-section table tbody tr,
.help-center-page table tbody tr {
  background: #fff !important;
  transition: background-color .28s ease, color .28s ease;
}

.table tbody tr:nth-of-type(even),
.ck-content table tbody tr:nth-of-type(even),
.ark-content-body table tbody tr:nth-of-type(even),
.svc-rich-text table tbody tr:nth-of-type(even),
.service-description table tbody tr:nth-of-type(even),
.service-detail-description table tbody tr:nth-of-type(even),
.pricing-detail-section table tbody tr:nth-of-type(even),
.help-center-page table tbody tr:nth-of-type(even) {
  background: rgba(36, 43, 39, .035) !important;
}

.table tbody tr:hover,
.ck-content table tbody tr:hover,
.ark-content-body table tbody tr:hover,
.svc-rich-text table tbody tr:hover,
.service-description table tbody tr:hover,
.service-detail-description table tbody tr:hover,
.pricing-detail-section table tbody tr:hover,
.help-center-page table tbody tr:hover {
  background: rgba(44, 221, 155, .12) !important;
}

.table tbody tr.active-row,
.table .active-row,
.ck-content table .active-row,
.ark-content-body table .active-row,
.svc-rich-text table .active-row,
.pricing-detail-section table .active-row,
.help-center-page table .active-row {
  color: var(--home-dark-deep) !important;
  font-weight: 900;
  position: relative;
}

.table tbody tr.active-row > *,
.table .active-row > *,
.ck-content table .active-row > *,
.ark-content-body table .active-row > *,
.svc-rich-text table .active-row > *,
.pricing-detail-section table .active-row > *,
.help-center-page table .active-row > * {
  border-bottom-color: rgba(44, 221, 155, .44) !important;
}

.table a,
.ck-content table a,
.ark-content-body table a,
.svc-rich-text table a,
.pricing-detail-section table a,
.help-center-page table a {
  color: var(--home-dark-deep);
  font-weight: 850;
}

@media (max-width: 767px) {
  .table,
  .ck-content table,
  .ark-content-body table,
  .svc-rich-text table,
  .service-description table,
  .service-detail-description table,
  .pricing-detail-section table,
  .help-center-page table {
    display: block;
    max-width: 100%;
    min-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .table th,
  .table td,
  .ck-content table th,
  .ck-content table td,
  .ark-content-body table th,
  .ark-content-body table td,
  .svc-rich-text table th,
  .svc-rich-text table td,
  .pricing-detail-section table th,
  .pricing-detail-section table td,
  .help-center-page table th,
  .help-center-page table td {
    font-size: .88rem;
    padding: .85rem .9rem !important;
  }
}

/* 1. Hero = transparent */
.hero-section {
  background: transparent !important;
}

.hero-section .typing-text {
  background: linear-gradient(
    90deg,
    var(--home-green) 0%,
    var(--home-dark-deep) 38%,
    #111 62%,
    var(--home-green) 100%
  ) !important;
  background-size: 260% 260% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  border-right-color: var(--home-green) !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* 2. What We Do = boxed, white */
.home-overview-section {
  background: transparent !important;
}

.home-overview-section > .container {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
}

/* 3. Graphic Designer in Kenya = boxed, rounded, dark */
.home-kenya-section {
  background: transparent !important;
}

.home-kenya-section > .container {
  background: var(--home-dark) !important;
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.home-kenya-section > .container::before,
.home-kenya-section > .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: homeShapeFloat 9s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.home-kenya-section > .container::before {
  width: 116px;
  height: 116px;
  right: 8%;
  top: 18px;
  border: 20px solid rgba(44, 221, 155, .36);
  border-radius: 50%;
  box-shadow:
    -210px 84px 0 -34px rgba(255, 255, 255, .18),
    -122px -38px 0 -28px rgba(44, 221, 155, .22);
}

.home-kenya-section > .container::after {
  width: 150px;
  height: 150px;
  right: 21%;
  bottom: 22px;
  border: 20px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  animation-delay: -3s;
}

.home-kenya-section > .container:hover::before,
.call-back > .container:hover::before {
  transform: translate3d(-18px, 14px, 0) rotate(-12deg) scale(1.05);
}

.home-kenya-section > .container:hover::after,
.call-back > .container:hover::after {
  transform: translate3d(20px, -16px, 0) rotate(10deg) scale(1.04);
}

.home-kenya-section > .container > * {
  position: relative;
  z-index: 1;
}

.home-kenya-section .row {
  align-items: center;
}

.home-kenya-section .section-title,
.home-kenya-section .lg-title,
.home-kenya-section p {
  color: #fff !important;
}

.home-kenya-section .section-title {
  color: var(--home-green) !important;
  letter-spacing: .08em;
  margin-bottom: .95rem;
}

.home-kenya-section .lg-title {
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.04;
  max-width: 560px;
}

.home-kenya-section .aboutus-content {
  display: flex;
  flex-direction: column;
}

.home-kenya-section .aboutus-content p {
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.72;
  margin-left: 0 !important;
  max-width: 700px;
  padding: 0 !important;
}

.home-kenya-section .d-flex.flex-wrap.gap-3 {
  align-items: center;
  gap: .85rem !important;
}

.home-kenya-section .btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-left: 0 !important;
  min-height: 48px;
  padding: .85rem 1.55rem;
  white-space: normal;
}

.home-kenya-section .btn-primary {
  background: var(--home-dark-deep);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.home-kenya-section .btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--home-dark-deep);
}

.home-kenya-section .btn-outline-primary {
  background: var(--home-green) !important;
  border-color: var(--home-green);
  color: var(--home-dark-deep);
}

.home-kenya-section .btn-outline-primary:hover {
  background: #fff !important;
  border-color: #fff;
  color: var(--home-dark-deep);
}

@media (max-width: 991.98px) {
  .home-kenya-section > .container {
    padding: clamp(28px, 5vw, 42px) clamp(22px, 4vw, 34px);
  }

  .home-kenya-section .row {
    row-gap: 1.35rem;
  }

  .home-kenya-section .lg-title {
    font-size: clamp(1.8rem, 6.4vw, 2.55rem);
    line-height: 1.08;
    max-width: 640px;
  }

  .home-kenya-section .d-flex.flex-wrap.gap-3 {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .home-kenya-section .btn {
    min-height: 46px;
    width: 100%;
  }
}

/* 4. Expertise = transparent */
.home-services-section {
  background: transparent !important;
}

.home-services-section .single-about-items {
  background: #fff !important;
  border: 1px solid rgba(36, 43, 39, .12);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .07);
  transform: translate3d(0, 0, 0);
  transition:
    transform .46s cubic-bezier(.22, 1, .36, 1),
    box-shadow .46s cubic-bezier(.22, 1, .36, 1),
    border-color .46s cubic-bezier(.22, 1, .36, 1),
    background-color .46s cubic-bezier(.22, 1, .36, 1),
    color .32s ease;
  will-change: transform;
}

.home-services-section .single-about-items:hover {
  background: var(--home-dark-deep) !important;
  border-color: var(--home-dark-deep) !important;
  box-shadow: 0 24px 52px rgba(24, 31, 27, .16);
  transform: translate3d(0, -8px, 0);
}

.home-services-section .single-about-items .items-title,
.home-services-section .single-about-items p,
.home-services-section .single-about-items .text-muted,
.home-services-section .single-about-items .btn-primary,
.home-services-section .single-about-items .items-icon,
.home-services-section .single-about-items .items-icon i {
  transition:
    background-color .38s cubic-bezier(.22, 1, .36, 1),
    border-color .38s cubic-bezier(.22, 1, .36, 1),
    color .32s ease,
    transform .38s cubic-bezier(.22, 1, .36, 1),
    box-shadow .38s cubic-bezier(.22, 1, .36, 1);
}

.home-services-section .single-about-items:hover .items-title,
.home-services-section .single-about-items:hover p,
.home-services-section .single-about-items:hover .text-muted {
  color: #fff !important;
}

.home-services-section .single-about-items .items-icon {
  background: rgba(44, 221, 155, .12) !important;
  color: var(--home-green) !important;
  transform: translate3d(0, 0, 0);
}

.home-services-section .single-about-items:hover .items-icon {
  background: var(--home-green) !important;
  color: var(--home-dark-deep) !important;
  transform: translate3d(0, -2px, 0) scale(1.04);
}

.home-services-section .single-about-items:hover .btn-primary {
  background: var(--home-green) !important;
  border-color: var(--home-green) !important;
  color: var(--home-dark-deep) !important;
}

/* 5. Portfolio = boxed, rounded, green */
.portfolio-showcase {
  background: transparent !important;
}

.portfolio-showcase > .container {
  background: var(--home-green) !important;
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.portfolio-showcase > .container::before,
.portfolio-showcase > .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.portfolio-showcase > .container::before {
  width: 124px;
  height: 124px;
  left: 5%;
  top: 30px;
  border: 20px solid rgba(36, 43, 39, .24);
  border-radius: 50%;
  box-shadow:
    210px 110px 0 -34px rgba(255, 255, 255, .3),
    460px -18px 0 -30px rgba(36, 43, 39, .18);
}

.portfolio-showcase > .container::after {
  width: 148px;
  height: 148px;
  right: 6%;
  bottom: 34px;
  border: 20px solid rgba(36, 43, 39, .22);
  border-radius: 50%;
  animation-delay: -2.8s;
}

.portfolio-showcase > .container:hover::before {
  transform: translate3d(18px, -12px, 0) rotate(9deg) scale(1.04);
}

.portfolio-showcase > .container:hover::after {
  transform: translate3d(-18px, 14px, 0) rotate(-10deg) scale(1.04);
}

.portfolio-showcase .section-title {
  color: var(--home-dark-deep) !important;
}

.portfolio-showcase .adobe-heading,
.portfolio-showcase-header p,
.portfolio-showcase-header h2 {
  color: var(--home-dark-deep) !important;
}

.portfolio-showcase-header,
.featured-portfolio-shell {
  position: relative;
  z-index: 1;
}

.featured-portfolio-controls {
  justify-content: center;
  gap: 12px;
}

/* 6. Services = transparent */
.home-products-section {
  background: transparent !important;
  overflow: hidden;
}

.home-products-section > .container {
  padding-top: clamp(28px, 4vw, 54px) !important;
  padding-bottom: clamp(28px, 4vw, 54px) !important;
}

.home-products-section .row.align-items-end {
  align-items: center !important;
  border-bottom: 1px solid var(--home-border);
  margin-bottom: 2rem !important;
  padding-bottom: 1.25rem;
}

.home-products-section .adobe-heading {
  color: var(--home-dark-deep);
  max-width: 760px;
}

.home-products-section .btn-view-all {
  align-items: center;
  background: var(--home-dark);
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 42px;
  padding: .75rem 1rem;
  text-decoration: none;
}

.home-products-section .btn-view-all:hover {
  background: var(--home-green);
  color: var(--home-dark-deep);
  transform: translateY(-2px);
}

.home-products-section .services-carousel {
  overflow: visible;
  padding: 6px 2px 12px;
}

.home-products-section .services-carousel .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1) !important;
  will-change: transform;
}

.home-products-section .services-carousel .swiper-slide {
  display: flex;
  height: auto;
  transform: translateZ(0);
}

.home-products-section .adobe-card {
  border: 1px solid var(--home-border);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .08);
  height: 100%;
  min-width: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform .42s cubic-bezier(.22, 1, .36, 1),
    box-shadow .42s cubic-bezier(.22, 1, .36, 1),
    border-color .42s cubic-bezier(.22, 1, .36, 1),
    background-color .42s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.home-products-section .adobe-card:hover {
  border-color: rgba(44, 221, 155, .28);
  box-shadow: 0 24px 52px rgba(24, 31, 27, .12);
}

.home-products-section .adobe-card-media {
  aspect-ratio: 16 / 10;
  background: #f4f8f6;
}

.home-products-section .adobe-card-media img {
  backface-visibility: hidden;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.home-products-section .adobe-card-body {
  padding: 22px;
}

.home-products-section .adobe-card-title {
  color: var(--home-dark-deep);
  font-size: 1.08rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.home-products-section .adobe-card-desc {
  color: rgba(36, 43, 39, .68);
  display: -webkit-box;
  line-height: 1.6;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-products-section .adobe-card-desc p:last-child {
  margin-bottom: 0;
}

.home-products-section .adobe-card-footer {
  border-top: 1px solid var(--home-border);
  gap: 12px;
  padding-top: 16px;
}

.home-products-section .adobe-price-amt {
  color: var(--home-dark-deep);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.home-products-section .adobe-btn {
  background: var(--home-green);
  color: var(--home-dark-deep);
}

.home-products-section .adobe-btn:hover {
  background: var(--home-dark);
  color: #fff;
}

.home-products-section .price-info,
.home-products-section .swiper-slide {
  min-width: 0;
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .hero-section .hero-title {
    font-size: clamp(1.85rem, 9.4vw, 2.72rem);
    line-height: 1.07;
    max-width: 100%;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .hero-section .typing-gradient,
  .hero-section .typing-text {
    display: inline !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-wrap: normal;
    white-space: normal !important;
    word-break: normal;
  }

  .hero-section .typing-text {
    animation: gradientMove 5s ease infinite !important;
    border-right: 0 !important;
    width: auto !important;
  }

  .hero-section .hero-text {
    font-size: .98rem;
    padding-right: 0 !important;
  }

  .hero-section .d-flex.flex-wrap.gap-3 {
    align-items: stretch;
    flex-direction: column;
    gap: .75rem !important;
    width: 100%;
  }

  .hero-section .btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    margin-left: 0 !important;
    min-height: 46px;
    width: 100%;
  }

  .hero-section .btn-primary {
    background: var(--home-dark-deep);
    border-color: var(--home-dark-deep);
    color: #fff;
  }

  .hero-section .btn-outline-primary {
    background: #fff;
    border-color: rgba(36, 43, 39, .16);
    color: var(--home-dark-deep);
  }

  .hero-section .right-col {
    min-height: auto;
    padding-top: 10px;
  }

  .hero-section img.hero-img {
    max-height: 420px;
    width: min(100%, 340px);
  }

  .hero-section .stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px !important;
    max-width: 100%;
    position: static;
    transform: none;
    width: 100%;
  }

  .hero-section .stats-box {
    border-radius: 10px;
    font-size: 1.1rem;
    min-width: 0;
    padding: .55rem .35rem;
  }

  .hero-section .stats-box span {
    font-size: .68rem;
  }

  .home-products-section {
    padding-left: 0;
    padding-right: 0;
  }

  .home-products-section > .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-products-section .row.align-items-end {
    margin-bottom: 1.35rem !important;
  }

  .home-products-section .adobe-heading {
    font-size: clamp(1.75rem, 8vw, 2.2rem);
  }

  .home-products-section .services-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .home-products-section .adobe-card-media {
    aspect-ratio: 4 / 3;
  }

  .home-products-section .adobe-card-body {
    padding: 18px;
  }

  .home-products-section .adobe-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .home-products-section .adobe-btn {
    justify-content: center;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-products-section .adobe-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-products-section .adobe-btn {
    justify-content: center;
    width: 100%;
  }
}

/* 7. Blog = boxed, white */
.home-blog-section {
  background: transparent !important;
}

.home-blog-section > .container {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
}

/* 8. Callback = boxed, rounded, green */
.call-back {
  background: transparent !important;
}

.call-back > .container {
  background: var(--home-green) !important;
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.call-back > .container::before,
.call-back > .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: homeShapeFloat 8s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.call-back > .container::before {
  width: 118px;
  height: 118px;
  left: 5%;
  top: 24px;
  border: 20px solid rgba(51, 58, 53, .26);
  border-radius: 50%;
  box-shadow:
    206px -12px 0 -32px rgba(255, 255, 255, .3),
    108px 138px 0 -36px rgba(51, 58, 53, .16);
}

.call-back > .container::after {
  width: 128px;
  height: 128px;
  right: 8%;
  bottom: 30px;
  border: 20px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  animation-delay: -2.5s;
}

.call-back > .container > * {
  position: relative;
  z-index: 1;
}

.call-back .adobe-label,
.call-back .adobe-heading,
.call-back p {
  color: var(--home-dark-deep) !important;
}

.clients-section {
  background: transparent !important;
}

/* About page: same section language as home. */
.about-intro-section {
  background: transparent !important;
}

.about-intro-section > .container {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
}

.why-section {
  background: transparent !important;
}

.why-section > .container {
  background: var(--home-dark) !important;
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.why-section > .container::before,
.why-section > .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: homeShapeFloat 9s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.why-section > .container::before {
  width: 126px;
  height: 126px;
  right: 7%;
  top: 28px;
  border: 20px solid rgba(44, 221, 155, .34);
  border-radius: 50%;
  box-shadow:
    -220px 126px 0 -34px rgba(255,255,255,.18),
    -116px -32px 0 -30px rgba(44,221,155,.2);
}

.why-section > .container::after {
  width: 146px;
  height: 146px;
  right: 18%;
  bottom: 28px;
  border: 20px solid rgba(44, 221, 155, .28);
  border-radius: 50%;
  animation-delay: -3s;
}

.why-section > .container:hover::before,
.about-team-section > .container:hover::before {
  transform: translate3d(-18px, 14px, 0) rotate(-12deg) scale(1.05);
}

.why-section > .container:hover::after,
.about-team-section > .container:hover::after {
  transform: translate3d(20px, -16px, 0) rotate(10deg) scale(1.04);
}

.why-section > .container > *,
.about-team-section > .container > * {
  position: relative;
  z-index: 1;
}

.why-section .section-title,
.why-section .why-title,
.why-section .why-desc {
  color: #fff !important;
}

.why-section .section-title {
  color: var(--home-green) !important;
}

.why-section .why-card {
  background: #fff;
}

.about-process-section {
  background: transparent !important;
}

.about-team-section {
  background: transparent !important;
}

.about-team-section > .container {
  background: var(--home-green) !important;
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.about-team-section > .container::before,
.about-team-section > .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.about-team-section > .container::before {
  width: 122px;
  height: 122px;
  left: 6%;
  top: 28px;
  border: 20px solid rgba(36, 43, 39, .24);
  border-radius: 50%;
  box-shadow:
    230px 110px 0 -34px rgba(255,255,255,.3),
    470px -16px 0 -30px rgba(36,43,39,.18);
}

.about-team-section > .container::after {
  width: 148px;
  height: 148px;
  right: 6%;
  bottom: 34px;
  border: 20px solid rgba(36, 43, 39, .22);
  border-radius: 50%;
  animation-delay: -2.8s;
}

.about-team-section .section-title,
.about-team-section .team-headline {
  color: var(--home-dark-deep) !important;
}

/* Pitch page. */
.pitch-hero-section,
.pitch-services-section,
.pitch-fit-section,
.pitch-process-section,
.pitch-cta-section {
  background: transparent !important;
}

.pitch-hero-section > .container,
.pitch-process-section > .container {
  background: var(--home-dark) !important;
  border-radius: var(--home-radius);
  color: #333;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
}

.pitch-services-section > .container,
.pitch-fit-section > .container {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: clamp(28px, 5vw, 58px);
}

.pitch-cta-section > .container {
  background: var(--home-green) !important;
  border-radius: var(--home-radius);
  color: var(--home-dark-deep);
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  position: relative;
}

.pitch-hero-section > .container::before,
.pitch-hero-section > .container::after,
.pitch-cta-section > .container::before,
.pitch-cta-section > .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.pitch-hero-section > .container::before {
  width: 132px;
  height: 132px;
  right: 7%;
  top: 30px;
  border: 20px solid rgba(44, 221, 155, .34);
  border-radius: 50%;
  box-shadow:
    -230px 128px 0 -35px rgba(255,255,255,.18),
    -120px -34px 0 -30px rgba(44,221,155,.2);
}

.pitch-hero-section > .container::after {
  width: 146px;
  height: 146px;
  right: 18%;
  bottom: 28px;
  border: 20px solid rgba(44, 221, 155, .28);
  border-radius: 50%;
  animation-delay: -3s;
}

.pitch-cta-section > .container::before {
  width: 118px;
  height: 118px;
  left: 5%;
  top: 24px;
  border: 20px solid rgba(51, 58, 53, .24);
  border-radius: 50%;
  box-shadow:
    206px -12px 0 -32px rgba(255,255,255,.28),
    108px 138px 0 -36px rgba(51,58,53,.16);
}

.pitch-cta-section > .container::after {
  width: 128px;
  height: 128px;
  right: 8%;
  bottom: 30px;
  border: 20px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  animation-delay: -2.5s;
}

.pitch-hero-section > .container:hover::before,
.pitch-cta-section > .container:hover::before {
  transform: translate3d(-18px, 14px, 0) rotate(-12deg) scale(1.05);
}

.pitch-hero-section > .container:hover::after,
.pitch-cta-section > .container:hover::after {
  transform: translate3d(20px, -16px, 0) rotate(10deg) scale(1.04);
}

.pitch-hero-section > .container > *,
.pitch-cta-section > .container > * {
  position: relative;
  z-index: 1;
}

.pitch-title {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.pitch-lead,
.pitch-hero-section p,
.pitch-process-section p,
.pitch-process-section h2,
.pitch-process-section h3,
.pitch-process-section .section-title {
  color: #fff !important;
}

.pitch-step p, .pitch-step h3{
color:#333 !important;
}

.pitch-hero-section .section-title,
.pitch-process-section .section-title {
  color: var(--home-green) !important;
}

.pitch-summary-card,
.pitch-step,
.pitch-service-card {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .08);
  height: 100%;
}

.pitch-summary-card {
  color: var(--home-dark-deep);
  padding: 28px;
}

.pitch-summary-card span,
.pitch-step span {
  color: var(--home-green-deep);
  font-weight: 900;
}

.pitch-summary-card h3,
.pitch-service-card h3,
.pitch-step h3,
.pitch-section-title {
  color: var(--home-dark-deep);
  font-weight: 900;
  letter-spacing: -.03em;
}

.pitch-summary-card ul {
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.pitch-summary-card li + li {
  margin-top: .55rem;
}

.pitch-service-card {
  padding: 26px;
}

.pitch-service-icon {
  align-items: center;
  background: rgba(44, 221, 155, .14);
  border-radius: 999px;
  color: var(--home-green-deep);
  display: inline-flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

.pitch-service-card p,
.pitch-fit-grid div,
.pitch-step p {
  color: rgba(36, 43, 39, .72);
}

.pitch-fit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pitch-fit-grid div {
  background: #fff;
  color:#333;
  border: 1px solid var(--home-border);
  border-radius: 12px;
  font-weight: 750;
  padding: 18px;
}

.pitch-step {
  padding: 24px;
}

.pitch-cta-section .section-title,
.pitch-cta-section .pitch-section-title {
  color: var(--home-dark-deep) !important;
}

.pitch-form-copy {
  color: rgba(36, 43, 39, .74) !important;
  font-size: 1.03rem;
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 560px;
}

.pitch-form-notes {
  display: grid;
  gap: .75rem;
  margin-top: 1.4rem;
}

.pitch-form-notes div {
  align-items: flex-start;
  color: rgba(36, 43, 39, .78);
  display: flex;
  font-weight: 700;
  gap: .75rem;
  line-height: 1.5;
}

.pitch-form-notes span {
  background: var(--home-dark-deep);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(36, 43, 39, .1);
  flex: 0 0 auto;
  height: .58rem;
  margin-top: .45rem;
  width: .58rem;
}

.pitch-brief-form {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(36, 43, 39, .1);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .08);
  padding: clamp(20px, 3vw, 30px);
}

.pitch-brief-form .form-control,
.pitch-brief-form .form-select {
  background-color: #fff;
  border: 1px solid rgba(36, 43, 39, .12);
  border-radius: 16px;
  color: var(--home-dark-deep);
  min-height: 52px;
  padding: .82rem 1rem;
}

.pitch-brief-form textarea.form-control {
  min-height: 150px;
}

.pitch-brief-form .form-control:focus,
.pitch-brief-form .form-select:focus {
  border-color: var(--home-dark-deep);
  box-shadow: 0 0 0 4px rgba(36, 43, 39, .12);
}

.pitch-brief-form .btn-primary {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  min-height: 52px;
}

.pitch-brief-form .btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--home-dark-deep);
}

.pitch-form-disclaimer {
  color: rgba(36, 43, 39, .64);
  font-size: .86rem;
  text-align: center;
}

@keyframes pitchRevealUp {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pitchIconPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(44, 221, 155, .22);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(44, 221, 155, 0);
  }
}

.pitch-hero-section > .container,
.pitch-services-section > .container,
.pitch-fit-section > .container,
.pitch-process-section > .container,
.pitch-cta-section > .container {
  animation: pitchRevealUp .72s cubic-bezier(.16, 1, .3, 1) both;
  will-change: transform, opacity;
}

.pitch-services-section > .container {
  animation-delay: .08s;
}

.pitch-fit-section > .container {
  animation-delay: .14s;
}

.pitch-process-section > .container {
  animation-delay: .2s;
}

.pitch-cta-section > .container {
  animation-delay: .26s;
}

.pitch-summary-card,
.pitch-service-card,
.pitch-fit-grid div,
.pitch-step,
.pitch-brief-form {
  transition:
    transform .36s cubic-bezier(.16, 1, .3, 1),
    box-shadow .36s ease,
    border-color .36s ease,
    background-color .36s ease,
    color .36s ease;
}

.pitch-summary-card:hover,
.pitch-service-card:hover,
.pitch-fit-grid div:hover,
.pitch-step:hover,
.pitch-brief-form:hover {
  border-color: rgba(44, 221, 155, .42);
  box-shadow: 0 24px 48px rgba(24, 31, 27, .14);
  transform: translateY(-6px);
}

.pitch-service-card:hover {
  background: var(--home-dark-deep);
}

.pitch-service-card:hover h3,
.pitch-service-card:hover p {
  color: #fff;
}

.pitch-service-card:hover .pitch-service-icon,
.pitch-hero-actions .btn-primary:hover i {
  animation: pitchIconPulse 1.15s ease-in-out infinite;
}

.pitch-service-card:nth-child(1),
.pitch-fit-grid div:nth-child(1),
.pitch-step:nth-child(1) {
  transition-delay: .02s;
}

.pitch-service-card:nth-child(2),
.pitch-fit-grid div:nth-child(2),
.pitch-step:nth-child(2) {
  transition-delay: .04s;
}

.pitch-service-card:nth-child(3),
.pitch-fit-grid div:nth-child(3),
.pitch-step:nth-child(3) {
  transition-delay: .06s;
}

.pitch-hero-actions .btn,
.pitch-cta-section .btn {
  transition:
    transform .28s cubic-bezier(.16, 1, .3, 1),
    box-shadow .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease;
}

.pitch-hero-actions .btn:hover,
.pitch-cta-section .btn:hover {
  box-shadow: 0 14px 28px rgba(16, 20, 16, .18);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .pitch-hero-section > .container,
  .pitch-services-section > .container,
  .pitch-fit-section > .container,
  .pitch-process-section > .container,
  .pitch-cta-section > .container,
  .pitch-service-card:hover .pitch-service-icon {
    animation: none !important;
  }

  .pitch-summary-card,
  .pitch-service-card,
  .pitch-fit-grid div,
  .pitch-step,
  .pitch-brief-form,
  .pitch-hero-actions .btn,
  .pitch-cta-section .btn {
    transition: none !important;
  }
}

/* Gentle alignment only. */
.home-overview-section .section-title,
.home-kenya-section .section-title,
.home-services-section .section-title,
.portfolio-showcase .section-title,
.home-products-section .adobe-label,
.home-blog-section .adobe-label,
.clients-section .section-title,
.about-intro-section .section-title,
.why-section .section-title,
.about-process-section .adobe-label,
.about-team-section .section-title {
  margin-bottom: .75rem;
}

.home-services-section .about-title,
.portfolio-showcase-header,
.clients-header,
.about-team-section .row:first-child {
  max-width: 760px;
}

.home-services-section .about-title {
  margin-bottom: 2rem;
}

.portfolio-showcase-header,
.clients-header {
  text-align: center;
}

.home-products-section .row.align-items-end,
.home-blog-section .row.align-items-end {
  row-gap: 1rem;
}

.home-products-section .text-md-end,
.home-blog-section .text-md-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home-kenya-section .aboutus-content,
.home-overview-section .aboutus-content,
.about-intro-section .aboutus-content {
  max-width: 720px;
}

/* Services index and service detail pages */
.services-index-section,
.svc-detail-section {
  background: transparent !important;
}

.services-index-section > .container {
  background: transparent;
  border: 0;
  border-radius: var(--home-radius);
  padding: clamp(24px, 4vw, 42px);
}

.services-index-header {
  background: var(--home-dark);
  border-radius: calc(var(--home-radius) - 6px);
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px);
  position: relative;
}

.services-index-header::before,
.services-index-header::after {
  content: "";
  pointer-events: none;
  position: absolute;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
  z-index: 0;
}

.services-index-header::before {
  border: 20px solid rgba(44, 221, 155, .32);
  border-radius: 50%;
  height: 126px;
  right: 9%;
  top: -24px;
  width: 126px;
}

.services-index-header::after {
  border: 20px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  bottom: -54px;
  height: 136px;
  right: 28%;
  width: 136px;
}

.services-index-header:hover::before {
  transform: translate3d(-14px, 14px, 0) scale(1.05);
}

.services-index-header:hover::after {
  transform: translate3d(18px, -12px, 0) scale(1.04);
}

.services-index-header > * {
  position: relative;
  z-index: 1;
}

.services-index-section .adobe-label,
.svc-detail-section .svc-tag-label {
  background: rgba(44, 221, 155, .12);
  border-color: rgba(44, 221, 155, .25);
  color: var(--home-green);
}

.services-index-section .adobe-heading {
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  letter-spacing: -.04em;
  line-height: 1.04;
  max-width: 760px;
}

.services-index-header p:not(.adobe-label) {
  color: rgba(255, 255, 255, .78) !important;
  max-width: 680px;
}

.services-index-section .adobe-filters-wrap {
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 0;
}

.services-index-section .services-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.services-index-section .adobe-pill {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, .16);
  border-radius: 999px;
  color: rgba(36, 43, 39, .72);
  padding: .62rem 1rem;
}

.services-index-section .adobe-pill.active,
.services-index-section .adobe-pill:hover {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  color: #fff;
}

.services-index-section #servicesGrid,
.services-index-section .services-pagination-wrap {
  background: transparent;
}

.services-index-section .adobe-card {
  background: transparent;
  border-color: rgba(36, 43, 39, .14);
  border-radius: 18px;
  box-shadow: none;
}

.services-index-section .adobe-card:hover {
  background: var(--home-dark-deep) !important;
  border-color: var(--home-dark-deep) !important;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .14);
}

.services-index-section .adobe-card-body {
  background: transparent;
}

.services-index-section .adobe-card-title {
  color: var(--home-dark-deep);
  font-weight: 900;
}

.services-index-section .adobe-card:hover .adobe-card-title,
.services-index-section .adobe-card:hover .adobe-card-text,
.services-index-section .adobe-card:hover .adobe-price-amt,
.services-index-section .adobe-card:hover p,
.services-index-section .adobe-card:hover span {
  color: #fff !important;
}

.services-index-section .adobe-badge {
  background: var(--home-green);
  border-color: var(--home-green);
  color: var(--home-dark-deep);
  left: 14px;
  position: absolute;
  top: 14px;
}

.services-index-section .adobe-price-amt {
  color: var(--home-dark-deep);
  font-weight: 900;
}

.services-index-section .adobe-btn {
  background: var(--home-dark-deep);
  border: 1px solid var(--home-dark-deep);
  color: #fff;
}

.services-index-section .adobe-btn:hover {
  background: var(--home-green);
  border-color: var(--home-green);
  color: var(--home-dark-deep);
}

/* Hero stats: keep accents solid, no gradients. */
.hero-section .stats-box.green,
.hero-section .stats-row .green {
  background: var(--home-green) !important;
  background-image: none !important;
  color: var(--home-dark-deep) !important;
}

.services-index-section .adobe-pager-btn,
.services-index-section .pager-page {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, .18);
  color: rgba(36, 43, 39, .72);
}

.services-index-section .adobe-pager-btn:hover,
.services-index-section .pager-page.active {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  color: #fff;
}

.services-index-section .adobe-pager-btn:disabled {
  background: rgba(36, 43, 39, .08);
  border-color: rgba(36, 43, 39, .1);
  color: rgba(36, 43, 39, .42);
}

.svc-detail-section .svc-main-card,
.svc-detail-section .svc-side-box,
.service-pricing-section {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
}

.svc-detail-section .svc-main-card {
  padding: clamp(24px, 4vw, 46px);
}

.svc-detail-section .svc-main-title {
  color: var(--home-dark-deep);
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.svc-detail-section .svc-intro-text {
  color: rgba(36, 43, 39, .72);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.svc-detail-section .svc-hero-frame {
  border: 0;
  border-radius: 20px;
}

.svc-detail-section .svc-rich-text {
  color: rgba(36, 43, 39, .78);
}

.svc-detail-section .svc-rich-text h2,
.svc-detail-section .svc-rich-text h3,
.svc-detail-section .svc-rich-text h4 {
  color: var(--home-dark-deep);
  font-weight: 900;
  letter-spacing: -.025em;
}

.svc-detail-section .svc-rich-text a {
  color: var(--home-green-deep);
  font-weight: 800;
}

.svc-detail-section .svc-side-cta {
  background: var(--home-green);
  border-radius: var(--home-radius);
  color: var(--home-dark-deep);
  overflow: hidden;
}

.svc-detail-section .svc-side-cta h4,
.svc-detail-section .svc-side-cta p {
  color: var(--home-dark-deep) !important;
}

.svc-detail-section .svc-side-cta .btn {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  margin-left: 0 !important;
  width: 100%;
}

.svc-detail-section .svc-side-cta .btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--home-dark-deep);
}

.svc-detail-section .svc-side-title {
  color: var(--home-dark-deep);
}

.svc-detail-section .svc-related-link {
  border: 1px solid transparent;
  border-radius: 14px;
}

.svc-detail-section .svc-related-link:hover {
  background: rgba(44, 221, 155, .1);
  border-color: rgba(44, 221, 155, .28);
}

.svc-detail-section .svc-related-thumb {
  border-radius: 12px;
}

.svc-detail-section .svc-related-name {
  color: var(--home-dark-deep);
}

.svc-detail-section .svc-related-cta {
  color: var(--home-green-deep);
  font-weight: 800;
}

.service-pricing-section {
  margin-bottom: clamp(28px, 5vw, 58px);
  padding: clamp(24px, 4vw, 42px) !important;
}

/* Pricing detail page */
.pricing-detail-section {
  background: transparent !important;
}

.pricing-detail-hero {
  background: var(--home-dark);
  border-radius: var(--home-radius);
  color: #fff;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  overflow: hidden;
  padding: clamp(26px, 5vw, 52px);
  position: relative;
}

.pricing-detail-hero::before,
.pricing-detail-hero::after {
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.pricing-detail-hero::before {
  border: 6px solid rgba(44, 221, 155, .34);
  height: 132px;
  right: 8%;
  top: 24px;
  width: 132px;
}

.pricing-detail-hero::after {
  border: 6px solid rgba(255, 255, 255, .16);
  bottom: -38px;
  height: 120px;
  right: 32%;
  width: 120px;
  animation-delay: -3s;
}

.pricing-detail-hero > * {
  position: relative;
  z-index: 1;
}

.pricing-detail-hero .section-title {
  background: rgba(44, 221, 155, .12);
  border-color: rgba(44, 221, 155, .24);
  color: var(--home-green) !important;
}

.pricing-detail-title {
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4.15rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: .75rem 0 1rem;
}

.pricing-detail-lead {
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.7;
  max-width: 740px;
}

.pricing-detail-facts {
  align-self: stretch;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  display: grid;
  gap: .75rem;
  padding: clamp(18px, 3vw, 24px);
}

.pricing-detail-facts div,
.summary-mini-grid div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: .9rem 1rem;
}

.pricing-detail-facts span,
.summary-mini-grid span {
  display: block;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  opacity: .7;
  text-transform: uppercase;
}

.pricing-detail-facts strong,
.summary-mini-grid strong {
  display: block;
  font-size: .95rem;
  line-height: 1.35;
  margin-top: .35rem;
}

.pricing-info-card,
.pricing-process-card,
.pricing-detail-section .card-soft,
.pricing-detail-section .summary-card,
.pricing-detail-section .pay-card {
  border-color: var(--home-border);
  border-radius: var(--home-radius);
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
}

.pricing-detail-section .card-title {
  color: var(--home-dark-deep);
  font-weight: 900;
}

.pricing-detail-grid,
.pricing-process-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-detail-list,
.pricing-side-list {
  color: rgba(36, 43, 39, .72);
  display: grid;
  gap: .7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-detail-list li,
.pricing-side-list li {
  line-height: 1.55;
  padding-left: 1.35rem;
  position: relative;
}

.pricing-detail-list li::before,
.pricing-side-list li::before {
  background: var(--home-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, .14);
  content: "";
  height: .55rem;
  left: 0;
  position: absolute;
  top: .52rem;
  width: .55rem;
}

.pricing-process-step {
  background: rgba(36, 43, 39, .035);
  border: 1px solid rgba(36, 43, 39, .08);
  border-radius: 18px;
  padding: 1rem;
}

.pricing-process-step span {
  align-items: center;
  background: var(--home-green);
  border-radius: 50%;
  color: var(--home-dark-deep);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: .75rem;
  width: 34px;
}

.pricing-process-step h6 {
  color: var(--home-dark-deep);
  font-weight: 900;
  margin-bottom: .4rem;
}

.pricing-process-step p {
  color: rgba(36, 43, 39, .68);
  font-size: .92rem;
  line-height: 1.55;
  margin: 0;
}

.summary-mini-grid {
  display: grid;
  gap: .65rem;
  margin: 1rem 0;
}

.summary-mini-grid div {
  background: rgba(44, 221, 155, .08);
  border-color: rgba(44, 221, 155, .2);
}

.summary-mini-grid span {
  color: rgba(36, 43, 39, .58);
  opacity: 1;
}

.summary-mini-grid strong {
  color: var(--home-dark-deep);
}

/* Careers and application pages */
.careers-section,
.career-apply-section {
  background: transparent !important;
}

.careers-section > .container,
.career-apply-section > .container {
  background: transparent;
}

.careers-section .career-hero {
  background: var(--home-dark);
  border-radius: var(--home-radius);
  min-height: clamp(320px, 38vw, 460px);
  position: relative;
}

.careers-section .career-hero::before,
.careers-section .career-hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

.careers-section .career-hero::before {
  border: 6px solid rgba(44, 221, 155, .34);
  border-radius: 50%;
  height: 132px;
  right: 8%;
  top: 30px;
  width: 132px;
}

.careers-section .career-hero::after {
  border: 6px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  bottom: 34px;
  height: 118px;
  right: 28%;
  width: 118px;
  animation-delay: -3s;
}

.careers-section .career-hero:hover::before {
  transform: translate3d(-14px, 14px, 0) scale(1.05);
}

.careers-section .career-hero:hover::after {
  transform: translate3d(18px, -12px, 0) scale(1.04);
}

.careers-section .career-hero img {
  height: clamp(320px, 38vw, 460px);
  opacity: .32;
}

.careers-section .career-hero-text {
  background:
    linear-gradient(90deg, rgba(36, 43, 39, .98) 0%, rgba(36, 43, 39, .88) 54%, rgba(36, 43, 39, .24) 100%);
  max-width: none;
  padding: clamp(28px, 5vw, 58px);
  z-index: 2;
}

.career-eyebrow {
  background: rgba(44, 221, 155, .12);
  border: 1px solid rgba(44, 221, 155, .24);
  border-radius: 999px;
  color: var(--home-green);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 1rem;
  padding: .45rem .75rem;
  text-transform: uppercase;
}

.careers-section .career-hero-text h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
  max-width: 780px;
}

.careers-section .career-hero-text p {
  color: rgba(255, 255, 255, .78);
  max-width: 620px;
}

.careers-filter {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  box-shadow: none !important;
  padding: clamp(20px, 3vw, 32px);
}

.careers-section .filter-row {
  gap: .85rem;
}

.careers-section .filter-input,
.careers-section .form-select {
  background-color: #f6faf8 !important;
  border: 1px solid rgba(36, 43, 39, .1) !important;
  border-radius: 999px !important;
  color: var(--home-dark-deep);
  min-height: 52px;
}

.careers-section .filter-input:focus,
.careers-section .form-select:focus {
  border-color: rgba(44, 221, 155, .7) !important;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, .16) !important;
}

.careers-section .filter-btn {
  background: var(--home-dark-deep);
  border: 1px solid var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  min-height: 52px;
}

.careers-section .filter-btn:hover {
  background: var(--home-green);
  border-color: var(--home-green);
  color: var(--home-dark-deep);
}

.careers-filter-summary {
  color: rgba(36, 43, 39, .68);
}

.careers-list-head {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.careers-list-title {
  color: var(--home-dark-deep);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
  margin: .5rem 0 0;
}

.careers-section .job-count {
  background: var(--home-green);
  border-radius: 999px;
  color: var(--home-dark-deep);
  font-weight: 900;
  margin: 0;
  padding: .65rem 1rem;
}

.careers-jobs-stack {
  display: grid;
  gap: 1rem;
}

.careers-section .job-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
  gap: 1.25rem;
  margin-top: 0;
  overflow: hidden;
  padding: clamp(22px, 3vw, 32px);
}

.careers-section .job-card::before {
  background: var(--home-green);
  height: 64%;
}

.careers-section .job-info {
  max-width: 760px;
}

.careers-section .job-info small,
.career-job-meta {
  color: var(--home-green-deep);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.careers-section .job-info h3 {
  color: var(--home-dark-deep) !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: -.025em;
}

.careers-section .job-short-desc {
  color: rgba(36, 43, 39, .68);
}

.careers-section .job-card > a {
  background: var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  margin-left: auto;
  padding: .82rem 1.25rem;
  text-align: center;
}

.careers-section .job-card > a:hover {
  background: var(--home-green);
  color: var(--home-dark-deep);
}

.careers-empty,
.career-apply-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
}

.career-apply-card {
  padding: clamp(24px, 4vw, 42px);
}

.career-apply-details {
  position: relative;
  overflow: hidden;
}

.career-apply-details::before {
  border: 6px solid rgba(44, 221, 155, .18);
  border-radius: 50%;
  content: "";
  height: 128px;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: 26px;
  width: 128px;
}

.career-apply-details > * {
  position: relative;
  z-index: 1;
}

.career-apply-title {
  color: var(--home-dark-deep);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.career-apply-summary,
.career-apply-section .job-description {
  color: rgba(36, 43, 39, .72);
}

.career-apply-section .job-description h2,
.career-apply-section .job-description h3,
.career-apply-section .job-description h4 {
  color: var(--home-dark-deep);
  font-weight: 900;
}

.career-apply-form {
  background: var(--home-green);
}

.career-apply-form h4,
.career-apply-form .form-label {
  color: var(--home-dark-deep);
}

.career-apply-form .section-title {
  background: rgba(36, 43, 39, .08);
  border-color: rgba(36, 43, 39, .12);
  color: var(--home-dark-deep) !important;
}

.career-apply-form .form-control {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(36, 43, 39, .08);
  border-radius: 16px;
  min-height: 52px;
}

.career-apply-form textarea.form-control {
  min-height: 132px;
}

.career-apply-form .form-control:focus {
  border-color: var(--home-dark-deep);
  box-shadow: 0 0 0 4px rgba(36, 43, 39, .12);
}

.career-apply-form .btn-primary {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  min-height: 52px;
}

.career-apply-form .btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--home-dark-deep);
}

/* QR code generator page */
.qrcode-hero-section,
.qrcode-tool-section,
.qrcode-benefits-section {
  background: transparent !important;
}

.qrcode-hero-section {
  padding: clamp(36px, 6vw, 72px) 0 clamp(24px, 4vw, 42px);
}

.qrcode-hero-section > .container {
  background: var(--home-dark);
  border-radius: var(--home-radius);
  overflow: hidden;
  padding: clamp(30px, 6vw, 68px) clamp(22px, 5vw, 58px);
  position: relative;
}

.qrcode-hero-section > .container::before,
.qrcode-hero-section > .container::after {
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.qrcode-hero-section > .container::before {
  border: 6px solid rgba(44, 221, 155, .34);
  height: 132px;
  right: 8%;
  top: 22px;
  width: 132px;
}

.qrcode-hero-section > .container::after {
  border: 6px solid rgba(255, 255, 255, .16);
  bottom: -34px;
  height: 118px;
  left: 10%;
  width: 118px;
  animation-delay: -3s;
}

.qrcode-hero-section > .container > * {
  position: relative;
  z-index: 1;
}

.qrcode-hero-section .section-title {
  background: rgba(44, 221, 155, .12);
  border-color: rgba(44, 221, 155, .24);
  color: var(--home-green) !important;
}

.qrcode-hero-section h1 {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.15rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.qrcode-hero-section p {
  color: rgba(255, 255, 255, .76) !important;
}

.qrcode-tool-section .vcard-grid {
  align-items: stretch;
  gap: clamp(18px, 3vw, 30px);
}

.qrcode-tool-section .vcard-card,
.qrcode-tool-section .qr-preview-panel,
.qrcode-benefits-section > .container {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
}

.qrcode-tool-section .vcard-card,
.qrcode-tool-section .qr-preview-panel {
  padding: clamp(24px, 4vw, 42px);
}

.qrcode-card-head h4,
.qrcode-tool-section .qr-preview-panel h5,
.qrcode-benefits-section h2,
.qrcode-benefit-card h5 {
  color: var(--home-dark-deep);
  font-weight: 900;
  letter-spacing: -.025em;
}

.qrcode-head-mark {
  background: var(--home-green);
  border-radius: 999px;
  height: 28px;
  width: 6px;
}

.qrcode-tool-section .form-floating > .form-control {
  background: #f6faf8;
  border: 1px solid rgba(36, 43, 39, .1);
  border-radius: 16px;
  color: var(--home-dark-deep);
  min-height: 58px;
}

.qrcode-tool-section .form-floating > label {
  color: rgba(36, 43, 39, .66);
}

.qrcode-tool-section .form-floating > .form-control:focus {
  background: #fff;
  border-color: rgba(44, 221, 155, .72);
  box-shadow: 0 0 0 4px rgba(44, 221, 155, .16);
}

.qrcode-tool-section .form-floating label svg {
  color: var(--home-green-deep);
}

.qrcode-tool-section .btn-generate,
.qrcode-tool-section .btn-download {
  border-radius: 999px;
  font-weight: 850;
  min-height: 50px;
}

.qrcode-tool-section .btn-generate {
  background: var(--home-dark-deep);
  color: #fff;
}

.qrcode-tool-section .btn-generate:hover {
  background: var(--home-green);
  box-shadow: 0 14px 30px rgba(44, 221, 155, .24);
  color: var(--home-dark-deep);
}

.qrcode-tool-section .qr-preview-panel {
  border-style: solid;
  text-align: center;
}

.qrcode-tool-section #qrcode {
  align-items: center;
  background: #f6faf8;
  border: 1px dashed rgba(36, 43, 39, .14);
  border-radius: 22px;
  min-height: 320px;
  padding: 1.25rem;
}

.qrcode-tool-section #qrcode svg {
  box-shadow: 0 20px 44px rgba(24, 31, 27, .12);
}

.qrcode-tool-section .download-zone {
  gap: .75rem;
}

.qrcode-tool-section #downloadPngBtn {
  background: var(--home-green);
  border-color: var(--home-green);
  color: var(--home-dark-deep);
}

.qrcode-tool-section #downloadPngBtn:hover,
.qrcode-tool-section #downloadBtn:hover {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  color: #fff;
}

.qrcode-benefits-section > .container {
  padding: clamp(28px, 5vw, 58px) !important;
}

.qrcode-benefit-card {
  background: #f6faf8;
  border: 1px solid rgba(36, 43, 39, .08);
  border-radius: 18px;
  box-shadow: none;
}

.qrcode-benefit-card p {
  color: rgba(36, 43, 39, .68) !important;
}

/* On-site sitemap and help center */
.onsite-sitemap-section,
.help-center-page {
  background: transparent !important;
}

.onsite-sitemap-hero,
.help-center-page .mb-help-hero {
  background: var(--home-dark);
  border-radius: var(--home-radius);
  overflow: hidden;
  margin-top: 50px;
  padding: clamp(30px, 6vw, 68px) clamp(22px, 5vw, 58px);
  position: relative;
  text-align: center;
}

.onsite-sitemap-hero::before,
.onsite-sitemap-hero::after,
.help-center-page .mb-help-hero::before,
.help-center-page .mb-help-hero::after {
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.onsite-sitemap-hero::before,
.help-center-page .mb-help-hero::before {
  border: 6px solid rgba(44, 221, 155, .34);
  height: 132px;
  right: 8%;
  top: 22px;
  width: 132px;
}

.onsite-sitemap-hero::after,
.help-center-page .mb-help-hero::after {
  border: 6px solid rgba(255, 255, 255, .16);
  bottom: -34px;
  height: 118px;
  left: 10%;
  width: 118px;
  animation-delay: -3s;
}

.onsite-sitemap-hero > *,
.help-center-page .mb-help-hero > * {
  position: relative;
  z-index: 1;
}

.onsite-sitemap-hero .section-title,
.help-center-page .mb-help-hero .section-title {
  background: rgba(44, 221, 155, .12);
  border-color: rgba(44, 221, 155, .24);
  color: var(--home-green) !important;
  margin-left: auto;
  margin-right: auto;
}

.onsite-sitemap-hero h1,
.help-center-page .mb-help-hero h1 {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.15rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.onsite-sitemap-hero p:not(.section-title),
.help-center-page .mb-help-hero p:not(.section-title) {
  color: rgba(255, 255, 255, .76) !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.onsite-sitemap-section .sitemap-card {
  background: var(--home-surface) !important;
  border: 1px solid var(--home-border) !important;
  border-radius: var(--home-radius) !important;
  box-shadow: 0 18px 38px rgba(24, 31, 27, .06);
  padding: clamp(22px, 3vw, 32px) !important;
  transition:
    transform .24s cubic-bezier(.2, 0, .2, 1),
    box-shadow .24s cubic-bezier(.2, 0, .2, 1),
    border-color .24s cubic-bezier(.2, 0, .2, 1);
}

.onsite-sitemap-section .sitemap-card:hover {
  border-color: rgba(44, 221, 155, .32) !important;
  box-shadow: 0 24px 52px rgba(24, 31, 27, .1);
  transform: translateY(-4px);
}

.onsite-sitemap-section .icon-box {
  background: rgba(44, 221, 155, .12) !important;
  border: 1px solid rgba(44, 221, 155, .22);
  border-radius: 16px !important;
  color: var(--home-green-deep) !important;
}

.onsite-sitemap-section .sitemap-title {
  color: var(--home-dark-deep) !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
}

.onsite-sitemap-section .category-heading,
.help-center-page .category-heading {
  color: var(--home-green-deep) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  margin-bottom: .85rem !important;
  text-transform: uppercase;
}

.onsite-sitemap-section .sitemap-list {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}

.onsite-sitemap-section .sitemap-list li {
  margin-bottom: .55rem !important;
}

.onsite-sitemap-section .sitemap-list a {
  background: #f6faf8;
  border: 1px solid rgba(36, 43, 39, .06);
  border-radius: 14px !important;
  color: rgba(36, 43, 39, .76) !important;
  display: flex !important;
  font-weight: 750;
  gap: .55rem;
  padding: .72rem .85rem !important;
  text-decoration: none;
}

.onsite-sitemap-section .sitemap-list li a::before {
  background: var(--home-green);
  border-radius: 50%;
  content: "" !important;
  flex: 0 0 auto;
  height: .5rem;
  margin-right: 0 !important;
  margin-top: .45rem;
  opacity: 1 !important;
  transform: none !important;
  width: .5rem;
}

.onsite-sitemap-section .sitemap-list a:hover {
  background: var(--home-dark-deep) !important;
  color: #fff !important;
  padding-left: .85rem !important;
}

.onsite-sitemap-section .sitemap-scroll {
  max-height: 520px;
  overflow-y: auto;
  padding-right: .5rem;
}

.onsite-sitemap-section .sitemap-scroll::-webkit-scrollbar {
  width: 10px;
}

.onsite-sitemap-section .sitemap-scroll::-webkit-scrollbar-thumb {
  background: rgba(44, 221, 155, .7) !important;
  border: 3px solid rgba(255, 255, 255, .75);
  border-radius: 999px !important;
}

.help-center-page .sticky-nav-wrapper {
  background: rgba(248, 250, 249, .84);
  border: 1px solid rgba(36, 43, 39, .08);
  border-radius: var(--home-radius);
  margin: 1.5rem 0 0;
  padding: clamp(18px, 3vw, 26px) 0;
  top: 82px;
}

.help-center-page .sticky-nav-wrapper.scrolled {
  border-color: rgba(44, 221, 155, .25);
  box-shadow: 0 18px 38px rgba(24, 31, 27, .08);
}

.help-center-page .search-container {
  margin-bottom: 1.1rem;
}

.help-center-page .search-box {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, .12);
  border-radius: 999px;
  box-shadow: none;
  color: var(--home-dark-deep);
  min-height: 58px;
}

.help-center-page .search-box:focus {
  border-color: rgba(44, 221, 155, .72);
  box-shadow: 0 0 0 4px rgba(44, 221, 155, .16);
}

.help-center-page .cat-pill {
  background: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(36, 43, 39, .16);
  border-radius: 999px;
  color: rgba(36, 43, 39, .72);
  font-weight: 850;
}

.help-center-page .cat-pill:hover,
.help-center-page .cat-pill.active {
  background: var(--home-dark-deep) !important;
  background-image: none !important;
  border-color: var(--home-dark-deep);
  color: #fff;
}

.help-center-page .faq-grid-section {
  max-width: 940px;
}

.help-center-page .mb-faq-item {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(24, 31, 27, .04);
}

.help-center-page .mb-faq-item:hover,
.help-center-page .mb-faq-item.active {
  border-color: rgba(44, 221, 155, .32);
}

.help-center-page .mb-faq-trigger {
  color: var(--home-dark-deep);
  font-weight: 900;
}

.help-center-page .mb-faq-trigger .icon-circle {
  background: rgba(44, 221, 155, .12);
  color: var(--home-dark-deep);
}

.help-center-page .mb-faq-item.active .icon-circle {
  background: var(--home-green);
  color: var(--home-dark-deep);
}

.help-center-page .mb-faq-content {
  color: rgba(36, 43, 39, .72);
}

.help-center-page #noResults {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
}

.help-center-page .help-contact-box {
  background: var(--home-green);
  border-radius: var(--home-radius);
  color: var(--home-dark-deep);
}

.help-center-page .help-contact-box h3,
.help-center-page .help-contact-box p {
  color: var(--home-dark-deep) !important;
}

.help-center-page .btn-mb {
  background: var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
}

.help-center-page .btn-mb:hover {
  background: #fff;
  box-shadow: none;
  color: var(--home-dark-deep);
}

/* Support widget */
.support-button {
  background: var(--home-green) !important;
  background-image: none !important;
  box-shadow: 0 14px 30px rgba(44, 221, 155, .28) !important;
  color: var(--home-dark-deep) !important;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), background-color .32s ease, box-shadow .32s ease;
}

.support-button:hover {
  background: var(--home-dark-deep) !important;
  box-shadow: 0 16px 36px rgba(36, 43, 39, .24) !important;
  color: #fff !important;
  transform: translate3d(0, -2px, 0) scale(1.04);
}

.support-button i {
  color: inherit !important;
}

.support-panel {
  border: 1px solid rgba(36, 43, 39, .1);
  overflow: hidden;
}

.support-header {
  background: linear-gradient(135deg, var(--home-green) 0%, var(--home-green-deep) 42%, var(--home-dark-deep) 100%) !important;
  color: #fff !important;
}

.support-header h3,
.support-header p {
  color: #fff !important;
}

.support-header p {
  opacity: .82;
}

/* Footer CTA */
.footer-cta .container {
  position: relative;
}

.footer-cta .cta-wrap {
  background: #fff !important;
  border: 1px solid rgba(36, 43, 39, .1);
  border-radius: var(--home-radius);
  color: var(--home-dark-deep);
  overflow: hidden;
  position: relative;
}

.footer-cta .cta-wrap::before,
.footer-cta .cta-wrap::after {
  animation: homeShapeFloat 8.5s ease-in-out infinite;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.footer-cta .cta-wrap::before {
  border: 20px solid rgba(44, 221, 155, .24);
  height: 128px;
  left: 5%;
  top: 22px;
  width: 128px;
}

.footer-cta .cta-wrap::after {
  border: 20px solid rgba(36, 43, 39, .12);
  bottom: -34px;
  height: 116px;
  right: 10%;
  width: 116px;
  animation-delay: -3s;
}

.footer-cta .cta-wrap > * {
  position: relative;
  z-index: 1;
}

.footer-cta .cta-badge {
  background: rgba(44, 221, 155, .14);
  border-color: rgba(44, 221, 155, .24);
  color: var(--home-dark-deep);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-cta .lg-title,
.footer-cta p,
.footer-cta small {
  color: var(--home-dark-deep) !important;
}

.footer-cta .btn-primary {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
}

.footer-cta .btn-primary:hover {
  background: var(--home-green);
  border-color: var(--home-green);
  color: var(--home-dark-deep);
}

.footer-cta .btn-outline-primary {
  background: transparent;
  border-color: rgba(36, 43, 39, .18);
  border-radius: 999px;
  color: var(--home-dark-deep);
  font-weight: 850;
  margin-left: 0 !important;
}

.footer-cta .btn-outline-primary:hover {
  background: var(--home-dark-deep);
  border-color: var(--home-dark-deep);
  color: #fff;
}

@media (max-width: 767px) {
  .home-overview-section > .container,
  .about-intro-section > .container,
  .pitch-hero-section > .container,
  .pitch-services-section > .container,
  .pitch-fit-section > .container,
  .pitch-process-section > .container,
  .pitch-cta-section > .container,
  .home-kenya-section > .container,
  .why-section > .container,
  .portfolio-showcase > .container,
  .home-blog-section > .container,
  .about-team-section > .container,
  .call-back > .container {
    border-radius: 18px;
  }

  .home-products-section .text-md-end,
  .home-blog-section .text-md-end {
    justify-content: flex-start;
  }

  .portfolio-showcase-header,
  .clients-header {
    text-align: left;
  }

  .home-kenya-section .section-title {
    font-size: .76rem;
    line-height: 1.25;
  }

  .home-kenya-section .aboutus-content p {
    font-size: .98rem;
    line-height: 1.62;
  }

  .services-index-section > .container,
  .svc-detail-section .svc-main-card,
  .svc-detail-section .svc-side-box,
  .svc-detail-section .svc-side-cta,
  .service-pricing-section {
    border-radius: 18px;
  }

  .services-index-section > .container {
    padding: 18px;
  }

  .services-index-header {
    padding: 26px 20px;
  }

  .services-index-section .adobe-filters-wrap {
    border-radius: 18px;
  }

  .services-index-section .adobe-pill {
    flex: 1 1 auto;
    justify-content: center;
  }

  .services-index-section .adobe-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .services-index-section .adobe-btn {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .svc-detail-section .svc-main-card {
    padding: 22px;
  }

  .svc-detail-section .sticky-top {
    position: static !important;
  }

  .careers-section .career-hero,
  .careers-section .career-hero img {
    min-height: 430px;
  }

  .careers-section .career-hero-text {
    background: rgba(36, 43, 39, .92);
    padding: 26px 22px;
  }

  .careers-section .career-hero-text h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .careers-filter,
  .careers-empty,
  .career-apply-card {
    border-radius: 18px;
  }

  .careers-list-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .careers-section .job-count {
    width: fit-content;
  }

  .careers-section .job-card {
    align-items: stretch;
    flex-direction: column;
  }

  .careers-section .job-card > a {
    margin-left: 0;
    width: 100%;
  }

  .career-apply-section .sticky-top {
    position: static !important;
  }

  .pricing-detail-hero,
  .pricing-detail-grid,
  .pricing-process-grid {
    grid-template-columns: 1fr;
  }

  .pricing-detail-hero,
  .pricing-detail-section .card-soft,
  .pricing-detail-section .summary-card,
  .pricing-detail-section .pay-card {
    border-radius: 18px;
  }

  .pitch-brief-form {
    border-radius: 18px;
  }

  .qrcode-hero-section > .container,
  .qrcode-tool-section .vcard-card,
  .qrcode-tool-section .qr-preview-panel,
  .qrcode-benefits-section > .container {
    border-radius: 18px;
  }

  .onsite-sitemap-hero,
  .onsite-sitemap-section .sitemap-card,
  .help-center-page .mb-help-hero,
  .help-center-page .sticky-nav-wrapper,
  .help-center-page .mb-faq-item,
  .help-center-page .help-contact-box,
  .footer-cta .cta-wrap {
    border-radius: 18px !important;
  }

  .help-center-page .sticky-nav-wrapper {
    position: static;
  }

  .help-center-page .mb-faq-trigger {
    gap: 1rem;
    padding: 20px;
  }

  .help-center-page .mb-faq-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .qrcode-tool-section #qrcode {
    min-height: 260px;
  }

  .qrcode-benefits-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .pitch-fit-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes homeShapeFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(10px, -12px, 0) rotate(5deg);
  }
}

/* Client Portal */
.client-portal-page {
  background: transparent;
}

.client-portal-page .container {
  max-width: 1320px;
}

.client-portal-page.portal-auth-page .container {
  max-width: 1140px;
}

.portal-chat-thread {
  display: grid;
  gap: 14px;
}

.portal-chat-bubble {
  width: min(760px, 92%);
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(36, 43, 39, 0.08);
  background: #fff;
}

.portal-chat-bubble.is-admin {
  justify-self: start;
  background: rgba(44, 221, 155, 0.12);
  border-color: rgba(44, 221, 155, 0.24);
}

.portal-chat-bubble.is-client {
  justify-self: end;
  background: #242b27;
  color: #fff;
}

.portal-chat-bubble strong,
.portal-chat-bubble time,
.portal-chat-tag {
  display: block;
}

.portal-chat-bubble strong {
  margin-bottom: 8px;
}

.portal-chat-bubble p {
  margin: 0;
  line-height: 1.65;
}

.portal-chat-bubble time {
  margin-top: 12px;
  color: rgba(36, 43, 39, 0.55);
  font-size: 0.78rem;
}

.portal-chat-bubble.is-client time {
  color: rgba(255, 255, 255, 0.58);
}

.portal-chat-tag {
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(44, 221, 155, 0.16);
  color: #16845b;
  font-size: 0.75rem;
  font-weight: 800;
}

.portal-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  gap: 16px;
  align-items: start;
}

.portal-shell.is-messages-open {
  grid-template-columns: 220px minmax(0, 1fr);
}

.portal-shell.is-messages-open .portal-chat-widget {
  display: none;
}

.portal-sidebar,
.portal-chat-widget {
  position: sticky;
  top: 96px;
}

.portal-sidebar,
.portal-chat-widget,
.portal-sidebar-cta {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(36, 43, 39, 0.07);
}

.portal-sidebar {
  padding: 18px;
}

.portal-sidebar-profile {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(36, 43, 39, 0.08);
}

.portal-sidebar-avatar {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #2cdd9b;
  border-radius: 50px;
  color: #101410;
  display: flex;
  flex: 0 0 48px;
  font-weight: 900;
  justify-content: center;
}

.portal-sidebar-profile strong,
.portal-sidebar-profile span {
  display: block;
}

.portal-sidebar-profile strong {
  align-items: center;
  color: #101410;
  display: inline-flex;
  font-size: 0.95rem;
  gap: 7px;
  line-height: 1.2;
  position: relative;
}

.portal-verified-hover {
  align-items: center;
  color: #2cdd9b;
  cursor: default;
  display: inline-flex;
  font-size: 0.86em;
  line-height: 1;
  position: relative;
}

.portal-verified-pop {
  align-items: center;
  background: rgba(44, 221, 155, 0.16);
  border: 1px solid rgba(44, 221, 155, 0.26);
  border-radius: 999px;
  bottom: calc(100% + 8px);
  color: #2cdd9b;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  left: 50%;
  opacity: 0;
  padding: 5px 9px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 6px) scale(0.96);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  z-index: 20;
}

.portal-verified-hover:hover .portal-verified-pop,
.portal-verified-hover:focus .portal-verified-pop,
.portal-verified-hover:focus-visible .portal-verified-pop {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.portal-verified-heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portal-sidebar-profile span {
  color: rgba(36, 43, 39, 0.58);
  font-size: 0.76rem;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-sidebar-profile .portal-verified-hover {
  color: #2cdd9b;
  display: inline-flex;
  font-size: 0.86em;
  max-width: none;
  overflow: visible;
}

.portal-sidebar-profile .portal-verified-pop {
  color: #2cdd9b;
  display: inline-flex;
  font-size: 0.68rem;
  max-width: none;
  overflow: visible;
}

.portal-client-status,
.portal-verified-client-tick {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-style: normal;
  font-weight: 900;
  gap: 6px;
}

.portal-client-status {
  background: rgba(36, 43, 39, 0.07);
  color: rgba(36, 43, 39, 0.62);
  font-size: 0.68rem;
  margin-top: 8px;
  padding: 4px 8px;
}

.portal-client-status.is-verified,
.portal-verified-client-tick {
  background: rgba(44, 221, 155, 0.16);
  color: #2cdd9b;
}

.portal-verified-client-tick {
  font-size: 0.78rem;
  margin-bottom: 10px;
  padding: 7px 11px;
}

.portal-menu {
  display: grid;
  gap: 8px;
}

.portal-menu-toggle {
  align-items: center;
  background: #242b27;
  border: 0;
  border-radius: 14px;
  color: #fff;
  display: none;
  font-weight: 900;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.portal-menu-toggle span {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.portal-menu-toggle i {
  color: #2cdd9b;
  transition: transform 0.2s ease;
}

.portal-menu-toggle.is-open > i:last-child {
  transform: rotate(180deg);
}

.portal-menu a,
.portal-logout-link {
  align-items: center;
  border-radius: 14px;
  color: #242b27;
  display: flex;
  font-weight: 850;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.portal-menu a span {
  min-width: 0;
}

.portal-menu-badge {
  align-items: center;
  background: #b85b63;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  margin-left: auto;
  min-width: 22px;
  padding: 0 7px;
}

.portal-menu a i,
.portal-logout-link i {
  color: #242b27;
  width: 20px;
}

.portal-menu a:hover,
.portal-menu a.active {
  background: #242b27;
  color: #fff;
  transform: translateX(2px);
}

.portal-menu a:hover i,
.portal-menu a.active i {
  color: #2cdd9b;
}

.portal-sidebar-cta {
  background: #2cdd9b;
  color: #fff;
  margin-top: 18px;
  padding: 18px;
}

.portal-sidebar-cta span {
  color: #000000;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.portal-sidebar-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0 14px;
}

.portal-sidebar-cta .btn {
  width: 100%;
}

.portal-logout-link {
  margin-top: 12px;
  color: #212529;
}

.portal-logout-link i {
  color: #212529;
}

.portal-main {
  min-width: 0;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.portal-main > .client-portal-page {
  background: transparent;
  padding: 0 !important;
}

.portal-main > .client-portal-page > .container {
  max-width: none;
  padding: 0;
  width: 100%;
}

.portal-main > .client-portal-page .portal-main {
  width: 100%;
}

.portal-main > .client-portal-page .portal-form-layout {
  grid-template-columns: 1fr;
}

.portal-main > .client-portal-page .portal-side-copy h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 720px;
}

.portal-main > .client-portal-page .portal-side-copy p {
  max-width: 720px;
}

.portal-main.is-loading {
  opacity: 0.55;
  pointer-events: none;
  transform: translateY(4px);
}

.portal-chat-widget {
  display: grid;
  gap: 16px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  padding: 18px;
}

.portal-chat-widget-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.portal-chat-widget-head span {
  color: #2cdd9b;
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-chat-widget-head h2 {
  color: #101410;
  font-size: 1.35rem;
  font-weight: 900;
  margin: 2px 0 0;
}

.portal-chat-widget-head a {
  align-items: center;
  background: #242b27;
  border-radius: 999px;
  color: #2cdd9b;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

.portal-chat-widget-thread {
  display: grid;
  gap: 10px;
  max-height: none;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.portal-chat-widget-thread article,
.portal-chat-empty {
  border-radius: 16px;
  padding: 12px;
}

.portal-chat-widget-thread article.is-admin {
  background: rgba(44, 221, 155, 0.12);
  border: 1px solid rgba(44, 221, 155, 0.24);
  margin-right: 18px;
}

.portal-chat-widget-thread article.is-client {
  background: #242b27;
  color: #fff;
  margin-left: 18px;
}

.portal-chat-widget-thread strong,
.portal-chat-widget-thread time {
  display: block;
}

.portal-chat-widget-thread strong {
  font-size: 0.78rem;
  margin-bottom: 4px;
}

.portal-chat-widget-thread p,
.portal-chat-empty p {
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0;
}

.portal-chat-widget-thread time {
  color: rgba(36, 43, 39, 0.5);
  font-size: 0.72rem;
  margin-top: 6px;
}

.portal-chat-widget-thread article.is-client time {
  color: rgba(255, 255, 255, 0.55);
}

.portal-chat-empty {
  background: rgba(44, 221, 155, 0.1);
  color: #242b27;
}

.portal-chat-quick-form {
  border-top: 1px solid rgba(36, 43, 39, 0.08);
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.portal-chat-quick-form label {
  color: #242b27;
  font-size: 0.78rem;
  font-weight: 850;
}

.portal-chat-quick-form select,
.portal-chat-quick-form textarea {
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.12);
  border-radius: 14px;
  color: #101410;
  display: block;
  margin-top: 7px;
  padding: 11px 12px;
  width: 100%;
}

.portal-chat-quick-form select:focus,
.portal-chat-quick-form textarea:focus {
  border-color: #2cdd9b;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, 0.16);
  outline: 0;
}

.fiverr-chat-shell {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.1);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(36, 43, 39, 0.09);
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  min-height: 680px;
  min-width: 0;
  overflow: hidden;
}

.portal-messages-main {
  min-width: 0;
}

.portal-messages-main .fiverr-chat-shell,
.portal-shell.is-messages-open .fiverr-chat-shell {
  min-height: calc(100vh - 150px);
}

.fiverr-chat-list {
  background: #fbfdfc;
  border-right: 1px solid rgba(36, 43, 39, 0.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.fiverr-chat-list-head {
  padding: 22px;
}

.fiverr-chat-list-head h3 {
  color: #101410;
  font-size: 1.35rem;
  font-weight: 900;
  margin: 8px 0 4px;
}

.fiverr-chat-list-head p {
  color: rgba(36, 43, 39, 0.58);
  margin: 0;
}

.fiverr-conversation-list {
  display: grid;
  gap: 4px;
  overflow: auto;
  padding: 0 12px 18px;
}

.fiverr-conversation {
  align-items: center;
  border-radius: 18px;
  color: #242b27;
  display: flex;
  gap: 12px;
  padding: 13px 12px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.fiverr-conversation-item {
  align-items: center;
  border-radius: 18px;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
}

.fiverr-conversation-item .fiverr-conversation {
  min-width: 0;
}

.fiverr-conversation-delete {
  align-items: center;
  background: rgba(180, 35, 35, 0.08);
  border: 0;
  border-radius: 999px;
  color: #b42335;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  width: 34px;
}

.fiverr-conversation-item:hover .fiverr-conversation-delete,
.fiverr-conversation-delete:focus-visible {
  opacity: 1;
  transform: translateX(0);
}

.fiverr-conversation-delete:hover {
  background: rgba(180, 35, 35, 0.14);
}

@media (hover: none) {
  .fiverr-conversation-delete {
    opacity: 1;
    transform: none;
  }
}

.fiverr-conversation:hover,
.fiverr-conversation.active {
  background: rgba(44, 221, 155, 0.13);
  transform: translateX(2px);
}

.fiverr-avatar {
  align-items: center;
  background: #2cdd9b;
  border-radius: 50%;
  color: #101410;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 0.84rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.fiverr-avatar.large {
  flex-basis: 54px;
  height: 54px;
  width: 54px;
}

.fiverr-avatar.muted {
  background: rgba(36, 43, 39, 0.08);
  color: #2cdd9b;
}

.fiverr-conversation-copy {
  min-width: 0;
}

.fiverr-conversation-copy strong,
.fiverr-conversation-copy small {
  display: block;
}

.fiverr-conversation-copy strong {
  color: #101410;
  font-size: 0.92rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fiverr-conversation-copy strong i,
.fiverr-chat-person h2 i {
  color: #2cdd9b;
  font-size: 0.85em;
}

.fiverr-conversation-copy small {
  color: rgba(36, 43, 39, 0.55);
  font-size: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fiverr-chat-panel {
  background: #fff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
}

.fiverr-chat-topbar {
  align-items: center;
  border-bottom: 1px solid rgba(36, 43, 39, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.fiverr-chat-person {
  align-items: center;
  display: flex;
  gap: 13px;
  min-width: 0;
}

.fiverr-chat-person h2 {
  color: #101410;
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0;
}

.fiverr-chat-person p {
  color: rgba(36, 43, 39, 0.58);
  margin: 3px 0 0;
}

.fiverr-thread {
  align-content: start;
  background: linear-gradient(180deg, #f8fbf9 0%, #fff 100%);
  display: grid;
  gap: 16px;
  overflow: auto;
  padding: 24px;
}

.fiverr-message {
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 18px;
  max-width: min(680px, 82%);
  padding: 14px 16px;
  position: relative;
}

.fiverr-message.from-them {
  background: #fff;
  justify-self: start;
}

.fiverr-message.from-me {
  background: #242b27;
  border-color: #242b27;
  color: #fff;
  justify-self: end;
}

.fiverr-message-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.fiverr-message-meta strong {
  font-size: 0.82rem;
}

.fiverr-message-meta time {
  color: rgba(36, 43, 39, 0.48);
  font-size: 0.72rem;
}

.fiverr-message.from-me .fiverr-message-meta time {
  color: rgba(255, 255, 255, 0.55);
}

.fiverr-message p {
  line-height: 1.62;
  margin: 0;
}

.message-action-wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.18s ease;
  z-index: 5;
}

.fiverr-message:hover .message-action-wrap,
.fiverr-message:focus-within .message-action-wrap,
.message-action-wrap.is-open {
  opacity: 1;
  pointer-events: auto;
}

.message-action-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 0;
  border-radius: 999px;
  color: currentColor;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.fiverr-message.from-them .message-action-toggle {
  background: rgba(36, 43, 39, 0.08);
}

.message-action-menu {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.1);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(36, 43, 39, 0.16);
  display: none;
  min-width: 118px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
}

.message-action-wrap.is-open .message-action-menu {
  display: grid;
}

.message-action-menu button {
  background: transparent;
  border: 0;
  color: #242b27;
  font-weight: 800;
  padding: 10px 12px;
  text-align: left;
}

.message-action-menu button:hover {
  background: rgba(44, 221, 155, 0.12);
}

.message-action-menu [data-message-action="delete"]:hover {
  background: rgba(184, 91, 99, 0.12);
  color: #b85b63;
}

.fiverr-message-tag,
.fiverr-message-subject {
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 850;
  margin-bottom: 8px;
}

.fiverr-message-tag {
  background: rgba(44, 221, 155, 0.16);
  border-radius: 999px;
  color: #2cdd9b;
  padding: 4px 9px;
}

.fiverr-message.from-me .fiverr-message-tag,
.fiverr-message.from-me .fiverr-message-subject {
  color: #2cdd9b;
}

.fiverr-empty-thread {
  align-self: center;
  background: rgba(44, 221, 155, 0.11);
  border: 1px dashed rgba(44, 221, 155, 0.38);
  border-radius: 20px;
  justify-self: center;
  max-width: 420px;
  padding: 26px;
  text-align: center;
}

.fiverr-empty-thread strong {
  color: #101410;
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.fiverr-composer {
  background: #fff;
  border-top: 1px solid rgba(36, 43, 39, 0.08);
  display: grid;
  align-items: end;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 48px;
  padding: 12px 16px;
}

.fiverr-composer select,
.fiverr-composer input,
.fiverr-composer textarea {
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.12);
  border-radius: 16px;
  color: #101410;
  font-size: 0.9rem;
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.fiverr-composer textarea {
  max-height: 110px;
  min-height: 48px;
  resize: none;
}

.fiverr-composer .btn {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #2cdd9b !important;
  border-color: #2cdd9b !important;
  border-radius: 50% !important;
  color: #101410 !important;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 0 !important;
  width: 48px;
}

.fiverr-composer .btn:hover {
  background: #242b27 !important;
  border-color: #242b27 !important;
  color: #2cdd9b !important;
}

.fiverr-composer select:focus,
.fiverr-composer input:focus,
.fiverr-composer textarea:focus {
  border-color: #2cdd9b;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, 0.16);
  outline: 0;
}

@media (max-width: 575.98px) {
  .portal-chat-bubble {
    width: 100%;
  }
}

.portal-hero,
.portal-auth-card,
.portal-form-layout,
.portal-panel {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, .1);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(36, 43, 39, .07);
}

.portal-hero {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 34px;
}

.portal-hero h1,
.portal-auth-copy h1,
.portal-side-copy h1 {
  color: #101410;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
}

.portal-hero p,
.portal-auth-copy p,
.portal-side-copy p,
.portal-panel p {
  color: rgba(36, 43, 39, .66);
}

.portal-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.portal-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 24px;
}

.portal-stats article {
  background: #242b27;
  border-radius: 18px;
  color: #fff;
  padding: 22px;
}

.portal-stats article:nth-child(2) {
  background: #2cdd9b;
  color: #101410;
}

.portal-stats article:nth-child(4) {
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.1);
  color: #101410;
}

.portal-stats span {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
}

.portal-stats p {
  margin: 0;
}

.portal-panel,
.portal-auth-card,
.portal-form-layout {
  padding: 30px;
}

.portal-login-card {
  align-items: stretch;
  background: #fff;
  grid-template-columns: minmax(300px, 0.88fr) minmax(340px, 1.12fr);
  overflow: hidden;
  padding: 0;
}

.portal-login-copy {
  background: #212529;
  color: #fff;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 54px);
  position: relative;
}

.portal-login-copy::before,
.portal-login-copy::after {
  border: 20px solid rgba(44, 221, 155, 0.2);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.portal-login-copy::before {
  height: 190px;
  right: -54px;
  top: -42px;
  width: 190px;
}

.portal-login-copy::after {
  bottom: 42px;
  height: 86px;
  left: 38px;
  width: 86px;
}

.portal-login-copy .section-title,
.portal-login-copy h1,
.portal-login-copy p,
.portal-login-proof {
  position: relative;
  z-index: 1;
}

.portal-login-copy .section-title {
  color: #2cdd9b;
  border: 1px solid #2cdd9b;
}

.portal-login-copy h1 {
  color: #fff;
  max-width: 520px;
}

.portal-login-copy p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 520px;
}

.portal-login-proof {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.portal-login-proof article {
  align-items: center;
  background: #2cdd9b;
  border-radius: 18px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.portal-login-proof i {
  align-items: center;
  background: #212529;
  border-radius: 50%;
  color: #2cdd9b;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.portal-login-proof span {
  color: #fff;
  font-weight: 850;
}

.portal-login-form {
  align-content: center;
  background: #fff;
  padding: clamp(28px, 4vw, 46px);
}

.portal-google-login,
.portal-login-submit {
  min-height: 52px;
}

.portal-google-login {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.12);
  border-radius: 999px;
  color: #101410;
  display: flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.portal-google-login:hover {
  border-color: rgba(44, 221, 155, 0.44);
  box-shadow: 0 14px 30px rgba(36, 43, 39, 0.08);
  color: #101410;
  transform: translateY(-2px);
}

.portal-google-logo {
  display: block;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.portal-login-divider {
  align-items: center;
  color: rgba(36, 43, 39, 0.48);
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 12px;
  text-transform: uppercase;
}

.portal-login-divider::before,
.portal-login-divider::after {
  background: rgba(36, 43, 39, 0.1);
  content: "";
  flex: 1;
  height: 1px;
}

.portal-auth-tabs {
  background: #f7f7f7;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 999px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, 1fr);
  padding: 5px;
}

.portal-auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(36, 43, 39, 0.66);
  font-weight: 900;
  min-height: 42px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.portal-auth-tabs button.is-active {
  background: #242b27;
  box-shadow: 0 10px 20px rgba(36, 43, 39, 0.1);
  color: #fff;
}

.portal-auth-pane {
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.portal-auth-pane[hidden] {
  display: none;
}

.portal-auth-inline {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-input-icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.12);
  border-radius: 16px;
  display: flex;
  gap: 10px;
  margin-top: 8px;
  padding: 0 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.portal-input-icon:focus-within {
  border-color: #2cdd9b;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, 0.16);
}

.portal-input-icon i {
  color: #212529;
}

.portal-input-icon input {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.portal-input-icon input:focus {
  box-shadow: none;
}

.portal-honey-field {
  display: none !important;
}

.portal-robot-check {
  align-items: center;
  background: rgba(44, 221, 155, 0.08);
  border: 1px solid rgba(44, 221, 155, 0.24);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 13px 14px;
}

.portal-robot-check input {
  inline-size: 1px;
  opacity: 0;
  position: absolute;
}

.portal-robot-check span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.18);
  border-radius: 10px;
  color: transparent;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 30px;
}

.portal-robot-check input:checked + span {
  background: #2cdd9b;
  border-color: #2cdd9b;
  color: #101410;
}

.portal-robot-check strong {
  color: #242b27;
  font-size: 0.9rem;
}

.portal-recaptcha {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 16px;
  overflow: hidden;
  padding: 12px;
}

.portal-recaptcha .g-recaptcha {
  min-height: 78px;
}

.portal-panel-head {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.portal-panel h2,
.portal-empty h3,
.portal-order-card h3 {
  color: #101410;
  font-weight: 900;
}

.portal-empty {
  background: rgba(44, 221, 155, .08);
  border: 1px dashed rgba(44, 221, 155, .4);
  border-radius: 18px;
  padding: 28px;
}

.portal-order-list {
  display: grid;
  gap: 14px;
}

.portal-order-card {
  align-items: center;
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, .08);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr minmax(240px, 340px);
  padding: 20px;
}

.portal-order-card span,
.portal-progress-meta {
  color: #2cdd9b;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.portal-order-view-link {
  color: #2cdd9b;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 900;
  margin-top: 8px;
  text-decoration: none;
}

.portal-order-view-link:hover {
  color: #242b27;
}

.portal-mini-list,
.portal-invoice-list {
  display: grid;
  gap: 12px;
}

.portal-mini-list article,
.portal-invoice-list article {
  align-items: center;
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 14px;
}

.portal-mini-list strong,
.portal-mini-list span,
.portal-invoice-list strong,
.portal-invoice-list span {
  display: block;
}

.portal-mini-list span,
.portal-invoice-list span {
  color: rgba(36, 43, 39, 0.58);
  font-size: 0.78rem;
  margin-top: 3px;
}

.portal-download-link {
  align-items: center;
  background: #2cdd9b;
  border-radius: 50%;
  color: #101410;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

.portal-download-link:hover {
  background: #242b27;
  color: #2cdd9b;
}

.portal-invoice-list-full article {
  grid-template-columns: minmax(0, 1fr) minmax(160px, auto) auto;
  padding: 18px;
}

.portal-progress-meta {
  display: flex;
  justify-content: space-between;
}

.portal-progress-bar {
  background: rgba(36, 43, 39, .09);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.portal-progress-bar span {
  background: #2cdd9b;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.portal-order-detail-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr);
}

.portal-order-view-page .portal-order-detail-grid,
.portal-main .portal-order-view-page .portal-order-detail-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.portal-order-view-page .portal-order-form,
.portal-main .portal-order-view-page .portal-order-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-order-detail-grid .portal-panel {
  overflow: hidden;
}

.portal-order-detail-grid .portal-panel h1 {
  color: #101410;
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  max-width: 760px;
}

.portal-order-detail-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.portal-order-detail-stats article {
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 16px;
  min-width: 0;
  padding: 16px;
}

.portal-order-detail-stats span,
.portal-order-detail-stats strong {
  display: block;
}

.portal-order-detail-stats span {
  color: rgba(36, 43, 39, 0.58);
  font-size: 0.76rem;
  font-weight: 850;
  margin-bottom: 4px;
}

.portal-order-detail-stats strong {
  color: #101410;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.portal-deadline-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 8px;
  padding: 6px 10px;
}

.portal-deadline-badge.is-success {
  background: rgba(44, 221, 155, 0.16);
  color: #0f8f62;
}

.portal-deadline-badge.is-warning {
  background: rgba(255, 193, 7, 0.18);
  color: #8a6200;
}

.portal-deadline-badge.is-danger {
  background: rgba(220, 53, 69, 0.12);
  color: #b02a37;
}

.portal-deadline-badge.is-muted {
  background: rgba(36, 43, 39, 0.08);
  color: rgba(36, 43, 39, 0.64);
}

.portal-completion-callout {
  align-items: center;
  background: #242b27;
  border-radius: 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px;
}

.portal-completion-callout strong {
  display: block;
  font-weight: 900;
}

.portal-completion-callout p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  margin: 4px 0 0;
}

.portal-completion-callout .btn {
  background: #2cdd9b;
  border-color: #2cdd9b;
  color: #101410;
}

.portal-completion-callout.is-complete {
  background: rgba(44, 221, 155, 0.12);
  border: 1px solid rgba(44, 221, 155, 0.24);
  color: #101410;
}

.portal-completion-callout.is-complete p {
  color: rgba(36, 43, 39, 0.65);
}

.portal-brief-view {
  margin-top: 24px;
}

.portal-brief-view h2 {
  color: #101410;
  font-size: 1rem;
  font-weight: 900;
  margin: 22px 0 8px;
}

.portal-brief-view p {
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 16px;
  color: rgba(36, 43, 39, 0.72);
  line-height: 1.72;
  margin: 0;
  padding: 16px;
}

.portal-auth-card,
.portal-form-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr);
}

.portal-form {
  display: grid;
  gap: 14px;
}

.portal-order-form {
  grid-template-columns: repeat(2, 1fr);
}

.portal-order-page .container {
  max-width: 1140px;
}

.portal-order-page .portal-form-layout,
.portal-order-layout,
.portal-quote-layout,
.portal-files-layout {
  align-items: start;
  gap: 0;
  grid-template-columns: 1fr;
  overflow: hidden;
  padding: 0;
}

.portal-order-page .portal-order-form,
.portal-order-layout .portal-order-form,
.portal-quote-layout .portal-order-form {
  align-self: stretch;
  background: #fff;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 20px;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
}

.portal-form-intro {
  border-bottom: 1px solid rgba(36, 43, 39, 0.08);
  margin-bottom: 4px;
  padding-bottom: 18px;
}

.portal-form-intro h1 {
  color: #101410;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 10px;
}

.portal-form-intro p:not(.section-title) {
  color: rgba(36, 43, 39, 0.64);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  max-width: 720px;
}

.portal-order-page .portal-order-form label,
.portal-order-layout .portal-order-form label,
.portal-quote-layout .portal-order-form label {
  min-width: 0;
}

.portal-order-page .portal-order-form input,
.portal-order-page .portal-order-form select,
.portal-order-page .portal-order-form textarea,
.portal-order-layout .portal-order-form input,
.portal-order-layout .portal-order-form select,
.portal-order-layout .portal-order-form textarea,
.portal-quote-layout .portal-order-form input,
.portal-quote-layout .portal-order-form select,
.portal-quote-layout .portal-order-form textarea {
  background: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  max-width: 100%;
  min-width: 0;
}

.portal-order-page .portal-order-form textarea,
.portal-order-layout .portal-order-form textarea,
.portal-quote-layout .portal-order-form textarea {
  min-height: 190px;
  resize: vertical;
}

.portal-order-page .portal-order-form input[type="file"],
.portal-order-layout .portal-order-form input[type="file"],
.portal-quote-layout .portal-order-form input[type="file"] {
  line-height: 1.4;
  padding: 12px;
}

.portal-order-page .portal-order-form small,
.portal-order-layout .portal-order-form small,
.portal-quote-layout .portal-order-form small {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  margin-top: 8px;
}

.portal-order-page .portal-order-form .btn,
.portal-order-layout .portal-order-form .btn,
.portal-quote-layout .portal-order-form .btn {
  justify-self: start;
}

.portal-files-layout .portal-form {
  align-self: stretch;
  background: #f5f8f6;
  border: 1px solid rgba(36, 43, 39, 0.08);
  border-radius: 20px;
  gap: 18px;
  grid-template-columns: 1fr;
  max-width: 100%;
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
}

.portal-files-layout .portal-form label {
  min-width: 0;
}

.portal-files-layout .portal-form input,
.portal-files-layout .portal-form textarea {
  background: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  max-width: 100%;
  min-width: 0;
}

.portal-files-layout .portal-form textarea {
  min-height: 170px;
  resize: vertical;
}

.portal-files-layout .portal-form input[type="file"] {
  line-height: 1.4;
  padding: 12px;
}

.portal-files-layout .portal-form small {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  margin-top: 8px;
}

.portal-files-layout .portal-form .btn {
  justify-self: start;
}

.portal-wide {
  grid-column: 1 / -1;
}

.portal-form label {
  color: #242b27;
  font-size: .85rem;
  font-weight: 850;
}

.portal-form input,
.portal-form select,
.portal-form textarea {
  background: #fff;
  border: 1px solid rgba(36, 43, 39, .12);
  border-radius: 14px;
  color: #101410;
  display: block;
  margin-top: 8px;
  padding: 13px 15px;
  width: 100%;
}

.portal-form input:focus,
.portal-form select:focus,
.portal-form textarea:focus {
  border-color: #2cdd9b;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, .16);
  outline: 0;
}

.portal-form .portal-input-icon input {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.portal-form .portal-input-icon input:focus {
  box-shadow: none;
}

.portal-form .portal-robot-check input {
  display: inline;
  inline-size: 1px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 1px;
}

.portal-form small,
.portal-form-note {
  color: rgba(36, 43, 39, .58);
}

.portal-alert {
  border-radius: 14px;
  font-weight: 800;
  margin-bottom: 16px;
  padding: 14px 16px;
}

.portal-alert-success {
  background: rgba(44, 221, 155, .14);
  color: #116b4d;
}

.portal-alert-error {
  background: rgba(220, 53, 69, .1);
  color: #b42335;
}

.portal-message-notice {
  border-radius: 14px;
  font-size: 0.85rem;
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1.45;
  padding: 11px 13px;
}

.portal-message-notice.is-success {
  background: rgba(44, 221, 155, 0.14);
  color: #116b4d;
}

.portal-message-notice.is-warning {
  background: rgba(36, 43, 39, 0.08);
  color: #242b27;
}

.portal-message-notice.is-error {
  background: rgba(220, 53, 69, 0.1);
  color: #b42335;
}

.portal-dialog-backdrop {
  align-items: center;
  background: rgba(16, 20, 16, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 3000;
}

.portal-dialog-backdrop.is-visible {
  opacity: 1;
}

.portal-dialog {
  background: #fff;
  border: 1px solid rgba(44, 221, 155, 0.22);
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(16, 20, 16, 0.24);
  color: #101410;
  display: grid;
  gap: 16px;
  max-width: 520px;
  padding: clamp(22px, 4vw, 30px);
  position: relative;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.18s ease;
  width: min(100%, 520px);
}

.portal-dialog-backdrop.is-visible .portal-dialog {
  transform: translateY(0) scale(1);
}

.portal-dialog-close {
  align-items: center;
  background: rgba(36, 43, 39, 0.06);
  border: 0;
  border-radius: 999px;
  color: #242b27;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
}

.portal-dialog-icon {
  align-items: center;
  background: rgba(44, 221, 155, 0.16);
  border-radius: 999px;
  color: #16845b;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.portal-dialog-icon.is-danger {
  background: rgba(184, 91, 99, 0.12);
  color: #b42335;
}

.portal-dialog-copy h3 {
  color: #101410;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 42px 6px 0;
}

.portal-dialog-copy p {
  color: rgba(36, 43, 39, 0.68);
  line-height: 1.6;
  margin: 0;
}

.portal-dialog-input {
  background: #f8fbf9;
  border: 1px solid rgba(36, 43, 39, 0.12);
  border-radius: 16px;
  color: #101410;
  min-height: 130px;
  padding: 14px 16px;
  resize: vertical;
  width: 100%;
}

.portal-dialog-input:focus {
  border-color: #2cdd9b;
  box-shadow: 0 0 0 4px rgba(44, 221, 155, 0.14);
  outline: 0;
}

.portal-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.portal-dialog-actions .btn {
  min-height: 44px;
  padding-inline: 22px;
}

@media (max-width: 991.98px) {
  .portal-shell {
    grid-template-columns: 1fr;
  }

  .portal-shell.is-messages-open {
    grid-template-columns: 1fr;
  }

  .portal-sidebar,
  .portal-chat-widget {
    position: static;
  }

  .portal-sidebar {
    display: grid;
    gap: 14px;
  }

  .portal-menu-toggle {
    display: flex;
  }

  .portal-menu {
    display: none;
  }

  .portal-menu.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portal-menu a {
    justify-content: flex-start;
    text-align: left;
  }

  .portal-menu a span {
    display: inline;
  }

  .portal-sidebar-cta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 0;
  }

  .portal-sidebar-cta p {
    margin-bottom: 0;
  }

  .portal-sidebar-cta .btn {
    width: auto;
  }

  .portal-chat-widget-thread {
    max-height: 280px;
  }

  .fiverr-chat-shell {
    grid-template-columns: 1fr;
  }

  .fiverr-chat-list {
    border-bottom: 1px solid rgba(36, 43, 39, 0.08);
    border-right: 0;
    max-height: 320px;
  }

  .fiverr-composer {
    grid-template-columns: 1fr;
  }

  .portal-hero,
  .portal-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-stats,
  .portal-auth-card,
  .portal-login-card,
  .portal-form-layout,
  .portal-order-detail-grid,
  .portal-order-detail-stats,
  .portal-order-card,
  .portal-order-form {
    grid-template-columns: 1fr;
  }

  .portal-login-copy {
    min-height: auto;
  }

  .portal-order-layout .portal-order-form,
  .portal-quote-layout .portal-order-form {
    grid-template-columns: 1fr;
  }

  .portal-hero-actions {
    justify-content: flex-start;
  }

  .portal-mini-list article,
  .portal-invoice-list article,
  .portal-invoice-list-full article {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .portal-shell {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .portal-shell .portal-chat-widget {
    display: none;
  }

  .fiverr-composer {
    grid-template-columns: minmax(0, 1fr) 48px;
  }
}

@media (max-width: 575.98px) {
  .portal-sidebar,
  .portal-chat-widget,
  .portal-hero,
  .portal-login-card,
  .portal-panel {
    border-radius: 18px;
  }

  .portal-login-copy,
  .portal-login-form {
    padding: 26px;
  }

  .portal-auth-inline {
    grid-template-columns: 1fr;
  }

  .portal-recaptcha {
    overflow-x: auto;
  }

  .portal-order-layout .portal-order-form,
  .portal-quote-layout .portal-order-form {
    padding: 20px;
  }

  .portal-files-layout .portal-form {
    padding: 20px;
  }

  .portal-form-intro h1 {
    font-size: 2rem;
  }

  .portal-completion-callout,
  .portal-completion-callout .btn {
    width: 100%;
  }

  .portal-completion-callout .btn {
    justify-content: center;
  }

  .portal-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portal-menu a {
    min-height: 42px;
    padding: 10px;
  }

  .portal-sidebar-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .portal-sidebar-cta .btn {
    width: 100%;
  }

  .portal-chat-widget-thread article.is-admin,
  .portal-chat-widget-thread article.is-client {
    margin-left: 0;
    margin-right: 0;
  }

  .portal-order-detail-stats {
    grid-template-columns: 1fr;
  }

  .fiverr-chat-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .fiverr-message {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-kenya-section > .container::before,
  .home-kenya-section > .container::after,
  .why-section > .container::before,
  .why-section > .container::after,
  .portfolio-showcase > .container::before,
  .portfolio-showcase > .container::after,
  .about-team-section > .container::before,
  .about-team-section > .container::after,
  .pitch-hero-section > .container::before,
  .pitch-hero-section > .container::after,
  .pitch-cta-section > .container::before,
  .pitch-cta-section > .container::after,
  .pricing-detail-hero::before,
  .pricing-detail-hero::after,
  .qrcode-hero-section > .container::before,
  .qrcode-hero-section > .container::after,
  .onsite-sitemap-hero::before,
  .onsite-sitemap-hero::after,
  .help-center-page .mb-help-hero::before,
  .help-center-page .mb-help-hero::after,
  .footer-cta .cta-wrap::before,
  .footer-cta .cta-wrap::after,
  .careers-section .career-hero::before,
  .careers-section .career-hero::after,
  .call-back > .container::before,
  .call-back > .container::after {
    animation: none;
  }
}

/* Responsive hardening pass: keep public pages and the client portal inside the viewport. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

.navbar {
  z-index: 1040;
}

.navbar .container,
.client-portal-page .container {
  min-width: 0;
}

.navbar-collapse {
  min-width: 0;
}

.navbar .header-pitch-btn {
  white-space: nowrap;
}

.portal-shell,
.portal-main,
.portal-sidebar,
.portal-chat-widget,
.portal-panel,
.portal-form,
.portal-form-layout,
.portal-login-card,
.portal-order-card,
.portal-mini-list article,
.portal-invoice-list article,
.fiverr-chat-shell,
.fiverr-chat-list,
.fiverr-chat-panel,
.fiverr-thread,
.fiverr-composer {
  min-width: 0;
  max-width: 100%;
}

.portal-sidebar-profile > div:last-child,
.portal-hero > div,
.portal-panel-head > div,
.portal-order-card > div,
.portal-progress,
.portal-mini-list article > div,
.portal-invoice-list article > div,
.fiverr-conversation-copy,
.fiverr-chat-person > div,
.fiverr-message,
.portal-chat-widget-thread article {
  min-width: 0;
}

.portal-sidebar-profile strong,
.portal-hero h1,
.portal-panel h1,
.portal-panel h2,
.portal-order-card h3,
.fiverr-chat-person h2,
.fiverr-conversation-copy strong,
.portal-mini-list strong,
.portal-invoice-list strong {
  overflow-wrap: anywhere;
  word-break: normal;
}

.portal-form input,
.portal-form select,
.portal-form textarea,
.fiverr-composer textarea,
.portal-chat-quick-form textarea,
.portal-chat-quick-form button,
.portal-login-form input,
.portal-login-form button,
.portal-google-login {
  max-width: 100%;
}

.portal-order-form input[type="file"],
.portal-files-layout input[type="file"] {
  white-space: normal;
}

.portal-hero-actions,
.portal-panel-head,
.portal-dialog-actions {
  min-width: 0;
}

.portal-hero-actions .btn,
.portal-panel-head .btn {
  white-space: normal;
}

.table-responsive,
.pricing-detail-section .table-responsive {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .navbar {
    position: sticky;
    top: 0;
  }

  .navbar-collapse {
    border-top: 1px solid rgba(36, 43, 39, 0.08);
    margin-top: 12px;
    padding-top: 12px;
  }

  .navbar-nav {
    gap: 4px;
  }

  .navbar .nav-link {
    border-radius: 12px;
    padding: 10px 12px;
  }

  .navbar .header-pitch-btn {
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }

  .client-portal-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .client-portal-page > .container {
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .portal-shell {
    gap: 14px;
  }

  .portal-shell.is-messages-open {
    grid-template-columns: 1fr;
  }

  .portal-sidebar-profile {
    align-items: flex-start;
  }

  .portal-menu-toggle {
    display: flex;
  }

  .portal-menu {
    display: none;
  }

  .portal-menu.is-open {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portal-menu a {
    justify-content: flex-start;
    min-width: 0;
    position: relative;
    text-align: left;
  }

  .portal-menu a span {
    display: inline;
  }

  .portal-menu-badge {
    position: absolute;
    right: 6px;
    top: 5px;
  }

  .portal-chat-widget {
    max-height: none;
  }

  .portal-chat-widget-thread {
    overflow-y: auto;
  }

  .portal-login-card {
    grid-template-columns: 1fr;
  }

  .portal-login-copy::before {
    right: -78px;
  }
}

@media (max-width: 767.98px) {
  .portal-form-layout,
  .portal-panel,
  .portal-sidebar,
  .portal-chat-widget {
    padding: 20px;
  }

  .portal-hero {
    padding: 24px;
  }

  .portal-hero h1,
  .portal-panel h1 {
    font-size: clamp(2rem, 12vw, 3.25rem);
    line-height: 1.02;
  }

  .portal-panel h2,
  .fiverr-chat-list-head h3,
  .portal-chat-widget-head h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .portal-order-detail-stats {
    gap: 10px;
  }

  .portal-order-detail-stats article {
    padding: 14px;
  }

  .portal-order-detail-stats strong {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .portal-mini-list article,
  .portal-invoice-list article {
    gap: 10px;
  }

  .portal-mini-list article .text-end,
  .portal-invoice-list article .text-end {
    text-align: left !important;
  }

  .portal-download-link {
    height: 42px;
    width: 42px;
  }

  .fiverr-chat-list {
    max-height: none;
  }

  .fiverr-thread {
    max-height: 60vh;
    padding: 16px;
  }

  .fiverr-message {
    padding: 14px;
  }

  .message-action-menu {
    max-width: calc(100vw - 48px);
  }

  .portal-dialog {
    margin: 14px;
    max-width: calc(100vw - 28px);
  }
}

@media (max-width: 575.98px) {
  .client-portal-page > .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portal-sidebar,
  .portal-chat-widget,
  .portal-hero,
  .portal-panel,
  .portal-form-layout {
    border-radius: 16px;
  }

  .portal-sidebar-profile {
    gap: 10px;
  }

  .portal-sidebar-avatar {
    flex-basis: 44px;
  }

  .portal-menu {
    gap: 6px;
  }

  .portal-menu.is-open {
    grid-template-columns: 1fr;
  }

  .portal-menu a {
    border-radius: 12px;
    min-height: 44px;
    padding: 8px 6px;
  }

  .portal-sidebar-cta {
    padding: 16px;
  }

  .portal-hero-actions,
  .portal-panel-head,
  .portal-dialog-actions {
    width: 100%;
  }

  .portal-hero-actions .btn,
  .portal-panel-head .btn,
  .portal-dialog-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .portal-order-form,
  .portal-order-layout .portal-order-form,
  .portal-quote-layout .portal-order-form,
  .portal-main .portal-order-view-page .portal-order-form {
    grid-template-columns: 1fr !important;
  }

  .portal-order-form .btn,
  .portal-login-submit,
  .portal-google-login {
    justify-content: center;
    width: 100%;
  }

  .fiverr-chat-shell {
    border-radius: 16px;
  }

  .fiverr-chat-list,
  .fiverr-chat-panel {
    padding: 16px;
  }

  .fiverr-chat-person {
    align-items: flex-start;
  }

  .fiverr-composer {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 46px;
    padding: 10px;
  }

  .fiverr-composer textarea {
    min-height: 46px;
    padding: 12px 14px;
  }

  .fiverr-composer .btn {
    height: 46px;
    width: 46px;
  }
}

@media (max-width: 380px) {
  .portal-menu.is-open {
    grid-template-columns: 1fr;
  }

  .portal-auth-card,
  .portal-form-layout,
  .portal-panel,
  .portal-sidebar,
  .portal-chat-widget,
  .portal-hero {
    padding: 16px;
  }
}

/* Site-wide gutters: keep content from touching device edges. */
:root {
  --cms-page-gutter: clamp(18px, 4.8vw, 34px);
}

.navbar > .container,
main > .container,
section > .container,
section.container,
.ark-main-wrapper > .container,
.container.cms-gutter,
.client-portal-page > .container,
.pricing-detail-section > .container,
.services-index-section > .container,
.portfolio-showcase > .container,
.home-products-section > .container,
.home-overview-section > .container,
.home-kenya-section > .container,
.home-blog-section > .container,
.about-intro-section > .container,
.why-section > .container,
.about-team-section > .container,
.pitch-hero-section > .container,
.pitch-services-section > .container,
.pitch-process-section > .container,
.pitch-fit-section > .container,
.pitch-cta-section > .container,
.call-back > .container,
.footer-cta .container,
.qrcode-hero-section > .container,
.qrcode-benefits-section > .container,
.career-apply-section > .container {
  padding-left: max(var(--bs-gutter-x, 1.5rem) * .5, var(--cms-page-gutter)) !important;
  padding-right: max(var(--bs-gutter-x, 1.5rem) * .5, var(--cms-page-gutter)) !important;
}

.container-fluid > .container {
  padding-left: max(var(--bs-gutter-x, 1.5rem) * .5, var(--cms-page-gutter)) !important;
  padding-right: max(var(--bs-gutter-x, 1.5rem) * .5, var(--cms-page-gutter)) !important;
}

@media (min-width: 768px) {
  :root {
    --cms-page-gutter: clamp(22px, 3vw, 44px);
  }
}

@media (min-width: 1200px) {
  :root {
    --cms-page-gutter: 24px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --cms-page-gutter: 20px;
  }

  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar > .container,
  main > .container,
  section > .container,
  section.container,
  .ark-main-wrapper > .container,
  .container-fluid > .container,
  .client-portal-page > .container,
  .portfolio-showcase > .container,
  .home-products-section > .container,
  .pricing-detail-section > .container,
  .services-index-section > .container {
    padding-left: var(--cms-page-gutter) !important;
    padding-right: var(--cms-page-gutter) !important;
  }
}

/* Pricing and blog mobile refinements. */
@media (max-width: 575.98px) {
  .pricing-page-section,
  .ark-main-wrapper > .container {
    max-width: 100%;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .pricing-page-section .pricing-hero,
  .pricing-page-section .plan-card,
  .ark-card-horizontal,
  .ark-detail-card,
  .ark-side-widget {
    border-radius: 18px;
  }

  .pricing-page-section .pricing-tabs {
    border-radius: 22px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }

  .pricing-page-section .tab-btn {
    min-width: 0;
    padding: 11px 10px;
    text-align: center;
    width: 100%;
  }

  .pricing-page-section .cat-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .pricing-page-section .cat-title {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
    line-height: 1.05;
  }

  .pricing-page-section .cat-desc {
    max-width: 100%;
  }

  .pricing-page-section #pricingGrid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-page-section #pricingGrid > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-page-section .plan-card {
    padding: 16px;
  }

  .pricing-page-section .plan-more-wrap {
    max-height: 128px;
  }

  .ark-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .ark-main-wrapper .row.g-5 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 1.5rem;
  }

  .ark-main-wrapper .row.g-4 {
    --bs-gutter-x: 0;
  }

  .ark-main-wrapper .d-flex.justify-content-between.align-items-center {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 12px;
  }

  .ark-card-horizontal .card-row {
    display: block;
  }

  .ark-card-horizontal .img-col,
  .ark-card-horizontal .content-col {
    width: 100%;
  }

  .ark-img-box {
    height: 260px;
  }

  .ark-card-horizontal .p-4 {
    padding: 20px !important;
  }

  .ark-card-horizontal h4 {
    font-size: 1.22rem;
    line-height: 1.18;
  }

  .ark-detail-hero {
    height: 360px;
  }

  .ark-hero-text {
    padding: 24px;
  }

  .ark-hero-text h1 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .ark-detail-card > .p-4,
  .ark-detail-card > .p-md-5 {
    padding: 22px !important;
  }

  .ark-content-body {
    font-size: 1rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 380px) {
  .pricing-page-section,
  .ark-main-wrapper > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .pricing-page-section .pricing-tabs {
    grid-template-columns: 1fr;
  }

  .ark-img-box {
    height: 220px;
  }
}
