
/* ==========================================================================
   PTech Premium Services & Solutions UI System
   ========================================================================== */

.ptech-srv-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 50px;
}

/* Service Hero Header */
.ptech-srv-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    border-radius: 20px;
    padding: 60px 45px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ptech-srv-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(104, 77, 244, 0.25) 0%, rgba(104, 77, 244, 0) 70%);
    pointer-events: none;
}

.ptech-srv-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(104, 77, 244, 0.2);
    border: 1px solid rgba(104, 77, 244, 0.4);
    padding: 6px 16px;
    border-radius: 9999px;
    color: #c4b5fd;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.ptech-srv-hero h1, .ptech-srv-hero h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff !important;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.ptech-srv-hero p.lead {
    font-size: 18px;
    color: #cbd5e1;
    max-width: 800px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ptech-srv-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ptech-stat-box {
    display: flex;
    flex-direction: column;
}

.ptech-stat-num {
    font-size: 32px;
    font-weight: 900;
    color: #684df4;
    line-height: 1;
    background: linear-gradient(135deg, #a78bfa, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ptech-stat-label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
    margin-top: 5px;
}

/* Service Section Headings */
.ptech-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px;
}

.ptech-section-pill {
    display: inline-block;
    background: #f4f0ff;
    color: #684df4;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 9999px;
    margin-bottom: 12px;
}

.ptech-section-title {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 14px;
}

.ptech-section-subtitle {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
}

/* Service Capability Cards Grid */
.ptech-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.ptech-srv-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px 28px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    position: relative;
}

.ptech-srv-card:hover {
    transform: translateY(-8px);
    border-color: #c4b5fd;
    box-shadow: 0 20px 35px -10px rgba(104, 77, 244, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

.ptech-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f4f0ff 0%, #ede9fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #684df4;
    margin-bottom: 22px;
    border: 1px solid #ddd6fe;
    transition: all 0.3s ease;
}

.ptech-srv-card:hover .ptech-card-icon {
    background: #684df4;
    color: #ffffff;
    transform: scale(1.08);
}

.ptech-srv-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.35;
}

.ptech-srv-card p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

.ptech-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.ptech-card-tags span {
    font-size: 12px;
    font-weight: 600;
    background: #f8fafc;
    color: #475569;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* Tech Stack Showcase */
.ptech-tech-wrap {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 50px;
}

.ptech-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 25px;
}

.ptech-tech-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.25s ease;
}

.ptech-tech-box:hover {
    border-color: #684df4;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(104, 77, 244, 0.08);
}

.ptech-tech-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.ptech-tech-name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.ptech-tech-desc {
    font-size: 12.5px;
    color: #64748b;
}

/* Agile Process Timeline */
.ptech-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
}

.ptech-step-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 22px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.ptech-step-num {
    font-size: 14px;
    font-weight: 800;
    color: #684df4;
    background: #f4f0ff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border: 1px solid #ddd6fe;
}

.ptech-step-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.ptech-step-card p {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

/* High Converting CTA Box */
.ptech-srv-cta {
    background: linear-gradient(135deg, #684df4 0%, #4338ca 100%);
    border-radius: 20px;
    padding: 50px 45px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(104, 77, 244, 0.28);
    margin-top: 30px;
}

.ptech-srv-cta h2 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.ptech-srv-cta p {
    font-size: 17px;
    color: #e0e7ff;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.ptech-cta-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.ptech-btn-white {
    background: #ffffff;
    color: #4338ca !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ptech-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: #f8fafc;
}

.ptech-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ptech-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
    .ptech-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .ptech-tech-grid { grid-template-columns: repeat(2, 1fr); }
    .ptech-process-grid { grid-template-columns: repeat(2, 1fr); }
    .ptech-srv-hero { padding: 40px 25px; }
    .ptech-srv-hero h1 { font-size: 30px; }
}

@media (max-width: 640px) {
    .ptech-cards-grid, .ptech-tech-grid, .ptech-process-grid { grid-template-columns: 1fr; }
    .ptech-srv-cta { padding: 35px 20px; }
    .ptech-srv-cta h2 { font-size: 26px; }
}

/* Footer Brand Logo & Social Buttons */
.footer-widget .footer-logo img {
    max-height: 44px;
    width: auto;
    display: block;
    margin-bottom: 18px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}

.footer-widget .header-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.footer-widget .header-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1 !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 14px;
    text-decoration: none;
}

