.product-showcase{background:#234bdd;padding:88px 0;color:#fff;scroll-margin-top:110px}
.product-showcase-inner{display:grid;grid-template-columns:490px 1fr;align-items:center;gap:90px}
.product-stack-card{background:#fff;color:#172333;border:1px solid #e1e5ee;border-radius:26px;padding:30px 30px 22px;box-shadow:0 18px 50px #0c23702b;min-width:0}
.product-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-card-kicker{font-size:14px;color:#727c8c;font-weight:500}
.product-card-heading h3{font-size:25px;letter-spacing:-1.2px;margin:8px 0 0;line-height:1.4;color:#172333}
.product-card-arrow{font-size:31px;color:#172333}
.product-fan{height:238px;position:relative;margin:23px 0 20px;touch-action:pan-y;isolation:isolate}
.product-photo{position:absolute;left:50%;top:6px;width:176px;height:220px;margin-left:-88px;border:1px solid #e1e4e9;border-radius:15px;background:#f3f3f0;box-shadow:0 8px 18px #2633421c;transition:transform .45s cubic-bezier(.2,.75,.2,1),background .3s,box-shadow .3s;cursor:pointer;padding:15px 12px 10px;display:flex;flex-direction:column;align-items:center;overflow:hidden}
.product-photo.slot-0{z-index:3;transform:translateX(0) rotate(-3deg);background:#f5f5f2;box-shadow:0 12px 25px #18273b26}
.product-photo.slot-1{z-index:2;transform:translateX(105px) translateY(12px) rotate(12deg);background:#edf1f6}
.product-photo.slot-2{z-index:1;transform:translateX(-105px) translateY(12px) rotate(-14deg);background:#f0eee9}
.product-photo-brand{font-size:12px;font-weight:800;letter-spacing:1px;color:#66707d;align-self:flex-start;margin-bottom:6px}
.product-photo img{width:100%;height:171px;object-fit:contain;mix-blend-mode:multiply;pointer-events:none;user-select:none}
.product-card-detail{min-height:144px}
.product-type{font-size:14px;color:#697483}
.product-card-detail h4{font-size:25px;line-height:1.4;letter-spacing:-.9px;margin:4px 0 10px;color:#192433}
.product-tags{display:flex;flex-wrap:wrap;gap:6px}
.product-tags span{font-size:13px;padding:5px 9px;border-radius:6px;background:#f1f4fa;color:#486084;font-weight:500}
.product-card-detail p{font-size:15px;line-height:1.65;color:#738091;margin:12px 0 0;word-break:keep-all}
.product-card-controls{display:flex;align-items:center;justify-content:space-between;margin-top:20px;border-top:1px solid #edf0f4;padding-top:17px}
.product-dots{display:flex;gap:2px;align-items:center}
.product-dots button{height:32px;width:22px;position:relative;border:0;background:none;cursor:pointer;padding:0}
.product-dots button:after{content:'';display:block;width:6px;height:6px;border-radius:10px;background:#d1d6e0;margin:auto;transition:width .2s,background .2s}
.product-dots button.is-selected:after{width:20px;background:#2453f4}
.product-direction{display:flex;align-items:center;gap:8px}
.product-counter{font-size:12px;color:#8791a0;letter-spacing:1px;margin-right:8px}
.product-direction button{width:36px;height:36px;border-radius:50%;border:1px solid #e1e6ee;background:white;color:#24334a;font-size:20px;cursor:pointer}
.product-direction button:hover{background:#eef3ff;border-color:#b5c8ff}
.product-stack-card button:focus-visible,.product-consult-button:focus-visible{outline:3px solid #f8c63d;outline-offset:4px}
.product-copy-kicker{font-size:16px;color:#d3dfff;font-weight:500}
.product-comparison-copy h2{font-size:39px;line-height:1.55;letter-spacing:-1.8px;margin:20px 0 22px;font-weight:800;word-break:keep-all}
.product-comparison-copy h2 span{color:#ffe475}
.product-comparison-copy p{font-size:19px;line-height:1.85;color:#dce6ff;margin:0 0 31px;letter-spacing:-.3px}
.product-consult-button{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff;color:#234bdd;border:0;border-radius:12px;padding:19px 25px;font-size:17px;font-weight:750;cursor:pointer;box-shadow:0 6px 18px #132b7520;transition:transform .2s}
.product-consult-button:hover{transform:translateY(-2px)}
.product-copy-note{display:block;margin-top:17px;font-size:14px;color:#cbd9ff}
@media(min-width:1000px){.product-stack-card:hover .slot-1{transform:translateX(115px) translateY(9px) rotate(15deg)}.product-stack-card:hover .slot-2{transform:translateX(-115px) translateY(9px) rotate(-17deg)}}
@media(max-width:1100px){.product-showcase-inner{grid-template-columns:minmax(0,460px) 1fr;gap:45px}.product-comparison-copy h2{font-size:32px}.product-comparison-copy p{font-size:17px}}
@media(max-width:800px){.product-showcase{padding:50px 0}.product-showcase-inner{grid-template-columns:1fr;gap:36px;max-width:520px}.product-stack-card{padding:24px 23px 20px}.product-comparison-copy{padding:0 5px}.product-comparison-copy h2{font-size:31px;margin-top:15px}.product-comparison-copy p{font-size:17px;margin-bottom:24px}.product-consult-button{width:100%}.product-copy-note{text-align:center}.product-card-heading h3{font-size:24px}}
@media(max-width:420px){.product-stack-card{padding:23px 18px 18px;border-radius:22px}.product-card-heading h3{font-size:21px}.product-fan{height:212px;margin:22px 0 20px}.product-photo{width:132px;height:195px;margin-left:-66px}.product-photo img{height:148px}.product-photo.slot-1{transform:translateX(62px) translateY(10px) rotate(12deg)}.product-photo.slot-2{transform:translateX(-62px) translateY(10px) rotate(-14deg)}.product-card-detail h4{font-size:23px}.product-card-detail p{font-size:14px}.product-tags span{font-size:12px}.product-comparison-copy h2{font-size:28px}.product-copy-kicker{font-size:15px}}
@media(prefers-reduced-motion:reduce){.product-photo,.product-dots button:after,.product-consult-button{transition:none}}

