/* ============================================
   TRADERS SOLUTION — Premium Enhancement Layer
   ============================================ */
:root {
  --clr-primary: #FDCC29;
  --clr-accent: #7c3aed;
  --clr-highlight: #38bdf8;
  --shadow-glow: 0 0 24px rgba(253, 204, 41, 0.3);
  --shadow-lift: 0 12px 36px rgba(0, 0, 0, 0.14);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --radius-md: 10px;
  --radius-full: 9999px;
}

html {
  scroll-behavior: smooth;
}

/* ══════════════════════════════════════════
   ANIMATED FLOWING BACKGROUND — all pages
   ══════════════════════════════════════════ */
#enh-bg-gradient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-color: #ffffff;
  background-image:
    radial-gradient(at 0% 0%, rgba(253, 204, 41, 0.12) 0, transparent 50%),
    radial-gradient(at 50% 0%, rgba(124, 58, 237, 0.08) 0, transparent 50%),
    radial-gradient(at 100% 0%, rgba(56, 189, 248, 0.08) 0, transparent 50%),
    radial-gradient(at 0% 50%, rgba(253, 204, 41, 0.05) 0, transparent 50%),
    radial-gradient(at 100% 50%, rgba(124, 58, 237, 0.05) 0, transparent 50%),
    radial-gradient(at 0% 100%, rgba(56, 189, 248, 0.08) 0, transparent 50%),
    radial-gradient(at 50% 100%, rgba(253, 204, 41, 0.08) 0, transparent 50%),
    radial-gradient(at 100% 100%, rgba(124, 58, 237, 0.1) 0, transparent 50%);
  background-size: 200% 200%;
  animation: bgFlow 25s ease infinite alternate;
}

#enh-bg-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  mix-blend-mode: overlay;
}

.has-enh-bg section {
  background-color: transparent !important;
  /* Allow the global background to show */
}

/* ══ UTILITY CLASSES ══ */
.content-contrast {
  background-color: #ffffff !important;
  color: #1e293b !important;
  padding: 20px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.content-contrast h1,
.content-contrast h2,
.content-contrast h3,
.content-contrast h4 {
  color: #1e293b !important;
}

.content-contrast p {
  color: #334155 !important;
}

/* Ensure footer and some key sections have a bit of contrast if needed */
.has-enh-bg footer {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
}

/* ══ CONTRAST & VISIBILITY FIXES ══ */
/* Force better text visibility in sections that become transparent in enhanced mode */
.has-enh-bg .inner-cta-section h2,
.has-enh-bg .inner-cta-other h2,
.has-enh-bg .cta-inner h2,
.has-enh-bg .discover-why h2,
.has-enh-bg .best-seo-section h2,
.has-enh-bg .branding-tabs-content h2,
.has-enh-bg .socical-media-item-content h2,
.has-enh-bg .where-we-are h2,
.has-enh-bg .dev-process-section h2 {
  color: #1e293b !important;
  /* Dark slate for contrast */
}

.has-enh-bg .cta-inner p,
.has-enh-bg .inner-cta-section p,
.has-enh-bg .discover-why p,
.has-enh-bg .best-seo-section p,
.has-enh-bg .branding-tabs-content p,
.has-enh-bg .socical-media-item-content p,
.has-enh-bg .where-we-are p,
.has-enh-bg .dev-process-section p {
  color: #334155 !important;
  /* Medium slate for body text */
}

/* Specific fix for 'Why Choose' grid items */
.has-enh-bg .discover-why-col h4,
.has-enh-bg .app-feature-col h4,
.has-enh-bg .branding-col h4,
.has-enh-bg .seo-box-content h4,
.has-enh-bg .socical-media-item-content h4,
.has-enh-bg .dev-process-item-content h4,
.has-enh-bg .counter-col h2 {
  color: #d97706 !important;
  /* Theme yellow/orange for headings */
}

.has-enh-bg .discover-why-col p,
.has-enh-bg .app-feature-col p,
.has-enh-bg .branding-col p,
.has-enh-bg .seo-box-content p,
.has-enh-bg .dev-process-item-content p,
.has-enh-bg .app-feature-col ul li,
.has-enh-bg .counter-col p {
  color: #1e293b !important;
  /* Dark text for cards */
}

/* Handle the .text-white override that might be present in HTML */
.has-enh-bg .text-white {
  color: #1e293b !important;
}

/* Ensure the number icons in 'Why Choose' stay visible */
.has-enh-bg .discover-why-number p {
  background-color: rgba(217, 119, 6, 0.2) !important;
  /* Light theme tint */
}

.has-enh-bg .discover-why-number p span {
  background-color: var(--clr-primary) !important;
  color: #fff !important;
}

/* ── CLEAN GLASS CARDS ── */
/* This fixes the "white box" issue on some pages by letting the gradient flow through */
.has-enh-bg .app-crm-col-content,
.has-enh-bg .app-feature-col,
.has-enh-bg .discover-why-col,
.has-enh-bg .contact-detail-col,
.has-enh-bg .inside-crm-card,
.has-enh-bg .crm-hero-feature-card,
.has-enh-bg .product-overview-card,
.has-enh-bg .app-feature-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(253, 204, 41, 0.05) 100%) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(253, 204, 41, 0.25) !important;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  transition: all 0.35s var(--ease-out) !important;
  border-radius: 12px;
}

.has-enh-bg .app-crm-col-content.active,
.has-enh-bg .app-feature-item.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(253, 204, 41, 0.12) 100%) !important;
  border-color: var(--clr-primary) !important;
  box-shadow: 0 12px 40px 0 rgba(253, 204, 41, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

/* Force transparency for utility wrappers that might have solid bgs */
.has-enh-bg .app-feature-wrapper,
.has-enh-bg .app-crm-mockup-bg,
.has-enh-bg .app-crm-mockup,
.has-enh-bg .sticky-viewport,
.has-enh-bg .dowload-app-inner,
.has-enh-bg .cta-inner,
.has-enh-bg .app-crm-col,
.has-enh-bg .app-feature-row,
.has-enh-bg .inner-banner-row,
.has-enh-bg .web-feture-row,
.has-enh-bg .banner-row,
.has-enh-bg .banner-col,
.has-enh-bg .dowload-app-row {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
}

.has-enh-bg .app-crm-col-content:hover,
.has-enh-bg .app-feature-col:hover,
.has-enh-bg .discover-why-col:hover,
.has-enh-bg .contact-detail-col:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  transform: translateY(-5px);
  border-color: var(--clr-primary) !important;
}



/* Prevent hover movement on pinned section feature items */
.pinned-scroll-section .app-feature-item,
.pinned-scroll-section .app-feature-item.active {
  transition: none !important;
}

.pinned-scroll-section .app-feature-item:hover {
  transform: none !important;
  background-color: inherit !important;
  border-color: inherit !important;
  box-shadow: inherit !important;
  transition: none !important;
}


/* ── MOBILE MOCKUP SCREEN FIX ── */
/* Ensures the content screenshot fits perfectly inside the phone frame */
.app-crm-mockup .app-mockup-img {
  top: 0.7% !important;
  left: 3.7% !important;
  width: 92.6% !important;
  height: 98.6% !important;
  border-radius: 35px !important;
  overflow: hidden !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000 !important;
}

