.home-cus-wrap *, 
.home-cus-wrap *::before, 
.home-cus-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.home-cus-wrap .testi-sec::before, .home-cus-wrap .testi-sec::after
html {
  scroll-behavior: smooth;
}

.home-cus-wrap h1,
.home-cus-wrap h2,
.home-cus-wrap h3,
.home-cus-wrap h4,
.home-cus-wrap h5,.home-cus-wrap .cta-sec .btn-hero
.home-cus-wrap h6 {
    font-family: 'Inter', sans-serif !important;
}

.home-cus-wrap {
  font-family: 'Inter', sans-serif;
  background: #FAF8F4;
  color: #2d2d2d;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ── GLOBAL SECTION LAYOUT ── */
.home-cus-wrap .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
.home-cus-wrap .section-head {
  text-align: center;
  margin-bottom: 52px;
}
.home-cus-wrap .section-head h2 {
  margin-bottom: 0;
}

/* ── GLOBAL SECTION HEADING SYSTEM ── */
.home-cus-wrap .shead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}
.home-cus-wrap .shead h2 {
  color: var(--p);
  text-align: center;
  width: 100%;
}
.home-cus-wrap .shead .ssub {
  margin: 14px auto 0;
  text-align: center;
}
.home-cus-wrap .approach-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 52px;
  padding: 0;
}
.home-cus-wrap .team-header {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto 52px;
  padding: 0;
}

.home-cus-wrap {
  --p: #390077;
  --p2: #5a00b8;
  --p3: #1a0035;
  --o: #ff6d2f;
  --o2: #ff8c57;
  --off: #f3f0fa;
  --border: rgba(57, 0, 119, 0.13);
  --mid: #4a4465;
  --light: #8880a8;
}

/* Scrollbar only inside homepage wrapper */
.home-cus-wrap::-webkit-scrollbar {
  width: 5px;
}

.home-cus-wrap::-webkit-scrollbar-track {
  background: var(--off);
}

.home-cus-wrap::-webkit-scrollbar-thumb {
  background: var(--p);
  border-radius: 3px;
}

/* ── PROGRESS BAR ── */
.home-cus-wrap #progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--o), var(--p));
  z-index: 1000;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.1s linear;
}

/* ── BUTTONS ── */
.home-cus-wrap .btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s;
}
.home-cus-wrap .btn svg {
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-cus-wrap .btn:hover svg {
  transform: translateX(6px);
}

.home-cus-wrap .btn span {
  position: relative;
  z-index: 1;
}

.home-cus-wrap .btn:active {
  transform: scale(0.96) !important;
}

.home-cus-wrap .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s;
}

.home-cus-wrap .btn-nav {
  font-size: 16px;
  padding: 11px 26px;
  border-radius: 10px;
  background: var(--o);
  color: #fff;
  box-shadow: 0 2px 12px rgba(255, 109, 47, 0.3);
}

.home-cus-wrap .btn-nav::before {
  background: linear-gradient(135deg, transparent, rgba(57, 0, 119, 0.9));
}

.home-cus-wrap .btn-nav:hover::before {
  opacity: 1;
}

.home-cus-wrap .btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(57, 0, 119, 0.45);
}

.home-cus-wrap .btn-hero {
  font-size: 17px;
  padding: 17px 40px;
  border-radius: 10px;
  background: var(--o);
  color: #fff;
  box-shadow: 0 6px 28px rgba(255, 109, 47, 0.38);
}

.home-cus-wrap .btn-hero::before {
  background: linear-gradient(135deg, transparent, rgba(57, 0, 119, 1));
}

.home-cus-wrap .btn-hero:hover::before {
  opacity: 1;
}

.home-cus-wrap .btn-hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 56px rgba(57, 0, 119, 0.5);
}

.home-cus-wrap .btn-ghost {
  font-size: 17px;
  padding: 17px 40px;
  border-radius: 10px;
  background: transparent;
  color: var(--p);
  border: 1.5px solid rgba(57, 0, 119, 0.28);
}

.home-cus-wrap .btn-ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.home-cus-wrap .btn-ghost-light:hover {
  color: var(--p) !important;
  border-color: #fff;
}

.home-cus-wrap .btn-ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--p);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  z-index: 0;
}

.home-cus-wrap .btn-ghost span {
  position: relative;
  z-index: 1;
}

.home-cus-wrap .btn-ghost svg {
  position: relative;
  z-index: 1;
}

.home-cus-wrap .btn-ghost:hover::before {
  transform: scaleY(1);
}

.home-cus-wrap .btn-ghost:hover {
  color: #fff;
  border-color: var(--p);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(57, 0, 119, 0.25);
}

.home-cus-wrap .btn-sm {
  font-size: 17px;
  padding: 14px 32px;
  border-radius: 10px;
  background: var(--o);
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 109, 47, 0.32);
}

.home-cus-wrap .btn-sm::before {
  background: linear-gradient(135deg, transparent, rgba(57, 0, 119, 1));
}

.home-cus-wrap .btn-sm:hover::before {
  opacity: 1;
}

.home-cus-wrap .btn-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(57, 0, 119, 0.38);
}

/* ── CURSOR FOLLOWER ── */
.home-cus-wrap #cursor {
  display: none
}

/* ── HERO ── */
@media only screen and (min-width: 1200px) {
.home-cus-wrap .hero {
    min-height: 100dvh !important;
}
}

.home-cus-wrap .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #0d0025 0%, #2a0060 55%, #1a0040 100%);
}

/* ── BG VIDEO ── */
.home-cus-wrap .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.home-cus-wrap .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transform: scale(1.06);
    animation: heroPan 40s ease-out forwards;
}

@keyframes heroPan {
    0% {
        transform: scale(1.06) translate(0, 0)
    }

    100% {
        transform: scale(1.0) translate(-1%, -.5%)
    }
}

/* ── OVERLAYSdeep, dark, cinematic ── */
/* Rich dark purple-black tint for premium feel */
.home-cus-wrap .hero-overlay-base {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(4, 0, 18, .38);
}

/* Warm moody vignette + bottom fade */
.home-cus-wrap .hero-overlay-grad {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(ellipse 80% 60% at 50% 45%, rgba(30, 0, 60, .08) 0%, rgba(4, 0, 18, .28) 100%),
        linear-gradient(to bottom, rgba(4, 0, 18, .25) 0%, transparent 25%, transparent 60%, rgba(4, 0, 18, .45) 100%),
        linear-gradient(to right, rgba(4, 0, 18, .15) 0%, transparent 30%, transparent 70%, rgba(4, 0, 18, .15) 100%);
}

/* Subtle amber/gold candle-light warmth low in the frame */
.home-cus-wrap .hero-overlay-warm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to top, rgba(80, 30, 10, .28) 0%, transparent 100%);
}

/* film grain */
.home-cus-wrap .hero-grain {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    animation: grainShift 0.09s steps(1) infinite;
}

@keyframes grainShift {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: -50px -30px
    }

    40% {
        background-position: 30px 50px
    }

    60% {
        background-position: -80px 20px
    }

    80% {
        background-position: 60px -60px
    }

    100% {
        background-position: -20px 40px
    }
}

/* ── HERO DYNAMIC GRADIENT ORBS ── */
.home-cus-wrap .hero-dg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.3;
}

.home-cus-wrap .hero-dg-orb {
    position: absolute;
    border-radius: 50%;
    will-change: transform;
}

/* Orange orbs */
.home-cus-wrap .hero-dg-orb-1 {
    width: 1100px;
    height: 1100px;
    background: radial-gradient(circle, rgba(255, 100, 30, 0.68) 0%, transparent 68%);
    filter: blur(100px);
    top: -25%;
    left: -20%;
    animation: dg1 22s ease-in-out infinite alternate;
}

.home-cus-wrap .hero-dg-orb-2 {
    width: 980px;
    height: 980px;
    background: radial-gradient(circle, rgba(255, 75, 10, 0.60) 0%, transparent 68%);
    filter: blur(110px);
    top: 5%;
    right: -25%;
    animation: dg2 28s ease-in-out infinite alternate;
}

.home-cus-wrap .hero-dg-orb-3 {
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 145, 60, 0.58) 0%, transparent 68%);
    filter: blur(90px);
    bottom: -15%;
    left: -15%;
    animation: dg3 18s ease-in-out infinite alternate;
}

.home-cus-wrap .hero-dg-orb-4 {
    width: 580px;
    height: 580px;
    background: radial-gradient(circle, rgba(255, 165, 90, 0.52) 0%, transparent 68%);
    filter: blur(75px);
    top: 35%;
    left: 25%;
    animation: dg4 15s ease-in-out infinite alternate;
}

.home-cus-wrap .hero-dg-orb-5 {
    width: 920px;
    height: 920px;
    background: radial-gradient(circle, rgba(255, 85, 15, 0.52) 0%, transparent 68%);
    filter: blur(115px);
    bottom: -20%;
    right: -15%;
    animation: dg5 25s ease-in-out infinite alternate;
}

/* Light purple orb */
.home-cus-wrap .hero-dg-orb-6 {
    width: 750px;
    height: 750px;
    background: radial-gradient(circle, rgba(185, 110, 255, 0.48) 0%, transparent 68%);
    filter: blur(95px);
    top: 15%;
    left: 45%;
    animation: dg6 20s ease-in-out infinite alternate;
}

@keyframes dg1 {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(420px, 220px)
    }

    100% {
        transform: translate(650px, 80px)
    }
}

@keyframes dg2 {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-300px, 180px)
    }

    100% {
        transform: translate(-620px, 60px)
    }
}

@keyframes dg3 {
    0% {
        transform: translate(0, 0)
    }

    40% {
        transform: translate(350px, -200px)
    }

    100% {
        transform: translate(580px, -350px)
    }
}

@keyframes dg4 {
    0% {
        transform: translate(0, 0)
    }

    35% {
        transform: translate(380px, -180px)
    }

    70% {
        transform: translate(-200px, -300px)
    }

    100% {
        transform: translate(-350px, 150px)
    }
}

@keyframes dg5 {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-380px, -200px)
    }

    100% {
        transform: translate(-600px, -100px)
    }
}

@keyframes dg6 {
    0% {
        transform: translate(0, 0)
    }

    30% {
        transform: translate(-350px, 200px)
    }

    65% {
        transform: translate(300px, 250px)
    }

    100% {
        transform: translate(200px, -300px)
    }
}

/* ── MAIN CONTENT ── */
.home-cus-wrap .hero-body {
    position: relative;
    z-index: 5;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 180px 60px 160px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    align-self: stretch;
}

/* headline */
.home-cus-wrap .hero-h1 {
    font-size: clamp(36px, 6vw, 88px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.06;
    color: #fff;
    margin: 0 0 24px;
    max-width: none;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: center;
}

/* each line clip reveal */
.home-cus-wrap .hl {
    display: block;
    overflow: hidden;
    padding-bottom: .05em;
}

.home-cus-wrap .hl span {
    display: block;
    transform: translateY(110%);
    opacity: 0;
    animation: clipUp .95s cubic-bezier(.16, 1, .3, 1) both;
    will-change: transform, opacity;
}

.home-cus-wrap .hl:nth-child(1) span {
    animation-delay: .1s
}

.home-cus-wrap .hl:nth-child(2) span {
    animation-delay: .25s
}

@keyframes clipUp {
    0% {
        transform: translateY(110%);
        opacity: 0
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

/* ── ANIMATED GRADIENT on "take over your books." ── */
.home-cus-wrap .hw {
    color: #FF6D2F;
    -webkit-text-fill-color: #FF6D2F;
    display: inline;
}

/* subheading */
.home-cus-wrap .hero-sub-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    opacity: 0;
    animation: fadeSlide .9s cubic-bezier(.16, 1, .3, 1) .58s forwards;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(22px)
    }

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

.home-cus-wrap .hero-sub {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.65;
    color: rgba(255, 255, 255, .9);
    max-width: none;
    text-align: center;
    white-space: nowrap;
}

.home-cus-wrap .hero-ctas {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center
}

.home-cus-wrap .btn-hero-pill {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    padding: 16px 36px;
    border-radius: 10px;
    background: var(--o);
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 24px rgba(255, 109, 47, .38);
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s, background .25s;
    position: relative;
    overflow: hidden;
}

.home-cus-wrap .btn-hero-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent, rgba(57, 0, 119, .85));
    opacity: 0;
    transition: opacity .35s;
}

.home-cus-wrap .btn-hero-pill:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 36px rgba(255, 109, 47, .42)
}

.home-cus-wrap .btn-hero-pill:hover::before {
    opacity: 1
}

.home-cus-wrap .btn-hero-pill span {
    position: relative;
    z-index: 1
}

.home-cus-wrap .btn-hero-pill svg {
    position: relative;
    z-index: 1;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .btn-hero-pill:hover svg {
    transform: translateX(5px)
}

/* ghost btn variant */
.home-cus-wrap .btn-ghost-light {
    font-size: 18px;
    padding: 16px 36px;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .35);
}

.home-cus-wrap .btn-ghost-light::before {
    background: #fff
}

.home-cus-wrap .btn-ghost-light:hover {
    color: var(--p);
    border-color: #fff;
    transform: translateY(-2px)
}

/* ── OLD STATS BAR ── */
.home-cus-wrap .hero-stats-bar {
    display: none
}

/* ── EYEBROW (global) ── */
.home-cus-wrap .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--o);
    padding: 7px 16px;
    border-radius: 6px;
    background: rgba(255, 109, 47, .1);
    border: 1px solid rgba(255, 109, 47, .25);
    margin-bottom: 32px
}

.home-cus-wrap .epulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--o);
    animation: ep 2s ease infinite
}

@keyframes ep {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.6);
        opacity: .6
    }
}

.home-cus-wrap h2 {
    font-size: clamp(32px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: 1.1;
    color: var(--p);
    white-space: normal;
    overflow-wrap: break-word
}

.home-cus-wrap .se {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px
}

.home-cus-wrap .ssub {
    font-size: 18px;
    color: var(--mid);
    line-height: 1.7;
    max-width: 650px;
    margin-top: 20px
}

.home-cus-wrap .hero-p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--mid);
    max-width: 480px;
    margin-bottom: 44px
}

.home-cus-wrap .hero-acts {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap
}

