        @media only screen and (max-width: 1919px) {
            .hero-area .big-text {
                font-size: 172px;
                padding-top: 150px;
            }
        }

        /* top header css */
        .top-header {
            margin-top: 5px;
            color: #fff;
            font-size: 13px;
            padding: 8px 0;
            position: relative;
            z-index: 9999;
        }

        @media (max-width: 768px) {
            .top-header {
                z-index: auto;
            }
        }

        .top-header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .top-left {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .top-header i {
            color: #ff4d4d;
            margin-right: 5px;
        }

        .top-right {
            display: flex;
            gap: 12px;
        }

        .top-right a {
            color: #ccc;
            transition: 0.3s;
        }

        .top-right a:hover {
            color: #ff4d4d;
        }

        @media (max-width: 768px) {

            .hero-subtitle {
                font-size: 3.2vw;
            }

            .mb-section {
                position: relative;
                top: 15px;
            }

            .top-header-inner {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 15px;
            }

            .top-left {
                display: flex;
                justify-content: center;
                gap: 15px;
                flex-wrap: wrap;
            }

            .top-left span {
                display: flex;
                align-items: center;
                gap: 5px;
                font-size: 13px;
            }

            .top-right {
                display: flex;
                justify-content: center;
                gap: 18px;
                margin-top: 4px;
            }

            .top-right a {
                font-size: 16px;
            }

        }

        .whatsapp-float {
            position: fixed;
            bottom: 90px;
            right: 20px;
            width: 55px;
            height: 55px;
            background: #25D366;
            color: #fff;
            border-radius: 50%;
            font-size: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

        .whatsapp-float.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
            background: #1ebe5d;
        }

        .whatsapp-float::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(37, 211, 102, 0.5);
            animation: pulse 1.5s infinite;
            z-index: -1;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.7;
            }

            70% {
                transform: scale(1.5);
                opacity: 0;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        .footer-widget-box p {
            font-size: 1.1rem !important;
        }

        .footer-nav-list li {
            font-size: 1.1rem !important;
        }

        .readmore-wrapper {
            position: relative;
            overflow: hidden;
            transition: max-height 0.5s ease;
        }

        .readmore-wrapper.collapsed {
            max-height: 280px;
        }

        .readmore-wrapper.expanded {
            max-height: 1000px;
        }

        .readmore-wrapper.collapsed::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 20px;
            pointer-events: none;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
        }

        .read-more-arrow {
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

        .read-more-arrow span {
            display: inline-block;
            width: 18px;
            height: 18px;
            border-bottom: 2px solid #f59e0b;
            border-right: 2px solid #f59e0b;
            transform: rotate(45deg);
            transition: transform 0.35s ease;
            animation: bounceArrow 1.5s infinite;
        }

        .read-more-arrow.active span {
            transform: rotate(-135deg);
            animation: none;
        }

        @keyframes bounceArrow {

            0%,
            100% {
                transform: rotate(45deg) translateY(0);
            }

            50% {
                transform: rotate(45deg) translateY(6px);
            }
        }

        @media only screen and (max-width: 1199px) {
            .hero-area .award-wrapper {
                grid-row: span 2;
                padding-top: clamp(120px, 12vh, 180px);
            }

            .about-area .section-content .shape-1,
            .shape-2,
            .shape-3,
            .shape-4 {
                display: none;
            }
        }

        /* ===== New hero redesign (services page) ===== */
        .hero-area {
            padding-bottom: 60px;
        }

        .hero-eyebrow-row {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 28px;
            position: relative;
            left: 5px;
        }

        .hero-eyebrow {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.02em;
            padding: 8px 18px;
            border-radius: 999px;
            border: 1px solid rgba(255, 122, 26, 0.4);
            background: rgba(255, 122, 26, 0.08);
            color: #ff6605;
        }

        .hero-eyebrow.plain {
            color: rgba(255, 255, 255, 0.75);
            border-color: rgba(255, 255, 255, 0.15);
            background: transparent;
            font-weight: 500;
        }

        .hero-lead {
            max-width: 640px;
            font-size: 17px;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.65);
            margin-top: 22px;
            position: relative;
            left: 5px;
        }

        .hero-cta-row {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin-top: 36px;
            position: relative;
            left: 5px;
        }

        .hero-cta-row .rr-btn.ghost {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.25);
        }

        @media (max-width: 768px) {

            .hero-eyebrow-row,
            .hero-lead,
            .hero-cta-row {
                left: 0;
            }
        }

        .hero-writer-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
            max-width: 680px;
            margin-top: 32px;
            position: relative;
            left: 5px;
        }

        .hero-writer-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .hero-writer-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .hero-writer-note {
                left: 0;
            }
        }

        .story-area {
            background: #F7F5F1;
            padding: 100px 0;
        }

        .story-area .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        @media (max-width: 900px) {
            .story-area .container {
                grid-template-columns: 1fr;
            }
        }

        .story-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 20px;
        }

        .story-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 10px;
        }

        .story-title {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 28px;
        }

        .story-title .accent {
            color: #ff6605;
        }

        .story-text p {
            font-size: 16px;
            line-height: 1.75;
            color: #3A3A38;
            margin-bottom: 20px;
        }

        .story-text strong {
            color: #1A1A1A;
            font-weight: 700;
        }

        .story-text .accent-text {
            color: #ff6605;
            font-weight: 700;
        }

        .story-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
            margin-top: 12px;
        }

        .story-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .story-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .story-image-placeholder {
            background: #E4E2DC;
            border-radius: 12px;
            min-height: 440px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 40px;
        }

        .story-image-placeholder .ph-inner {
            color: #9A9A93;
            font-size: 15px;
            line-height: 1.7;
        }

        .story-image-placeholder .ph-title {
            color: #6E6E68;
            margin-bottom: 14px;
        }

        .founder-area {
            background: #F7F5F1;
            padding: 60px 0 100px;
        }

        .founder-area .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        @media (max-width: 900px) {
            .founder-area .container {
                grid-template-columns: 1fr;
            }
        }

        .founder-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 20px;
        }

        .founder-image-placeholder {
            background: #E4E2DC;
            border-radius: 12px;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 40px;
        }

        .founder-image-placeholder .ph-inner {
            color: #9A9A93;
            font-size: 15px;
            line-height: 1.7;
        }

        .founder-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #ff6605;
            margin-bottom: 12px;
        }

        .founder-name {
            font-size: 36px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 8px;
        }

        .founder-role {
            font-size: 16px;
            color: #8A8A85;
            margin-bottom: 28px;
        }

        .founder-text p {
            font-size: 16px;
            line-height: 1.75;
            color: #3A3A38;
            margin-bottom: 20px;
        }

        .founder-socials {
            display: flex;
            gap: 12px;
            margin-bottom: 28px;
        }

        .founder-social-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            font-weight: 600;
            color: #ff6605;
            background: #fff;
            border: 1px solid rgba(255, 122, 26, 0.35);
            border-radius: 999px;
            padding: 10px 20px;
            text-decoration: none;
        }

        .founder-social-btn:hover {
            background: rgba(255, 122, 26, 0.08);
        }

        .founder-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .founder-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .founder-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .founder-area {
            background: #F7F5F1;
            padding: 60px 0 100px;
        }

        .founder-area .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        @media (max-width: 900px) {
            .founder-area .container {
                grid-template-columns: 1fr;
            }
        }

        .founder-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 16px;
        }

        .founder-image-placeholder {
            background: #E4E2DC;
            border-radius: 12px;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 40px;
        }

        .founder-image-placeholder .ph-inner {
            color: #9A9A93;
            font-size: 15px;
            line-height: 1.7;
        }

        .founder-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #ff6605;
            margin-bottom: 12px;
        }

        .founder-name {
            font-size: 36px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 8px;
        }

        .founder-role {
            font-size: 16px;
            color: #8A8A85;
            margin-bottom: 28px;
        }

        .founder-text p {
            font-size: 16px;
            line-height: 1.75;
            color: #3A3A38;
            margin-bottom: 20px;
        }

        .founder-socials {
            display: flex;
            gap: 12px;
            margin-bottom: 28px;
        }

        .founder-social-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            font-weight: 600;
            color: #ff6605;
            background: #fff;
            border: 1px solid rgba(255, 122, 26, 0.35);
            border-radius: 999px;
            padding: 10px 20px;
            text-decoration: none;
        }

        .founder-social-btn:hover {
            background: rgb(255 68 0);
        }

        .founder-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .founder-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .founder-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .vybeway-area {
            background: #F7F5F1;
            padding: 80px 0 100px;
        }

        .vybeway-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 18px;
        }

        .vybeway-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 10px;
        }

        .vybeway-title {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 44px;
        }

        .vybeway-title .accent {
            color: #ff6605;
        }

        .vybeway-cards {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 32px;
        }

        @media (max-width: 900px) {
            .vybeway-cards {
                grid-template-columns: 1fr;
            }
        }

        .vybeway-card {
            background: #fff;
            border: 1px solid #EAE8E2;
            border-radius: 12px;
            padding: 32px;
        }

        .vybeway-card .icon {
            font-size: 26px;
            margin-bottom: 18px;
            display: block;
        }

        .vybeway-card h3 {
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: #ff6605;
            margin-bottom: 12px;
        }

        .vybeway-card p {
            font-size: 15px;
            line-height: 1.7;
            color: #4A4A46;
            margin: 0;
        }

        .vybeway-values {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px 32px;
            margin-bottom: 28px;
        }

        @media (max-width: 900px) {
            .vybeway-values {
                grid-template-columns: 1fr;
            }
        }

        .vybeway-value {
            border-left: 3px solid #ff6605;
            padding-left: 18px;
        }

        .vybeway-value h4 {
            font-size: 16px;
            font-weight: 700;
            color: #1A1A1A;
            margin-bottom: 6px;
        }

        .vybeway-value p {
            font-size: 14px;
            line-height: 1.6;
            color: #6E6E68;
            margin: 0;
        }

        .vybeway-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .vybeway-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .vybeway-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .coreserv-area {
            background: #FFFFFF;
            padding: 30px 0 30px;
        }

        .coreserv-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 10px;
        }

        .coreserv-title {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 16px;
        }

        .coreserv-title .accent {
            color: #ff6605;
        }

        .coreserv-subtitle {
            font-size: 17px;
            color: #6E6E68;
            margin-bottom: 40px;
        }

        .coreserv-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            border: 1px solid #E5E3DC;
            border-radius: 14px;
            overflow: hidden;
            margin-bottom: 36px;
        }

        @media (max-width: 900px) {
            .coreserv-grid {
                grid-template-columns: 1fr;
            }
        }

        .coreserv-item {
            padding: 32px 30px;
            border-right: 1px solid #E5E3DC;
            border-bottom: 1px solid #E5E3DC;
        }

        .coreserv-grid .coreserv-item:nth-child(3n) {
            border-right: none;
        }

        .coreserv-grid .coreserv-item:nth-last-child(-n+3) {
            border-bottom: none;
        }

        @media (max-width: 900px) {
            .coreserv-item {
                border-right: none !important;
            }

            .coreserv-grid .coreserv-item:last-child {
                border-bottom: none;
            }
        }

        .coreserv-item .icon {
            font-size: 24px;
            margin-bottom: 14px;
            display: block;
        }

        .coreserv-item h3 {
            font-size: 17px;
            font-weight: 700;
            color: #1A1A1A;
            margin-bottom: 10px;
        }

        .coreserv-item p {
            font-size: 14px;
            line-height: 1.65;
            color: #6E6E68;
            margin: 0;
        }

        .coreserv-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #ff6605;
            color: white;
            font-size: 15px;
            font-weight: 700;
            border-radius: 8px;
            padding: 16px 28px;
            text-decoration: none;
            margin-bottom: 32px;
        }

        .coreserv-cta:hover {
            background: #E86A0E;
            color: #1A0F00;
        }

        .coreserv-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .coreserv-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .coreserv-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .clients-area {
            background: #F7F5F1;
            padding: 30px 0 30px;
        }

        .clients-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 18px;
        }

        .clients-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 10px;
        }

        .clients-title {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 16px;
        }

        .clients-title .accent {
            color: #ff6605;
        }

        .clients-subtitle {
            font-size: 17px;
            line-height: 1.6;
            color: #6E6E68;
            max-width: 620px;
            margin-bottom: 44px;
        }

        .clients-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 48px;
        }

        @media (max-width: 900px) {
            .clients-grid {
                grid-template-columns: 1fr;
            }
        }

        .clients-card {
            background: #fff;
            border: 1px solid #EAE8E2;
            border-radius: 12px;
            padding: 28px 30px;
            display: flex;
            gap: 20px;
        }

        .clients-card .num {
            font-size: 26px;
            font-weight: 800;
            color: #FFC79C;
            line-height: 1;
            flex-shrink: 0;
        }

        .clients-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: #1A1A1A;
            margin-bottom: 8px;
        }

        .clients-card p {
            font-size: 14px;
            line-height: 1.65;
            color: #6E6E68;
            margin: 0;
        }

        .clients-industries-label {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 18px;
        }

        .clients-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 32px;
        }

        .clients-tag {
            font-size: 14px;
            font-weight: 600;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.1);
            border-radius: 999px;
            padding: 8px 18px;
        }

        .clients-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .clients-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .clients-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .process-area {
            background: #FFFFFF;
            padding: 40px 0 40px;
        }

        .process-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 18px;
        }

        .process-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 10px;
        }

        .process-title {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 16px;
        }

        .process-title .accent {
            color: #ff6605;
        }

        .process-subtitle {
            font-size: 17px;
            line-height: 1.6;
            color: #6E6E68;
            max-width: 620px;
            margin-bottom: 64px;
        }

        .process-steps {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 40px;
        }

        @media (max-width: 900px) {
            .process-steps {
                flex-direction: column;
                align-items: stretch;
            }

            .process-arrow {
                display: none;
            }
        }

        .process-step {
            flex: 1;
            text-align: center;
            min-width: 0;
        }

        .process-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #ff6605;
            color: white;
            font-size: 22px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .process-step h3 {
            font-size: 17px;
            font-weight: 700;
            color: #1A1A1A;
            margin-bottom: 12px;
        }

        .process-step p {
            font-size: 14px;
            line-height: 1.65;
            color: #6E6E68;
            margin: 0;
            max-width: 220px;
            margin-left: auto;
            margin-right: auto;
        }

        .process-arrow {
            color: #C9C7C0;
            font-size: 20px;
            padding-top: 18px;
            flex-shrink: 0;
        }

        .process-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .process-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .process-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

