.pdp-wrapper{padding-top:16px;scroll-margin-top:100px}.pdp-container{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px rgba(0,0,0,.08);border:1px solid rgba(0,199,30,.15);position:relative;overflow:hidden;animation:pdpSlideIn .4s cubic-bezier(.16,1,.3,1) forwards}.pdp-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00c71e,#005655)}@keyframes pdpSlideIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.pdp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px}.pdp-header-left{display:flex;gap:20px;flex:1}.pdp-icon-box{width:170px;height:150px;min-width:170px;border-radius:10px;font-size:42px;color:#fff;overflow:hidden;img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.pdp-icon-box.product-card-image-green{background:linear-gradient(135deg,#00c71e,#009914)}.pdp-icon-box.product-card-image-navy{background:linear-gradient(135deg,#163a5f,#1e4d7a)}.pdp-icon-box.product-card-image-teal{background:linear-gradient(135deg,#007a6e,#00a896)}.pdp-header-text{display:flex;flex-direction:column;gap:4px;margin-top:5px}.pdp-title{font-size:28px;font-weight:800;color:#343a46;margin-bottom:5px;line-height:36px}.pdp-tagline{font-size:16px;font-weight:600;color:#00c71e;margin:0;line-height:24px}.pdp-intro{font-size:16px;font-weight:400;line-height:26px;color:#526077;margin-top:10px}.pdp-close{width:40px;height:40px;min-width:40px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .3s ease}.pdp-close:hover{background:#005655;color:#fff;transform:rotate(90deg)}.pdp-content{display:grid;grid-template-columns:.8fr 1fr;gap:20px;margin-bottom:32px}.pdp-features-col{display:flex;flex-direction:column;gap:16px}.pdp-section-heading{font-size:20px;font-weight:700;color:#343a46;margin:0}.pdp-features-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding:0;margin:0}.pdp-feature-item{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:400;line-height:24px;color:#526077}.pdp-feature-check{width:24px;height:24px;min-width:24px;border-radius:50%;background-color:#eeffef;color:#00c71e;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.pdp-feature-item{transition:transform .2s ease}.pdp-feature-item:hover{transform:translateX(6px)}.pdp-feature-item:hover .pdp-feature-check{background-color:#00c71e;color:#fff;transform:scale(1.1)}.pdp-benefits-col{display:flex;flex-direction:column}.pdp-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-top:8px;border-top:1px solid #f1f5f9}.pdp-cta{flex-shrink:0}@media (max-width:1320px){.pdp-container{padding:32px}.pdp-title{font-size:26px;line-height:34px}.pdp-content{gap:32px}}@media (max-width:1185px){.pdp-container{padding:28px}.pdp-title{font-size:24px;line-height:32px}.pdp-content{grid-template-columns:1fr;gap:28px}.pdp-icon-box{width:80px;height:80px;min-width:80px;font-size:34px;border-radius:18px}.pdp-footer{flex-direction:column;align-items:flex-start}}@media (max-width:650px){.pdp-wrapper{padding-top:12px}.pdp-container{padding:24px;border-radius:20px}.pdp-header{gap:16px;margin-bottom:12px}.pdp-header-left{gap:14px}.pdp-icon-box{width:72px;height:72px;min-width:72px;font-size:28px;border-radius:16px}.pdp-title{font-size:20px;line-height:28px}.pdp-intro,.pdp-tagline{font-size:14px}.pdp-intro{line-height:22px;margin-bottom:24px}.pdp-close{width:36px;height:36px;min-width:36px}.pdp-section-heading{font-size:18px}.pdp-feature-item{font-size:14px;line-height:22px}.pdp-feature-check{width:22px;height:22px;min-width:22px;font-size:11px}.pdp-footer{gap:20px}}.products-hero{padding:40px 100px 20px}.products-hero-content{display:flex;align-items:center;gap:60px}.products-hero-left{flex:1;display:flex;flex-direction:column;gap:24px}.products-hero-label{font-size:18px;font-weight:600;line-height:26px;color:#00c71e;letter-spacing:5px;margin:0}.products-hero-title{font-size:52px;font-weight:800;color:#343a46;margin:0}.products-hero-body{font-size:20px;font-weight:400;line-height:32px;color:#526077;margin:0}.products-hero-cta{padding-top:8px}.products-hero-right{flex:1;display:flex;justify-content:center;align-items:center}.products-hero-illustration{position:relative;width:100%;max-width:500px;aspect-ratio:1/1}.prod-illustration-grid{position:relative;width:100%;height:100%;z-index:2}.prod-illustration-card{position:absolute;display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 24px;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease}.prod-illustration-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.12)}@keyframes prodFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes prodFloatAlt{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.prod-illustration-card-1{animation:prodFloat 4s ease-in-out infinite}.prod-illustration-card-2{animation:prodFloatAlt 5s ease-in-out .5s infinite}.prod-illustration-card-3{animation:prodFloat 4.5s ease-in-out 1s infinite}.prod-illustration-card-4{animation:prodFloatAlt 5.5s ease-in-out .8s infinite}.prod-illustration-card-5{animation:prodFloat 4.2s ease-in-out 1.3s infinite}.prod-illustration-card:hover{animation-play-state:paused}.prod-illustration-card span{font-size:13px;font-weight:600;color:#343a46}.prod-illustration-icon{font-size:28px;color:#005655;display:flex}.prod-illustration-card .prod-illustration-icon{font-size:28px}.prod-illustration-card-1{top:5%;left:25%;background:linear-gradient(135deg,#005655,#007a6e)}.prod-illustration-card-1 span{color:#fff}.prod-illustration-card-1 .prod-illustration-icon{color:#c9f001}.prod-illustration-card-2{top:28%;right:5%}.prod-illustration-card-3{top:55%;left:8%;background:#eeffef}.prod-illustration-card-4{top:33%;left:3%}.prod-illustration-card-5{bottom:10%;right:12%;background:linear-gradient(135deg,#00c71e,#009914)}.prod-illustration-card-5 .prod-illustration-icon,.prod-illustration-card-5 span{color:#fff}@keyframes prodCirclePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.7}}@keyframes prodCirclePulse2{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.94);opacity:.8}}.prod-bg-circle{top:10%;left:10%;width:80%;height:80%;background:linear-gradient(135deg,rgba(0,199,30,.06),rgba(0,86,85,.06));animation:prodCirclePulse 6s ease-in-out infinite}.prod-bg-circle,.prod-bg-circle-2{position:absolute;border-radius:50%;z-index:1}.prod-bg-circle-2{top:20%;left:20%;width:60%;height:60%;animation:prodCirclePulse2 5s ease-in-out 1s infinite;background:linear-gradient(135deg,rgba(0,199,30,.08),rgba(0,86,85,.08))}@media (max-width:1320px){.products-hero{padding:50px 80px 60px}.products-hero-title{font-size:48px;line-height:58px}.products-hero-illustration{max-width:420px}}@media (max-width:1185px){.products-hero{padding:40px 24px 60px}.products-hero-content{flex-direction:column;gap:48px}.products-hero-left{text-align:center;align-items:center}.products-hero-title{font-size:46px;line-height:56px}.products-hero-body{font-size:18px;line-height:28px;max-width:600px}.products-hero-illustration{max-width:380px}}@media (max-width:650px){.products-hero{padding:24px 16px 40px}.products-hero-content{gap:32px}.products-hero-left{gap:16px}.products-hero-label{font-size:14px;letter-spacing:3px}.products-hero-title{font-size:32px;line-height:42px}.products-hero-body{font-size:15px;line-height:24px}.products-hero-illustration{max-width:300px}.prod-illustration-card{padding:14px 18px;border-radius:14px}.prod-illustration-card span{font-size:11px}.prod-illustration-icon{font-size:22px}}