/* Homepage (page-index-v5) — extracted from index.php */

/* Figma dark + purple theme scope */
    body.page-index-v5 {
        background-color: transparent !important;
    }

    /* Let Next.js wrappers be transparent so the page gradient shows through */
    body.page-index-v5 .html-embed-fullbleed,
    body.page-index-v5 .cms-page-content {
        background-color: transparent !important;
    }

    /* Sections that had opaque inline backgrounds — make transparent */
    body.page-index-v5 #unique-ip {
        background: transparent !important;
    }
    /* Nav over dark hero — matches Figma prototype */
    body.page-index-v5 #navbar {
        background: linear-gradient(180deg, rgba(2, 4, 10, 0.92) 0%, rgba(2, 4, 10, 0.8) 70%, transparent 100%) !important;
        box-shadow: none !important;
    }
    body.page-index-v5 #navbar.scrolled {
        background: rgba(11, 11, 11, 0.97) !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45) !important;
    }
    /* Hero right — floating “dashboard” cards (Figma) */
    .hero-figma-visual {
        min-height: 420px;
        perspective: 1200px;
    }
    .hero-float-card {
        position: absolute;
        border-radius: 16px;
        border: 1px solid rgba(139, 92, 246, 0.35);
        background: linear-gradient(145deg, rgba(30, 27, 75, 0.85), rgba(15, 23, 42, 0.92));
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.06) inset,
            0 24px 48px rgba(88, 28, 135, 0.35),
            0 0 60px rgba(59, 130, 246, 0.15);
        overflow: hidden;
        animation: hero-float-y 7s ease-in-out infinite;
    }
    .hero-float-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(96, 165, 250, 0.12), transparent 55%);
        pointer-events: none;
    }
    .hero-float-1 {
        width: 78%;
        height: 52%;
        top: 8%;
        right: 0;
        transform: rotateY(-12deg) rotateX(4deg);
        animation-delay: 0s;
    }
    .hero-float-2 {
        width: 62%;
        height: 38%;
        bottom: 12%;
        left: 4%;
        transform: rotateY(8deg) rotateX(-3deg);
        animation-delay: -3.5s;
        opacity: 0.95;
    }
    .hero-float-inner {
        position: relative;
        z-index: 1;
        padding: 1rem 1.1rem;
        height: 100%;
    }
    .hero-mock-bar {
        height: 6px;
        border-radius: 4px;
        background: linear-gradient(90deg, #60a5fa, #a78bfa, #22d3ee);
        opacity: 0.85;
        margin-bottom: 0.75rem;
    }
    .hero-mock-rows {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .hero-mock-rows span {
        display: block;
        height: 5px;
        border-radius: 3px;
        background: rgba(148, 163, 184, 0.35);
    }
    .hero-mock-rows span:nth-child(2) { width: 88%; }
    .hero-mock-rows span:nth-child(3) { width: 72%; background: rgba(96, 165, 250, 0.45); }
    @keyframes hero-float-y {
        0%, 100% { transform: translateY(0) rotateY(-12deg) rotateX(4deg); }
        50% { transform: translateY(-12px) rotateY(-10deg) rotateX(4deg); }
    }
    .hero-float-2 { animation-name: hero-float-y-2; }
    @keyframes hero-float-y-2 {
        0%, 100% { transform: translateY(0) rotateY(8deg) rotateX(-3deg); }
        50% { transform: translateY(10px) rotateY(8deg) rotateX(-3deg); }
    }
    @media (max-width: 991px) {
        .hero-figma-visual { display: none !important; }
    }
    /* Unique IP & Accelerators — static layout; tabs change content on click only */
    html, body.page-index-v5 {
        overflow-x: visible !important;
    }
    body.page-index-v5 #unique-ip {
        min-height: 0;
        position: relative;
        overflow: visible !important;
        z-index: 10;
        margin-top: -1px;
        padding-bottom: 3rem;
    }
    body.page-index-v5 .ip-pin-wrapper {
        position: relative;
        top: auto;
        z-index: 1;
        width: 100%;
        min-height: 0;
        margin: 0 auto;
        pointer-events: auto;
    }
    body.page-index-v5 .ip-pin-wrapper > * {
        pointer-events: auto;
    }
    body.page-index-v5 .ip-showcase-panels-container {
        position: relative;
        height: auto;
        min-height: 0;
        z-index: 10;
        overflow: visible;
    border-radius: 40px;
        isolation: isolate;
    width: 100%;
    max-width: none;
    }
    body.page-index-v5 .ip-showcase-panel {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        display: none;
    border-radius: 40px;
        overflow: hidden;
        opacity: 1;
        transform: none;
        pointer-events: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: opacity 0.2s ease, box-shadow 0.25s ease;
    }
    body.page-index-v5 .ip-showcase-panel.active {
        display: block;
        z-index: 2;
        pointer-events: auto;
        box-shadow:
            0 24px 80px rgba(0, 0, 0, 0.55),
            0 0 0 1px rgba(139, 92, 246, 0.12),
            0 0 100px rgba(88, 28, 135, 0.18);
    }
    @media (prefers-reduced-motion: reduce) {
        body.page-index-v5 .ip-showcase-panel {
            transition: none !important;
        }
    }
    .section-header-sticky {
        margin-bottom: 2rem;
    }
    .ip-nav-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        border: none;
        background: transparent;
        padding: 10px 0;
        border-radius: 0;
        color: #9ca3af !important;
        font-weight: 500;
        font-size: 1.05rem;
        transition: color 0.2s ease, font-weight 0.2s ease;
    }
    .ip-nav-btn:hover {
        color: #e5e7eb !important;
    }
    .ip-nav-btn.active {
        color: #ffffff !important;
        font-weight: 500;
        font-size: 1.1rem;
    }
    .ip-nav-btn .ip-nav-arrow {
        color: #3B96FF;
        font-size: 1rem;
        opacity: 0;
        transform: translateX(-6px);
        transition: opacity 0.2s ease, transform 0.2s ease;
        flex-shrink: 0;
    }
    .ip-nav-btn.active .ip-nav-arrow {
        opacity: 1;
        transform: translateX(0);
    }
    .ip-nav-mobile {
        display: none;
        overflow-x: auto;
        gap: 0.5rem;
        padding-bottom: 0.5rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .ip-nav-mobile .ip-nav-btn {
        flex-shrink: 0;
        width: auto;
        padding: 0.5rem 0.85rem;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,0.12);
        font-size: 0.9rem;
    }
    .ip-nav-mobile .ip-nav-btn.active {
        border-color: rgba(59, 150, 255, 0.5);
        background: rgba(59, 150, 255, 0.12);
    }
    .ip-nav-mobile .ip-nav-arrow {
        display: none;
    }
    @media (max-width: 767.98px) {
        .ip-nav-mobile { display: flex; }
    }
    /* Homepage hero: override inner-page-hero to be full viewport (matches Figma) */
    body.page-index-v5 .inner-page-hero {
        height: 100vh;
        min-height: 600px;
        padding-bottom: 160px; /* reserve space for trusted-by strip at bottom */
    }

    body.page-index-v5 .inner-hero-video-wrap video {
        opacity: 0.8; /* Figma: stronger video presence than inner-page default 0.62 */
        object-position: center right;
    }

    body.page-index-v5 .inner-hero-overlay--v5 {
        background:
            linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
            radial-gradient(ellipse 75% 55% at 88% 38%, rgba(124, 58, 237, 0.42), transparent 58%),
            radial-gradient(ellipse 45% 40% at 15% 75%, rgba(59, 130, 246, 0.12), transparent 50%),
            linear-gradient(90deg, #030308 0%, rgba(3, 3, 12, 0.96) 42%, rgba(8, 5, 22, 0.55) 72%, transparent 100%);
    }

    /* Homepage hero — typography + eyebrow refinements (Figma match) */
    body.page-index-v5 .inner-hero-title {
        font-size: clamp(2.4rem, 4.8vw, 52px);
        font-weight: 300;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }
    body.page-index-v5 .inner-hero-subtitle {
        max-width: 560px;
        font-size: 1.05rem;
        color: rgba(255, 255, 255, 0.62);
        line-height: 1.65;
        margin-top: 1.5rem;
    }
    body.page-index-v5 .inner-hero-ctas {
        margin-top: 2.5rem !important;
    }

    /* Glass container — layout handled by Bootstrap container/rounded-4/overflow-hidden/my-4 */
    body.page-index-v5 .sections-glass-wrap {
        position: relative;
    }

    /* Trusted-by marquee — nowrap required for CSS scroll animation */
    .trusted-logos-track {
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }


    /* ===== HERO BANNER NEW ===== */
    .hero-banner-new {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        background-color: #02040a;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    
    .hero-video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }
    
    .hero-video-bg video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
        opacity: 0.8;
    }
    
    .hero-overlay-gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270.02deg, rgba(0, 0, 0, 0.27) 33.28%, rgba(0, 0, 0, 0.893614) 62.26%, rgba(0, 0, 0, 0.9) 92.25%);
        z-index: 1;
        pointer-events: none;
    }
    
    .hero-content-container {
        position: relative;
        z-index: 2;
        width: 100%;
        padding-top: 50px; 
    }
    
    .hero-title-main {
        font-size: 50px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.4;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
        font-family: inherit;
    }
    .hero-title-accent {
        color: #71b3ff;
    }
    
    .text-blue-highlight {
        background: linear-gradient(90deg, #5eead4 0%, #38bdf8 35%, #60a5fa 65%, #a78bfa 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #71b3ff;
        font-weight: 800;
        font-size: 3.8rem;
        line-height: 1.1;
        letter-spacing: -1.5px;
        display: block;
        margin-top: 15px;
    }
    
    .hero-trusted-by {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    }
    .hero-trusted-by .container {
        overflow: hidden;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    .trusted-text {
        color: #949494;
        font-size: 0.85rem;
        margin-bottom: 25px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding-left: 15px; /* Alignment with scroll track */
    }
    
    .trusted-scroll-container {
        width: 50%;
        overflow: hidden;
        mask-image: none;
        -webkit-mask-image: none;
        position: relative;
    }

    .trusted-logos-track {
        display: inline-flex;
        align-items: center;
        gap: 34px;
        width: max-content;
        min-width: max-content;
        justify-content: flex-start;
        flex-wrap: nowrap;
        animation: trusted-logo-scroll 22s linear infinite;
        opacity: 0.92;
        will-change: transform;
    }
    .trusted-logos-track .trusted-logo-item {
        flex: 0 0 auto;
    }
    @keyframes trusted-logo-scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    .trusted-logos-track img {
        height: 40.12px;
        width: auto;
        max-width: 106.55px;
        object-fit: contain;
        opacity: 0.95;
        filter: grayscale(1) brightness(1.06);
    }
    .trusted-logos-track .trusted-logo-item {
        width: auto !important;
        height: auto !important;
        max-height: 40.12px;
        max-width: 132px;
        object-fit: contain;
        opacity: 0.95;
        filter: grayscale(1) brightness(1.06);
    }
    .trusted-text {
        color: #949494 !important;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 36.8px;
        padding-left: 0 !important;
        margin-left: 0 !important;
        letter-spacing: 0;
    }

    /* Small Adjustments for Mobile */
    @media (max-width: 991px) {
        .hero-title-main { font-size: 2rem; }
        .text-blue-highlight { font-size: 3.2rem; }
        .hero-overlay-gradient { background: linear-gradient(270.02deg, rgba(0, 0, 0, 0.27) 33.28%, rgba(0, 0, 0, 0.893614) 62.26%, rgba(0, 0, 0, 0.9) 92.25%); }
        .hero-trusted-by { width: 100%; left: 0; transform: none; }
    }
    @media (max-width: 768px) {
        .hero-title-main { font-size: 1.6rem; }
        .text-blue-highlight { font-size: 2.6rem; }
        .trusted-logos-track { gap: 40px; }
        .hero-trusted-by { bottom: 20px; }
    }
    @media (max-width: 576px) {
        .hero-banner-new { min-height: 100svh; height: auto; padding: 80px 0 0; flex-direction: column; justify-content: center; align-items: stretch; }
        .hero-content-container { padding-top: 20px; flex: 1; display: flex; align-items: center; }
        .hero-title-main { font-size: 1.4rem; }
        .text-blue-highlight { font-size: 2.2rem; line-height: 1.2; margin-top: 5px; }
        .hero-overlay-gradient { background: linear-gradient(270.02deg, rgba(0, 0, 0, 0.27) 33.28%, rgba(0, 0, 0, 0.893614) 62.26%, rgba(0, 0, 0, 0.9) 92.25%); }
        .hero-trusted-by { position: relative; bottom: auto; padding-top: 30px; padding-bottom: 20px; width: 100%; }
    }

    /* IMPACT SECTION */
    .impact-card {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        overflow: hidden;
        transition: 0.3s;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .impact-card:hover {
        transform: translateY(-5px);
        border-color: var(--brand-blue-light);
        box-shadow: 0 10px 30px rgba(59, 150, 255, 0.2);
    }

    .v5-gradient-outline-btn {
        background: transparent !important;
        border: none !important;
        z-index: 1;
        color: #E565F3 !important; /* Soft purple text as seen in mockup */
        font-weight: 600;
        transition: 0.3s;
    }
    .v5-gradient-outline-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50px;
        padding: 1.5px;
        background: linear-gradient(90deg, #C222FF, #19B0FF);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }
    .v5-gradient-outline-btn:hover {
        opacity: 0.8;
        transform: scale(1.02);
    }
    .v5-badge-outline {
        background: transparent !important;
        border: 1px solid #3B96FF !important;
        color: #3B96FF !important;
        font-weight: 500;
        padding: 4px 16px !important;
        font-size: 0.7rem !important;
        letter-spacing: 0.5px;
    }

    .impact-img {
        height: 200px;
        position: relative;
        overflow: hidden;
    }
    .impact-img-main {
        height: 300px;
    }
    .impact-img-small {
        height: 150px;
    }
    .impact-img-photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
    }

    /* Keep case-study images clean without extra dark layer */
    .impact-img::after {
        content: none;
    }

    .impact-body {
        padding: 30px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    /* SERVICE CARD MINI */
    .service-card-mini {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        padding: 30px;
        border-radius: 15px;
        transition: 0.3s;
        text-align: center;
    }

    .service-card-mini:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: var(--brand-blue-light);
        transform: translateY(-5px);
    }

    .svc-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
        background: linear-gradient(45deg, #3b96ff, #852275);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* TESTIMONIALS FIX */
    .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-carousel .owl-item {
        display: flex;
        flex: 1 0 auto;
    }

    .client-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.03);
        /* Glassy Border */
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 40px;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(5px);
    }

    .client-card:hover {
        transform: translateY(-5px);
        border-color: var(--brand-blue-light);
        box-shadow: 0 0 20px rgba(59, 150, 255, 0.2), inset 0 0 20px rgba(59, 150, 255, 0.05);
    }

    .quote-icon {
        font-size: 3rem;
        color: var(--brand-magenta);
        opacity: 0.8;
        margin-bottom: 20px;
        line-height: 1;
        text-shadow: 0 0 10px rgba(133, 34, 117, 0.5);
    }

    .client-quote {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.9);
        font-style: italic;
        margin-bottom: 30px;
        line-height: 1.6;
        flex-grow: 1;
    }

    .client-logo-text {
        font-weight: 900;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        /* Metallic Gradient Text Logo */
        background: linear-gradient(135deg, #ffffff 0%, #b4c6e7 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0.9;
        margin-top: auto;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Section corner makeup – 3dglass: elegant, brighter */
    .section-corners {
        position: relative;
        overflow: visible;
    }
    .section-corners .corner-deco {
        position: absolute;
        z-index: 0;
        pointer-events: none;
        width: 160px;
        height: 160px;
        opacity: 0.62;
        max-width: 20vw;
        max-height: 20vw;
        transition: opacity 0.3s ease;
        filter: brightness(1.2) contrast(1.05) drop-shadow(0 0 20px rgba(59, 150, 255, 0.15)) drop-shadow(0 0 40px rgba(133, 34, 117, 0.08));
    }
    .section-corners .corner-deco img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

/* Card */
.partner_block .card {
  height: 120px;                 /* fixed height */
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(6px);

  transition: all 0.3s ease;
}

/* Image */
.partner_block .card img {
  max-width: 100%;
  max-height: 60px;              /* 🔥 controls logo size */
  object-fit: contain;
}

/* Hover effect (optional) */
.partner_block .card:hover {
  transform: translateY(-5px);
  border-color: #4fa3f7;
  box-shadow: 0 4px 20px rgba(79,163,247,0.2);
}
    
.section-corners .corner-tl { top: 0; left: 0; }
.section-corners .corner-tr { top: 0; right: 0; transform: scaleX(-1); }
.section-corners .corner-bl { bottom: 0; left: 0; transform: scaleY(-1); }
.section-corners .corner-br { bottom: 0; right: 0; transform: scale(-1); }
.section-corners .container,
.section-corners .row { position: relative; z-index: 1; }
@media (max-width: 768px) {
    .section-corners .corner-deco { width: 100px; height: 100px; opacity: 0.5; }
}

/* Sections using .section-light — dark glass (matches homepage reference) */
.section-light {
    background: #0B0B0B !important;
    color: #e2e8f0;
}
.section-light .text-white { color: #f8fafc !important; }
.section-light .text-white-50 { color: rgba(255, 255, 255, 0.6) !important; }
.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5,
.section-light .display-4, .section-light .display-5 { color: #f1f5f9 !important; }
.section-light .lead { color: rgba(255, 255, 255, 0.55) !important; }
.section-light .badge.bg-transparent.border-secondary { border-color: rgba(255, 255, 255, 0.25) !important; color: #cbd5e1 !important; }
.section-light .badge.bg-transparent.border-primary { border-color: #3B96FF !important; color: #3B96FF !important; }
.section-light .impact-card .badge.bg-primary { background: #3B96FF !important; color: #fff !important; border: none !important; }
.section-light .btn-outline-primary { border-color: #3B96FF !important; color: #3B96FF !important; }
.section-light .btn-outline-primary:hover { background: #3B96FF !important; border-color: #3B96FF !important; color: #fff !important; }
.section-light .impact-card .text-primary { color: #3B96FF !important; }
.section-light .impact-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.section-light .impact-card .text-white { color: #f1f5f9 !important; }
.section-light .impact-card .text-white-50 { color: rgba(255, 255, 255, 0.55) !important; }
.section-light .impact-card:hover { border-color: var(--brand-blue-light) !important; box-shadow: 0 8px 30px rgba(59, 150, 255, 0.2); }
.section-light .btn-outline-light { color: #e2e8f0; border-color: rgba(255, 255, 255, 0.25); }
.section-light .btn-outline-light:hover { color: #fff; border-color: var(--brand-blue-light); background: var(--brand-blue-light); }
.section-light .gradient-text-hero { background: linear-gradient(135deg, #60a5fa, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-light .corner-deco { opacity: 0.45; filter: brightness(1.05) contrast(1.05) drop-shadow(0 0 15px rgba(59, 150, 255, 0.25)); }

/* Industries — left title block stays visible while scrolling the list (desktop) */
@media (min-width: 992px) {
    body.page-index-v5 .industries-sticky-title {
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
        align-self: flex-start;
        z-index: 2;
    }
}

.industries-icon-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    object-position: center;
}

/* AI search strip — bg-gradient.svg via <img class="figma-search-strip-bg"> in HTML */
.figma-search-strip {
    background-color: #ffffff !important;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(139, 92, 246, 0.12) !important;
    isolation: isolate;
}
.figma-search-strip-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}
.figma-search-inner {
    position: relative;
    z-index: 2;
}
.figma-search-strip h2.figma-search-heading {
    color: #000000 !important;
    font-size: clamp(1.5rem, 4.2vw, 2.5rem);
    line-height: 1.25;
}
.figma-search-strip .figma-search-btn {
    color: #3B96FF !important;
    background: transparent !important;
    border: none !important;
}
.figma-search-strip .figma-search-icon-mag {
    font-size: 1.15rem;
    color: #3B96FF !important;
}

/* White search bar + thin blue border + soft blue neon glow (reference) */
.figma-ai-search-input-wrap {
    max-width: 720px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid rgba(79, 163, 247, 0.45);
    background: rgb(255 255 255 / 0%) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 0 0 1px rgba(79, 163, 247, 0.10),
        0 2px 8px rgba(79, 163, 247, 0.10),
        0 4px 28px rgba(79, 163, 247, 0.18),
        0 0 48px rgba(79, 163, 247, 0.12);
    padding: 10px 12px 10px 14px;
}
.figma-ai-search-input-wrap .figma-search-field {
    background: transparent !important;
    color: #1f2937 !important;
    font-size: 1rem !important;
}
.figma-ai-search-input-wrap .figma-search-field::placeholder {
    color: #64748b !important;
    font-weight: 400;
}
.figma-ai-search-input-wrap .figma-search-field:focus {
    box-shadow: none !important;
    outline: none !important;
}
.figma-search-vr {
    min-height: 1.75rem;
    width: 1px;
    background: rgba(148, 163, 184, 0.25) !important;
    opacity: 1 !important;
}
.figma-gear-icon {
    color: #1e6fd9 !important;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06));
}
.figma-cloud-icon {
    color: #e8f4fc !important;
}
.figma-gear-stack {
    width: 32px;
    height: 32px;
}

/* If strip reused without page-index-v5: dark theme */
body:not(.page-index-v5) .figma-search-strip {
    background-color: #0B0B0B !important;
}
body:not(.page-index-v5) .figma-search-strip h2.figma-search-heading {
    color: #f1f5f9 !important;
}
body:not(.page-index-v5) .figma-ai-search-input-wrap {
    border: 1px solid rgba(79, 163, 247, 0.45);
    background: linear-gradient(180deg, #16161f 0%, #101018 100%) !important;
    box-shadow:
        0 0 0 1px rgba(79, 163, 247, 0.2),
        0 4px 32px rgba(0, 0, 0, 0.45),
        0 0 48px rgba(79, 163, 247, 0.12);
}
body:not(.page-index-v5) .figma-ai-search-input-wrap .figma-search-field {
    background: transparent !important;
    color: #e2e8f0 !important;
}
body:not(.page-index-v5) .figma-ai-search-input-wrap .figma-search-field::placeholder {
    color: #94a3b8 !important;
}
body:not(.page-index-v5) .figma-search-strip .figma-search-icon-mag {
    color: #3B96FF !important;
}
.figma-search-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* background: linear-gradient(145deg, rgba(124, 58, 237, 0.35), rgba(30, 58, 138, 0.5));
    border: 1px solid rgba(167, 139, 250, 0.35); */
}
.figma-gear-icon {
    font-size: 32px;
}
.figma-cloud-icon {
    font-size: 0.72rem;
    margin-top: 1px;
}

@media (max-width: 767px) {
    .figma-search-inner {
        margin-left: 12px;
        margin-right: 12px;
        border-radius: 14px;
    }
    .figma-search-strip h2.figma-search-heading {
        font-size: clamp(1.25rem, 5vw, 1.55rem);
    }
}

.bi::before {
    font-weight: bold !important;
}
.whitepaper-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: transform 0.3s, border-color 0.3s;
    /* display: flex; */
    flex-direction: column;
}
.whitepaper-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 150, 255, 0.35);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.partner-box {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.02);
    backdrop-filter: blur(9.2px);
    -webkit-backdrop-filter: blur(9.2px);
    border-radius: 9.33px; display: flex; align-items: center; justify-content: center;
    height: 113px;
    transition: all 0.3s;
    padding: 0 16px;
}
.partner-box:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3); }
.partner-logo-item {
    max-height: 70px;
}
.trusted-logos-carousel .item {
    min-height: 46px;
}
.trusted-logos-carousel .trusted-logo-item {
    max-height: 40px;
    width: auto !important;
}
body.page-index-v5 #clientLogosCarousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .trusted-scroll-container {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .trusted-logos-track {
        width: max-content;
        min-width: 100%;
        padding-right: 12px;
    }
    .trusted-logos-track .trusted-logo-item {
        max-height: 28px;
        max-width: 96px;
    }
    .trusted-logos-carousel .trusted-logo-item {
        max-height: 28px;
    }
    .partner-box {
        height: 96px;
        padding: 0 12px;
    }
    .partner-logo-item {
        max-height: 62px;
    }
    body.page-index-v5 #unique-ip .ip-showcase-panel .content-card {
        min-height: 320px !important;
    }
    body.page-index-v5 #unique-ip .ip-showcase-panel > div > .row > .col-lg-6:last-child > .card.content-card {
        min-height: 180px !important;
    }
    body.page-index-v5 #unique-ip .ip-showcase-panel .card-img-overlay {
        padding: 1.1rem !important;
    }
}

/* ClairAI card logo exact Figma frame size */
body.page-index-v5 .clair-logo img {
    width: 111px !important;
    height: 49.5px !important;
    object-fit: contain;
    object-position: left center;
}

/* Unique IP — main card overlay lead (all showcase tabs; .ip-clair-lead kept for older CMS HTML) */
body.page-index-v5 .ip-panel-lead,
body.page-index-v5 .ip-clair-lead {
    max-width: 421px;
    font-size: clamp(0.98rem, 1.12vw, 1.125rem);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.96);
}

/* Home custom video modal (Bootstrap-independent; portaled to body via JS) */
.home-video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10050;
    pointer-events: none;
}
.home-video-modal.is-open {
    display: block;
    pointer-events: auto;
}
.home-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}
.home-video-modal__dialog {
    position: relative;
    width: min(1100px, 92vw);
    margin: 4vh auto 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: #0b0b0f;
    overflow: hidden;
}
.home-video-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home-video-modal__title {
    color: #fff;
    margin: 0;
    font-size: 1rem;
}
.home-video-modal__close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}
.home-video-modal__body {
    padding: 0;
}