/* ── LAPTOP MOCKUP SCREEN FIX ── */
.app-crm-mockup .app-mockup-img.laptop-mockup {
  top: 10.5% !important;
  left: 10% !important;
  right: 10% !important;
  bottom: 10% !important;
  width: auto !important;
  /* Allow left/right to define width */
  height: auto !important;
  /* Allow top/bottom to define height */
  border-radius: 4px !important;
  overflow: hidden !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000 !important;
}

.app-crm-mockup .app-mockup-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  border-radius: 0 !important;
  /* Let container handle rounding */
}

/* Adjustments for the specific iPhone frame used */
.app-crm-mockup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes bgFlow {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 100%;
  }
}

/* ══ CURSOR GLOW — small, instant, no delay ══ */
#cursor-glow {
  position: fixed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 204, 41, 0.16) 0%, rgba(124, 58, 237, 0.05) 50%, transparent 70%);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  opacity: 0;
  mix-blend-mode: multiply;
}

#cursor-glow.active {
  opacity: 1;
}

/* ══ SCROLL PROGRESS BAR ══ */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent), var(--clr-highlight));
  background-size: 200% 100%;
  animation: gradShift 3s ease infinite;
  z-index: 99999;
  pointer-events: none;
}

@keyframes gradShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* ══ SCROLL REVEAL ══ */
.enhance-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.enhance-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.enhance-reveal-scale {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.enhance-reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

.enhance-reveal-rotate {
  opacity: 0;
  transform: translateY(30px) rotate(2deg);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.enhance-reveal-rotate.revealed {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.enh-d1 {
  transition-delay: 60ms
}

.enh-d2 {
  transition-delay: 120ms
}

.enh-d3 {
  transition-delay: 180ms
}

.enh-d4 {
  transition-delay: 240ms
}

.enh-d5 {
  transition-delay: 300ms
}

.enh-d6 {
  transition-delay: 360ms
}

.enh-d7 {
  transition-delay: 420ms
}

.enh-d8 {
  transition-delay: 480ms
}

/* ══ HERO ENTRANCE ══ */
@keyframes heroUp {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

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

@keyframes heroRight {
  from {
    opacity: 0;
    transform: translateX(60px)
  }

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

@keyframes heroPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(253, 204, 41, 0.4)
  }

  50% {
    box-shadow: 0 0 0 12px rgba(253, 204, 41, 0)
  }
}

.enh-hero-h1 {
  animation: heroUp 0.8s var(--ease-out) 0.1s both;
}

.enh-hero-p {
  animation: heroUp 0.8s var(--ease-out) 0.25s both;
}

.enh-hero-btn {
  animation: heroUp 0.8s var(--ease-out) 0.4s both;
}

.enh-hero-img {
  animation: heroRight 0.9s var(--ease-out) 0.3s both;
}

.enh-hero-btn-pulse {
  animation: heroPulse 2s ease 1s infinite;
}

/* ══ NAV ENTRANCE ══ */
@keyframes navDrop {
  from {
    opacity: 0;
    transform: translateY(-14px)
  }

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

.enh-nav-stagger {
  animation: navDrop 0.45s var(--ease-out) both;
}

/* ══ GRADIENT TEXT ══ */
.enh-gradient-text {
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent), var(--clr-highlight));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: txtGrad 4s ease infinite;
}

@keyframes txtGrad {

  0%,
  100% {
    background-position: 0% center
  }

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

/* ══ BUTTON ENHANCEMENTS ══ */
.btn-common {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ease-spring), box-shadow 0.35s var(--ease-out) !important;
}

.btn-common:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--shadow-glow) !important;
}

.btn-common:active {
  transform: translateY(0) scale(0.96) !important;
  transition-duration: 0.1s !important;
}

.btn-common::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s var(--ease-out);
  pointer-events: none;
}

.btn-common:hover::after {
  left: 130%;
}

/* ══ NAV UNDERLINE (desktop) ══ */
@media (min-width:769px) {

  header nav>ul>li>a,
  header nav>ul>li>div>a {
    position: relative !important;
  }

  header nav>ul>li>a::after,
  header nav>ul>li>div>a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    transition: width 0.35s var(--ease-out);
    border-radius: 2px;
  }

  header nav>ul>li:hover>a::after,
  header nav>ul>li:hover>div>a::after {
    width: 100%;
  }

  .dropdown-menu {
    border-radius: var(--radius-md) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    animation: dropSlide 0.3s var(--ease-out) both;
  }

  @keyframes dropSlide {
    from {
      opacity: 0;
      transform: translateY(-10px)
    }

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

/* ══ CARD HOVER — clean lift, no broken borders ══ */
.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.discover-forex-col,
.inside-crm-card,
.blog-card {
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out) !important;
}

.crm-hero-feature-card:hover,
.crm-flow4-card:hover,
.product-overview-card:hover,
.discover-forex-col:hover,
.inside-crm-card:hover,
.blog-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--shadow-lift) !important;
}

/* Gradient top-line — ONLY on cards that don't have colored backgrounds */
.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.inside-crm-card {
  position: relative;
  overflow: visible;
}

.crm-hero-feature-card::before,
.crm-flow4-card::before,
.product-overview-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent), var(--clr-highlight));
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s var(--ease-out);
  z-index: 2;
  pointer-events: none;
}

.crm-hero-feature-card:hover::before,
.crm-flow4-card:hover::before,
.product-overview-card:hover::before {
  transform: scaleX(1);
}

/* ── PLAN CARDS: NO ::before line (conflicts with highlight bg) ── */
.choose-plan-col .choose-plan-detail,
.choose-plan-col.highlight .choose-plan-detail {
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out) !important;
}

.choose-plan-col .choose-plan-detail:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--shadow-lift) !important;
}

/* ── TESTIMONIAL CARDS: clean hover, no broken pseudo ── */
.client-say-detail {
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out) !important;
}

.client-say-detail:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--shadow-lift) !important;
}

/* Remove the quote mark pseudo that was causing visual issues */
.client-say-content::before,
.client-say-content::after {
  display: none !important;
}

/* ══ PLAN HIGHLIGHT BADGE ══ */
.choose-plan-col.highlight {
  position: relative;
  z-index: 1;
}

.choose-plan-col.highlight>.choose-plan-detail::before {
  display: none !important;
}

.choose-plan-col.highlight::before {
  content: 'POPULAR';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 18px;
  border-radius: var(--radius-full);
  letter-spacing: 1.5px;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
}

/* ══ IMAGE HOVER ══ */
.product-overview-card-img img,
.dowload-app-img img,
.vision-mission-col img {
  transition: transform 0.5s var(--ease-out), filter 0.5s var(--ease-out) !important;
}

.product-overview-card:hover .product-overview-card-img img,
.dowload-app-img:hover img,
.vision-mission-col:hover img {
  transform: scale(1.04) !important;
}

/* Smooth gentle float for hero images (no dissolve) */
@keyframes gentleFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.hero-banner .banner-right-col img,
.hero-banner .banner-img img {
  animation: gentleFloat 4s ease-in-out infinite;
}

.inner-banner .banner-col:last-child img {
  animation: gentleFloat 5s ease-in-out infinite;
}

/* ══ ICON HOVER ══ */
.inside-crm-icon {
  transition: transform 0.4s var(--ease-spring) !important;
}

.inside-crm-card:hover .inside-crm-icon {
  transform: rotate(45deg) scale(1.1) !important;
}

.discover-forex-detail-img img {
  transition: transform 0.4s var(--ease-spring) !important;
}