.home-cus-wrap .trust {
    padding: 28px 60px;
    background: rgba(57, 0, 119, .55);
    border-top: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    overflow: hidden;
}

.home-cus-wrap .trust::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 50% 300% at 55% 50%, rgba(255, 255, 255, .04) 0%, transparent 70%);
}

.home-cus-wrap .trust-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.home-cus-wrap .trust-left {
    flex-shrink: 0;
    min-width: 160px;
    text-align: center;
    width: 100%
}

.home-cus-wrap .trust-lbl {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FF6D2F;
    margin-bottom: 4px;
    text-align: center;
}

.home-cus-wrap .trust-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
    font-weight: 400;
    line-height: 1.4;
    text-align: center
}

.home-cus-wrap .trust-divider {
    display: none
}

.home-cus-wrap .mq-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 0
}

.home-cus-wrap .mq-wrap::before,
.home-cus-wrap .mq-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none
}

.home-cus-wrap .mq-wrap::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .38), transparent)
}

.home-cus-wrap .mq-wrap::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, .38), transparent)
}

.home-cus-wrap .mq-track {
    display: flex;
    gap: 56px;
    align-items: center;
    width: max-content;
    animation: mq 36s linear infinite
}

.home-cus-wrap .mq-wrap:hover .mq-track {
    animation-play-state: paused
}

@keyframes mq {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.home-cus-wrap .tlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
    transition: opacity .3s, transform .3s cubic-bezier(.16, 1, .3, 1), filter .3s;
    cursor: default;
    flex-shrink: 0;
}

.home-cus-wrap .tlogo:hover {
    opacity: 1;
    transform: scale(1.07);
    filter: none;
}

.home-cus-wrap .tlogo:hover svg {
    fill: #fff
}

.home-cus-wrap .tlogo svg {
    height: 36px;
    width: auto;
    fill: rgba(255, 255, 255, .5);
    transition: fill .3s
}

/* ── PAIN ── */
.home-cus-wrap .pain {
    background: linear-gradient(145deg, #0a0020 0%, #180040 40%, #1a0035 70%, #0d0025 100%);
    padding: 60px 60px 80px 60px;
    position: relative;
    overflow: hidden;
}

/* Diagonal thin grid linespremium texture */
.home-cus-wrap .pain::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
}

/* Orange glow top-right */
.home-cus-wrap .pain-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1
}

.home-cus-wrap .pain-orb1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 109, 47, .16) 0%, transparent 65%);
    top: -200px;
    right: -100px;
    animation: orb1 16s ease-in-out infinite alternate
}

/* Purple bloom bottom-left */
.home-cus-wrap .pain-orb2 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(120, 0, 220, .22) 0%, transparent 60%);
    bottom: -200px;
    left: -100px;
    animation: orb2 22s ease-in-out infinite alternate
}

/* Thin accent lines */
.home-cus-wrap .pain::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 109, 47, .3), rgba(120, 0, 220, .3), transparent);
    z-index: 2;
}

.home-cus-wrap .pain-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    z-index: 2
}

.home-cus-wrap .pain-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 80px
}

.home-cus-wrap .pain-left h2 {
    color: #fff;
    margin-top: 16px;
    text-align: center
}

.home-cus-wrap .pain-tagline {
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.65;
    margin-top: 24px;
    max-width: 380px
}

.home-cus-wrap .pain-list {
    display: flex;
    flex-direction: column;
    padding-top: 8px
}

.home-cus-wrap .pq {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    cursor: default;
    position: relative;
    transition: padding-left .35s cubic-bezier(.16, 1, .3, 1), background .3s
}

.home-cus-wrap .pq:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.home-cus-wrap .pq::before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .04);
    border-radius: 12px;
    opacity: 0;
    transition: opacity .3s
}

.home-cus-wrap .pq:hover {
    padding-left: 12px
}

.home-cus-wrap .pq:hover::before {
    opacity: 1
}

.home-cus-wrap .pqn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .35);
    padding-right: 20px;
    align-self: start;
    padding-top: 3px;
    transition: color .3s
}

.home-cus-wrap .pq:hover .pqn {
    color: var(--o)
}

.home-cus-wrap .pqt {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #fff;
    line-height: 1.25;
    transition: color .3s
}

.home-cus-wrap .pq-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 20px;
    transition: background .3s, border-color .3s, transform .3s
}

.home-cus-wrap .pq:hover .pq-arrow {
    background: var(--o);
    border-color: var(--o);
    transform: rotate(45deg)
}

.home-cus-wrap .pq-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2
}

.home-cus-wrap .pain-close {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 0 44px 0 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    transition: background .4s, border-color .4s
}

.home-cus-wrap .pain-close:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2)
}

.home-cus-wrap .pain-close-num {
    font-size: clamp(60px, 8vw, 100px);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
    color: var(--o);
    flex-shrink: 0;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .pain-close:hover .pain-close-num {
    transform: scale(1.05)
}

.home-cus-wrap .pain-close-txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, .75)
}

.home-cus-wrap .pain-close-txt strong {
    color: #fff;
    font-weight: 800
}

/* ── APPROACH ── */
.home-cus-wrap .approach-sec {
    padding: 60px 60px 70px 60px;
    background: #FAF8F4;
    position: relative;
    overflow: hidden
}

.home-cus-wrap .approach-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(57, 0, 119, .03) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none
}

.home-cus-wrap .approach-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('https://test.paperchase.ac/wp-content/uploads/2026/06/PC-bg-Restaurant-scaled.jpeg') center/cover no-repeat;
    opacity: 1
}

.home-cus-wrap .approach-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, #390077, #FF6D2F);
    opacity: 0.5
}

.home-cus-wrap .approach-sec .approach-in {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto
}

.home-cus-wrap .approach-sec svg {
    position: relative;
    z-index: 2
}

.home-cus-wrap .approach-sec .approach-header h2 {
    color: var(--p) !important
}

.home-cus-wrap .approach-sec .approach-header {
    position: relative;
    z-index: 2
}

/* Large decorative brand mark */
.home-cus-wrap .approach-sec::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 80px solid rgba(57, 0, 119, .04);
    pointer-events: none;
}

.home-cus-wrap .approach-header-right p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--mid);
    margin-top: 8px
}

.home-cus-wrap .approach-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch
}

.home-cus-wrap .apcard {
    border-radius: 20px;
    padding: 44px 40px 44px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s;
    display: flex;
    flex-direction: column
}

.home-cus-wrap .apcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .18)
}

.home-cus-wrap .apcard.ap-light {
    background: #ede9f7;
    box-shadow: 0 2px 20px rgba(57, 0, 119, .07)
}

.home-cus-wrap .apcard.ap-dark {
    background: var(--o)
}

.home-cus-wrap .apcard.ap-mid {
    background: var(--p)
}

/* shared ring decorationall 3 cards */
.home-cus-wrap .apcard::before,
.home-cus-wrap .apcard::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1), opacity .4s
}

/* outer ring */
.home-cus-wrap .apcard::before {
    bottom: -70px;
    right: -70px;
    width: 260px;
    height: 260px
}

.home-cus-wrap .ap-light::before {
    border: 44px solid rgba(57, 0, 119, .1)
}

.home-cus-wrap .ap-dark::before {
    border: 44px solid rgba(255, 255, 255, .12)
}

.home-cus-wrap .ap-mid::before {
    border: 44px solid rgba(255, 255, 255, .1)
}

/* inner ring via box-shadow on icon */
.home-cus-wrap .apcard:hover::before {
    transform: scale(1.18) rotate(-12deg)
}

/* hover shimmer overlay */
.home-cus-wrap .apcard-shine {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .4s;
    pointer-events: none
}

.home-cus-wrap .apcard:hover .apcard-shine {
    opacity: 1
}

.home-cus-wrap .apcard-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 0;
    display: none;
    transition: letter-spacing .3s
}

.home-cus-wrap .apcard:hover .apcard-label {
    letter-spacing: .2em
}

.home-cus-wrap .ap-light .apcard-label {
    color: var(--p)
}

.home-cus-wrap .ap-dark .apcard-label,
.home-cus-wrap .ap-mid .apcard-label {
    color: rgba(255, 255, 255, .5)
}

.home-cus-wrap .apcard-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.2;
    margin-bottom: 20px;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .apcard:hover .apcard-title {
    transform: translateY(-3px)
}

.home-cus-wrap .ap-light .apcard-title {
    color: var(--p)
}

.home-cus-wrap .ap-dark .apcard-title,
.home-cus-wrap .ap-mid .apcard-title {
    color: #fff
}

.home-cus-wrap .apcard-body {
    font-size: 20px;
    line-height: 1.7;
    text-wrap: pretty
}

.home-cus-wrap .ap-light .apcard-body {
    color: var(--mid)
}

.home-cus-wrap .ap-dark .apcard-body,
.home-cus-wrap .ap-mid .apcard-body {
    color: rgba(255, 255, 255, .65)
}

.home-cus-wrap .apcard-icon {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .4s
}

.home-cus-wrap .apcard:hover .apcard-icon {
    transform: scale(1.3) rotate(15deg);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .1)
}

.home-cus-wrap .ap-light .apcard-icon {
    background: rgba(57, 0, 119, .12)
}

.home-cus-wrap .ap-dark .apcard-icon,
.home-cus-wrap .ap-mid .apcard-icon {
    background: rgba(255, 255, 255, .14)
}

.home-cus-wrap .apcard-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.8;
    fill: none
}

.home-cus-wrap .ap-light .apcard-icon svg {
    stroke: var(--p)
}

.home-cus-wrap .ap-dark .apcard-icon svg,
.home-cus-wrap .ap-mid .apcard-icon svg {
    stroke: #fff;
}

/* ── TEAM ── */
.home-cus-wrap .team-sec {
    background: #F3F0FA;
    padding: 60px 60px 75px 60px;
    position: relative;
    overflow: hidden
}

.home-cus-wrap .team-sec::before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57, 0, 119, .07) 0%, transparent 70%);
    pointer-events: none;
}

.home-cus-wrap .team-sec::after {
    content: '';
    position: absolute;
    right: -60px;
    top: 20%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 40px solid rgba(255, 109, 47, .06);
    pointer-events: none;
}

.home-cus-wrap .team-in {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.home-cus-wrap .team-header-desc {
    font-size: 18px;
    color: var(--mid);
    line-height: 1.7;
    padding-bottom: 4px
}

.home-cus-wrap .ti {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: end
}

.home-cus-wrap .titem {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 32px 28px 32px;
    position: relative;
    overflow: hidden;
    cursor: default;
    opacity: 0;
    transform: translateY(36px) scale(.97);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1),
        box-shadow .45s, border-color .35s, min-height .5s cubic-bezier(.16, 1, .3, 1);
}

.home-cus-wrap .titem.visible {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.home-cus-wrap .titem::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background-image: linear-gradient(rgba(57, 0, 119, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 0, 119, .055) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.16, 1, .3, 1);
    pointer-events: none;
}

.home-cus-wrap .titem:hover::after {
    opacity: 1
}

.home-cus-wrap .titem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--o), #ffb347);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .titem:hover::before {
    transform: scaleX(1)
}

.home-cus-wrap .titem:hover {
    box-shadow: 0 28px 70px rgba(57, 0, 119, .15);
    border-color: rgba(57, 0, 119, .25);
    min-height: 300px
}

.home-cus-wrap .titem.visible:hover {
    transform: translateY(-8px) scale(1.02)
}

.home-cus-wrap .tn2 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    color: var(--o);
    display: block;
    margin-bottom: 16px;
    transition: letter-spacing .3s;
    position: relative;
    z-index: 1
}

.home-cus-wrap .titem:hover .tn2 {
    letter-spacing: .22em
}

.home-cus-wrap .tt {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--p);
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .titem:hover .tt {
    transform: translateY(-2px)
}

.home-cus-wrap .tb {
    font-size: 16px;
    color: var(--mid);
    line-height: 1.65;
    position: relative;
    z-index: 1;
    margin-top: 12px;
    opacity: .75;
    transition: opacity .3s
}

.home-cus-wrap .titem:hover .tb {
    opacity: 1
}

/* ── CASES ── */
.home-cus-wrap .cases-layout {
    display: flex;
    align-items: center;
    gap: 60px
}

.home-cus-wrap .cases-left {
    flex: 0 0 380px;
    max-width: 380px
}

.home-cus-wrap .cases {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-template-rows: auto auto;
    gap: 16px;
    align-items: start;
    flex-shrink: 0
}

.home-cus-wrap .cc {
    padding: 36px 38px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s, border-color .35s
}

.home-cus-wrap .cc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--o), #ffb347);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .cc:hover::before {
    transform: scaleX(1)
}

.home-cus-wrap .cc:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 80px rgba(57, 0, 119, .12);
    border-color: rgba(57, 0, 119, .2)
}

.home-cus-wrap .cc.tall {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    align-self: stretch
}

.home-cus-wrap .cc.dk {
    background: linear-gradient(145deg, var(--p3) 0%, var(--p) 100%);
    border-color: transparent
}