/* Homepage — fluid section titles (replaces fixed 70px / 40px inline styles) */
body.page-index-v5 .home-section-title {
    font-size: clamp(1.85rem, 3.8vw, 4.375rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}
@media (max-width: 991.98px) {
    body.page-index-v5 .home-section-title {
        font-size: clamp(1.7rem, 5.6vw, 2.75rem);
        line-height: 1.14;
    }
}
@media (max-width: 575.98px) {
    body.page-index-v5 .home-section-title {
        font-size: clamp(1.55rem, 7.2vw, 2.05rem);
        line-height: 1.18;
        letter-spacing: -0.01em;
    }
}
body.page-index-v5 .home-section-lead {
    font-size: clamp(0.9rem, 0.2vw + 0.86rem, 1.05rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.page-index-v5 .client-logo-tile {
    width: min(210px, 100%);
    max-width: 210px;
    height: 110px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Testimonials — Owl Carousel */
body.page-index-v5 .testimonials-logos-carousel .item {
    display: flex;
    justify-content: center;
}
body.page-index-v5 .testimonials-logos-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 4px 0 12px;
}
body.page-index-v5 .testimonials-logos-carousel .owl-nav {
    display: none;
}
body.page-index-v5 .testimonials-logos-carousel .owl-dots {
    text-align: center;
    margin-top: 0.5rem;
}
body.page-index-v5 .testimonials-logos-carousel .owl-dot span {
    background: rgba(255, 255, 255, 0.25);
}
body.page-index-v5 .testimonials-logos-carousel .owl-dot.active span,
body.page-index-v5 .testimonials-logos-carousel .owl-dot:hover span {
    background: #3b96ff;
}

body.page-index-v5 .testimonial-quote-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 100%;
}
body.page-index-v5 .testimonial-quote-mark {
    opacity: 0.25;
}
body.page-index-v5 .testimonial-avatar-wrap {
    width: 70px;
    height: 70px;
    overflow: hidden;
}
body.page-index-v5 .testimonial-avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-index-v5 .testimonials-quotes-carousel.owl-loaded .item {
    display: flex;
    width: 100%;
}
body.page-index-v5 .testimonials-quotes-carousel.owl-loaded .owl-stage-outer {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 8px;
}
/* Prevent generic Owl flex rule from breaking quote slide widths */
body.page-index-v5 .testimonials-quotes-carousel.owl-loaded .owl-item {
    flex: 0 0 auto !important;
}
body.page-index-v5 .testimonials-quotes-carousel.owl-loaded .item .testimonial-quote-card {
    width: 100%;
}

/* Fallback when Owl is unavailable/not initialized: show horizontal card track */
/* (no owl fallback needed now; testimonials use css-track markup directly) */
body.page-index-v5 .testimonials-quotes-carousel .owl-nav button.owl-prev,
body.page-index-v5 .testimonials-quotes-carousel .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    font-size: 1.25rem;
    margin-top: -0.5rem;
}
body.page-index-v5 .testimonials-quotes-carousel .owl-nav button.owl-prev:hover,
body.page-index-v5 .testimonials-quotes-carousel .owl-nav button.owl-next:hover {
    background: rgba(59, 150, 255, 0.2) !important;
    border-color: rgba(59, 150, 255, 0.5) !important;
}
body.page-index-v5 .testimonials-quotes-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    text-align: center;
    margin-top: 1.75rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    position: relative;
    z-index: 2;
}
body.page-index-v5 .testimonials-quotes-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
}
body.page-index-v5 .testimonials-quotes-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 6px 5px;
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 50%;
    display: block;
    transition: background 0.2s ease, transform 0.2s ease;
}
body.page-index-v5 .testimonials-quotes-carousel .owl-dot.active span,
body.page-index-v5 .testimonials-quotes-carousel .owl-dot:hover span {
    background: #3b96ff !important;
    transform: scale(1.15);
}
body.page-index-v5 .testimonials-quotes-carousel .owl-dot.active span {
    box-shadow: 0 0 12px rgba(59, 150, 255, 0.55);
}

