/* ============================================================
   HOMEPAGE V2 — ARCHITECTURAL CORPORATE DESIGN SYSTEM
   STRONG CRISP BORDERS, DEFINED EDGES & REFINED HIERARCHY
   ============================================================ */

/* ---- Scroll Reveal Engine ---- */
.pmv2-reveal { 
    opacity: 0 !important; 
    transform: translateY(24px); 
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); 
    will-change: opacity, transform; 
}
.pmv2-reveal.pmv2-in { opacity: 1 !important; transform: translateY(0); }
.pmv2-d1 { transition-delay: 0.06s !important; }
.pmv2-d2 { transition-delay: 0.12s !important; }
.pmv2-d3 { transition-delay: 0.18s !important; }
.pmv2-d4 { transition-delay: 0.24s !important; }
@media (prefers-reduced-motion: reduce) {
    .pmv2-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---- 1. Video Hero (Crisp Architectural Frame) ---- */
.pmv2-hero {
    position: relative; 
    overflow: hidden; 
    margin-top: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #1E293B !important;
    min-height: 78vh; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    background: #0B0F19 url('/pmtech_assets/pmtech_hero_egypt_daylight.webp') center center / cover no-repeat;
    isolation: isolate;
}
.pmv2-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.pmv2-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(11,15,25,0.78) 0%, rgba(11,15,25,0.62) 45%, rgba(11,15,25,0.92) 100%);
}
.pmv2-hero::after {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: radial-gradient(ellipse at 70% 20%, rgba(56,189,248,0.12), transparent 55%);
}
.pmv2-hero-content { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; padding: 4rem 1.5rem; text-align: center; }
.pmv2-hero-badge {
    display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 1rem; border-radius: 6px;
    background: rgba(255, 255, 255, 0.06); border: 1.5px solid rgba(255, 255, 255, 0.18);
    color: #E2E8F0; font-weight: 700; font-size: 0.82rem; margin-bottom: 1.5rem;
    letter-spacing: 0.2px;
}
.pmv2-hero-title { 
    color: #FFFFFF; 
    font-size: clamp(1.85rem, 4.8vw, 3.2rem); 
    font-weight: 800; 
    line-height: 1.35; 
    margin: 0 0 1.2rem; 
    letter-spacing: -0.5px;
}
.pmv2-hero-title .pmv2-hl { color: #93C5FD; position: relative; white-space: nowrap; }
.pmv2-hero-title .pmv2-hl::after {
    content: ''; position: absolute; right: 0; left: 0; bottom: -4px; height: 3px; border-radius: 2px;
    background: #38BDF8;
    transform: scaleX(0); transform-origin: right; animation: pmv2Underline 1.2s 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
}
@keyframes pmv2Underline { to { transform: scaleX(1); } }
.pmv2-hero-sub { color: #94A3B8; font-size: clamp(0.95rem, 2vw, 1.1rem); line-height: 1.85; max-width: 680px; margin: 0 auto 2rem; font-weight: 400; }
.pmv2-hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }
.pmv2-scroll-hint {
    position: absolute; bottom: 1.2rem; right: 50%; transform: translateX(50%); z-index: 2;
    width: 24px; height: 40px; border: 1.5px solid rgba(148,163,184,0.5); border-radius: 20px;
    display: flex; justify-content: center; padding-top: 6px;
}
.pmv2-scroll-hint::before {
    content: ''; width: 3px; height: 7px; border-radius: 2px; background: #38BDF8;
    animation: pmv2ScrollDot 1.6s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes pmv2ScrollDot { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* ---- 2. Animated Counters Band (Clean Seamless Surface) ---- */
.pmv2-counters {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem;
    border-radius: 0 !important; margin-top: 0 !important; position: relative; z-index: 5;
    background: #0B0F19;
    border: none !important;
    border-bottom: 1px solid #1E293B !important;
    overflow: hidden;
}
.pmv2-counter { 
    text-align: center; 
    padding: 2rem 1rem; 
    position: relative; 
    border: none !important; 
}
.pmv2-counter-num { font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 800; color: #FFFFFF; line-height: 1.15; font-variant-numeric: tabular-nums; letter-spacing: -0.5px; }
.pmv2-counter-suffix { color: #93C5FD; font-weight: 800; font-size: 1.5rem; margin-right: 2px; }
.pmv2-counter-label { color: #E2E8F0; font-weight: 700; font-size: 0.92rem; margin-top: 0.35rem; }
.pmv2-counter-desc { color: #94A3B8; font-size: 0.78rem; margin-top: 0.25rem; }

/* ---- 3. Solutions Grid (Clean Seamless Layout) ---- */
.pmv2-light { 
    background: #FFFFFF; 
    border: none !important; 
    border-bottom: 1px solid #E2E8F0 !important;
    border-radius: 0 !important; 
    padding: 4rem 1.8rem; 
    margin: 0 !important; 
}
.pmv2-sec-head { text-align: center; max-width: 720px; margin: 0 auto 2.2rem; }
.pmv2-sec-tag {
    display: inline-block; padding: 0.35rem 0.9rem; border-radius: 4px; font-size: 0.76rem; font-weight: 700;
    color: #0F172A; background: #FFFFFF; border: 1px solid #E2E8F0; margin-bottom: 0.8rem;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.pmv2-sec-tag-dark { 
    color: #E2E8F0; 
    background: #1E293B; 
    border-color: #334155; 
}
.pmv2-sec-title { color: #0B0F19; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 800; margin: 0 0 0.6rem; letter-spacing: -0.3px; }
.pmv2-sec-title-light { color: #FFFFFF; }
.pmv2-sec-desc { color: #64748B; font-size: 0.95rem; line-height: 1.8; margin: 0; }
.pmv2-sec-desc-light { color: #94A3B8; }

.pmv2-sol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1.2rem; }
.pmv2-sol-card {
    background: #FFFFFF; 
    border: 1px solid #CBD5E1; 
    border-radius: 8px; 
    padding: 0;
    position: relative; 
    overflow: hidden; 
    cursor: pointer; 
    text-align: right;
    display: flex; 
    flex-direction: column;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.pmv2-sol-card:hover { 
    border-color: #0B0F19; 
    transform: translateY(-4px); 
}
.pmv2-sol-img-wrap {
    width: 100%; height: 160px; overflow: hidden; background: #0B0F19; position: relative;
    border-bottom: 1px solid #E2E8F0;
}
.pmv2-sol-img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.45s ease;
}
.pmv2-sol-card:hover .pmv2-sol-img {
    transform: scale(1.05);
}
.pmv2-sol-body {
    padding: 1.4rem;
    display: flex; flex-direction: column; flex-grow: 1;
}
.pmv2-sol-icon {
    width: 42px; height: 42px; border-radius: 6px; display: flex; align-items: center; justify-content: center;
    background: #F1F5F9;
    border: 1px solid #CBD5E1; 
    margin-bottom: 0.8rem;
}
.pmv2-sol-title { color: #0B0F19; font-size: 1.05rem; font-weight: 700; margin: 0 0 0.45rem; }
.pmv2-sol-desc { color: #64748B; font-size: 0.86rem; line-height: 1.7; margin: 0 0 1rem; flex-grow: 1; }
.pmv2-sol-link { color: #0F172A; font-weight: 700; font-size: 0.84rem; display: inline-flex; align-items: center; gap: 0.35rem; margin-top: auto; }

/* ---- 4. Why PMTech Pillars (Dark Architectural Section) ---- */
.pmv2-dark {
    background: #0B0F19;
    border: none !important;
    border-bottom: 1px solid #1E293B !important;
    border-radius: 0 !important; 
    padding: 4rem 1.8rem; 
    margin: 0 !important; 
    position: relative; 
    overflow: hidden;
}
.pmv2-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; position: relative; }
.pmv2-why-card {
    background: #111827; 
    border: 1.5px solid #1E293B; 
    border-radius: 8px;
    padding: 1.6rem 1.3rem; 
    transition: border-color 0.2s ease;
}
.pmv2-why-card:hover { 
    border-color: #475569; 
}
.pmv2-why-num { font-size: 1.8rem; font-weight: 800; color: #475569; line-height: 1; margin-bottom: 0.6rem; letter-spacing: -0.5px; }
.pmv2-why-title { color: #FFFFFF; font-size: 1rem; font-weight: 700; margin: 0 0 0.4rem; }
.pmv2-why-desc { color: #94A3B8; font-size: 0.85rem; line-height: 1.7; margin: 0; }

/* ---- 5. Projects Gallery (Defined Photo Cards) ---- */
.pmv2-proj-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.2rem; }
.pmv2-proj-card {
    position: relative; 
    border-radius: 8px; 
    overflow: hidden; 
    cursor: pointer; 
    background: #0B0F19;
    border: 1.5px solid #1E293B;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.pmv2-proj-card:hover { 
    border-color: #93C5FD;
    transform: translateY(-4px); 
}
.pmv2-proj-img { width: 100%; height: 210px; object-fit: cover; display: block; }
.pmv2-proj-body {
    position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
    padding: 1.2rem; background: linear-gradient(180deg, transparent 20%, rgba(11,15,25,0.6) 50%, rgba(11,15,25,0.95) 100%);
}
.pmv2-proj-year {
    position: absolute; top: 0.8rem; right: 0.8rem; padding: 0.2rem 0.6rem; border-radius: 4px;
    background: #FFFFFF; color: #0B0F19; font-size: 0.7rem; font-weight: 800;
}
.pmv2-proj-title { color: #FFFFFF; font-size: 0.95rem; font-weight: 700; margin: 0 0 0.3rem; line-height: 1.5; }
.pmv2-proj-loc { color: #93C5FD; font-size: 0.78rem; font-weight: 600; display: flex; align-items: center; gap: 0.3rem; }
.pmv2-more-btn-row { text-align: center; margin-top: 1.8rem; }

/* ---- 6. Video Section ---- */
.pmv2-video-wrap { 
    position: relative; 
    max-width: 880px; 
    margin: 0 auto; 
    border-radius: 8px; 
    overflow: hidden; 
    border: 1.5px solid #CBD5E1; 
}
.pmv2-video-wrap video { width: 100%; display: block; aspect-ratio: 16/9; background: #0B0F19; object-fit: cover; }
.pmv2-video-play {
    position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.9rem;
    background: rgba(11,15,25,0.65); cursor: pointer; border: 0; width: 100%;
}
.pmv2-video-play-btn {
    width: 68px; height: 68px; border-radius: 50%; background: #FFFFFF; display: flex; align-items: center; justify-content: center;
    border: 2px solid #0B0F19;
    transition: transform 0.2s ease;
}
.pmv2-video-play:hover .pmv2-video-play-btn { transform: scale(1.08); }
.pmv2-video-play-label { color: #FFFFFF; font-weight: 700; font-size: 0.95rem; }

/* ---- 7. Testimonials (Clean Outline Card) ---- */
.pmv2-testi-wrap { position: relative; max-width: 760px; margin: 0 auto; }
.pmv2-testi-card {
    background: #FFFFFF; 
    border: 1.5px solid #CBD5E1; 
    border-radius: 8px; 
    padding: 2.2rem 1.8rem; 
    text-align: center;
    min-height: 200px; display: flex; flex-direction: column; justify-content: center;
}
.pmv2-testi-quote { color: #0B0F19; font-size: 2.2rem; line-height: 1; font-weight: 800; margin-bottom: 0.4rem; }
.pmv2-testi-text { color: #334155; font-size: 0.96rem; line-height: 1.9; font-weight: 500; margin: 0 0 1rem; }
.pmv2-testi-name { color: #0B0F19; font-weight: 700; font-size: 0.92rem; }
.pmv2-testi-role { color: #64748B; font-size: 0.78rem; font-weight: 600; margin-top: 0.2rem; }
.pmv2-testi-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.2rem; }
.pmv2-testi-arrow {
    width: 34px; height: 34px; border-radius: 4px; border: 1.5px solid #CBD5E1; background: #FFFFFF;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    transition: border-color 0.15s ease;
}
.pmv2-testi-arrow:hover { border-color: #0B0F19; }
.pmv2-testi-dots { display: flex; gap: 0.4rem; }
.pmv2-testi-dot {
    width: 20px; height: 3px; border-radius: 2px; background: #CBD5E1; border: none; cursor: pointer;
    transition: background 0.2s;
}
.pmv2-testi-dot.active { background: #0B0F19; width: 30px; }

/* ---- 8. Smart Tools Grid ---- */
.pmv2-tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.2rem; }
.pmv2-tool-card {
    background: #FFFFFF; 
    border: 1.5px solid #CBD5E1; 
    border-radius: 8px; 
    padding: 1.8rem;
    display: flex; flex-direction: column; justify-content: space-between;
    transition: border-color 0.2s ease;
}
.pmv2-tool-card:hover { border-color: #0B0F19; }
.pmv2-tool-tag {
    font-size: 0.75rem; font-weight: 700; color: #64748B; text-transform: uppercase; letter-spacing: 0.5px;
    display: block; margin-bottom: 0.35rem;
}
.pmv2-tool-title { font-size: 1.15rem; font-weight: 700; color: #0B0F19; margin: 0 0 0.5rem; }
.pmv2-tool-desc { font-size: 0.86rem; color: #64748B; line-height: 1.7; margin: 0 0 1.4rem; }

/* ---- 9. Final CTA Band ---- */
.pmv2-cta {
    background: #0B0F19; 
    border: none !important;
    border-radius: 0 !important;
    padding: 4rem 1.8rem; 
    text-align: center; 
    margin: 0 !important; 
    color: #FFFFFF;
}
.pmv2-cta-title { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; margin: 0 0 0.7rem; letter-spacing: -0.3px; }
.pmv2-cta-sub { color: #94A3B8; font-size: 0.95rem; line-height: 1.8; max-width: 620px; margin: 0 auto 1.8rem; }
.pmv2-cta-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

/* ---- Action Buttons System ---- */
.pmv2-btn {
    height: 42px; min-height: 42px; padding: 0 1.3rem; border-radius: 4px;
    font-size: 0.86rem; font-weight: 700; font-family: inherit;
    display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
    cursor: pointer; text-decoration: none; border: 1.5px solid transparent; outline: none;
    transition: all 0.15s ease;
}
.pmv2-btn-white { background: #FFFFFF; color: #0B0F19; border-color: #FFFFFF; }
.pmv2-btn-white:hover { background: #E2E8F0; border-color: #E2E8F0; }
.pmv2-btn-outline { background: transparent; color: #FFFFFF; border-color: rgba(255,255,255,0.3); }
.pmv2-btn-outline:hover { background: rgba(255,255,255,0.08); border-color: #FFFFFF; }
.pmv2-btn-navy { background: #0B0F19; color: #FFFFFF; border-color: #0B0F19; }
.pmv2-btn-navy:hover { background: #1E293B; border-color: #1E293B; }
.pmv2-btn-sky { background: #F1F5F9; color: #0F172A; border-color: #CBD5E1; }
.pmv2-btn-sky:hover { background: #E2E8F0; border-color: #0B0F19; }
.pmv2-btn-wa { background: #10B981; color: #FFFFFF; border-color: #10B981; }
.pmv2-btn-wa:hover { background: #059669; border-color: #059669; }

/* ---- Responsive Mobile Adjustments ---- */
@media (max-width: 768px) {
    .pmv2-hero { min-height: 70vh; border-radius: 8px; }
    .pmv2-hero-content { padding: 2.8rem 1rem; }
    .pmv2-hero-actions { flex-direction: column; width: 100%; }
    .pmv2-hero-actions .pmv2-btn { width: 100%; }
    
    .pmv2-counters {
        grid-template-columns: 1fr 1fr;
        border-radius: 8px;
        margin-top: 1rem;
        border: none !important;
    }
    .pmv2-counter {
        padding: 1.2rem 0.6rem;
        border: none !important;
    }
    
    .pmv2-light, .pmv2-dark, .pmv2-cta {
        padding: 2rem 1rem;
        border-radius: 8px;
        margin: 1.2rem 0;
    }
    
    .pmv2-sol-grid, .pmv2-why-grid, .pmv2-proj-grid, .pmv2-tools-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   FULL-WIDTH LAYOUT + MOBILE APP MODE
   ============================================================ */

/* ---- True Edge-to-Edge Full-Width Layout ---- */
.pmtech-brand-home,
.site-container.pmtech-brand-home {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}
/* Home sections span the full screen; text keeps breathing room via their own padding */
.pmv2-hero { border-radius: 0 !important; border-left: none !important; border-right: none !important; width: 100% !important; }
.pmv2-light, .pmv2-dark { border-radius: 0 !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 5vw !important; padding-right: 5vw !important; border-left: none !important; border-right: none !important; }
.pmv2-counters { border-radius: 0 !important; margin-left: 0 !important; margin-right: 0 !important; border-left: none !important; border-right: none !important; }
.pmv2-cta { border-radius: 0 !important; margin-left: 0 !important; margin-right: 0 !important; border-left: none !important; border-right: none !important; }
.karm-marquee-section { border-radius: 0 !important; border-left: none !important; border-right: none !important; }

/* Inner pages (store, articles, calculator...) — full width with slight breathing room */
.site-container:not(.pmtech-brand-home) {
    max-width: 100% !important;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
}
@media (max-width: 768px) {
    .site-container:not(.pmtech-brand-home) { padding-left: 1rem !important; padding-right: 1rem !important; }
    .pmv2-light, .pmv2-dark { padding-left: 1rem !important; padding-right: 1rem !important; }
}
@media (min-width: 769px) and (max-width: 1100px) {
    .pmv2-light, .pmv2-dark { padding-left: 6vw !important; padding-right: 6vw !important; }
}

/* ============================================================
   MOBILE APP MODE (≤768px) — native-app-like experience
   ============================================================ */
@media (max-width: 768px) {
    html, body { background: #F1F5F9 !important; }

    /* --- App-style top bar (replaces website header) --- */
    .pmtech-header,
    .site-header {
        background: linear-gradient(135deg, #0B0F19 0%, #0F2C59 100%) !important;
        border-bottom: none !important;
        box-shadow: 0 4px 18px rgba(2, 39, 82, 0.35) !important;
    }
    .site-header .site-container { padding: 0.65rem 1rem !important; min-height: 54px; }
    .pmtech-desktop-nav { display: none !important; }
    .pmtech-header-logo { height: 34px !important; max-height: 34px !important; filter: brightness(0) invert(1); }
    .pmtech-header-wa-btn {
        background: rgba(16, 185, 129, 0.18) !important;
        border: 1px solid rgba(16, 185, 129, 0.45) !important;
        padding: 0.45rem 0.6rem !important;
    }
    .pmtech-header-wa-btn span { display: none !important; }
    .pmtech-header-cart-btn {
        background: rgba(56, 189, 248, 0.14) !important;
        border: 1px solid rgba(56, 189, 248, 0.35) !important;
        border-radius: 12px !important;
    }
    .pmtech-header-cart-btn svg { stroke: #E0F2FE !important; }

    /* --- Show bottom app toolbar --- */
    .pmtech-bottom-bar {
        display: block !important;
        background: rgba(255, 255, 255, 0.97) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
        border-top: 1px solid #E2E8F0 !important;
        box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.1) !important;
        padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    }
    .pmtech-bottom-bar-inner { height: 62px !important; }

    /* space so fixed bottom bar never covers content */
    .pmtech-brand-home { padding-bottom: 84px !important; }
    footer.pmtech-footer, .pmtech-footer { padding-bottom: 96px !important; }

    /* --- Full-bleed app screens (no side padding, no radius) --- */
    .site-container, .pmtech-brand-home { padding-left: 0.9rem !important; padding-right: 0.9rem !important; }
    .pmv2-hero { border-radius: 16px !important; min-height: 68vh !important; }
    .pmv2-light, .pmv2-dark, .pmv2-cta { border-radius: 16px !important; padding: 2.2rem 1rem !important; }
    .pmv2-counters { grid-template-columns: repeat(2, 1fr) !important; margin-top: -18px !important; padding: 1.6rem 1rem !important; border-radius: 16px !important; }
    .pmv2-sol-grid, .pmv2-proj-grid, .pmv2-tools-grid { grid-template-columns: 1fr !important; }

    /* App-like larger touch targets */
    .pmv2-btn { width: 100%; padding: 1rem 1.4rem !important; font-size: 1rem !important; }
    .pmv2-hero-actions { gap: 0.7rem; }
    .pmv2-sol-card, .pmv2-why-card, .pmv2-tool-card { padding: 1.4rem 1.2rem !important; }
    .pmv2-sol-icon { width: 50px; height: 50px; }
    .pmv2-testi-card { min-height: 0; padding: 1.7rem 1.2rem !important; }
    .pmtech-tab-btn { padding: 0.6rem 1rem !important; }

    /* hide decorative scroll hint */
    .pmv2-scroll-hint { display: none !important; }
}

/* ---- Interactive slow marquee (drag / wheel / auto) ---- */
.karm-marquee-section .karm-marquee-track { animation: none !important; will-change: transform !important; }
.karm-marquee-track { will-change: transform !important; }
.karm-marquee-container {
    cursor: grab !important;
    touch-action: pan-y !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}
.karm-marquee-container.pmv2-dragging { cursor: grabbing !important; }
.karm-marquee-container.pmv2-dragging * { pointer-events: none; }

/* ---- Two-column section (field operations) ---- */
.pmv2-two-col {
    display: grid !important;
    grid-template-columns: 1fr 1.15fr !important;
    gap: 3rem !important;
    align-items: center !important;
    max-width: 1500px;
    margin: 0 auto;
}
.pmv2-two-col-text { text-align: right !important; }
.pmv2-two-col-text .pmv2-sec-title { margin: 0 0 0.7rem !important; text-align: right !important; }
.pmv2-two-col-text .pmv2-sec-desc { text-align: right !important; margin: 0 0 1.4rem !important; }
.pmv2-align-start { text-align: right !important; }
.pmv2-field-list { display: flex; flex-direction: column; gap: 0.8rem; }
.pmv2-field-item {
    display: flex; align-items: center; gap: 0.65rem;
    background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px;
    padding: 0.75rem 1rem; color: #0F172A; font-weight: 700; font-size: 0.92rem;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.pmv2-field-item:hover { transform: translateX(-4px); border-color: #BAE6FD; box-shadow: 0 8px 22px rgba(2,132,199,0.1); }
.pmv2-two-col .pmv2-video-wrap { max-width: none !important; box-shadow: 0 24px 60px rgba(2,132,199,0.18) !important; }
@media (max-width: 900px) {
    .pmv2-two-col { grid-template-columns: 1fr !important; gap: 2rem !important; }
    .pmv2-two-col-media { order: -1; } /* video first on small screens */
}