.home-cus-wrap .cbig {
    font-size: 76px;
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: 1.12;
    padding-bottom: .06em;
    background: linear-gradient(135deg, var(--o), #ffb347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .cc:hover .cbig {
    transform: scale(1.05) translateX(-3px)
}

.home-cus-wrap .cc.dk .cbig {
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, .7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.home-cus-wrap .clbl {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.025em;
    color: var(--p);
    margin-bottom: 0
}

.home-cus-wrap .cc.dk .clbl {
    color: rgba(255, 255, 255, .92)
}

.home-cus-wrap .cbod {
    font-size: 18px;
    color: var(--mid);
    line-height: 1.7
}

.home-cus-wrap .cc.dk .cbod {
    color: rgba(255, 255, 255, .6)
}

/* vis card styling handled below */
.home-cus-wrap .vm-sn {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.home-cus-wrap .bg-purple .vm-sn,
.home-cus-wrap .bg-orange .vm-sn,
.home-cus-wrap .bg-dark .vm-sn {
    color: rgba(255, 255, 255, .5)
}

.home-cus-wrap .bg-white .vm-sn,
.home-cus-wrap .bg-lavender .vm-sn {
    color: var(--light)
}

.home-cus-wrap .vm-sv {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .vm-card:hover .vm-sv {
    transform: scale(1.06) translateX(-2px)
}

.home-cus-wrap .bg-purple .vm-sv,
.home-cus-wrap .bg-dark .vm-sv {
    color: #fff
}

.home-cus-wrap .bg-orange .vm-sv {
    color: #fff
}

.home-cus-wrap .bg-white .vm-sv,
.home-cus-wrap .bg-lavender .vm-sv {
    color: var(--p)
}

.home-cus-wrap .vm-sl {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 8px
}

.home-cus-wrap .bg-purple .vm-sl,
.home-cus-wrap .bg-orange .vm-sl,
.home-cus-wrap .bg-dark .vm-sl {
    color: rgba(255, 255, 255, .65)
}

.home-cus-wrap .bg-white .vm-sl,
.home-cus-wrap .bg-lavender .vm-sl {
    color: var(--mid)
}

.home-cus-wrap .vm-text {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home-cus-wrap .vm-text.bg-lavender {
    background: #f0ebff
}

.home-cus-wrap .vm-tt {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.2;
    color: var(--p);
    margin-bottom: 14px
}

.home-cus-wrap .vm-tb {
    font-size: 16px;
    color: var(--mid);
    line-height: 1.65
}

/* ── WHITE TEXT LEGIBILITY FIXES ── */
/* Pain section – increase white text opacity for readability */
.home-cus-wrap .pain-tagline {
    color: rgba(255, 255, 255, .82) !important
}

.home-cus-wrap .pqt {
    color: #fff !important
}

.home-cus-wrap .pqn {
    color: rgba(255, 255, 255, .55) !important
}

.home-cus-wrap .pain-close-txt {
    color: rgba(255, 255, 255, .88) !important
}

/* Testimonials – boost quote text */
.home-cus-wrap .ttext {
    color: rgba(255, 255, 255, .88) !important
}

.home-cus-wrap .trole {
    color: var(--light) !important
}

/* CTA section note */
.home-cus-wrap .cnote {
    color: rgba(255, 255, 255, .65) !important
}

/* Dark approach cards */
.home-cus-wrap .ap-dark .apcard-body,
.home-cus-wrap .ap-mid .apcard-body {
    color: rgba(255, 255, 255, .92) !important
}

.home-cus-wrap .ap-dark .apcard-title,
.home-cus-wrap .ap-mid .apcard-title {
    color: #fff !important
}

/* Dark case card */
.home-cus-wrap .cc.dk .cbod {
    color: rgba(255, 255, 255, .78) !important
}

.home-cus-wrap .cc.dk .clbl {
    color: #fff !important
}

/* Vis cards on coloured backgrounds */
.home-cus-wrap .vc-orange .vis-card-body {
    color: rgba(255, 255, 255, .88) !important
}

.home-cus-wrap .vc-purple .vis-card-body {
    color: rgba(255, 255, 255, .85) !important
}

/* Hero sub */
.home-cus-wrap .hero-sub {
    color: rgba(255, 255, 255, .9) !important
}

/* Nav links */
.home-cus-wrap .nav-links a {
    color: rgba(255, 255, 255, .82) !important
}

/* HDB labels */
.home-cus-wrap .hdb-label {
    color: rgba(255, 255, 255, .75) !important
}

/* ── ADVISORY ── */
.home-cus-wrap .advisory-sec {
    padding: 55px 60px 75px 60px;
    background: var(--p3);
    position: relative;
    overflow: hidden;
}

.home-cus-wrap .advisory-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 70% at 90% 10%, rgba(255, 109, 47, .2) 0%, transparent 55%),
        radial-gradient(ellipse 50% 60% at 5% 90%, rgba(90, 0, 184, .5) 0%, transparent 55%),
        radial-gradient(ellipse 40% 50% at 50% 50%, rgba(57, 0, 119, .3) 0%, transparent 70%);
}

.home-cus-wrap .advisory-in {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.home-cus-wrap .advisory-header {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 48px
}

.home-cus-wrap .advisory-header h2 {
    color: #fff !important;
    margin-bottom: 18px
}

.home-cus-wrap .advisory-body {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .65);
    margin: 0
}

/* ── BENTO GRID12 columns ── */
.home-cus-wrap .advisory-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.home-cus-wrap .adv-cta-row {
    grid-column: 1/-1 !important
}

/* ── BASE CARD ── */
.home-cus-wrap .adv-card {
    border-radius: 22px;
    padding: 32px 32px 36px;
    cursor: default;
    position: relative;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Hover: lift and expand */
.home-cus-wrap .adv-card:hover {
    transform: translateY(-10px) scale(1.025);
    z-index: 10;
}

/* desc hidden until hover */
.home-cus-wrap .adv-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s cubic-bezier(.16, 1, .3, 1), opacity .35s ease .08s;
    margin-top: 0;
}

.home-cus-wrap .adv-card:hover .adv-desc {
    max-height: 160px;
    opacity: 1;
    margin-top: 10px;
}

.home-cus-wrap .adv-b .adv-desc,
.home-cus-wrap .adv-d .adv-desc {
    color: #fff
}

/* ── CARD VARIANTSpurple & orange only ── */
/* Tall left carddeep purple */
.home-cus-wrap .adv-a {
    background: var(--p);
    grid-column: span 1;
    grid-row: span 1;
    min-height: 200px;
    border: 1px solid rgba(255, 255, 255, .08);
}

.home-cus-wrap .adv-a:hover {
    box-shadow: 0 48px 96px rgba(0, 0, 0, .55)
}

/* Top middleorange */
.home-cus-wrap .adv-b {
    background: var(--o);
    grid-column: span 1;
    border: none;
}

.home-cus-wrap .adv-b:hover {
    box-shadow: 0 36px 80px rgba(255, 109, 47, .5)
}

/* Top rightdark purple tinted */
.home-cus-wrap .adv-c {
    background: rgba(90, 0, 184, .55);
    border: 1px solid rgba(255, 255, 255, .1);
    grid-column: span 1;
}

.home-cus-wrap .adv-c:hover {
    box-shadow: 0 36px 80px rgba(0, 0, 0, .5)
}

/* Bottom middlesoft lilac */
.home-cus-wrap .adv-d {
    background: rgba(200, 180, 255, .14);
    border: 1px solid rgba(200, 180, 255, .2);
    grid-column: span 1;
}

.home-cus-wrap .adv-d:hover {
    box-shadow: 0 36px 80px rgba(90, 0, 184, .3)
}

/* Bottom rightmid purple */
.home-cus-wrap .adv-e {
    background: rgba(90, 0, 184, .35);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
}

.home-cus-wrap .adv-e:hover {
    box-shadow: 0 36px 80px rgba(90, 0, 184, .55)
}

/* Full-width bottom CTA */
.home-cus-wrap .adv-cta-row {
    grid-column: span 1;
    background: var(--o);
    border-radius: 22px;
    padding: 44px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .35s, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.home-cus-wrap .adv-cta-row:hover {
    box-shadow: 0 28px 72px rgba(255, 109, 47, .45);
    transform: translateY(-4px)
}

.home-cus-wrap .adv-cta-row::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    pointer-events: none;
}

.home-cus-wrap .adv-cta-row::after {
    content: '';
    position: absolute;
    right: 60px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    pointer-events: none;
}

.home-cus-wrap .adv-cta-text h3 {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 900;
    letter-spacing: -.04em;
    color: #fff;
    margin-bottom: 10px
}

.home-cus-wrap .adv-cta-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, .78);
    line-height: 1.6;
    max-width: 850px
}

.home-cus-wrap .adv-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 17px;
    font-weight: 700;
    background: #fff;
    color: var(--o);
    padding: 16px 34px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s;
    position: relative;
    z-index: 1;
}

.home-cus-wrap .adv-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .18)
}

/* ── ILLUSTRATION ORBS / SHAPES ── */
.home-cus-wrap .adv-illus {
    position: absolute;
    pointer-events: none;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.home-cus-wrap .adv-card:hover .adv-illus {
    transform: scale(1.12) rotate(-4deg)
}

/* ── TYPOGRAPHY ── */
.home-cus-wrap .adv-label {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.15;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
    color: rgba(255, 255, 255, .5);
    position: relative;
    z-index: 1;
}

.home-cus-wrap .adv-b .adv-label,
.home-cus-wrap .adv-d .adv-label {
    color: rgba(255, 255, 255, .5);
}

.home-cus-wrap .adv-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.home-cus-wrap .adv-b .adv-title {
    color: #fff;
}

.home-cus-wrap .adv-d .adv-title {
    color: rgba(255, 255, 255, .65);
}

/* ── ICONfixed top-left ── */
.home-cus-wrap .adv-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    position: relative;
    z-index: 1;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), background .3s;
    flex-shrink: 0;
    align-self: flex-start;
    margin-bottom: 24px;
}

.home-cus-wrap .adv-card:hover .adv-icon {
    transform: rotate(-6deg) scale(1.1);
    background: rgba(255, 255, 255, .22)
}

.home-cus-wrap .adv-d .adv-icon {
    background: rgba(180, 140, 255, .25)
}

.home-cus-wrap .adv-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.9
}

/* Text block */
.home-cus-wrap .adv-text-block {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

/* ── TESTIMONIALS ── */
.home-cus-wrap .testi-sec {
    background: linear-gradient(145deg, #2a0060 0%, #390077 50%, #2d0068 100%);
    padding: 60px 0px 75px 0px;
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
}

.home-cus-wrap .testi-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 56px 56px;
}

.home-cus-wrap .testi-sec::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(120 0 220) 0%, rgba(120, 0, 220, 0) 65%);
    pointer-events: none;
    z-index: 0;
}

.home-cus-wrap .testi-orb {
    position: absolute;
    bottom: -160px;
    left: -80px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(120, 0, 220, .18) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
    display: block;
}

.home-cus-wrap .testi-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 2
}

.home-cus-wrap .testi-in>h2 {
    margin: 0 auto;
    color: #fff !important
}

.home-cus-wrap .testi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px
}

/* Image card layout */
.home-cus-wrap .tcard {
    width: 100%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    overflow: hidden;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s, border-color .35s;
    cursor: default;
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-cus-wrap .tcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--o), #ffb347, var(--p));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
    z-index: 3;
}

.home-cus-wrap .tcard:hover::before {
    transform: scaleX(1)
}

.home-cus-wrap .tcard:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .35);
    border-color: rgba(255, 109, 47, .35);
}

.home-cus-wrap .tcard-img-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.home-cus-wrap .tcard-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}

.home-cus-wrap .tcard:hover .tcard-img {
    transform: scale(1.05)
}

.home-cus-wrap .tcard-img-overlay {
    position: absolute;
    inset: 0;
/*    background:
        linear-gradient(160deg, rgba(255, 109, 47, .22) 0%, rgba(57, 0, 119, .3) 45%, rgba(26, 0, 53, .72) 100%); */
    z-index: 1;
}

/* Extra colour tint layer for brand consistency */
.home-cus-wrap .tcard-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 109, 47, .08) 0%, transparent 50%, rgba(57, 0, 119, .3) 100%);
    mix-blend-mode: color;
}

.home-cus-wrap .tcard-body {
    padding: 32px 24px 36px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-cus-wrap .tmark {
    display: block;
    line-height: 0.6;
    margin-bottom: -8px;
    font-size: 36px;
    font-weight: 900;
    color: var(--o);
    line-height: 1;
    display: block;
    margin-bottom: 16px;
    opacity: 1;
    letter-spacing: -.02em;
}

.home-cus-wrap .ttext {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, .88);
    font-style: italic;
    margin-bottom: 24px;
    flex: 1;
}

.home-cus-wrap .tauthor {
    font-size: 22px;
    font-weight: 800;
    color: var(--o);
    letter-spacing: -.02em
}

.home-cus-wrap .trole {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin-top: 4px
}

/* ── INTEGRATIONS ── */
.home-cus-wrap .integ-sec {
    padding: 4px 60px;
    background: linear-gradient(rgba(20, 0, 50, 0.72), rgba(20, 0, 50, 0.72)), url("https://test.paperchase.ac/wp-content/uploads/2026/06/PC-background_4-scaled.jpg") center/cover no-repeat;
    position: relative
}

.home-cus-wrap .integ-in {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.home-cus-wrap .integ-lbl {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 12px;
    display: block
}

.home-cus-wrap .integ-title {
    font-size: clamp(32px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: -.05em;
    color: #fff !important;
    margin-bottom: 8px
}

.home-cus-wrap .logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px 0;
    margin-bottom: 24px
}

.home-cus-wrap .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .55;
    transition: opacity .4s, transform .4s cubic-bezier(.16, 1, .3, 1), filter .3s;
    cursor: default;
    filter: grayscale(1) brightness(10);
    flex: 0 0 140px
}

.home-cus-wrap .logo-item:hover {
    opacity: 1;
    transform: scale(1.12) translateY(-4px);
    filter: grayscale(0) brightness(10)
}

.home-cus-wrap .logo-item svg {
    height: 28px;
    width: auto
}

.home-cus-wrap .logo-item .logo-text {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #fff;
    white-space: nowrap
}

.home-cus-wrap .integ-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, .35);
    padding: 14px 32px;
    border-radius: 10px;
    transition: background .35s, color .35s, border-color .35s, transform .3s, box-shadow .3s
}

.home-cus-wrap .integ-cta:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border-color: rgba(255, 255, 255, .6);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .2)
}

/* ── CTA ── */
.home-cus-wrap .cta-sec {
    padding: 40px 60px;
    background: transparent;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
}

.home-cus-wrap .cta-orb {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 109, 47, .15) 0%, transparent 65%);
    top: -200px;
    right: -80px;
    animation: orb2 18s ease-in-out infinite alternate;
    pointer-events: none
}

.home-cus-wrap .cta-in {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #390077;
    border-radius: 20px;
    padding: 48px 52px;
    box-shadow: 0 8px 48px rgba(57, 0, 119, .28)
}

.home-cus-wrap .cta-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 48px
}

.home-cus-wrap .ctag-pill {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--o);
    display: inline-block;
    margin-bottom: 24px;
    background: rgba(255, 109, 47, .12);
    border: 1px solid rgba(255, 109, 47, .25);
    padding: 6px 14px;
    border-radius: 5px
}

