@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500;600;700;800&family=Ubuntu:wght@400;500;700&display=swap');
.etd-pst-process-cards-module,.etd-pst-process-cards-module *{box-sizing:border-box}
.etd-pst-process-cards-module{width:100%;font-family:"Ubuntu",sans-serif}
.etd-pst-process-cards-module .pst-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;width:100%}
.etd-pst-process-cards-module .pst-process-card{position:relative;min-height:520px;background:linear-gradient(180deg,#0d0d0d 0%,#000 100%);border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;isolation:isolate;box-shadow:0 18px 45px rgba(0,0,0,.38);transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease}
.etd-pst-process-cards-module .pst-process-card::before{content:"";position:absolute;inset:-1px;border-radius:24px;padding:1px;background:linear-gradient(135deg,rgba(255,241,168,.9),rgba(212,160,23,.32),rgba(199,150,20,.3));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .45s ease;pointer-events:none;z-index:5}
.etd-pst-process-cards-module .pst-process-card::after{content:"";position:absolute;width:240px;height:240px;right:-95px;top:-95px;border-radius:50%;background:radial-gradient(circle,rgba(245,197,66,.24),transparent 68%);opacity:0;transition:opacity .45s ease,transform .45s ease;pointer-events:none;z-index:1}
.etd-pst-process-cards-module .pst-process-card:hover{transform:translateY(-12px);border-color:rgba(245,197,66,.45);box-shadow:0 28px 70px rgba(0,0,0,.58),0 0 38px rgba(212,160,23,.18)}
.etd-pst-process-cards-module .pst-process-card:hover::before{opacity:1}.etd-pst-process-cards-module .pst-process-card:hover::after{opacity:1;transform:scale(1.15)}
.etd-pst-process-cards-module .pst-process-img-wrap{position:relative;height:205px;overflow:hidden;border-radius:24px 24px 0 0;background:#0a0a0a}
.etd-pst-process-cards-module .pst-process-img-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.82)),radial-gradient(circle at 50% 15%,rgba(245,197,66,.12),transparent 45%);z-index:2;transition:background .45s ease}
.etd-pst-process-cards-module .pst-process-card:hover .pst-process-img-wrap::after{background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.62)),radial-gradient(circle at 50% 15%,rgba(245,197,66,.22),transparent 45%)}
.etd-pst-process-cards-module .pst-process-img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);transition:transform .7s ease,filter .45s ease;filter:saturate(.95) contrast(1.05)}
.etd-pst-process-cards-module .pst-process-card:hover .pst-process-img{transform:scale(1.17) rotate(1.5deg);filter:saturate(1.2) contrast(1.08)}
.etd-pst-process-cards-module .pst-step-badge{position:absolute;right:18px;top:18px;z-index:4;font-family:"Saira",sans-serif;font-size:17px;line-height:1;font-weight:700;color:#111;background:linear-gradient(90deg,#fff1a8 0%,#f5c542 55%,#c79614 100%);padding:12px 22px;border-radius:100px;box-shadow:0 8px 24px rgba(245,197,66,.28);transition:transform .45s ease}
.etd-pst-process-cards-module .pst-process-card:hover .pst-step-badge{transform:translateY(4px) scale(1.04)}
.etd-pst-process-cards-module .pst-process-content{position:relative;z-index:3;padding:32px 28px 36px}.etd-pst-process-cards-module .pst-process-title{font-family:"Saira",sans-serif;font-size:29px;line-height:36px;font-weight:700;color:#f5c542;margin:0 0 12px;letter-spacing:-.5px}.etd-pst-process-cards-module .pst-process-desc{font-family:"Ubuntu",sans-serif;font-size:16px;line-height:28px;font-weight:400;color:rgba(255,255,255,.88);margin:0 0 24px}.etd-pst-process-cards-module .pst-process-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.etd-pst-process-cards-module .pst-process-list li{position:relative;font-family:"Ubuntu",sans-serif;font-size:16px;line-height:26px;font-weight:500;color:rgba(255,255,255,.94);padding-left:30px;transition:transform .35s ease,color .35s ease}.etd-pst-process-cards-module .pst-process-list li::before{content:"➤";position:absolute;left:0;top:0;font-size:17px;line-height:26px;color:#f5c542;text-shadow:0 0 12px rgba(245,197,66,.45);transition:color .35s ease,transform .35s ease,text-shadow .35s ease}.etd-pst-process-cards-module .pst-process-card:hover .pst-process-list li{transform:translateX(4px);color:#fff}.etd-pst-process-cards-module .pst-process-card:hover .pst-process-list li::before{color:#f5c542;transform:translateX(3px);text-shadow:0 0 14px rgba(245,197,66,.55)}
@media(max-width:1200px){.etd-pst-process-cards-module .pst-process-grid{gap:24px}.etd-pst-process-cards-module .pst-process-title{font-size:25px;line-height:32px}.etd-pst-process-cards-module .pst-process-content{padding:30px 24px 34px}}
@media(max-width:991px){.etd-pst-process-cards-module .pst-process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.etd-pst-process-cards-module .pst-process-grid{grid-template-columns:1fr;gap:26px}.etd-pst-process-cards-module .pst-process-card{min-height:auto;border-radius:18px}.etd-pst-process-cards-module .pst-process-img-wrap{height:190px;border-radius:18px 18px 0 0}.etd-pst-process-cards-module .pst-process-title{font-size:24px;line-height:31px}.etd-pst-process-cards-module .pst-process-desc{font-size:16px;line-height:27px}.etd-pst-process-cards-module .pst-process-list li{font-size:15px;line-height:25px}.etd-pst-process-cards-module .pst-process-list li::before{font-size:15px;line-height:25px}}