.testimonials-css-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 0;
    padding-top: 12px;
    padding-bottom: 1.25rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.testimonials-css-track::-webkit-scrollbar {
    height: 4px;
}
.testimonials-css-track::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 2px;
}
.testimonials-css-track::-webkit-scrollbar-thumb {
    background: rgba(59, 150, 255, 0.45);
    border-radius: 2px;
}
.testimonials-css-track::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 150, 255, 0.75);
}
.testimonials-css-track {
    cursor: grab;
}
.testimonials-css-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}
.testimonial-css-slide {
    flex: 0 0 min(360px, 88vw);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding-top: 2px;
}
.testimonial-css-slide .testimonial-quote-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media (min-width: 992px) {
    .testimonial-css-slide { flex-basis: 340px; }
}
@media (min-width: 1200px) {
    .testimonial-css-slide { flex-basis: 360px; }
}

/* ── Page-gradient transparency overrides ────────────────────────────── */

/* All Bootstrap .card elements — translucent glass over page gradient */
body.page-index-v5 .card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Override inline style="background: #161616" across all sections */
body.page-index-v5 [style*="background: #161616"] {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Industry row items (use inline style, not .card) */
body.page-index-v5 .industries-section .rounded-4 {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
body.page-index-v5 .industries-section .rounded-4 h3 {
    font-weight: 800 !important;
    font-size: 1.35rem !important;
    line-height: 1.2;
    margin-bottom: 0.35rem !important;
}
body.page-index-v5 .industries-section .rounded-4 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    margin-bottom: 0 !important;
}

/* Insights rounded-5 cards */
body.page-index-v5 .rounded-5[style] {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
body.page-index-v5 .content-rounded-card h3,
body.page-index-v5 .content-rounded-card h4 {
    font-size: clamp(1.22rem, 1.35vw, 1.5rem) !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
}

/* Join Our Team stat boxes — slightly more opaque */
body.page-index-v5 .py-5.text-white .rounded-4 {
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-color: rgba(255, 255, 255, 0.15) !important;
}
body.page-index-v5 .join-team-stat-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    box-shadow: none !important;
}
body.page-index-v5 .join-team-stat-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: center;
}
body.page-index-v5 .join-team-stat-card .small {
    color: #ffffff !important;
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.12rem);
    line-height: 1.25;
    font-weight: 500;
}
body.page-index-v5 .join-team-left .join-team-copy {
    max-width: 430px;
    font-size: clamp(1.05rem, 0.25vw + 1rem, 1.22rem);
    line-height: 1.35;
    color: #ffffff !important;
    margin-top: 0.35rem;
}
body.page-index-v5 p.text-white-50.join-team-copy {
    color: #ffffff !important;
    opacity: 1 !important;
}
body.page-index-v5 .join-team-left .join-team-cta {
    min-width: 280px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 1.75rem;
}
@media (max-width: 991.98px) {
    body.page-index-v5 .join-team-left .join-team-copy {
        max-width: 100%;
    }
    body.page-index-v5 .join-team-left .join-team-cta {
        min-width: 220px;
        min-height: 48px;
    }
}

