.pc-card-wrapper{--card-opacity:0;--pointer-x:50%;--pointer-y:50%;--background-x:50%;--background-y:50%;--pointer-from-center:0;--pointer-from-top:0;--pointer-from-left:0;--rotate-x:0deg;--rotate-y:0deg;position:relative;width:320px;max-width:100%;height:auto;perspective:1200px;transform-style:preserve-3d;background:transparent;border-radius:16px;overflow:hidden}.pc-card-wrapper.active{--card-opacity:0.8}.pc-card{position:relative;width:100%;height:auto;min-height:400px;border-radius:16px;overflow:hidden;transform:rotateX(var(--rotate-x)) rotateY(var(--rotate-y));transition:transform .6s cubic-bezier(.23,1,.32,1);box-shadow:0 10px 25px rgba(0,0,0,.1),0 20px 48px rgba(0,0,0,.1),0 1px 4px rgba(0,0,0,.1)}.pc-card.active{transition:none}.pc-inside{position:relative;width:100%;height:100%;min-height:400px;background:#171717;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.pc-shine{background:var(--behind-gradient);opacity:0;pointer-events:none;z-index:1;transition:opacity .6s ease}.pc-shine,.pc-video-background{position:absolute;top:0;left:0;right:0;bottom:0}.pc-video-background{z-index:0;overflow:hidden;border-radius:16px}.pc-video-background video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.3;filter:blur(1px)}.pc-glare{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(255,255,255,.8) 0,rgba(255,255,255,.2) 25%,transparent 50%);opacity:calc(var(--card-opacity) * .5);pointer-events:none;z-index:2;mix-blend-mode:overlay;transition:opacity .6s ease}.pc-content{position:relative;z-index:3}.pc-avatar-content{display:flex;flex-direction:column;align-items:center;flex-grow:1}.avatar{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 12px rgba(0,0,0,.1);-o-object-fit:cover;object-fit:cover;margin-bottom:12px}.pc-user-info{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.pc-contact-section{margin-top:auto;text-align:center}.pc-user-details{display:flex;align-items:center;gap:10px}.pc-mini-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.pc-mini-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pc-user-text{text-align:left}.pc-handle,.pc-linkedin{font-size:14px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:4px;display:flex;align-items:center}.pc-status{font-size:12px;color:#4ade80;font-weight:500}.pc-contact-btn{background:black;border:2px solid;-o-border-image:linear-gradient(90deg,#d1d5db,#ffffff,#9ca3af) 1;border-image:linear-gradient(90deg,#d1d5db,#ffffff,#9ca3af) 1;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease}.pc-contact-btn:hover{transform:scale(1.05)}.pc-contact-btn:active{transform:translateY(0)}.pc-details{text-align:center;color:white;margin-bottom:16px}.pc-details h3{font-size:20px;font-weight:700;margin:0 0 4px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.pc-details p{font-size:14px;margin:0;color:rgba(255,255,255,.8);text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (max-width:768px){.pc-card-wrapper{width:280px;max-width:90vw;margin:0 auto}.pc-card{background:transparent}.pc-card,.pc-inside{overflow:hidden;border-radius:16px;min-height:360px}.pc-inside{padding:20px;position:relative}.pc-video-background{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;overflow:hidden;z-index:0}.pc-video-background video{position:absolute;top:50%;left:50%;width:220%;height:220%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:translate(-50%,-50%) scale(2.2);opacity:.4;filter:none}.pc-video-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.6));z-index:1}.pc-content{position:relative;z-index:3}.avatar{width:70px;height:70px}.avatar,.pc-details{position:relative;z-index:4}.pc-details h3{font-size:18px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.8)}.pc-details p{font-size:13px;line-height:1.3;max-width:240px;margin:0 auto;text-shadow:0 2px 6px rgba(0,0,0,.8)}.pc-user-info{position:relative;z-index:4}.pc-user-details{flex-direction:column;align-items:center;gap:8px}.pc-user-details,.pc-user-text{text-align:center}.pc-handle,.pc-linkedin{font-size:12px;justify-content:center;text-shadow:0 2px 6px rgba(0,0,0,.8)}.pc-contact-section{position:relative;z-index:4}.pc-contact-btn{padding:10px 20px;font-size:14px;margin-top:12px;position:relative;z-index:5}}.service-card{--white:hsl(0,0%,100%);--black:hsl(240,15%,9%);--paragraph:hsl(0,0%,83%);--line:hsl(240,9%,17%);--primary:hsl(212,100%,50%);position:relative;width:100%;max-width:19rem;min-height:80px;background:linear-gradient(0deg,rgba(37,99,235,1),rgba(59,130,246,1));border-radius:1rem;box-shadow:inset 0 -16px 24px 0 rgba(255,255,255,.25);overflow:hidden;transition:all .3s ease-in-out}.service-card .card-header{border-radius:1rem;transition:background-color .2s ease}.service-card .card-header:hover{background-color:rgba(255,255,255,.05)}.service-card .card_title{font-size:1rem;color:var(--white);margin:0}@media (max-width:768px){.service-card{width:100%;max-width:100%;margin:0 auto}.service-card .card_title__container .card_paragraph{width:100%}}