.product-page{--pp-ink:#0f172a;--pp-muted:#64748b;--pp-line:#e2e8f0;--pp-blue:#2563eb;--pp-blue-dark:#1d4ed8;--pp-soft:#eff6ff;--pp-bg:#f8fafc;min-height:100vh;background:var(--pp-bg);color:var(--pp-ink);font-family:Poppins,system-ui,sans-serif}.product-page *{box-sizing:border-box}.product-page .store-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,4vw,56px);background:rgba(255,255,255,.95);border-bottom:1px solid var(--pp-line);backdrop-filter:blur(14px)}.product-page .store-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:20px}.product-page .store-logo img{width:34px;height:34px;object-fit:contain}.product-page .store-brand-dark{color:#0f172a}.product-page .store-brand-blue{color:var(--pp-blue)}.product-page .store-nav{display:flex;gap:8px;align-items:center}.product-page .store-nav a{padding:9px 13px;border-radius:10px;color:#475569;text-decoration:none;font-size:14px;font-weight:600}.product-page .store-nav a:hover{background:var(--pp-soft);color:var(--pp-blue)}.product-page .product-main{width:min(1120px,calc(100% - 40px));margin:auto;padding:34px 0 70px}.product-page .product-breadcrumb{display:flex;align-items:center;gap:9px;color:#94a3b8;font-size:13px;margin-bottom:25px}.product-page .product-breadcrumb a{color:var(--pp-blue);text-decoration:none;font-weight:600}.product-page .product-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.75fr);gap:22px}.product-page .product-visual{padding:42px;border-radius:24px;background:linear-gradient(145deg,#0f172a,#1e3a8a);color:#fff;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.product-page .product-visual:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-130px;top:-130px;background:rgba(255,255,255,.07)}.product-page .product-large-icon{position:absolute;left:42px;top:42px;width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:rgba(255,255,255,.1);font-size:29px}.product-page .product-class-label,.product-page .product-label{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-page .product-class-label{color:#bfdbfe;margin-bottom:12px}.product-page .product-visual h1{position:relative;margin:0 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.035em}.product-page .product-visual p{position:relative;margin:0;max-width:680px;color:#dbeafe;line-height:1.75;font-size:15px}.product-page .product-buy-card{padding:30px;border:1px solid var(--pp-line);border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.07);display:flex;flex-direction:column}.product-page .product-badge{align-self:flex-start;padding:7px 10px;border-radius:999px;background:var(--pp-soft);color:var(--pp-blue);font-size:10px;font-weight:800;letter-spacing:.08em}.product-page .product-price-large{margin-top:22px;font-size:40px;font-weight:800;letter-spacing:-.04em}.product-page .price-note{margin:3px 0 22px;color:#94a3b8;font-size:12px}.product-page .product-includes{border-top:1px solid var(--pp-line);padding-top:20px}.product-page .product-includes h3{margin:0 0 13px;font-size:15px}.product-page .product-includes ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}.product-page .product-includes li{display:flex;gap:10px;color:#475569;font-size:13px;line-height:1.4}.product-page .product-includes li i,.product-page .product-check-list i{color:#16a34a}.product-page .product-actions{display:grid;gap:10px;margin-top:auto;padding-top:24px}.product-page .product-buy-btn,.product-page .product-cart-btn{border:0;border-radius:12px;padding:13px 15px;font:700 14px Poppins,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px}.product-page .product-buy-btn{background:var(--pp-blue);color:#fff}.product-page .product-buy-btn:hover{background:var(--pp-blue-dark)}.product-page .product-cart-btn{background:#f1f5f9;color:#334155}.product-page .product-cart-btn:hover{background:#e2e8f0}.product-page .secure-note{text-align:center;color:#94a3b8;font-size:11px;margin:14px 0 0}.product-page .product-overview,.product-page .product-section{margin-top:55px}.product-page .overview-heading,.product-page .product-section-heading{max-width:720px;margin-bottom:24px}.product-page .overview-heading>span,.product-page .product-label{color:var(--pp-blue)}.product-page .overview-heading h2,.product-page .product-section-heading h2{margin:9px 0 7px;font-size:28px;letter-spacing:-.025em}.product-page .overview-heading p{margin:0;color:var(--pp-muted);font-size:14px;line-height:1.7}.product-page .overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.product-page .overview-card{padding:22px;border:1px solid var(--pp-line);border-radius:18px;background:#fff}.product-page .overview-card i{color:var(--pp-blue);font-size:18px}.product-page .overview-card h3{margin:15px 0 7px;font-size:16px}.product-page .overview-card p{margin:0;color:var(--pp-muted);font-size:13px;line-height:1.65}.product-page .product-check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-page .product-check-list>div{display:flex;gap:11px;padding:15px 17px;border:1px solid var(--pp-line);border-radius:13px;background:#fff;color:#334155;font-size:13px}.product-page .product-details{border:1px solid var(--pp-line);border-radius:18px;background:#fff;overflow:hidden}.product-page .detail-row{display:flex;justify-content:space-between;gap:20px;padding:16px 19px;border-bottom:1px solid #f1f5f9;font-size:13px}.product-page .detail-row:last-child{border-bottom:0}.product-page .detail-row span{color:#64748b}.product-page .detail-row strong{text-align:right}.product-page .product-final-cta{margin-top:55px;padding:30px;border-radius:20px;background:#dbeafe;display:flex;align-items:center;justify-content:space-between;gap:25px}.product-page .product-final-cta h2{margin:8px 0;font-size:25px;letter-spacing:-.02em}.product-page .product-final-cta p{margin:0;color:#475569;font-size:13px}.product-page .product-final-cta .product-buy-btn{white-space:nowrap;min-width:210px}.product-page .store-footer{padding:28px 20px;text-align:center;background:#fff;border-top:1px solid var(--pp-line);color:#94a3b8;font-size:12px}.product-page .product-coming{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}@media(max-width:800px){.product-page .store-header{padding:13px 16px}.product-page .store-nav a:not(.store-cart){display:none}.product-page .product-main{width:min(100% - 28px,620px);padding:25px 0 50px}.product-page .product-hero{grid-template-columns:1fr}.product-page .product-visual{min-height:430px;padding:28px}.product-page .product-large-icon{left:28px;top:28px}.product-page .product-buy-card{padding:24px}.product-page .overview-grid,.product-page .product-check-list{grid-template-columns:1fr}.product-page .product-final-cta{align-items:stretch;flex-direction:column}.product-page .product-final-cta .product-buy-btn{width:100%}.product-page .detail-row{flex-direction:column;gap:5px}.product-page .detail-row strong{text-align:left}}