.pm-topbar{height:6px;background:linear-gradient(90deg,var(--pm-red),var(--pm-red-dark))}.pm-navbar{background:var(--pm-black);color:var(--pm-white);box-shadow:0 6px 20px #00000080;position:sticky;top:0;z-index:1100}.pm-nav-inner{display:flex;align-items:center;justify-content:space-between;padding:20px;max-width:1200px;margin:0 auto}.pm-logo a{color:var(--pm-white);text-decoration:none;display:flex;gap:8px}.pm-logo-mark{color:var(--pm-red);font-weight:800;font-size:20px}.pm-nav{display:flex;align-items:center}.pm-nav a,.pm-nav span{margin:0 12px;color:#ffffffd9;text-decoration:none;font-weight:600;padding:6px 8px;border-radius:6px;cursor:pointer}.pm-nav a.active,.pm-nav span.active{background:linear-gradient(180deg,#c8102e1f,#c8102e0f);color:var(--pm-white)}.pm-dropdown{position:relative}.pm-dropdown-content{display:none;position:absolute;right:0;background:var(--pm-black);border-radius:8px;min-width:200px;padding:6px;margin-top:8px}.pm-dropdown:hover .pm-dropdown-content{display:block}.pm-dropdown-content a{display:block;padding:10px 12px}.pm-hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer}.pm-hamburger span{width:26px;height:3px;background:var(--pm-white);border-radius:3px;transition:all .3s ease}.pm-hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.pm-hamburger.open span:nth-child(2){opacity:0}.pm-hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 768px){.pm-hamburger{display:flex}.pm-nav{position:fixed;top:0;right:0;width:80%;height:100vh;background:var(--pm-black);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:100px 24px 24px;gap:16px;transform:translate(100%);transition:transform .35s ease;z-index:1200}.pm-nav.open{transform:translate(0)}.pm-nav a,.pm-nav span{margin:0;padding:14px 0;width:100%;font-size:18px;text-align:left}.pm-dropdown-content{position:static;display:block;padding-left:12px;text-align:left}}.site-footer{background-color:#0e1624;background-image:linear-gradient(#222529f2,#1b1c1ef2),url(/images/building-footer.avif);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:3rem 4rem}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:2rem}.footer-column{flex:1 1 40%;min-width:250px}.footer-column h3{font-size:1.5rem;margin-bottom:1rem}.footer-column p{font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#00a859}.footer-column a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#ccc}.sub-links{margin-left:15px;margin-top:6px}.sub-links li{margin-bottom:4px}.contact-sec{display:flex;gap:32px;padding:48px 60px;align-items:stretch;background:#fff;box-sizing:border-box}.contact-left{flex:1;position:relative;min-height:380px;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #0b0b0b24}.contact-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/contact.jpg);background-size:cover;background-position:center 60%;filter:grayscale(.05) brightness(.55) saturate(.85);transform:scale(1.03)}.contact-left:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1212126b;z-index:1}.contact-hero-text{position:relative;z-index:2;padding:0 32px;color:#fff;max-width:80%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.contact-hero-text h1{margin:0 0 10px;font-size:36px;line-height:1.05;text-shadow:0 6px 18px rgba(0,0,0,.45)}.contact-hero-text>p{margin:0 0 20px;color:#ffffffeb;font-size:16px;line-height:1.6}.contact-info p{margin:6px 0;color:#ffffffe6}.contact-btn{margin-top:12px;display:inline-block;background:var(--pm-red);color:#fff;padding:10px 14px;border-radius:8px;font-weight:700;text-decoration:none;box-shadow:0 10px 30px #c8102e2e}.contact-form{flex:1;display:flex;flex-direction:column;gap:12px;padding:22px;background:linear-gradient(180deg,#fafafa,#fff);border-radius:12px;box-shadow:0 12px 30px #0000000f}.contact-form input,.contact-form select,.contact-form textarea{padding:12px;border:1px solid #eee;border-radius:8px}.submit{background:var(--pm-red);color:#fff;padding:12px;border-radius:8px;border:none;font-weight:700}@media (max-width: 768px){.contact-sec{flex-direction:column;padding:32px 16px;gap:24px}.contact-left{min-height:260px;height:260px;border-radius:14px;display:flex;align-items:center;justify-content:center}.contact-hero-text{max-width:100%;padding:0 20px;text-align:center}.contact-hero-text h1{font-size:28px}.contact-hero-text>p{font-size:15px}.contact-form{padding:20px;gap:10px}.contact-form input,.contact-form select,.contact-form textarea{font-size:15px}.submit{padding:12px;font-size:15px}}.hero{position:relative;height:580px;overflow:hidden;background:#f3f3f3}.hero-slides{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease}.hero-slide.active{opacity:1}.hero-slides:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;mix-blend-mode:multiply;z-index:1}.hero-overlay{position:relative;z-index:2;display:flex;align-items:center;height:100%}.hero-box{max-width:700px;margin-left:60px;padding:40px;border-radius:14px;background:#1414148c;backdrop-filter:blur(6px) saturate(130%);-webkit-backdrop-filter:blur(6px) saturate(130%);box-shadow:0 25px 80px #00000073;color:#fff}.hero-box h1{color:#fff;font-size:42px;margin-bottom:14px;text-shadow:0 8px 30px rgba(0,0,0,.55)}.hero-box p{color:#ffffffeb;font-size:17px;line-height:1.5}.hero-ctas button{margin-right:12px;padding:12px 18px;background:#c8102e;color:#fff;border:none;border-radius:6px;cursor:pointer}.hero-ctas .outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6)}.services-section{padding:48px 80px;background:#fff}.services-section h2{color:#111;margin-bottom:18px}.service-cards{display:flex;gap:20px}.card{flex:1;border-radius:8px;padding:34px;box-shadow:0 6px 16px #0000000f;position:relative}.card.red{background:linear-gradient(135deg,#c8102e,#a00c28);color:#fff}.card.mid{background:linear-gradient(135deg,#b31327,#8e0f1f)}.card .num{position:absolute;left:12px;top:12px;font-weight:800;opacity:.12;font-size:56px}.card a{display:inline-block;margin-top:12px;color:#fff;text-decoration:none;font-weight:600}@media (max-width: 768px){.hero{height:520px}.hero-overlay{justify-content:center;padding:0 16px}.hero-box{margin-left:0;max-width:100%;padding:28px 22px;text-align:center}.hero-box h1{font-size:30px}.hero-box p{font-size:15px}.hero-ctas{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.hero-ctas button{margin-right:0}.services-section{padding:36px 20px}.service-cards{flex-direction:column}.card{padding:28px}}:root{--pm-red: #C8102E;--pm-red-dark: #9b0b25;--pm-black: #0b0b0b;--card-radius: 14px}.about-wrap{padding:80px 0;background:linear-gradient(180deg,#fff,#fafafa)}.about-container{max-width:1350px;margin:0 auto;padding:0 60px;display:grid;grid-template-columns:62% 32%;gap:60px;align-items:start}.about-left{padding-top:10px}.eyebrow{color:var(--pm-red);font-weight:700;letter-spacing:.8px;margin-bottom:12px}.about-title{font-size:40px;line-height:1.18;color:#111;margin-bottom:24px;max-width:90%}.lead{font-size:18px;line-height:1.55;max-width:80%;color:#333;margin-bottom:40px}.about-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:40px}.about-card{background:#fff;padding:26px;border-radius:var(--card-radius);box-shadow:0 12px 36px #0000000f;border:1px solid rgba(0,0,0,.05)}.about-card h3{margin-bottom:12px;font-size:20px}.about-card p,.about-card ul{font-size:15px;line-height:1.55;color:#555}.about-card ul{padding-left:20px}.about-cta{margin-top:6px;display:flex;gap:16px}.btn{padding:12px 18px;border-radius:10px;font-weight:700;font-size:15px}.btn.primary{background:var(--pm-red);color:#fff}.btn.outline{background:transparent;color:var(--pm-red);border:2px solid rgba(200,16,46,.25)}.about-right{display:flex;flex-direction:column;gap:24px}.logo-wrap{height:300px;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #0b0b0b14;border:1px solid rgba(0,0,0,.06);background:#fdf1f3}.logo-wrap img{width:100%;height:100%;object-fit:contain;padding:28px}.quick-stats{display:flex;gap:18px;justify-content:space-between}.stat{background:#fff;border-radius:14px;padding:16px;flex:1;text-align:center;box-shadow:0 10px 32px #00000012}.stat .num{color:var(--pm-red);font-size:24px;font-weight:800}.stat .lbl{color:#777;font-size:14px;margin-top:4px}@media (max-width: 1020px){.about-container{grid-template-columns:1fr;padding:0 30px}.about-title{font-size:34px;max-width:100%}.lead{max-width:100%}.about-cards{grid-template-columns:1fr}.logo-wrap{height:240px}}@media (max-width: 680px){.about-wrap{padding:60px 0}.about-container{padding:0 18px}}.page-title{font-size:36px;margin:8px 0 28px;color:#111;text-align:center;font-weight:800}.clients{padding:70px 160px;background:#fff;text-align:center;box-sizing:border-box}.clients h2{font-size:32px;margin-bottom:40px;color:#111}.client-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:40px 30px;justify-items:center;align-items:start;width:100%;box-sizing:border-box;padding:12px 6px}.client-card{text-align:center}.client-logo{width:155px;height:155px;background:#fff;border-radius:50%;overflow:hidden;box-shadow:0 8px 28px #00000014;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center}.client-logo img{width:105%;height:105%;object-fit:cover;object-position:center;display:block}.client-name{margin-top:12px;font-weight:700;color:#333;max-width:160px;font-size:14px}.section-main-title{font-size:32px;margin-bottom:40px;color:#111;text-align:center}.client-box{margin-top:60px;max-width:950px;margin-left:auto;margin-right:auto;background:#fff;border-radius:16px;box-shadow:0 12px 30px #00000014;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.client-box-header{background:var(--pm-red, #C8102E);color:#fff;padding:16px 22px;font-size:22px;font-weight:700}.client-box-body{list-style:none;padding:22px 30px;margin:0;box-sizing:border-box}.client-box-body li{margin-bottom:10px;font-size:15px;line-height:1.55;color:#333;font-weight:500;list-style:none}@media (max-width: 1200px){.clients{padding:60px}.client-grid{gap:36px 20px}}@media (max-width: 1024px){.clients{padding:50px 48px}.client-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:30px 18px}.client-logo{width:140px;height:140px}}@media (max-width: 800px){.clients{padding:46px 34px}.client-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:28px 16px}.client-logo{width:130px;height:130px}.client-name{font-size:13px;max-width:140px}}@media (max-width: 480px){.clients{padding:36px 18px}.client-grid{grid-template-columns:repeat(2,1fr)!important;gap:22px}.client-logo{width:110px;height:110px}.client-name{font-size:13px}}.services-carousel-container{width:100%;padding:60px 0;text-align:center;position:relative;background:#f9f9f9}.services-title{font-size:2rem;margin-bottom:40px;color:#083f63}.services-exp{text-align:center;font-size:18px}.carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-top:50px}.carousel{display:flex;justify-content:center;align-items:center;position:relative;width:100%;max-width:1200px;overflow:hidden;height:400px;perspective:1000px;height:450px;padding-top:40px;overflow:visible}.service-card{flex:0 0 auto;width:320px;height:380px;border-radius:20px;box-shadow:0 6px 12px #0000001a;padding:24px;text-align:left;position:absolute;top:0;transition:all .5s ease;opacity:0;transform:scale(.9) translateY(20px);z-index:1}.service-card.center{z-index:3;transform:scale(1.1) translateY(0) rotateY(0);opacity:1;left:50%;transform:translate(-50%) scale(1.1);background-color:#28a745;color:#fff}.service-card.left{left:10%;transform:rotateY(25deg) scale(.95);opacity:1;z-index:2}.service-card.right{right:10%;transform:rotateY(-25deg) scale(.95);opacity:1;z-index:2}.service-card.hidden{display:none}.service-card h3{font-size:1.8rem;margin-top:16px;margin-bottom:16px}.service-card p{font-size:.95rem;line-height:1.5;margin-top:10px}.service-icon{width:64px;height:64px;background-color:#083f63;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:1rem;background:#fff;border:none;border-radius:50%;padding:8px 12px;cursor:pointer;z-index:4;box-shadow:0 2px 6px #0003;color:#000}.carousel-arrow:hover{background-color:#d3d3d3}.carousel-arrow.left{left:10px;color:#000}.carousel-arrow.right{right:10px;color:#000}.learn-more-btn{margin-top:24px;padding:10px 20px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:block;margin-left:auto;margin-right:auto}.learn-more-btn.blue{background-color:#083f63;color:#fff}.learn-more-btn.green{background-color:#28a745;color:#fff}.learn-more-btn:hover{opacity:.9}@media (max-width: 768px){.carousel{flex-direction:row;height:420px;padding-top:30px}.service-card{width:260px;height:360px;padding:20px;font-size:14px}.service-card h3{font-size:1.4rem}.service-card p{font-size:.9rem}.service-card.center{transform:translate(-50%) scale(1)}.service-card.left{left:0;transform:rotateY(15deg) scale(.9)}.service-card.right{right:0;transform:rotateY(-15deg) scale(.9)}.carousel-arrow{padding:6px 10px;font-size:.9rem;z-index:5;top:40%}.carousel-arrow.left{left:5px}.carousel-arrow.right{right:5px}}.why-container{display:flex;flex-wrap:wrap;padding:2rem;background:#fff;align-items:center;justify-content:center}.why-image-section{flex:1;min-width:300px;position:relative;margin-right:2rem}.why-image{width:100%;border-radius:10px;object-fit:cover}.experience-badge{position:absolute;bottom:-30px;left:20px;background-color:#036;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:.5rem;height:60px}.why-text-section{flex:1;min-width:300px;margin-top:40px}.why-heading{color:#036;font-size:2rem;margin-bottom:1rem}.why-text-section p{font-size:1rem;margin-bottom:.8rem;line-height:1.6}.achievements-container{text-align:center;padding:2rem;background:#f9f9f9;font-family:Segoe UI,sans-serif}.title{font-size:2rem;font-weight:700;color:#036}.subtitle{margin:.5rem 0 2rem;font-size:1rem;color:#333}.stats-grid{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem}.stat-card{max-width:160px}.icon{font-size:2.2rem;margin-bottom:.5rem}.number{color:#f60;font-size:1.8rem;font-weight:700}.label{font-size:.95rem;margin-top:.3rem}.products-hero{padding:48px 60px;background:linear-gradient(180deg,var(--pm-offblack),#101010);color:var(--pm-white);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:32px 60px;background:#fff}.prod-card{background:var(--pm-white);border-radius:12px;overflow:hidden;text-decoration:none;color:#222;box-shadow:0 12px 30px #00000014;border:3px solid rgba(200,16,46,.06);transition:transform var(--transition),box-shadow var(--transition)}.prod-card:hover{transform:translateY(-8px);box-shadow:0 22px 48px #0000002e;border-color:#c8102e2e}.prod-card img{width:100%;height:220px;object-fit:cover}.prod-card h3{margin:12px 18px 6px;color:var(--pm-black)}.prod-card p{margin:0 18px 18px;color:var(--pm-muted)}@media (max-width: 768px){.products-hero{padding:36px 20px;text-align:center}.products-hero h1{font-size:28px}.products-hero p{font-size:15px}.product-grid{grid-template-columns:1fr;padding:24px 20px;gap:20px}.prod-card img{height:200px}.prod-card h3{margin:14px 16px 6px;font-size:18px}.prod-card p{margin:0 16px 16px;font-size:14px}}.railway-hero{position:relative;min-height:340px;display:flex;align-items:center;color:#fff;overflow:hidden}.railway-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/railway-hero.jpg);background-size:cover;background-position:center 80%;background-repeat:no-repeat;filter:grayscale(10%) contrast(95%);transform:scale(1.02);z-index:0}.railway-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1212126b;z-index:1}.railway-hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;box-sizing:border-box}.railway-hero-text{max-width:70%}.railway-hero-text h1{margin:0 0 10px;font-size:36px;line-height:1.05;color:#fff;text-shadow:0 6px 18px rgba(0,0,0,.45)}.railway-hero-text p{margin:0;color:#ffffffeb;font-size:16px;line-height:1.6;max-width:56ch}.railway-hero-cta{display:flex;align-items:center;gap:12px}.railway-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;padding:28px 60px 80px;background:#fafafa}.rail-prod{display:flex;gap:18px;background:var(--pm-white, #fff);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0000000f;border:1px solid rgba(0,0,0,.04)}.rail-thumb{width:40%;min-width:220px;max-width:360px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.rail-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(.95) saturate(.9)}.rail-body{padding:18px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.rail-body h3{color:var(--pm-black, #111);margin-bottom:8px}.codes{color:var(--pm-red-dark, #9b0b25);font-weight:700;margin-bottom:8px}.rail-body p{color:var(--pm-muted, #666);margin-bottom:12px}@media (max-width: 980px){.railway-hero-text{max-width:100%}.railway-hero-inner{flex-direction:column;align-items:flex-start;gap:18px;padding:32px 20px}.railway-hero-cta{width:100%;display:flex;justify-content:center}.railway-list{grid-template-columns:1fr;padding:24px 20px 60px}.rail-thumb{width:40%;min-width:180px}}@media (max-width: 520px){.railway-hero{min-height:260px}.railway-hero-text h1{font-size:24px}.rail-thumb{width:36%;min-width:140px}.railway-hero-inner{text-align:center}}.fab-hero{position:relative;min-height:340px;display:flex;align-items:center;color:#fff;overflow:hidden}.fab-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/Fabrication.jpg);background-size:cover;background-position:center 80%;background-repeat:no-repeat;filter:grayscale(10%) contrast(95%);transform:scale(1.02);z-index:0}.fab-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1212126b;z-index:1}.fab-hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px}.fab-hero-text{max-width:70%}.fab-hero-text h1{margin:0 0 10px;font-size:36px;color:#fff;text-shadow:0 6px 18px rgba(0,0,0,.45)}.fab-hero-text .short{color:#ffffffeb;font-size:16px;line-height:1.5}.fab-hero-cta{display:flex;align-items:center;justify-content:flex-end}.fab-intro{padding:28px 60px;background:#fff;color:var(--pm-black, #111)}.fab-intro .container{max-width:1200px;margin:0 auto}.fab-intro p{margin:0 0 12px;font-size:15px;color:var(--pm-black, #222)}.fab-features{margin:8px 0 0;padding-left:20px;color:var(--pm-black, #333);line-height:1.6}.fab-features li{margin-bottom:6px}.fab-projects{padding:28px 60px 80px;background:#fafafa;color:var(--pm-black, #111)}.fab-projects .container{max-width:1200px;margin:0 auto}.fab-projects h2{margin:0 0 18px;font-size:22px;color:var(--pm-black, #111)}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:22px}.project-card{display:flex;flex-direction:column;gap:0;background:var(--pm-white, #fff);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0000000f;border:1px solid rgba(0,0,0,.04)}.project-thumb{width:100%;aspect-ratio:16/10;overflow:hidden;background:#f7f7f7;display:flex;align-items:center;justify-content:center}.project-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(.95) saturate(.9)}.project-body{padding:14px}.project-body h4{margin:0 0 6px;color:var(--pm-black, #111);font-size:16px}.project-body .muted{margin:6px 0 0;color:var(--pm-muted, #666);font-size:14px}.peb-card{grid-column:1 / -1;max-width:1100px;margin:0 auto}.peb-card .project-thumb{background:#fff;padding:12px}.peb-card .project-thumb img{width:auto;height:100%;max-height:520px;object-fit:contain;object-position:center;transform:scale(1);display:block}.project-list-text{margin-top:18px;background:#fff;padding:18px;border-radius:12px;border:1px solid rgba(0,0,0,.04);box-shadow:0 8px 24px #0000000a}.project-list-text h3{margin:0 0 8px}.project-list-text ul{margin:0;padding-left:20px;color:var(--pm-muted,#444)}@media (max-width: 980px){.fab-hero-inner{flex-direction:row;align-items:center;gap:18px;padding:28px 20px}.fab-hero-cta{width:46%;min-width:220px}.fab-intro{padding:24px 20px}.projects-grid{grid-template-columns:repeat(2,1fr);gap:18px}.peb-card{grid-column:auto;max-width:100%}.peb-card .project-thumb img{max-height:340px;transform:scale(.94)}.fab-projects{padding:24px 20px 60px}}@media (max-width: 520px){.fab-hero{min-height:260px}.fab-hero-inner{flex-direction:column;align-items:center;text-align:center;padding:24px 14px}.fab-hero-text{max-width:100%}.fab-hero-text h1{font-size:28px}.fab-hero-text .short{font-size:14px}.fab-hero-cta{width:100%;min-width:auto;display:flex;justify-content:center;margin-top:14px}.fab-cta-card{width:100%}.fab-hero-cta .download{margin-top:8px}.fab-intro{padding:18px 14px}.projects-grid{grid-template-columns:1fr}.project-card{border-radius:10px}.project-body h4{font-size:15px}.project-body .muted{font-size:13px}.fab-visual-inner{min-height:220px}.peb-card .project-thumb img{max-height:240px;width:100%;height:auto;transform:scale(1)}.fab-projects{padding:18px 14px 40px}}.trading-hero{position:relative;min-height:340px;display:flex;align-items:center;color:#fff;overflow:hidden}.trading-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/Trading.png);background-size:cover;background-position:center 80%;background-repeat:no-repeat;filter:grayscale(8%) contrast(95%);transform:scale(1.02);z-index:0}.trading-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1212126b;z-index:1}.trading-hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;box-sizing:border-box}.trading-hero-text{max-width:70%}.trading-hero-text h1{margin:0 0 10px;font-size:36px;line-height:1.05;color:#fff;text-shadow:0 6px 18px rgba(0,0,0,.45)}.trading-hero-text p{margin:0;color:#ffffffeb;font-size:16px;line-height:1.6;max-width:56ch}.trading-hero-cta{display:flex;align-items:center;gap:12px}.btn-primary,.download.btn-primary{display:inline-block;background:var(--pm-red, #C8102E);color:#fff;padding:12px 18px;border-radius:8px;font-weight:700;text-decoration:none;box-shadow:0 10px 30px #c8102e2e;border:1px solid rgba(0,0,0,.12);transition:transform .18s ease,box-shadow .18s ease}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px #c8102e3d}.trading-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;padding:28px 60px 80px;background:#fafafa}.trade-card{display:flex;gap:18px;background:var(--pm-white, #fff);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #0000000f;border:1px solid rgba(0,0,0,.04);align-items:stretch}.trade-thumb{width:40%;min-width:220px;max-width:360px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.trade-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(.95) saturate(.9)}.trade-body{padding:18px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.trade-body h3{color:var(--pm-black, #111);margin-bottom:8px}.trade-body p{color:var(--pm-muted, #666);margin-bottom:12px}.btn.primary{background:var(--pm-red, #C8102E);color:var(--pm-white, #fff);padding:10px 14px;border-radius:8px;align-self:flex-start;text-decoration:none}@media (max-width: 980px){.trading-hero-text{max-width:100%}.trading-hero-inner{flex-direction:column;align-items:flex-start;gap:18px;padding:32px 20px}.trading-hero-cta{width:100%;display:flex;justify-content:center}.trading-list{grid-template-columns:1fr;padding:24px 20px 60px}.trade-thumb{width:40%;min-width:180px}}@media (max-width: 520px){.trading-hero{min-height:260px}.trading-hero-text h1{font-size:24px}.trade-thumb{width:36%;min-width:140px}.trading-hero-inner{text-align:center}}.whyus-section{position:relative;padding:30px 20px;background:#fff;overflow:hidden}.whyus-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/whyus-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(20%) brightness(.85);opacity:.18;z-index:0}.whyus-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffbf;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:0}.whyus-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto}.whyus-title{font-size:36px;font-weight:800;color:var(--pm-red, #C8102E);margin-bottom:32px;text-align:left}.whyus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.whyus-card{background:var(--pm-red, #C8102E);color:#fff;padding:26px 28px;border-radius:14px;border:1px solid rgba(0,0,0,.05);box-shadow:0 14px 32px #c8102e38;display:flex;flex-direction:column;gap:8px;transition:transform .16s ease,box-shadow .16s ease}.whyus-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #c8102e47}.whyus-card h3{margin:0;font-size:20px;font-weight:700;color:#fff}.whyus-card p{margin:0;font-size:15px;line-height:1.55;color:#ffffffeb}@media (max-width: 900px){.whyus-grid{grid-template-columns:1fr}.whyus-title{font-size:30px}}:root{--pm-red: #C8102E;--pm-red-dark: #9b0b25;--pm-black: #0b0b0b;--pm-offblack: #121212;--pm-white: #ffffff;--pm-muted: #666666;--container-padding: 0 60px;--card-radius: 10px;--glass: rgba(255,255,255,.06);--glass-dark: rgba(11,11,11,.55);--transition: .2s ease}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--pm-white);color:#111;-webkit-font-smoothing:antialiased}a{color:var(--pm-red);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:10px 16px;border-radius:8px;border:none;cursor:pointer;transition:all var(--transition);font-weight:600}