.discover-forex-col:hover .discover-forex-detail-img img {
  transform: scale(1.15) rotate(-5deg) !important;
}

.crm-flow4-num {
  transition: transform 0.3s var(--ease-spring) !important;
}

.crm-flow4-card:hover .crm-flow4-num {
  transform: scale(1.2) !important;
}

/* ══ FORM FOCUS ══ */
.form-control {
  transition: border-color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out) !important;
}

.form-control:focus {
  border-color: var(--clr-primary) !important;
  box-shadow: 0 0 0 4px rgba(253, 204, 41, 0.12) !important;
  outline: none !important;
}

/* ══ SECTION HEADING ACCENT ══ */
.section-heading h2 {
  position: relative;
  display: inline-block;
}

.section-heading h2::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
  margin: 14px auto 0;
  border-radius: var(--radius-full);
  transition: width 0.5s var(--ease-out);
}

.section-heading:hover h2::after {
  width: 90px;
}

/* ══ FOOTER ENHANCEMENT ══ */
footer {
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--clr-primary), var(--clr-accent), var(--clr-highlight), transparent);
}

footer a {
  transition: color 0.25s var(--ease-out) !important;
}

footer a:hover {
  color: var(--clr-primary) !important;
}

/* Footer social icons */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(253, 204, 41, 0.1);
  transition: background 0.3s var(--ease-out), transform 0.3s var(--ease-spring) !important;
}

.footer-social a:hover {
  background: var(--clr-primary) !important;
  color: #fff !important;
  /* Change icon color for contrast */
  transform: translateY(-3px) !important;
}

.footer-social a svg {
  width: 16px;
  height: 16px;
}

.footer-newsletter {
  margin-top: 16px;
}

.footer-newsletter input {
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px 0 0 8px;
  outline: none;
  font-size: 14px;
  width: 180px;
  transition: border-color 0.3s ease;
}

.footer-newsletter input:focus {
  border-color: var(--clr-primary);
}

.footer-newsletter button {
  padding: 10px 16px;
  border: none;
  border-radius: 0 8px 8px 0;
  background: var(--clr-primary);
  color: #4A0D55;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease, transform 0.2s var(--ease-spring);
}

.footer-newsletter button:hover {
  background: #e0b300;
  transform: translateY(-1px);
}

/* ══ LOGO SLIDER ══ */
.logo-slide {
  transition: transform 0.4s var(--ease-out), opacity 0.4s ease, filter 0.4s ease !important;
  opacity: 0.55;
  filter: grayscale(100%);
}

.logo-slide:hover {
  transform: scale(1.1) !important;
  opacity: 1 !important;
  filter: grayscale(0%) !important;
}

/* ══ CRM TAGS ══ */
.crm-tag {
  transition: transform 0.25s var(--ease-spring), box-shadow 0.25s ease !important;
}

.crm-tag:hover {
  transform: translateY(-2px) scale(1.06) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* ══ PARTICLES ══ */
#particles-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* ══ COUNTER ══ */
.counter-col h2 {
  transition: transform 0.3s var(--ease-spring) !important;
}

.counter-col:hover h2 {
  transform: scale(1.12) !important;
}

.where-we-are .counter-col {
  position: relative;
}

.where-we-are .counter-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
  border-radius: 4px;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.4s var(--ease-out);
}

.where-we-are .counter-col:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* ══ ABOUT QUOTE GLOW ══ */
.about-qute-inner {
  position: relative;
}

/* ══ TILT ══ */
.enh-tilt {
  transition: transform 0.1s ease-out;
}

/* ══ REDUCED MOTION ══ */
@media (prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .enhance-reveal,
  .enhance-reveal-scale,
  .enhance-reveal-rotate {
    opacity: 1 !important;
    transform: none !important;
  }

  #scroll-progress,
  #cursor-glow,
  #particles-canvas,
  #enh-bg-gradient {
    display: none;
  }
}

@media (max-width:768px) {
  #cursor-glow {
    display: none;
  }

  .hero-banner::before,
  .inner-banner::before {
    display: none;
  }

  .section-heading h2::after {
    width: 40px;
  }

  .choose-plan-col.highlight::before {
    top: -10px;
    font-size: 10px;
    padding: 3px 12px;
  }

  .footer-newsletter input {
    width: 140px;
  }
}

/* Responsive logo marquee and footer refresh */
.trading-logo-section {
  overflow: hidden;
}

.trading-logo-section .logo-slider,
.trading-logo-section .owl-stage-outer {
  overflow: hidden !important;
}

.trading-logo-section .owl-stage {
  display: flex !important;
  width: max-content !important;
  transition: none !important;
  animation: logoAutoScroll 28s linear infinite;
  will-change: transform;
}

.trading-logo-section .owl-stage:hover {
  animation-play-state: paused;
}

.trading-logo-section .owl-item {
  float: none !important;
  flex: 0 0 clamp(160px, 24vw, 300px);
  width: clamp(160px, 24vw, 300px) !important;
  margin-right: clamp(16px, 3vw, 30px) !important;
}

.trading-logo-section .logo-slide {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.trading-logo-section .logo-slide img {
  max-width: min(150px, 70%);
  max-height: 54px;
  object-fit: contain;
}

@keyframes logoAutoScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

.footer-main {
  padding-bottom: 28px;
}

.footer-row {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.35fr) repeat(5, minmax(145px, 1fr));
  gap: clamp(22px, 3vw, 38px) !important;
  align-items: start;
}

.logo-footer {
  max-width: none !important;
}

.footer-col-logo {
  margin-bottom: 18px !important;
}

.logo-footer p,
.footer-risk p {
  color: #475569;
  line-height: 1.7;
}

.footer-col .footer-col-heading,
.footer-risk .footer-col-heading {
  color: #1e293b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px !important;
}

.footer-col ul li {
  margin-bottom: 9px !important;
  line-height: 1.45;
}

.footer-contact-col {
  min-width: 220px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.footer-contact-item svg {
  flex: 0 0 auto;
  color: var(--clr-primary);
  margin-top: 2px;
}

.footer-contact-item a {
  color: inherit;
}

.footer-social a {
  width: 44px !important;
  height: 44px !important;
}

.footer-social a svg {
  width: 20px !important;
  height: 20px !important;
}

.footer-risk {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(100, 116, 139, 0.18);
}

.copy-right .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copy-right p {
  padding: 0 !important;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
}

.footer-legal-links a:hover {
  color: #fff !important;
  opacity: 1;
}

.dynamic-pinned-img {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity;
}

.pinned-scroll-track .app-feature-item {
  transition: opacity 0.24s ease, transform 0.24s ease !important;
  filter: none !important;
}

@media (max-width: 1180px) {
  .footer-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logo-footer,
  .footer-contact-col {
    grid-column: span 3;
  }
}

@media (max-width: 991px) {
  #enh-bg-gradient {
    animation: none;
    background-size: 100% 100%;
  }

  .pinned-scroll-track[style] {
    height: 320vh !important;
  }
}