.home-cus-wrap .cth {
    font-size: clamp(36px, 6vw, 80px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.0;
    color: #fff;
    text-align: center
}

.home-cus-wrap .cth em {
    font-style: normal;
    color: var(--o)
}

.home-cus-wrap .cth-sub {
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.3;
    color: rgba(255, 255, 255, .55);
    text-align: center;
    margin-top: 18px
}

.home-cus-wrap .cth-sub em {
    font-style: normal;
    color: rgba(255, 255, 255, .85)
}

.home-cus-wrap .cta-r {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.home-cus-wrap .cnote {
    font-size: 15px;
    color: rgba(255, 255, 255, .45);
    text-align: center;
    max-width: 240px;
    line-height: 1.5
}

/* ── CERTIFICATIONS ── */
.home-cus-wrap .cert-sec {
    background: #FAF8F4;
    padding: 56px 60px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home-cus-wrap .cert-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--light);
}

.home-cus-wrap .cert-img {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 700px;
    display: block;
}

/* ── SCROLL REVEAL ── */
.home-cus-wrap .r {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .r.on {
    opacity: 1;
    transform: translateY(0)
}

.home-cus-wrap .d1 {
    transition-delay: .08s
}

.home-cus-wrap .d2 {
    transition-delay: .18s
}

.home-cus-wrap .d3 {
    transition-delay: .28s
}

.home-cus-wrap .d4 {
    transition-delay: .38s
}

.home-cus-wrap .d5 {
    transition-delay: .48s
}

/* ── SPLIT REVEAL CHARS ── */
.home-cus-wrap .split-word {
    display: inline-block;
    overflow: visible;
    padding-bottom: 0.15em;
    margin-bottom: -0.15em
}

.home-cus-wrap .split-char {
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), opacity .5s;
    will-change: transform
}

.home-cus-wrap .split-word.on .split-char {
    transform: translateY(0);
    opacity: 1
}

/* ── SECTION COUNT-UP ── */
.home-cus-wrap .count-up {
    display: inline-block
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
    .home-cus-wrap .hero-h1 {
        white-space: normal !important;
        max-width: 900px !important
    }

    .home-cus-wrap .hero-sub {
        white-space: normal !important;
        max-width: 600px !important
    }

    .home-cus-wrap .hero {
        grid-template-columns: 1fr
    }

    .home-cus-wrap .hero-right {
        min-height: auto;
        padding: 60px 24px 80px
    }

    .home-cus-wrap .hero-left {
        padding: 100px 24px 80px
    }

    .home-cus-wrap .hero-stats-bar {
        position: relative;
        flex-wrap: wrap
    }

    .home-cus-wrap .hsb-item {
        flex: 1 1 50%;
        padding: 20px 24px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    .home-cus-wrap .hsb-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .15)
    }

    .home-cus-wrap .pain {
        padding: 80px 24px
    }

    .home-cus-wrap .pain-body {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-bottom: 48px
    }

    .home-cus-wrap .pain-close {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 36px 28px
    }

    .home-cus-wrap .pain-close-num {
        font-size: 100px
    }

    .home-cus-wrap .team-split {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .home-cus-wrap .ti {
        grid-template-columns: 1fr 1fr
    }

    .home-cus-wrap .approach-sec {
        padding: 80px 24px
    }

    .home-cus-wrap .approach-header {
        margin-bottom: 48px
    }

    .home-cus-wrap .approach-cards {
        grid-template-columns: 1fr
    }

    .home-cus-wrap .sec {
        padding: 80px 24px
    }

    .home-cus-wrap .cases-layout {
        flex-direction: column;
        align-items: flex-start
    }

    .home-cus-wrap .cases-left {
        flex: none;
        max-width: 100%
    }

    .home-cus-wrap .cases {
        grid-template-columns: 1fr;
        margin-top: 40px
    }

    .home-cus-wrap .cc.tall {
        grid-row: span 1
    }

    .home-cus-wrap .vis-sec {
        padding: 80px 24px
    }

    .home-cus-wrap .vis-in {
        padding: 0
    }

    .home-cus-wrap .vis-accordion {
        flex-direction: column;
        height: auto
    }

    .home-cus-wrap .vis-acc-item {
        flex: none !important;
        min-width: unset !important;
        height: 80px;
        transition: height 700ms cubic-bezier(.16, 1, .3, 1)
    }

    .home-cus-wrap .vis-acc-item.is-active {
        height: 380px
    }

    .home-cus-wrap .vis-acc-caption {
        transform: translateX(-50%) rotate(0deg) !important;
        bottom: 24px !important
    }

    /* .home-cus-wrap .advisory-sec {
        padding: 80px 24px
    } */

    .home-cus-wrap .advisory-bento {
        grid-template-columns: 1fr !important
    }

    .home-cus-wrap .adv-a,
    .home-cus-wrap .adv-b,
    .home-cus-wrap .adv-c,
    .home-cus-wrap .adv-d {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        min-height: 200px !important
    }

    .home-cus-wrap .adv-e {
        display: none !important
    }

    .home-cus-wrap .adv-cta-row {
        grid-column: span 1 !important;
        flex-direction: column;
        padding: 36px 28px;
        gap: 24px
    }

    /* .home-cus-wrap .testi-sec {
        padding: 80px 0
    } */

    .home-cus-wrap .testi-in {
        padding: 0 24px
    }

    .home-cus-wrap .tcard {
        flex: 0 0 85%;
        min-width: 280px
    }

    .home-cus-wrap .integ-sec {
        padding: 80px 24px
    }

    .home-cus-wrap .cta-sec {
        padding: 80px 24px
    }

    .home-cus-wrap .cta-sp {
        gap: 32px
    }

    .home-cus-wrap #cursor {
        display: none
    }

    .home-cus-wrap h2 {
        white-space: normal
    }
}

/* ── ROTATING RING around 35 ── */
.home-cus-wrap .pain-close-num-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 380px;
    height: 380px;
    overflow: hidden
}

.home-cus-wrap .pain-close-num-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.4);
    transform-origin: center
}

.home-cus-wrap .rotating-ring {
    position: absolute;
    inset: 0;
    width: 420px;
    height: 420px;
    animation: spinRing 18s linear infinite
}

@keyframes spinRing {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.home-cus-wrap .pain-close-num {
    font-size: clamp(60px, 8vw, 110px);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: 1;
    color: var(--o);
    position: relative;
    z-index: 1
}

/* ── TEAM GRID (4 columns, fit screen) ── */
.home-cus-wrap .team-scroll-wrap {
    display: contents
}

/* neutralise wrapper */
.home-cus-wrap .ti {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
}

.home-cus-wrap .titem {
    width: auto;
    flex-shrink: unset;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    cursor: default;
    opacity: 0;
    transform: translateY(36px) scale(.97);
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1), box-shadow .35s, border-color .35s;
    min-height: auto;
}

.home-cus-wrap .titem.visible {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.home-cus-wrap .titem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--o), #ffb347);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .titem:hover::before {
    transform: scaleX(1)
}

.home-cus-wrap .titem:hover {
    box-shadow: 0 20px 60px rgba(57, 0, 119, .12);
    border-color: rgba(57, 0, 119, .22);
    transform: translateY(-6px)
}

.home-cus-wrap .titem.visible:hover {
    transform: translateY(-6px) scale(1)
}

/* ── TEAM SPLIT LAYOUT ── */
.home-cus-wrap .team-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: center;
    margin-top: 0;
}

.home-cus-wrap .team-stats-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-cus-wrap .tstat-card {
    border-radius: 16px;
    padding: 28px 28px 24px;
    position: relative;
    overflow: hidden;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s;
    cursor: default;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border);
}

.home-cus-wrap .tstat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.home-cus-wrap .tstat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 56px rgba(57, 0, 119, .15)
}

/* Top accent line colours */
.home-cus-wrap .tstat-purple::before {
    background: linear-gradient(90deg, #9333ea, #6d28d9)
}

.home-cus-wrap .tstat-orange::before {
    background: linear-gradient(90deg, #FF6D2F, #9333ea)
}

.home-cus-wrap .tstat-mid::before {
    background: linear-gradient(90deg, #06b6d4, #3b82f6)
}

.home-cus-wrap .tstat-dark::before {
    background: linear-gradient(90deg, #7c3aed, #4c1d95)
}

/* Number pill badge */
.home-cus-wrap .tstat-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 26px;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 16px;
}

.home-cus-wrap .tstat-purple .tstat-num {
    background: rgba(147, 51, 234, .15);
    color: var(--p)
}

.home-cus-wrap .tstat-orange .tstat-num {
    background: #FF6D2F;
    color: #fff
}

.home-cus-wrap .tstat-mid .tstat-num {
    background: #06b6d4;
    color: #fff
}

.home-cus-wrap .tstat-dark .tstat-num {
    background: rgba(124, 58, 237, .15);
    color: var(--p)
}

/* Title */
.home-cus-wrap .tstat-value {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--p);
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
}

/* Body */
.home-cus-wrap .tstat-body {
    font-size: 17px;
    color: var(--mid);
    line-height: 1.65
}

.home-cus-wrap .team-dashboard-col {
    position: relative;
}

/* ── TESTI IMAGE CARDS ── */
/* ── HERO DASHBOARD TABLE ── */
.home-cus-wrap .hero-dashboard {
    background: linear-gradient(155deg, rgba(12, 0, 28, 0.98) 0%, rgba(28, 0, 56, 0.96) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 32px 100px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
    position: relative;
    z-index: 2;
    animation: slideIn .7s cubic-bezier(.16, 1, .3, 1) .3s both;
}

.home-cus-wrap .hdb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    background: linear-gradient(90deg, rgba(57, 0, 119, .7) 0%, rgba(90, 0, 184, .35) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.home-cus-wrap .hdb-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.01em
}

.home-cus-wrap .hdb-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #4ade80;
    background: rgba(74, 222, 128, .12);
    border: 1px solid rgba(74, 222, 128, .28);
    padding: 5px 13px;
    border-radius: 100px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-cus-wrap .hdb-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    animation: ep 2s ease infinite
}

.home-cus-wrap .hdb-rows {
    display: flex;
    flex-direction: column
}

.home-cus-wrap .hdb-row {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    transition: background .2s, border-left-color .2s;
    cursor: default;
    border-left: 2px solid transparent;
}

.home-cus-wrap .hdb-row:hover {
    background: rgba(255, 255, 255, .04);
    border-left-color: var(--o)
}

.home-cus-wrap .hdb-row:last-child {
    border-bottom: none
}

.home-cus-wrap .hdb-row-flagged {
    background: rgba(255, 109, 47, .05);
    border-left-color: var(--o)
}

.home-cus-wrap .hdb-row-flagged:hover {
    background: rgba(255, 109, 47, .09)
}

.home-cus-wrap .hdb-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.home-cus-wrap .hdb-label {
    font-size: 14px;
    color: rgba(255, 255, 255, .52);
    font-weight: 500;
    letter-spacing: -.01em
}

.home-cus-wrap .hdb-val {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.025em;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.home-cus-wrap .hdb-white {
    color: #fff
}

.home-cus-wrap .hdb-green {
    color: #4ade80
}

.home-cus-wrap .hdb-orange {
    color: var(--o)
}

.home-cus-wrap .hdb-badge {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255, 109, 47, .14);
    border: 1px solid rgba(255, 109, 47, .35);
    color: var(--o);
}

/* ── WEEKLY SNAPSHOT CATEGORY ICONS ── */
.home-cus-wrap .hdb-categories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 12px 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.home-cus-wrap .hdb-cat-section-label {
    grid-column: 1/-1;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .25);
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.home-cus-wrap .hdb-cat-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
    transition: background .25s, border-color .25s, transform .25s;
    min-width: 52px;
}

.home-cus-wrap .hdb-cat-icon:hover {
    background: rgba(255, 109, 47, .18);
    border-color: rgba(255, 109, 47, .45);
    transform: translateY(-2px)
}

.home-cus-wrap .hdb-cat-icon svg {
    width: 18px;
    height: 18px;
    stroke: rgba(255, 255, 255, .7);
    fill: none;
    stroke-width: 1.8;
    flex-shrink: 0;
    transition: stroke .25s
}

.home-cus-wrap .hdb-cat-icon:hover svg {
    stroke: #FF6D2F
}

.home-cus-wrap .hdb-cat-lbl {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    line-height: 1.2;
    transition: color .25s;
    white-space: nowrap
}

.home-cus-wrap .hdb-cat-icon:hover .hdb-cat-lbl {
    color: rgba(255, 109, 47, .9)
}

/* Tooltip popup */
.home-cus-wrap .hdb-cat-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: rgba(20, 0, 50, .97);
    border: 1px solid rgba(255, 109, 47, .35);
    border-radius: 10px;
    padding: 10px 14px;
    min-width: 240px;
    width: max-content;
    max-width: 480px;
    font-size: 12px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.55;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s, transform .2s;
    z-index: 100;
    white-space: normal;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .4);
}

.home-cus-wrap .hdb-cat-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(255, 109, 47, .35);
}

.home-cus-wrap .hdb-cat-icon:hover .hdb-cat-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

.home-cus-wrap .hdb-cat-tooltip-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    font-size: 16px
}

.home-cus-wrap .hdb-cat-tooltip-body {
    font-size: 15px;
    color: #fff;
    line-height: 1.7
}

.home-cus-wrap .hdb-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgba(57, 0, 119, .22);
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.home-cus-wrap .hdb-foot-card {
    padding: 18px 28px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.home-cus-wrap .hdb-foot-card:last-child {
    border-right: none
}

.home-cus-wrap .hdb-foot-num {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.045em;
    color: #fff
}

.home-cus-wrap .hdb-green-txt {
    color: #4ade80
}

.home-cus-wrap .hdb-foot-lbl {
    font-size: 10px;
    color: rgba(255, 255, 255, .38);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

/* big metric + chart inside dashboard */
.home-cus-wrap .hdb-big-metric {
    padding: 22px 28px 8px
}

.home-cus-wrap .hdb-big-num {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -.055em;
    color: #fff;
    line-height: 1
}

.home-cus-wrap .hdb-big-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, .45);
    margin-top: 7px;
    font-weight: 500
}