.footer-widget .header-social a:hover {
    background: #684DF4 !important;
    color: #ffffff !important;
    border-color: #684DF4 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(104, 77, 244, 0.45);
}

/* ==========================================================================
   Vercel / Linear-Style Next-Gen Centered Hero Section (High Brightness & Animation)
   ========================================================================== */

.ptech-nextgen-hero {
    background-color: #070913;
    padding: 130px 20px 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Ambient Floating Glow Orbs for High Brightness */
.ptech-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.55;
}

.ptech-glow-orb-1 {
    width: 550px;
    height: 400px;
    background: radial-gradient(circle, #6366f1 0%, rgba(99, 102, 241, 0) 70%);
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    animation: ptechOrbFloat1 8s ease-in-out infinite alternate;
}

.ptech-glow-orb-2 {
    width: 450px;
    height: 350px;
    background: radial-gradient(circle, #06b6d4 0%, rgba(6, 182, 212, 0) 70%);
    top: 40px;
    right: 15%;
    animation: ptechOrbFloat2 10s ease-in-out infinite alternate;
}

.ptech-glow-orb-3 {
    width: 400px;
    height: 300px;
    background: radial-gradient(circle, #ec4899 0%, rgba(236, 72, 153, 0) 70%);
    top: 60px;
    left: 15%;
    opacity: 0.35;
    animation: ptechOrbFloat3 9s ease-in-out infinite alternate;
}

@keyframes ptechOrbFloat1 {
    0% { transform: translateX(-50%) translateY(0) scale(1); opacity: 0.55; }
    50% { transform: translateX(-45%) translateY(25px) scale(1.15); opacity: 0.7; }
    100% { transform: translateX(-55%) translateY(-15px) scale(0.95); opacity: 0.55; }
}

@keyframes ptechOrbFloat2 {
    0% { transform: translate(0, 0) scale(1); opacity: 0.45; }
    100% { transform: translate(-40px, 30px) scale(1.2); opacity: 0.65; }
}

@keyframes ptechOrbFloat3 {
    0% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    100% { transform: translate(35px, 20px) scale(1.15); opacity: 0.5; }
}

/* Crisp Background Grid */
.ptech-nextgen-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 35%, #000 25%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 35%, #000 25%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.ptech-hero-container {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Floating Pill Badge */
.ptech-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 24px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 35px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    animation: ptechBadgeFloat 4s ease-in-out infinite;
}

@keyframes ptechBadgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.ptech-hero-pill:hover {
    border-color: rgba(99, 102, 241, 0.8);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.35);
}

.ptech-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22d3ee;
    box-shadow: 0 0 12px #22d3ee, 0 0 4px #22d3ee;
    display: inline-block;
    animation: ptechDotPulse 1.8s infinite;
}

@keyframes ptechDotPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

.ptech-pill-icon {
    color: #38bdf8;
    font-size: 13px;
}

/* Main Hero Heading with Shimmer Animation */
.ptech-hero-heading {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.12;
    color: #ffffff !important;
    margin: 0 auto 26px;
    letter-spacing: -1.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.ptech-gradient-text {
    background: linear-gradient(135deg, #d8b4fe 0%, #a78bfa 25%, #60a5fa 50%, #38bdf8 75%, #2dd4bf 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    animation: ptechTextShimmer 5s ease infinite alternate;
}

@keyframes ptechTextShimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Hero Description */
.ptech-hero-subtext {
    font-size: 19.5px;
    color: #cbd5e1;
    line-height: 1.7;
    max-width: 820px;
    margin: 0 auto 45px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Dual CTAs with Bright Glowing Aura */
.ptech-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ptech-hero-btn-primary {
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 50%, #06b6d4 100%);
    color: #ffffff !important;
    font-size: 15.5px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 35px rgba(99, 102, 241, 0.55), 0 4px 14px rgba(0, 0, 0, 0.3);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
}

.ptech-hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 0 50px rgba(99, 102, 241, 0.8), 0 8px 24px rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
}

.ptech-hero-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc !important;
    font-size: 15.5px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.ptech-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.ptech-hero-btn-secondary .btn-icon {
    color: #fbbf24;
}

/* ==========================================================================
   Enterprise Corporate Service Cards (Fortune-500 Accenture / Stripe Style)
   ========================================================================== */

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

.ptech-corp-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 38px 32px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.ptech-corp-card:hover {
    transform: translateY(-5px);
    border-color: #6366F1;
    box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.12);
}

.ptech-corp-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EEF2FF;
    border: 1px solid #E0E7FF;
    color: #4F46E5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 24px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.ptech-corp-card:hover .ptech-corp-icon-box {
    background: #4F46E5;
    color: #ffffff;
    border-color: #4F46E5;
    transform: scale(1.05);
}