@media (max-width: 768px) {
  .trading-logo-section .owl-stage {
    animation-duration: 20s;
  }

  .trading-logo-section .logo-slide {
    min-height: 76px;
  }

  .trading-logo-section .logo-slide img {
    max-height: 42px;
  }

  .footer-row,
  .footer-risk {
    grid-template-columns: 1fr;
  }

  .logo-footer,
  .footer-contact-col {
    grid-column: auto;
  }

  .copy-right .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal-links {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trading-logo-section .owl-stage {
    animation: none !important;
  }
}

/* ==========================================================
   Premium 2026 polish pass: responsive, fast, consistent
   ========================================================== */
:root {
  --enh-ink: #172033;
  --enh-muted: #526173;
  --enh-line: rgba(23, 32, 51, 0.1);
  --enh-glass: rgba(255, 255, 255, 0.74);
  --enh-glass-strong: rgba(255, 255, 255, 0.9);
  --enh-yellow: #fdcc29;
  --enh-violet: #6847d8;
  --enh-sky: #14b8d6;
  --enh-emerald: #16a34a;
  --enh-card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --enh-card-shadow-hover: 0 24px 70px rgba(15, 23, 42, 0.18);
}

html.enhance-ready {
  text-rendering: optimizeLegibility;
}

body {
  color: var(--enh-ink);
}

img {
  max-width: 100%;
}

#enh-bg-gradient {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    radial-gradient(circle at 12% 8%, rgba(253, 204, 41, 0.18), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(20, 184, 214, 0.15), transparent 30%),
    radial-gradient(circle at 50% 52%, rgba(104, 71, 216, 0.11), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(22, 163, 74, 0.09), transparent 30%);
  background-size: 100% 100%, 170% 170%, 150% 150%, 180% 180%, 160% 160%;
}

#enh-bg-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 78%);
}

.has-enh-bg .hero-banner,
.has-enh-bg .inner-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.has-enh-bg .hero-banner::after,
.has-enh-bg .inner-banner::after {
  content: "";
  position: absolute;
  inset: clamp(10px, 2vw, 28px);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18)),
    linear-gradient(120deg, rgba(253, 204, 41, 0.12), rgba(20, 184, 214, 0.09), rgba(104, 71, 216, 0.1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 24px 80px rgba(15, 23, 42, 0.08);
  pointer-events: none;
}

.hero-banner h1,
.inner-banner h1 {
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-banner p,
.inner-banner p,
.section-heading p {
  text-wrap: pretty;
}

.enh-gradient-text,
.hero-banner h1 span,
.inner-banner h1 span,
.section-heading h2 span {
  background-image: linear-gradient(110deg, #b67800 0%, var(--enh-yellow) 28%, var(--enh-sky) 58%, var(--enh-violet) 100%) !important;
  background-size: 220% auto !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

header {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease !important;
}

header.scrolled,
.has-enh-bg header {
  background: rgba(255, 255, 255, 0.86) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08) !important;
}

header nav ul li .dropdown-menu {
  background: rgba(255, 255, 255, 0.94) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.btn-common,
button,
input[type="submit"] {
  border-radius: 8px !important;
}

.btn-common {
  background-image: linear-gradient(135deg, var(--enh-yellow), #f59e0b 45%, var(--enh-violet)) !important;
  background-size: 180% 180% !important;
  color: #1b1230 !important;
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.25) !important;
  isolation: isolate;
}

.btn-common:hover {
  background-position: 100% 50% !important;
  box-shadow: 0 18px 45px rgba(104, 71, 216, 0.28) !important;
}

.btn-common::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 55%);
  pointer-events: none;
}

.section-spacing {
  position: relative;
}

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

.section-heading h2 {
  line-height: 1.14;
  text-wrap: balance;
}

.section-heading h2::after {
  height: 4px;
  background: linear-gradient(90deg, var(--enh-yellow), var(--enh-sky), var(--enh-violet));
  box-shadow: 0 8px 20px rgba(20, 184, 214, 0.22);
}

.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.discover-forex-col,
.inside-crm-card,
.inside-crm-right,
.choose-plan-detail,
.client-say-detail,
.vision-mission-col,
.about-qute-inner,
.counter-col,
.app-feature-col,
.branding-col,
.seo-box-content,
.contact-detail-col,
.dev-process-item-content,
.web-feture-col,
.blog-card,
.dowload-app-inner,
.cta-inner {
  position: relative;
  overflow: hidden;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
    linear-gradient(135deg, rgba(253, 204, 41, 0.08), rgba(20, 184, 214, 0.06), rgba(104, 71, 216, 0.07)) !important;
  box-shadow: var(--enh-card-shadow) !important;
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
}

.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.discover-forex-col,
.inside-crm-card,
.choose-plan-detail,
.client-say-detail,
.blog-card,
.app-feature-col,
.branding-col,
.seo-box-content,
.contact-detail-col,
.dev-process-item-content,
.web-feture-col {
  transform: translateZ(0);
  will-change: transform;
}

.crm-hero-feature-card:hover,
.crm-flow4-card:hover,
.product-overview-card:hover,
.discover-forex-col:hover,
.inside-crm-card:hover,
.choose-plan-detail:hover,
.client-say-detail:hover,
.blog-card:hover,
.app-feature-col:hover,
.branding-col:hover,
.seo-box-content:hover,
.contact-detail-col:hover,
.dev-process-item-content:hover,
.web-feture-col:hover {
  box-shadow: var(--enh-card-shadow-hover) !important;
  border-color: rgba(253, 204, 41, 0.55) !important;
}

.crm-hero-feature-card::before,
.crm-flow4-card::before,
.product-overview-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--enh-yellow), var(--enh-emerald), var(--enh-sky), var(--enh-violet));
}

.inside-crm-card.active,
.app-feature-item.active,
.crm-flow4-card.active {
  border-color: rgba(253, 204, 41, 0.72) !important;
  box-shadow: 0 18px 55px rgba(253, 204, 41, 0.18), var(--enh-card-shadow) !important;
}

.crm-tag,
.choose-plan-col.highlight::before {
  background-image: linear-gradient(135deg, rgba(253, 204, 41, 0.95), rgba(20, 184, 214, 0.88), rgba(104, 71, 216, 0.92)) !important;
  color: #111827 !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-banner img,
.inner-banner img,
.product-overview-card-img img,
.dowload-app-img img,
.inside-crm-preview img,
.app-mockup-img img,
.blog-card img {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.banner-img,
.inside-crm-preview,
.app-crm-mockup,
.product-overview-card-img,
.dowload-app-img {
  filter: drop-shadow(0 24px 36px rgba(15, 23, 42, 0.18));
}

.logo-slide {
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.94)),
    linear-gradient(120deg, rgba(253, 204, 41, 0.12), rgba(20, 184, 214, 0.08), rgba(104, 71, 216, 0.1)) !important;
}

.copy-right {
  background: linear-gradient(90deg, #161a2b, #26324a, #3b2f65) !important;
}

.footer-social a {
  border: 1px solid rgba(253, 204, 41, 0.35);
  background: linear-gradient(135deg, rgba(253, 204, 41, 0.16), rgba(20, 184, 214, 0.12)) !important;
}

.form-control,
input,
textarea,
select {
  border-radius: 8px !important;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--enh-sky) !important;
  box-shadow: 0 0 0 4px rgba(20, 184, 214, 0.13) !important;
}

@keyframes premiumSheen {
  0% {
    transform: translateX(-120%) skewX(-16deg);
  }

  100% {
    transform: translateX(220%) skewX(-16deg);
  }
}

.crm-hero-feature-card::after,
.product-overview-card::after,
.inside-crm-card::after,
.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 0;
  transform: translateX(-120%) skewX(-16deg);
  pointer-events: none;
}