.home-cus-wrap .hdb-chart-area {
    padding: 0 28px
}

.home-cus-wrap .hdb-metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .07)
}

.home-cus-wrap .hdb-metric-chip {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid rgba(255, 255, 255, .07)
}

.home-cus-wrap .hdb-metric-chip:last-child {
    border-right: none
}

.home-cus-wrap .hdb-chip-flagged {
    background: rgba(255, 109, 47, .06)
}

.home-cus-wrap .hdb-chip-label {
    font-size: 9px;
    color: rgba(255, 255, 255, .38);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.home-cus-wrap .hdb-chip-val {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.025em
}

/* notification popup */
.home-cus-wrap .hdb-notif {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
    margin-top: 16px;
    position: relative;
    z-index: 2;
    animation: slideIn .7s cubic-bezier(.16, 1, .3, 1) 1s both;
    max-width: 320px;
}

.home-cus-wrap .hdb-notif-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff8f0;
    border: 1px solid rgba(255, 109, 47, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.home-cus-wrap .hdb-notif-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--p3);
    margin-bottom: 4px
}

.home-cus-wrap .hdb-notif-body {
    font-size: 15px;
    color: var(--mid);
    line-height: 1.45
}

/* ── PAIN ANSWER ON HOVER/CLICK ── */
.home-cus-wrap .pq {
    flex-wrap: wrap;
    position: relative
}

.home-cus-wrap .pq-answer {
    width: 100%;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .7);
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.16, 1, .3, 1), opacity .35s ease, padding .35s;
    opacity: 0;
    padding-top: 0;
    border-top: 0px solid rgba(255, 255, 255, .1);
    grid-column: 1/-1;
}

.home-cus-wrap .pq:hover .pq-answer,
.home-cus-wrap .pq.open .pq-answer {
    max-height: 120px;
    opacity: 1;
    padding-top: 14px;
    border-top-width: 1px;
    margin-top: 14px;
}

.home-cus-wrap .pq:hover .pq-arrow,
.home-cus-wrap .pq.open .pq-arrow {
    background: var(--o);
    border-color: var(--o)
}

.home-cus-wrap .pq.open .pq-arrow svg {
    transform: rotate(90deg)
}

/* ── APPROACH HOVER BODY ── */
.home-cus-wrap .apcard-hover-body {
    padding: 14px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-top: 16px;
    opacity: 1;
}

.home-cus-wrap .ap-light .apcard-hover-body {
    border-top-color: rgba(57, 0, 119, .15)
}


.home-cus-wrap .apcard-extra {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height .55s cubic-bezier(.16, 1, .3, 1), opacity .4s ease, margin-top .4s ease;
}


.home-cus-wrap .desk-vis .apcard:hover .apcard-extra {
    max-height: 300px;
    opacity: 1;
    margin-top: 16px;
}


/* ── VISIBILITY SECTION ── */
.home-cus-wrap .vis-sec {
    background: linear-gradient(145deg, #280058 0%, #400090 50%, #200050 100%);
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
}

/* Section background photo */
.home-cus-wrap .vis-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    opacity: .06;
    mix-blend-mode: luminosity;
}

/* Diagonal dot grid pattern */
.home-cus-wrap .vis-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image: radial-gradient(circle, rgba(57, 0, 119, .12) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 40%, transparent 100%);
    mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 40%, transparent 100%);
}

/* Orange accent arc top-right */
.home-cus-wrap .vis-sec::after {
    content: '';
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 60px solid rgba(255, 109, 47, .08);
    pointer-events: none;
    z-index: 1;
}

.home-cus-wrap .vis-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2
}

.home-cus-wrap .vis-in>h2 {
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
    color: #fff !important
}

/* ── IMAGE ACCORDION ── */
.home-cus-wrap .vis-accordion {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 52px;
    height: 460px;
    align-items: stretch;
}

.home-cus-wrap .vis-acc-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 82px;
    transition: flex 700ms cubic-bezier(.16, 1, .3, 1);
    min-width: 82px;
}

.home-cus-wrap .vis-acc-item.is-active {
    flex: 1 1 auto
}

.home-cus-wrap .vis-acc-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.home-cus-wrap .vis-acc-item.is-active img {
    transform: scale(1.03)
}

.home-cus-wrap .vis-acc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(80, 0, 160, .72) 0%, rgba(100, 20, 180, .22) 50%, rgba(120, 40, 200, .08) 100%);
}

.home-cus-wrap .vis-acc-item svg.acc-chart {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.home-cus-wrap .vis-acc-item.is-active svg.acc-chart {
    transform: scale(1.03)
}

/* Number badge */
.home-cus-wrap .vis-acc-num {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--o);
    z-index: 2;
    opacity: 0;
    transition: opacity 300ms ease 200ms;
}

.home-cus-wrap .vis-acc-item.is-active .vis-acc-num {
    opacity: 1
}

/* Vertical caption shown when collapsed */
.home-cus-wrap .vis-acc-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
    transition: opacity 250ms ease;
}

.home-cus-wrap .vis-acc-item.is-active .vis-acc-caption {
    opacity: 0;
    pointer-events: none
}

/* Expanded info panel */
.home-cus-wrap .vis-acc-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 26px 26px;
    z-index: 2;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 380ms ease 180ms, transform 380ms ease 180ms;
    pointer-events: none;
}

.home-cus-wrap .vis-acc-item.is-active .vis-acc-info {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.home-cus-wrap .vis-acc-head {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

.home-cus-wrap .vis-acc-body {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .85);
}

/* ── TESTI TRACK (horizontal scroll, 3 visible) ── */
.home-cus-wrap .testi-track {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    gap: 20px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 0;
}

.home-cus-wrap .testi-track::-webkit-scrollbar {
    display: none
}

/* ── Testi nav arrows ── */
.home-cus-wrap .testi-nav {
    position: relative;
    margin-top: 48px;
    margin-left: -60px;
    margin-right: -60px;
    padding: 0 52px
}

.home-cus-wrap .testi-nav-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.home-cus-wrap .testi-nav-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.home-cus-wrap .testi-track-wrap {
    width: 100%;
    overflow: hidden
}

.home-cus-wrap .testi-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 109, 47, .5);
    background: rgba(255, 109, 47, .12);
    color: #FF6D2F;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s, color .2s
}

.home-cus-wrap .testi-btn:hover {
    background: #FF6D2F;
    border-color: #FF6D2F;
    color: #fff
}

.home-cus-wrap .tcard {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 260px;
    scroll-snap-align: start;
    width: auto !important;
}

/* ── VISIBILITY CARD COLOURS ── */
.home-cus-wrap .vc-lilac {
    background: #ede8ff;
    border: 1px solid rgba(57, 0, 119, .1)
}

.home-cus-wrap .vc-lilac .vis-card-num {
    color: var(--o)
}

.home-cus-wrap .vc-lilac .vis-card-head {
    color: var(--p)
}

.home-cus-wrap .vc-lilac .vis-card-body {
    color: var(--mid)
}

.home-cus-wrap .vc-orange {
    background: var(--o);
    border: 1px solid transparent
}

.home-cus-wrap .vc-orange .vis-card-num {
    color: rgba(255, 255, 255, .65)
}

.home-cus-wrap .vc-orange .vis-card-head {
    color: #fff
}

.home-cus-wrap .vc-orange .vis-card-body {
    color: rgba(255, 255, 255, .82)
}

.home-cus-wrap .vc-purple {
    background: var(--p);
    border: 1px solid transparent
}

.home-cus-wrap .vc-purple .vis-card-num {
    color: rgba(255, 255, 255, .5)
}

.home-cus-wrap .vc-purple .vis-card-head {
    color: #fff
}

.home-cus-wrap .vc-purple .vis-card-body {
    color: rgba(255, 255, 255, .72)
}

/* ── SEC wrapper ── */
.home-cus-wrap .sec {
    padding: 60px 60px;
    max-width: 1320px;
    margin: 0 auto
}

.home-cus-wrap #cases-sec {
    position: relative;
    overflow: hidden;
    background-color: var(--off);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'100'%20height%3D'100'%3E%3Crect%20width%3D'100'%20height%3D'100'%20fill%3D'none'%2F%3E%3Ccircle%20cx%3D'0'%20cy%3D'0'%20r%3D'1.5'%20fill%3D'rgba(57%2C0%2C119%2C0.14)'%2F%3E%3Ccircle%20cx%3D'50'%20cy%3D'0'%20r%3D'1'%20fill%3D'rgba(57%2C0%2C119%2C0.08)'%2F%3E%3Ccircle%20cx%3D'100'%20cy%3D'0'%20r%3D'1.5'%20fill%3D'rgba(57%2C0%2C119%2C0.14)'%2F%3E%3Ccircle%20cx%3D'0'%20cy%3D'50'%20r%3D'1'%20fill%3D'rgba(57%2C0%2C119%2C0.08)'%2F%3E%3Ccircle%20cx%3D'50'%20cy%3D'50'%20r%3D'2.5'%20fill%3D'rgba(255%2C109%2C47%2C0.18)'%2F%3E%3Ccircle%20cx%3D'100'%20cy%3D'50'%20r%3D'1'%20fill%3D'rgba(57%2C0%2C119%2C0.08)'%2F%3E%3Ccircle%20cx%3D'0'%20cy%3D'100'%20r%3D'1.5'%20fill%3D'rgba(57%2C0%2C119%2C0.14)'%2F%3E%3Ccircle%20cx%3D'50'%20cy%3D'100'%20r%3D'1'%20fill%3D'rgba(57%2C0%2C119%2C0.08)'%2F%3E%3Ccircle%20cx%3D'100'%20cy%3D'100'%20r%3D'1.5'%20fill%3D'rgba(57%2C0%2C119%2C0.14)'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'0'%20x2%3D'100'%20y2%3D'100'%20stroke%3D'rgba(57%2C0%2C119%2C0.045)'%20stroke-width%3D'0.5'%2F%3E%3Cline%20x1%3D'100'%20y1%3D'0'%20x2%3D'0'%20y2%3D'100'%20stroke%3D'rgba(57%2C0%2C119%2C0.045)'%20stroke-width%3D'0.5'%2F%3E%3Cline%20x1%3D'50'%20y1%3D'0'%20x2%3D'50'%20y2%3D'100'%20stroke%3D'rgba(57%2C0%2C119%2C0.03)'%20stroke-width%3D'0.5'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'50'%20x2%3D'100'%20y2%3D'50'%20stroke%3D'rgba(57%2C0%2C119%2C0.03)'%20stroke-width%3D'0.5'%2F%3E%3Crect%20x%3D'35'%20y%3D'35'%20width%3D'30'%20height%3D'30'%20rx%3D'3'%20fill%3D'none'%20stroke%3D'rgba(57%2C0%2C119%2C0.055)'%20stroke-width%3D'0.5'%2F%3E%3C%2Fsvg%3E");
    background-repeat: repeat;
    background-size: 100px 100px;
}

.home-cus-wrap #cases-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 700px 500px at 15% 40%, rgba(57, 0, 119, 0.1) 0%, transparent 70%),
        radial-gradient(ellipse 500px 600px at 85% 25%, rgba(255, 109, 47, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse 600px 400px at 50% 90%, rgba(90, 0, 184, 0.08) 0%, transparent 70%);
    animation: casesOrb 18s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes casesOrb {
    0% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }

    33% {
        opacity: .85;
        transform: scale(1.04) translate(30px, 20px)
    }

    66% {
        opacity: .95;
        transform: scale(.97) translate(-20px, 40px)
    }

    100% {
        opacity: 1;
        transform: scale(1.06) translate(15px, -25px)
    }
}