.teamgal-area {
    background: #F7F5F1;
    padding: 90px 0 100px;
}

        .teamgal-badge {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.03em;
            color: #C2510B;
            background: rgba(255, 122, 26, 0.12);
            border-radius: 999px;
            padding: 6px 16px;
            margin-bottom: 18px;
        }

        .teamgal-eyebrow {
            display: block;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #8A8A85;
            margin-bottom: 10px;
        }

        .teamgal-title {
            font-size: 40px;
            font-weight: 800;
            line-height: 1.2;
            color: #1A1A1A;
            margin-bottom: 16px;
        }

        .teamgal-title .accent {
            color: #ff6605;
        }

        .teamgal-subtitle {
            font-size: 17px;
            line-height: 1.6;
            color: #6E6E68;
            max-width: 620px;
            margin-bottom: 44px;
        }

        .teamgal-grid {
            display: grid;
            grid-template-columns: 1.4fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .teamgal-row2 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 32px;
        }

        @media (max-width: 900px) {

            .teamgal-grid,
            .teamgal-row2 {
                grid-template-columns: 1fr;
            }
        }



        .teamgal-row2 .teamgal-photo {
            min-height: 220px;
        }

        .teamgal-photo .ph-title {
            color: #8A8A85;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .teamgal-photo .ph-sub {
            color: #A8A8A2;
            font-size: 13px;
            line-height: 1.6;
        }

        .teamgal-note {
            background: #FDF6EC;
            border-left: 4px solid #ff6605;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .teamgal-note strong {
            display: block;
            margin-bottom: 8px;
            color: #4A2E00;
            font-size: 15px;
        }

        .teamgal-note p {
            margin: 0;
            color: #8A5A1E;
            font-size: 14px;
            line-height: 1.6;
        }

        .statsbar-area {
            background: #ff6605;
            padding: 60px 0;
        }

        .statsbar-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            margin-bottom: 32px;
        }

        @media (max-width: 900px) {
            .statsbar-row {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 32px;
            }
        }

        .statsbar-item {
            text-align: center;
            border-right: 1px solid rgba(255, 255, 255, 0.25);
            padding: 0 20px;
        }

        .statsbar-row .statsbar-item:last-child {
            border-right: none;
        }

        @media (max-width: 900px) {
            .statsbar-item:nth-child(2n) {
                border-right: none;
            }
        }

        .statsbar-num {
            font-size: 34px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
            margin-bottom: 12px;
        }

        .statsbar-label {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.9);
        }

        .statsbar-note {
            background: rgba(255, 255, 255, 0.14);
            border-left: 4px solid #fff;
            border-radius: 6px;
            padding: 20px 24px;
        }

        .statsbar-note strong {
            display: block;
            margin-bottom: 8px;
            color: #fff;
            font-size: 15px;
        }

        .statsbar-note p {
            margin: 0;
            color: rgba(255, 255, 255, 0.85);
            font-size: 14px;
            line-height: 1.6;
        }
            .faq-area {
        background: #FFFFFF;
            padding: 50px 0 10px;
    }
    .faq-badge {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.03em;
        color: #C2510B;
        background: rgba(255,122,26,0.12);
        border-radius: 999px;
        padding: 6px 16px;
        margin-bottom: 18px;
    }
    .faq-eyebrow {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #8A8A85;
        margin-bottom: 10px;
    }
    .faq-title {
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
        color: #1A1A1A;
        margin-bottom: 36px;
    }
    .faq-title .accent {
        color: #ff6605;
    }
    .faq-list {
        max-width: 760px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 32px;
    }
    .faq-item {
        border: 1px solid #EAE8E2;
        border-radius: 10px;
        overflow: hidden;
    }