.crm-hero-feature-card:hover::after,
.product-overview-card:hover::after,
.inside-crm-card:hover::after,
.blog-card:hover::after {
  opacity: 1;
  animation: premiumSheen 0.85s ease;
}

@media (min-width: 992px) {
  .has-enh-bg section:nth-of-type(even)::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(20, 184, 214, 0.24), rgba(253, 204, 41, 0.22), transparent);
    pointer-events: none;
  }

  .enhance-reveal,
  .enhance-reveal-scale,
  .enhance-reveal-rotate {
    will-change: opacity, transform;
  }
}

@media (max-width: 991px) {

  .has-enh-bg .hero-banner::after,
  .has-enh-bg .inner-banner::after {
    inset: 8px;
  }

  .crm-hero-feature-card,
  .crm-flow4-card,
  .product-overview-card,
  .discover-forex-col,
  .inside-crm-card,
  .inside-crm-right,
  .choose-plan-detail,
  .client-say-detail,
  .app-feature-col,
  .branding-col,
  .seo-box-content,
  .contact-detail-col,
  .dev-process-item-content,
  .web-feture-col,
  .blog-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1) !important;
  }

  .hero-banner .banner-right-col img,
  .hero-banner .banner-img img,
  .inner-banner .banner-col:last-child img {
    animation: none;
  }
}

@media (max-width: 768px) {
  .section-spacing {
    overflow: hidden;
  }

  .hero-banner h1,
  .inner-banner h1 {
    font-size: clamp(32px, 10vw, 42px) !important;
  }

  .btn-common {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .crm-hero-feature-card:hover,
  .crm-flow4-card:hover,
  .product-overview-card:hover,
  .discover-forex-col:hover,
  .inside-crm-card:hover,
  .choose-plan-detail:hover,
  .client-say-detail:hover,
  .blog-card:hover {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  .crm-hero-feature-card::after,
  .product-overview-card::after,
  .inside-crm-card::after,
  .blog-card::after {
    animation: none !important;
    display: none !important;
  }
}

/* ==========================================================
   Lighter motion pass: moving background, less lag
   ========================================================== */
#cursor-glow,
#particles-canvas {
  display: none !important;
}

#enh-bg-gradient {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96)),
    radial-gradient(circle at 8% 18%, rgba(253, 204, 41, 0.2), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(20, 184, 214, 0.16), transparent 30%),
    radial-gradient(circle at 38% 78%, rgba(104, 71, 216, 0.13), transparent 34%),
    radial-gradient(circle at 92% 82%, rgba(22, 163, 74, 0.1), transparent 28%);
  background-size: 100% 100%, 150% 150%, 145% 145%, 160% 160%, 155% 155%;
  animation: lightBgMove 18s ease-in-out infinite alternate !important;
}

#enh-bg-gradient::before {
  opacity: 0.38;
  animation: gridDrift 24s linear infinite;
  will-change: transform;
}

#enh-bg-gradient::after {
  opacity: 0.18;
  mix-blend-mode: normal;
  animation: softWash 20s ease-in-out infinite alternate;
}

@keyframes lightBgMove {
  0% {
    background-position: 0 0, 0% 8%, 100% 0%, 36% 100%, 100% 80%;
  }

  50% {
    background-position: 0 0, 24% 20%, 76% 18%, 50% 80%, 86% 64%;
  }

  100% {
    background-position: 0 0, 14% 2%, 88% 26%, 30% 88%, 94% 78%;
  }
}

@keyframes gridDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-42px, -42px, 0);
  }
}

@keyframes softWash {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.02);
  }
}

header.scrolled,
.has-enh-bg header,
header nav ul li .dropdown-menu,
.has-enh-bg footer,
.has-enh-bg .app-crm-col-content,
.has-enh-bg .app-feature-item,
.has-enh-bg .product-overview-card,
.has-enh-bg .crm-hero-feature-card,
.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.discover-forex-col,
.inside-crm-card,
.inside-crm-right,
.choose-plan-detail,
.client-say-detail,
.vision-mission-col,
.about-qute-inner,
.counter-col,
.app-feature-col,
.branding-col,
.seo-box-content,
.contact-detail-col,
.dev-process-item-content,
.web-feture-col,
.blog-card,
.dowload-app-inner,
.cta-inner {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.enh-hero-btn-pulse {
  animation: heroUp 0.8s var(--ease-out) 0.4s both !important;
}

.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.discover-forex-col,
.inside-crm-card,
.inside-crm-right,
.choose-plan-detail,
.client-say-detail,
.vision-mission-col,
.about-qute-inner,
.counter-col,
.app-feature-col,
.branding-col,
.seo-box-content,
.contact-detail-col,
.dev-process-item-content,
.web-feture-col,
.blog-card,
.dowload-app-inner,
.cta-inner {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    linear-gradient(120deg, rgba(253, 204, 41, 0.08), rgba(20, 184, 214, 0.05)) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1) !important;
}

.crm-hero-feature-card::after,
.product-overview-card::after,
.inside-crm-card::after,
.blog-card::after {
  display: none !important;
}

.banner-img,
.inside-crm-preview,
.app-crm-mockup,
.product-overview-card-img,
.dowload-app-img {
  filter: none !important;
}

.hero-banner .banner-right-col img,
.hero-banner .banner-img img,
.inner-banner .banner-col:last-child img {
  animation: lightFloat 6s ease-in-out infinite !important;
}

@keyframes lightFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

.section-heading h2::after {
  animation: accentSlide 4s ease-in-out infinite;
}

@keyframes accentSlide {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.inside-crm-card,
.blog-card,
.app-feature-col,
.branding-col,
.seo-box-content,
.contact-detail-col,
.dev-process-item-content,
.web-feture-col {
  will-change: auto !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.crm-hero-feature-card:hover,
.crm-flow4-card:hover,
.product-overview-card:hover,
.inside-crm-card:hover,
.blog-card:hover,
.app-feature-col:hover,
.branding-col:hover,
.seo-box-content:hover,
.contact-detail-col:hover,
.dev-process-item-content:hover,
.web-feture-col:hover {
  transform: translate3d(0, -4px, 0) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.13) !important;
}

@media (max-width: 991px) {
  #enh-bg-gradient {
    animation-duration: 28s !important;
  }

  #enh-bg-gradient::before,
  #enh-bg-gradient::after {
    animation: none !important;
  }

  .hero-banner .banner-right-col img,
  .hero-banner .banner-img img,
  .inner-banner .banner-col:last-child img {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  #enh-bg-gradient,
  #enh-bg-gradient::before,
  #enh-bg-gradient::after,
  .hero-banner .banner-right-col img,
  .hero-banner .banner-img img,
  .inner-banner .banner-col:last-child img,
  .section-heading h2::after {
    animation: none !important;
  }
}

/* Homepage hero image: premium sliding showcase */
.hero-banner .banner-right-col {
  perspective: 1100px;
}

.hero-banner .banner-img {
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform-style: preserve-3d;
}

.hero-banner .banner-img::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 6%;
  bottom: 4%;
  height: 12px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(253, 204, 41, 0), rgba(253, 204, 41, 0.42), rgba(20, 184, 214, 0.34), rgba(104, 71, 216, 0));
  filter: blur(10px);
  opacity: 0.8;
  animation: heroGlowSlide 4.8s ease-in-out infinite;
}

