
:root {
  --ink: #181b34;
  --muted: #61677f;
  --line: #e6e8f5;
  --soft: #f6f7ff;
  --lavender: #f0f2ff;
  --primary: #6161ff;
  --primary-dark: #5034ff;
  --pink: #4f46e5;
  --green: #00c875;
  --blue: #0086c9;
  --orange: #fdab3d;
  --purple: #a25ddc;
  --shadow: 0 24px 80px rgba(24, 27, 52, 0.12);
  --review-promo-height: 34px;
}

/* Keep Journey typography aligned with the calculator/reviews hierarchy on
   the wider phone preview used by the in-app browser (up to 820px). */
@media (max-width: 820px) {
  body .journey > .section-title > span {
    font-size: clamp(0.74rem, 2.8vw, 0.88rem) !important;
    letter-spacing: 0.18em !important;
  }

  body .journey > .section-title h2 {
    font-size: clamp(1.46rem, 5.5vw, 1.85rem) !important;
    line-height: 1.08 !important;
  }

  /* The journey artwork has its own title layer. Keep it aligned to the
     surrounding calculator/reviews typography and centered in the artwork. */
  body .journey-reference-svg #header-text {
    transform: translateX(-6.8%);
    transform-box: view-box;
    transform-origin: center;
  }

  body .journey-reference-svg #header-text > text:first-child {
    font-size: 22px !important;
  }

  body .journey-reference-svg #header-text > text:nth-child(2),
  body .journey-reference-svg #header-text > text:nth-child(3) {
    font-size: 62px !important;
  }
}

/* Authoritative homepage online process flow */
body .process {
  overflow: visible !important;
  padding-top: clamp(54px, 6vw, 86px) !important;
  padding-bottom: clamp(46px, 5.5vw, 76px) !important;
}

body .process::before,
body .process-grid article::before {
  display: none !important;
}

body .process .section-title {
  margin-bottom: clamp(36px, 5vw, 56px) !important;
}