.faq-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 18px 22px;
        cursor: pointer;
        background: #fff;
        border: none;
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-weight: 700;
        color: #1A1A1A;
    }
.faq-question h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    text-transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: inline !important;
    background: none !important;
    letter-spacing: normal !important;
}
    .faq-question .plus {
        flex-shrink: 0;
        font-size: 18px;
        font-weight: 400;
        color: #ff6605;
        transition: transform 0.2s ease;
    }
    .faq-item.open .faq-question .plus {
        transform: rotate(45deg);
    }
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
    }
    .faq-answer p {
        margin: 0;
        padding: 0 22px 18px;
        font-size: 14px;
        line-height: 1.7;
        color: #6E6E68;
    }
    .faq-note {
        background: #FDF6EC;
        border-left: 4px solid #ff6605;
        border-radius: 6px;
        padding: 20px 24px;
        max-width: 760px;
    }
    .faq-note strong {
        display: block;
        margin-bottom: 8px;
        color: #4A2E00;
        font-size: 15px;
    }
    .faq-note p {
        margin: 0;
        color: #8A5A1E;
        font-size: 14px;
        line-height: 1.6;
    }

    .final-cta-area {
    padding: 30px 0;
    text-align: center;
    background: #0a0a0a;
}

.final-cta-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9a9a9a;
    margin-bottom: 20px;
}

.final-cta-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.final-cta-title .accent {
    color: #ff6605;
}

.final-cta-subtitle {
    font-size: 18px;
    color: #b5b5b5;
    margin-bottom: 40px;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.final-cta-info p {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 1.8;
}

.final-cta-info strong {
    color: #d5d5d5;
}

.final-cta-info a {
    color: #b5b5b5;
    text-decoration: underline;
}

.final-cta-info a:hover {
    color: #ff6605;
}

.final-cta-note {
    max-width: 640px;
    margin: 60px auto 0;
    text-align: left;
    background: #151515;
    border-left: 3px solid #ff6605;
    padding: 16px 20px;
    border-radius: 4px;
}

.final-cta-note strong {
    color: #ff6605;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.final-cta-note p {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .final-cta-title {
        font-size: 32px;
    }
    
    
}


/* Founder mobile photo — hidden on desktop, shown only on mobile */
.founder-photo-mobile {
    display: none;
}

.founder-photo-mobile img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    border-radius: 8px;
    margin: 12px 0 16px;
    display: block;
}

@media (max-width: 767px) {
    .founder-left {
        display: none;
    }
    .founder-photo-mobile {
        display: block;
    }
}