.hero-banner .banner-img::after {
  content: "";
  position: absolute;
  inset: 3% 1%;
  z-index: 2;
  border-radius: 8px;
  background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.46) 44%, transparent 62%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%) skewX(-12deg);
  animation: heroImageSheen 5.6s ease-in-out infinite;
}

.hero-banner .banner-right-col img,
.hero-banner .banner-img img {
  animation: heroImageSlide 6.5s cubic-bezier(0.45, 0, 0.18, 1) infinite !important;
  transform-origin: center center;
  will-change: transform;
  filter: drop-shadow(0 26px 38px rgba(15, 23, 42, 0.18));
}

@keyframes heroImageSlide {

  0%,
  100% {
    transform: translate3d(-12px, 0, 0) rotateY(-4deg) rotateZ(-0.4deg) scale(1);
  }

  45% {
    transform: translate3d(16px, -10px, 0) rotateY(4deg) rotateZ(0.5deg) scale(1.025);
  }

  70% {
    transform: translate3d(6px, -4px, 0) rotateY(1deg) rotateZ(0deg) scale(1.01);
  }
}

@keyframes heroGlowSlide {

  0%,
  100% {
    transform: translate3d(-8%, 0, 0) scaleX(0.86);
    opacity: 0.55;
  }

  50% {
    transform: translate3d(8%, 0, 0) scaleX(1.08);
    opacity: 0.95;
  }
}

@keyframes heroImageSheen {

  0%,
  54% {
    opacity: 0;
    transform: translateX(-120%) skewX(-12deg);
  }

  64% {
    opacity: 0.7;
  }

  82%,
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-12deg);
  }
}

@media (max-width: 991px) {

  .hero-banner .banner-right-col img,
  .hero-banner .banner-img img {
    animation: heroImageSlideMobile 6s ease-in-out infinite !important;
    filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.14));
  }

  .hero-banner .banner-img::after {
    display: none;
  }
}

@keyframes heroImageSlideMobile {

  0%,
  100% {
    transform: translate3d(-5px, 0, 0);
  }

  50% {
    transform: translate3d(5px, -6px, 0) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-banner .banner-img::before,
  .hero-banner .banner-img::after,
  .hero-banner .banner-right-col img,
  .hero-banner .banner-img img {
    animation: none !important;
  }
}

/* ==========================================================
   Performance pass: keep polish, remove expensive repaint work
   ========================================================== */
#enh-bg-gradient,
#enh-bg-gradient::before,
#enh-bg-gradient::after {
  animation: none !important;
  transform: none !important;
}

#enh-bg-gradient::before,
#enh-bg-gradient::after {
  opacity: 0.12 !important;
}

#scroll-progress {
  animation: none !important;
  width: 100% !important;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.hero-banner .banner-right-col {
  perspective: none;
}

.hero-banner .banner-img {
  transform-style: flat;
}

.hero-banner .banner-img::before,
.hero-banner .banner-img::after {
  display: none !important;
}

.hero-banner .banner-right-col img,
.hero-banner .banner-img img {
  animation: heroImageSmoothSlide 8s ease-in-out infinite !important;
  filter: none !important;
  will-change: auto;
}

@keyframes heroImageSmoothSlide {

  0%,
  100% {
    transform: translate3d(-8px, 0, 0);
  }

  50% {
    transform: translate3d(8px, -7px, 0);
  }
}

.inner-banner .banner-col:last-child img,
.section-heading h2::after {
  animation: none !important;
}

.banner-img,
.inside-crm-preview,
.app-crm-mockup,
.product-overview-card-img,
.dowload-app-img,
.hero-banner img,
.inner-banner img {
  filter: none !important;
}

.crm-hero-feature-card,
.crm-flow4-card,
.product-overview-card,
.discover-forex-col,
.inside-crm-card,
.inside-crm-right,
.choose-plan-detail,
.client-say-detail,
.vision-mission-col,
.about-qute-inner,
.counter-col,
.app-feature-col,
.branding-col,
.seo-box-content,
.contact-detail-col,
.dev-process-item-content,
.web-feture-col,
.blog-card,
.dowload-app-inner,
.cta-inner {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08) !important;
  transition: transform 0.2s ease, border-color 0.2s ease !important;
  will-change: auto !important;
}

.crm-hero-feature-card:hover,
.crm-flow4-card:hover,
.product-overview-card:hover,
.discover-forex-col:hover,
.inside-crm-card:hover,
.choose-plan-detail:hover,
.client-say-detail:hover,
.blog-card:hover,
.app-feature-col:hover,
.branding-col:hover,
.seo-box-content:hover,
.contact-detail-col:hover,
.dev-process-item-content:hover,
.web-feture-col:hover {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1) !important;
}

.section-spacing {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.hero-banner,
.inner-banner {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

@media (max-width: 991px) {

  .hero-banner .banner-right-col img,
  .hero-banner .banner-img img {
    animation: none !important;
  }

  .enhance-reveal,
  .enhance-reveal-scale,
  .enhance-reveal-rotate {
    transition-duration: 0.35s !important;
  }
}

/* Readability fix for highlighted pricing card on light enhanced background */
.choose-plan-col.highlight .choose-plan-detail {
  color: var(--enh-ink) !important;
}

.choose-plan-col.highlight .plan-detail ul li {
  color: #243044 !important;
}

.choose-plan-col.highlight .plan-tag p {
  color: #d97706 !important;
}

/* ==========================================================
   Header polish: desktop and phone navigation
   ========================================================== */
header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
}

header.scrolled,
.has-enh-bg header {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom-color: rgba(217, 119, 6, 0.18);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09) !important;
}

header .container {
  min-height: 74px;
  gap: 20px;
}

header .site-logo {
  width: auto;
  max-width: 178px;
  max-height: 52px;
  object-fit: contain;
}

@media (min-width: 769px) {
  header nav>ul {
    gap: 8px !important;
    padding: 6px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.78);
  }

  header nav>ul>li>a,
  header nav>ul>li>div>a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    color: #334155 !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    transition: background-color 0.18s ease, color 0.18s ease;
  }

  header nav>ul>li:hover>a,
  header nav>ul>li:hover>div>a {
    background: rgba(253, 204, 41, 0.18);
    color: #111827 !important;
  }

  header nav>ul>li>div {
    align-items: center;
  }

  header nav>ul>li>div .mobile-dropdown-toggle {
    width: 22px;
    height: 22px;
    margin-left: -7px;
    border-radius: 999px;
    color: #64748b !important;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  }

  header nav>ul>li:hover>div .mobile-dropdown-toggle {
    background: rgba(217, 119, 6, 0.12);
    color: #d97706 !important;
    transform: translateY(1px);
  }

  header nav ul li .dropdown-menu,
  header nav ul li:hover .dropdown-menu {
    top: calc(100% + 12px);
    min-width: 238px;
    padding: 8px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14) !important;
  }

  header nav ul li .dropdown-menu li a {
    border-radius: 7px;
    padding: 11px 12px !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.35;
  }

  header nav ul li .dropdown-menu li a:hover {
    background: rgba(253, 204, 41, 0.16) !important;
    color: #111827 !important;
  }
}

header .btn-common.open-demo-modal {
  min-height: 42px;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.62);
  font-weight: 700;
}