body .process .section-title > span {
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body .process .section-title h2 {
  max-width: 720px !important;
  font-size: clamp(2rem, 4.2vw, 3.25rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

body .process-grid {
  width: min(100%, 1120px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: start !important;
}

body .process-grid::before {
  display: none !important;
  content: none !important;
  top: 15px !important;
  right: 11% !important;
  left: 11% !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(97, 97, 255, 0.08), rgba(97, 97, 255, 0.18), rgba(97, 97, 255, 0.08)) !important;
  box-shadow: none !important;
}

body .process-grid article {
  position: relative !important;
  display: grid !important;
  justify-items: center !important;
  min-height: 0 !important;
  padding: 0 10px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body .process-grid article::after {
  content: "→" !important;
  position: absolute !important;
  top: 84px !important;
  right: calc(-1 * clamp(22px, 3vw, 42px)) !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #5f50f6 !important;
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body .process-grid article:last-child::after {
  display: none !important;
}

body .process-grid small {
  position: relative !important;
  z-index: 2 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 auto 28px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #6256f7 !important;
  box-shadow: 0 10px 22px rgba(97, 97, 255, 0.24) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .process-grid small::after {
  content: "" !important;
  position: absolute !important;
  top: 30px !important;
  left: 50% !important;
  width: 2px !important;
  height: 26px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(98, 86, 247, 0.42), rgba(98, 86, 247, 0.08)) !important;
}

body .process-illustration {
  display: grid !important;
  place-items: center !important;
  width: 66px !important;
  height: 66px !important;
  margin: 0 auto 16px !important;
  border: 1px solid rgba(97, 97, 255, 0.18) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #f2f0ff, #fff) !important;
  box-shadow: 0 16px 34px rgba(97, 97, 255, 0.12) !important;
}

body .process-illustration::before {
  content: "" !important;
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #5f50f6 !important;
  clip-path: none !important;
  transform: none !important;
  -webkit-mask: var(--process-icon) center / contain no-repeat !important;
  mask: var(--process-icon) center / contain no-repeat !important;
}

body .process-step.request .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 8h28a6 6 0 0 1 6 6v15a6 6 0 0 1-6 6H24.5L13.2 43.4A2 2 0 0 1 10 41.8V35a6 6 0 0 1-6-6V14a6 6 0 0 1 6-6Zm5 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm9 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm9 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

body .process-step.confirm .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M13 3h15.5L40 14.5V41a4 4 0 0 1-4 4H13a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm14 4v10h10L27 7ZM16 24h16v4H16v-4Zm0 8h16v4H16v-4Z'/%3E%3C/svg%3E");
}

body .process-step.online .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 9a5 5 0 0 1 5-5h22a5 5 0 0 1 5 5v20H8V9Zm4 0v16h24V9H12ZM4 33h40l-3.2 7.2A5 5 0 0 1 36.2 43H11.8a5 5 0 0 1-4.6-2.8L4 33Zm17 3 1 2h4l1-2h-6Z'/%3E%3C/svg%3E");
}

body .process-grid h3 {
  margin: 0 0 6px !important;
  color: #181b34 !important;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem) !important;
  font-weight: 760 !important;
  line-height: 1.15 !important;
}

body .process-grid p {
  max-width: 178px !important;
  margin: 0 auto !important;
  color: #596176 !important;
  font-size: clamp(0.74rem, 0.9vw, 0.84rem) !important;
  line-height: 1.38 !important;
}

@media (max-width: 760px) {
  body .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 22px !important;
  }

  body .process-grid::before,
  body .process-grid article::after {
    display: none !important;
  }

  body .process-grid small {
    margin-bottom: 22px !important;
  }

  body .process-grid small::after {
    height: 20px !important;
  }
}

/* Final homepage promo/header state: keep the WhatsApp button visible on tap
   and give the bell icon a small, intentional separation from “Updates”. */
.review-promo-updates {
  gap: 5px !important;
}

.review-promo-updates-icon {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"],
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:hover,
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:focus,
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:focus-visible,
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:active {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: transparent !important;
    background: transparent url("assets/whatsapp-call-icon-clean-square.png?v=whatsapp-clean-20260809") center center / 46px 46px no-repeat !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  
}

@media (max-width: 520px) {
  body .process-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

/* Polished online process timeline */
.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  inset: 26% 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(97, 97, 255, 0.22), rgba(24, 199, 167, 0.2), transparent);
  pointer-events: none;
}

.process .section-title {
  position: relative;
  z-index: 1;
}

.process-grid {
  position: relative;
  z-index: 1;
  gap: 18px;
  align-items: stretch;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(97, 97, 255, 0.25), rgba(24, 199, 167, 0.32), rgba(253, 171, 61, 0.28), rgba(97, 97, 255, 0.24));
  box-shadow: 0 10px 24px rgba(97, 97, 255, 0.1);
}

.process-grid article {
  position: relative;
  min-height: 238px;
  padding: 28px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(214, 221, 246, 0.9);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, rgba(97, 97, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 20px 50px rgba(24, 27, 52, 0.075);
}

.process-grid article::before {
  content: "";
  position: absolute;
  top: 36px;
  right: -30px;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(97, 97, 255, 0.06);
}

.process-grid article::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 34px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(97, 97, 255, 0.13);
}

.process-illustration {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  border: 1px solid rgba(97, 97, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, #f2f1ff, #fff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(97, 97, 255, 0.1);
}

.process-grid small {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #4a39f2;
  background: rgba(97, 97, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.18rem, 1.55vw, 1.5rem);
  line-height: 1.1;
  font-weight: 780;
}

.process-grid p {
  max-width: 250px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  line-height: 1.55;
}

.process-step.confirm .process-illustration {
  border-color: rgba(24, 199, 167, 0.22);
  background: linear-gradient(145deg, #eafaf5, #fff);
}

.process-step.confirm::after {
  background: #18c7a7;
  box-shadow: 0 0 0 6px rgba(24, 199, 167, 0.14);
}

.process-step.online .process-illustration {
  border-color: rgba(253, 171, 61, 0.24);
  background: linear-gradient(145deg, #fff5e6, #fff);
}

.process-step.online::after {
  background: #fdab3d;
  box-shadow: 0 0 0 6px rgba(253, 171, 61, 0.16);
}

.process-step.updates .process-illustration {
  border-color: rgba(162, 93, 220, 0.22);
  background: linear-gradient(145deg, #f7efff, #fff);
}

.process-step.updates::after {
  background: #a25ddc;
  box-shadow: 0 0 0 6px rgba(162, 93, 220, 0.14);
}

@media (max-width: 760px) {
  

  

  

  

  

  

  

  

  body .process-grid small {
    margin-bottom: 3px;
    padding: 3px 6px;
    font-size: 0.54rem;
  }

  

  
}

/* Final unified header and bright brand override. Keep this block at EOF. */


body .hero-accent-word {
  color: #6758f4 !important;
}


/* Final homepage WhatsApp affordance: larger on desktop, clean icon-only on
   phones, and no white tap/focus strip from the shared mobile header rule. */


@media (max-width: 760px) {
  

  

  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:where(:hover, :focus, :focus-visible, :active) {
    background-color: transparent !important;
    background-image: url("assets/whatsapp-call-icon-clean-square.png?v=whatsapp-clean-20260809") !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 980px) {
  

  

  
}

@media (max-width: 760px) {
  

  

  

  
}

/* EOF mobile footer override */
@media (max-width: 760px) {
  

  
}

/* TRUE LAST: lock service-suite arrow icons so Utilities/Admin cannot fly on hover/tap. */
html body .services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration > path:last-child,
html body .services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration > path:last-child,
html body .services-suite-frame:has(.suite-arrow-utilities:hover) #Utilities-Registration > path:last-child,
html body .services-suite-frame:has(.suite-arrow-utilities:focus-visible) #Utilities-Registration > path:last-child,
html body .services-suite-frame:has(.suite-link-admin:hover) #Admin-Support > path:last-child,
html body .services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support > path:last-child,
html body .services-suite-frame:has(.suite-arrow-admin:hover) #Admin-Support > path:last-child,
html body .services-suite-frame:has(.suite-arrow-admin:focus-visible) #Admin-Support > path:last-child {
  animation: none !important;
  transform: translate(0, 0) scale(1) !important;
  transform-box: fill-box !important;
  transform-origin: center center !important;
}

html body .services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration > circle:last-of-type,
html body .services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration > circle:last-of-type,
html body .services-suite-frame:has(.suite-arrow-utilities:hover) #Utilities-Registration > circle:last-of-type,
html body .services-suite-frame:has(.suite-arrow-utilities:focus-visible) #Utilities-Registration > circle:last-of-type,
html body .services-suite-frame:has(.suite-link-admin:hover) #Admin-Support > circle:last-of-type,
html body .services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support > circle:last-of-type,
html body .services-suite-frame:has(.suite-arrow-admin:hover) #Admin-Support > circle:last-of-type,
html body .services-suite-frame:has(.suite-arrow-admin:focus-visible) #Admin-Support > circle:last-of-type {
  animation: none !important;
  transform: translate(0, 0) scale(1) !important;
  transform-box: fill-box !important;
  transform-origin: center center !important;
}

/* Last override: make homepage mobile carousel frame hug the image with no vertical gap. */
@media (max-width: 760px) {
  html body .hero:has(.hero-service-carousel) .hero-carousel-frame {
    height: clamp(230px, 61vw, 310px) !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body .hero:has(.hero-service-carousel) .hero-carousel-track,
  html body .hero:has(.hero-service-carousel) .hero-service-slide,
  html body .hero:has(.hero-service-carousel) .hero-slide-visual,
  html body .hero:has(.hero-service-carousel) .hero-slide-visual img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  html body .hero:has(.hero-service-carousel) .hero-service-slide {
    padding: 0 !important;
  }

  html body .hero:has(.hero-service-carousel) .hero-slide-visual {
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }
}

/* Keep service-suite arrow icons locked in place on hover/tap. */
html body .services-suite-frame:has(.suite-link:hover) .services-suite-svg #cards > g > path:last-child,
html body .services-suite-frame:has(.suite-link:focus-visible) .services-suite-svg #cards > g > path:last-child,
html body .services-suite-frame:has(.suite-arrow-link:hover) .services-suite-svg #cards > g > path:last-child,
html body .services-suite-frame:has(.suite-arrow-link:focus-visible) .services-suite-svg #cards > g > path:last-child,
html body .services-suite-frame:has(.suite-link:hover) .services-suite-svg #cards > g > circle:last-of-type,
html body .services-suite-frame:has(.suite-link:focus-visible) .services-suite-svg #cards > g > circle:last-of-type,
html body .services-suite-frame:has(.suite-arrow-link:hover) .services-suite-svg #cards > g > circle:last-of-type,
html body .services-suite-frame:has(.suite-arrow-link:focus-visible) .services-suite-svg #cards > g > circle:last-of-type {
  animation: none !important;
  transform: none !important;
}

/* ID-based suite sequence so all 7 cards, including Utilities and Admin, spotlight reliably. */
html body .services-suite-svg g.suite-card-spotlight {
  animation: none !important;
  transform-box: fill-box !important;
  transform-origin: center center !important;
  filter: drop-shadow(0 24px 30px rgba(31, 38, 85, 0.18)) !important;
  transform: translateY(-10px) scale(1.16) !important;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease !important;
}

@media (max-width: 760px) {
  html body .services-suite-svg g.suite-card-spotlight {
    filter: drop-shadow(0 16px 22px rgba(31, 38, 85, 0.16)) !important;
    transform: translateY(-5px) scale(1.1) !important;
  }
}

/* TRUE EOF homepage mobile image-frame adjustment. */
@media (max-width: 760px) {
  

  

  html body .hero-carousel-frame {
    width: 100% !important;
    height: clamp(230px, 61vw, 310px) !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  html body .hero-carousel-track {
    height: 100% !important;
    min-height: 0 !important;
  }

  html body .hero-service-slide {
    padding: 0 !important;
  }

  html body .hero-slide-visual {
    width: 100% !important;
    height: clamp(230px, 61vw, 310px) !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  

  
}

/* Homepage mobile final polish: wider hero image, larger WhatsApp icon, square menu. */
@media (max-width: 760px) {
  html body .hero:has(.hero-service-carousel) {
    grid-template-columns: minmax(0, 1.04fr) minmax(154px, 0.96fr) !important;
    gap: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html body .hero-service-carousel.product-scene {
    justify-self: stretch !important;
  }

  html body .hero-carousel-frame {
    width: 100% !important;
    min-height: clamp(246px, 66vw, 330px) !important;
  }

  html body .hero-carousel-track {
    min-height: clamp(246px, 66vw, 330px) !important;
  }

  html body .hero-slide-visual {
    height: clamp(230px, 61vw, 310px) !important;
  }

  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 38px !important;
    min-height: 38px !important;
    background-size: 42px 42px !important;
  }

  html body .monday-nav .mobile-menu-button {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 14px !important;
  }
}

/* Homepage mobile header: match service-page compact right actions. */
@media (max-width: 760px) {
  html body .monday-nav {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    column-gap: 4px !important;
    padding-right: 8px !important;
  }

  html body .monday-nav .monday-logo {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body .monday-nav .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-items: center !important;
    gap: 4px !important;
    margin-left: auto !important;
  }

  html body .monday-nav .nav-actions .calculator-nav-button {
    min-height: 38px !important;
    height: 38px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 13px !important;
    font-size: clamp(0.72rem, 2.55vw, 0.86rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 38px !important;
    min-height: 38px !important;
    background-size: 40px 40px !important;
    background-position: center center !important;
  }

  html body .monday-nav .mobile-menu-button {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 42px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin-left: 0 !important;
    border-radius: 14px !important;
  }
}

/* Homepage hero review proof: keep the card tucked in with the title width. */
html body .hero-copy .hero-trust-card {
  width: fit-content !important;
  max-width: min(100%, 520px) !important;
  justify-self: start !important;
}

@media (min-width: 761px) {
  html body .hero-copy .hero-trust-card {
    padding-right: 12px !important;
  }
}

/* Final mobile footer override */
@media (max-width: 760px) {
  

  
}

/* Mobile footer final polish */
@media (max-width: 760px) {
  body .monday-footer {
    width: min(100% - 28px, 520px) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 18px 0 20px !important;
    color: #70778b !important;
    white-space: nowrap !important;
  }

  body .monday-footer span,
  body .monday-footer small {
    display: inline !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: clamp(0.58rem, 2.4vw, 0.68rem) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

/* Mobile contact polish: compact title, same-row CTA buttons, and single-line registration number. */
@media (max-width: 760px) {
  body .contact {
    width: calc(100% - 28px) !important;
    padding: 38px 18px 40px !important;
    border-radius: 28px !important;
  }

  body .contact > span {
    margin-bottom: 12px !important;
    font-size: 0.78rem !important;
  }

  body .contact h2 {
    max-width: 330px !important;
    margin-bottom: 16px !important;
    font-size: clamp(2rem, 8vw, 2.55rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  body .contact p {
    max-width: 330px !important;
    margin-bottom: 22px !important;
    font-size: clamp(1.02rem, 4.2vw, 1.18rem) !important;
    line-height: 1.45 !important;
  }

  body .contact-actions {
    width: min(100%, 350px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  body .contact-actions a[href*="wa.me"] {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    font-size: clamp(0.86rem, 3.9vw, 1rem) !important;
    white-space: nowrap !important;
  }

  body .contact-actions .linktree-action {
    flex: 0 0 48px !important;
    min-width: 48px !important;
    width: 48px !important;
    min-height: 48px !important;
    height: 48px !important;
  }

  body .contact-actions .linktree-action img {
    width: 48px !important;
    height: 48px !important;
  }

  body .contact-meta {
    width: 100% !important;
    gap: 8px !important;
    margin-top: 24px !important;
  }

  body .contact-meta small {
    max-width: 100% !important;
    font-size: clamp(0.62rem, 2.65vw, 0.78rem) !important;
    line-height: 1.35 !important;
  }

  body .contact-meta small:last-child {
    white-space: nowrap !important;
  }
}

/* Clean white canvas pass: remove the soft purple/grey wash from main surfaces. */
html,
body {
  background: #fff !important;
}

body .monday-topbar,
body .monday-nav,
body .hero,
body .section,
body .trusted,
body .logo-cloud,
body .who-help,
body .services-suite-section,
body .calculator,
body .documents,
body .process,
body .founder,
body .journey,
body .reviews,
body .footer {
  background-color: #fff !important;
  background-image: none !important;
}

body .hero:has(.hero-service-carousel) {
  background: #fff !important;
}

body .process-grid article {
  background: #fff !important;
}

/* EOF contact/icon polish. */


/* Final contact/icon polish. */


/* Final homepage polish: brighter white base, cooler purple, and clearer header CTAs. */


body .hero-accent-word {
  color: #6256f7;
}


body .monday-nav .nav-actions .calculator-nav-button:hover {
  background: linear-gradient(135deg, #13b997, #10b868) !important;
}

body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:hover {
  color: #0f8f7f !important;
  background: #f4fffb !important;
}


/* Unified responsive header: CTAs first, menu at the far right. */
@media (max-width: 980px) {
  

  

  
}

@media (max-width: 760px) {
  

  

  

  
}


/* Final homepage process flow */


body .process::before,
body .process-grid article::before {
  display: none;
}


body .process-illustration::before {
  width: 32px;
  height: 32px;
  background: #5f50f6;
}


body .process-step.confirm::after,
body .process-step.online::after,
body .process-step.updates::after {
  background: transparent;
  box-shadow: none;
}


@media (max-width: 760px) {
  

  
}

@media (max-width: 520px) {
  
}

/* Keep every How it works card balanced within its row. */
body .process-grid {
  align-items: stretch !important;
}

body .process-grid article {
  height: 100% !important;
  box-sizing: border-box;
}

/* Mobile calculator: give the video the visual priority. */
@media (max-width: 760px) {
  body .calculator .calc-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  body .calculator .calc-intro {
    min-width: 0;
  }

  body .calculator .lhdn-video-frame {
    width: 100% !important;
    min-width: 0;
  }
}

/* Final homepage process flow */


@media (max-width: 760px) {
  

  
}

@media (max-width: 520px) {
  
}

/* Homepage online process: clean 4-step flow */
body .process {
  overflow: visible;
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(46px, 5.5vw, 76px);
}

body .process::before {
  display: none;
}

body .process .section-title {
  margin-bottom: clamp(36px, 5vw, 56px);
}

body .process .section-title > span {
  font-size: clamp(0.9rem, 1vw, 1rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .process .section-title h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
}

body .process-grid {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

body .process-grid::before {
  top: 10px;
  right: 11%;
  left: 11%;
  height: 2px;
  background: linear-gradient(90deg, rgba(97, 97, 255, 0.08), rgba(97, 97, 255, 0.18), rgba(97, 97, 255, 0.08));
  box-shadow: none;
}

body .process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 0;
  padding: 0 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

body .process-grid article::before {
  display: none;
}

body .process-grid article::after {
  content: "→";
  position: absolute;
  top: 56px;
  right: calc(-1 * clamp(22px, 3vw, 42px));
  left: auto;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #5f50f6;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

body .process-grid article:last-child::after {
  display: none;
}

body .process-grid small {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 16px;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  background: #6256f7;
  box-shadow: 0 10px 22px rgba(97, 97, 255, 0.24);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
}

body .process-illustration {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 14px;
  border: 1px solid rgba(97, 97, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, #f2f0ff, #fff);
  box-shadow: 0 16px 34px rgba(97, 97, 255, 0.12);
}

body .process-illustration::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: #5f50f6;
  clip-path: none;
  transform: none;
  -webkit-mask: var(--process-icon) center / contain no-repeat;
  mask: var(--process-icon) center / contain no-repeat;
}

body .process-step.request .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 10a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H21L10 39a2 2 0 0 1-3.3-1.55L8 29.5A8 8 0 0 1 0 22V10Zm12 7a3 3 0 1 0-6 0 3 3 0 0 0 6 0Zm7 0a3 3 0 1 0-6 0 3 3 0 0 0 6 0Zm7 0a3 3 0 1 0-6 0 3 3 0 0 0 6 0Z'/%3E%3C/svg%3E");
}

body .process-step.confirm .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2h18l10 10v30a4 4 0 0 1-4 4H12a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4Zm16 4v10h10L28 6ZM16 24h16v4H16v-4Zm0 8h16v4H16v-4Z'/%3E%3C/svg%3E");
}

body .process-step.online .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 8a5 5 0 0 1 5-5h22a5 5 0 0 1 5 5v20H8V8Zm-4 25h40l-3 8a5 5 0 0 1-4.7 3.25H11.7A5 5 0 0 1 7 41l-3-8Zm16 3 1 2h6l1-2h-8Z'/%3E%3C/svg%3E");
}

body .process-step.updates .process-illustration::before {
  --process-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M24 44a6 6 0 0 0 5.65-4h-11.3A6 6 0 0 0 24 44Zm16-12-4-5v-8a12 12 0 0 0-9-11.6V5a3 3 0 0 0-6 0v2.4A12 12 0 0 0 12 19v8l-4 5v4h32v-4Z'/%3E%3C/svg%3E");
}

body .process-step.confirm .process-illustration,
body .process-step.online .process-illustration,
body .process-step.updates .process-illustration {
  border-color: rgba(97, 97, 255, 0.18);
  background: linear-gradient(145deg, #f2f0ff, #fff);
}

body .process-grid h3 {
  margin: 0 0 6px;
  color: #181b34;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 760;
  line-height: 1.15;
}

body .process-grid p {
  max-width: 178px;
  margin: 0 auto;
  color: #596176;
  font-size: clamp(0.74rem, 0.9vw, 0.84rem);
  line-height: 1.38;
}

@media (max-width: 760px) {
  body .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
  }

  body .process-grid::before,
  body .process-grid article::after {
    display: none;
  }
}

@media (max-width: 520px) {
  body .process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 900px) {
  

  

  

  

  

  

  

  

  

  

  
}

@media (max-width: 900px) {
  

  

  

  

  

  

  

  

  

  

  
}

@media (max-width: 900px) {
  

  

  

  

  

  

  

  

  

  

  
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.review-promo-bar {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--review-promo-height);
  padding: 6px 18px;
  color: #fff;
  background: #2563ff;
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 10px 24px rgba(37, 99, 255, 0.18);
}

.review-promo-message {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.review-promo-message strong {
  color: #ffea00;
  font-weight: 900;
}

.review-promo-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ff9f1a;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.review-promo-updates {
  position: absolute;
  right: 18px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #fff;
  font-size: inherit;
  font-weight: 900;
  transform: translateY(-50%);
  white-space: nowrap;
}

.review-promo-updates:hover {
  text-decoration: underline;
}

body > .monday-review-promo {
  display: flex;
  width: 100%;
  color: #fff;
  background: #2563ff;
}

body > .monday-review-promo .review-promo-message,
body > .monday-review-promo .review-promo-updates {
  color: #fff;
}

body > .monday-review-promo .review-promo-message {
  margin: 0 auto;
}

.monday-nav {
  position: sticky;
  top: var(--review-promo-height);
  z-index: 20;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(230, 232, 245, 0.8);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.monday-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0;
}

.monday-logo strong {
  white-space: nowrap;
}

.monday-logo .brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.16em;
  background: linear-gradient(112deg, #56616f 0%, #7b8491 22%, #68727f 48%, #858e9b 72%, #5c6674 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Cormorant Garamond", "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 5px 14px rgba(65, 73, 86, 0.2);
}

.monday-logo .brand-part {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
}

.monday-logo .brand-letter {
  background: linear-gradient(112deg, #4f5a68 0%, #7c8592 28%, #626c7a 52%, #89929d 76%, #56606e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.34em;
  font-weight: 700;
}

.monday-logo > img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
}

.mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(3, 8px);
  gap: 3px;
  transform: rotate(-28deg);
}

.mark i {
  width: 8px;
  height: 23px;
  border-radius: 999px;
}

.mark i:nth-child(1) {
  background: #4f46e5;
}

.mark i:nth-child(2) {
  background: #ffcc00;
}

.mark i:nth-child(3) {
  background: #00c875;
}

.mobile-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 27, 52, 0.06);
}

.mobile-menu-button span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-menu-button span:nth-child(1) {
  transform: translateY(-6px);
}

.mobile-menu-button span:nth-child(3) {
  transform: translateY(6px);
}

.monday-nav.menu-open .mobile-menu-button span:nth-child(1) {
  transform: rotate(45deg);
}

.monday-nav.menu-open .mobile-menu-button span:nth-child(2) {
  opacity: 0;
}

.monday-nav.menu-open .mobile-menu-button span:nth-child(3) {
  transform: rotate(-45deg);
}

.monday-nav nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #32364d;
  font-size: 0.94rem;
  font-weight: 500;
}

.monday-nav nav a span {
  display: none;
}

.monday-nav nav {
  justify-content: center;
}

.nav-actions {
  gap: 14px;
  white-space: nowrap;
}

.nav-actions .primary[href*="wa.me"] {
  min-height: 42px;
  padding: 0 20px;
  font-size: 0.92rem;
  line-height: 1;
}

.login {
  color: var(--muted);
}

.sales {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #b7b9ff;
  border-radius: 999px;
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
}

.primary,
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(97, 97, 255, 0.24);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 96px) 18px 0;
  background:
    radial-gradient(circle at 15% 22%, rgba(79, 70, 229, 0.08), transparent 25%),
    radial-gradient(circle at 86% 20%, rgba(0, 200, 117, 0.08), transparent 26%),
    linear-gradient(180deg, #f3f5ff 0%, #fff 72%);
  text-align: center;
}

.hero-copy {
  width: min(900px, 100%);
  margin: 0 auto;
}

.platform-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  margin-bottom: 20px;
  border: 1px solid #c8ccff;
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: clamp(3rem, 6.4vw, 5.9rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-bulb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95em;
  height: 0.95em;
  margin-left: 0.04em;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.78em;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: 0.02em;
  filter: drop-shadow(0 0 7px rgba(255, 205, 72, 0.86)) drop-shadow(0 0 15px rgba(255, 176, 38, 0.5));
  transition: transform 0.18s ease, filter 0.18s ease;
}

.hero-bulb:hover,
.hero-bulb:focus-visible {
  transform: translateY(-2px) scale(1.04);
  filter: drop-shadow(0 0 10px rgba(255, 205, 72, 0.95)) drop-shadow(0 0 22px rgba(255, 176, 38, 0.66));
}

.hero-bulb:focus-visible {
  outline: 3px solid rgba(97, 97, 255, 0.34);
  outline-offset: 4px;
}

.hero-copy p {
  max-width: 650px;
  margin: 0 auto 24px;
  color: #474b62;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.55;
}

.hero-cta {
  min-height: 50px;
  margin-bottom: 12px;
}

.hero-cta span {
  margin-left: 10px;
}

.hero-trust-card {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 14px;
  margin: 0 auto 22px;
  padding: 14px 18px;
  border: 1px solid #d8def2;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(24, 27, 52, 0.08);
  text-align: left;
}

.hero-trust-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 70% 24%, #34a853 0 22%, transparent 23%),
    conic-gradient(from 215deg, #fbbc05 0 26%, #ea4335 26% 52%, #4285f4 52% 76%, #34a853 76% 100%);
  box-shadow: 0 12px 26px rgba(66, 133, 244, 0.22);
  font-weight: 900;
  font-size: 1.1rem;
}

.hero-trust-card span,
.hero-trust-card strong {
  display: block;
}

.hero-trust-card span {
  color: #5f6678;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-trust-card strong {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.05;
  font-weight: 900;
}

.hero-trust-card em {
  color: #ff9f1a;
  font-size: 1.05rem;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy small {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.workflow-picker {
  width: min(680px, calc(100% - 30px));
  margin: 34px auto -24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 58px rgba(24, 27, 52, 0.12);
}

.workflow-picker p {
  margin-bottom: 12px;
  font-weight: 800;
}

.picker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.picker-grid a {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 76px;
  padding: 12px 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #44485f;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.picker-grid span {
  width: 16px;
  height: 16px;
  border: 1px solid #c7cadb;
  border-radius: 4px;
}

.product-scene {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 0;
  width: min(1120px, calc(100% - 32px));
  margin: 76px auto 0;
  border: 1px solid var(--line);
  border-radius: 28px 28px 0 0;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: left;
}

.side-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border-right: 1px solid var(--line);
  background: #fbfcff;
  border-radius: 28px 0 0 0;
}

.side-panel strong {
  margin-bottom: 12px;
}

.side-panel span {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--muted);
  font-weight: 700;
}

.side-panel .active {
  color: var(--primary-dark);
  background: #ededff;
}

.board {
  padding: 24px;
}

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

.board-head small {
  color: var(--muted);
  font-weight: 700;
}

.board-head h2 {
  margin-bottom: 0;
  font-size: 1.85rem;
}

.board-head button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--primary);
  font: inherit;
  font-weight: 800;
}

.board-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.row {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  font-weight: 650;
}

.row:last-child {
  border-bottom: 0;
}

.row.head {
  min-height: 42px;
  color: var(--muted);
  background: #f8f9ff;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.row b {
  justify-self: start;
  min-width: 84px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}

.green { background: var(--green); }
.blue { background: var(--blue); }
.orange { background: var(--orange); }
.purple { background: var(--purple); }

.bar {
  height: 12px;
  border-radius: 999px;
}

.bar.one { background: linear-gradient(90deg, var(--green) 72%, #eef0f8 72%); }
.bar.two { background: linear-gradient(90deg, var(--blue) 56%, #eef0f8 56%); }
.bar.three { background: linear-gradient(90deg, var(--orange) 42%, #eef0f8 42%); }
.bar.four { background: linear-gradient(90deg, var(--purple) 84%, #eef0f8 84%); }

.agent-card {
  position: absolute;
  width: 190px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(24, 27, 52, 0.14);
}

.agent-card.one {
  right: 38px;
  top: -46px;
}

.agent-card.two {
  left: 140px;
  bottom: -34px;
}

.agent-card small,
.agent-card span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

.agent-card strong {
  display: block;
  margin: 7px 0;
  font-size: 1.35rem;
}

.trusted,
.logo-cloud,
.section,
.contact,
.monday-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.trusted {
  padding: 70px 0 20px;
  text-align: center;
}

.trusted p {
  color: var(--muted);
  font-weight: 700;
}

.trusted div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.trusted strong {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 27, 52, 0.06);
}

.logo-cloud {
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding: 0;
  border-block: 1px solid var(--line);
  background: #fff;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: mondayLogoMove 28s linear infinite;
  will-change: transform;
}

.logo-track img {
  box-sizing: border-box;
  width: clamp(160px, 18vw, 230px);
  height: 92px;
  padding: 18px 32px;
  border-right: 1px solid var(--line);
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.logo-cloud:hover .logo-track {
  animation-play-state: paused;
}

@keyframes mondayLogoMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.section {
  padding: clamp(58px, 8vw, 96px) 0;
}

.section-title {
  max-width: 740px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-title span,
.founder span {
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title h2,
.founder h2,
.contact h2 {
  margin: 10px 0 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.08fr) repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 16px;
}

.service-card,
.process-grid article,
.review-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 27, 52, 0.07);
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border-top-width: 5px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--muted);
  font-size: 1.25rem;
  font-weight: 800;
}

.service-card:nth-child(2) { border-top-color: var(--blue); }
.service-card:nth-child(3) { border-top-color: var(--green); }
.service-card:nth-child(4) { border-top-color: var(--purple); }
.service-card:nth-child(5) { border-top-color: var(--orange); }
.service-card:nth-child(6) { border-top-color: var(--pink); }
.service-card:nth-child(7) { border-top-color: #00a6a6; }

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(24, 27, 52, 0.12);
}

.service-card.highlight {
  grid-row: 1 / span 2;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #6d5dfc 52%, #2563eb);
}

.service-card.highlight::after {
  display: none;
}

.service-card h3,
.process-grid h3 {
  font-size: 1.24rem;
}

.service-card p,
.process-grid p,
.founder p,
.review-grid p,
.contact p {
  color: var(--muted);
  line-height: 1.6;
}

.service-card.highlight p,
.service-card.highlight small {
  color: rgba(255, 255, 255, 0.78);
}

.service-card b {
  display: block;
  margin-top: 20px;
  font-size: 2.4rem;
}

.service-card em {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
}

.calc-panel,
.founder {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(330px, 0.46fr);
  gap: 22px;
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--soft);
}

.calc-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.guide-mini-title {
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calc-panel h3 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.guide-benefit-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.guide-benefit-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 800;
}

.guide-benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

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

.guide-step-list article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.guide-step-list small {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
}

.guide-step-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.guide-step-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.calc-panel .primary {
  width: max-content;
}

.mini-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini-dashboard div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.mini-dashboard span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.mini-dashboard strong {
  font-size: 1.2rem;
}

.mini-dashboard .total {
  color: #fff;
  background: var(--primary);
}

.mini-dashboard .total span {
  color: rgba(255, 255, 255, 0.74);
}

.calculator-video-demo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}

.video-frame,
.video-notes {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(24, 27, 52, 0.08);
}

.video-frame {
  overflow: hidden;
}

.video-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  background: #fbfcff;
  font-size: 0.86rem;
  font-weight: 800;
}

.video-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff5f57;
}

.video-topbar span:nth-child(2) {
  background: #ffcc00;
}

.video-topbar span:nth-child(3) {
  background: #00c875;
}

.video-topbar strong {
  margin-left: 8px;
}

.video-topbar em {
  display: none;
}

.video-screen {
  position: relative;
  min-height: 340px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(79, 70, 229, 0.12), transparent 25%),
    radial-gradient(circle at 80% 12%, rgba(0, 200, 117, 0.12), transparent 24%),
    linear-gradient(135deg, #f6f7ff, #fff);
}

.lhdn-video-frame {
  width: min(390px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #1d1830, #102e31);
  box-shadow: 0 28px 80px rgba(24, 27, 52, 0.18);
}

.lhdn-video-frame .video-topbar {
  min-height: 54px;
  border-bottom: 0;
  color: #fff;
  background: linear-gradient(135deg, #121628, #312536);
  font-size: 1rem;
}

.lhdn-video-frame .video-topbar span {
  width: 10px;
  height: 10px;
}

.lhdn-video-frame .video-topbar em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-left: auto;
  padding: 0 12px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.lhdn-video-frame .video-topbar em i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(0, 200, 117, 0.18);
}

.lhdn-video-frame .video-screen {
  min-height: 0;
  padding: 18px;
  background:
    radial-gradient(circle at 24% 18%, rgba(79, 70, 229, 0.16), transparent 32%),
    radial-gradient(circle at 88% 70%, rgba(0, 200, 117, 0.22), transparent 34%),
    linear-gradient(180deg, #1f2031 0%, #112b31 100%);
}

.lhdn-video-frame .autoplay-badge {
  display: none;
}

.lhdn-demo-form {
  display: grid;
  gap: 9px;
  max-width: 330px;
  margin: 0 auto;
}

.demo-input,
.demo-result {
  display: grid;
  grid-template-columns: 0.68fr 1fr;
  align-items: center;
  min-height: 62px;
  padding: 11px 15px;
  border: 3px solid #ff402f;
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.demo-input small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.12;
  font-weight: 900;
}

.demo-input b {
  justify-self: end;
  color: #ffac23;
  font-size: 1.08rem;
}

.demo-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 4px 0;
}

.demo-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 900;
  line-height: 1.05;
  font-size: 0.68rem;
}

.demo-result {
  min-height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.demo-result span {
  font-weight: 900;
  font-size: 0.9rem;
}

.demo-result b {
  justify-self: end;
  color: #fff;
  font-size: 1.12rem;
}

.demo-result.grand {
  grid-template-columns: 0.65fr 1fr 26px;
  color: rgba(255, 255, 255, 0.75);
  background: linear-gradient(135deg, rgba(253, 171, 61, 0.32), rgba(0, 200, 117, 0.24));
}

.demo-result.grand i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #fff;
  background: #00c875;
  font-style: normal;
  font-weight: 900;
}

.demo-quotation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
}

.demo-quotation img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.lhdn-video-frame .demo-cursor {
  left: 17%;
  top: 22%;
  width: 44px;
  height: 44px;
}

.autoplay-badge {
  position: absolute;
  left: 28px;
  top: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--primary), var(--pink));
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(97, 97, 255, 0.32);
}

.autoplay-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #fff;
  animation: pulseDot 1.2s ease-in-out infinite;
}

.demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 520px;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(24, 27, 52, 0.08));
}

.demo-form div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  animation: demoCardFocus 4.8s ease-in-out infinite;
}

.demo-form div:nth-child(2) {
  animation-delay: 0.8s;
}

.demo-form div:nth-child(3) {
  animation-delay: 1.6s;
}

.demo-form div:nth-child(4) {
  animation-delay: 2.4s;
}

.demo-form small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 800;
}

.demo-form b {
  font-size: 1.08rem;
}

.demo-form .demo-total {
  color: #fff;
  background: var(--primary);
}

.demo-form .demo-total small {
  color: rgba(255, 255, 255, 0.75);
}

.demo-cursor {
  position: absolute;
  z-index: 6;
  right: auto;
  bottom: auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 6px 5px rgba(10, 16, 38, 0.42));
  transform: translate(-50%, -50%);
  animation: demoHandClick 5.2s ease-in-out infinite;
}

.demo-cursor::before {
  content: "👆";
  position: relative;
  z-index: 2;
  font-size: 2rem;
  line-height: 1;
}

.demo-cursor::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 38px;
  height: 38px;
  border: 3px solid #ffcc00;
  border-radius: 50%;
  box-shadow: none;
  opacity: 0;
  animation: demoClickRipple 5.2s ease-out infinite;
}

