
    :root {
      --gold: #F64A00;
      --gold-dark: #cc3d00;
      --gold-light: #FF7F18;
      --teal-light: #ffaa60;
      --red: #F64A00;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      color: #1a1a2e !important;
      /* overflow-x: hidden; */
      background: #f5f7fc
    }


    @keyframes blink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: .2
      }
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(28px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    @keyframes dotBreathe {

      0%,
      100% {
        opacity: .6;
        background-size: 32px 32px
      }

      50% {
        opacity: 1;
        background-size: 34px 34px
      }
    }

    @keyframes morphA {

      0%,
      100% {
        border-radius: 60% 40% 70% 30%/50% 60% 40% 55%;
        transform: rotate(0deg) scale(1)
      }

      25% {
        border-radius: 40% 70% 30% 65%/65% 35% 60% 40%;
        transform: rotate(8deg) scale(1.05)
      }

      50% {
        border-radius: 70% 30% 50% 55%/35% 65% 50% 60%;
        transform: rotate(16deg) scale(.97)
      }

      75% {
        border-radius: 35% 60% 40% 70%/55% 40% 65% 35%;
        transform: rotate(5deg) scale(1.03)
      }
    }

    @keyframes morphB {

      0%,
      100% {
        border-radius: 40% 60% 35% 65%/65% 35% 55% 45%;
        transform: rotate(0deg) scale(1)
      }

      33% {
        border-radius: 65% 35% 60% 40%/40% 65% 35% 60%;
        transform: rotate(-10deg) scale(1.07)
      }

      66% {
        border-radius: 30% 70% 45% 55%/55% 45% 70% 30%;
        transform: rotate(-5deg) scale(.95)
      }
    }

    @keyframes morphC {

      0%,
      100% {
        border-radius: 50% 60% 40% 55%/45% 55% 50% 60%;
        transform: rotate(0deg) scale(1)
      }

      50% {
        border-radius: 65% 35% 55% 45%/60% 40% 65% 35%;
        transform: rotate(20deg) scale(1.1)
      }
    }

    @keyframes shimmer {
      0% {
        background-position: 0%
      }

      100% {
        background-position: 200%
      }
    }

    @keyframes topShim {
      0% {
        background-position: 0%
      }

      100% {
        background-position: 200%
      }
    }

    @keyframes glowPulse {

      0%,
      100% {
        transform: scale(1);
        opacity: .7
      }

      50% {
        transform: scale(1.08);
        opacity: 1
      }
    }

    @keyframes brkPulse {

      0%,
      100% {
        opacity: .2
      }

      50% {
        opacity: .55
      }
    }

    @keyframes gridDrift {
      0% {
        background-position: 0 0
      }

      100% {
        background-position: 56px 56px
      }
    }

    @keyframes scanLine {
      0% {
        top: -1%;
        opacity: 0
      }

      5% {
        opacity: 1
      }

      95% {
        opacity: .25
      }

      100% {
        top: 101%;
        opacity: 0
      }
    }

    @keyframes marqueeScroll {
      0% {
        transform: translateX(0)
      }

      100% {
        transform: translateX(-50%)
      }
    }

    @keyframes livePulse {

      0%,
      100% {
        transform: scale(1);
        opacity: 1
      }

      50% {
        transform: scale(1.4);
        opacity: .7
      }
    }

    @keyframes blobFloat1 {

      0%,
      100% {
        transform: translate(0, 0) scale(1)
      }

      50% {
        transform: translate(-22px, 32px) scale(1.07)
      }
    }

    @keyframes blobFloat2 {

      0%,
      100% {
        transform: translate(0, 0) scale(1)
      }

      50% {
        transform: translate(28px, -20px) scale(1.09)
      }
    }

    @keyframes orbUp {

      0%,
      100% {
        transform: translateY(0);
        opacity: .6
      }

      50% {
        transform: translateY(-18px);
        opacity: 1
      }
    }

    @keyframes haloPulse {

      0%,
      100% {
        transform: scale(1);
        opacity: .7
      }

      50% {
        transform: scale(1.08);
        opacity: 1
      }
    }

    @keyframes badgeFloat1 {

      0%,
      100% {
        transform: translateY(0) rotate(-1.5deg)
      }

      50% {
        transform: translateY(-9px) rotate(1deg)
      }
    }

    @keyframes badgeFloat2 {

      0%,
      100% {
        transform: translateY(0) rotate(1deg)
      }

      50% {
        transform: translateY(-8px) rotate(-1deg)
      }
    }

    @keyframes eyeShim {
      0% {
        left: -100%
      }

      100% {
        left: 200%
      }
    }

    @keyframes edBlink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: .12
      }
    }

    @keyframes contactDotDrift {
      0% {
        background-position: 0 0, 24px 24px
      }

      100% {
        background-position: 48px 48px, 72px 72px
      }
    }

    @keyframes csScan {
      0% {
        top: -1%;
        opacity: 0
      }

      5% {
        opacity: 1
      }

      95% {
        opacity: .28
      }

      100% {
        top: 101%;
        opacity: 0
      }
    }

    @keyframes orbFloat {

      0%,
      100% {
        transform: translateY(0);
        opacity: .65
      }

      50% {
        transform: translateY(-20px);
        opacity: 1
      }
    }


    .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      display: inline-block;
      animation: blink 1.6s ease-in-out infinite
    }

    .dot-r {
      background: var(--red)
    }

    .dot-b {
      background: #ffaa60
    }

    .edot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--gold);
      animation: edBlink 1.6s ease-in-out infinite;
      display: inline-block
    }

    .eyebrow-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #F64A00;
      animation: edBlink 1.6s ease-in-out infinite;
      display: inline-block
    }


    .wa-float {
      position: fixed;
      bottom: 24px;
      right: 20px;
      z-index: 9999;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: #25d366;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.45rem;
      text-decoration: none;
      box-shadow: 0 6px 24px rgba(37, 211, 102, .4)
    }


    .sec-white {
      background: #fff;
      position: relative;
      z-index: 1;
      overflow: hidden
    }

    .sec-white::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(246, 74, 0, .08) 1px, transparent 1px);
      background-size: 32px 32px;
      animation: dotBreathe 6s ease-in-out infinite;
      pointer-events: none;
      z-index: 0;
      opacity: .6
    }

    .wb1 {
      position: absolute;
      width: 560px;
      height: 560px;
      top: -160px;
      right: -140px;
      background: radial-gradient(ellipse at 40% 40%, rgba(246, 74, 0, .18) 0%, rgba(246, 74, 0, .06) 55%, transparent 75%);
      border-radius: 60% 40% 70% 30%/50% 60% 40% 55%;
      animation: morphA 14s ease-in-out infinite;
      pointer-events: none;
      z-index: 0
    }

    .wb2 {
      position: absolute;
      width: 480px;
      height: 480px;
      bottom: -140px;
      left: -120px;
      background: radial-gradient(ellipse at 55% 55%, rgba(248, 108, 167, .16) 0%, rgba(248, 108, 167, .05) 55%, transparent 75%);
      border-radius: 40% 60% 35% 65%/65% 35% 55% 45%;
      animation: morphB 18s ease-in-out infinite;
      pointer-events: none;
      z-index: 0
    }

    .wb3 {
      position: absolute;
      width: 300px;
      height: 300px;
      top: 40%;
      left: 55%;
      background: radial-gradient(ellipse at 50% 50%, rgba(246, 74, 0, .1) 0%, transparent 70%);
      border-radius: 50% 60% 40% 55%/45% 55% 50% 60%;
      animation: morphC 10s ease-in-out infinite;
      pointer-events: none;
      z-index: 0
    }

    .wring {
      position: absolute;
      border-radius: 50%;
      border: 1.5px solid rgba(246, 74, 0, .12);
      pointer-events: none;
      z-index: 0;
      animation: ringExpand 10s ease-out infinite
    }

    @keyframes ringExpand {
      0% {
        transform: scale(.4);
        opacity: 0
      }

      20% {
        opacity: 1
      }

      70% {
        opacity: .5
      }

      100% {
        transform: scale(2.2);
        opacity: 0
      }
    }

    .sec-white .container {
      position: relative;
      z-index: 2
    }

    .sec-blue {
      background: #f8f9ff;
      position: relative;
      z-index: 1
    }


    .eyebrow-red {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(246, 74, 0, .08);
      border: 1px solid rgba(246, 74, 0, .28);
      color: #F64A00;
      font-size: 14px;
      font-weight: 700;
      /* letter-spacing: 2.5px;
      text-transform: uppercase; */
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 14px
    }

    .eyebrow-blue {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(248, 108, 167, .12);
      border: 1px solid rgba(248, 108, 167, .4);
      color: #ffaa60;
      font-size: 14px;
      font-weight: 700;
      /* letter-spacing: 2.5px;
      text-transform: uppercase; */
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 14px
    }

    .ns-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .3);
      color: #FF7F18;
      font-size: 14px;
      font-weight: 700;
      /* letter-spacing: 2.5px;
      text-transform: uppercase; */
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 14px;
      position: relative;
      overflow: hidden
    }

    .ns-eyebrow::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 55%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(246, 74, 0, .2), transparent);
      animation: eyeShim 3.5s 1s ease-in-out infinite
    }

    .ns-edot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #F64A00;
      animation: edBlink 1.6s ease-in-out infinite;
      display: inline-block
    }

    .gp-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .3);
      color: var(--gold-light);
      font-size: 14px;
      font-weight: 700;
      /* letter-spacing: 2.5px;
      text-transform: uppercase; */
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 14px;
      position: relative;
      overflow: hidden
    }


    .sec-title {
      font-size: clamp(1.9rem, 2.8vw, 3rem);
      line-height: 1.13;
      margin-bottom: 14px;
      color: #1a1a2e;
      font-weight: 700 !important;
    }

    .sec-sub {
      font-size: 18px;
      line-height: 1.8;
      max-width: 640px;
      color: #000
    }

    .acc-red {
      color: #F64A00 !important
    }

    .ns-headline {
      font-size: clamp(1.9rem, 2.8vw, 3rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -1.2px;
      color: #1a1a2e;
      font-weight: 700 !important;
    }

    .ns-ghost {
      display: block;
      font-size: 16px;
      color: #000;
      font-weight: 700;
      margin-bottom: 6px
    }

    .ns-body {
      font-size: 16px;
      color: #000 !important;
      line-height: 1.85
    }

    .ns-body strong {
      color: #1a1a2e;
      font-weight: 600
    }

    .ns-accent {
      color: #F64A00 !important
    }

    .ns-divider {
      width: 44px;
      height: 3px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18);
      border-radius: 2px;
      margin: 16px 0 22px
    }

    .divider-bar {
      width: 44px;
      height: 3px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18);
      border-radius: 2px;
      margin: 16px 0 22px
    }

    .section-headline {
      font-size: clamp(1.9rem, 2.8vw, 3rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -1.2px;
      margin-bottom: 0;
      color: #1a1a2e
    }

    .gp-headline {
      font-size: clamp(1.9rem, 3.2vw, 3rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -1.2px;
      color: #1a1a2e
    }

    .gp-headline .acc {
      color: var(--gold)
    }

    .gp-lead {
      color: #000 !important;
      font-size: 18px
    }

    .sg-body,
    .tr-body {
      color: #000 !important;
      font-size: 18px
    }

    .sg-body strong,
    .tr-body strong {
      color: #1a1a2e;
      font-weight: 600
    }

    .body-text {
      font-size: .95rem;
      color: #000;
      line-height: 1.85;
      margin-bottom: 24px
    }

    .body-text strong {
      color: #1a1a2e;
      font-weight: 600
    }


    .btn-r,
    .ns-btn-gold {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: linear-gradient(45deg, rgb(248, 108, 167), #FF7F18 80%);
      color: #fff;
      padding: 13px 30px;
      font-size: .9rem;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: all .3s;
    }

    .btn-r:hover,
    .ns-btn-gold:hover {
      background: linear-gradient(45deg, #e0568c, #cc3d00 80%);
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(246, 74, 0, .45)
    }

    .btn-b {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: linear-gradient(45deg, rgb(248, 108, 167), #FF7F18 80%);
      color: #fff;
      padding: 13px 30px;
      font-size: .9rem;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: all .3s
    }

    .btn-b:hover {
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(248, 108, 167, .45)
    }

    .btn-outline-r,
    .ns-btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: transparent;
      color: #F64A00;
      padding: 12px 28px;
      font-size: .9rem;
      font-weight: 600;
      border-radius: 8px;
      text-decoration: none;
      border: 2px solid rgba(246, 74, 0, .4);
      cursor: pointer;
      transition: all .3s;
    }

    .btn-outline-r:hover {
      border-color: #F64A00;
      color: #F64A00;
      background: rgba(246, 74, 0, .06)
    }

    .ns-btn-ghost {
      color: #000;
      border: 1px solid rgba(26, 26, 46, .2)
    }

    .ns-btn-ghost:hover {
      border-color: rgba(246, 74, 0, .45);
      color: #F64A00;
      background: rgba(246, 74, 0, .06)
    }


    .ns-grid {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(246, 74, 0, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 108, 167, .03) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 68%);
      -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 68%);
      animation: gridDrift 22s linear infinite;
      opacity: .7
    }

    .ns-blob {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(80px);
      opacity: .5
    }

    .ns-blob-1 {
      width: 480px;
      height: 480px;
      background: radial-gradient(circle, rgba(246, 74, 0, .15) 0%, transparent 70%);
      top: -100px;
      right: -80px;
      animation: blobFloat1 13s ease-in-out infinite
    }

    .ns-blob-2 {
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(248, 108, 167, .12) 0%, transparent 70%);
      bottom: -90px;
      left: -70px;
      animation: blobFloat2 17s ease-in-out infinite
    }

    .ns-blob-3 {
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(246, 74, 0, .07) 0%, transparent 70%);
      top: 48%;
      left: 42%;
      animation: blobFloat2 10s ease-in-out infinite
    }

    .ns-orb {
      position: absolute;
      border-radius: 50%;
      pointer-events: none
    }

    .ns-orb-1 {
      width: 5px;
      height: 5px;
      background: #F64A00;
      top: 20%;
      left: 9%;
      animation: orbUp 8s ease-in-out infinite;
      box-shadow: 0 0 10px rgba(246, 74, 0, .7)
    }

    .ns-orb-2 {
      width: 4px;
      height: 4px;
      background: #ffaa60;
      top: 70%;
      right: 10%;
      animation: orbUp 11s 2s ease-in-out infinite;
      box-shadow: 0 0 8px rgba(255, 170, 96, .6)
    }

    .ns-orb-3 {
      width: 3px;
      height: 3px;
      background: #1a1a2e;
      top: 45%;
      left: 5%;
      animation: orbUp 7s 4s ease-in-out infinite
    }

    .ns-brk {
      position: absolute;
      width: 44px;
      height: 44px;
      pointer-events: none;
      animation: brkPulse 4.2s ease-in-out infinite
    }

    @keyframes brkPulse {

      0%,
      100% {
        opacity: .2
      }

      50% {
        opacity: .5
      }
    }

    .ns-brk-tl {
      top: 22px;
      left: 22px;
      border-top: 2px solid rgba(246, 74, 0, .2);
      border-left: 2px solid rgba(246, 74, 0, .2)
    }

    .ns-brk-br {
      bottom: 22px;
      right: 22px;
      border-bottom: 2px solid rgba(255, 170, 96, .16);
      border-right: 2px solid rgba(255, 170, 96, .16);
      animation-delay: .9s
    }

    .gp-grid {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(246, 74, 0, .028) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 108, 167, .02) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse at 50% 50%, black 15%, transparent 65%);
      -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 15%, transparent 65%);
      animation: gridDrift 22s linear infinite
    }

    .gp-blob {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(80px);
      opacity: .5
    }

    .gp-blob-1 {
      width: 460px;
      height: 460px;
      background: radial-gradient(circle, rgba(246, 74, 0, .13) 0%, transparent 70%);
      top: -90px;
      right: -70px;
      animation: blobFloat1 13s ease-in-out infinite
    }

    .gp-blob-2 {
      width: 380px;
      height: 380px;
      background: radial-gradient(circle, rgba(248, 108, 167, .11) 0%, transparent 70%);
      bottom: -80px;
      left: -60px;
      animation: blobFloat2 17s ease-in-out infinite
    }


    .founder-wrap {
      background: #fff;
      border: 1px solid rgba(26, 26, 46, .1);
      border-radius: 22px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 8px 40px rgba(26, 26, 46, .08)
    }

    .founder-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18, #F64A00);
      background-size: 200%;
      animation: shimmer 3s linear infinite
    }

    .founder-img {
      background: linear-gradient(160deg, #fdf0ea 0%, #fce8e0 60%, #fdeae8 100%);
      min-height: 784px;
      padding: 48px 32px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0;
      border-right: 1px solid rgba(246, 74, 0, .1)
    }

    .avatar {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(246, 74, 0, .1);
      border: 3px solid rgba(246, 74, 0, .35);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3.5rem
    }

    .founder-body {
      padding: 20px;
      background: #fff
    }

    .founder-body p {
      font-size: 16px;
      margin-bottom: 4px;
    }

    .fq {
      font-size: 16px;
      font-style: italic;
      color: #000;
      border-left: 4px solid #F64A00;
      padding-left: 20px;
      line-height: 1.75;
      margin-bottom: 6px
    }

    .f-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 8px
    }

    .f-table td {
      padding: 11px 15px;
      font-size: 16px;
      background: rgba(246, 74, 0, .04);
      border: 1px solid rgba(26, 26, 46, .08)
    }

    .f-table td:first-child {
      color: #F64A00;
      font-weight: 600;
      border-radius: 8px 0 0 8px;
      white-space: nowrap
    }

    .f-table td:last-child {
      color: #000;
      border-radius: 0 8px 8px 0;
      white-space: normal;
      word-wrap: break-word;
      overflow-wrap: break-word
    }


    #methodology {
      overflow: visible !important;
    }

    /* The final sticky rules are kept near the end of this stylesheet. */


    .tl-item {
      display: flex;
      gap: 22px;
      padding-bottom: 44px;
      position: relative
    }

    .tl-item:last-child {
      padding-bottom: 0
    }

    .tl-item::before {
      content: '';
      position: absolute;
      left: 35px;
      top: 74px;
      bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, #F86CA7, transparent)
    }

    .tl-item:last-child::before {
      display: none
    }

    .tl-dot {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      border: 2px solid rgba(248, 108, 167, .4);
      background: rgba(248, 108, 167, .1);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all .4s;
      z-index: 1
    }

    .tl-dot .ph {
      font-size: .58rem;
      font-weight: 800;
      color: #ffaa60;
      letter-spacing: .5px
    }

    .tl-dot i {
      font-size: 1.1rem;
      color: #ffaa60
    }

    .tl-item:hover .tl-dot {
      background: #F64A00;
      border-color: #F64A00;
      box-shadow: 0 0 28px rgba(246, 74, 0, .5)
    }

    .tl-item:hover .tl-dot .ph,
    .tl-item:hover .tl-dot i {
      color: #fff
    }

    .tl-body {
      background: rgba(139, 118, 118, .06);
      border: 1px solid rgba(104, 92, 92, .1);
      border-radius: 14px;
      padding: 24px 26px;
      flex: 1;
      transition: all .4s
    }

    .tl-item:hover .tl-body {
      border-color: rgba(246, 74, 0, .3);
      transform: translateX(5px)
    }

    .tl-phase {
      font-size: 20px;
      color: #FF7F18;
      font-weight: 700;


      margin-bottom: 4px;
    }

    .tl-body h4 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 10px;
      color: #000
    }

    .tl-body p {
      font-size: 16px;
      color: #000;
      line-height: 1.75
    }


    .faq-item {
      border: 1px solid rgba(26, 26, 46, .1);
      border-radius: 13px;
      margin-bottom: 12px;
      overflow: hidden;
      transition: border-color .3s
    }

    .faq-item:hover {
      border-color: rgba(246, 74, 0, .3)
    }

    .faq-q {
      width: 100%;
      background: rgba(26, 26, 46, .02);
      border: none;
      color: #000;
      text-align: left;
      padding: 20px 24px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      transition: background .3s
    }

    .faq-q:hover,
    .faq-q.open {
      background: rgba(246, 74, 0, .05)
    }

    .faq-ic {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid rgba(246, 74, 0, .35);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #F64A00;
      flex-shrink: 0;
      font-size: 14px;
      transition: all .3s
    }

    .faq-q.open .faq-ic {
      background: #F64A00;
      color: #fff;
      transform: rotate(45deg);
      border-color: #F64A00
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease, padding .3s;
      padding: 0 24px;
      font-size: 16px;
      color: #000;
      line-height: 1.8
    }

    .faq-a.open {
      max-height: 750px;
      padding: 20px
    }


    .ns-pillar-card {
      background: #fff !important;
      border: 1px solid rgba(26, 26, 46, .1) !important;
      border-radius: 20px;
      padding: 30px 26px;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: all .38s;
      box-shadow: 0 4px 20px rgba(26, 26, 46, .06)
    }

    .ns-pillar-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .38s
    }

    .ns-pillar-card:hover {
      border-color: rgba(246, 74, 0, .25) !important;
      transform: translateY(-7px);
      box-shadow: 0 22px 55px rgba(246, 74, 0, .1)
    }

    .ns-pillar-card:hover::before {
      transform: scaleX(1)
    }

    .ns-pillar-num {
      font-size: 3.8rem;
      font-weight: 900;
      color: rgba(246, 74, 0, .1);
      line-height: 1;
      margin-bottom: 16px;
      position: absolute;
      right: 19px;
      margin-top: -18px
    }

    .ns-pillar-icon {
      width: 56px;
      height: 56px;
      border-radius: 15px;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .22);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #FF7F18;
      margin-bottom: 20px;
      transition: all .3s
    }

    .ns-pillar-card:hover .ns-pillar-icon {
      background: rgba(246, 74, 0, .18);
      box-shadow: 0 0 24px rgba(246, 74, 0, .25)
    }

    .ns-pillar-kw {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(246, 74, 0, .08);
      border: 1px solid rgba(246, 74, 0, .2);
      color: #F64A00;
      font-size: 12px;
      font-weight: 700;
      padding: 4px 11px;
      border-radius: 50px;
      margin-bottom: 14px
    }

    .ns-pillar-kw-dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #F64A00;
      animation: edBlink 1.6s ease-in-out infinite;
      display: inline-block
    }

    .ns-pillar-title {
      font-size: 20px;
      font-weight: 800;
      color: #1a1a2e;
      margin-bottom: 6px;
    }

    .ns-pillar-desc {
      font-size: 16px;
      color: #000;
      line-height: 1.8;

    }


    .ns-feat-card {
      background: #fff !important;
      border: 1px solid rgba(26, 26, 46, .1) !important;
      border-radius: 16px;
      padding: 12px;
      display: flex;
      align-items: center;
      gap: 18px;
      transition: all .35s;
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(26, 26, 46, .06)
    }

    .ns-feat-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .35s
    }

    .ns-feat-card:hover {
      border-color: rgba(246, 74, 0, .3) !important;
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(246, 74, 0, .1)
    }

    .ns-feat-card:hover::before {
      transform: scaleX(1)
    }

    .ns-feat-icon {
      width: 40px;
      height: 40px;
      border-radius: 8px;
      flex-shrink: 0;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .22);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #FF7F18;
      transition: all .3s;
    }

    .ns-feat-card:hover .ns-feat-icon {
      background: rgba(246, 74, 0, .18);
      box-shadow: 0 0 20px rgba(246, 74, 0, .22)
    }

    .ns-feat-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 7px;
      color: #1a1a2e;
    }

    .ns-feat-desc {
      font-size: 16px;
      line-height: 1.75;
      margin: 0;
      color: #000
    }

    .feat-body {
      flex: 1;
      min-width: 0
    }


    .ns-svc-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 32px
    }

    .ns-svc-chip {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      border: 1px solid rgba(26, 26, 46, .1);
      border-radius: 12px;
      padding: 13px 16px;
      transition: all .3s;
      cursor: default;
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(26, 26, 46, .06)
    }

    .ns-svc-chip::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, #F86CA7, #FF7F18);
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform .32s
    }

    .ns-svc-chip:hover {
      border-color: rgba(246, 74, 0, .28);
      background: rgba(246, 74, 0, .05);
      transform: translateX(5px)
    }

    .ns-svc-chip:hover::before {
      transform: scaleY(1)
    }

    .ns-svc-icon {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      flex-shrink: 0;
      background: rgba(246, 74, 0, .08);
      border: 1px solid rgba(246, 74, 0, .18);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      color: #FF7F18;
      transition: all .3s
    }

    .ns-svc-label {
      font-size: 16px;
      font-weight: 600;
      color: #000
    }

    .ns-svc-chip:hover .ns-svc-label {
      color: #F64A00
    }


    .ns-sector-label {
      font-size: 18px;
      font-weight: 800;
      color: #1a1a2e;
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px
    }

    .ns-sector-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: rgba(26, 26, 46, .1)
    }

    .ns-sector-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #fff;
      border: 1px solid rgba(26, 26, 46, .1);
      border-radius: 50px;
      padding: 9px 18px;
      font-size: 16px;
      font-weight: 600;
      color: #000;
      transition: all .28s;
      cursor: default;
      white-space: nowrap;
      box-shadow: 0 2px 8px rgba(26, 26, 46, .05)
    }

    .ns-sector-chip:hover {
      background: rgba(246, 74, 0, .06);
      border-color: rgba(246, 74, 0, .25);
      color: #F64A00;
      transform: translateY(-2px)
    }

    .ns-sector-chip i {
      font-size: .85rem;
      color: #F64A00
    }


    .ns-bottom-banner {
      background: rgba(246, 74, 0, .04);
      border: 1px solid rgba(246, 74, 0, .18);
      border-radius: 18px;
      padding: 32px 36px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      position: relative;
      overflow: hidden
    }

    .ns-bottom-banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18, #F64A00);
      background-size: 200%;
      animation: shimmer 3s linear infinite
    }

    .ns-banner-main {
      font-size: clamp(1rem, 2.4vw, 2.3rem);
      font-weight: 900;
      color: #1a1a2e;
      margin-bottom: 5px
    }

    .ns-banner-sub {
      font-size: 18px;
      color: #000;
      line-height: 1.6
    }

    .ns-banner-stats {
      display: flex;
      gap: 28px;
      flex-wrap: wrap
    }

    .ns-bstat-val {
      font-size: 36px;
      font-weight: 900;
      color: #F64A00;
      line-height: 1
    }

    .ns-bstat-lbl {
      font-size: 20px;
      color: #000;
      margin-top: 3px
    }


    .ns-guarantee {
      background: rgba(26, 26, 46, .03);
      border: 1px solid rgba(26, 26, 46, .08);
      border-radius: 16px;
      padding: 24px 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-top: 48px
    }

    .ns-gs-item {
      display: flex;
      align-items: center;
      gap: 12px
    }

    .ns-gs-icon {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      background: rgba(246, 74, 0, .08);
      border: 1px solid rgba(246, 74, 0, .18);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FF7F18;
      font-size: 24px;
      flex-shrink: 0
    }

    .ns-gs-text strong {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a2e;
      display: block
    }

    .ns-gs-text span {
      font-size: 16px;
      color: #000
    }


    .ns-tier-strip {
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 40px
    }

    .ns-tier-pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 18px;
      border-radius: 50px;
      font-size: .76rem;
      font-weight: 700;
      border: 1px solid;
      cursor: default;
      letter-spacing: .5px
    }

    .ns-tier-entry {
      background: rgba(255, 170, 96, .08);
      border-color: rgba(255, 170, 96, .22);
      color: #ffaa60
    }

    .ns-tier-mid {
      background: rgba(246, 74, 0, .08);
      border-color: rgba(246, 74, 0, .25);
      color: #F64A00
    }

    .ns-tier-ent {
      background: rgb(248, 232, 229);
      border-color: rgb(252, 154, 76);
      color: rgb(255, 127, 24)
    }

    .ns-price-card {
      background: #fff !important;
      border: 1px solid rgba(26, 26, 46, .1) !important;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: all .4s;
      display: flex;
      flex-direction: column;
      color: #1a1a2e
    }

    .ns-price-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 60px rgba(246, 74, 0, .1);
      border-color: rgba(246, 74, 0, .25) !important
    }

    .ns-price-card.ns-featured {
      background: rgba(246, 74, 0, .05) !important;
      border: 1px solid rgba(246, 74, 0, .28) !important
    }

    .ns-price-card.ns-featured:hover {
      box-shadow: 0 28px 70px rgba(246, 74, 0, .18)
    }

    .ns-price-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18, #F64A00);
      background-size: 200%;
      animation: shimmer 3.5s linear infinite;
      opacity: 0;
      transition: opacity .4s
    }

    .ns-price-card:hover::before,
    .ns-price-card.ns-featured::before {
      opacity: 1
    }

    .ns-card-badge {
      position: fixed;
      top: -10px;
      right: 20px;
      font-size: .65rem;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 13px;
      border-radius: 20px
    }

    .ns-badge-hot {
      background: linear-gradient(45deg, #F86CA7, #FF7F18 80%);
      color: #fff
    }

    .ns-badge-new {
      background: rgba(255, 170, 96, .15);
      color: #ffaa60;
      border: 1px solid rgba(255, 170, 96, .25)
    }

    .ns-card-level {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px
    }

    .ns-lv-entry {
      color: #ffaa60
    }

    .ns-lv-mid {
      color: #F64A00
    }

    .ns-lv-ent {
      color: rgba(26, 26, 46, .5)
    }

    .ns-card-plan {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 4px;
      line-height: 1.2;
    }

    .ns-card-type {
      font-size: 14px;
      color: #000;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 10px
    }

    .ns-card-type i {
      font-size: .65rem;
      color: #F64A00
    }

    .ns-card-target {
      background: rgba(26, 26, 46, .04);
      border: 1px solid rgba(26, 26, 46, .08);
      border-radius: 10px;
      padding: 10px 14px;
      font-size: 14px;
      color: #000;
      line-height: 1.6;
      margin-bottom: 22px;
      display: flex;
      align-items: flex-start;
      gap: 10px
    }

    .ns-card-target i {
      color: #F64A00;
      margin-top: 2px;
      flex-shrink: 0;
      font-size: .8rem
    }

    .ns-card-sep {
      height: 1px;
      background: rgba(26, 26, 46, .08);
      margin: 0 0 20px
    }

    .ns-feat-list {
      list-style: none;
      padding: 0;
      margin: 0 0 auto;
      flex: 1
    }

    .ns-feat-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 6px 0;
      border-bottom: 1px solid rgba(26, 26, 46, .06);
      font-size: 15px;
      color: #000;
      line-height: 1.65
    }

    .ns-feat-list li:last-child {
      border-bottom: none
    }

    .ns-feat-list li strong {
      color: #1a1a2e;
      font-weight: 600
    }

    .ns-check {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .58rem;
      flex-shrink: 0;
      margin-top: 2px
    }

    .ns-check-entry {
      background: rgba(255, 170, 96, .14);
      color: #ffaa60
    }

    .ns-check-mid {
      background: rgba(246, 74, 0, .12);
      color: #F64A00
    }

    .ns-check-ent {
      background: rgba(26, 26, 46, .08);
      color: rgba(26, 26, 46, .6)
    }

    .ns-card-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: 100%;
      padding: 14px;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: all .3s;
      margin-top: 12px;
      position: relative;
      overflow: hidden
    }

    .ns-cta-entry {
      background: transparent;
      color: #ffaa60;
      border: 2px solid rgba(255, 170, 96, .3)
    }

    .ns-cta-entry:hover {
      background: rgba(255, 170, 96, .08);
      border-color: #ffaa60;
      color: #ffaa60;
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(248, 108, 167, .25)
    }

    .ns-cta-mid {
      background: linear-gradient(45deg, #F86CA7, #FF7F18 80%);
      color: #fff;
      border: 2px solid #F64A00
    }

    .ns-cta-mid:hover {
      background: linear-gradient(45deg, #e0568c, #cc3d00 80%);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 12px 36px rgba(246, 74, 0, .4)
    }

    .ns-cta-ent {
      background: transparent;
      color: rgba(26, 26, 46, .7);
      border: 2px solid rgba(26, 26, 46, .2)
    }

    .ns-cta-ent:hover {
      border-color: rgba(246, 74, 0, .35);
      color: #F64A00;
      background: rgba(246, 74, 0, .05);
      transform: translateY(-2px)
    }

    .ns-wa-hint {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 15px;
      color: #000;
      margin-top: 20px
    }

    .ns-wa-hint i {
      color: #25d366;
      font-size: 18px
    }


    .cat-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 20px;
      margin-top: 40px
    }

    .cat-header:first-child {
      margin-top: 0
    }

    .cat-icon-wrap {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem
    }

    .cat-icon-wrap.gold {
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .22);
      color: #F64A00
    }

    .cat-icon-wrap.teal {
      background: rgba(248, 108, 167, .12);
      border: 1px solid rgba(248, 108, 167, .28);
      color: #F86CA7
    }

    .cat-icon-wrap.green {
      background: rgba(255, 127, 24, .1);
      border: 1px solid rgba(255, 127, 24, .22);
      color: #FF7F18
    }

    .cat-title {
      font-size: 1.2rem;
      font-weight: 800;
      color: #1a1a2e
    }

    .cat-title span {
      display: block;
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin-top: 2px
    }

    .cat-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, rgba(246, 74, 0, .35), transparent)
    }

    .ind-card {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff !important;
      border: 1px solid rgba(26, 26, 46, .08) !important;
      border-radius: 12px;
      padding: 12px 14px;
      transition: all .3s;
      cursor: default;
      position: relative;
      height: 100%;
      overflow: hidden
    }

    .ind-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, #F86CA7, #FF7F18);
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform .3s
    }

    .ind-card:hover {
      border-color: rgba(246, 74, 0, .25) !important;
      background: rgba(246, 74, 0, .04) !important;
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(246, 74, 0, .1)
    }

    .ind-card:hover::before {
      transform: scaleY(1)
    }

    .ind-emoji {
      font-size: 1.5rem;
      flex-shrink: 0;
      line-height: 1
    }

    .ind-label {
      font-size: 18px;
      font-weight: 600;
      color: #000
    }


    .clients-marquee-wrap {
      overflow: hidden;
      position: relative;
      mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
      -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent)
    }

    .clients-track {
      display: flex;
      gap: 20px;
      animation: marqueeScroll 35s linear infinite;
      width: max-content
    }

    .clients-track:hover {
      animation-play-state: paused
    }

    .client-logo-card {
      flex-shrink: 0;
      width: 200px;
      height: 100px;
      background: #fff;
      border: 1px solid rgba(26, 26, 46, .1);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: all .3s;
      cursor: default;
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(26, 26, 46, .07);
    }



    .client-logo-card .logo-text img {}

    .clients-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(26, 26, 46, .04);
      border-radius: 16px;
      overflow: hidden;
      margin-top: 60px
    }

    .cstat {
      background: #fff;
      padding: 28px 20px;
      text-align: center
    }

    .cstat-val {
      margin-bottom: 10px;
      font-size: 40px;
      font-weight: 900;
      color: var(--gold);
      line-height: 1;
      display: block
    }

    .cstat-lbl {
      font-size: 18px;
      color: #000;
      margin-top: 16px;
      margin-bottom: 10px
    }


    .testi-card {
      background: #fff !important;
      border: 1px solid rgba(26, 26, 46, .1) !important;
      border-radius: 20px;
      padding: 32px 28px;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: all .38s;
      box-shadow: 0 4px 20px rgba(26, 26, 46, .06)
    }

    .testi-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(45deg, #F86CA7, #FF7F18);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .38s
    }

    .testi-card:hover {
      border-color: rgba(246, 74, 0, .25) !important;
      transform: translateY(-5px);
      box-shadow: 0 20px 50px rgba(246, 74, 0, .1)
    }

    .testi-card:hover::before {
      transform: scaleX(1)
    }

    .testi-quote-icon {
      font-size: 2.5rem;
      color: rgba(246, 74, 0, .22);
      line-height: 1;
      margin-bottom: 16px
    }

    .testi-text {
      font-size: 16px;
      color: #000;
      line-height: 1.85;
      margin-bottom: 22px
    }

    .testi-stars {
      display: flex;
      gap: 3px;
      margin-bottom: 16px
    }

    .testi-stars i {
      color: #fbbf24;
      font-size: .75rem
    }

    .testi-avatar {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: rgba(246, 74, 0, .1);
      border: 2px solid rgba(246, 74, 0, .28);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
      font-weight: 700;
      color: var(--gold-light)
    }

    .testi-name {
      font-weight: 700;
      font-size: .92rem;
      color: #1a1a2e;
      margin-bottom: 2px
    }

    .testi-role {
      font-size: .74rem;
      color: var(--gold-light);
      font-weight: 600
    }

    .testi-company {
      font-size: .7rem;
      color: #000;
      margin-top: 1px
    }

    .clients-say-testimonials {
      display: flex;
      justify-content: space-between;
      align-items: center
    }


    .blog-card {
      background: #fff !important;
      border: 1px solid rgba(26, 26, 46, .1) !important;
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: all .38s;
      box-shadow: 0 4px 20px rgba(26, 26, 46, .06)
    }

    .blog-card:hover {
      border-color: rgba(246, 74, 0, .25) !important;
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(246, 74, 0, .1)
    }

    .blog-img {
      height: 200px;
      position: relative;
      overflow: hidden
    }

    .blog-img-inner {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      transition: transform .4s;
      padding: 0;
      overflow: hidden
    }

    .blog-img-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    .blog-card:hover .blog-img-inner {
      transform: scale(1.08)
    }

    .blog-cat {
      position: absolute;
      top: 14px;
      left: 14px;
      background: linear-gradient(45deg, #F86CA7, #FF7F18 80%);
      color: #fff;
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 20px
    }

    .blog-body {
      padding: 20px 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
      background: #fff
    }

    .blog-date {
      font-size: 12px;
      color: #000;
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 10px
    }

    .blog-date i {
      color: var(--gold);
      font-size: .65rem
    }

    .blog-title {
      font-size: 20px;
      font-weight: 800;
      color: #1a1a2e;
      line-height: 1.4;
      margin-bottom: 10px
    }

    .blog-excerpt {
      font-size: 16px;
      color: #000;
      line-height: 1.75;
      margin-bottom: auto
    }

    .blog-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px;
      padding-top: 16px;
      border-top: 1px solid rgba(26, 26, 46, .08)
    }

    .blog-author {
      display: flex;
      align-items: center;
      gap: 8px
    }

    .blog-avatar {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .22);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .7rem;
      color: var(--gold-light);
      font-weight: 700
    }

    .blog-author-name {
      font-size: .73rem;
      color: #000;
      font-weight: 500
    }

    .blog-read-link {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: .75rem;
      font-weight: 700;
      color: #F64A00;
      text-decoration: none;
      transition: gap .25s
    }

    .blog-read-link:hover {
      gap: 9px;
      color: var(--gold-dark)
    }


    .ns-stats-bar,
    .stats-strip,
    .stats-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      border-top: 1px solid rgba(26, 26, 46, .1);
      padding-top: 28px;
      margin-top: 32px
    }

    .ns-stat-cell,
    .stat-cell {
      flex: 1;
      padding: 0 22px 0 0;
      position: relative;
      min-width: 90px
    }

    .ns-stat-cell:not(:last-child)::after,
    .stat-cell:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 11px;
      top: 50%;
      transform: translateY(-50%);
      height: 30px;
      width: 1px;
      background: rgba(26, 26, 46, .1)
    }

    .ns-stat-num,
    .stat-num {
      font-size: 1.8rem;
      font-weight: 900;
      color: #F64A00;
      line-height: 1;
      text-align: center;
      display: block
    }

    .ns-stat-lbl,
    .stat-label {
      font-size: 11px;
      margin-top: 4px;
      color: #000;
      font-weight: 700
    }


    .contact-section {
      position: relative;
      overflow: hidden;
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: linear-gradient(135deg, rgba(8, 6, 18, .88) 0%, rgba(18, 6, 6, .84) 40%, rgba(8, 8, 22, .9) 100%), url('https://www.gopunch.in/images/inner_images/home/banner.jpg') center/cover no-repeat scroll !important;
      padding: 50px 0 !important
    }

    .contact-section::after {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image: radial-gradient(circle, rgba(248, 108, 167, .06) 1px, transparent 1px), radial-gradient(circle, rgba(246, 74, 0, .04) 1px, transparent 1px);
      background-size: 48px 48px, 72px 72px;
      background-position: 0 0, 24px 24px;
      animation: contactDotDrift 20s linear infinite
    }

    .straight-answers {
      font-size: 18px;
    }

    .cs-grid {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(246, 74, 0, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 108, 167, .028) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: radial-gradient(ellipse at 40% 50%, black 20%, transparent 70%);
      -webkit-mask-image: radial-gradient(ellipse at 40% 50%, black 20%, transparent 70%);
      animation: gridDrift 22s linear infinite;
      opacity: .35
    }

    .cs-blob {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      filter: blur(90px);
      opacity: .45
    }

    .cs-blob-1 {
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(246, 74, 0, .16) 0%, transparent 70%);
      top: -120px;
      left: -80px
    }

    .cs-blob-2 {
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(248, 108, 167, .13) 0%, transparent 70%);
      bottom: -100px;
      right: -80px
    }

    .cs-blob-3 {
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(246, 74, 0, .08) 0%, transparent 70%);
      top: 40%;
      right: 35%
    }

    .cs-scan {
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(246, 74, 0, .28) 30%, rgba(255, 170, 96, .22) 65%, transparent);
      pointer-events: none;
      animation: csScan 12s ease-in-out infinite
    }

    .cs-orb {
      position: absolute;
      border-radius: 50%;
      pointer-events: none
    }

    .cs-orb-1 {
      width: 6px;
      height: 6px;
      background: var(--gold);
      top: 18%;
      left: 6%;
      animation: orbFloat 8s ease-in-out infinite;
      box-shadow: 0 0 12px rgba(246, 74, 0, .7)
    }

    .cs-orb-2 {
      width: 4px;
      height: 4px;
      background: var(--teal-light);
      top: 65%;
      right: 8%;
      animation: orbFloat 11s 2s ease-in-out infinite;
      box-shadow: 0 0 8px rgba(255, 170, 96, .6)
    }

    .cs-orb-3 {
      width: 3px;
      height: 3px;
      background: #fff;
      top: 80%;
      left: 18%;
      animation: orbFloat 7s 3.5s ease-in-out infinite
    }

    .cs-orb-4 {
      width: 5px;
      height: 5px;
      background: var(--gold-light);
      top: 35%;
      right: 28%;
      animation: orbFloat 9s 1s ease-in-out infinite;
      box-shadow: 0 0 10px rgba(232, 168, 74, .6)
    }

    .cs-brk {
      position: absolute;
      width: 44px;
      height: 44px;
      pointer-events: none;
      animation: brkPulse 4s ease-in-out infinite
    }

    .cs-brk-tl {
      top: 24px;
      left: 24px;
      border-top: 2px solid rgba(246, 74, 0, .22);
      border-left: 2px solid rgba(246, 74, 0, .22)
    }

    .cs-brk-br {
      bottom: 24px;
      right: 24px;
      border-bottom: 2px solid rgba(255, 170, 96, .18);
      border-right: 2px solid rgba(255, 170, 96, .18);
      animation-delay: .9s
    }


    .contact-section .hero-greeting {
      color: #FF7F18 !important;
      background: rgba(246, 74, 0, .15) !important;
      border-color: rgba(246, 74, 0, .4) !important
    }

    .contact-section .hero-h1 {
      color: #fff !important
    }

    .contact-section .hero-h1 em {
      color: #F64A00 !important
    }

    .contact-section .hero-sub {
      color: #fff !important
    }

    .contact-section .hero-sub strong {
      color: rgba(255, 255, 255, .92) !important
    }

    .contact-section .services-label {
      color: #fff !important
    }

    .contact-section .hs-val {
      color: #FF7F18 !important
    }

    .contact-section .hs-lbl {
      color: #fff !important
    }

    .contact-section .hs-item:not(:last-child)::after {
      background: rgba(255, 255, 255, .15) !important
    }

    .contact-section .trust-badge i {
      color: #FF7F18 !important
    }

    .contact-section .form-card {
      background: rgb(20, 14, 14) !important;
      border: 1px solid rgba(255, 255, 255, .18) !important;
      box-shadow: 0 32px 80px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .12) !important;
      backdrop-filter: blur(24px) !important;
      -webkit-backdrop-filter: blur(24px) !important
    }

    .contact-section .form-title {
      color: #fff !important
    }

    .contact-section .form-sub {
      color: #fff !important
    }

    .contact-section .fi-input,
    .contact-section .fi-select,
    .contact-section .fi-textarea {
      background: rgba(255, 255, 255, .09) !important;
      border-color: rgba(255, 255, 255, .2) !important;
      color: #fff !important;
      border-radius: 12px;
      padding: 14px 16px 14px 44px;
      height: 52px;
    }

    .contact-section .fi-input::placeholder,
    .contact-section .fi-textarea::placeholder {
      color: rgba(255, 255, 255, .38) !important
    }

    .contact-section .fi-input:focus,
    .contact-section .fi-select:focus,
    .contact-section .fi-textarea:focus {
      background: rgba(246, 74, 0, .12) !important;
      border-color: rgba(246, 74, 0, .55) !important;
      box-shadow: 0 0 0 3px rgba(246, 74, 0, .15) !important
    }

    .contact-section .fi-select option {
      background: #1a1a2e !important;
      color: #fff !important
    }

    .contact-section .privacy-note {
      color: rgba(255, 255, 255, .35) !important
    }

    .contact-section .privacy-note i {
      color: #FF7F18 !important
    }

    .contact-section .wa-alt-btn {
      color: rgba(255, 255, 255, .72) !important;
      border-color: rgba(255, 255, 255, .2) !important
    }

    .contact-section .wa-alt-btn:hover {
      color: #4ade80 !important;
      border-color: rgba(37, 211, 102, .4) !important;
      background: rgba(37, 211, 102, .08) !important
    }


    .hero-greeting {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .3);
      color: var(--gold-light);
      font-size: 14px;
      font-weight: 700;
      /* letter-spacing: 2.5px;
      text-transform: uppercase; */
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 24px;
      position: relative;
      overflow: hidden;
      animation: fadeUp .8s ease both
    }

    .hero-h1 {
      font-size: clamp(1.6rem, 4.8vw, 3.2rem);
      font-weight: 750 !important;
      line-height: 56px;
      /* letter-spacing: -1.5px; */
      margin-bottom: 14px;
      animation: fadeUp .9s .1s ease both;
      color: #1a1a2e
    }

    .hero-h1 em {
      font-style: normal;
      color: var(--red)
    }

    .hero-content {
      position: relative;
      z-index: 5
    }

    .hero-sub {
      font-size: 1rem;
      color: #000;
      line-height: 1.8;
      margin-bottom: 16px;
      animation: fadeUp 1s .25s ease both
    }

    .hero-sub strong {
      color: rgba(26, 26, 46, .85);
      font-weight: 600
    }

    .services-label {
      font-size: .72rem;
      color: #000;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 14px;
      animation: fadeUp 1s .35s ease both
    }

    .svc-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      animation: fadeUp 1s .42s ease both;
      margin-bottom: 16px
    }

    .svc-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 18px;
      border-radius: 50px;
      font-size: .8rem;
      font-weight: 600;
      cursor: default;
      transition: all .3s;
      border: 1px solid
    }

    .svc-tag-1 {
      background: rgba(246, 74, 0, .18);
      border-color: rgba(246, 74, 0, .4);
      color: var(--gold-light)
    }

    .svc-tag-2 {
      background: rgba(248, 108, 167, .18);
      border-color: rgba(248, 108, 167, .4);
      color: var(--teal-light)
    }

    .svc-tag-3 {
      background: rgba(167, 139, 250, .15);
      border-color: rgba(167, 139, 250, .35);
      color: #a78bfa
    }

    .svc-tag-4 {
      background: rgba(74, 222, 128, .12);
      border-color: rgba(74, 222, 128, .3);
      color: #4ade80
    }

    .svc-tag-5 {
      background: rgba(244, 114, 182, .12);
      border-color: rgba(244, 114, 182, .3);
      color: #f472b6
    }

    .svc-tag-6 {
      background: rgba(246, 74, 0, .12);
      border-color: rgba(246, 74, 0, .3);
      color: var(--gold-light)
    }

    .svc-tag:hover {
      transform: translateY(-2px);
      filter: brightness(1.15);
      box-shadow: 0 6px 20px rgba(0, 0, 0, .2)
    }

    .hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      animation: fadeUp 1s .52s ease both
    }

    .hs-item {
      padding: 14px 24px 14px 0;
      position: relative
    }

    .hs-item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 12px;
      top: 42%;
      transform: translateY(-50%);
      height: 30px;
      width: 1px;
      background: rgba(26, 26, 46, .1)
    }

    .hs-val {
      font-size: 1.9rem;
      font-weight: 900;
      color: var(--gold);
      line-height: 1;
      display: block
    }

    .hs-lbl {
      font-size: 10px;
      color: #000;
      margin-top: 4px
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      animation: fadeUp 1s .6s ease both;
      margin-top: 10px
    }

    .trust-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: .75rem;
      color: #fff
    }

    .trust-badge i {
      color: var(--gold-light);
      font-size: .8rem
    }


    .form-wrap {
      position: relative;
      z-index: 5;
      animation: fadeUp 1s .15s ease both
    }

    .form-glow {
      position: absolute;
      inset: -40px;
      z-index: 0;
      background: radial-gradient(ellipse at 50% 50%, rgba(246, 74, 0, .12) 0%, transparent 70%);
      border-radius: 50%;
      animation: glowPulse 5s ease-in-out infinite
    }

    .form-card {
      background: #fff;
      border: 1px solid rgba(26, 26, 46, .1);
      border-radius: 24px;
      padding: 40px 36px;
      backdrop-filter: blur(20px);
      position: relative;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(26, 26, 46, .12)
    }

    .form-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #F86CA7, #FF7F18, #F64A00);
      background-size: 200%;
      animation: topShim 3s linear infinite
    }

    .form-title {
      font-size:20px;
      font-weight: 900;
      color: #1a1a2e;
      margin-bottom: 6px;
      text-align: center
    }

    .form-sub {
      font-size: 16px;
      color: #000;
      text-align: center;
      margin-bottom: 20px;

    }

    .fi-wrap {
      position: relative;
      margin-bottom: 16px
    }

    .fi-icon {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(246, 74, 0, .5);
      font-size: .85rem;
      pointer-events: none;
      transition: color .3s
    }

    .fi-wrap:focus-within .fi-icon {
      color: var(--gold-light)
    }

    .fi-input,
    .fi-select {
      width: 100%;
      background: #f8f9ff;
      border: 1px solid rgba(26, 26, 46, .12);
      border-radius: 12px;
      color: #1a1a2e;
      font-size: .88rem;
      font-weight: 500;
      transition: all .3s;
      outline: none;
      padding: 14px 16px 14px 44px;
      height: 52px
    }

    .fi-textarea {
      width: 100%;
      background: #f8f9ff;
      border: 1px solid rgba(26, 26, 46, .12);
      border-radius: 12px;
      color: #1a1a2e;
      font-size: .88rem;
      font-weight: 500;
      transition: all .3s;
      outline: none;
      padding: 14px 16px 14px 44px;
      height: 110px;
      resize: none
    }

    .fi-select {
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer
    }

    .fi-select option {
      background: #f8f9ff;
      color: #1a1a2e
    }

    .fi-input::placeholder,
    .fi-textarea::placeholder {
      color: rgba(26, 26, 46, .35)
    }

    .fi-input:focus,
    .fi-select:focus,
    .fi-textarea:focus {
      border-color: rgba(246, 74, 0, .45);
      background: #fff;
      box-shadow: 0 0 0 3px rgba(246, 74, 0, .1)
    }

    .fi-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px
    }

    .fi-select-wrap {
      position: relative
    }

    .fi-select-arrow {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(246, 74, 0, .5);
      font-size: .75rem;
      pointer-events: none
    }

    .submit-btn {
      width: 100%;
      padding: 16px;
      background: linear-gradient(45deg, rgb(248, 108, 167), #FF7F18 80%);
      color: #fff;
      border: none;
      border-radius: 12px;
      font-size: .92rem;
      font-weight: 700;
      cursor: pointer;
      transition: all .3s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 4px
    }

    .submit-btn:hover {
      background: linear-gradient(45deg, #e0568c, #cc3d00 80%);
      transform: translateY(-2px);
      box-shadow: 0 14px 36px rgba(246, 74, 0, .45)
    }

    .submit-btn .btn-icon {
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, .18);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .8rem;
      transition: transform .3s
    }

    .submit-btn:hover .btn-icon {
      transform: translateX(4px)
    }

    .wa-alt-btn {
      width: 100%;
      padding: 13px;
      background: transparent;
      color: #000;
      border: 1px solid rgba(26, 26, 46, .15);
      border-radius: 12px;
      font-size: .85rem;
      font-weight: 600;
      cursor: pointer;
      transition: all .3s;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-decoration: none
    }

    .wa-alt-btn:hover {
      border-color: rgba(37, 211, 102, .4);
      color: #4ade80;
      background: rgba(37, 211, 102, .06)
    }

    .wa-alt-btn i {
      color: #25d366
    }

    .privacy-note {
      font-size: .68rem;
      color: #000;
      text-align: center;
      margin-top: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px
    }

    .privacy-note i {
      color: #F64A00;
      font-size: .7rem
    }

    .success-flash {
      display: none;
      align-items: center;
      gap: 10px;
      padding: 14px 18px;
      background: rgba(246, 74, 0, .08);
      border: 1px solid rgba(246, 74, 0, .2);
      border-radius: 12px;
      margin-bottom: 16px
    }

    .success-flash.show {
      display: flex;
      animation: fadeUp .4s ease
    }

    .success-flash i {
      color: #4ade80;
      font-size: 1rem
    }

    .success-flash span {
      font-size: .85rem;
      color: rgba(255, 255, 255, .8)
    }


    .taking-businesses {
      padding: 60px 0;
      position: relative
    }

    .taking-businesses-inner h5 {
      font-size: 22px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 0
    }

    .taking-businesses-inner p,
    .taking-businesses p {
      font-size: 16px;
      color: #000;
      line-height: 1.75;
      margin: 0
    }

    .img-cluster,
    .img-wrap {
      position: relative;
      overflow: visible
    }

    .img-glow {
      position: absolute;
      inset: -50px;
      z-index: 0;
      background: radial-gradient(ellipse at 50% 50%, rgba(246, 74, 0, .12) 0%, transparent 70%);
      border-radius: 50%;
      animation: haloPulse 5s ease-in-out infinite;
      pointer-events: none
    }

    .img-main-wrap {
      border-radius: 20px;
      overflow: visible;
      position: relative;
      z-index: 2
    }

    .img-main-wrap::before {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: 22px;
      background: linear-gradient(135deg, #F86CA7 0%, transparent 50%, #FF7F18 100%);
      z-index: -1
    }

    .img-main-wrap img {
      width: 100%;
      border-radius: 20px;
      display: block;
      object-fit: cover;
      height: 420px;
      box-shadow: 0 16px 48px rgba(26, 26, 46, .12)
    }

    .img-overlay {
      position: absolute;
      bottom: -20px;
      right: -20px;
      z-index: 4;
      width: 52%;
      border-radius: 14px;
      overflow: hidden;
      border: 3px solid rgba(255, 255, 255, .95);
      animation: badgeFloat2 7s 1.5s ease-in-out infinite
    }

    .img-overlay img {
      width: 100%;
      display: block;
      object-fit: cover;
      height: 155px
    }

    .img-stat {
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 5;
      background: rgba(255, 255, 255, .97);
      border: 1px solid rgba(246, 74, 0, .25);
      border-radius: 14px;
      padding: 14px 18px;
      backdrop-filter: blur(16px);
      display: flex;
      align-items: center;
      gap: 12px;
      animation: badgeFloat1 8s ease-in-out infinite;
      min-width: 185px;
      box-shadow: 0 8px 24px rgba(26, 26, 46, .1)
    }

    .stat-icon-wrap {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(74, 222, 128, .14);
      border: 1px solid rgba(74, 222, 128, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4ade80;
      font-size: .9rem;
      flex-shrink: 0
    }

    .stat-card-val {
      font-size: 1.2rem;
      font-weight: 900;
      color: #1a1a2e;
      line-height: 1
    }

    .stat-card-lbl {
      font-size: .63rem;
      color: #000;
      margin-top: 2px
    }

    .img-live {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5;
      background: rgba(255, 255, 255, .95);
      border: 1px solid rgba(26, 26, 46, .12);
      border-radius: 50px;
      padding: 7px 16px;
      backdrop-filter: blur(12px);
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap
    }

    .live-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      animation: livePulse 1.8s ease-in-out infinite;
      box-shadow: 0 0 8px rgba(74, 222, 128, .5)
    }

    .live-text {
      font-size: .68rem;
      color: rgba(26, 26, 46, .65)
    }

    .live-text strong {
      color: #4ade80;
      font-weight: 700
    }

    .img-main {
      width: 100%;
      border-radius: 22px;
      overflow: hidden;
      position: relative;
      z-index: 2
    }

    .img-main::before {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: 24px;
      background: linear-gradient(135deg, #F86CA7 0%, transparent 50%, #FF7F18 100%);
      z-index: -1
    }

    .img-main img {
      width: 100%;
      border-radius: 22px;
      display: block;
      /* object-fit: cover;
      height: 440px; */
      box-shadow: 0 16px 48px rgba(26, 26, 46, .12)
    }

    .taking-businesses-inner h4 {
      font-size: 20px
    }


    .ns-live-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      animation: livePulse 1.8s ease-in-out infinite;
      box-shadow: 0 0 8px rgba(74, 222, 128, .5)
    }

    .ns-live-text {
      font-size: .68rem;
      color: rgba(26, 26, 46, .65)
    }

    .ns-live-text strong {
      color: #4ade80;
      font-weight: 700
    }

    .ns-img-wrap {
      position: relative
    }

    .ns-img-halo {
      position: absolute;
      inset: -50px;
      z-index: 0;
      background: radial-gradient(ellipse at 50% 50%, rgba(246, 74, 0, .12) 0%, transparent 70%);
      border-radius: 50%;
      animation: haloPulse 5s ease-in-out infinite
    }

    .ns-img-frame {
      border-radius: 22px;
      overflow: visible;
      position: relative;
      z-index: 2
    }

    .ns-img-frame::before {
      content: '';
      position: absolute;
      inset: -2px;
      border-radius: 24px;
      background: linear-gradient(135deg, #F86CA7 0%, transparent 50%, #FF7F18 100%);
      z-index: -1
    }

    .ns-img-frame img {
      width: 100%;
      border-radius: 22px;
      display: block;
      object-fit: cover;
      height: 440px
    }

    .ns-img-badge-tl {
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 5;
      background: rgba(255, 255, 255, .97);
      border: 1px solid rgba(246, 74, 0, .2);
      border-radius: 14px;
      padding: 14px 18px;
      backdrop-filter: blur(16px);
      display: flex;
      align-items: center;
      gap: 12px;
      animation: badgeFloat1 8s ease-in-out infinite;
      min-width: 185px;
      box-shadow: 0 4px 20px rgba(26, 26, 46, .1)
    }

    .ns-img-badge-br {
      position: absolute;
      bottom: -18px;
      right: -18px;
      z-index: 5;
      background: rgba(255, 255, 255, .97);
      border: 1px solid rgba(248, 108, 167, .2);
      border-radius: 14px;
      padding: 13px 17px;
      backdrop-filter: blur(16px);
      display: flex;
      align-items: center;
      gap: 12px;
      animation: badgeFloat2 7s 1.5s ease-in-out infinite;
      min-width: 180px;
      box-shadow: 0 4px 20px rgba(26, 26, 46, .1)
    }

    .ns-img-live {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5;
      background: rgba(255, 255, 255, .95);
      border: 1px solid rgba(26, 26, 46, .12);
      border-radius: 50px;
      padding: 7px 16px;
      backdrop-filter: blur(12px);
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap
    }

    .ns-badge-icon-gold {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #F64A00;
      font-size: .9rem;
      flex-shrink: 0
    }

    .ns-badge-icon-teal {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(248, 108, 167, .12);
      border: 1px solid rgba(248, 108, 167, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffaa60;
      font-size: .9rem;
      flex-shrink: 0
    }

    .ns-badge-icon-green {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(74, 222, 128, .12);
      border: 1px solid rgba(74, 222, 128, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4ade80;
      font-size: 1rem;
      flex-shrink: 0
    }

    .ns-badge-val {
      font-size: 1.2rem;
      font-weight: 900;
      color: #1a1a2e;
      line-height: 1
    }

    .ns-badge-sub {
      font-size: 12px;
      color: #000;
      margin-top: 2px;
      font-weight: 600
    }

    .ns-micro-card {
      position: absolute;
      background: rgba(255, 255, 255, .97);
      border: 1px solid rgba(26, 26, 46, .12);
      border-radius: 12px;
      padding: 10px 14px;
      backdrop-filter: blur(16px);
      display: flex;
      align-items: center;
      gap: 10px;
      z-index: 6;
      white-space: nowrap;
      pointer-events: none
    }

    .ns-micro-card-1 {
      top: 8%;
      right: -3%;
      animation: badgeFloat1 7s ease-in-out infinite
    }

    .read-more-btn span {
      margin-left: 8px;
      transition: 0.3s ease;
    }

    .read-more-btn:hover span {
      transform: translateX(4px);
    }

    .read-more-btn {
      font-size: 16px;
      color: #f64a00;
    }


    .scale-section,
    .sales-section,
    .tr-section,
    .msme-section,
    .pricing-section,
    .gp-section,
    .testi-section,
    .blog-section {
      position: relative;
      overflow: hidden;
      padding: 60px 0
    }

    .scale-section {
      background: #fff !important
    }

    .sales-section {
      background: #fff !important
    }

    .tr-section {
      background: #f5f7fc !important
    }

    .msme-section {
      background: #fff !important
    }

    .pricing-section {
      background: #f8f9ff !important
    }

    .gp-section {
      background: #fff !important
    }

    .testi-section {
      background: #fff !important
    }

    .blog-section {
      background: #f5f7fc !important
    }

    .clients-section {
      background: #f5f7fc !important;
      padding: 60px 0;
      position: relative;
      overflow: hidden
    }

    .scale-section::before,
    .sales-section::before,
    .tr-section::before,
    .msme-section::before,
    .pricing-section::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image: radial-gradient(circle, rgba(246, 74, 0, .08) 1px, transparent 1px);
      background-size: 36px 36px;
      opacity: .6
    }

    .gp-section::before,
    .testi-section::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background-image: linear-gradient(45deg, rgba(246, 74, 0, .05) 1px, transparent 1px), linear-gradient(-45deg, rgba(246, 74, 0, .05) 1px, transparent 1px);
      background-size: 60px 60px;
      opacity: .7
    }


    .page-main-title .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(246, 74, 0, .1);
      border: 1px solid rgba(246, 74, 0, .3);
      color: #F64A00;
      font-size: 14px;
      font-weight: 700;
      /* letter-spacing: 2.5px;
      text-transform: uppercase; */
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 14px
    }

    .end-to-end {
      font-size: 18px;
      font-weight: 600;
      text-align: center
    }

    ::-webkit-scrollbar {
      width: 5px
    }

    ::-webkit-scrollbar-track {
      background: #f5f7fc
    }

    ::-webkit-scrollbar-thumb {
      background: linear-gradient(#F86CA7, #FF7F18);
      border-radius: 3px
    }


    .rv {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .6s ease, transform .6s ease
    }

    .rv.in {
      opacity: 1;
      transform: translateY(0)
    }

    .rv.d1 {
      transition-delay: .05s
    }

    .rv.d2 {
      transition-delay: .12s;
      font-size: 18px
    }

    .rv.d3 {
      transition-delay: .19s
    }

    .rv.d4 {
      transition-delay: .26s
    }

    .rv.d5 {
      transition-delay: .33s
    }

    #methodology,
    #methodology.sec-blue,
    #methodology .container,
    #methodology .row {
      overflow: visible !important;
      overflow-x: visible !important;
      overflow-y: visible !important;
    }

    .faq-a.open ul li {
      list-style: disc
    }

    .faq-a.open ul {
      padding-left: 20px;
    }

    @media (max-width:991.98px) {

      .ns-img-badge-tl,
      .ns-img-badge-br,
      .ns-micro-card-1 {
        display: none !important
      }

      .img-overlay {
        display: none
      }

      .img-stat {
        left: 8px !important;
        top: 8px !important
      }

      .img-main img,
      .img-main-wrap img,
      .ns-img-frame img {
        height: 300px
      }

      .contact-section {
        min-height: auto !important;
        padding: 60px 24px !important;
        background-attachment: scroll !important
      }

      .form-card {
        padding: 28px 22px;
        margin-top: 32px
      }

      .form-glow {
        display: none
      }

      .fi-row {
        grid-template-columns: 1fr
      }

      .founder-img {
        min-height: auto;
        border-right: none !important;
        border-bottom: 1px solid rgba(246, 74, 0, .12)
      }

      .founder-body {
        padding: 28px 24px
      }

      .tl-item:hover .tl-body {
        transform: none
      }
    }

    @media (max-width:767.98px) {
      .hero-h1 {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        letter-spacing: -.5px;
        line-height: 40px;

      }

      .ns-headline,
      .gp-headline,
      .section-headline {
        font-size: clamp(1.5rem, 6vw, 2rem)
      }

      .ns-banner-main {
        font-size: 1.2rem
      }

      .svc-tags {
        gap: 8px
      }

      .svc-tag {
        font-size: .74rem;
        padding: 7px 14px
      }

      .hs-item {
        padding: 10px 18px 10px 0
      }

      .hs-val {
        font-size: 1.5rem
      }

      .trust-row {
        gap: 8px
      }

      .contact-section {
        padding: 48px 16px !important
      }

      /* .img-main img,
      .img-main-wrap img,
      .ns-img-frame img {
        height: 240px
      } */

      .taking-businesses {
        padding: 40px 0
      }

      .ns-svc-grid {
        grid-template-columns: 1fr
      }

      .ns-bottom-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 16px
      }

      .ns-guarantee {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 14px;
        margin-top: 32px
      }

      .ns-gs-item {
        width: 100%
      }

      .clients-stats {
        grid-template-columns: repeat(2, 1fr)
      }

      .scale-section,
      .sales-section,
      .tr-section,
      .msme-section,
      .pricing-section,
      .gp-section,
      .testi-section,
      .blog-section,
      .clients-section {
        padding: 44px 0
      }

      .founder-img {
        padding: 32px 20px
      }

      .founder-body {
        padding: 24px 18px
      }

      .f-table td:first-child {
        white-space: normal;
        min-width: 100px
      }

      .tl-item {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 28px
      }

      .tl-item::before {
        display: none
      }

      .tl-dot {
        width: 56px;
        height: 56px
      }

      .tl-body {
        padding: 16px 18px
      }

      .tl-body h4 {
        font-size: 1rem
      }

      .tl-body p {
        font-size: .9rem
      }

      .ns-stats-bar,
      .stats-strip,
      .stats-bar {
        flex-wrap: wrap
      }

      .ns-stat-cell,
      .stat-cell {
        flex: 0 0 50%;
        padding: 0 8px 16px 0
      }

      .ns-stat-cell:not(:last-child)::after,
      .stat-cell:not(:last-child)::after {
        display: none
      }

      .ns-tier-strip {
        flex-direction: column;
        align-items: center
      }

      .ns-tier-pill {
        width: 100%;
        justify-content: center
      }

      .ns-sector-chip {
        font-size: 14px;
        padding: 7px 14px
      }

      .msme-section .d-flex.gap-3>.ns-btn-gold,
      .d-flex.gap-3>.ns-btn-ghost,
      .d-flex.gap-3>.btn-r,
      .d-flex.gap-3>.btn-outline-r,
      .d-flex.gap-3>.btn-b {
        width: 80%;
      }

      .msme-section .ns-btn-ghost {
        width: 80% !important;
      }

      .msme-section .d-flex.flex-wrap.gap-3 {
        margin: auto;
      }

      .ns-bstat-lbl {
        font-size: 14px;

      }
    }

    @media (max-width:575.98px) {
      p {
        font-size: 16px !important;
      }

      .ind-label {
        font-size: 16px;
        font-weight: 600;
        color: #000;
      }

      .hero-h1 {
        font-size: clamp(1.4rem, 7vw, 1.9rem)
      }

      .gp-eyebrow {
        font-size: 10px;
      }

      .cat-header {
        margin-top: 10px;
      }

      .ns-headline,
      .gp-headline,
      .section-headline {
        font-size: 1.45rem;
        line-height: 31px;
      }

      .High-Octane-Marketing .ns-btn-gold,
      .ns-btn-ghost {
        display: none !important;
      }

      .col-lg-12.col-md-12.col-sm-12.m-auto.text-center.mb-5 {
        margin-bottom: 4px !important;
      }

      .ns-feat-title {
        font-size: 18px;
        margin-bottom: 0px;
        color: #1a1a2e;
      }

      .taking-businesses-inner h5 {
        font-size: 18px;
        line-height: 26px;

      }

      .taking-businesses .ns-btn-gold {
        display: none;
      }

      .ns-svc-grid {
        margin-top: 10px;
      }

      .tr-section .ns-btn-gold {
        width: 80% !important;
      }

      .msme-section .ns-btn-gold {
        width: 100% !important;
      }

      .text-center.mt-5.rv.d4.in {
        margin-top: 22px !important;
      }

      .ns-card-plan {
        font-size: 18px;
      }

      .ns-card-type {
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 4px;
      }

      .contact-section {
        padding: 40px 12px !important
      }

      .form-card {
        padding: 22px 14px
      }

      .fi-input,
      .fi-select {
        height: 48px
      }

      .clients-stats {
        grid-template-columns: 1fr 1fr
      }

      .ns-sector-chip {
        font-size: 13px;
        padding: 6px 12px
      }

      .svc-tag {
        font-size: .7rem;
        padding: 6px 12px
      }

      .ns-bstat-val {
        font-size: 24px;

      }

      .trust-row {
        flex-direction: row;
        gap: 11px;
      }

      .ns-banner-stats {
        gap: 8px;
      }

      .submit-btn .btn-icon {
        display: none;
      }

      .scale-section,
      .sales-section,
      .tr-section,
      .msme-section,
      .pricing-section,
      .gp-section,
      .testi-section,
      .blog-section,
      .clients-section {
        padding: 26px 0;
      }

      .sec-title {
        font-size: 22px;

      }

      .sec-title {
        font-size: 22px !important;
      }

      .d-flex.gap-3>.ns-btn-gold,
      .d-flex.gap-3>.ns-btn-ghost,
      .d-flex.gap-3>.btn-r,
      .d-flex.gap-3>.btn-outline-r,
      .d-flex.gap-3>.btn-b {
        width: 47%;
        justify-content: center;
        font-size: 14px;
        padding: 10px 10px;
      }

      .d-flex.gap-3>.ns-btn-gold,
      .d-flex.gap-3>.ns-btn-ghost,
      .d-flex.gap-3>.btn-r,
      .d-flex.gap-3>.btn-outline-r,
      .d-flex.gap-3>.btn-b {
        width: 47%;
        justify-content: center;
        font-size: 12px;
        padding: 10px 10px;
      }

      .hero-greeting {
        font-size: 8px;
      }

      .founder-img h2 {
        font-size: 23px !important;
        margin-bottom: 0px !important;
      }

      .sec-blue {
        padding: 30px 0 !important;
      }

      .hero-greeting {
        margin-bottom: 14px;
      }

      .btn-icon i {
        display: none;
      }

      .btn-outline-r i {
        display: none;
      }
    }




    /* MOBILE RESPONSIVE / OVERFLOW FIXES */
    html,
    body {
      max-width: 100%;
      /* `hidden` creates a scroll container and can break position: sticky. */
      overflow-x: clip;
    }

    body {
      position: relative;
    }

    img,
    svg,
    video {
      max-width: 100%;
    }

    section,
    .contact-section,
    .scale-section,
    .sales-section,
    .tr-section,
    .msme-section,
    .pricing-section,
    .gp-section,
    .testi-section,
    .blog-section,
    .clients-section,
    .sec-white,
    .sec-blue {
      max-width: 100%;
      overflow-x: clip;
    }

    /* .container,
    .container-fluid {
      max-width: 100%;
    }

    .row > * {
      min-width: 0;
    } */

    .wb1,
    .wb2,
    .wb3,
    .ns-blob,
    .gp-blob,
    .cs-blob,
    .img-glow,
    .ns-img-halo,
    .form-glow {
      max-width: 100vw;
      pointer-events: none;
    }

    .ns-sector-chip,
    .svc-tag,
    .trust-badge,
    .ind-label,
    .blog-title,
    .ns-pillar-title,
    .ns-feat-title,
    .ns-card-plan,
    .faq-q,
    .btn-r,
    .btn-b,
    .btn-outline-r,
    .ns-btn-gold,
    .ns-btn-ghost {
      overflow-wrap: anywhere;
    }

    .clients-marquee-wrap,
    .clients-track,
    .clients-stats,
    .f-table,
    .founder-wrap,
    .form-card,
    .ns-bottom-banner,
    .ns-guarantee {
      max-width: 100%;
    }

    .ns-card-badge {
      position: absolute;
    }

    @media (max-width: 991.98px) {
      .contact-section .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
      }

      .hero-content,
      .form-wrap,
      .founder-wrap,
      .tl-wrap,
      .ns-bottom-banner,
      .ns-guarantee,
      .clients-say-testimonials {
        width: 100%;
        max-width: 100%;
      }

      .clients-say-testimonials {
        flex-direction: row;
        align-items: flex-start;
        gap: 0px;
      }

      .cstat-val {
        font-size: 26px;
        margin-bottom: 6px;

      }

      .cstat {
        background: #fff;
        padding: 21px 14px;
        text-align: center;
      }

      .cstat-lbl {
        font-size: 16px;
      }

      .ns-sector-chip {
        white-space: normal;
      }

      .f-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      .ns-micro-card,
      .img-stat,
      .img-overlay,
      .ns-img-badge-tl,
      .ns-img-badge-br {
        max-width: calc(100vw - 32px);
      }
    }

    @media (max-width: 767.98px) {

      .contact-section .row,
      section .row {
        margin-left: 0;
        margin-right: 0;
      }

      /* .contact-section .row>*,
      section .row>* {
        padding-left: 0;
        padding-right: 0;
      } */

      .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
      }

      .hs-item {
        padding: 10px 6px;
        text-align: center;
      }

      .hs-item:not(:last-child)::after {
        display: none;
      }

      .trust-badge,
      .svc-tag {
        max-width: 100%;
      }

      .form-sub {
        font-size: 16px;
      }

      .client-logo-card {
        width: 160px;
        height: 82px;
      }

      .row.justify-content-center.text-center.mb-4 {
        margin-bottom: 10px !important;
      }
    }

    @media (max-width: 575.98px) {
      .contact-section .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .hero-stats {
        /* grid-template-columns: 1fr; */
        gap: 4px;
      }

      .hs-val {
        font-size: 18px;
      }

      .hs-item {
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 12px;
      }

      .form-card,
      .founder-body,
      .tl-body,
      .ns-pillar-card,
      .ns-feat-card,
      .testi-card,
      .blog-body,
      .ns-price-card {
        padding-left: 16px;
        padding-right: 16px;
      }

      .faq-q {
        padding: 16px;
      }

      .ns-stat-lbl,
      .stat-label {
        font-size: 14px;
        margin-top: 4px;
        font-weight: 600;
        text-align: center;
      }

      .ns-eyebrow {
        font-size: 12px !important;
        letter-spacing: unset !important;
        text-transform: unset !important;
        padding: 5px 10px;
        margin-bottom: 8px;
      }

      .page-main-title .eyebrow {
        font-size: 12px !important;
        letter-spacing: unset !important;
        text-transform: unset !important;
        padding: 5px 10px;
        margin-bottom: 8px;
      }

      .sec-white .eyebrow-red {
        font-size: 12px !important;
        letter-spacing: unset !important;
        text-transform: unset !important;
        padding: 5px 10px;
        margin-bottom: 8px;
      }

      .hero-greeting {
        font-size: 12px !important;
        letter-spacing: unset !important;
        text-transform: unset !important;
        padding: 5px 10px;

      }

      .eyebrow-blue {
        font-size: 12px !important;
        letter-spacing: unset !important;
        text-transform: unset !important;
        padding: 5px 10px;
        margin-bottom: 8px;
      }

      .founder-body .btn-r {
        display: none;
      }

      .sec-blue .btn-b {
        display: none;
      }

      .cat-title {
        font-size: 18px;
      }

      .row.mb-4 {
        margin-bottom: 10px !important;
      }

      .founder-body .btn-outline-r {
        display: none;
      }

      .sec-white {
        padding: 26px 0 !important;
      }

      .faq-a.open {
        padding: 16px;
      }

      .rv {
        /* margin-top: 10px; */
      }

      .surface-soft .col-12.col-lg-6.rv.d2.in {
        margin-top: 10px;
      }

      .ns-pillar-title {
        font-size: 18px;
      }

      .clients-track {
        gap: 12px;
      }

      .wa-float {
        right: 14px;
        bottom: 16px;
        width: 50px;
        height: 50px;
      }
    }


    /* Keep the methodology copy visible while the four phases scroll.
       The column supplies the section-height boundary; its child is sticky. */
    #methodology {
      position: relative !important;
      overflow: visible !important;

    }

    #methodology,
    #methodology.sec-blue,
    #methodology .container,
    #methodology .row,
    #methodology .tl-wrap {
      overflow: visible !important;
      overflow-x: visible !important;
      overflow-y: visible !important;
    }
    #methodology .methodology-sticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 96px;
        align-self: flex-start;
        height: fit-content;
        z-index: 5;
      }
    @media (min-width: 992px) {

      #methodology .methodology-pin-row {
        align-items: flex-start !important;
      }

      #methodology .methodology-sticky-column {
        align-self: stretch;
        position: relative;
      }

   

      #faq .faq-sticky-title {
        position: -webkit-sticky;
        position: sticky;
        top: 96px;
        align-self: flex-start;
        height: fit-content;
        z-index: 5;
      }
    }

    @media (max-width: 991.98px) {

      #methodology .methodology-sticky,
      #methodology .methodology-fixed-inner,
      #faq .faq-sticky-title {
        position: static;
      }
    }
