
        /* Intro Hero Section */
        .certified-team-page .hero-professional .professional-subtitle {
            margin-bottom: 1.25rem;
        }

        .certified-team-page .hero-professional .professional-description {
            font-size: 1.05rem;
            line-height: 1.8;
            color: var(--text-color);
            max-width: 620px;
            margin-bottom: 2.25rem;
        }

        .certified-team-page .hero-professional .main-image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        @media (max-width: 991px) {
            .certified-team-page .hero-professional .professional-description {
                font-size: 1rem;
                margin-bottom: 2rem;
            }
        }

        /* Team Stats Section */
        .team-stats {
            background: linear-gradient(135deg, #0f1b3d 0%, #1a3a6e 100%);
            color: #fff;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .team-stats::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 1;
        }

        .team-stats .container {
            position: relative;
            z-index: 1;
        }

        .team-stats .stat-item {
            text-align: center;
            padding: 24px 16px;
        }

        .team-stats .stat-icon {
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .team-stats .stat-icon i {
            font-size: 32px;
            color: #fff;
        }

        .team-stats .stat-number {
            font-size: 52px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 12px;
            color: #fff;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .team-stats .stat-label {
            font-size: 14px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.85);
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        /* Certifications Section */
        .certifications {
            --cert-accent: var(--accent-color);
            --cert-soft: rgba(26, 80, 172, 0.08);
            --cert-border: rgba(26, 80, 172, 0.12);
            position: relative;
            overflow: hidden;
            padding: 92px 0;
        }

        .certifications--salesforce {
            background:
                radial-gradient(circle at 12% 12%, rgba(26, 80, 172, 0.12) 0%, rgba(26, 80, 172, 0) 40%),
                radial-gradient(circle at 86% 90%, rgba(26, 80, 172, 0.12) 0%, rgba(26, 80, 172, 0) 42%),
                linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
        }

        .certifications--odoo {
            --cert-accent: #7b4b8a;
            --cert-soft: rgba(123, 75, 138, 0.08);
            --cert-border: rgba(123, 75, 138, 0.14);
            background:
                radial-gradient(circle at 12% 12%, rgba(26, 80, 172, 0.12) 0%, rgba(26, 80, 172, 0) 40%),
                radial-gradient(circle at 86% 90%, rgba(26, 80, 172, 0.12) 0%, rgba(26, 80, 172, 0) 42%),
                linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
        }

        .certifications--zoho {
            --cert-accent: #2f9b53;
            --cert-soft: rgba(47, 155, 83, 0.08);
            --cert-border: rgba(47, 155, 83, 0.14);
            background:
                radial-gradient(circle at 12% 12%, rgba(26, 80, 172, 0.12) 0%, rgba(26, 80, 172, 0) 40%),
                radial-gradient(circle at 86% 90%, rgba(26, 80, 172, 0.12) 0%, rgba(26, 80, 172, 0) 42%),
                linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
        }

        .certifications .certifications-shell {
            position: relative;
            z-index: 1;
        }

        .certifications .section-title {
            margin-bottom: 18px;
        }

        .certifications .section-title h6 {
            color: var(--cert-accent);
            letter-spacing: 1px;
        }

        .certifications .section-title h2 {
            margin-bottom: 12px;
        }

        .certifications .section-title p {
            max-width: 760px;
            margin: 0 auto;
            color: #36537d;
        }

        .certifications .cert-badge-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px 12px;
        }

        .certifications .cert-badge-item {
            flex: 0 1 104px;
            width: clamp(92px, 8vw, 104px);
            padding: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.2s ease;
        }

        .certifications .cert-badge-item img {
            width: 100%;
            max-width: 100px;
            height: auto;
        }

        .certifications .cert-badge-item:hover {
            transform: translateY(-2px);
        }

        .certifications--odoo .cert-badge-item {
            flex-basis: 136px;
            width: 136px;
        }

        .certifications--odoo .cert-badge-item img {
            max-width: 134px;
        }

        .certifications--zoho .cert-badge-item {
            flex-basis: 156px;
            width: 156px;
        }

        .certifications--zoho .cert-badge-item img {
            max-width: 154px;
        }

        .certifications--odoo .cert-badge-grid {
            gap: 4px 6px;
        }

        .certifications--zoho .cert-badge-grid {
            gap: 6px 8px;
        }

        /* Team Members Grid */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
        }

        .team-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow:
                rgba(17, 17, 26, 0.05) 0px 4px 16px,
                rgba(17, 17, 26, 0.05) 0px 8px 32px;
            transition: all 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-8px);
            box-shadow:
                rgba(17, 17, 26, 0.1) 0px 8px 24px,
                rgba(17, 17, 26, 0.1) 0px 16px 48px;
        }

        .team-card .member-image {
            height: 280px;
            background: var(--bg-highlight);
            overflow: hidden;
            position: relative;
        }

        .team-card .member-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .team-card:hover .member-image img {
            transform: scale(1.05);
        }

        .team-card .member-badges {
            position: absolute;
            bottom: 12px;
            left: 12px;
            right: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .team-card .badge {
            background: rgba(255, 255, 255, 0.95);
            color: var(--accent-color);
            font-size: 11px;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .team-card .member-info {
            padding: 24px;
            text-align: center;
        }

        .team-card .member-info h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 6px;
            color: var(--heading-color);
        }

        .team-card .member-info .role {
            font-size: 14px;
            color: var(--accent-color);
            font-weight: 500;
            margin-bottom: 12px;
        }

        .team-card .member-info .experience {
            font-size: 13px;
            color: var(--text-muted);
        }

        .team-card .member-social {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 16px;
            padding-top: 16px;
            border-top: 1px solid var(--bg-highlight);
        }

        .team-card .member-social a {
            width: 36px;
            height: 36px;
            background: var(--bg-highlight);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-color);
            transition: all 0.3s ease;
        }

        .team-card .member-social a:hover {
            background: var(--accent-color);
            color: #fff;
        }

        /* Why Certified Section */
        .why-certified {
            background: var(--bg-highlight);
        }

        .why-certified-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }

        .why-card {
            background: #fff;
            border-radius: 16px;
            padding: 36px 28px;
            box-shadow:
                rgba(17, 17, 26, 0.05) 0px 4px 16px,
                rgba(17, 17, 26, 0.05) 0px 8px 32px;
        }

        .why-card .why-icon {
            width: 64px;
            height: 64px;
            background: var(--accent-soft);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .why-card .why-icon i {
            font-size: 28px;
            color: var(--accent-color);
        }

        .why-card h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: var(--heading-color);
        }

        .why-card p {
            color: var(--text-color);
            line-height: 1.7;
            margin: 0;
        }

        /* CTA Section - Career Page Style */
        .team-cta {
            padding: 120px 0;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
        }

        .team-cta .cta-background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
        }

        .team-cta .cta-gradient {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                radial-gradient(circle at 50% 50%, rgba(26, 80, 172, 0.15) 0%, transparent 70%),
                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
        }

        .team-cta .stars {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .team-cta .star {
            position: absolute;
            width: 3px;
            height: 3px;
            background: white;
            border-radius: 50%;
            animation: twinkle 3s ease-in-out infinite;
        }

        .team-cta .star-1 {
            top: 10%;
            left: 15%;
            animation-delay: 0s;
        }

        .team-cta .star-2 {
            top: 20%;
            left: 85%;
            animation-delay: 0.5s;
        }

        .team-cta .star-3 {
            top: 30%;
            left: 25%;
            animation-delay: 1s;
        }

        .team-cta .star-4 {
            top: 15%;
            left: 65%;
            animation-delay: 1.5s;
        }

        .team-cta .star-5 {
            top: 40%;
            left: 90%;
            animation-delay: 2s;
        }

        .team-cta .star-6 {
            top: 60%;
            left: 10%;
            animation-delay: 0.3s;
        }

        .team-cta .star-7 {
            top: 70%;
            left: 75%;
            animation-delay: 0.8s;
        }

        .team-cta .star-8 {
            top: 80%;
            left: 35%;
            animation-delay: 1.3s;
        }

        .team-cta .star-9 {
            top: 25%;
            left: 45%;
            animation-delay: 1.8s;
        }

        .team-cta .star-10 {
            top: 85%;
            left: 55%;
            animation-delay: 2.3s;
        }

        .team-cta .star-11 {
            top: 5%;
            left: 50%;
            animation-delay: 0.2s;
        }

        .team-cta .star-12 {
            top: 50%;
            left: 5%;
            animation-delay: 0.7s;
        }

        .team-cta .star-13 {
            top: 45%;
            left: 70%;
            animation-delay: 1.2s;
        }

        .team-cta .star-14 {
            top: 90%;
            left: 80%;
            animation-delay: 1.7s;
        }

        .team-cta .star-15 {
            top: 35%;
            left: 40%;
            animation-delay: 2.2s;
        }

        @keyframes twinkle {

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

            50% {
                opacity: 1;
                transform: scale(1.2);
            }
        }

        .team-cta .cta-content {
            max-width: 1000px;
        }

        .team-cta .cta-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 1;
        }

        .team-cta .cta-content {
            text-align: center;
        }

        .team-cta .cta-header h2 {
            color: #fff;
            font-size: 2.75rem;
            font-weight: 700;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .team-cta .cta-header p {
            font-size: 1.25rem;
            color: rgba(255, 255, 255, 0.7);
            max-width: 600px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .team-cta .cta-action {
            display: flex;
            justify-content: center;
        }

        .team-cta .explore-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 1rem 2.5rem;
            background: linear-gradient(135deg, var(--accent-color) 0%, #2b6ed6 100%);
            color: white;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(26, 80, 172, 0.3);
            position: relative;
            overflow: hidden;
        }

        .team-cta .explore-btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .team-cta .explore-btn:hover::before {
            left: 100%;
        }

        .team-cta .explore-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(26, 80, 172, 0.4);
            color: white;
        }

        .team-cta .explore-btn i {
            transition: transform 0.3s ease;
        }

        .team-cta .explore-btn:hover i {
            transform: translateX(3px);
        }

        /* Responsive */
        @media (max-width: 991px) {
            .team-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .why-certified-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .team-stats .stat-number {
                font-size: 42px;
            }

            .certifications {
                padding: 76px 0;
            }

            .certifications .cert-badge-grid {
                gap: 8px 10px;
            }
        }

        @media (max-width: 767px) {
            .team-grid {
                grid-template-columns: 1fr;
            }

            .why-certified-grid {
                grid-template-columns: 1fr;
            }

            .team-cta {
                padding: 80px 0;
            }

            .team-cta .cta-header h2 {
                font-size: 2rem;
            }

            .team-cta .cta-header p {
                font-size: 1rem;
            }

            .team-cta .explore-btn {
                padding: 0.875rem 2rem;
                font-size: 0.875rem;
            }

            .certifications {
                padding: 64px 0;
            }

            .certifications .cert-badge-grid {
                gap: 8px;
            }

            .certifications .cert-badge-item {
                flex-basis: 86px;
                width: 86px;
                padding: 2px;
            }

            .certifications .cert-badge-item img {
                max-width: 82px;
            }

            .certifications--odoo .cert-badge-item {
                flex-basis: 110px;
                width: 110px;
            }

            .certifications--odoo .cert-badge-item img {
                max-width: 108px;
            }

            .certifications--zoho .cert-badge-item {
                flex-basis: 128px;
                width: 128px;
            }

            .certifications--zoho .cert-badge-item img {
                max-width: 126px;
            }
        }

        @media (max-width: 575px) {
            .certifications .cert-badge-item {
                flex-basis: calc(25% - 8px);
                width: calc(25% - 8px);
                max-width: 84px;
            }

            .certifications .cert-badge-item img {
                max-width: 78px;
            }

            .certifications--odoo .cert-badge-item {
                flex-basis: calc(33.333% - 8px);
                width: calc(33.333% - 8px);
                max-width: 118px;
            }

            .certifications--odoo .cert-badge-item img {
                max-width: 108px;
            }

            .certifications--zoho .cert-badge-item {
                flex-basis: calc(50% - 8px);
                width: calc(50% - 8px);
                max-width: 142px;
            }

            .certifications--zoho .cert-badge-item img {
                max-width: 132px;
            }
        }
    