/* IP panel inner wrapper — exact Figma gradient, border, and glow */
body.page-index-v5 .ip-showcase-panel > div {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 0 65px rgba(69, 26, 141, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    border-radius: 40px !important;
}
.ip-panel-shell {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.28);
    box-shadow: 0 0 80px rgba(88, 28, 135, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    border-radius: 1.5rem;
}
.ip-panel-shell-soft {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.22);
    box-shadow: 0 0 80px rgba(88, 28, 135, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    border-radius: 1.5rem;
}
.ip-panel-row {
    min-height: 500px;
}
.ip-main-card {
    min-height: 460px;
    border: 1px solid rgba(139, 92, 246, 0.15) !important;
    border-radius: 35px !important;
}
.ip-media-overlay {
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}
.ip-side-media-card .js-video-trigger {
    pointer-events: auto;
    cursor: pointer;
}
.ip-main-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(44, 2, 45, 0.86) 76%);
    pointer-events: none;
}
body.page-index-v5 #unique-ip .ip-showcase-panel .card-img-overlay {
    pointer-events: auto;
}
body.page-index-v5 .ip-showcase-panel:not(.active) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.ip-side-media-card {
    min-height: 230px;
    border-radius: 1.5rem !important;
}
.ip-video-trigger {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.ip-video-trigger-lg {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.55);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}
.ip-side-media-card .js-video-trigger:hover,
.ip-side-media-card .js-video-trigger:focus-visible {
    transform: scale(1.1);
    background: rgba(59, 150, 255, 0.28) !important;
    border-color: rgba(96, 165, 250, 0.65) !important;
    box-shadow: 0 0 32px rgba(59, 150, 255, 0.45), 0 0 12px rgba(167, 139, 250, 0.35);
    outline: none;
}
.ip-side-media-card .js-video-trigger:hover .bi-play-fill,
.ip-side-media-card .js-video-trigger:focus-visible .bi-play-fill {
    color: #dbeafe;
}
.ip-video-icon-wrap {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ip-blog-card {
    background: rgba(53, 53, 53, 1);
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 1.5rem !important;
}
.ip-blog-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-height: 24px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ip-blog-copy-sm, 
.ip-blog-copy-md {
    font-size: 0.9rem;
    font-weight: 300;
}
/*
.ip-blog-copy-sm {
    font-size: 0.75rem;
}
*/

/* Unique IP — blog card body: max 3 lines (paragraph copy only) */
body.page-index-v5 .ip-showcase-panel p.ip-blog-copy-md,
body.page-index-v5 .ip-showcase-panel p.ip-blog-copy-sm {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/* Challenges / Capabilities lists — show every point (no clamp) */
body.page-index-v5 .ip-showcase-panel .ip-points-list {
    display: block;
    overflow: visible;
    margin: 0;
    padding-left: 1.15rem;
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.45;
}

body.page-index-v5 .ip-showcase-panel .ip-points-list li {
    margin-bottom: 0.35rem;
}

body.page-index-v5 .ip-showcase-panel .ip-points-list li:last-child {
    margin-bottom: 0;
}

body.page-index-v5 .ip-showcase-panel .ip-blog-card h6.ip-points-title {
    display: block;
    overflow: visible;
    min-height: 0;
    margin-bottom: 0.75rem;
}

/* Figma layout split: ~16% nav + ~84% showcase */
@media (min-width: 992px) {
    body.page-index-v5 .ip-showcase-layout {
        --ip-gap: 22px;
        display: flex;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
    }
    body.page-index-v5 .ip-showcase-layout > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    body.page-index-v5 .ip-showcase-nav-col {
        flex: 0 0 calc(16.04% - var(--ip-gap));
        max-width: calc(16.04% - var(--ip-gap));
        margin-right: var(--ip-gap);
        position: relative;
        z-index: 30;
        pointer-events: auto;
    }
    body.page-index-v5 .ip-showcase-panel-col {
        flex: 0 0 83.96%;
        max-width: 83.96%;
        padding-left: 24px !important;
        position: relative;
        z-index: 10;
    }
    body.page-index-v5 #ip-showcase-nav-desktop {
        position: relative;
        z-index: 31;
        pointer-events: auto;
    }
    body.page-index-v5 #ip-showcase-nav-desktop .ip-nav-btn {
        position: relative;
        z-index: 32;
        pointer-events: auto;
        cursor: pointer;
    }
}