.video-progress {
  height: 8px;
  background: #edf0fb;
}

.video-progress i {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--pink));
  animation: videoProgress 5.2s ease-in-out infinite;
}

.video-notes {
  display: grid;
  align-content: center;
  padding: 28px;
}

.calculator-video-demo .video-notes {
  display: none;
}

.video-notes > span {
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-notes h3 {
  margin: 10px 0 20px;
  font-size: clamp(1.65rem, 2.6vw, 2.7rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.video-steps {
  display: grid;
  gap: 10px;
}

.video-steps article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcff;
}

.video-steps b {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: var(--primary);
}

.video-steps strong {
  font-size: 0.96rem;
}

.video-steps small {
  color: var(--muted);
  line-height: 1.35;
}

@keyframes demoHandClick {
  0%, 16% {
    left: 17%;
    top: 22%;
    transform: translate(-50%, -50%) scale(1);
  }
  32%, 46% {
    left: 73%;
    top: 22%;
    transform: translate(-50%, -50%) scale(1);
  }
  62%, 75% {
    left: 82%;
    top: 36%;
    transform: translate(-50%, -50%) scale(1);
  }
  79% {
    left: 82%;
    top: 36%;
    transform: translate(-50%, -50%) scale(0.78);
  }
  84%, 94% {
    left: 82%;
    top: 36%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    left: 17%;
    top: 22%;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes demoClickRipple {
  0%, 74%, 92%, 100% {
    opacity: 0;
    transform: scale(0.4);
  }
  78% {
    opacity: 0.9;
    transform: scale(0.55);
  }
  88% {
    opacity: 0;
    transform: scale(1.65);
  }
}

@keyframes videoProgress {
  0%, 100% {
    width: 24%;
  }
  50% {
    width: 78%;
  }
}

@keyframes pulseDot {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes demoCardFocus {
  0%, 100% {
    transform: translateY(0);
    box-shadow: none;
  }
  45%, 60% {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(97, 97, 255, 0.12);
  }
}

.document-workspace {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 10%, rgba(79, 70, 229, 0.07), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(0, 200, 117, 0.08), transparent 26%),
    var(--soft);
}

.doc-stack {
  display: contents;
}

.doc-stack img {
  width: 100%;
  height: clamp(190px, 20vw, 250px);
  border: 1px solid var(--line);
  border-radius: 18px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 27, 52, 0.12);
  transform: rotate(-1deg);
}

.doc-stack.reverse img {
  object-fit: contain;
  transform: rotate(1deg);
}

.board-head.compact {
  margin-bottom: 18px;
}

.timeline {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.timeline article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcff;
}

.timeline b {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: var(--primary);
}

.timeline span {
  font-weight: 900;
}

.timeline em {
  color: var(--muted);
  font-style: normal;
  font-size: 0.9rem;
}

.process-grid,
.review-grid,
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-grid article {
  min-height: 230px;
}

.process-grid small {
  color: var(--primary);
  font-weight: 900;
}

.founder {
  grid-template-columns: minmax(280px, 0.72fr) 1fr;
}

.founder img {
  width: 100%;
  max-height: 520px;
  border-radius: 22px;
  object-fit: cover;
}

.journey-grid article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 27, 52, 0.07);
}

.journey-grid small {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--primary);
  font-weight: 900;
}

.journey-grid b {
  display: block;
  margin-bottom: 8px;
  color: var(--pink);
}

.journey-grid h3 {
  margin-bottom: 8px;
}

.journey-grid p {
  min-height: 54px;
  color: var(--muted);
  line-height: 1.55;
}

.journey-grid strong {
  font-size: 0.86rem;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--primary);
}

.review-grid span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.review-grid small {
  display: block;
  margin: -4px 0 10px;
  color: var(--muted);
  font-weight: 650;
}

.reviews-lead {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  color: var(--muted);
}

.reviews-lead span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
  text-transform: none;
}

.reviews-lead strong {
  color: #ffcc00;
}

.review-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #ffcc00;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 27, 52, 0.06);
}

.faq summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.6;
}

.contact {
  margin-bottom: 50px;
  padding: clamp(34px, 6vw, 68px);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, #181b34, #5034ff);
  text-align: center;
}

.contact > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact h2 {
  max-width: 800px;
  margin: 0 auto 14px;
}

.contact p {
  color: rgba(255, 255, 255, 0.78);
}

.contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: #fff;
  font-weight: 800;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.contact-actions a + a {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.contact-actions .linktree-action {
  min-width: 50px;
  width: 50px;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.5);
  background: #fff;
}

.contact-actions .linktree-action img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 18px;
}

