            .q-btn.wa {
            border: 0;
            background: #22c55e;

            color: #fff;
            border-radius: 999px;
            padding: 0.55rem 1.7rem;
            font-weight: 600;
            border: 0;
            box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35);
        }

                .service-detail-wrap { margin: 1.5rem 0 0; }

                .service-hero{
                    background: radial-gradient(1200px 520px at 12% -10%, rgba(0, 82, 255, 0.16), transparent 55%),
                                radial-gradient(900px 450px at 90% 0%, rgba(255, 122, 0, 0.14), transparent 55%),
                                #ffffff;
                    border: 1px solid #e5e7eb;
                    border-radius: var(--proda-radius-lg);
                    padding: 1.5rem 1.5rem;
                    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
                    overflow: hidden;
                }

                .service-hero-media{
                    border-radius: 22px;
                    overflow: hidden;
                    border: 1px solid rgba(15,23,42,.08);
                    box-shadow: 0 18px 46px rgba(15,23,42,.10);
                    background: #0b1220;
                }
                .service-hero-media img{ display:block; width:100%; height: 360px; object-fit: cover; }
                @media (max-width: 992px){
                    .service-hero-media img{ height: 260px; }
                }

                .service-detail-card{
                    background:#fff;
                    border: 1px solid #e5e7eb;
                    border-radius: 22px;
                    padding: 1.25rem 1.25rem;
                    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
                    height: 100%;
                }
                .service-detail-card-dark{
                    background: #0f172a;
                    border-color: rgba(255,255,255,.10);
                    color: #e5e7eb;
                    box-shadow: 0 18px 54px rgba(2,6,23,.35);
                }

                .service-detail-title{
                    font-weight: 900;
                    color: #0f172a;
                    letter-spacing: -0.01em;
                    margin: 0 0 .85rem;
                    font-size: 1.1rem;
                }
                .service-detail-card-dark .service-detail-title{ color:#fff; }

                .service-detail-divider{
                    height: 1px;
                    background: rgba(15,23,42,.08);
                    margin: 1rem 0 1.05rem;
                }
                .service-detail-card-dark .service-detail-divider{ background: rgba(255,255,255,.12); }

                .service-mini{
                    display:flex;
                    gap: 12px;
                    padding: .85rem .9rem;
                    border-radius: 18px;
                    border: 1px solid rgba(15,23,42,.08);
                    background: #f9fafb;
                    height: 100%;
                }
                .service-mini-ico{
                    width: 44px;
                    height: 44px;
                    border-radius: 16px;
                    display:flex;
                    align-items:center;
                    justify-content:center;
                    color:#fff;
                    background: linear-gradient(135deg, var(--proda-primary-soft), var(--proda-secondary));
                    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
                    flex: 0 0 44px;
                }
                .service-mini-title{ font-weight: 900; color:#0f172a; margin-bottom: 2px; }
                .service-mini-text{ color:#64748b; font-size: .9rem; line-height: 1.45; }

                .service-checklist{
                    list-style:none;
                    padding:0;
                    margin: 0;
                    display:flex;
                    flex-direction:column;
                    gap: .75rem;
                }
                .service-checklist li{
                    display:flex;
                    gap: 10px;
                    align-items:flex-start;
                    line-height: 1.5;
                    color: #e5e7eb;
                    font-size: .92rem;
                }
                .service-checklist i{
                    margin-top: .2rem;
                    color: #22c55e;
                }

                .service-side-cta{ margin-top: 1.1rem; }
                .service-side-btn{
                    display:inline-flex;
                    align-items:center;
                    justify-content:center;
                    gap: .55rem;
                    width: 100%;
                    padding: .85rem 1rem;
                    border-radius: 16px;
                    background: #22c55e;
                    color: #052e16;
                    font-weight: 900;
                    text-decoration:none;
                    box-shadow: 0 16px 40px rgba(34,197,94,.22);
                }
                .service-side-btn:hover{ filter: brightness(1.02); color:#052e16; }
                .service-side-btn i{ transition: transform .18s ease; }
                .service-side-btn:hover i{ transform: translateX(3px); }

                .service-side-note{
                    margin-top: .85rem;
                    font-size: .86rem;
                    color: rgba(226,232,240,.82);
                }