/* ── WORLD MAP ── */
.home-cus-wrap .map-section {
    text-align: center;
    padding: 60px 60px 20px;
    background: linear-gradient(135deg, #F0EBFF 0%, #F8F5FF 55%, #FFF0EB 100%);
    position: relative;
    overflow: hidden
}

.home-cus-wrap .map-container {
    display: inline-block;
    max-width: 1100px;
    width: 100%;
    margin-bottom: 32px;
    animation: mapIn 1s cubic-bezier(.16, 1, .3, 1) .3s both
}

@keyframes mapIn {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

.home-cus-wrap #world-map-canvas {
    width: 100%;
    height: auto;
    display: block;
    cursor: default
}

.home-cus-wrap .map-tagline {
    font-size: 24px;
    color: rgba(30, 0, 72, .6);
    line-height: 1.65;
    max-width: 700px;
    margin: 32px auto 0;
    font-weight: 400
}

/* ══ LIGHT SECTION OVERHAUL ══ */

/* Pain → warm-to-lavender gradient */
.home-cus-wrap .pain {
    background: linear-gradient(135deg, #FAF8F4 0%, #EEE8FF 100%) !important
}

.home-cus-wrap .pain::before {
    background-image: linear-gradient(rgba(57, 0, 119, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(57, 0, 119, .04) 1px, transparent 1px) !important
}

.home-cus-wrap .pain-orb1 {
    background: radial-gradient(circle, rgba(255, 109, 47, .1) 0%, transparent 65%) !important;
    opacity: .7
}

.home-cus-wrap .pain-orb2 {
    background: radial-gradient(circle, rgba(57, 0, 119, .12) 0%, transparent 60%) !important;
    opacity: .6
}

.home-cus-wrap .pain-left h2,
.home-cus-wrap .pain h2 {
    color: var(--p) !important
}

.home-cus-wrap .pain-tagline {
    color: var(--mid) !important
}

.home-cus-wrap .pqt {
    color: var(--p) !important
}

.home-cus-wrap .pqn {
    color: var(--light) !important
}

.home-cus-wrap .pq {
    border-bottom-color: rgba(57, 0, 119, .12) !important;
    isolation: isolate !important
}

.home-cus-wrap .pq:first-child {
    border-top-color: rgba(57, 0, 119, .12) !important
}

.home-cus-wrap .pq::before {
    background: var(--p) !important;
    z-index: -1 !important
}

.home-cus-wrap .pq:hover .pqt {
    color: #fff !important
}

.home-cus-wrap .pq:hover .pqn {
    color: rgba(255, 255, 255, .75) !important
}

.home-cus-wrap .pq-arrow {
    border-color: rgba(57, 0, 119, .22) !important
}

.home-cus-wrap .pq-arrow svg {
    stroke: var(--p) !important
}

.home-cus-wrap .pain-close {
    background: var(--p) !important;
    border-color: var(--p) !important
}

.home-cus-wrap .pain-close-txt {
    color: rgba(255, 255, 255, .82) !important
}

.home-cus-wrap .pain-close-txt strong {
    color: #fff !important
}

/* Visibility → soft lavender-to-peach gradient */
.home-cus-wrap .vis-sec {
    background: linear-gradient(135deg, #F0EBFF 0%, #F8F5FF 55%, #FFF0EB 100%) !important
}

.home-cus-wrap .vis-sec::before {
    background-image: radial-gradient(circle, rgba(57, 0, 119, .07) 1px, transparent 1px) !important
}

.home-cus-wrap .vis-sec::after {
    border-color: rgba(255, 109, 47, .1) !important
}

.home-cus-wrap .vis-bg-img {
    opacity: .03 !important
}

.home-cus-wrap .vis-in>h2 {
    color: var(--p) !important
}

/* Advisory → warm-peach to lavender gradient */
.home-cus-wrap .advisory-sec {
    background: linear-gradient(135deg, #FFF5F0 0%, #F5EEFF 50%, #EDE8FF 100%) !important
}

.home-cus-wrap .advisory-sec::before {
    opacity: .4 !important
}

.home-cus-wrap .advisory-header h2 {
    color: var(--p) !important
}

.home-cus-wrap .advisory-body {
    color: var(--mid) !important
}

/* Testimonials → light lavender gradient */
.home-cus-wrap .testi-sec {
    background: linear-gradient(119.02deg, #F5EFFF 0%, #EDE8FF 45%, #F9F7FF 100%) !important;
}

.home-cus-wrap .testi-sec::before,
.home-cus-wrap .testi-sec::after {
    opacity: .2 !important
}

.home-cus-wrap .testi-in>h2 {
    color: var(--p) !important
}

.home-cus-wrap .tcard {
    background: #fff !important;
    border-color: rgba(57, 0, 119, .1) !important
}

.home-cus-wrap .tcard:hover {
    border-color: rgba(255, 109, 47, .3) !important
}

.home-cus-wrap .ttext {
    color: var(--mid) !important
}

.home-cus-wrap .tauthor {
    color: var(--o) !important
}

.home-cus-wrap .trole {
    color: var(--light) !important
}

.home-cus-wrap .testi-close {
    border-top-color: rgba(57, 0, 119, .12) !important
}

.home-cus-wrap .testi-close span:first-child {
    color: var(--light) !important
}

.home-cus-wrap .testi-close span:last-child {
    color: var(--p) !important
}

/* Integrations → restaurant image + 50% purple overlay */
.home-cus-wrap .integ-sec {
    background: linear-gradient(rgba(57, 0, 119, 0.5), rgba(57, 0, 119, 0.5)), url('https://test.paperchase.ac/wp-content/uploads/2026/06/PC-background_4-scaled.jpg') center/cover no-repeat !important;
    padding: 52px 60px !important
}

.home-cus-wrap .integ-lbl {
    color: rgba(255, 255, 255, .6) !important;
    font-size: 19px !important;
    letter-spacing: .06em !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
}

.home-cus-wrap .integ-title {
    color: #fff !important;
    font-size: clamp(32px, 5vw, 72px) !important;
    margin-bottom: 12px !important;
    line-height: 1.1 !important
}

.home-cus-wrap .logo-item {
    filter: grayscale(1) brightness(10) !important;
    opacity: .85 !important
}

.home-cus-wrap .logo-item:hover {
    opacity: 1 !important;
    filter: grayscale(1) brightness(10) !important;
    transform: scale(1.1) translateY(-3px) !important
}

.home-cus-wrap .logo-grid {
    gap: 20px 36px !important;
    margin-bottom: 45px !important;
    margin-top: 45px !important;
}

.home-cus-wrap .integ-cta {
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, .55) !important;
    border-radius: 100px !important;
    padding: 10px 28px !important;
    background: transparent !important
}

.home-cus-wrap .integ-cta:hover {
    background: rgba(255, 255, 255, .12) !important;
    border-color: #fff !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .3) !important
}

/* Pain subcopy → white */
.home-cus-wrap .pq-answer {
    color: #fff !important
}

.home-cus-wrap .pq-answer {
    border-top-color: rgba(57, 0, 119, .08) !important
}

/* Approach header heading → brand purple (bg is now light #FAF8F4) */
.home-cus-wrap .approach-sec .approach-header h2 {
    color: var(--p) !important
}

.home-cus-wrap .approach-bg-img,
.home-cus-wrap .approach-bg-overlay {
    display: none !important
}

/* text-wrap:balance globally prevents single-word orphan lines */
.home-cus-wrap h2 {
    text-wrap: balance
}

/* 3000+ stat text → white (lives in dark map section) */
.home-cus-wrap .testi-close span:last-child {
    color: #390077 !important
}

/* CTA section → match paperchase_fixed design */
.home-cus-wrap .cta-sec {
    background: #390077 !important;
    padding: 100px 60px !important;
    overflow: hidden !important;
    display: block !important
}

.home-cus-wrap .cta-orb {
    display: block !important
}

.home-cus-wrap .cta-in {
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    max-width: 1200px !important;
    width: 100% !important
}

.home-cus-wrap .cth {
    color: #fff !important;
    font-size: clamp(48px, 6vw, 88px) !important;
    white-space: normal !important;
    text-wrap: balance !important
}

.home-cus-wrap .cth em {
    color: var(--o) !important;
    font-style: normal !important
}

.home-cus-wrap .cth-sub {
    color: rgba(255, 255, 255, .55) !important
}

.home-cus-wrap .cth-sub em {
    color: rgba(255, 255, 255, .85) !important;
    font-weight: 600 !important;
    font-style: normal !important
}

.home-cus-wrap .cta-sec .btn-hero {
    -moz-appearance: none; /* Firefox */
    border-radius: 10px !important;
    padding: 20px 48px !important;
    font-size: 17px !important;
    background: var(--o) !important;
    box-shadow: 0 6px 28px rgba(255, 109, 47, .38) !important
}

.home-cus-wrap .cta-sec .btn-hero:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 56px rgba(57, 0, 119, .5) !important
}

/* Chart backgrounds → light/transparent */
.home-cus-wrap .acc-chart rect:first-child {
    fill: rgba(210, 185, 255, 0.32) !important
}

/* ══════════════════════════════════════════════
   TEAM SECTION RESTRUCTURE
   ══════════════════════════════════════════════ */
.home-cus-wrap .team-4grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.home-cus-wrap .team-4grid .tstat-card {
    min-height: auto;
    align-items: center;
    justify-content: center;
}

.home-cus-wrap .team-4grid .tstat-value {
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
}

/* Services grid on light bg */
.home-cus-wrap .team-services-grid.hdb-categories {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 0;
    border-top: none;
}

.home-cus-wrap .team-services-grid .hdb-cat-icon {
    background: rgba(57, 0, 119, .05);
    border: 1px solid rgba(57, 0, 119, .12);
    padding: 28px 16px;
    gap: 10px;
    border-radius: 14px;
}

.home-cus-wrap .team-services-grid .hdb-cat-icon svg {
    width: 30px !important;
    height: 30px !important
}

.home-cus-wrap .team-services-grid .hdb-cat-lbl {
    font-size: 14px !important;
    letter-spacing: .05em
}

.home-cus-wrap .team-services-grid .hdb-cat-icon:hover {
    background: rgba(255, 109, 47, .08);
    border-color: rgba(255, 109, 47, .38);
}

.home-cus-wrap .team-services-grid .hdb-cat-icon svg {
    stroke: rgba(57, 0, 119, .65)
}

.home-cus-wrap .team-services-grid .hdb-cat-icon:hover svg {
    stroke: #FF6D2F
}

.home-cus-wrap .team-services-grid .hdb-cat-lbl {
    color: rgba(57, 0, 119, .5)
}

.home-cus-wrap .team-services-grid .hdb-cat-icon:hover .hdb-cat-lbl {
    color: rgba(255, 109, 47, .9)
}

@media(max-width:960px) {
    .home-cus-wrap .team-4grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .home-cus-wrap .team-services-grid.hdb-categories {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:600px) {
    .home-cus-wrap .team-4grid {
        grid-template-columns: 1fr
    }

    .home-cus-wrap .team-services-grid.hdb-categories {
        grid-template-columns: repeat(2, 1fr)
    }
}

/* ══════════════════════════════════════════════
   NEW HERO — modern split layout
   ══════════════════════════════════════════════ */

/* Reset old hero styles */
.home-cus-wrap .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: visible;
    background: #0a0019;
    padding-bottom: 160px;
}

.home-cus-wrap .hero-vid-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.home-cus-wrap .hero-vid-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    filter: blur(0px);
    transform: scale(1.04);
}

.home-cus-wrap .hero-vid-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(10, 0, 25, .35);
}

.home-cus-wrap .hero-bg,
.home-cus-wrap .hero-dg,
.home-cus-wrap .hero-grain,
.home-cus-wrap .hero-overlay-base,
.home-cus-wrap .hero-overlay-grad,
.home-cus-wrap .hero-overlay-warm,
.home-cus-wrap .hero-video,
.home-cus-wrap .hero-body,
.home-cus-wrap .hero-stats-bar {
    display: none !important
}

/* ── Background ── */
.home-cus-wrap .h2-bg,
.home-cus-wrap .h2-mesh,
.home-cus-wrap .h2-mesh::after,
.home-cus-wrap .h2-glow,
.home-cus-wrap .h2-glow-1,
.home-cus-wrap .h2-glow-2,
.home-cus-wrap .h2-glow-3,
.home-cus-wrap .h2-grad {
    display: none !important
}

/* ── Layout ── */
.home-cus-wrap .h2-inner {
    position: relative;
    z-index: 5;
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 60px 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

/* ── LEFT: Content ── */
.home-cus-wrap .h2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 960px;
}

.home-cus-wrap .h2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--o);
    padding: 7px 16px;
    border-radius: 6px;
    background: rgba(255, 109, 47, .1);
    border: 1px solid rgba(255, 109, 47, .28);
    margin-bottom: 28px;
    opacity: 0;
    animation: h2FadeUp .7s cubic-bezier(.16, 1, .3, 1) .1s forwards;
}

.home-cus-wrap .h2-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--o);
    animation: h2Pulse 2s ease infinite;
}

@keyframes h2Pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.7);
        opacity: .55
    }
}

.home-cus-wrap .h2-h1 {
    font-weight: 900;
    line-height: 1.0;
    color: #1e0048;
    margin: 0 0 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation: h2FadeUp .8s cubic-bezier(.16, 1, .3, 1) .22s forwards;
}

.home-cus-wrap .h2-line1 {
    font-style: normal;
    font-size: clamp(32px, 4.8vw, 76px);
    font-weight: 900;
    letter-spacing: -.055em;
    color: #FF6D2F;
    display: block;
}

.home-cus-wrap .h2-line0 {
    font-style: normal;
    font-size: clamp(32px, 4.8vw, 76px);
    font-weight: 900;
    letter-spacing: -.055em;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.home-cus-wrap .h2-line2 {
    font-style: normal;
    font-size: clamp(32px, 4.8vw, 76px);
    font-weight: 900;
    letter-spacing: -.055em;
    color: #FF6D2F;
    display: block;
    white-space: normal;
}

.home-cus-wrap .h2-sub {
    font-size: 27px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -.06em;
    color: rgba(255, 255, 255, .78);
    max-width: 100%;
    margin: 0;
    text-align: center;
    opacity: 0;
    animation: h2FadeUp .8s cubic-bezier(.16, 1, .3, 1) .36s forwards;
}

.home-cus-wrap .h2-sub-bold {
    font-size: 25px;
    line-height: 1.7;
    font-weight: 800;
    letter-spacing: -.06em;
    color: #fff;
    text-align: center;
    margin: 20px 0 44px;
    /*margin: 0 0 64px;*/
    opacity: 0;
    animation: h2FadeUp .8s cubic-bezier(.16, 1, .3, 1) .42s forwards;
}

.home-cus-wrap .h2-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 52px;
    opacity: 0;
    animation: h2FadeUp .8s cubic-bezier(.16, 1, .3, 1) .48s forwards;
}

.home-cus-wrap .h2-btn-primary {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em;
    padding: 15px 32px;
    border-radius: 10px;
    background: var(--o);
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 24px rgba(255, 109, 47, .38);
    position: relative;
    overflow: hidden;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s;
}

.home-cus-wrap .h2-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(57, 0, 119, .9));
    opacity: 0;
    transition: opacity .35s;
}

.home-cus-wrap .h2-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(255, 109, 47, .42)
}

.home-cus-wrap .h2-btn-primary:hover::before {
    opacity: 1
}

.home-cus-wrap .h2-btn-primary span,
.home-cus-wrap .h2-btn-primary svg {
    position: relative;
    z-index: 1
}

.home-cus-wrap .h2-btn-primary svg {
    transition: transform .3s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .h2-btn-primary:hover svg {
    transform: translateX(5px)
}

.home-cus-wrap .h2-btn-ghost {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    padding: 15px 32px;
    border-radius: 10px;
    background: rgba(57, 0, 119, .06);
    color: rgba(30, 0, 72, .75);
    border: 1px solid rgba(57, 0, 119, .2);
    cursor: pointer;
    text-decoration: none;
    transition: background .25s, border-color .25s, color .25s, transform .25s;
}

.home-cus-wrap .h2-btn-ghost:hover {
    background: rgba(57, 0, 119, .12);
    border-color: rgba(57, 0, 119, .4);
    color: #1e0048;
    transform: translateY(-2px);
}

/* trust strip */
.home-cus-wrap .h2-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, .42);
    font-weight: 500;
    opacity: 0;
    animation: h2FadeUp .8s cubic-bezier(.16, 1, .3, 1) .6s forwards;
}

.home-cus-wrap .h2-trust-num {
    font-size: 15px;
    font-weight: 800;
    color: rgba(255, 255, 255, .82);
    letter-spacing: -.02em;
}

.home-cus-wrap .h2-trust-sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .15);
}