.ptech-corp-title {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #0F172A !important;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    line-height: 1.3;
}

.ptech-corp-title a {
    color: #0F172A !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ptech-corp-title a:hover {
    color: #4F46E5 !important;
}

.ptech-corp-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569 !important;
    margin-bottom: 24px;
    flex-grow: 1;
}

.ptech-corp-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #4F46E5 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    margin-top: auto;
}

.ptech-corp-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.ptech-corp-card:hover .ptech-corp-link {
    color: #3730A3 !important;
}

.ptech-corp-card:hover .ptech-corp-link i {
    transform: translateX(4px);
}

/* Enterprise Subtitle Pill */
.ptech-corp-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EEF2FF;
    border: 1px solid #E0E7FF;
    color: #4F46E5;
    padding: 6px 16px;
    border-radius: 9999px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.ptech-corp-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4F46E5;
    display: inline-block;
}

/* Responsive Enhancements */
@media (max-width: 992px) {
    .ptech-hero-heading { font-size: 46px !important; }
    .ptech-nextgen-hero { padding: 90px 20px 80px; }
    .ptech-glow-orb-1 { width: 350px; height: 280px; }
}

@media (max-width: 768px) {
    .ptech-nextgen-hero {
        padding: 65px 16px 60px;
    }
    .ptech-glow-orb {
        animation: none !important;
        filter: blur(30px) !important;
        opacity: 0.3 !important;
        will-change: auto !important;
    }
    .ptech-glow-orb-2, .ptech-glow-orb-3 {
        display: none !important;
    }
    .ptech-hero-pill {
        padding: 7px 16px;
        font-size: 12px;
        margin-bottom: 22px;
        max-width: 100%;
        line-height: 1.4;
    }
    .ptech-hero-heading {
        font-size: 32px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.6px !important;
        margin-bottom: 18px;
    }
    .ptech-hero-subtext {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 30px;
        padding: 0 5px;
    }
    .ptech-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .ptech-hero-btn-primary,
    .ptech-hero-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 14.5px;
    }
    .ptech-glow-orb-1 { width: 220px; height: 160px; }
}

@media (max-width: 480px) {
    .ptech-nextgen-hero {
        padding: 50px 14px 50px;
    }
    .ptech-hero-pill {
        font-size: 11px;
        gap: 6px;
        padding: 6px 14px;
        margin-bottom: 18px;
    }
    .ptech-hero-heading {
        font-size: 28px !important;
        letter-spacing: -0.4px !important;
        margin-bottom: 16px;
    }
    .ptech-hero-subtext {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 25px;
    }
    .ptech-hero-btn-primary,
    .ptech-hero-btn-secondary {
        padding: 13px 18px;
        font-size: 14px;
        border-radius: 10px;
    }
}

/* ==========================================================================
   Floating Action Stack (WhatsApp, Direct Call, Scroll To Top)
   ========================================================================== */
.ptech-floating-actions {
    position: fixed;
    bottom: 28px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 99999;
}

.ptech-float-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.ptech-float-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    animation: ptechWaPulse 2.5s infinite;
}

@keyframes ptechWaPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4); }
    50% { transform: scale(1.06); box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65); }
}

.ptech-float-whatsapp:hover {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 14px 35px rgba(37, 211, 102, 0.7);
    color: #ffffff !important;
}

.ptech-float-call {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4);
}

.ptech-float-call:hover {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 14px 35px rgba(59, 130, 246, 0.65);
    color: #ffffff !important;
}

.ptech-scroll-top {
    background: linear-gradient(135deg, #684DF4 0%, #4338CA 100%);
    box-shadow: 0 8px 24px rgba(104, 77, 244, 0.4);
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ptech-scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.ptech-scroll-top:hover {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 14px 35px rgba(104, 77, 244, 0.65);
    color: #ffffff !important;
}

/* Tooltip on hover */
.ptech-float-tooltip {
    position: absolute;
    right: 58px;
    background: #0F172A;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: all 0.2s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.ptech-float-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #0F172A;
}

.ptech-float-btn:hover .ptech-float-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .ptech-floating-actions {
        bottom: 20px;
        right: 16px;
        gap: 10px;
    }
    .ptech-float-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .ptech-float-tooltip {
        display: none !important;
    }
}