.contact small {
  display: inline-flex;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.monday-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 44px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.monday-footer span {
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .monday-nav {
    grid-template-columns: 1fr auto auto;
  }

  .mobile-menu-button {
    display: inline-flex;
    position: relative;
    grid-column: 2;
    grid-row: 1;
  }

  .nav-actions .login,
  .nav-actions .sales {
    display: none;
  }

  .nav-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .monday-nav nav {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    padding: 112px 32px 32px;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .monday-nav.menu-open nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .monday-nav.menu-open {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    min-height: 100dvh;
    padding: 0;
    overflow-y: auto;
    background: #fff;
  }

  .monday-nav.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 70;
    background: #fff;
  }

  .monday-nav.menu-open nav {
    position: relative;
    inset: auto;
    z-index: 80;
    min-height: 100dvh;
    padding: 132px 32px 32px;
    background: #fff;
  }

  .monday-nav nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    border-bottom: 1px solid var(--line);
    color: #050505;
    font-size: clamp(1.55rem, 6vw, 2.25rem);
    font-weight: 500;
  }

  .monday-nav nav a span {
    display: inline;
    color: #050505;
    font-size: 2.4rem;
    line-height: 1;
  }

  .monday-nav.menu-open .mobile-menu-button {
    position: fixed;
    right: 26px;
    top: 22px;
    z-index: 1100;
    width: 58px;
    height: 58px;
    border: 0;
    box-shadow: none;
  }

  .monday-nav.menu-open .mobile-menu-button span {
    width: 38px;
    height: 4px;
  }

  .monday-nav.menu-open .monday-logo {
    position: fixed;
    left: 26px;
    top: 28px;
    z-index: 1100;
  }

  .monday-nav.menu-open .nav-actions {
    display: none;
  }

  .picker-grid,
  .service-grid,
  .process-grid,
  .review-grid,
  .journey-grid,
  .calculator-video-demo,
  .calc-panel,
  .founder,
  .faq-grid,
  .monday-footer {
    grid-template-columns: 1fr;
  }

  .product-scene {
    grid-template-columns: 1fr;
  }

  .document-workspace {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }

  .side-panel {
    display: none;
  }

  .agent-card {
    position: static;
    width: auto;
    margin: 12px 20px;
  }

  .doc-stack {
    display: contents;
  }

  .video-screen {
    min-height: 300px;
  }

  .lhdn-video-frame .video-screen {
    min-height: 560px;
  }

  .calc-intro {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .service-card.highlight {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  :root {
    --review-promo-height: 32px;
  }

  .review-promo-bar {
    justify-content: flex-start;
    padding: 6px 12px;
    font-size: 0.72rem;
    text-align: left;
  }

  .review-promo-message {
    max-width: calc(100% - 92px);
    gap: 8px;
  }

  .review-promo-message > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .review-promo-updates {
    right: 12px;
    font-size: inherit;
  }

  .monday-nav {
    min-height: 66px;
    padding: 12px;
  }

  .monday-logo {
    font-size: 1rem;
  }

  .monday-logo > img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .monday-logo .brand-wordmark {
    gap: 0.12em;
    font-size: clamp(0.76rem, 3.2vw, 0.9rem);
  }

  .hero-trust-card {
    grid-template-columns: auto 1fr;
    width: min(360px, 100%);
    padding: 12px 14px;
  }

  .hero-trust-mark {
    width: 46px;
    height: 46px;
  }

  .hero-trust-card em {
    grid-column: 2;
    margin-top: -4px;
    font-size: 0.92rem;
  }

  .logo-track {
    animation-duration: 20s;
  }

  .logo-track img {
    width: 132px;
    height: 68px;
    padding: 12px 22px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card.highlight {
    grid-column: auto;
  }

  .nav-actions .primary {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.84rem;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .workflow-picker {
    margin-bottom: 18px;
  }

  .logo-cloud {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-scene {
    margin-top: 20px;
    border-radius: 22px;
  }

  .board {
    padding: 16px;
  }

  .row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 6px;
    padding: 12px;
  }

  .row.head {
    display: none;
  }

  .board-head {
    display: grid;
  }

  .doc-stack {
    display: contents;
  }

  .demo-form {
    grid-template-columns: 1fr;
  }

  .video-screen {
    min-height: 430px;
    padding: 18px;
  }

  .lhdn-video-frame .video-topbar {
    min-height: 62px;
    font-size: 1rem;
  }

  .lhdn-video-frame .video-topbar em {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .lhdn-video-frame .video-screen {
    min-height: 0;
    padding: 18px;
  }

  .demo-input,
  .demo-result,
  .demo-result.grand {
    grid-template-columns: 0.68fr 1fr;
    gap: 8px;
  }

  .demo-input b,
  .demo-result b {
    justify-self: end;
  }

  .demo-pills {
    grid-template-columns: repeat(3, 1fr);
  }

  .demo-result.grand {
    grid-template-columns: 0.65fr 1fr 26px;
  }
}

/* Monday preview motion system */
.motion-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card.motion-reveal.is-visible:hover {
  transform: translateY(-4px);
}

.agent-card.one {
  animation: agentCardFloat 5.6s ease-in-out infinite;
}

.agent-card.two {
  animation: agentCardFloat 5.6s ease-in-out -2.8s infinite;
}

.doc-stack img {
  animation: documentFloatLeft 7s ease-in-out infinite;
}

.doc-stack img:nth-child(2) {
  animation-delay: -3.5s;
}

.doc-stack.reverse img {
  animation-name: documentFloatRight;
}

.review-grid.is-marquee {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: reviewMarquee 86s linear infinite;
  will-change: transform;
}

.review-grid.is-marquee article {
  flex: 0 0 340px;
  width: 340px;
}

.reviews {
  overflow: hidden;
}

.reviews:hover .review-grid.is-marquee {
  animation-play-state: paused;
}

@keyframes agentCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes documentFloatLeft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes documentFloatRight {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes reviewMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 640px) {
  .motion-reveal {
    transform: translateY(14px);
    transition-duration: 480ms;
  }

  .review-grid.is-marquee article {
    flex-basis: 280px;
    width: 280px;
  }

  .agent-card.one,
  .agent-card.two {
    animation-duration: 7s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal,
  .motion-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .agent-card.one,
  .agent-card.two,
  .doc-stack img,
  .review-grid.is-marquee {
    animation: none;
  }
}

body .documents .document-workspace {
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(220px, 0.82fr) minmax(260px, 1fr) minmax(220px, 0.82fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  padding: clamp(22px, 3.5vw, 42px);
}

body .documents > .section-title {
  display: none;
}

body .documents .doc-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 28px);
  align-content: start;
}

body .documents .doc-stack img {
  width: 100%;
  height: clamp(260px, 27vw, 390px);
  object-fit: contain;
  border-radius: 16px;
  transform: rotate(0deg);
}

body .documents .doc-center {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  min-height: 100%;
  padding: clamp(16px, 2.8vw, 32px) 0;
}

body .documents .doc-center span {
  color: var(--primary-dark);
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 900;
  text-transform: uppercase;
}

body .documents .doc-center h3 {
  max-width: 430px;
  margin: 18px 0 28px;
  color: var(--ink);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 0.98;
  font-weight: 900;
}

body .documents .doc-center a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(24, 27, 52, 0.08);
}

@media (max-width: 980px) {
  body .documents .document-workspace {
    width: min(820px, 100%);
    grid-template-columns: minmax(180px, 0.78fr) minmax(220px, 1fr) minmax(180px, 0.78fr);
    gap: 16px;
  }

  body .documents .doc-stack img {
    height: clamp(190px, 25vw, 260px);
  }

  body .documents .doc-center h3 {
    font-size: clamp(2rem, 5vw, 3.3rem);
  }
}

@media (max-width: 700px) {
  body .documents .document-workspace {
    grid-template-columns: 1fr;
    width: min(430px, 100%);
  }

  body .documents .doc-center {
    order: -1;
    min-height: auto;
    padding: 6px 0 12px;
  }

  body .documents .doc-center h3 {
    max-width: 340px;
    margin: 12px 0 18px;
  }
}

@media (max-width: 520px) {
  body .documents .doc-stack {
    gap: 10px;
  }

  body .documents .doc-stack img {
    height: 160px;
  }
}

@media (max-width: 980px) and (min-width: 641px) {
  .monday-nav {
    grid-template-columns: minmax(230px, 1fr) auto auto;
    gap: 14px;
    padding-inline: 28px;
  }

  .mobile-menu-button {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .nav-actions .primary {
    min-height: 52px;
    padding-inline: 24px;
  }

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

  .service-card,
  .process-grid article,
  .review-grid article {
    min-height: 178px;
    padding: 22px;
  }

  .service-card.highlight {
    grid-column: 1 / -1;
    min-height: 190px;
  }
}

@media (max-width: 640px) {
  .service-card,
  .process-grid article,
  .review-grid article {
    min-height: auto;
  }
}

/* WhatsApp and shared customer-support identity */
.nav-actions .primary[href*="wa.me"],
.contact-actions a[href*="wa.me"],
.support-widget .support-primary {
  border-color: transparent !important;
  color: #fff !important;
  background: linear-gradient(135deg, #18c7a7, #25d366) !important;
  box-shadow: 0 14px 30px rgba(24, 199, 167, 0.26) !important;
}

.nav-actions .primary[href*="wa.me"]:hover,
.contact-actions a[href*="wa.me"]:hover,
.support-widget .support-primary:hover {
  background: linear-gradient(135deg, #10a98d, #18c45c) !important;
}

.support-widget .support-status-dot {
  background: #18c7a7 !important;
}

.support-widget .support-tabs button.active {
  background: linear-gradient(135deg, var(--primary), #18c7a7) !important;
}

.monday-nav .nav-actions .primary[href*="wa.me"] {
  min-height: 42px !important;
  padding: 0 20px !important;
  font-size: 0.92rem !important;
}

.monday-review-promo .review-promo-updates {
  font-weight: 700 !important;
}

.hero-copy .hero-trust-card {
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 16px;
}

.hero-copy .hero-trust-mark {
  width: 42px;
  height: 42px;
  font-size: 0.9rem;
}

.hero-copy .hero-trust-card span {
  font-size: 0.72rem;
}

.hero-copy .hero-trust-card strong {
  font-size: clamp(1rem, 1.6vw, 1.28rem);
}

.hero-copy .hero-trust-card em {
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .monday-nav.menu-open nav {
    padding: 102px clamp(22px, 5vw, 38px) 26px;
  }

  .monday-nav nav a {
    min-height: 54px;
    font-size: clamp(1.02rem, 3.7vw, 1.38rem);
    font-weight: 600;
  }

  .monday-nav nav a span {
    font-size: 1.52rem;
  }

  .monday-nav.menu-open .mobile-menu-button {
    right: 22px;
    top: 22px;
    width: 40px;
    height: 40px;
  }

  .monday-nav.menu-open .mobile-menu-button span {
    width: 25px;
    height: 2.5px;
  }

  .monday-nav.menu-open .monday-logo {
    left: 22px;
    top: 20px;
  }
}

@media (max-width: 980px) and (min-width: 641px) {
  .monday-nav .nav-actions .primary[href*="wa.me"] {
    min-height: 46px !important;
    padding-inline: 22px !important;
  }

  .monday-nav {
    gap: 10px !important;
  }

  .mobile-menu-button {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 22px rgba(24, 27, 52, 0.06) !important;
  }

  .mobile-menu-button span {
    width: 18px;
  }
}

@media (max-width: 640px) {
  .monday-nav .nav-actions .primary[href*="wa.me"] {
    min-height: 36px !important;
    padding-inline: 12px !important;
    font-size: 0.8rem !important;
  }
}

/* Mature brand homepage refresh */
body {
  background:
    linear-gradient(180deg, #fffaf6 0, #ffffff 22%, #f9fbff 100%);
}

.review-promo-bar {
  min-height: 30px;
  background: linear-gradient(180deg, #fff8ef, #fff);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 650;
  box-shadow: 0 1px 0 rgba(230, 232, 245, 0.8);
}

body > .monday-review-promo,
body > .monday-review-promo .review-promo-message,
body > .monday-review-promo .review-promo-updates {
  color: var(--ink);
  background: linear-gradient(180deg, #fff8ef, #fff);
}

.review-promo-message strong {
  color: #c98b24;
}

.review-promo-dot {
  width: 7px;
  height: 7px;
  background: #d59b3f;
  box-shadow: 0 0 0 4px rgba(213, 155, 63, 0.13);
}

.review-promo-updates {
  font-weight: 650 !important;
  gap: 1px !important;
}

.hero-trust-card strong em {
  display: inline !important;
  margin-left: 6px !important;
  color: #ffb000 !important;
  font-size: 0.82em !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
}

.monday-nav {
  min-height: 68px;
  top: 30px;
  border-bottom-color: #eceef7;
  background: rgba(255, 255, 255, 0.88);
}

.monday-nav nav {
  gap: 28px;
}

.monday-nav nav a {
  font-weight: 650;
}

.monday-nav nav a span {
  display: inline;
  margin-left: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.monday-nav .nav-actions .primary[href*="wa.me"] {
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #18c7a7, #25d366) !important;
  box-shadow: 0 10px 24px rgba(24, 199, 167, 0.22) !important;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  padding: clamp(48px, 7vw, 86px) clamp(24px, 6vw, 92px) 42px;
  background:
    radial-gradient(circle at 18% 18%, rgba(97, 97, 255, 0.08), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(213, 160, 82, 0.11), transparent 27%),
    linear-gradient(180deg, #f8f9ff 0%, #fff 82%);
  text-align: left;
}

.hero-copy {
  width: 100%;
  margin: 0;
}

.platform-pill {
  min-height: 30px;
  margin-bottom: 18px;
  border-color: #dddfff;
  background: #f2f2ff;
  font-size: 0.78rem;
}

h1 {
  max-width: 680px;
  margin: 0 0 20px;
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  font-weight: 900;
}

.hero-copy p {
  max-width: 560px;
  margin: 0 0 22px;
}

.hero-copy .hero-trust-card {
  margin: 0 0 22px;
  padding: 10px 14px;
}

.hero-cta {
  min-height: 46px;
  min-width: 170px;
  margin-bottom: 0;
  border-radius: 10px;
}

.product-scene {
  width: 100%;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
}

.side-panel {
  background: linear-gradient(180deg, #15182f, #1d203b);
  border-right: 0;
  border-radius: 22px 0 0 22px;
}

.side-panel strong,
.side-panel span {
  color: rgba(255, 255, 255, 0.76);
}

.side-panel .active {
  color: #fff;
  background: rgba(97, 97, 255, 0.24);
}

.agent-card {
  border-radius: 18px;
}

.agent-card.one {
  right: auto;
  left: -56px;
  bottom: -24px;
  top: auto;
}

.agent-card.two {
  left: auto;
  right: -56px;
  bottom: -34px;
}

.trusted {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 32px clamp(20px, 4vw, 52px);
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(24, 27, 52, 0.06);
}

.trusted div {
  justify-content: space-around;
  gap: 0;
}

.trusted strong {
  min-width: 180px;
  text-align: center;
}

.brand-workspace {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 42%, rgba(255, 255, 255, 0.18) 42%),
    radial-gradient(circle at 82% 22%, rgba(213, 160, 82, 0.12), transparent 28%),
    #f8faff;
  box-shadow: 0 22px 70px rgba(24, 27, 52, 0.08);
}

.brand-workspace-copy > span {
  color: var(--primary-dark);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-workspace h2 {
  margin: 12px 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  font-weight: 900;
}

.brand-workspace p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.65;
}

.workspace-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.workspace-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  font-weight: 750;
}

.workspace-points i {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ededff;
}

.workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.workspace-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-weight: 800;
}

.workspace-actions a:first-child {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #18c7a7, #25d366);
}

.workspace-visual {
  position: relative;
  min-height: 330px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 22%, rgba(213, 160, 82, 0.15), transparent 20%),
    linear-gradient(135deg, #fff 0%, #eef3f8 100%);
}

.desk-laptop {
  position: absolute;
  left: 24%;
  top: 20%;
  width: 48%;
  height: 44%;
  border: 9px solid #15182f;
  border-bottom-width: 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 45px rgba(24, 27, 52, 0.18);
}

.desk-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 26%;
  height: 100%;
  background: #f2f3ff;
}

.desk-lines {
  position: absolute;
  left: 32%;
  right: 9%;
  top: 22%;
  display: grid;
  gap: 12px;
}

.desk-lines i {
  height: 9px;
  border-radius: 999px;
  background: #dfe4f4;
}

.desk-lines i:nth-child(2) { width: 76%; background: #ccefe4; }
.desk-lines i:nth-child(3) { width: 58%; background: #dfe4f4; }
.desk-lines i:nth-child(4) { width: 68%; background: #d8dcff; }

.desk-document,
.desk-folder,
.desk-calculator {
  position: absolute;
  background: #fff;
  box-shadow: 0 18px 34px rgba(24, 27, 52, 0.12);
}

.desk-document {
  left: 6%;
  bottom: 10%;
  width: 26%;
  height: 34%;
  padding: 18px;
  border-radius: 10px;
  color: #273048;
  font-size: 0.78rem;
  font-weight: 900;
  transform: rotate(-4deg);
}

.desk-folder {
  right: 7%;
  bottom: 9%;
  width: 30%;
  height: 35%;
  padding: 18px;
  border-radius: 10px;
  border-left: 8px solid #d5a052;
  color: #273048;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.35;
  transform: rotate(3deg);
}

.desk-calculator {
  left: 43%;
  bottom: 6%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 82px;
  padding: 12px;
  border-radius: 14px;
}

.desk-calculator i {
  aspect-ratio: 1;
  border-radius: 5px;
  background: #eee7dc;
}

.who-help {
  padding-top: clamp(50px, 7vw, 78px);
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.who-card {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(24, 27, 52, 0.06);
}

.who-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.who-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #dfe5f6;
  border-radius: 20px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.92), transparent 22%),
    linear-gradient(135deg, #f5f7ff, #eef3ff);
  box-shadow: 0 16px 34px rgba(24, 27, 52, 0.08);
}

.who-avatar img {
  width: 138%;
  height: 138%;
  object-fit: cover;
  object-position: center 10%;
  transform: translateY(8%);
}

.owner-avatar img {
  width: 135%;
  height: 135%;
  object-position: center 8%;
  transform: translateY(10%);
}

.landlord-avatar img {
  width: 118%;
  height: 118%;
  object-position: center 14%;
  transform: translateY(5%);
}

.agent-avatar img {
  width: 132%;
  height: 132%;
  object-position: center 9%;
  transform: translateY(8%);
}

.sme-avatar img {
  width: 126%;
  height: 126%;
  object-position: center 9%;
  transform: translateY(6%);
}

.who-avatar i {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f7faff, #eef4ff);
}

.who-avatar i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  background: #d6a35b;
  transform: translateX(-50%);
}

.who-avatar i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 46px;
  height: 26px;
  border-radius: 22px 22px 10px 10px;
  background: #273048;
  transform: translateX(-50%);
}

.landlord-avatar {
  background: linear-gradient(135deg, #fff8ed, #fff0d7);
}

.landlord-avatar i::before {
  background: #c9913d;
}

.landlord-avatar i::after {
  background: linear-gradient(135deg, #7c5a32, #c9913d);
}

.agent-avatar {
  background: linear-gradient(135deg, #eefbf7, #e4f8f2);
}

.agent-avatar i::before {
  background: #c58b5d;
}

.agent-avatar i::after {
  background: linear-gradient(135deg, #0e8f80, #18c7a7);
}

.sme-avatar {
  background: linear-gradient(135deg, #f8f1ff, #efe6ff);
}

.sme-avatar i::before {
  background: #bd8062;
}

.sme-avatar i::after {
  background: linear-gradient(135deg, #6157f6, #a25ddc);
}

.owner-avatar::after,
.landlord-avatar::after,
.agent-avatar::after,
.sme-avatar::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 4px 12px rgba(24, 27, 52, 0.18);
}

.landlord-avatar::after { background: #d5a052; }
.agent-avatar::after { background: #18c7a7; }
.sme-avatar::after { background: #a25ddc; }

.who-icon,
.process-illustration {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #f0f1ff;
}

.who-icon::before,
.process-illustration::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: var(--primary);
}

.who-card.landlord .who-icon { background: #fff2df; }
.who-card.landlord .who-icon::before { background: #d5a052; clip-path: polygon(50% 0, 100% 42%, 88% 42%, 88% 100%, 12% 100%, 12% 42%, 0 42%); }
.who-card.agent .who-icon { background: #eaf8f2; }
.who-card.agent .who-icon::before { background: #18c7a7; clip-path: polygon(12% 8%, 88% 8%, 88% 82%, 62% 82%, 50% 100%, 38% 82%, 12% 82%); }
.who-card.sme .who-icon { background: #f3ecff; }
.who-card.sme .who-icon::before { background: #a25ddc; clip-path: polygon(12% 24%, 38% 24%, 38% 8%, 62% 8%, 62% 24%, 88% 24%, 88% 100%, 12% 100%); }

.service-grid {
  grid-template-columns: minmax(280px, 1.15fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
}

.service-card,
.process-grid article,
.journey-timeline article,
.review-grid article {
  border-radius: 16px;
}

.service-card.highlight {
  grid-row: 1 / span 2;
  background: linear-gradient(135deg, #4f46e5, #2563eb);
}

.service-card:not(.highlight) {
  min-height: 180px;
}

.process-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.process-illustration {
  width: 64px;
  height: 64px;
  margin-bottom: 6px;
}

.process-step.request .process-illustration::before {
  border-radius: 4px;
  background: linear-gradient(#6161ff 0 20%, #fff 21% 34%, #6161ff 35%);
}

.process-step.confirm .process-illustration::before {
  background: transparent;
  border: 4px solid #18c7a7;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  transform: rotate(45deg) translate(-2px, -4px);
}

.process-step.online .process-illustration::before {
  border-radius: 50%;
  background: radial-gradient(circle, #6161ff 0 28%, transparent 30%), conic-gradient(#6161ff 0 25%, #d5a052 25% 50%, #18c7a7 50% 75%, #6161ff 75%);
}

.process-step.updates .process-illustration::before {
  border-radius: 7px;
  background: #d5a052;
  clip-path: polygon(8% 10%, 92% 10%, 92% 72%, 62% 72%, 50% 92%, 38% 72%, 8% 72%);
}

.journey-grid {
  display: none;
}

.journey-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.journey-timeline::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, #dddfff, #d5a052, #dddfff);
}

.journey-timeline article {
  position: relative;
  display: grid;
  gap: 16px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 27, 52, 0.06);
}

.journey-timeline article::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 1px #d8def2;
}

.journey-timeline time {
  color: #c9913d;
  font-weight: 900;
}

.journey-timeline h3 {
  margin-bottom: 8px;
}

.journey-timeline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy,
  .hero-copy p,
  h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .hero-trust-card {
    margin-left: auto;
    margin-right: auto;
  }

  .product-scene {
    width: min(920px, 100%);
    margin: 18px auto 0;
  }

  .who-grid,
  .process-grid,
  .journey-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-workspace {
    grid-template-columns: 1fr;
  }

  .brand-workspace-copy {
    text-align: center;
  }

  .brand-workspace p {
    margin-left: auto;
    margin-right: auto;
  }

  .workspace-actions,
  .workspace-points {
    justify-content: center;
  }

  .journey-timeline::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .who-grid,
  .process-grid,
  .journey-timeline {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-inline: 18px;
  }

  .trusted div {
    display: grid;
    gap: 12px;
  }

  .workspace-points {
    grid-template-columns: 1fr;
  }

  .workspace-visual {
    min-height: 260px;
  }

  .desk-laptop {
    left: 20%;
    width: 58%;
  }
}

/* Mobile services suite: keep the seven-card flow, but make each card readable. */
@media (max-width: 760px) {
  body .services-suite-section {
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  body .services-suite-section::-webkit-scrollbar {
    display: none;
  }

  body .services-suite-frame {
    /* Scale the artwork so the first four services (LHDN through Business
       Licence & Signboard) are immediately visible on a phone. The remaining
       services stay in the same track and remain reachable by a short swipe. */
    width: min(168vw, 680px) !important;
    max-width: none !important;
  }

  body .services-suite-svg {
    width: 100% !important;
    max-width: none !important;
  }

  /* Keep the SVG heading readable inside the narrower first-four-card view. */
  body .services-suite-svg #header-text {
    display: none !important;
  }

  body .services-suite-mobile-heading {
    display: flex;
    width: calc(100vw - 10px);
    min-height: 78px;
    padding: 4px 10px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    position: relative;
    z-index: 10;
    background: #fff;
    isolation: isolate;
  }

  body .services-suite-mobile-heading span {
    color: #4a39f2;
    font-size: clamp(0.62rem, 2.8vw, 0.88rem);
    font-weight: 800;
    letter-spacing: 0.18em;
  }

  body .services-suite-mobile-heading strong {
    color: #11152d;
    font-size: clamp(1.35rem, 4.4vw, 1.9rem);
    line-height: 1.12;
    font-weight: 750;
  }

  body .services-suite-svg {
    position: relative;
    z-index: 1;
    margin-top: -62px !important;
  }

  body .services-suite-swipe-hint {
    display: flex !important;
    width: auto !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 12 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: -20px 0 8px !important;
    color: #6b7190 !important;
    font-size: 0.62rem !important;
    font-weight: 520 !important;
    letter-spacing: 0.03em !important;
  }
}

/* Mature service directory */
.service-directory {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #dfe4f5;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 8%, rgba(97, 87, 246, 0.08), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(24, 199, 167, 0.08), transparent 32%),
    #fff;
  box-shadow: 0 24px 70px rgba(20, 25, 55, 0.08);
}

.service-feature,
.service-row {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
}

.service-feature {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(26, 31, 58, 0.98), rgba(44, 51, 88, 0.96)),
    var(--ink);
  box-shadow: 0 18px 46px rgba(22, 26, 52, 0.18);
}

.service-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #ff3d57 0 24%, #ffb547 24% 42%, #00ca72 42% 62%, #579bfc 62% 84%, #a25ddc 84% 100%);
  opacity: 0.18;
}

.service-feature::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -94px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.service-feature span {
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-feature h3 {
  max-width: 360px;
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.service-feature p {
  max-width: 420px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.55;
}

.service-feature-price {
  display: grid;
  gap: 4px;
  margin-top: auto;
}

.service-feature b {
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1;
}

.service-feature small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  font-weight: 800;
}

.service-feature em {
  display: inline-flex;
  width: fit-content;
  margin-top: 28px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

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

.service-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 132px;
  padding: 22px;
  border: 1px solid #e0e5f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(24, 27, 52, 0.05);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #579bfc;
  opacity: 0.9;
}

.service-row i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eef3ff;
}

.service-row i::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 12px;
  border-radius: 6px;
  background: #579bfc;
  clip-path: polygon(16% 12%, 84% 12%, 84% 24%, 56% 24%, 56% 40%, 84% 40%, 84% 88%, 16% 88%);
}

.service-row h3 {
  margin: 0 0 8px;
  font-size: clamp(1.12rem, 1.5vw, 1.5rem);
  line-height: 1.15;
}

.service-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.service-row span {
  color: #5c6680;
  font-size: 1.35rem;
  font-weight: 900;
  transition: transform 0.22s ease;
}

.service-row:hover {
  transform: translateY(-3px);
  border-color: #cfd7ef;
  box-shadow: 0 18px 42px rgba(24, 27, 52, 0.09);
}

.service-row:hover span {
  transform: translateX(4px);
}

.service-row.ssm::before { background: #00ca72; }
.service-row.tax::before { background: #a25ddc; }
.service-row.utilities::before { background: #ffb547; }
.service-row.licence::before { background: #ff3d57; }
.service-row.admin::before { background: #00a6a6; }
.service-row.ssm i { background: #e8f9f2; }
.service-row.ssm i::before { background: #00b86b; clip-path: polygon(50% 0, 88% 24%, 88% 100%, 12% 100%, 12% 24%); }
.service-row.tax i { background: #f3ecff; }
.service-row.tax i::before { background: #a25ddc; clip-path: polygon(12% 16%, 88% 16%, 88% 34%, 12% 34%, 12% 48%, 88% 48%, 88% 66%, 12% 66%, 12% 82%, 88% 82%, 88% 100%, 12% 100%); }
.service-row.utilities i { background: #fff4df; }
.service-row.utilities i::before { background: #df9524; clip-path: polygon(42% 0, 70% 0, 56% 38%, 82% 38%, 28% 100%, 42% 52%, 18% 52%); }
.service-row.licence i { background: #fff0f3; }
.service-row.licence i::before { background: #ff3d57; clip-path: polygon(18% 8%, 82% 8%, 82% 92%, 18% 92%, 18% 8%, 30% 20%, 70% 20%, 70% 32%, 30% 32%); }
.service-row.admin i { background: #e7fbfb; }
.service-row.admin i::before { background: #00a6a6; clip-path: polygon(16% 12%, 84% 12%, 84% 30%, 16% 30%, 16% 44%, 84% 44%, 84% 62%, 16% 62%, 16% 76%, 72% 76%, 72% 94%, 16% 94%); }

@media (max-width: 1050px) {
  .service-directory {
    grid-template-columns: 1fr;
  }

  .service-feature {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .service-directory {
    padding: 12px;
    border-radius: 22px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-feature {
    min-height: 280px;
    padding: 26px;
    border-radius: 18px;
  }

  .service-row {
    min-height: 112px;
    grid-template-columns: 42px 1fr auto;
    padding: 18px;
  }
}

/* Service suite icon card refresh */
.services-suite-section {
  width: min(1340px, calc(100% - 36px));
  padding: clamp(40px, 5vw, 64px) 0;
  overflow: visible;
}

.services-suite-frame {
  position: relative;
  width: min(100%, 1320px);
  margin: 0 auto;
  animation: serviceSuiteReveal 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.services-suite-mobile-heading {
  display: none;
}

.services-suite-swipe-hint {
  display: none;
}

.services-suite-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  user-select: text;
}

.services-suite-svg text {
  user-select: text;
}

.services-suite-svg #cards > g {
  opacity: 0;
  transform: translateY(18px);
  transform-box: fill-box;
  transform-origin: center;
  animation: serviceCardRise 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.services-suite-svg #cards > g:nth-child(1) { animation-delay: 70ms; }
.services-suite-svg #cards > g:nth-child(2) { animation-delay: 130ms; }
.services-suite-svg #cards > g:nth-child(3) { animation-delay: 190ms; }
.services-suite-svg #cards > g:nth-child(4) { animation-delay: 250ms; }
.services-suite-svg #cards > g:nth-child(5) { animation-delay: 310ms; }
.services-suite-svg #cards > g:nth-child(6) { animation-delay: 370ms; }
.services-suite-svg #cards > g:nth-child(7) { animation-delay: 430ms; }

.services-suite-svg #header-text {
  opacity: 0;
  transform: translateY(10px);
  transform-box: fill-box;
  transform-origin: center;
  animation: serviceHeaderRise 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes serviceHeaderRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes serviceCardRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-suite-frame:has(.suite-link-lhdn:hover) #LHDN-Stamping,
.services-suite-frame:has(.suite-link-lhdn:focus-visible) #LHDN-Stamping,
.services-suite-frame:has(.suite-link-ssm:hover) #SSM-Registration,
.services-suite-frame:has(.suite-link-ssm:focus-visible) #SSM-Registration,
.services-suite-frame:has(.suite-link-tax:hover) #Taxation-\&-Accounting,
.services-suite-frame:has(.suite-link-tax:focus-visible) #Taxation-\&-Accounting,
.services-suite-frame:has(.suite-link-licence:hover) #Business-License-\&-Signboard,
.services-suite-frame:has(.suite-link-licence:focus-visible) #Business-License-\&-Signboard,
.services-suite-frame:has(.suite-link-tenancy:hover) #Draft-Tenancy-Agreement,
.services-suite-frame:has(.suite-link-tenancy:focus-visible) #Draft-Tenancy-Agreement,
.services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration,
.services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration,
.services-suite-frame:has(.suite-link-admin:hover) #Admin-Support,
.services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support {
  --suite-card-scale: 1.045;
  filter: drop-shadow(0 20px 28px rgba(31, 38, 85, 0.16));
}

.services-suite-links {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
}

/* Services suite: when the section enters view, spotlight each card left-to-right. */
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g {
  opacity: 1 !important;
  transform-box: fill-box !important;
  transform-origin: center center !important;
  animation: serviceSuiteSpotlight 780ms cubic-bezier(0.22, 1, 0.36, 1) 1 both !important;
  will-change: transform, filter;
}

.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(1) { animation-delay: 0ms !important; }
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(2) { animation-delay: 520ms !important; }
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(3) { animation-delay: 1040ms !important; }
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(4) { animation-delay: 1560ms !important; }
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(5) { animation-delay: 2080ms !important; }
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(6) { animation-delay: 2600ms !important; }
.services-suite-frame.suite-zoom-active .services-suite-svg #cards > g:nth-child(7) { animation-delay: 3120ms !important; }

@keyframes serviceSuiteSpotlight {
  0%,
  100% {
    opacity: 1;
    filter: none;
    transform: translateY(0) scale(1);
  }

  14%,
  58% {
    opacity: 1;
    filter: drop-shadow(0 24px 30px rgba(31, 38, 85, 0.18));
    transform: translateY(-10px) scale(1.16);
  }

  78% {
    opacity: 1;
    filter: drop-shadow(0 14px 20px rgba(31, 38, 85, 0.1));
    transform: translateY(-2px) scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-suite-frame.suite-zoom-active .services-suite-svg #cards > g {
    animation: none !important;
  }
}

@media (max-width: 760px) {
  .services-suite-frame.suite-zoom-active .services-suite-svg #cards > g {
    animation-name: serviceSuiteSpotlightMobile !important;
  }

  @keyframes serviceSuiteSpotlightMobile {
    0%,
    100% {
      opacity: 1;
      filter: none;
      transform: translateY(0) scale(1);
    }

    14%,
    58% {
      opacity: 1;
      filter: drop-shadow(0 16px 22px rgba(31, 38, 85, 0.16));
      transform: translateY(-5px) scale(1.1);
    }

    78% {
      opacity: 1;
      filter: drop-shadow(0 10px 16px rgba(31, 38, 85, 0.1));
      transform: translateY(-1px) scale(1.02);
    }
  }
}

.suite-link,
.suite-footer-link {
  position: absolute;
  display: block;
  border-radius: 20px;
  pointer-events: auto;
}

.suite-link:focus-visible,
.suite-footer-link:focus-visible {
  outline: 3px solid rgba(74, 57, 242, 0.48);
  outline-offset: 4px;
}

.suite-link {
  top: 26.5%;
  height: 64.3%;
  z-index: 1;
}

.suite-link-lhdn {
  left: 2%;
  width: 15%;
}

.suite-link-ssm {
  left: 18.25%;
  width: 12.5%;
}

.suite-link-tax {
  left: 32%;
  width: 12.5%;
}

.suite-link-licence {
  left: 45.75%;
  width: 12.5%;
}

.suite-link-tenancy {
  left: 59.5%;
  width: 12.5%;
}

.suite-link-utilities {
  left: 73.25%;
  width: 12.5%;
}

.suite-link-admin {
  left: 87%;
  width: 11%;
}

.suite-arrow-link {
  position: absolute;
  top: 83.8%;
  width: 4.4%;
  height: 7%;
  border-radius: 999px;
  pointer-events: auto;
  z-index: 2;
}

/* The calculator button sits inside the SVG card; keep a real clickable hit area above the SVG. */
.suite-calculator-link {
  position: absolute;
  display: block;
  left: 3.35%;
  top: 84.1%;
  width: 11.9%;
  height: 5.6%;
  border-radius: 14px;
  pointer-events: auto;
  z-index: 30;
}

/* Desktop affordance: hovering the transparent hit area lifts the complete SVG button as one unit. */
@media (min-width: 761px) and (hover: hover) and (pointer: fine) {
  html body .services-suite-frame:has(.suite-calculator-link:hover) .services-suite-svg #LHDN-Stamping > a {
    transform-box: fill-box;
    transform-origin: center;
    transform: translateY(-2px) scale(1.045);
    filter: drop-shadow(0 7px 10px rgba(18, 200, 106, 0.3));
    transition: transform 180ms ease, filter 180ms ease;
  }
  html body .services-suite-svg #LHDN-Stamping > a {
    transition: transform 180ms ease, filter 180ms ease;
  }
}

.suite-arrow-lhdn {
  left: 11.8%;
}

.suite-arrow-ssm {
  left: 25.9%;
}

.suite-arrow-tax {
  left: 39.65%;
}

.suite-arrow-licence {
  left: 53.4%;
}

.suite-arrow-tenancy {
  left: 67.15%;
}

.suite-arrow-utilities {
  left: 80.9%;
}

.suite-arrow-admin {
  left: 92.8%;
}

.suite-footer-link {
  left: 43%;
  top: 94.8%;
  width: 14%;
  height: 4%;
  border-radius: 999px;
}

@keyframes serviceSuiteReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .services-suite-section {
    width: 100%;
    padding: 34px 0;
    overflow-x: auto;
  }

  .services-suite-frame {
    width: 980px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-suite-frame {
    animation: none;
  }

  .services-suite-svg #header-text,
  .services-suite-svg #cards > g {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.icon-service-grid {
  grid-template-columns: minmax(270px, 1.08fr) repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(160px, auto));
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}

.icon-service-grid .service-card {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 20px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

.icon-service-grid .service-card.highlight {
  min-height: 336px;
  justify-content: space-between;
  padding: 20px 22px 22px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.24), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #4338ca 0%, #6256f7 48%, #2563eb 100%);
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.service-card-top > span {
  display: grid;
  gap: 14px;
}

.icon-service-grid .service-card.highlight .service-card-top strong {
  display: block;
  max-width: 270px;
  color: #fff;
  font-size: clamp(1.56rem, 2.15vw, 2.08rem);
  line-height: 1.08;
  font-weight: 760;
}

.icon-service-grid .service-card.highlight .service-card-top small {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.74rem;
  font-weight: 850;
  white-space: nowrap;
}

.service-card-main {
  display: grid;
  gap: 12px;
  margin: 12px 0 18px;
}

.icon-service-grid .service-card h3 {
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.38vw, 1.38rem);
  line-height: 1.14;
}

.icon-service-grid .service-card p {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.icon-service-grid .service-card.highlight h3 {
  max-width: 260px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 1.75vw, 1.68rem);
}

.icon-service-grid .service-card.highlight p {
  max-width: 260px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

.service-price-block {
  display: grid;
  width: 100%;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-price-block span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.icon-service-grid .service-card.highlight .service-price-block b {
  margin-top: 2px;
  color: #fff;
  font-size: clamp(2.2rem, 3.6vw, 3.1rem);
  line-height: 0.95;
}

.icon-service-grid .service-card.highlight em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #18c7a7, #25d366);
  box-shadow: 0 14px 28px rgba(24, 199, 167, 0.26);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 850;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #e2e7f6;
  border-radius: 18px;
  background:
    radial-gradient(circle at 70% 16%, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(135deg, #f7f9ff, #eef3ff);
  box-shadow: 0 14px 28px rgba(24, 27, 52, 0.08);
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-icon.logo-icon img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.service-icon.ssm-icon img {
  width: 92%;
  height: 92%;
  object-fit: contain;
}

.service-icon.mytax-icon img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center;
}

.service-card.highlight .service-icon {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.92);
}

.service-card.highlight .service-icon img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.icon-service-grid .service-card:nth-child(2) .service-icon img,
.icon-service-grid .service-card:nth-child(6) .service-icon img,
.icon-service-grid .service-card:nth-child(7) .service-icon img {
  width: 118%;
  height: 118%;
}

@media (max-width: 1180px) {
  .icon-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .icon-service-grid .service-card.highlight {
    grid-row: auto;
    min-height: 190px;
  }
}

@media (max-width: 720px) {
  .icon-service-grid {
    grid-template-columns: 1fr;
  }

  .icon-service-grid .service-card,
  .icon-service-grid .service-card.highlight {
    min-height: 160px;
  }
}

/* Refined WhatsApp button + growth graph journey */
.monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
  display: inline-flex !important;
  align-items: center;
  min-height: 38px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(37, 211, 102, 0.3) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #18c7a7, #25d366) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(24, 199, 167, 0.24) !important;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
}

.monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #13b997, #20c965) !important;
  box-shadow: 0 16px 34px rgba(24, 199, 167, 0.28) !important;
}

.journey .section-title {
  max-width: 1080px;
}

.journey .section-title h2 {
  max-width: 980px;
}

.journey-graph {
  position: relative;
  max-width: 1240px;
  margin: 12px auto 0;
  padding: 34px 24px 28px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(97, 87, 246, 0.12), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.journey-curve {
  position: absolute;
  inset: 20px 18px auto;
  height: 250px;
  pointer-events: none;
}

.journey-curve svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.journey-area {
  fill: url(#journeyLine);
  opacity: 0.12;
}

.journey-line,
.journey-arrow {
  fill: none;
  stroke: url(#journeyLine);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 18px rgba(97, 87, 246, 0.2));
}

.journey-node {
  fill: #fff;
  stroke: #6157f6;
  stroke-width: 6.5;
  filter: drop-shadow(0 10px 18px rgba(97, 87, 246, 0.22));
}

.journey-node-gold {
  stroke: #6157f6;
  filter: drop-shadow(0 10px 18px rgba(97, 87, 246, 0.22));
}

.journey-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  padding-top: 170px;
}

.journey-point {
  position: relative;
  --journey-stem-top: -56px;
  --journey-stem-height: 11px;
  min-height: 205px;
  padding: 48px 22px 24px;
  border: 1px solid #dedff8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px rgba(24, 27, 52, 0.07);
  text-align: center;
}

.journey-point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--journey-stem-top);
  width: 1px;
  height: var(--journey-stem-height);
  background: linear-gradient(180deg, transparent, #bfc2d8);
}

.journey-point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--journey-dot-top);
  width: 22px;
  height: 22px;
  border: 7px solid #fff;
  border-radius: 999px;
  background: #6157f6;
  box-shadow: 0 0 0 5px rgba(97, 87, 246, 0.16), 0 10px 22px rgba(97, 87, 246, 0.24);
  transform: translateX(-50%);
  display: none;
}

.journey-point.register {
  --journey-stem-top: -84px;
  --journey-stem-height: 39px;
}

.journey-point.expand {
  --journey-stem-top: -106px;
  --journey-stem-height: 61px;
}

.journey-point.nationwide {
  --journey-stem-top: -128px;
  --journey-stem-height: 83px;
}

.journey-point i {
  position: absolute;
  left: 50%;
  top: -45px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #d8d4ff;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(24, 27, 52, 0.08);
  transform: translateX(-50%);
}

.journey-point i::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #6157f6;
  -webkit-mask: var(--journey-icon) center / contain no-repeat;
  mask: var(--journey-icon) center / contain no-repeat;
}

.journey-point.rocket {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.6 2.2c2.5.4 5 1.6 7.2 3.8-2.9.4-5.5 1.8-7.6 3.9l-1.7 1.7 3 3-2.4 2.4-3-3-1.7 1.7c-2.1 2.1-3.5 4.7-3.9 7.6-2.2-2.2-3.4-4.7-3.8-7.2l5.8-2c.8-3.7 3-7.2 7.1-11.9Zm1 4.2a2 2 0 1 0 2.8 2.8 2 2 0 0 0-2.8-2.8ZM6 17.5l1.4 1.4c-.8.6-1.7 1-2.8 1.2.2-1 .7-1.9 1.4-2.6Z'/%3E%3C/svg%3E");
}

.journey-point.register {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h9l4 4v8.7a5.9 5.9 0 0 0-2-.6V7h-4V4H7v16h6.1c.2.7.5 1.4.9 2H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm3 8h6v2H9v-2Zm0 4h5v2H9v-2Zm10.5 2.1 1.4 1.4-4.7 4.7-2.7-2.7 1.4-1.4 1.3 1.3 3.3-3.3Z'/%3E%3C/svg%3E");
}

.journey-point.expand {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 13h4v8H4v-8Zm6-4h4v12h-4V9Zm6-5h4v17h-4V4Zm-10 11v4h1v-4H6Zm6-4v8h1v-8h-1Zm6-5v13h1V6h-1Z'/%3E%3C/svg%3E");
}

.journey-point.nationwide {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2c-.8 1-1.5 2.6-1.8 4h3.6C13.5 6.6 12.8 5 12 4Zm-4.1 4c.2-1 .6-2.1 1.1-3A8 8 0 0 0 5.1 8h2.8Zm8.2 0h2.8A8 8 0 0 0 15 5c.5.9.9 2 1.1 3ZM4.3 10a8.4 8.4 0 0 0 0 4h3.2a14.5 14.5 0 0 1 0-4H4.3Zm5.2 0a12.6 12.6 0 0 0 0 4h5a12.6 12.6 0 0 0 0-4h-5Zm7 0a14.5 14.5 0 0 1 0 4h3.2a8.4 8.4 0 0 0 0-4h-3.2Zm-6.3 6c.3 1.4 1 3 1.8 4 .8-1 1.5-2.6 1.8-4h-3.6Zm-5.1 0A8 8 0 0 0 9 19c-.5-.9-.9-2-1.1-3H5.1Zm11 0c-.2 1-.6 2.1-1.1 3a8 8 0 0 0 3.9-3h-2.8Z'/%3E%3C/svg%3E");
}

.journey-point.register {
  border-color: #ead8b7;
}

.journey-point.register i::before {
  background: #d3942e;
}

.journey-point.register i {
  border-color: #ead8b7;
}

.journey-point.nationwide {
  border-color: #ead8b7;
}

.journey-point.nationwide i::before {
  background: #d3942e;
}

.journey-point.nationwide i {
  border-color: #ead8b7;
}

.journey-point time {
  display: block;
  color: #6157f6;
  font-size: 1.45rem;
  font-weight: 950;
}

.journey-point.register time,
.journey-point.nationwide time {
  color: #c9913d;
}

.journey-point h3 {
  margin: 8px 0 0;
  font-size: 1.05rem;
}

.journey-point h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #9b7cff;
}

.journey-point.register h3::after,
.journey-point.nationwide h3::after {
  background: #d3942e;
}

.journey-point p {
  max-width: 190px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.journey-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 720px;
  min-height: 48px;
  margin: 22px auto 0;
  padding: 10px 22px;
  border: 1px solid #e2e5f6;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: #727992;
  text-align: center;
}

.journey-note span {
  width: 28px;
  height: 28px;
  background: #9b7cff;
  clip-path: polygon(50% 8%, 82% 24%, 82% 64%, 50% 92%, 18% 64%, 18% 24%);
}

.journey-note strong {
  color: #8c63ff;
}

@media (max-width: 980px) {
  .journey-curve {
    display: none;
  }

  .journey-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 34px;
  }

  .journey-point::before,
  .journey-point::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .journey-points {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journey-note {
    align-items: flex-start;
    text-align: left;
  }
}

/* Hero service carousel framework */
.hero-service-carousel.product-scene {
  display: grid;
  grid-template-columns: 1fr !important;
  justify-self: center;
  width: min(420px, 100%);
  min-height: 570px;
  align-content: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-carousel-frame {
  position: relative;
  width: min(390px, 100%);
  min-height: 520px;
  justify-self: center;
  overflow: hidden;
  border: 1px solid #e0e5f5;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 12%, rgba(97, 87, 246, 0.12), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(24, 199, 167, 0.12), transparent 26%),
    #fff;
  box-shadow: 0 20px 54px rgba(24, 27, 52, 0.09);
}

.hero-carousel-track {
  position: relative;
  height: 100%;
  min-height: 520px;
}

.hero-service-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transform: translateX(42px) scale(0.98);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.hero-service-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.hero-slide-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: min(358px, 100%);
  height: 488px;
  overflow: hidden;
  border: 1px solid #e2e6f5;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(248, 250, 255, 0.96)),
    #f8faff;
  box-shadow: 0 16px 36px rgba(24, 27, 52, 0.1);
}

.hero-slide-visual::after {
  display: none;
  content: none;
}

.hero-slide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slide-visual.ssm img,
.hero-slide-visual.lhdn img {
  object-position: center top;
}

.hero-carousel-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-self: center;
  width: min(760px, 100vw - 28px);
  gap: clamp(8px, 1vw, 14px);
  min-height: 24px;
  overflow: visible;
}

.hero-carousel-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8d8d8d;
  font: inherit;
  font-size: clamp(0.68rem, 0.92vw, 0.82rem);
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hero-carousel-tabs button span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.hero-carousel-tabs button.is-active {
  color: #111;
  transform: translateY(-1px);
}

.hero-carousel-tabs button.is-active span {
  background: #18c7a7;
}

@media (max-width: 720px) {
  .hero-service-carousel.product-scene {
    min-height: auto;
    width: 100%;
  }

  .hero-service-slide {
    padding: 16px;
    text-align: center;
  }

  .hero-slide-visual {
    width: min(320px, 100%);
    height: 445px;
  }

  .hero-carousel-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .hero-carousel-tabs button {
    flex: 0 0 auto;
  }
}

@media (min-width: 1101px) {
  .hero:has(.hero-service-carousel) {
    grid-template-columns: minmax(520px, 0.96fr) minmax(360px, 0.62fr);
    gap: clamp(24px, 3vw, 48px);
    padding-top: clamp(34px, 5vw, 64px);
    padding-bottom: 30px;
  }
}

/* Section title balance */
.section-title {
  max-width: 920px;
  margin-bottom: 28px;
}

.section-title span {
  font-size: clamp(0.98rem, 1.15vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0;
}

.section-title h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.9rem, 3.05vw, 3.05rem);
  line-height: 1.08;
  font-weight: 760;
}

.documents > .section-title h2 {
  max-width: 760px;
  font-size: clamp(1.85rem, 2.75vw, 2.75rem);
  font-weight: 680;
}

body .documents .doc-center h3 {
  font-weight: 720;
  line-height: 1.12;
}

@media (max-width: 760px) {
  .section-title h2 {
    font-size: clamp(1.75rem, 7vw, 2.35rem);
  }

  .section-title span {
    font-size: 0.9rem;
  }
}

/* Softer black title weight after review */
body h1,
body .section-title h2,
body .brand-workspace h2,
body .journey .section-title h2,
body .contact h2 {
  font-weight: 650;
}

body .documents > .section-title h2 {
  font-weight: 620;
}

body .documents .doc-center h3,
body .service-card h3,
body .who-card h3,
body .journey-card h3 {
  font-weight: 680;
}

/* Review badge and founder copy tuning */
body .hero-trust-card strong,
body .trusted strong {
  font-weight: 650;
}

body .hero-copy .hero-trust-card strong {
  font-size: clamp(0.92rem, 1.38vw, 1.12rem);
}

body .founder h2 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(1.82rem, 2.58vw, 2.6rem);
  line-height: 1.12;
  font-weight: 620;
}

body .founder p {
  max-width: 760px;
  margin-top: 0;
  font-size: clamp(0.94rem, 1.1vw, 1.06rem);
  line-height: 1.72;
}

/* Keep the founder copy lighter and more compact than the main section titles. */
body .founder h2 {
  font-size: clamp(1.62rem, 2.2vw, 2.25rem);
}

@media (max-width: 760px) {
  body .founder h2 {
    font-size: clamp(1rem, 3.8vw, 1.22rem) !important;
  }

  body .founder p {
    font-size: clamp(0.78rem, 3.1vw, 0.92rem) !important;
    line-height: 1.45 !important;
  }

  /* Reviews advance automatically on phones instead of requiring a swipe. */
  body .reviews .review-grid.is-marquee {
    display: flex !important;
    grid-auto-flow: initial !important;
    width: max-content !important;
    margin-inline: 0 !important;
    padding: 4px 14px 18px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    animation: reviewMarquee 70s linear infinite !important;
    will-change: transform !important;
  }

  body .reviews .review-grid.is-marquee article {
    flex: 0 0 82vw !important;
    width: 82vw !important;
  }

  body .reviews .review-grid.is-marquee.is-user-paused {
    animation-play-state: paused !important;
  }
}

/* Grace Smart Journey premium presentation pass */
body .journey-graph {
  --journey-blue: #5b55f5;
  --journey-nationwide-blue: #2563ff;
  --journey-teal: #18bfa5;
  --journey-gold: #c98b24;
  margin-top: 24px;
  padding: clamp(42px, 5vw, 72px) clamp(28px, 4vw, 56px) clamp(30px, 4vw, 46px);
  border-color: #d9e1f2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.98)),
    #fff;
  box-shadow: 0 28px 80px rgba(24, 27, 52, 0.1);
}

body .journey-graph::before {
  opacity: 0.72;
  background:
    linear-gradient(90deg, rgba(37, 99, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(37, 99, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
}

body .journey-curve {
  inset: 42px clamp(58px, 6vw, 92px) auto;
  z-index: 1;
  height: 230px;
}


body .journey-points {
  z-index: 2;
  gap: clamp(18px, 2.2vw, 28px);
  padding-top: 102px;
}


body .journey-point.nationwide {
  transform: translateY(-18px);
  border-color: rgba(37, 99, 255, 0.28);
  box-shadow: 0 20px 52px rgba(37, 99, 255, 0.13);
}


body .journey-note {
  margin-top: 46px;
  padding: 9px 18px;
  border-radius: 999px;
  color: #626a80;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  

  body .journey-points {
    padding-top: 34px;
  }

  
}

/* Grace Smart Journey professional graph redesign */
body .journey {
  width: min(1120px, calc(100% - 32px));
}

body .journey .section-title {
  max-width: 980px;
}

body .journey-graph {
  --journey-blue: #6157f6;
  --journey-nationwide-blue: #2563ff;
  --journey-teal: #18c7a7;
  --journey-gold: #d3942e;
  --journey-rose: #4f46e5;
  position: relative;
  max-width: 1240px;
  margin: 18px auto 0;
  padding: clamp(34px, 4vw, 58px) clamp(24px, 3.2vw, 42px) clamp(24px, 3.2vw, 42px);
  overflow: hidden;
  border: 1px solid #dfe4f5;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.96)),
    #fff;
  box-shadow: 0 24px 70px rgba(24, 27, 52, 0.08);
}

body .journey-graph::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(97, 87, 246, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 199, 167, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 86%);
}

body .journey-curve {
  display: block;
  position: absolute;
  inset: 26px clamp(42px, 5vw, 74px) auto;
  z-index: 0;
  height: 245px;
  pointer-events: none;
}


body .journey-area {
  display: block;
  fill: url(#journeyLine);
  opacity: 0.035;
}

body .journey-line {
  display: block;
  fill: none;
  stroke: url(#journeyLine);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(97, 87, 246, 0.13));
}

body .journey-arrow {
  display: block;
  fill: none;
  stroke: #4737ed;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(71, 55, 237, 0.16));
}

body .journey-node {
  display: none;
}

body .journey-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  padding-top: 82px;
  align-items: end;
}

body .journey-points::before {
  display: none;
}

body .journey-points::after {
  display: none;
}

body .journey-point {
  --accent: var(--journey-blue);
  --accent-soft: rgba(97, 87, 246, 0.12);
  position: relative;
  min-height: 232px;
  padding: 58px 22px 24px;
  border: 1px solid #e1e6f6;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 253, 255, 0.98));
  box-shadow: 0 16px 42px rgba(24, 27, 52, 0.07);
  text-align: left;
}

body .journey-point.rocket {
  transform: translateY(44px);
}

body .journey-point.register {
  transform: translateY(22px);
}

body .journey-point.expand {
  transform: translateY(6px);
}

body .journey-point.nationwide {
  transform: translateY(-18px);
}

body .journey-point.register {
  --accent: var(--journey-gold);
  --accent-soft: rgba(211, 148, 46, 0.14);
}

body .journey-point.expand {
  --accent: var(--journey-teal);
  --accent-soft: rgba(24, 199, 167, 0.13);
}

body .journey-point.nationwide {
  --accent: var(--journey-nationwide-blue);
  --accent-soft: rgba(37, 99, 255, 0.15);
  border-color: rgba(37, 99, 255, 0.24);
  box-shadow: 0 18px 46px rgba(37, 99, 255, 0.12);
}

body .journey-point.nationwide::after {
  background: var(--journey-nationwide-blue);
}

body .journey-point.nationwide time {
  color: var(--journey-nationwide-blue) !important;
  background: rgba(37, 99, 255, 0.13) !important;
}

body .journey-point.nationwide i {
  box-shadow:
    0 0 0 12px rgba(37, 99, 255, 0.15),
    0 16px 34px rgba(37, 99, 255, 0.15);
}

body .journey-point.nationwide i::after {
  background: rgba(37, 99, 255, 0.13);
}

body .journey-point.nationwide i::before {
  background: var(--journey-nationwide-blue) !important;
}

body .journey-point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -64px;
  width: 2px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(255, 255, 255, 0));
  opacity: 0.22;
}

body .journey-point::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  border-radius: 18px 18px 0 0;
  background: var(--accent);
}

body .journey-point i {
  position: absolute;
  left: 50%;
  top: -72px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  z-index: 3;
  border: 7px solid #fff;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 0 0 12px var(--accent-soft),
    0 16px 34px rgba(24, 27, 52, 0.12);
  transform: translateX(-50%);
}

body .journey-point i::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border-radius: 14px;
  background: var(--accent-soft);
  opacity: 1;
}

body .journey-point i::before {
  width: 31px;
  height: 31px;
  background: var(--accent);
  -webkit-mask: var(--journey-icon) center / contain no-repeat;
  mask: var(--journey-icon) center / contain no-repeat;
}

body .journey-point.rocket {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 3 7v10l9 5 9-5V7l-9-5Zm0 2.3 6.6 3.7-6.6 3.7L5.4 8 12 4.3ZM5 9.7l6 3.4v6.2l-6-3.4V9.7Zm8 9.6v-6.2l6-3.4v6.2l-6 3.4Z'/%3E%3C/svg%3E");
}

body .journey-point.register {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h9l4 4v15a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm8 2v4h4l-4-4ZM8 11h8v2H8v-2Zm0 4h5v2H8v-2Zm8.7.3 1.4 1.4-3.8 3.8-2.4-2.4 1.4-1.4 1 1 2.4-2.4Z'/%3E%3C/svg%3E");
}

body .journey-point.expand {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 13h4v8H4v-8Zm6-4h4v12h-4V9Zm6-5h4v17h-4V4ZM3 4h7v2H6.4l3.8 3.8-1.4 1.4L5 7.4V11H3V4Z'/%3E%3C/svg%3E");
}

body .journey-point.nationwide {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2c-.8 1-1.5 2.5-1.8 4h3.6C13.5 6.5 12.8 5 12 4ZM5.1 8h3c.2-1.1.6-2.2 1.1-3.1A8.1 8.1 0 0 0 5.1 8Zm10.8 0h3a8.1 8.1 0 0 0-4.1-3.1c.5.9.9 2 1.1 3.1ZM4 12c0 .7.1 1.4.3 2h3.4a15.7 15.7 0 0 1 0-4H4.3c-.2.6-.3 1.3-.3 2Zm5.7 2h4.6a12.7 12.7 0 0 0 0-4H9.7a12.7 12.7 0 0 0 0 4Zm6.6 0h3.4a8.4 8.4 0 0 0 0-4h-3.4a15.7 15.7 0 0 1 0 4Zm-6.1 2c.3 1.5 1 3 1.8 4 .8-1 1.5-2.5 1.8-4h-3.6Zm-5.1 0a8.1 8.1 0 0 0 4.1 3.1c-.5-.9-.9-2-1.1-3.1h-3Zm10.8 0c-.2 1.1-.6 2.2-1.1 3.1a8.1 8.1 0 0 0 4.1-3.1h-3Z'/%3E%3C/svg%3E");
}

body .journey-point time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 0.92rem;
  font-weight: 900;
}

body .journey-point h3 {
  margin: 18px 0 0;
  color: #181b34;
  font-size: clamp(1.15rem, 1.5vw, 1.34rem);
  line-height: 1.18;
  font-weight: 760;
}

body .journey-point h3::after {
  display: none;
}

body .journey-point p {
  max-width: none;
  margin: 12px 0 0;
  color: #61677f;
  font-size: 0.95rem;
  line-height: 1.55;
}

body .journey-note {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 48px);
  min-height: auto;
  margin: 54px auto 0;
  padding: 10px 22px;
  border-color: #dfe4f5;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(24, 27, 52, 0.05);
  white-space: nowrap;
}

body .journey-note span {
  display: none;
}

@media (max-width: 980px) {
  

  body .journey-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 34px;
    align-items: stretch;
  }

  body .journey-points::before,
  body .journey-points::after {
    display: none;
  }

  body .journey-point {
    min-height: 214px;
    padding-top: 54px;
    transform: none !important;
  }

  

  body .journey-point::before {
    display: none;
  }
}

@media (max-width: 620px) {
  body .journey {
    width: min(100% - 24px, 430px);
  }

  body .journey-graph {
    padding: 18px;
    border-radius: 22px;
  }

  body .journey-points {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body .journey-point {
    min-height: auto;
    padding: 52px 20px 22px;
  }

  body .journey-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 16px;
    text-align: left;
    white-space: normal;
    width: auto;
    max-width: 100%;
  }
}

/* Hero copy should lead the first viewport instead of sitting at image center */
@media (min-width: 1101px) {
  body .hero:has(.hero-service-carousel) .hero-copy {
    align-self: start;
    padding-top: clamp(16px, 2.2vw, 34px);
    transform: translateY(-18px);
  }
}

/* Final Journey presentation polish */
body .journey-graph {
  margin-top: 24px;
  padding: clamp(42px, 5vw, 72px) clamp(28px, 4vw, 56px) clamp(30px, 4vw, 46px);
  border-color: #d9e1f2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.98)),
    #fff;
  box-shadow: 0 28px 80px rgba(24, 27, 52, 0.1);
}

body .journey-curve {
  display: block;
  inset: 42px clamp(58px, 6vw, 92px) auto;
  z-index: 1;
  height: 230px;
}

body .journey-area {
  opacity: 0.025;
}

body .journey-line {
  stroke-width: 2.6;
  marker-end: url(#journeyArrowHead);
  filter: drop-shadow(0 7px 12px rgba(37, 99, 255, 0.14));
}

body .journey-arrow {
  display: none;
}

body .journey-points {
  z-index: 2;
  gap: clamp(18px, 2.2vw, 28px);
  padding-top: 102px;
  align-items: end;
}

body .journey-point {
  min-height: 214px;
  padding: 54px 22px 24px;
  border-color: #dfe6f6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 46px rgba(24, 27, 52, 0.075);
}

body .journey-point.rocket {
  transform: translateY(36px);
}

body .journey-point.register {
  transform: translateY(18px);
}

body .journey-point.expand {
  transform: translateY(0);
}

body .journey-point.nationwide {
  --accent: var(--journey-nationwide-blue);
  --accent-soft: rgba(37, 99, 255, 0.15);
  transform: translateY(-18px);
  border-color: rgba(37, 99, 255, 0.28);
  box-shadow: 0 20px 52px rgba(37, 99, 255, 0.13);
}

body .journey-point::before {
  display: none;
}

body .journey-point::after {
  height: 4px;
  opacity: 0.95;
}

body .journey-point i {
  top: -68px;
  width: 64px;
  height: 64px;
  z-index: 5;
  border: 8px solid #fff;
  border-radius: 22px;
  box-shadow:
    0 0 0 11px var(--accent-soft),
    0 18px 34px rgba(24, 27, 52, 0.13);
}

body .journey-point i::before {
  width: 30px;
  height: 30px;
}

body .journey-point i::after {
  inset: 9px;
  border-radius: 14px;
}

body .journey-point time {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.86rem;
}

body .journey-point h3 {
  margin-top: 17px;
  font-size: clamp(1.14rem, 1.38vw, 1.28rem);
  font-weight: 760;
}

body .journey-point p {
  font-size: 0.92rem;
  line-height: 1.55;
}

body .journey-note {
  width: fit-content;
  max-width: calc(100% - 48px);
  margin: 46px auto 0;
  padding: 9px 18px;
  border-radius: 999px;
  color: #626a80;
  font-size: 0.92rem;
  line-height: 1.45;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body .journey-curve {
    display: none;
  }

  body .journey-points {
    padding-top: 34px;
    align-items: stretch;
  }

  body .journey-point {
    transform: none !important;
  }

  body .journey-point i {
    top: -32px;
  }
}

@media (max-width: 620px) {
  body .journey-note {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
}

/* Journey reference-style rebuild */
body .journey {
  width: min(1440px, calc(100% - 28px));
  padding-top: clamp(58px, 7vw, 94px);
}

body .journey > .section-title {
  max-width: 1080px;
  margin-bottom: 24px;
}

body .journey > .section-title span {
  color: #4338ca;
  font-size: clamp(0.95rem, 1.3vw, 1.25rem);
  font-weight: 950;
  letter-spacing: 0.18em;
}

body .journey > .section-title h2 {
  max-width: 1080px;
  margin-top: 8px;
  color: #111636;
  font-size: clamp(2.8rem, 4.45vw, 4.65rem);
  line-height: 0.96;
  font-weight: 850;
}

body .journey-title-line {
  display: block;
  white-space: nowrap;
  color: #111636 !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body .journey > .section-title h2 strong {
  display: block;
  color: #4338ca;
  font-weight: inherit;
}

body .journey > .section-title p {
  position: relative;
  max-width: 680px;
  margin: 28px auto 0;
  color: #3f4964;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.45;
}

body .journey > .section-title p::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #4338ca;
}

body .journey-graph {
  position: relative;
  min-height: 620px;
  margin-top: 26px;
  padding: 150px clamp(18px, 2.4vw, 34px) 42px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(67, 56, 202, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(67, 56, 202, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 84% 30%, rgba(67, 56, 202, 0.08), transparent 28%),
    #fbfcff;
  background-size: 74px 74px, 74px 74px, auto, auto;
  box-shadow: none;
}

body .journey-graph::before,
body .journey-graph::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body .journey-graph::before {
  left: -30px;
  top: 0;
  width: 390px;
  height: 430px;
  opacity: 0.22;
  background-image: radial-gradient(circle, #7c73ff 2.4px, transparent 2.8px);
  background-size: 14px 14px;
  clip-path: polygon(33% 0, 54% 6%, 66% 20%, 62% 38%, 77% 51%, 70% 69%, 86% 86%, 72% 100%, 46% 84%, 34% 62%, 17% 51%, 4% 29%, 17% 10%);
}

body .journey-graph::after {
  right: 10px;
  bottom: 118px;
  width: 230px;
  height: 260px;
  opacity: 0.2;
  background-image: radial-gradient(circle, #7c73ff 2.4px, transparent 2.8px);
  background-size: 14px 14px;
  clip-path: polygon(30% 4%, 70% 10%, 88% 34%, 78% 56%, 96% 78%, 72% 96%, 43% 88%, 24% 66%, 8% 46%, 18% 22%);
}

body .journey-map {
  position: absolute;
  pointer-events: none;
}

body .journey-curve {
  display: block;
  position: absolute;
  left: -4%;
  right: 4%;
  top: 150px;
  z-index: 1;
  height: 245px;
}

body .journey-curve svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

body .journey-area {
  opacity: 0;
}

body .journey-line {
  stroke-width: 3.6;
  marker-end: url(#journeyArrowHead);
  filter: drop-shadow(0 10px 18px rgba(67, 56, 202, 0.2));
}

body .journey-node,
body .journey-arrow {
  display: none;
}

body .journey-points {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.86fr 0.86fr 0.94fr 1.06fr;
  align-items: end;
  gap: clamp(14px, 1.6vw, 22px);
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 0;
}

body .journey-point {
  --accent: #4338ca;
  --accent-soft: rgba(67, 56, 202, 0.14);
  position: relative;
  min-height: 250px;
  padding: 50px 22px 28px;
  border: 1.5px solid rgba(67, 56, 202, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(36, 39, 76, 0.11);
  text-align: center;
  transform: none;
}

body .journey-point.rocket {
  margin-top: 120px;
}

body .journey-point.register {
  --accent: #c98b24;
  --accent-soft: rgba(201, 139, 36, 0.14);
  margin-top: 82px;
  border-color: rgba(201, 139, 36, 0.38);
}

body .journey-point.expand {
  --accent: #18bfa5;
  --accent-soft: rgba(24, 191, 165, 0.15);
  margin-top: 52px;
  border-color: rgba(24, 191, 165, 0.34);
}

body .journey-point.nationwide {
  --accent: #fff;
  --accent-soft: rgba(255, 255, 255, 0.18);
  min-height: 396px;
  padding: 38px 28px 30px;
  border: 6px solid rgba(255, 255, 255, 0.92);
  color: #fff;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #8b5cf6 0%, #4f46e5 48%, #2438d8 100%);
  box-shadow: 0 30px 80px rgba(67, 56, 202, 0.28);
}

body .journey-point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -54px;
  display: block;
  width: 4px;
  height: 50px;
  border-radius: 999px;
  background: var(--accent);
  transform: translateX(-50%);
}

body .journey-point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -63px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
  transform: translateX(-50%);
}

body .journey-point i {
  position: absolute;
  left: 50%;
  top: -154px;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  z-index: 5;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(36, 39, 76, 0.18);
  transform: translateX(-50%);
}

body .journey-point i::before {
  content: "";
  width: 54px;
  height: 54px;
  background: var(--accent);
  -webkit-mask: var(--journey-icon) center / contain no-repeat;
  mask: var(--journey-icon) center / contain no-repeat;
}

body .journey-point i::after {
  display: none;
}

body .journey-point time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 1.04rem;
  font-weight: 900;
}

body .journey-point.nationwide time {
  color: #4338ca !important;
  background: #fff !important;
}

body .journey-point h3 {
  margin: 28px 0 0;
  color: #111636;
  font-size: clamp(1.58rem, 1.9vw, 2.25rem);
  line-height: 1.06;
  font-weight: 850;
}

body .journey-point.nationwide h3 {
  color: #fff;
  font-size: clamp(2rem, 2.55vw, 3.05rem);
}

body .journey-point h3::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: var(--accent);
}

body .journey-point.nationwide h3::after {
  width: 96px;
  background: #fff;
}

body .journey-point p {
  max-width: 280px;
  margin: 20px auto 0;
  color: #39445f;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.55;
}

body .journey-point.nationwide p {
  color: rgba(255, 255, 255, 0.88);
}

body .journey-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

body .journey-services span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #0f6f67;
  font-size: 0.78rem;
  font-weight: 700;
}

body .journey-services span::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(24, 191, 165, 0.22), rgba(24, 191, 165, 0.12));
}

body .journey-point.nationwide ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 28px 0 26px;
  list-style: none;
  text-align: left;
}

body .journey-point.nationwide li {
  position: relative;
  padding-left: 38px;
  color: #fff;
  font-size: clamp(0.9rem, 1.08vw, 1.05rem);
  font-weight: 800;
  line-height: 1.35;
}

body .journey-point.nationwide li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #4f46e5;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 950;
}

body .journey-point.nationwide strong {
  display: block;
  color: #ffe35a;
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  letter-spacing: 0.08em;
}

body .journey-note {
  position: relative;
  z-index: 4;
  width: fit-content;
  max-width: 100%;
  margin: 34px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #2f3a56;
  background: transparent;
  box-shadow: none;
  font-size: clamp(1.08rem, 1.5vw, 1.38rem);
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  body .journey-graph {
    padding-top: 78px;
  }

  body .journey-curve {
    display: none;
  }

  body .journey-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 76px 22px;
  }

  body .journey-point,
  body .journey-point.rocket,
  body .journey-point.register,
  body .journey-point.expand,
  body .journey-point.nationwide {
    margin-top: 0;
    transform: none !important;
  }

  body .journey-point.nationwide {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  body .journey {
    width: min(100% - 24px, 460px);
  }

  body .journey > .section-title h2 {
    /* Match the review headline scale for a calmer mobile hierarchy. */
    font-size: clamp(1.46rem, 5.5vw, 1.85rem);
    line-height: 1.08;
  }

  body .journey > .section-title > span {
    /* Match the calculator's “Stamp duty calculator guide” eyebrow. */
    font-size: clamp(0.74rem, 2.8vw, 0.88rem) !important;
    letter-spacing: 0.18em !important;
  }

  body .journey-title-line {
    white-space: normal;
  }

  body .journey-graph {
    min-height: auto;
    padding: 74px 14px 28px;
  }

  body .journey-graph::before,
  body .journey-graph::after {
    opacity: 0.12;
  }

  body .journey-points {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  body .journey-point {
    min-height: auto;
  }

  body .journey-point.nationwide {
    min-height: auto;
  }

  body .journey-note {
    white-space: normal;
    text-align: center;
  }
}

/* Journey icon fidelity pass based on final reference */
body .journey-point.rocket {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M46.8 4.8c5.1 1.1 9.1 5.1 10.4 10.4-6.2 1.2-11.9 4.1-16.4 8.6l-8.7 8.7 4.7 4.7-6.2 6.2-4.7-4.7-5.6 5.6-1.9-9.7L29.2 23.8C33.7 19.3 36.5 11.1 46.8 4.8ZM44.6 18.2a4.7 4.7 0 1 0 6.7 6.6 4.7 4.7 0 0 0-6.7-6.6ZM15.8 42.6l5.6 5.6c-3.3 3.1-7.8 5.6-13.7 7.3 1.7-5.9 4.9-10 8.1-12.9Z'/%3E%3C/svg%3E");
}

body .journey-point.register {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M13 7h30a4 4 0 0 1 4 4v22.7a12.4 12.4 0 0 0-4-.7V11H17v42h22.5a13.1 13.1 0 0 0 3.2 4H13V7Zm10 13h18v4H23v-4Zm0 11h15v4H23v-4Zm0 11h11v4H23v-4Zm28 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm-2.7 9.3 8.2-8.2 2.8 2.8-11 11-6.1-6.1 2.8-2.8 3.3 3.3Z'/%3E%3C/svg%3E");
}

body .journey-point.expand {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M10 44h10v12H10V44Zm17-11h10v23H27V33Zm17-15h10v38H44V18ZM11 34l3.5 3.5 14-14 9 9L55 15v12h5V6H39v5h12.5L37.5 25l-9-9L11 34Z'/%3E%3C/svg%3E");
}

body .journey-point.nationwide {
  --journey-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='black' d='M34 6a28 28 0 1 0 0 56 28 28 0 0 0 0-56Zm0 5c2.6 3.3 4.7 8.2 5.5 14H28.5c.8-5.8 2.9-10.7 5.5-14Zm-9.9 2.1A33.7 33.7 0 0 0 23.5 25h-9.2a23.2 23.2 0 0 1 9.8-11.9ZM11.6 30h11.2a42.5 42.5 0 0 0 0 8H11.6a23 23 0 0 1 0-8Zm2.7 13h9.2c.6 4.6 1.9 8.7 3.7 11.9A23.2 23.2 0 0 1 14.3 43ZM34 57c-2.6-3.3-4.7-8.2-5.5-14h11c-.8 5.8-2.9 10.7-5.5 14Zm6.2-19H27.8a36.8 36.8 0 0 1 0-8h12.4a36.8 36.8 0 0 1 0 8Zm3.7 16.9c1.8-3.2 3.1-7.3 3.7-11.9h4.7a16 16 0 0 0-.3-5H48.2a42.5 42.5 0 0 0 0-8h11.2c.2 1.3.3 2.6.3 4 0 1.1-.1 2.2-.2 3.2a16 16 0 0 0-15.6 17.7ZM47.6 25c-.6-4.6-1.9-8.7-3.7-11.9A23.2 23.2 0 0 1 53.7 25h-6.1Zm10.9 16 2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-2.5-4.6 2.5.9-5.2-3.8-3.7 5.2-.8 2.3-4.7Z'/%3E%3C/svg%3E");
}

body .journey-point.expand i {
  border: 3px solid rgba(24, 191, 165, 0.24);
}

body .journey-point.nationwide i {
  top: -151px;
  border: 3px solid rgba(67, 56, 202, 0.22);
  box-shadow: 0 0 0 10px rgba(67, 56, 202, 0.08), 0 22px 56px rgba(67, 56, 202, 0.2);
}

body .journey-point.nationwide::before {
  top: -50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 2px dashed rgba(255, 255, 255, 0.42);
}

body .journey-services span {
  position: relative;
  min-height: 62px;
  padding-top: 48px;
}

body .journey-services span::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 42px;
  height: 42px;
  background: #e3f7f2;
  transform: translateX(-50%);
}

body .journey-services span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 22px;
  height: 22px;
  background: #0f8f7f;
  transform: translateX(-50%);
  -webkit-mask: var(--service-icon) center / contain no-repeat;
  mask: var(--service-icon) center / contain no-repeat;
}

body .journey-services span:nth-child(1) {
  --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M8 3h14l4 4v22H8V3Zm3 3v20h12V9h-4V6H11Zm2 6h8v2h-8v-2Zm0 5h8v2h-8v-2Zm0 5h6v2h-6v-2Z'/%3E%3C/svg%3E");
}

body .journey-services span:nth-child(2) {
  --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M3 15 16 5l13 10-2 2-2-1.5V28h-7v-8h-4v8H7V15.5L5 17l-2-2Zm7 11h2v-8h8v8h2V13.2l-6-4.6-6 4.6V26Z'/%3E%3C/svg%3E");
}

body .journey-services span:nth-child(3) {
  --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16 3c5 6 9 11.2 9 17a9 9 0 0 1-18 0c0-5.8 4-11 9-17Zm0 5.1c-3.6 4.6-6 8.2-6 11.9a6 6 0 0 0 12 0c0-3.7-2.4-7.3-6-11.9Zm-1.5 15.7c2.7-.5 4.5-2.2 4.9-5.3h3c-.5 4.8-3.5 7.7-7.9 8.3v-3Z'/%3E%3C/svg%3E");
}

body .journey-services span:nth-child(4) {
  --service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16 5a6 6 0 1 1 0 12 6 6 0 0 1 0-12Zm0 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM5 28c.8-6.3 5-9 11-9s10.2 2.7 11 9h-3.2c-.7-4.1-3.4-6-7.8-6s-7.1 1.9-7.8 6H5Z'/%3E%3C/svg%3E");
}

/* Exact Journey editable SVG selected by client */
body .journey {
  width: min(1120px, calc(100% - 44px));
  padding: clamp(38px, 5vw, 68px) 0;
}

body .journey-reference-frame {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  animation: journeyImageReveal 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 420ms ease;
}

body .journey-reference-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  user-select: text;
}

body .journey-reference-frame:hover {
  transform: translateY(-4px) scale(1.005);
}

body .journey-reference-svg text {
  user-select: text;
}

@keyframes journeyImageReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.995);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body .journey > .section-title,
body .journey > .journey-graph {
  display: none !important;
}

@media (max-width: 760px) {
  body .journey {
    width: min(100% - 8px, 640px);
    padding: 16px 0 18px;
    overflow-x: hidden;
  }

  body .journey-reference-frame {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .journey-reference-frame {
    animation: none;
    transition: none;
  }

  body .journey-reference-frame:hover {
    transform: none;
  }
}

/* Global public button affordance: make clickable controls feel alive. */
body :where(
  a.primary,
  .hero-cta,
  .whatsapp-nav-button,
  .contact-actions a,
  .linktree-action,
  .hero-carousel-tabs button,
  .board-head button,
  .mobile-menu-button
) {
  transform: translateY(0) scale(1);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    opacity 220ms ease;
  will-change: transform;
}

body :where(
  a.primary,
  .hero-cta,
  .whatsapp-nav-button,
  .contact-actions a,
  .linktree-action,
  .hero-carousel-tabs button,
  .board-head button,
  .mobile-menu-button
):where(:hover, :focus-visible) {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 18px 38px rgba(31, 38, 85, 0.18);
}

body :where(.hero-cta, .contact-actions a, .linktree-action, .whatsapp-nav-button) :where(span, img, svg),
body :where(.hero-carousel-tabs button, .board-head button) :where(span, img, svg) {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body :where(.hero-cta, .contact-actions a, .linktree-action, .whatsapp-nav-button):where(:hover, :focus-visible) :where(span, img, svg),
body :where(.hero-carousel-tabs button, .board-head button):where(:hover, :focus-visible) :where(span, img, svg) {
  transform: translateX(3px);
}

body :where(
  a.primary,
  .hero-cta,
  .whatsapp-nav-button,
  .contact-actions a,
  .linktree-action,
  .hero-carousel-tabs button,
  .board-head button,
  .mobile-menu-button
):active {
  transform: translateY(-1px) scale(0.99);
}

@media (prefers-reduced-motion: reduce) {
  body :where(
    a.primary,
    .hero-cta,
    .whatsapp-nav-button,
    .contact-actions a,
    .linktree-action,
    .hero-carousel-tabs button,
    .board-head button,
    .mobile-menu-button
  ),
  body :where(.hero-cta, .contact-actions a, .linktree-action, .whatsapp-nav-button) :where(span, img, svg),
  body :where(.hero-carousel-tabs button, .board-head button) :where(span, img, svg) {
    transition: none;
  }
}


/* Client selected SERVICES SUITE kicker style for section labels. */
body .section-title > span {
  color: #4A39F2;
  font-size: clamp(1.06rem, 1.22vw, 1.24rem);
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  body .section-title > span {
    font-size: 0.86rem;
    letter-spacing: 0.2em;
  }
}

/* Stronger unified hover affordance requested by client. */
body :is(
  a.primary,
  .hero-cta,
  .whatsapp-nav-button,
  .contact-actions a,
  .linktree-action,
  .hero-carousel-tabs button,
  .board-head button,
  .mobile-menu-button,
  .suite-link
) {
  cursor: pointer;
}

body :is(
  a.primary,
  .hero-cta,
  .whatsapp-nav-button,
  .contact-actions a,
  .linktree-action,
  .hero-carousel-tabs button,
  .board-head button,
  .mobile-menu-button
):where(:hover, :focus-visible) {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 22px 46px rgba(31, 38, 85, 0.2);
}

.services-suite-svg #cards > g > circle:last-of-type,
.services-suite-svg #cards > g > path:last-child,
.services-suite-svg #LHDN-Stamping > rect:nth-of-type(4),
.services-suite-svg #LHDN-Stamping > text:nth-of-type(6) {
  transform-box: fill-box;
  transform-origin: center;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms ease;
}

.services-suite-frame:has(.suite-link-lhdn:hover) #LHDN-Stamping > rect:nth-of-type(4),
.services-suite-frame:has(.suite-link-lhdn:focus-visible) #LHDN-Stamping > rect:nth-of-type(4),
.services-suite-frame:has(.suite-link-lhdn:hover) #LHDN-Stamping > text:nth-of-type(6),
.services-suite-frame:has(.suite-link-lhdn:focus-visible) #LHDN-Stamping > text:nth-of-type(6) {
  transform: translateY(-7px) scale(1.045);
  filter: drop-shadow(0 14px 18px rgba(8, 152, 89, 0.22));
}

.services-suite-frame:has(.suite-link-lhdn:hover) #LHDN-Stamping > path:last-child,
.services-suite-frame:has(.suite-link-lhdn:focus-visible) #LHDN-Stamping > path:last-child {
  transform: translate(8px, -7px) scale(1.08);
}

.services-suite-frame:has(.suite-link-ssm:hover) #SSM-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-ssm:focus-visible) #SSM-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-tax:hover) #Taxation-\&-Accounting > circle:last-of-type,
.services-suite-frame:has(.suite-link-tax:focus-visible) #Taxation-\&-Accounting > circle:last-of-type,
.services-suite-frame:has(.suite-link-licence:hover) #Business-License-\&-Signboard > circle:last-of-type,
.services-suite-frame:has(.suite-link-licence:focus-visible) #Business-License-\&-Signboard > circle:last-of-type,
.services-suite-frame:has(.suite-link-tenancy:hover) #Draft-Tenancy-Agreement > circle:last-of-type,
.services-suite-frame:has(.suite-link-tenancy:focus-visible) #Draft-Tenancy-Agreement > circle:last-of-type,
.services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-admin:hover) #Admin-Support > circle:last-of-type,
.services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support > circle:last-of-type {
  transform: translateY(-8px) scale(1.12);
  filter: drop-shadow(0 12px 18px rgba(31, 38, 85, 0.16));
}

.services-suite-frame:has(.suite-link-ssm:hover) #SSM-Registration > path:last-child,
.services-suite-frame:has(.suite-link-ssm:focus-visible) #SSM-Registration > path:last-child,
.services-suite-frame:has(.suite-link-tax:hover) #Taxation-\&-Accounting > path:last-child,
.services-suite-frame:has(.suite-link-tax:focus-visible) #Taxation-\&-Accounting > path:last-child,
.services-suite-frame:has(.suite-link-licence:hover) #Business-License-\&-Signboard > path:last-child,
.services-suite-frame:has(.suite-link-licence:focus-visible) #Business-License-\&-Signboard > path:last-child,
.services-suite-frame:has(.suite-link-tenancy:hover) #Draft-Tenancy-Agreement > path:last-child,
.services-suite-frame:has(.suite-link-tenancy:focus-visible) #Draft-Tenancy-Agreement > path:last-child,
.services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration > path:last-child,
.services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration > path:last-child,
.services-suite-frame:has(.suite-link-admin:hover) #Admin-Support > path:last-child,
.services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support > path:last-child {
  transform: translate(8px, -8px) scale(1.12);
}

/* Client clarified hover should read as zoom, not vertical floating. */
.services-suite-frame:has(.suite-link-lhdn:hover) #LHDN-Stamping,
.services-suite-frame:has(.suite-link-lhdn:focus-visible) #LHDN-Stamping,
.services-suite-frame:has(.suite-link-ssm:hover) #SSM-Registration,
.services-suite-frame:has(.suite-link-ssm:focus-visible) #SSM-Registration,
.services-suite-frame:has(.suite-link-tax:hover) #Taxation-\&-Accounting,
.services-suite-frame:has(.suite-link-tax:focus-visible) #Taxation-\&-Accounting,
.services-suite-frame:has(.suite-link-licence:hover) #Business-License-\&-Signboard,
.services-suite-frame:has(.suite-link-licence:focus-visible) #Business-License-\&-Signboard,
.services-suite-frame:has(.suite-link-tenancy:hover) #Draft-Tenancy-Agreement,
.services-suite-frame:has(.suite-link-tenancy:focus-visible) #Draft-Tenancy-Agreement,
.services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration,
.services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration,
.services-suite-frame:has(.suite-link-admin:hover) #Admin-Support,
.services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support {
  --suite-card-scale: 1.075;
}

.services-suite-frame:has(.suite-arrow-lhdn:hover) #LHDN-Stamping,
.services-suite-frame:has(.suite-arrow-lhdn:focus-visible) #LHDN-Stamping,
.services-suite-frame:has(.suite-arrow-ssm:hover) #SSM-Registration,
.services-suite-frame:has(.suite-arrow-ssm:focus-visible) #SSM-Registration,
.services-suite-frame:has(.suite-arrow-tax:hover) #Taxation-\&-Accounting,
.services-suite-frame:has(.suite-arrow-tax:focus-visible) #Taxation-\&-Accounting,
.services-suite-frame:has(.suite-arrow-licence:hover) #Business-License-\&-Signboard,
.services-suite-frame:has(.suite-arrow-licence:focus-visible) #Business-License-\&-Signboard,
.services-suite-frame:has(.suite-arrow-tenancy:hover) #Draft-Tenancy-Agreement,
.services-suite-frame:has(.suite-arrow-tenancy:focus-visible) #Draft-Tenancy-Agreement,
.services-suite-frame:has(.suite-arrow-utilities:hover) #Utilities-Registration,
.services-suite-frame:has(.suite-arrow-utilities:focus-visible) #Utilities-Registration,
.services-suite-frame:has(.suite-arrow-admin:hover) #Admin-Support,
.services-suite-frame:has(.suite-arrow-admin:focus-visible) #Admin-Support {
  --suite-card-scale: 1.075;
}

/* Card hover zooms the card only; arrows remain fixed to the card. */
.services-suite-frame:has(.suite-link-lhdn:hover) #LHDN-Stamping > path:last-child,
.services-suite-frame:has(.suite-link-lhdn:focus-visible) #LHDN-Stamping > path:last-child,
.services-suite-frame:has(.suite-link-ssm:hover) #SSM-Registration > path:last-child,
.services-suite-frame:has(.suite-link-ssm:focus-visible) #SSM-Registration > path:last-child,
.services-suite-frame:has(.suite-link-tax:hover) #Taxation-\&-Accounting > path:last-child,
.services-suite-frame:has(.suite-link-tax:focus-visible) #Taxation-\&-Accounting > path:last-child,
.services-suite-frame:has(.suite-link-licence:hover) #Business-License-\&-Signboard > path:last-child,
.services-suite-frame:has(.suite-link-licence:focus-visible) #Business-License-\&-Signboard > path:last-child,
.services-suite-frame:has(.suite-link-tenancy:hover) #Draft-Tenancy-Agreement > path:last-child,
.services-suite-frame:has(.suite-link-tenancy:focus-visible) #Draft-Tenancy-Agreement > path:last-child,
.services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration > path:last-child,
.services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration > path:last-child,
.services-suite-frame:has(.suite-link-admin:hover) #Admin-Support > path:last-child,
.services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support > path:last-child,
.services-suite-frame:has(.suite-link-ssm:hover) #SSM-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-ssm:focus-visible) #SSM-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-tax:hover) #Taxation-\&-Accounting > circle:last-of-type,
.services-suite-frame:has(.suite-link-tax:focus-visible) #Taxation-\&-Accounting > circle:last-of-type,
.services-suite-frame:has(.suite-link-licence:hover) #Business-License-\&-Signboard > circle:last-of-type,
.services-suite-frame:has(.suite-link-licence:focus-visible) #Business-License-\&-Signboard > circle:last-of-type,
.services-suite-frame:has(.suite-link-tenancy:hover) #Draft-Tenancy-Agreement > circle:last-of-type,
.services-suite-frame:has(.suite-link-tenancy:focus-visible) #Draft-Tenancy-Agreement > circle:last-of-type,
.services-suite-frame:has(.suite-link-utilities:hover) #Utilities-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-utilities:focus-visible) #Utilities-Registration > circle:last-of-type,
.services-suite-frame:has(.suite-link-admin:hover) #Admin-Support > circle:last-of-type,
.services-suite-frame:has(.suite-link-admin:focus-visible) #Admin-Support > circle:last-of-type {
  animation: none;
  transform: none;
  filter: none;
}

body :is(
  a.primary,
  .hero-cta,
  .whatsapp-nav-button,
  .contact-actions a,
  .linktree-action,
  .hero-carousel-tabs button,
  .board-head button,
  .mobile-menu-button
):where(:hover, :focus-visible) {
  transform: translateY(0) scale(1.055);
}

/* Mobile homepage hero: keep the message and carousel side-by-side. */
@media (max-width: 820px) {
  body .hero:has(.hero-service-carousel) {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(132px, 0.82fr);
    gap: clamp(10px, 3vw, 16px);
    align-items: center;
    padding: 28px 14px 24px;
    text-align: left;
  }

  body .hero:has(.hero-service-carousel) .hero-copy,
  body .hero:has(.hero-service-carousel) .hero-copy p,
  body .hero:has(.hero-service-carousel) h1 {
    margin-left: 0;
    margin-right: 0;
  }

  body .hero:has(.hero-service-carousel) .platform-pill {
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 5px 0 9px;
    font-size: 0.62rem;
    line-height: 1.15;
    white-space: normal;
  }

  body .hero:has(.hero-service-carousel) h1 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: clamp(1.72rem, 8vw, 2.28rem);
    line-height: 1.02;
  }

  body .hero:has(.hero-service-carousel) .hero-bulb {
    margin-left: 0.01em;
    font-size: 0.68em;
  }

  body .hero:has(.hero-service-carousel) .hero-copy p {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body .hero:has(.hero-service-carousel) .hero-trust-card {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
    width: 100%;
    margin: 0 0 10px;
    padding: 8px 9px;
    border-radius: 14px;
  }

  body .hero:has(.hero-service-carousel) .hero-trust-mark {
    width: 28px;
    height: 28px;
    font-size: 0.64rem;
  }

  body .hero:has(.hero-service-carousel) .hero-trust-card span {
    font-size: 0.52rem;
    line-height: 1.1;
  }

  body .hero:has(.hero-service-carousel) .hero-trust-card strong {
    font-size: 0.78rem;
    line-height: 1.04;
  }

  body .hero:has(.hero-service-carousel) .hero-trust-card em {
    grid-column: 2;
    font-size: 0.64rem;
    line-height: 1;
  }

  body .hero:has(.hero-service-carousel) .hero-cta {
    min-width: 0;
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.78rem;
    border-radius: 9px;
    white-space: nowrap;
  }

  body .hero:has(.hero-service-carousel) .hero-cta span {
    margin-left: 6px;
  }

  body .hero-service-carousel.product-scene {
    width: 100%;
    min-height: 0;
    margin: 0;
    gap: 8px;
  }

  body .hero-carousel-frame {
    width: 100%;
    min-height: clamp(230px, 62vw, 310px);
    border-radius: 18px;
  }

  body .hero-carousel-track {
    min-height: clamp(230px, 62vw, 310px);
  }

  body .hero-service-slide {
    padding: 8px;
  }

  body .hero-slide-visual {
    width: 100%;
    height: clamp(214px, 57vw, 292px);
    border-radius: 14px;
  }

  body .hero-carousel-tabs {
    justify-content: center;
    width: 100%;
    gap: 7px;
    min-height: 10px;
    padding: 0;
    overflow: hidden;
  }

  body .hero-carousel-tabs button {
    gap: 0;
    font-size: 0;
  }

  body .hero-carousel-tabs button span {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 380px) {
  body .hero:has(.hero-service-carousel) {
    grid-template-columns: minmax(0, 1.12fr) minmax(120px, 0.88fr);
    padding-inline: 12px;
  }

  body .hero:has(.hero-service-carousel) h1 {
    font-size: 1.62rem;
  }

  body .hero:has(.hero-service-carousel) .hero-copy p {
    font-size: 0.72rem;
  }
}

/* Mobile sections should keep the website-style side-by-side rhythm. */
@media (max-width: 820px) {
  body .services-suite-section {
    width: min(100% - 10px, 640px);
    padding: 28px 0 30px;
    overflow-x: hidden;
  }

  body .services-suite-frame {
    width: 100%;
    max-width: 100%;
  }

  body .services-suite-svg {
    width: 100%;
    max-width: 100%;
  }

  body .section-title {
    margin-bottom: 18px;
  }

  body .section-title > span {
    font-size: clamp(0.74rem, 2.8vw, 0.88rem);
    letter-spacing: 0.18em;
  }

  body .section-title h2 {
    font-size: clamp(1.62rem, 6.2vw, 2.05rem);
    line-height: 1.08;
  }

  body .reviews {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body .reviews .section-title {
    margin-bottom: 14px;
  }

  body .reviews .section-title h2 {
    font-size: clamp(1.46rem, 5.5vw, 1.85rem);
    line-height: 1.08;
  }

  body .reviews-lead {
    gap: 3px;
    margin-top: 10px;
  }

  body .reviews-lead span {
    font-size: clamp(0.66rem, 2.7vw, 0.8rem);
    line-height: 1.25;
  }

  body .review-grid.is-marquee {
    gap: 10px;
  }

  body .review-grid.is-marquee article {
    flex-basis: 236px;
    width: 236px;
    min-height: 168px;
    padding: 14px;
    border-radius: 16px;
  }

  body .review-grid b {
    width: 32px;
    height: 32px;
    margin-bottom: 9px;
    font-size: 0.72rem;
  }

  body .review-grid span {
    margin-bottom: 5px;
    font-size: 0.78rem;
    line-height: 1.15;
  }

  body .review-grid small {
    margin-bottom: 7px;
    font-size: 0.62rem;
    line-height: 1.15;
  }

  body .review-grid strong {
    margin-bottom: 7px;
    font-size: 0.78rem;
  }

  body .review-grid p {
    font-size: 0.64rem;
    line-height: 1.4;
  }

  body .trusted {
    gap: 12px;
    padding: 22px 10px;
  }

  body .trusted p {
    margin-bottom: 0;
    font-size: 0.78rem;
  }

  body .trusted div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body .trusted strong {
    min-width: 0;
    padding: 10px 6px;
    font-size: clamp(0.62rem, 2.5vw, 0.78rem);
    line-height: 1.15;
    white-space: normal;
  }

  body .journey {
    width: min(100% - 8px, 640px);
    padding-top: 18px;
    padding-bottom: 18px;
    overflow-x: hidden;
  }

  body .journey-reference-frame {
    width: 100%;
    max-width: 100%;
  }

  body .journey-reference-svg {
    width: 100%;
    max-width: 100%;
  }

  body .who-help {
    padding-top: 34px;
  }

  body .who-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body .who-card {
    min-height: 96px;
    justify-items: center;
    align-content: center;
    gap: 8px;
    padding: 12px 6px;
    border-radius: 14px;
    text-align: center;
  }

  body .who-avatar {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  body .who-card h3 {
    font-size: clamp(0.64rem, 2.6vw, 0.82rem);
    line-height: 1.12;
  }

  body .calculator .section-title {
    margin-bottom: 16px;
  }

  body .calculator .section-title h2 {
    font-size: clamp(1.55rem, 6vw, 2.1rem);
  }

  body .calc-panel {
    grid-template-columns: minmax(0, 0.96fr) minmax(150px, 0.82fr);
    gap: 10px;
    align-items: stretch;
    padding: 12px;
    border-radius: 18px;
  }

  body .calc-intro {
    gap: 9px;
  }

  body .guide-mini-title {
    font-size: 0.62rem;
  }

  body .calc-panel h3 {
    margin: 0;
    font-size: clamp(1.16rem, 5vw, 1.55rem);
    line-height: 1.05;
  }

  body .guide-benefit-list {
    gap: 5px;
  }

  body .guide-benefit-list li {
    padding-left: 16px;
    font-size: 0.64rem;
    line-height: 1.2;
  }

  body .guide-step-list {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  body .guide-step-list article {
    padding: 8px;
    border-radius: 10px;
  }

  body .guide-step-list small {
    margin-bottom: 4px;
    font-size: 0.52rem;
  }

  body .guide-step-list strong {
    margin-bottom: 3px;
    font-size: 0.68rem;
    line-height: 1.15;
  }

  body .guide-step-list p {
    font-size: 0.58rem;
    line-height: 1.25;
  }

  body .calc-panel .primary {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.7rem;
  }

  body .lhdn-video-frame {
    width: 100%;
    border-radius: 18px;
  }

  body .lhdn-video-frame .video-topbar {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.58rem;
  }

  body .lhdn-video-frame .video-topbar span {
    width: 6px;
    height: 6px;
  }

  body .lhdn-video-frame .video-topbar strong {
    margin-left: 2px;
  }

  body .lhdn-video-frame .video-topbar em {
    display: none;
  }

  body .lhdn-video-frame .video-screen {
    min-height: 210px;
    padding: 8px;
  }

  body .lhdn-demo-form {
    gap: 5px;
  }

  body .demo-input,
  body .demo-result {
    grid-template-columns: 0.76fr 1fr;
    min-height: 35px;
    padding: 6px 7px;
    border-width: 2px;
    border-radius: 10px;
  }

  body .demo-input small,
  body .demo-result span {
    font-size: 0.5rem;
  }

  body .demo-input b,
  body .demo-result b {
    font-size: 0.58rem;
  }

  body .demo-pills {
    display: none;
  }

  body .demo-quotation {
    min-height: 36px;
    padding: 6px;
    border-radius: 10px;
  }

  body .demo-quotation img {
    width: 24px;
    height: 24px;
  }

  body .video-progress {
    height: 4px;
  }

  body .documents .document-workspace {
    grid-template-columns: minmax(0, 0.86fr) minmax(168px, 1fr) minmax(0, 0.86fr);
    gap: 12px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
  }

  body .documents .doc-stack {
    display: grid;
    gap: 14px;
    align-content: center;
  }

  body .documents .doc-stack img {
    width: 100%;
    min-height: 0;
    max-height: 210px;
    padding: 8px;
    object-fit: contain;
    border-radius: 14px;
  }

  body .documents .doc-center {
    order: initial;
    min-height: 0;
    padding: 10px 6px;
    border-radius: 18px;
  }

  body .documents .doc-center span {
    color: var(--primary-dark);
    font-size: clamp(0.7rem, 2.4vw, 0.9rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0.02em;
  }

  body .documents .doc-center h3 {
    max-width: 156px;
    margin: 12px auto 16px;
    font-size: clamp(1.58rem, 6.2vw, 2rem);
    line-height: 1.02;
    font-weight: 760;
  }

  body .documents .doc-center h3::before {
    content: none;
  }

  body .documents .doc-center a {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.72rem;
  }

  body .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body .process-grid article {
    min-height: 136px;
    padding: 12px 8px;
    border-radius: 14px;
  }

  body .process-illustration {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  body .process-grid small {
    font-size: 0.58rem;
  }

  body .process-grid h3 {
    font-size: clamp(0.66rem, 2.7vw, 0.82rem);
    line-height: 1.15;
  }

  body .process-grid p {
    font-size: 0.58rem;
    line-height: 1.3;
  }

  body .founder {
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
  }

  body .founder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
  }

  body .founder span {
    font-size: 0.58rem;
  }

  body .founder h2 {
    margin: 6px 0 8px;
    font-size: clamp(1.04rem, 4.2vw, 1.35rem);
    line-height: 1.08;
  }

  body .founder p {
    margin-bottom: 10px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

}

/* Final online process design override */
body .process {
  position: relative;
  overflow: hidden;
}

body .process::before {
  content: "";
  position: absolute;
  inset: 26% 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(97, 97, 255, 0.22), rgba(24, 199, 167, 0.2), transparent);
  pointer-events: none;
}

body .process .section-title {
  position: relative;
  z-index: 1;
}

body .process-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body .process-grid::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(97, 97, 255, 0.25), rgba(24, 199, 167, 0.32), rgba(253, 171, 61, 0.28), rgba(162, 93, 220, 0.24));
  box-shadow: 0 10px 24px rgba(97, 97, 255, 0.1);
}

body .process-grid article {
  position: relative;
  display: grid;
  min-height: 238px;
  align-content: start;
  gap: 0;
  padding: 28px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(214, 221, 246, 0.9);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, rgba(97, 97, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 20px 50px rgba(24, 27, 52, 0.075);
}

body .process-grid article::before {
  content: "";
  position: absolute;
  top: 36px;
  right: -30px;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(97, 97, 255, 0.06);
}

body .process-grid article::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 34px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(97, 97, 255, 0.13);
}

body .process-illustration {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  border: 1px solid rgba(97, 97, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, #f2f1ff, #fff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(97, 97, 255, 0.1);
}

body .process-grid small {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #4a39f2;
  background: rgba(97, 97, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
}

body .process-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.18rem, 1.55vw, 1.5rem);
  line-height: 1.1;
  font-weight: 780;
}

body .process-grid p {
  max-width: 250px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.08vw, 1.04rem);
  line-height: 1.55;
}

body .process-step.confirm .process-illustration {
  border-color: rgba(24, 199, 167, 0.22);
  background: linear-gradient(145deg, #eafaf5, #fff);
}

body .process-step.confirm::after {
  background: #18c7a7;
  box-shadow: 0 0 0 6px rgba(24, 199, 167, 0.14);
}

body .process-step.online .process-illustration {
  border-color: rgba(253, 171, 61, 0.24);
  background: linear-gradient(145deg, #fff5e6, #fff);
}

body .process-step.online::after {
  background: #fdab3d;
  box-shadow: 0 0 0 6px rgba(253, 171, 61, 0.16);
}

body .process-step.updates .process-illustration {
  border-color: rgba(162, 93, 220, 0.22);
  background: linear-gradient(145deg, #f7efff, #fff);
}

body .process-step.updates::after {
  background: #a25ddc;
  box-shadow: 0 0 0 6px rgba(162, 93, 220, 0.14);
}

@media (max-width: 900px) {
  body .process::before {
    top: 34%;
  }

  body .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body .process-grid::before {
    top: 30px;
    right: 7%;
    left: 7%;
    height: 2px;
  }

  body .process-grid article {
    min-height: 150px;
    padding: 13px 9px 12px;
    border-radius: 14px;
  }

  body .process-grid article::before {
    top: 22px;
    right: -24px;
    width: 58px;
    height: 58px;
  }

  body .process-grid article::after {
    top: 25px;
    left: 22px;
    width: 9px;
    height: 9px;
    border-width: 3px;
    box-shadow: 0 0 0 4px rgba(97, 97, 255, 0.12);
  }

  body .process-illustration {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  body .process-illustration::before {
    width: 19px;
    height: 19px;
  }

  body .process-grid small {
    margin-bottom: 5px;
    padding: 3px 6px;
    font-size: 0.54rem;
  }

  body .process-grid h3 {
    margin-bottom: 7px;
    font-size: clamp(0.68rem, 2.75vw, 0.82rem);
    line-height: 1.12;
  }

  body .process-grid p {
    font-size: 0.56rem;
    line-height: 1.25;
  }
}

@media (max-width: 760px) {
  body .process::before {
    top: 34%;
  }

  body .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body .process-grid::before {
    top: 30px;
    right: 7%;
    left: 7%;
    height: 2px;
  }

  body .process-grid article {
    min-height: 150px;
    padding: 13px 9px 12px;
    border-radius: 14px;
  }

  body .process-grid article::before {
    top: 22px;
    right: -24px;
    width: 58px;
    height: 58px;
  }

  body .process-grid article::after {
    top: 25px;
    left: 22px;
    width: 9px;
    height: 9px;
    border-width: 3px;
    box-shadow: 0 0 0 4px rgba(97, 97, 255, 0.12);
  }

  body .process-illustration {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  body .process-illustration::before {
    width: 19px;
    height: 19px;
  }

  body .process-grid small {
    margin-bottom: 5px;
    padding: 3px 6px;
    font-size: 0.54rem;
  }

  body .process-grid h3 {
    margin-bottom: 7px;
    font-size: clamp(0.68rem, 2.75vw, 0.82rem);
    line-height: 1.12;
  }

  body .process-grid p {
    font-size: 0.56rem;
    line-height: 1.25;
  }
}
/* EOF unified header and bright brand override. */
body {
  background: #fff !important;
}

body .hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(79, 70, 229, 0.045), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(24, 199, 167, 0.045), transparent 25%),
    linear-gradient(180deg, #fff 0%, #fff 68%, #fbfcff 100%) !important;
}

body .section,
body .trusted,
body .logo-cloud,
body .who-help,
body .services-suite-section,
body .calculator,
body .documents,
body .process,
body .founder,
body .journey,
body .reviews {
  background-color: #fff !important;
}

body .hero-accent-word {
  color: #3f2bbf !important;
}

body .monday-nav .nav-actions {
  gap: 10px !important;
}

body .monday-nav .nav-actions .calculator-nav-button {
  min-height: 36px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(24, 199, 167, 0.4) !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #18c7a7, #0fbf75) !important;
  box-shadow: 0 12px 24px rgba(24, 199, 167, 0.2) !important;
  font-size: 0.84rem !important;
  font-weight: 780 !important;
}

body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
  min-height: 36px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(24, 199, 167, 0.62) !important;
  border-radius: 8px !important;
  color: #1f2540 !important;
  background: #fff !important;
  box-shadow: 0 10px 22px rgba(24, 199, 167, 0.08) !important;
  font-size: 0.84rem !important;
  font-weight: 760 !important;
}

body .contact-actions {
  align-items: center !important;
}

body .contact-actions .linktree-action {
  min-width: 50px !important;
  width: 50px !important;
  min-height: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .contact-actions .linktree-action img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
}

body .process-grid::before {
  display: none !important;
  content: none !important;
}

body .process .section-title h2 {
  font-size: clamp(1.9rem, 3.05vw, 3.05rem) !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
}

@media (max-width: 980px) {
  body .monday-nav {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: clamp(8px, 1.8vw, 14px) !important;
  }

  body .monday-nav .nav-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  body .monday-nav .mobile-menu-button {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }
}

@media (max-width: 760px) {
  body .monday-nav {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
  }

  body .monday-nav .nav-actions {
    gap: 7px !important;
  }

  body .monday-nav .nav-actions .calculator-nav-button,
  body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 11px !important;
    font-size: 0.74rem !important;
  }

  body .monday-nav .mobile-menu-button {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
  }
}
/* TRUE EOF mobile footer override */
@media (max-width: 760px) {
  body .monday-footer {
    width: min(100% - 28px, 520px) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 10px !important;
    padding: 18px 0 20px !important;
    color: #70778b !important;
    white-space: nowrap !important;
  }

  body .monday-footer span,
  body .monday-footer small {
    display: inline !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: clamp(0.58rem, 2.4vw, 0.68rem) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-align: left !important;
  }
}
/* Shared eyebrow hierarchy: keep Founder and Journey labels visually aligned. */
body .founder > div > span,
body .journey .section-title > span {
  display: block;
  color: var(--primary-dark) !important;
  font-size: clamp(0.68rem, 0.9vw, 0.84rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

/* Homepage WhatsApp final override: keep the tap state on-brand and remove
   the legacy white strip that was injected below the icon on phones. */
body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
  min-height: 40px !important;
  padding-inline: 18px !important;
  border: 1px solid rgba(24, 199, 167, 0.45) !important;
  color: #fff !important;
  background: linear-gradient(135deg, #18c7a7, #25d366) !important;
  box-shadow: 0 12px 26px rgba(24, 199, 167, 0.22) !important;
  -webkit-tap-highlight-color: transparent !important;
}

body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:where(:hover, :focus, :focus-visible, :active) {
  color: #fff !important;
  background: linear-gradient(135deg, #10a98d, #18c45c) !important;
}

@media (max-width: 760px) {
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"] {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: transparent !important;
    background-color: transparent !important;
    background-image: url("assets/whatsapp-call-icon-clean-square.png?v=whatsapp-clean-20260809") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 46px 46px !important;
    box-shadow: none !important;
  }

  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]::before,
  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]::after {
    display: none !important;
    content: none !important;
  }

  html body .monday-nav .nav-actions .whatsapp-nav-button[href*="wa.me"]:where(:hover, :focus, :focus-visible, :active) {
    background-color: transparent !important;
    background-image: url("assets/whatsapp-call-icon-clean-square.png?v=whatsapp-clean-20260809") !important;
    box-shadow: none !important;
  }
}
/* Phone Services Suite: the fixed SVG is scaled down horizontally, so its
   supporting copy needs a slightly larger source size to remain readable. */
@media (max-width:760px) {
  html[lang="zh-CN"] body .services-suite-svg #cards > g > text[y="610"] {
    font-size:20px!important;
    font-weight:600!important;
  }
  html[lang="en"] body .services-suite-svg #cards > g > text[y="610"] {
    font-size:19px!important;
    font-weight:560!important;
  }
}