/* ── RIGHT: Visual ── */
.home-cus-wrap .h2-visual {
    position: relative;
    height: 480px;
    opacity: 0;
    animation: h2FadeIn .9s cubic-bezier(.16, 1, .3, 1) .3s forwards;
}

/* Main dashboard card */
.home-cus-wrap .h2-card-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(139, 92, 246, .18);
    border-radius: 18px;
    padding: 22px;
    backdrop-filter: blur(24px);
    box-shadow: 0 32px 80px rgba(109, 40, 217, .15), 0 0 0 1px rgba(255, 255, 255, .6);
}

.home-cus-wrap .h2-card-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.home-cus-wrap .h2-card-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.home-cus-wrap .h2-cd-red {
    background: #ff5f57
}

.home-cus-wrap .h2-cd-yellow {
    background: #febc2e
}

.home-cus-wrap .h2-cd-green {
    background: #28c840
}

.home-cus-wrap .h2-card-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    color: rgba(30, 0, 72, .45);
    margin-left: 6px;
    text-transform: uppercase;
}

/* Bar chart */
.home-cus-wrap .h2-chart {
    margin-bottom: 20px;
}

.home-cus-wrap .h2-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 110px;
}

.home-cus-wrap .h2-bar {
    flex: 1;
    border-radius: 5px 5px 0 0;
    background: rgba(109, 40, 217, .12);
    height: var(--h);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    animation: h2BarGrow .9s cubic-bezier(.16, 1, .3, 1) calc(.6s + var(--d)) both;
}

.home-cus-wrap .h2-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
}

.home-cus-wrap .h2-bar.h2-bar-hi {
    background: linear-gradient(180deg, rgba(255, 109, 47, .7) 0%, rgba(255, 109, 47, .4) 100%);
}

.home-cus-wrap .h2-bar span {
    position: absolute;
    bottom: -18px;
    font-size: 9px;
    font-weight: 600;
    color: rgba(30, 0, 72, .4);
    letter-spacing: .05em;
    white-space: nowrap;
}

@keyframes h2BarGrow {
    from {
        transform: scaleY(0);
        transform-origin: bottom
    }

    to {
        transform: scaleY(1);
        transform-origin: bottom
    }
}

/* Metrics row */
.home-cus-wrap .h2-card-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(109, 40, 217, .12);
}

.home-cus-wrap .h2-metric-val {
    font-size: 16px;
    font-weight: 800;
    color: #1e0048;
    letter-spacing: -.03em;
    margin-bottom: 2px;
}

.home-cus-wrap .h2-metric-val.h2-green {
    color: #34d399
}

.home-cus-wrap .h2-metric-lbl {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .06em;
    color: rgba(30, 0, 72, .42);
    text-transform: uppercase;
}

/* Floating stat cards */
.home-cus-wrap .h2-card-float {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(139, 92, 246, .2);
    border-radius: 14px;
    padding: 16px 20px;
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 20px 50px rgba(109, 40, 217, .12);
    min-width: 180px;
}

.home-cus-wrap .h2-card-f1 {
    top: 2%;
    right: -10%;
    animation: h2Float 6s ease-in-out infinite;
}

.home-cus-wrap .h2-fi-val {
    font-size: 18px;
    font-weight: 800;
    color: #1e0048;
    letter-spacing: -.03em;
    margin-bottom: 2px;
}

.home-cus-wrap .h2-fi-lbl {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    color: rgba(30, 0, 72, .45);
    text-transform: uppercase;
}

/* Scroll indicator */
.home-cus-wrap .h2-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    animation: h2FadeIn 1s ease 1.2s forwards;
}

.home-cus-wrap .h2-scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(109, 40, 217, .5), transparent);
    animation: h2ScrollPulse 2s ease infinite;
}

@keyframes h2ScrollPulse {

    0%,
    100% {
        transform: scaleY(1);
        opacity: .7
    }

    50% {
        transform: scaleY(.5);
        opacity: .2
    }
}

/* Shared entry animations */
@keyframes h2FadeUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

@keyframes h2FadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* ── Responsive ── */
@media(max-width:960px) {
    .home-cus-wrap .h2-inner {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 120px 40px 80px;
        text-align: center;
    }

    .home-cus-wrap .h2-content {
        align-items: center
    }

    .home-cus-wrap .h2-sub {
        max-width: 100%
    }

    .home-cus-wrap .h2-visual {
        height: 360px;
        width: 100%
    }

    .home-cus-wrap .h2-card-main {
        width: 290px
    }

    .home-cus-wrap .h2-card-f1 {
        right: 0
    }

    .home-cus-wrap .h2-card-f2 {
        left: 0
    }

    .home-cus-wrap .h2-trust {
        justify-content: center
    }
}

@media(max-width:600px) {
    /* .home-cus-wrap .h2-inner {
        padding: 100px 24px 70px
    } */

    .home-cus-wrap .h2-actions {
        flex-direction: column;
        width: 100%
    }

    .home-cus-wrap .h2-btn-primary,
    .home-cus-wrap .h2-btn-ghost {
        width: 100%;
        justify-content: center
    }

    .home-cus-wrap .h2-visual {
        height: 300px
    }

    .home-cus-wrap .h2-card-float {
        display: none
    }
}

/* ══════════════════════════════════════════════
   ENHANCED SCROLL ANIMATIONS
   ══════════════════════════════════════════════ */

/* Slide from left / right variants */
.home-cus-wrap .r-left {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .r-right {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .r-scale {
    opacity: 0;
    transform: scale(.92) translateY(20px);
    transition: opacity .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .r-blur {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(18px);
    transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1), filter .85s
}

.home-cus-wrap .r-left.on,
.home-cus-wrap .r-right.on,
.home-cus-wrap .r-scale.on {
    opacity: 1;
    transform: none
}

.home-cus-wrap .r-blur.on {
    opacity: 1;
    filter: blur(0);
    transform: none
}

/* Extended stagger delays */
.home-cus-wrap .d6 {
    transition-delay: .6s
}

.home-cus-wrap .d7 {
    transition-delay: .72s
}

.home-cus-wrap .d8 {
    transition-delay: .86s
}

/* Line-draw underline for section headings */
.home-cus-wrap .u-line {
    position: relative;
    display: inline-block
}

.home-cus-wrap .u-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--o), var(--p));
    border-radius: 2px;
    transition: width 1s cubic-bezier(.16, 1, .3, 1) .3s
}

.home-cus-wrap .u-line.on::after {
    width: 100%
}

/* Card stagger — auto-applied via JS */
.home-cus-wrap .anim-stagger>* {
    opacity: 0;
    transform: translateY(28px) scale(.97);
    transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .anim-stagger.on>* {
    opacity: 1;
    transform: none
}

/* Section separators fade+scale */
.home-cus-wrap .sec-divider {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: opacity .6s ease, transform .9s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .sec-divider.on {
    opacity: 1;
    transform: scaleX(1)
}

/* Parallax utility */
.home-cus-wrap .para-bg {
    will-change: transform
}

/* Number highlight pulse on reveal */
@keyframes numPop {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(1.08)
    }

    100% {
        transform: scale(1)
    }
}

.home-cus-wrap .num-pop.on {
    animation: numPop .6s cubic-bezier(.16, 1, .3, 1) .2s both
}

/* Hero heading — uses existing h2FadeUp animation, no word-wrap needed */

/* Trust-bar items stagger */
.home-cus-wrap .tlogo {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .55s cubic-bezier(.16, 1, .3, 1), transform .55s cubic-bezier(.16, 1, .3, 1)
}

.home-cus-wrap .tlogo.in {
    opacity: 1;
    transform: none
}

/* Hover lift for all cards uniformly */
.home-cus-wrap .apcard,
.home-cus-wrap .cc,
.home-cus-wrap .adv-card,
.home-cus-wrap .tcard,
.home-cus-wrap .tstat-card,
.home-cus-wrap .svc,
.home-cus-wrap .vis-acc-item {
    transition-property: transform, box-shadow, opacity;
    will-change: transform;
}

/* Section visible state */
.home-cus-wrap .sec-visible {
    --sec-in: 1;
}

/* Smoother global link/button transitions */
.home-cus-wrap a,
.home-cus-wrap button {
    transition: color .2s, background .2s, transform .25s, box-shadow .25s, opacity .2s
}

/* Smooth section scroll snap feel */
html {
    scroll-behavior: smooth
}

/* Section entrance — subtle background shimmer */
@keyframes secShimmer {
    from {
        background-position: 200% center
    }

    to {
        background-position: -200% center
    }
}

/* Refined card hover — add depth shadow on apcard/cc */
.home-cus-wrap .apcard:hover,
.home-cus-wrap .cc:hover {
    box-shadow: 0 28px 60px rgba(57, 0, 119, .18) !important;
}

/* Smooth page load fade-in */
.home-cus-wrap {
    animation: pageIn .5s ease both
}

@keyframes pageIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* Better focus ring */
.home-cus-wrap *:focus-visible {
    outline: 2px solid var(--o);
    outline-offset: 3px;
    border-radius: 4px;
}

/* Regular-meetings hover highlight */
.home-cus-wrap .team-services-grid .hdb-cat-icon {
    transition: outline .2s, box-shadow .2s;
}

.home-cus-wrap .hdb-highlight-active {
    outline: 2px solid #FF6D2F !important;
    box-shadow: 0 0 0 4px rgba(255, 109, 47, .12) !important;
}

.home-cus-wrap .cert-bar {
    padding: 22px 60px;
    background: #F3F0FA;
    border-top: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
}

.home-cus-wrap .cert-bar-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.home-cus-wrap .cert-bar-left {
    flex-shrink: 0;
    min-width: 160px;
}

.home-cus-wrap .cert-divider {
    width: 1px;
    height: 36px;
    background: rgba(0, 0, 0, .1);
    flex-shrink: 0;
}

.home-cus-wrap .cert-mq-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;.home-cus-wrap .pain
}

.home-cus-wrap .cert-bar-lbl {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppe.cert-logo-item imgrcase;
    color: #390077;
    opacity: .6;
}