/* Unique IP section: micro Figma parity pass */
body.page-index-v5 #unique-ip .ip-showcase-panels-container,
body.page-index-v5 #unique-ip .ip-showcase-panel,
body.page-index-v5 #unique-ip .ip-showcase-panel > div {
    border-radius: 40px !important;
}

/* panel frame padding around inner cards */
body.page-index-v5 #unique-ip .ip-showcase-panel > div {
    padding: 18px !important;
}
@media (min-width: 992px) {
    body.page-index-v5 #unique-ip .ip-showcase-panel > div {
        padding: 20px !important;
    }
}

/* big feature card radius (left) */
body.page-index-v5 #unique-ip .ip-showcase-panel > div > .row > .col-lg-6:first-child .card.content-card {
    border-radius: 35px !important;
}

/* right-top media card radius */
body.page-index-v5 #unique-ip .ip-showcase-panel > div > .row > .col-lg-6:last-child > .card.content-card {
    border-radius: 18px !important;
}

/* right-bottom article cards radius */
body.page-index-v5 #unique-ip .ip-showcase-panel > div > .row > .col-lg-6:last-child .row .card.content-card {
    border-radius: 32px !important;
}

/* Desktop nav text parity */
@media (min-width: 768px) {
    body.page-index-v5 #ip-showcase-nav-desktop .ip-nav-btn {
        justify-content: flex-start;
        gap: 10px;
        font-size: 20px;
        line-height: 15px;
        color: #797d86 !important;
        font-weight: 400;
        padding: 10px 0;
        letter-spacing: -0.018em;
    }
    body.page-index-v5 #ip-showcase-nav-desktop .ip-nav-btn.active {
        color: #ffffff !important;
        font-weight: 800;
    }
    body.page-index-v5 #ip-showcase-nav-desktop .ip-nav-btn .ip-nav-arrow {
        font-size: 30px;
        line-height: 1;
        margin-left: 0;
        color: #3b96ff;
        opacity: 0;
        transform: translateX(-10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    body.page-index-v5 #ip-showcase-nav-desktop .ip-nav-btn.active .ip-nav-arrow {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Remove divider line between left nav and right panel */
body.page-index-v5 .ip-showcase-panel-col {
    border-left: none !important;
}

/* Image & video cards (overflow-hidden) — no blur, dark fallback only */
body.page-index-v5 .ip-showcase-panel .card.overflow-hidden {
    background: rgba(6, 6, 14, 0.80) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Blog/article cards — near-opaque to match Figma dark tone */
body.page-index-v5 .ip-showcase-panel .card:not(.overflow-hidden) {
    background: rgba(53, 53, 53, 1) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Unique IP section sidebar + desktop nav — transparent bg */
body.page-index-v5 .ip-pin-wrapper {
    background: transparent;
}

/* Sidebar nav — start from top, match Figma vertical alignment */
.ip-showcase-sidebar-inner {
    padding-top: 0.25rem;
}

/* Glass wrap: clip keeps rounded corners clean */
body.page-index-v5 .sections-glass-wrap {
    overflow: clip !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


/* Footer link hover */
.footer-link-item:hover {
    color: #fff !important;
}

/* Industries left column — sticky while right column scrolls */
@media (min-width: 992px) {
    .industries-sticky-title {
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
        align-self: flex-start;
    }
}
body.page-index-v5 .industries-section .industries-sticky-title {
    text-align: left !important;
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
    margin-left: 0 !important;
}
body.page-index-v5 .industries-section .home-section-title,
body.page-index-v5 .industries-section .home-section-lead {
    text-align: left !important;
    margin-left: 0 !important;
}
@media (max-width: 991.98px) {
    body.page-index-v5 .industries-section .industries-sticky-title {
        position: static !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    body.page-index-v5 .industries-section .home-section-title,
    body.page-index-v5 .industries-section .home-section-lead {
        overflow: visible !important;
        clip-path: none !important;
    }
}
/* Homepage-only: remove GET IN TOUCH section backdrop */
body.page-index-v5 [data-site-footer].get-touch-section {
    background: transparent !important;
    border-top: none !important;
}
body.page-index-v5 [data-site-footer].get-touch-section::before {
    display: none !important;
}
/* Homepage-only: footer background transparent, no full-width top border */
body.page-index-v5 .site-footer-main {
    background: transparent !important;
    background-color: transparent !important;
    border-top: none !important;
}
/* Homepage-only: show top border only at footer container width */
body.page-index-v5 .site-footer-main > .container {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 2%;
}
