/* =========================================
           HEADER OVERRIDE STYLES (preserved from other pages)
        ========================================= */
        .mobile-logo img { width: 80px; height: auto; }
        .logos img { width: 80px; height: auto; }
        .mobile-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #fff; }

        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li > a { color: #000 !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li:hover > a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li.current-menu-item > a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li.current-menu-ancestor > a { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu li a { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu a:hover,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu li a:hover { color: #fcb90e !important; }
        .fa-angle-down { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a::after { background: #fcb90e !important; }
        .header-btn17 { background: #fcb90e !important; color: #000 !important; }
        .header-btn17:hover { background: #000 !important; color: #fcb90e !important; }

        /* =========================================
           PAGE DESIGN VARIABLES
        ========================================= */
        :root {
            --gold: #fcb90e;
            --gold-light: #fcb90e;
            --gold-pale: #fff8e6;
            --dark: #0d0d0d;
            --dark-2: #1a1a1a;
            --mid: #2e2e2e;
            --text: #444;
            --text-light: #777;
            --white: #ffffff;
            --border: #e8e8e8;
            --radius: 16px;
            --radius-lg: 24px;
        }

        /* =========================================
           TYPOGRAPHY
        ========================================= */
        .wd-page h1, .wd-page h2, .wd-page h3, .wd-page h4 {
            font-family: 'Syne', sans-serif;
            font-weight: 700;
            line-height: 1.15;
            color: var(--dark);
        }
        .wd-page p, .wd-page span, .wd-page li {
            font-family: 'DM Sans', sans-serif;
            font-weight: 400;
            line-height: 1.75;
            color: var(--text);
        }

        /* =========================================
           HERO BANNER
        ========================================= */
        .wd-hero {
            background: var(--dark);
            background-image:
                radial-gradient(ellipse 60% 50% at 80% 50%, rgba(252,185,14,0.12) 0%, transparent 70%),
                radial-gradient(ellipse 40% 40% at 20% 80%, rgba(252,185,14,0.06) 0%, transparent 60%);
            padding: 160px 0 100px;
            position: relative;
            overflow: hidden;
        }
        .wd-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: 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.02'%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");
            pointer-events: none;
        }
        .wd-hero .breadcrumb-line {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.12);
            padding: 8px 18px;
            border-radius: 100px;
            margin-bottom: 28px;
            font-family: 'DM Sans', sans-serif;
            font-size: 13px;
            color: rgba(255,255,255,0.6);
        }
        .wd-hero .breadcrumb-line a { color: rgba(255,255,255,0.6); text-decoration: none; }
        .wd-hero .breadcrumb-line a:hover { color: var(--gold); }
        .wd-hero .breadcrumb-line i { font-size: 10px; color: var(--gold); }
        .wd-hero .breadcrumb-line span { color: var(--gold); font-weight: 500; }
        .wd-hero h1 {
            font-family: 'Syne', sans-serif;
            font-size: clamp(2.4rem, 5vw, 4rem);
            font-weight: 800;
            color: var(--white);
            line-height: 1.1;
            margin-bottom: 20px;
        }
        .wd-hero h1 em {
            font-style: normal;
            color: var(--gold);
        }
        .wd-hero .hero-desc {
            font-family: 'DM Sans', sans-serif;
            font-size: 1.05rem;
            color: rgba(255,255,255,0.65);
            max-width: 580px;
            margin-bottom: 36px;
            line-height: 1.7;
        }
        .wd-hero .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
        .wd-hero .btn-primary-gold {
            display: inline-flex; align-items: center; gap: 10px;
            background: var(--gold); color: #000 !important; font-family: 'Syne', sans-serif;
            font-weight: 600; font-size: 15px; padding: 14px 28px;
            border-radius: 100px; text-decoration: none;
            transition: all 0.3s ease;
        }
        .wd-hero .btn-primary-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(252,185,14,0.4); color: #000 !important; }
        .wd-hero .btn-outline-white {
            display: inline-flex; align-items: center; gap: 10px;
            background: transparent; color: rgba(255,255,255,0.85);
            border: 1px solid rgba(255,255,255,0.25); font-family: 'Syne', sans-serif;
            font-weight: 500; font-size: 15px; padding: 14px 28px;
            border-radius: 100px; text-decoration: none;
            transition: all 0.3s ease;
        }
        .wd-hero .btn-outline-white:hover { border-color: var(--gold); color: var(--gold); }
        
        /* =============================================
           FOOTER STYLES
        ============================================= */
        .hp-footer {
            background:var(--dark-2);
            border-top:1px solid rgba(255,255,255,.06);
        }
        .footer-top { padding:80px 0 60px; }
        .footer-brand .brand-logo { margin-bottom:18px; }
        .footer-brand .brand-logo img { width:72px; height:auto; }
        .footer-brand .brand-name { font-family:'Syne',sans-serif; font-size:20px; font-weight:700; color:var(--white); margin-bottom:12px; }
        .footer-brand p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.4); line-height:1.8; max-width:240px; margin-bottom:24px; }
        .footer-socials { display:flex; gap:10px; }
        .footer-socials a {
            width:36px; height:36px; border-radius:10px;
            background:rgba(255,255,255,.07); display:flex; align-items:center;
            justify-content:center; color:rgba(255,255,255,.5); font-size:14px;
            text-decoration:none; transition:all .25s;
        }
        .footer-socials a i { color:var(--gold); }
        .footer-socials a:hover { background:var(--gold); color:#000; }
        .footer-socials a:hover i { color:#000; }
        .footer-col h4 { font-family:'Syne',sans-serif; font-size:14px; font-weight:700; color:var(--white); margin:0 0 20px; letter-spacing:.5px; }
        .footer-links { list-style:none; padding:0; margin:0; }
        .footer-links li { margin-bottom:11px; }
        .footer-links li a { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.45); text-decoration:none; transition:all .25s; display:inline-flex; align-items:center; gap:6px; }
        .footer-links li a::before { content:''; width:0; height:1px; background:var(--gold); transition:width .25s; }
        .footer-links li a:hover { color:var(--gold); padding-left:4px; }
        .footer-links li a:hover::before { width:10px; }
        .footer-contact-list { list-style:none; padding:0; margin:0; }
        .footer-contact-list li { display:flex; gap:12px; margin-bottom:16px; }
        .footer-contact-list li:last-child { margin-bottom:0; }
        .fci-icon { width:34px; height:34px; border-radius:9px; background:rgba(252,185,14,.1); display:flex; align-items:center; justify-content:center; color:var(--gold); font-size:13px; flex-shrink:0; margin-top:2px; }
        .fci-text a,.fci-text p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.45); text-decoration:none; margin:0; line-height:1.65; display:block; }
        .fci-text a:hover { color:var(--gold); }
        /* newsletter */
        .footer-newsletter h5 { font-family:'Syne',sans-serif; font-size:13px; font-weight:600; color:rgba(255,255,255,.6); margin:0 0 10px; text-transform:uppercase; letter-spacing:1px; }
        .footer-newsletter p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.35); margin-bottom:16px; line-height:1.6; }
        .newsletter-form { display:flex; gap:0; }
        .newsletter-form input {
            flex:1; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
            border-right:none; border-radius:12px 0 0 12px; padding:12px 16px;
            font-family:'DM Sans',sans-serif; font-size:13px; color:var(--white); outline:none;
        }
        .newsletter-form input::placeholder { color:rgba(255,255,255,.3); }
        .newsletter-form input:focus { border-color:var(--gold); }
        .newsletter-form button {
            background:var(--gold); border:none; border-radius:0 12px 12px 0;
            padding:12px 18px; color:#000; font-size:14px; cursor:pointer; transition:background .25s;
        }
        .newsletter-form button:hover { background:var(--gold-light); }
        /* divider */
        .footer-divider { border:none; border-top:1px solid rgba(255,255,255,.07); margin:0; }
        /* footer bottom */
        .footer-bottom { padding:22px 0; }
        .footer-bottom-inner { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
        .footer-copy { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.3); }
        .footer-copy a { color:var(--gold); text-decoration:none; }
        .footer-legal { display:flex; gap:20px; }
        .footer-legal a { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.35); text-decoration:none; transition:color .25s; }
        .footer-legal a:hover { color:var(--gold); }
        .wd-hero-stats {
            display: flex; gap: 40px; flex-wrap: wrap;
            margin-top: 56px; padding-top: 40px;
            border-top: 1px solid rgba(255,255,255,0.08);
        }
        .wd-hero-stats .stat-num {
            font-family: 'Syne', sans-serif; font-size: 2rem;
            font-weight: 800; color: var(--gold);
        }
        .wd-hero-stats .stat-label {
            font-family: 'DM Sans', sans-serif; font-size: 13px;
            color: rgba(255,255,255,0.5); margin-top: 2px;
        }
        .wd-hero-visual {
            position: relative;
            display: flex; align-items: center; justify-content: center;
        }
        .wd-hero-mockup {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: var(--radius-lg);
            padding: 24px;
            backdrop-filter: blur(10px);
            width: 100%;
            max-width: 440px;
        }
        .mockup-bar {
            display: flex; align-items: center; gap: 8px;
            margin-bottom: 16px;
        }
        .mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
        .mockup-dot.red { background: #ff5f57; }
        .mockup-dot.yellow { background: #febc2e; }
        .mockup-dot.green { background: #28c840; }
        .mockup-url {
            flex: 1; background: rgba(255,255,255,0.06); border-radius: 6px;
            padding: 6px 12px; font-family: 'DM Sans', sans-serif; font-size: 12px;
            color: rgba(255,255,255,0.4);
        }
        .mockup-screen {
            background: var(--dark-2); border-radius: 12px;
            overflow: hidden;
        }
        .mockup-header-bar {
            background: rgba(252,185,14,0.15); padding: 14px 18px;
            display: flex; justify-content: space-between; align-items: center;
        }
        .mockup-logo-placeholder {
            width: 80px; height: 12px; background: var(--gold);
            border-radius: 4px; opacity: 0.7;
        }
        .mockup-nav-items { display: flex; gap: 10px; }
        .mockup-nav-item {
            width: 40px; height: 8px; background: rgba(255,255,255,0.2);
            border-radius: 3px;
        }
        .mockup-hero-section { padding: 24px 18px; }
        .mockup-h1 { width: 70%; height: 16px; background: rgba(255,255,255,0.15); border-radius: 4px; margin-bottom: 8px; }
        .mockup-h1.short { width: 50%; }
        .mockup-p { width: 90%; height: 8px; background: rgba(255,255,255,0.07); border-radius: 3px; margin-bottom: 6px; }
        .mockup-p.shorter { width: 65%; }
        .mockup-btn { display: inline-block; margin-top: 12px; padding: 8px 18px; background: var(--gold); border-radius: 20px; width: 120px; height: 12px; }
        .mockup-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 0 18px 18px; }
        .mockup-card { background: rgba(255,255,255,0.05); border-radius: 8px; padding: 12px; }
        .mockup-card-icon { width: 24px; height: 24px; background: rgba(252,185,14,0.3); border-radius: 6px; margin-bottom: 8px; }
        .mockup-card-line { width: 80%; height: 6px; background: rgba(255,255,255,0.1); border-radius: 2px; margin-bottom: 4px; }
        .mockup-card-line.short { width: 55%; }
        /* Floating tags */
        .float-tag {
            position: absolute;
            background: var(--white);
            border-radius: 12px;
            padding: 10px 14px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.3);
            font-family: 'DM Sans', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: var(--dark);
            display: flex; align-items: center; gap: 8px;
            animation: floatY 3s ease-in-out infinite;
        }
        .float-tag .tag-icon { font-size: 16px; }
        .float-tag.tag-1 { top: 10%; right: -10px; animation-delay: 0s; }
        .float-tag.tag-2 { bottom: 20%; left: -20px; animation-delay: 1.5s; }
        .float-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; flex-shrink: 0; }
        @keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

        /* =========================================
           SECTION SHARED
        ========================================= */
        .wd-page section { position: relative; }
        .section-label {
            display: inline-flex; align-items: center; gap: 8px;
            font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500;
            color: var(--gold); text-transform: uppercase; letter-spacing: 1.5px;
            margin-bottom: 14px;
        }
        .section-label::before {
            content: ''; display: block; width: 20px; height: 2px; background: var(--gold);
        }
        .section-title {
            font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
            font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 16px;
        }
        .section-title.white { color: var(--white); }
        .section-desc {
            font-family: 'DM Sans', sans-serif; font-size: 1rem;
            color: var(--text-light); line-height: 1.75; max-width: 600px;
        }
        .section-desc.centered { margin: 0 auto; text-align: center; }

        /* =========================================
           INTRO / ABOUT SECTION
        ========================================= */
        .wd-intro { padding: 100px 0; background: var(--white); }
        .wd-intro-img {
            border-radius: var(--radius-lg); overflow: hidden;
            position: relative;
        }
        .wd-intro-img img {
            width: 100%; height: 480px; object-fit: cover;
            display: block;
        }
        .wd-intro-img .img-badge {
            position: absolute; bottom: 24px; left: 24px;
            background: var(--white); border-radius: 12px;
            padding: 14px 20px; box-shadow: 0 8px 30px rgba(0,0,0,0.15);
            display: flex; align-items: center; gap: 12px;
        }
        .wd-intro-img .img-badge .badge-icon {
            width: 42px; height: 42px; background: var(--gold-pale);
            border-radius: 10px; display: flex; align-items: center; justify-content: center;
            color: var(--gold); font-size: 18px;
        }
        .wd-intro-img .img-badge .badge-text strong {
            display: block; font-family: 'Syne', sans-serif; font-size: 18px;
            font-weight: 700; color: var(--dark);
        }
        .wd-intro-img .img-badge .badge-text span {
            font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--text-light);
        }
        .wd-intro-content { padding-left: 40px; }
        .wd-intro-content .intro-text {
            font-family: 'DM Sans', sans-serif; font-size: 1rem;
            color: var(--text); line-height: 1.8; margin-bottom: 20px;
        }
        .wd-intro-features { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 36px; }
        .wd-intro-feature {
            display: flex; align-items: flex-start; gap: 14px;
            padding: 16px 20px; border: 1px solid var(--border);
            border-radius: var(--radius); transition: all 0.25s ease;
            background: var(--white);
        }
        .wd-intro-feature:hover {
            border-color: var(--gold); background: var(--gold-pale);
            transform: translateX(6px);
        }
        .wd-intro-feature .feat-icon {
            width: 40px; height: 40px; background: var(--gold-pale);
            border-radius: 10px; display: flex; align-items: center; justify-content: center;
            color: var(--gold); font-size: 16px; flex-shrink: 0;
        }
        .wd-intro-feature:hover .feat-icon { background: var(--gold); color: #000; }
        .wd-intro-feature .feat-content h4 {
            font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 600;
            color: var(--dark); margin: 0 0 3px;
        }
        .wd-intro-feature .feat-content p {
            font-family: 'DM Sans', sans-serif; font-size: 13px;
            color: var(--text-light); margin: 0; line-height: 1.5;
        }
        .wd-cta-btn {
            display: inline-flex; align-items: center; gap: 10px;
            background: var(--dark); color: var(--white);
            font-family: 'Syne', sans-serif; font-weight: 600; font-size: 15px;
            padding: 14px 28px; border-radius: 100px; text-decoration: none;
            transition: all 0.3s ease;
        }
        .wd-cta-btn:hover { background: var(--gold); color: #000; transform: translateY(-2px); }
        .wd-cta-btn span { font-size: 12px; }

        /* =========================================
           SERVICES OFFERED
        ========================================= */
        .wd-services { padding: 100px 0; background: #f9f9f9; }
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px; margin-top: 60px;
        }
        .service-card {
            background: var(--white); border-radius: var(--radius-lg);
            padding: 36px 28px; border: 1px solid var(--border);
            transition: all 0.3s ease; position: relative; overflow: hidden;
        }
        .service-card::before {
            content: ''; position: absolute; top: 0; left: 0; right: 0;
            height: 3px; background: var(--gold);
            transform: scaleX(0); transform-origin: left;
            transition: transform 0.3s ease;
        }
        .service-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.1); transform: translateY(-6px); border-color: transparent; }
        .service-card:hover::before { transform: scaleX(1); }
        .service-card .card-num {
            font-family: 'Syne', sans-serif; font-size: 42px; font-weight: 800;
            color: var(--border); line-height: 1; margin-bottom: 20px;
        }
        .service-card:hover .card-num { color: rgba(252,185,14,0.2); }
        .service-card .card-icon {
            width: 52px; height: 52px; background: var(--gold-pale);
            border-radius: 14px; display: flex; align-items: center; justify-content: center;
            color: var(--gold); font-size: 22px; margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        .service-card:hover .card-icon { background: var(--gold); color: #000; }
        .service-card h3 {
            font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700;
            color: var(--dark); margin-bottom: 12px;
        }
        .service-card p {
            font-family: 'DM Sans', sans-serif; font-size: 14px;
            color: var(--text-light); line-height: 1.7; margin: 0;
        }

        /* =========================================
           PROCESS SECTION
        ========================================= */
        .wd-process { padding: 100px 0; background: var(--dark); }
        .process-steps { margin-top: 60px; position: relative; }
        .process-steps::before {
            content: '';
            position: absolute;
            left: 28px;
            top: 28px; bottom: 28px;
            width: 2px;
            background: linear-gradient(to bottom, var(--gold), rgba(252,185,14,0.1));
        }
        .process-step {
            display: flex; gap: 28px; margin-bottom: 36px;
            padding: 28px 32px; border-radius: var(--radius-lg);
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.06);
            transition: all 0.3s ease;
            position: relative;
        }
        .process-step:hover {
            background: rgba(252,185,14,0.06);
            border-color: rgba(252,185,14,0.2);
        }
        .process-step:last-child { margin-bottom: 0; }
        .step-num {
            width: 56px; height: 56px; border-radius: 14px;
            background: rgba(252,185,14,0.1); border: 1px solid rgba(252,185,14,0.3);
            display: flex; align-items: center; justify-content: center;
            font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800;
            color: var(--gold); flex-shrink: 0;
            transition: all 0.3s ease;
        }
        .process-step:hover .step-num { background: var(--gold); color: #000; border-color: var(--gold); }
        .step-content h3 {
            font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700;
            color: var(--white); margin: 0 0 8px;
        }
        .step-content p {
            font-family: 'DM Sans', sans-serif; font-size: 14px;
            color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0;
        }

        /* =========================================
           TECHNOLOGY STACK
        ========================================= */
        .wd-tech { padding: 100px 0; background: var(--white); }
        .tech-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 48px; }
        .tech-tab {
            padding: 10px 22px; border-radius: 100px;
            border: 1px solid var(--border);
            font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
            color: var(--text); cursor: pointer; transition: all 0.25s ease;
            background: var(--white);
        }
        .tech-tab.active, .tech-tab:hover { background: var(--gold); color: #000; border-color: var(--gold); }
        .tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
        .tech-item {
            background: #f9f9f9; border-radius: var(--radius);
            padding: 24px 20px; text-align: center;
            border: 1px solid transparent;
            transition: all 0.25s ease;
        }
        .tech-item:hover { background: var(--white); border-color: var(--gold); box-shadow: 0 8px 30px rgba(252,185,14,0.12); }
        .tech-item .tech-icon {
            font-size: 32px; margin-bottom: 10px; display: block;
        }
        .tech-item .tech-name {
            font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 600;
            color: var(--dark); display: block; margin-bottom: 4px;
        }
        .tech-item .tech-cat {
            font-family: 'DM Sans', sans-serif; font-size: 11px;
            color: var(--text-light); display: block;
        }

        /* =========================================
           WHY CHOOSE US
        ========================================= */
        .wd-why { padding: 100px 0; background: var(--gold-pale); }
        .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
        .why-card {
            background: var(--white); border-radius: var(--radius-lg);
            padding: 36px 32px; display: flex; gap: 20px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
        }
        .why-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.08); transform: translateY(-4px); }
        .why-card .why-icon {
            width: 54px; height: 54px; border-radius: 14px;
            background: var(--gold-pale); display: flex; align-items: center;
            justify-content: center; color: var(--gold); font-size: 22px; flex-shrink: 0;
            border: 1px solid rgba(252,185,14,0.3);
        }
        .why-card:hover .why-icon { background: var(--gold); color: #000; }
        .why-card .why-content h3 {
            font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700;
            color: var(--dark); margin: 0 0 10px;
        }
        .why-card .why-content p {
            font-family: 'DM Sans', sans-serif; font-size: 14px;
            color: var(--text); line-height: 1.7; margin: 0;
        }

        /* =========================================
           FINAL CTA
        ========================================= */
        .wd-final-cta {
            padding: 100px 0;
            background: var(--dark);
            background-image:
                radial-gradient(ellipse 50% 60% at 0% 50%, rgba(252,185,14,0.1) 0%, transparent 60%),
                radial-gradient(ellipse 40% 50% at 100% 50%, rgba(252,185,14,0.07) 0%, transparent 60%);
            text-align: center;
        }
        .wd-final-cta h2 {
            font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 800; color: var(--white); margin-bottom: 16px; line-height: 1.15;
        }
        .wd-final-cta h2 em { font-style: normal; color: var(--gold); }
        .wd-final-cta p {
            font-family: 'DM Sans', sans-serif; font-size: 1rem;
            color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 40px; line-height: 1.75;
        }
        .cta-btn-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
        .wd-final-cta .btn-gold-large {
            display: inline-flex; align-items: center; gap: 10px;
            background: var(--gold); color: #000 !important;
            font-family: 'Syne', sans-serif; font-weight: 700; font-size: 16px;
            padding: 16px 36px; border-radius: 100px; text-decoration: none;
            transition: all 0.3s ease;
        }
        .wd-final-cta .btn-gold-large:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(252,185,14,0.4); color: #000 !important; }
        .wd-final-cta .btn-ghost {
            display: inline-flex; align-items: center; gap: 10px;
            background: transparent; color: rgba(255,255,255,0.8);
            border: 1px solid rgba(255,255,255,0.2);
            font-family: 'Syne', sans-serif; font-weight: 500; font-size: 15px;
            padding: 16px 32px; border-radius: 100px; text-decoration: none;
            transition: all 0.3s ease;
        }
        .wd-final-cta .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
        .cta-trust {
            display: flex; gap: 32px; justify-content: center;
            flex-wrap: wrap; margin-top: 40px;
        }
        .trust-item {
            display: flex; align-items: center; gap: 8px;
            font-family: 'DM Sans', sans-serif; font-size: 13px;
            color: rgba(255,255,255,0.45);
        }
        .trust-item i { color: var(--gold); font-size: 14px; }

        /* =========================================
           DARK BACKGROUND TEXT OVERRIDES
        ========================================= */
        /* HERO Section */
        .wd-hero p, .wd-hero span, .wd-hero li { color: rgba(255,255,255,.6) !important; }
        .wd-hero a { color: var(--gold) !important; }
        .wd-hero h1, .wd-hero h2, .wd-hero h3, .wd-hero h4, .wd-hero h5, .wd-hero h6 { color: var(--white) !important; }
        
        /* Button text color fixes */
        .btn-gold, .btn-gold.header-btn1 { color: #000 !important; }
        .btn-gold:hover, .btn-gold.header-btn1:hover { color: #000 !important; }
        .btn-gold span, .btn-gold i { color: inherit !important; }
        /* HOW WE WORK button text color fix */
        .wd-process .btn-primary-gold { color: #000 !important; }
        .wd-process .btn-primary-gold:hover { color: #000 !important; }
        .wd-process a.btn-primary-gold { color: #000 !important; }
        .wd-process a.btn-primary-gold:hover { color: #000 !important; }
        
        /* Stats chip text fixes */
        .stat-chip span { color: rgba(255,255,255,.6) !important; }
        
        /* CTA Section */
        .wd-final-cta p, .wd-final-cta span, .wd-final-cta li { color: rgba(255,255,255,.55) !important; }
        .wd-final-cta a { color: var(--gold) !important; }
        .wd-final-cta h1, .wd-final-cta h2, .wd-final-cta h3, .wd-final-cta h4, .wd-final-cta h5, .wd-final-cta h6 { color: var(--white) !important; }
        .cta-trust span { color: rgba(255,255,255,.45) !important; }
        
        /* FOOTER Section */
        .hp-footer p, .hp-footer span, .hp-footer li { color: rgba(255,255,255,.45) !important; }
        .hp-footer a { color: rgba(255,255,255,.45) !important; }
        .hp-footer a:hover { color: var(--gold) !important; }
        .hp-footer h1, .hp-footer h2, .hp-footer h3, .hp-footer h4, .hp-footer h5, .hp-footer h6 { color: var(--white) !important; }
        
        /* =========================================
           ADDITIONAL DARK BACKGROUND TEXT OVERRIDES
        ========================================= */
        /* HOW WE WORK Section */
        .wd-process p, .wd-process span, .wd-process li { color: rgba(255,255,255,.5) !important; }
        .wd-process a { color: var(--gold) !important; }
        .wd-process h1, .wd-process h2, .wd-process h3, .wd-process h4, .wd-process h5, .wd-process h6 { color: var(--white) !important; }
        .wd-process .section-title.white { color: var(--white) !important; }
        .wd-process .section-desc { color: rgba(255,255,255,.5) !important; }
        .process-step h3 { color: var(--white) !important; }
        .process-step p { color: rgba(255,255,255,.5) !important; }
        
        /* Button text color fixes for website-development */
        .btn-gold-large { color: #000 !important; }
        .btn-gold-large:hover { color: #000 !important; }
        .btn-gold-large span, .btn-gold-large i { color: inherit !important; }
        .wd-final-cta .btn-gold-large { color: #000 !important; }
        .wd-final-cta .btn-gold-large:hover { color: #000 !important; }
        
        /* =========================================
           RESPONSIVE
        ========================================= */
        @media (max-width: 991px) {
            .wd-hero { padding: 140px 0 80px; }
            .wd-hero-visual { margin-top: 48px; }
            .wd-intro-content { padding-left: 0; margin-top: 40px; }
            .wd-intro-img img { height: 340px; }
            .services-grid { grid-template-columns: 1fr 1fr; }
            .why-grid { grid-template-columns: 1fr; }
            .tech-grid { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 767px) {
            .wd-hero h1 { font-size: 2.2rem; }
            .wd-hero-stats { gap: 24px; }
            .services-grid { grid-template-columns: 1fr; }
            .tech-grid { grid-template-columns: repeat(2, 1fr); }
            .process-steps::before { display: none; }
            .float-tag { display: none; }
        }