.home-cus-wrap .cert-mq-track {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.home-cus-wrap .cert-logo-item {
    display: flex;
    align-items: center;
    opacity: 1;
    white-space: nowrap;
    transition: opacity .3s;
    flex-shrink: 0;
}

.home-cus-wrap .team-sec::before {
    display: none !important;
}

/* Devloper-CSS */
.home-cus-wrap .adv-illus {
    width: 290px;
}

.home-cus-wrap .tcard{
    height: max-content;
}

.home-cus-wrap .team-sec-mob::before {
    display: none;
}

.home-cus-wrap .team-sec-mob::after {
    display: none;
}

.team-sec-mob .team-4grid.r.d2.on {
    margin: 0px;
}

.team-sec-mob .tstat-card {
    display: none;
}

.hide {
    display: none;
}

 .move-btm {
   /* margin-top: auto;*/
    /*margin-bottom: 57px;*/
} 

.home-cus-wrap .hdb-cat-tooltip {
    width: 320px !important;
    max-width: 320px !important;
}

.cert-logo-item img {
    width: 85px;
}

.cyber-ess img {
    width: 120px;
}

.bacs img {
    width: 105px;
}

@media only screen and (max-width: 1024px) {
.home-cus-wrap .pain-close-num-wrap img {
    width: 130px !important;
    height: 130px !important;
}

.home-cus-wrap .pain-close-num-wrap {
    height: 130px !important;
    width: 130px !important;
}

.home-cus-wrap .cases.r.d2.on {
    grid-template-columns: 1fr !important;
}

.home-cus-wrap .advisory-sec {
    padding: 60px 20px;
}

.home-cus-wrap .testi-sec {
    padding: 60px 0px;
}

.home-cus-wrap .cert-bar-inner {
    display: block;
}

.home-cus-wrap .cert-divider {
    display: none;
}

.home-cus-wrap .cert-mq-track {
    gap: 0px;
    justify-content: space-between;
    padding-top: 15px;
}

.home-cus-wrap .cert-bar-lbl {
    text-align: center !important;
}
}

@media only screen and (max-width: 649px) {
.home-cus-wrap span.h2-line0 {
    display: block !important;
    white-space: normal !important;
}

.home-cus-wrap .hero {
    height: 780px !important;
}

.home-cus-wrap .h2-inner {
    padding: 30px 16px 0px !important;
}

.home-cus-wrap .trust {
    padding: 28px 20px;
}

.home-cus-wrap .mq-track {
    gap: 56px;
}

.home-cus-wrap .tlogo svg {
    height: 28px;
}

.home-cus-wrap .logo-grid {
    gap: 16px 6px !important;
}

.home-cus-wrap .logo-item {
    flex: 0 0 90px;
}

.home-cus-wrap .sec {
    padding: 60px 20px;
}

.home-cus-wrap .tcard-body {
    padding: 20px;
}

.home-cus-wrap h2.r.d1.on {
    display: block !important;
    white-space: normal !important;
    font-size: clamp(26px, 6vw, 40px) !important;
}

.home-cus-wrap .map-section {
    padding: 60px 20px;
}

.home-cus-wrap .cta-sec {
    padding: 60px 20px !important;
}

.home-cus-wrap .map-container {
    margin-bottom: 0px !important;
}

.home-cus-wrap .cert-bar {
    padding: 20px 20px;
}

.home-cus-wrap h2.r.d1.on span {
    white-space: normal !important;
}

span.hdb-cat-lbl {
    display: block !important;
    white-space: normal !important;
}

.home-cus-wrap .apcard {
    padding: 30px 20px;
}

.home-cus-wrap .hdb-cat-tooltip {
    min-width: 170px !important;
    width: max-content;
    max-width: 170px !important;
}

.home-cus-wrap .hdb-cat-tooltip-title {
    font-size: 12px;
}

.home-cus-wrap .hdb-cat-tooltip-body {
    font-size: 10px;
}

br.br-hm {
    display: none;
}
}

@media (max-width: 549px) {
.mq-track .in img {
    height: 100px !important;
    width: 100px !important;
}

.desk-vis {
    display: none !important;
}
  
span.h2-line0 {
    font-size: 34.11px !important;
}

span.h2-line2 {
    font-size: 34.11px !important;
}

.home-cus-wrap .h2-sub-bold {
    margin: 15px 0 40px !important;
}

.trust {
    padding: 12px 0 !important;
    width: 100% !important;
    overflow: hidden !important;
}

.home-cus-wrap .trust-lbl {
    font-size: 14px;
}

.home-cus-wrap .trust-sub {
    font-size: 12px;
}

.home-cus-wrap .pain {
    padding: 48px 16px;
}

.pain-left h2 {
    font-size: clamp(26px, 7vw, 40px) !important;
    text-align: center !important;
}

.home-cus-wrap .pain-body {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.home-cus-wrap .pqt {
    font-size: 18px;
}

.home-cus-wrap .pq {
    padding: 16px 0;
}

.home-cus-wrap .pq::before {
    margin-right: 14px;
    margin-left: 14px;
}

.home-cus-wrap .pain-close {
    text-align: center !important;
    justify-items: center !important;
     padding: 20px 16px;

}

.home-cus-wrap .pain-close-txt {
    font-size: 14px;
}

.home-cus-wrap .pain-close {
    gap: 12px;
}

.home-cus-wrap .approach-sec {
     padding: 48px 16px;
}

.approach-header h2.r.d1.on {
    font-size: 29.64px !important;
}

.cert-bar-lbl {
    font-size: 14px !important;
}
}

/* .home-cus-wrap .apcard {
    max-width: 300px !important;
    scroll-snap-align: start !important;
    min-height: auto !important;
}

.home-cus-wrap .approach-cards {
     display: flex !important;
     flex-direction: row !important;
     overflow-x: auto !important;
     overflow-y: visible !important;
     scroll-snap-type: x mandatory !important;
     -webkit-overflow-scrolling: touch !important;
     gap: 12px !important;
     padding-bottom: 16px !important;
     scrollbar-width: none !important;
}

.apcard, .cc, .adv-card, .tcard, .tstat-card {
    will-change: auto !important;
}

.home-cus-wrap .apcard {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: default;
    display: flex;
    flex-direction: column;
    flex: 0 0 78vw !important;
    max-width: 300px !important;
    scroll-snap-align: start !important;
    min-height: auto;
}

.home-cus-wrap .approach-header {
     margin-bottom: 28px;
}

.home-cus-wrap .apcard-title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.home-cus-wrap .apcard-body {
    font-size: 15px;
    line-height: 1.55;
}

.apcard-readmore {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        margin-top: 10px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: .01em !important;
        background: none !important;
        border: none !important;
        cursor: pointer !important;
        padding: 0 !important;
        min-height: auto !important;
        transition: opacity .2s !important;
}

.apcard-extra {
        max-height: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
        margin-top: 0 !important;
        transition: max-height .35s ease, opacity .3s ease, margin-top .3s ease !important;
}

.apcard-readmore svg {
        transition: transform .3s !important;
} */

@media (min-width: 550px) {
.mob-vis {
    display: none !important;
}
}

/* Approach-Mobile */
.mob-vis .ap-light .apcard-readmore {
   color: var(--p) !important;
}

.mob-vis .ap-dark .apcard-readmore,
.mob-vis .ap-mid .apcard-readmore {
   color: rgba(255, 255, 255, 0.75) !important;
}

.mob-vis .apcard-readmore svg {
   transition: transform 0.3s !important;
}

.mob-vis .apcard-expanded .apcard-readmore svg {
   transform: rotate(180deg) !important;
}

.mob-vis .apcard .apcard-extra {apcard 
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mob-vis .apcard.apcard-expanded .apcard-extra {
  max-height: 300px;
  opacity: 1;
  margin-top: 16px;
}

@media (hover: hover) {
  .apcard:hover .apcard-extra {
    max-height: 300px;
    opacity: 1;
    margin-top: 16px;
  }
}

@media (max-width: 549px) {
p.ssub.lh-m {
    line-height: 1.1;
}

.hide-m {
    display: none;
}

.c-m {
    color: #000 !important;
}

.pt-m {
    font-weight: 700;
    padding-top: 10px;
}

.home-cus-wrap .h2-line2 {
   /* color: #fff !important;*/
}

.apcard {
    padding-bottom: 60px !important;
}

.home-cus-wrap .ssub {
    font-size: 18px;
    line-height: 1.1;
}

.mob-vis .apcard {
    flex: 0 0 78vw !important;
    max-width: 300px !important;
    scroll-snap-align: start !important;
}

.mob-vis .approach-cards {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 12px !important;
    padding-bottom: 16px !important;
    scrollbar-width: none !important;
}

.mob-vis .apcard-readmore {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    min-height: auto !important;
    transition: opacity 0.2s !important;
    line-height: 18px;
    width: max-content !important;
    white-space: nowrap !important;
}

.home-cus-wrap .apcard-title {
    font-size: 19px;
    margin-bottom: 10px;
}

.home-cus-wrap .apcard-body {
    font-size: 15px;
    line-height: 1.55 !important;
}

.apcard-icon {
    width: 36px !important;
    height: 36px !important;
    bottom: 16px !important;
    right: 16px !important;
}

.home-cus-wrap .apcard:hover, .home-cus-wrap .cc:hover {
    box-shadow: none !important;
}

.mob-vis .apcard-expanded .apcard-extra {
     max-height: 300px !important;
     opacity: 1 !important;
     margin-top: 10px !important;
}

.mob-vis .apcard {
    transform: none !important;
}

.home-cus-wrap .approach-header {
    margin-bottom: 28px;
}

h2.integ-title.r.d1.on {
    font-size: clamp(26px, 6vw, 40px) !important;
}

.home-cus-wrap .integ-sec {
    padding: 60px 20px !important;
}

.home-cus-wrap h2 {
    font-size: clamp(26px, 6vw, 40px) !important;
}

.home-cus-wrap .team-sec {
     padding: 60px 20px
}

.team-accordion-grid {
   display: flex !important;
   flex-direction: column !important;
   gap: 10px !important;
   width: 100% !important;
}

.tstat-accordion {
   border-radius: 14px !important;
   overflow: hidden !important;
   border: 1px solid var(--border) !important;
   background: #fff !important;
}

.tstat-accordion summary {
   list-style: none !important;
   display: flex !important;
   align-items: center !important;
   justify-content: space-between !important;
   padding: 18px 10px !important;
   cursor: pointer !important;
   font-size: 15px !important;
   font-weight: 700 !important;
   color: var(--p) !important;
   gap: 12px !important;
   user-select: none !important;
}

.tstat-accordion-body {
   list-style: none !important;
   padding: 0 16px 16px !important;
   margin: 0 !important;
   display: flex !important;
   flex-direction: column !important;
   gap: 8px !important;
}

.tstat-accordion summary::before {
   content: "" !important;
   display: block !important;
   width: 3px !important;
   height: 100% !important;
}

.tstat-chevron {
   width: 20px !important;
   height: 20px !important;
   flex-shrink: 0 !important;
   transition: transform 0.3s !important;
   stroke: currentColor !important;
}

svg.tstat-chevron {
   width: 20px !important;
   height: 20px !important;
   flex-shrink: 0 !important;
   transition: transform 0.3s !important;
   stroke: currentColor !important;
}

.tstat-accordion-body li {
   font-size: 14px !important;
   color: var(--mid) !important;
   line-height: 1.5 !important;
   padding: 12px 16px !important;
   background: var(--off) !important;
   border: 1px solid var(--border) !important;
   border-radius: 10px !important;
   list-style: none !important;
}

/* Top accent line colours */
.tstat-purple::before {
   background: linear-gradient(90deg, #9333ea, #6d28d9);
}

.tstat-orange::before {
   background: linear-gradient(90deg, #ff6d2f, #9333ea);
}

.tstat-mid::before {
   background: linear-gradient(90deg, #06b6d4, #3b82f6);
}

.tstat-dark::before {
   background: linear-gradient(90deg, #7c3aed, #4c1d95);
}

.tstat-purple .tstat-num {
   background: rgba(147, 51, 234, 0.15);
   color: var(--p);
}

.tstat-orange .tstat-num {
   background: #ff6d2f;
   color: #fff;
}

.tstat-mid .tstat-num {
   background: #06b6d4;
   color: #fff;
}

.tstat-dark .tstat-num {
   background: rgba(124, 58, 237, 0.15);
   color: var(--p);
}

.tstat-accordion summary::-webkit-details-marker {
   display: none !important;
}

.tstat-accordion.tstat-orange summary {
   color: var(--o) !important;
}

.tstat-accordion.tstat-mid summary {
   color: #0891b2 !important;
}

.tstat-accordion.tstat-dark summary {
   color: var(--p) !important;
}

.tstat-accordion summary::before {
   content: "" !important;
   display: block !important;
   width: 3px !important;
   height: 100% !important;
}

.tstat-accordion[open] .tstat-chevron {
  transform: rotate(180deg) !important;
}

.home-cus-wrap .team-header {
  margin-bottom: 28px
}

.home-cus-wrap .clbl {
    font-size: 12px;
}

.home-cus-wrap .cbig {
    font-size: 34px;
    letter-spacing: -.05em;
}

.cc.tall {
     gap: 16px !important;
}

.home-cus-wrap .cc {
    padding: 20px 18px !important;
}

.home-cus-wrap .cbod {
    font-size: 13px;
    line-height: 1.5;
}

.cbig {
    font-size: 34px !important;
    letter-spacing: -.05em !important;
}

.home-cus-wrap .advisory-sec {
    padding: 48px 16px;
}

.advisory-sec span.split-char {
    font-size: clamp(24px, 7vw, 36px) !important;
}

.advisory-bento {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 12px !important;
        padding-bottom: 16px !important;
        scrollbar-width: none !important;
        grid-template-columns: unset !important;
    }

.adv-card {
    padding: 20px 16px 24px !important;
    flex: 0 0 78vw !important;
    max-width: 300px !important;
    scroll-snap-align: start !important;
    grid-column: unset !important;
    grid-row: unset !important;
    min-height: 200px !important;
}

.adv-icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 14px !important;
}

svg.adv-illus {
    position: absolute;
    pointer-events: none;
    transition: transform .6s 

}

.adv-cta-row {
    padding: 24px 16px !important;
    flex: 0 0 78vw !important;
    max-width: 300px !important;
    scroll-snap-align: start !important;
    flex-direction: column !important;
    grid-column: unset !important;
}

p.adv-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    max-height: 200px !important;
    opacity: 1 !important;
    margin-top: 10px !important;
}

.adv-cta-text h3 {
    line-height: 26px;
}

.adv-cta-text p {
    font-size: 17px !important;
}

span.adv-label {
    font-size: 20px !important;
    margin-bottom: 6px !important;
}

.adv-title {
    font-size: 16px !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
}

.adv-icon svg {
    width: 16px !important;
    height: 16px !important;
}

.tcard {
    flex: 0 0 94vw !important;
    width: 94vw !important;
    max-width: 94vw !important;
    padding: 20px 18px !important;
}

.testi-nav {
    margin-top: 28px !important;
}

.testi-in {
    padding: 0 12px !important;
}

.testi-track p.ttext {
    font-size: 15px;
}

.tcard-body {
    padding: 20px 16px 24px !important;
}

.home-cus-wrap .tauthor {
    font-size: 18px;
    line-height: 16px;
}

.testi-sec {
    padding: 48px 0 !important;
}

.map-section {
    padding: 40px 20px 20px !important;
}

.map-section h2.r.d1.on {
    padding: 0px !important;
}

canvas#world-map-canvas {
    margin-bottom: 32px;
}

section.cta-sec.sec-visible {
    padding: 60px 32px !important;
}

.home-cus-wrap h2.cth.r.d1.on {
    font-size: 36.8px !important;
}

.cert-logo-item img {
    width: 45px;
}

.cyber-ess img {
    width: 80px;
}

.bacs img {
    width: 60px;
}

.home-cus-wrap .hero .h2-actions {
    margin-bottom: 30px !important;
}

.home-cus-wrap .hero {
padding-bottom: 200px !important;
}

.map-section h2 {
    font-size: 22px !important;
}

.br-m {
    display: block !important;
}

.br-d {
    display: none !important;
}
}

.br-d {
    display: block;
}

.br-m {
    display: none;
}

/* Logo's */
.mq-track .in img {
    display: block;
    height: 120px;
    width: 120px;
    max-width: none;
    object-fit: contain;
}


.home-cus-wrap .trust-sub {
    font-size: 18px;
}

p.h2-sub-bold {
    font-size: 29.92px !important;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
.testi-nav-left {
    left: 6px !important;
}

.testi-nav-right {
    right: 6px !important;
}
}

@media only screen and (max-width: 1100px) and (min-width: 1025px) {
.home-cus-wrap .cert-bar-lbl {
    font-size: 15px !important;
}
}


@media only screen and (max-width: 1024px) {
/*
.testi-nav-left {
    Display: none !important;
}

.testi-nav-right {
    Display: none !important;
}
*/

.home-cus-wrap .testi-nav-left {
    left: 60px;
}

.home-cus-wrap .testi-nav-right {
    right: 60px;
}
}



.home-cus-wrap .hero .h2-sub-bold {
    margin: 31px 0 47px;
}

/*
.mob-vis .apcard.apcard-expanded .apcard-readmore {
    display: none !important;
}
*/

@media only screen and (max-width: 600px) {
.home-cus-wrap .h2-sub {
    font-size: 18px;
}

.home-cus-wrap .h2-h1 {
    margin: 0 0 20px;
}

.home-cus-wrap p.cth-sub.r.d2.on {
    margin: 20px 0px 27px !important;
}

.home-cus-wrap .testi-btn {
    width: 32px;
    height: 32px;
    font-size: 13px;
}

.home-cus-wrap .testi-nav-right {
    right: 52px;
}

.home-cus-wrap .testi-nav-left {
    left: 52px;
}

.home-cus-wrap .pq:hover .pq-answer, .home-cus-wrap .pq.open .pq-answer {
    max-height: max-content !important;
}

.home-cus-wrap .advisory-bento.r.d2.on {
    overflow: hidden;
}

.home-cus-wrap .advisory-bento.r.d2.on {
    padding-top: 48px;
}

.home-cus-wrap .advisory-header.r.d1.on {
    margin-bottom: 0px !important;
}
}

/*
@media only screen and (max-width: 600px) {
.home-cus-wrap .tcard{
 height: max-content;
}
} */