@media (max-width: 768px) {
  header {
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08) !important;
  }

  header .container {
    min-height: 66px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  header .site-logo {
    max-width: 148px;
    max-height: 44px;
  }

  .toggle {
    width: 42px !important;
    height: 42px !important;
    align-items: center;
    justify-content: center !important;
    gap: 5px;
    border: 1px solid rgba(217, 119, 6, 0.24) !important;
    border-radius: 8px;
    background: rgba(253, 204, 41, 0.14) !important;
  }

  .toggle span {
    width: 19px !important;
    height: 2px !important;
    background-color: #b45309 !important;
  }

  .toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px) !important;
  }

  .toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px) !important;
  }

  header nav {
    width: min(88vw, 340px) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%) !important;
    box-shadow: 18px 0 42px rgba(15, 23, 42, 0.18) !important;
  }

  header nav::before {
    content: "";
    display: block;
    height: 66px;
    border-bottom: 1px solid rgba(217, 119, 6, 0.14);
    background: linear-gradient(135deg, rgba(253, 204, 41, 0.2), rgba(20, 184, 214, 0.08));
  }

  header nav>ul {
    padding: 12px 12px 28px !important;
  }

  header nav>ul>li {
    overflow: hidden;
    margin-bottom: 7px;
    border: 1px solid rgba(15, 23, 42, 0.07) !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
  }

  header nav>ul>li>div,
  header nav>ul>li>a {
    min-height: 48px;
    padding: 0 46px 0 14px !important;
    color: #1f2937 !important;
    font-weight: 700 !important;
  }

  header nav>ul>li>div>a {
    color: #1f2937 !important;
    font-weight: 700 !important;
  }

  .mobile-dropdown-toggle {
    right: 6px !important;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.92);
  }

  .mobile-dropdown-toggle.active {
    background: rgba(253, 204, 41, 0.24);
  }

  .dropdown-menu {
    background: #ffffff !important;
    border-top: 1px solid rgba(15, 23, 42, 0.07) !important;
  }

  .dropdown-menu li a {
    padding: 11px 14px 11px 28px !important;
    color: #475569 !important;
    border-bottom-color: rgba(15, 23, 42, 0.06) !important;
  }

  .dropdown-menu li a:hover,
  .dropdown-menu li a:active {
    background: rgba(253, 204, 41, 0.14) !important;
    color: #111827 !important;
  }

  .nav-overlay.active {
    background: rgba(15, 23, 42, 0.52) !important;
  }
}

/* Header polish v2: sharper premium finish */
header {
  isolation: isolate;
  position: relative;
}

header::after {
  content: "";
  position: absolute;
  left: max(16px, calc((100vw - 1180px) / 2));
  right: max(16px, calc((100vw - 1180px) / 2));
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(253, 204, 41, 0.55), rgba(20, 184, 214, 0.24), transparent);
  pointer-events: none;
}

header .container {
  max-width: 1220px;
}

header .site-logo {
  transition: transform 0.18s ease, filter 0.18s ease;
}

header a:hover .site-logo {
  transform: translateY(-1px);
  filter: saturate(1.05);
}

@media (min-width: 769px) {
  header nav>ul {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 20px rgba(15, 23, 42, 0.04);
  }

  header nav>ul>li {
    position: relative;
  }

  header nav>ul>li>a,
  header nav>ul>li>div>a {
    position: relative;
    z-index: 1;
  }

  header nav>ul>li>a::before,
  header nav>ul>li>div>a::before {
    content: "";
    position: absolute;
    inset: 5px 6px;
    z-index: -1;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(253, 204, 41, 0.24), rgba(20, 184, 214, 0.1));
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  header nav>ul>li:hover>a::before,
  header nav>ul>li:hover>div>a::before {
    opacity: 1;
    transform: scale(1);
  }

  header nav>ul>li:hover>a,
  header nav>ul>li:hover>div>a {
    background: transparent;
  }

  header nav ul li .dropdown-menu,
  header nav ul li:hover .dropdown-menu {
    overflow: hidden;
  }

  header nav ul li .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--enh-yellow), var(--enh-sky), var(--enh-violet));
  }

  header nav ul li .dropdown-menu li a {
    display: flex !important;
    align-items: center;
    gap: 9px;
  }

  header nav ul li .dropdown-menu li a::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(217, 119, 6, 0.35);
    transition: background-color 0.18s ease, transform 0.18s ease;
  }

  header nav ul li .dropdown-menu li a:hover::before {
    background: #d97706;
    transform: scale(1.25);
  }

  header .btn-common.open-demo-modal {
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  header::after {
    left: 16px;
    right: 16px;
  }

  header nav {
    border-right: 1px solid rgba(217, 119, 6, 0.12) !important;
  }

  header nav::before {
    position: relative;
  }

  header nav::after {
    content: "TRADERS SOLUTION";
    position: absolute;
    top: 22px;
    left: 16px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  header nav>ul>li {
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  }

  header nav>ul>li>div,
  header nav>ul>li>a {
    position: relative;
  }

  header nav>ul>li>div::before,
  header nav>ul>li>a::before {
    content: "";
    width: 4px;
    align-self: stretch;
    margin: 10px 10px 10px 0;
    border-radius: 999px;
    background: rgba(253, 204, 41, 0.58);
  }

  .dropdown-menu.active {
    box-shadow: inset 4px 0 0 rgba(253, 204, 41, 0.24) !important;
  }

  .dropdown-menu li a {
    font-size: 13.5px !important;
  }
}

/* Header alignment and color consistency */
:root {
  --hdr-ink: #1f2937;
  --hdr-muted: #64748b;
  --hdr-accent: #d97706;
  --hdr-accent-soft: rgba(253, 204, 41, 0.18);
  --hdr-line: rgba(15, 23, 42, 0.09);
}

header::after {
  background: linear-gradient(90deg, transparent, rgba(217, 119, 6, 0.32), rgba(253, 204, 41, 0.45), transparent);
}

@media (min-width: 769px) {
  header nav>ul {
    align-items: center !important;
    gap: 6px !important;
    background: #f8fafc;
  }

  header nav>ul>li>a::before,
  header nav>ul>li>div>a::before,
  header nav>ul>li>a::after,
  header nav>ul>li>div>a::after {
    display: none !important;
  }

  header nav>ul>li>a,
  header nav>ul>li>div {
    min-height: 40px;
    border-radius: 999px;
    color: var(--hdr-ink) !important;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  }

  header nav>ul>li>a {
    display: inline-flex !important;
    align-items: center;
    padding: 0 14px !important;
    font-weight: 700 !important;
  }

  header nav>ul>li>div {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 8px 0 14px !important;
  }

  header nav>ul>li>div>a {
    min-height: auto !important;
    padding: 0 !important;
    color: inherit !important;
    font-weight: 700 !important;
    line-height: 1;
  }

  header nav>ul>li:hover>a,
  header nav>ul>li:hover>div {
    background: #ffffff !important;
    color: var(--hdr-accent) !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
  }

  header nav>ul>li:hover>div>a {
    color: var(--hdr-accent) !important;
  }

  header nav>ul>li>div .mobile-dropdown-toggle {
    position: static !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    color: var(--hdr-muted) !important;
  }

  header nav>ul>li>div .mobile-dropdown-toggle svg {
    width: 15px !important;
    height: 15px !important;
    display: block;
    color: currentColor !important;
    stroke: currentColor;
    transition: transform 0.18s ease, color 0.18s ease;
  }

  header nav>ul>li:hover>div .mobile-dropdown-toggle {
    background: var(--hdr-accent-soft) !important;
    color: var(--hdr-accent) !important;
    transform: none !important;
  }

  header nav>ul>li:hover>div .mobile-dropdown-toggle svg {
    transform: rotate(180deg);
  }

  header nav ul li .dropdown-menu,
  header nav ul li:hover .dropdown-menu {
    border-color: var(--hdr-line) !important;
  }

  header nav ul li .dropdown-menu::before {
    background: linear-gradient(90deg, var(--hdr-accent), var(--enh-yellow));
  }

  header nav ul li .dropdown-menu li a {
    color: var(--hdr-ink) !important;
  }

  header nav ul li .dropdown-menu li a::before {
    background: rgba(217, 119, 6, 0.32);
  }

  header nav ul li .dropdown-menu li a:hover {
    background: rgba(253, 204, 41, 0.15) !important;
    color: var(--hdr-accent) !important;
  }
}

@media (max-width: 768px) {
  header nav::before {
    background: linear-gradient(135deg, rgba(253, 204, 41, 0.22), rgba(217, 119, 6, 0.08)) !important;
  }

  header nav::after {
    color: var(--hdr-ink);
  }

  header nav>ul>li {
    position: relative;
    border-color: var(--hdr-line) !important;
  }

  header nav>ul>li>div::before,
  header nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    margin: 0;
    border-radius: 0 999px 999px 0;
    background: var(--hdr-accent);
    opacity: 0.45;
  }

  header nav>ul>li>div,
  header nav>ul>li>a {
    display: flex !important;
    align-items: center !important;
    min-height: 50px;
    padding: 0 52px 0 18px !important;
    color: var(--hdr-ink) !important;
    line-height: 1.25;
  }

  header nav>ul>li>div>a {
    color: var(--hdr-ink) !important;
    line-height: 1.25;
  }

  .mobile-dropdown-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    color: var(--hdr-muted) !important;
    border: 1px solid rgba(15, 23, 42, 0.06);
  }

  .mobile-dropdown-toggle svg {
    width: 16px !important;
    height: 16px !important;
    display: block;
    color: currentColor !important;
    stroke: currentColor;
    transition: transform 0.2s ease, color 0.2s ease;
  }

  .mobile-dropdown-toggle.active {
    color: var(--hdr-accent) !important;
    border-color: rgba(217, 119, 6, 0.18);
  }

  .mobile-dropdown-toggle.active svg {
    transform: rotate(180deg) !important;
  }

  .dropdown-menu.active {
    box-shadow: inset 3px 0 0 rgba(217, 119, 6, 0.22) !important;
  }

  .dropdown-menu li a {
    display: flex !important;
    align-items: center;
    min-height: 42px;
    padding: 0 14px 0 30px !important;
    color: #475569 !important;
    line-height: 1.25;
  }

  .dropdown-menu li a:hover,
  .dropdown-menu li a:active {
    color: var(--hdr-accent) !important;
  }
}

/* Mobile pinned mockup scroll: keep screenshots changing before page continues */
.pinned-scroll-section {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.pinned-scroll-section .pinned-scroll-track {
  overflow: visible !important;
}

@media (max-width: 991px) {
  .pinned-scroll-section .pinned-scroll-track[style] {
    height: var(--mobile-pinned-height, 340vh) !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
    position: relative !important;
    width: 100%;
  }

  .pinned-scroll-section .sticky-viewport {
    position: sticky !important;
    top: 70px !important;
    height: calc(100vh - 70px) !important;
    min-height: calc(100vh - 70px);
    height: calc(100svh - 70px) !important;
    min-height: calc(100svh - 70px);
    display: flex;
    align-items: center;
    overflow: visible !important;
    margin-bottom: 0 !important;
    z-index: 10;
    width: 100%;
  }

  .pinned-scroll-section .sticky-viewport .container {
    width: 100%;
    overflow: visible !important;
    pointer-events: auto;
  }

  .pinned-scroll-section .sticky-viewport .app-crm-row {
    min-height: calc(100vh - 70px);
    height: calc(100vh - 70px) !important;
    min-height: calc(100svh - 70px);
    height: calc(100svh - 70px) !important;
    justify-content: center;
    gap: clamp(14px, 3vh, 24px);
    pointer-events: auto;
  }

  /* Override web-colum conflicting height on mobile */
  .pinned-scroll-section .sticky-viewport .web-colum.app-crm-row {
    height: calc(100vh - 70px) !important;
    min-height: calc(100svh - 70px);
    height: calc(100svh - 70px) !important;
  }

  .pinned-scroll-section .app-crm-col:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 58svh;
    overflow: hidden;
  }

  .pinned-scroll-section .app-crm-mockup {
    max-height: min(52svh, 440px);
  }

  .pinned-scroll-section .app-crm-mockup>img {
    max-height: min(52svh, 440px);
    width: auto !important;
  }

  .pinned-scroll-section .app-mockup-img img,
  .pinned-scroll-section .dynamic-pinned-img {
    transition: transform 0.18s ease !important;
  }

  .pinned-scroll-section .scroll-content-col {
    min-height: 132px;
    max-height: 32svh;
    overflow: hidden;
  }

  .pinned-scroll-section .absolute-heading {
    margin-bottom: 10px !important;
    line-height: 1.15;
  }

  .pinned-scroll-section .app-feature-wrapper {
    height: 108px !important;
  }

  .pinned-scroll-section .app-feature-item {
    padding: 24px 20px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(253, 204, 41, 0.08) 100%) !important;
    border-radius: 14px !important;
    border: 1.5px solid rgba(253, 204, 41, 0.3) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: none !important;
    transform: none !important;
  }

  .pinned-scroll-section .app-feature-item:hover {
    transform: none !important;
    background: inherit !important;
    border: inherit !important;
    box-shadow: inherit !important;
  }

  .pinned-scroll-section .app-feature-item.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 204, 41, 0.12) 100%) !important;
    border-color: rgba(253, 204, 41, 0.5) !important;
    box-shadow: 0 12px 32px rgba(253, 204, 41, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transition: none !important;
    transform: none !important;
  }

  .pinned-scroll-track .app-feature-item,
  .pinned-scroll-track .app-feature-item.active,
  .pinned-scroll-track .app-feature-item:hover {
    transition: none !important;
    transform: none !important;
  }

  .pinned-scroll-section .app-feature-item h4 {
    margin-bottom: 8px;
    font-size: clamp(18px, 5vw, 24px);
    color: #1f2937 !important;
    font-weight: 600;
  }

  .pinned-scroll-section .app-feature-item p {
    max-width: 32rem;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563 !important;
  }
}
}

@media (max-width: 480px) {
  .pinned-scroll-section .sticky-viewport {
    top: 60px !important;
    height: calc(100vh - 60px) !important;
    height: calc(100svh - 60px) !important;
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
  }

  .pinned-scroll-section .sticky-viewport .app-crm-row {
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px) !important;
    min-height: calc(100svh - 60px);
    height: calc(100svh - 60px) !important;
  }

  /* Override web-colum conflicting height on mobile */
  .pinned-scroll-section .sticky-viewport .web-colum.app-crm-row {
    height: calc(100vh - 60px) !important;
    min-height: calc(100svh - 60px);
    height: calc(100svh - 60px) !important;
  }

  .pinned-scroll-section .app-crm-col:first-child {
    max-height: 54svh;
  }

  .pinned-scroll-section .app-crm-mockup,
  .pinned-scroll-section .app-crm-mockup>img {
    max-height: min(50svh, 380px);
  }

}