.cgpo-page{background:#f5f7fa;min-height:70vh;padding:34px 0 70px}.cgpo-container{width:min(1500px,calc(100% - 48px));margin:0 auto}.cgpo-hero{position:relative;overflow:hidden;min-height:270px;border-radius:22px;background:linear-gradient(135deg,#071d33,#102d49);display:flex;align-items:center;padding:42px;color:#fff;box-shadow:0 18px 50px rgba(7,29,51,.12)}.cgpo-hero.has-banner{background-image:var(--cgpo-banner);background-position:center;background-size:cover}.cgpo-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,21,37,.94) 0%,rgba(5,21,37,.76) 45%,rgba(5,21,37,.4) 100%)}[dir=rtl] .cgpo-hero-overlay{background:linear-gradient(270deg,rgba(5,21,37,.94) 0%,rgba(5,21,37,.76) 45%,rgba(5,21,37,.4) 100%)}.cgpo-hero-content{position:relative;z-index:1;max-width:760px}.cgpo-eyebrow{display:inline-flex;gap:8px;align-items:center;color:#e0ad35;font-weight:800;font-size:13px;letter-spacing:.8px}.cgpo-hero h1{color:#fff;margin:12px 0 8px;font-size:clamp(34px,5vw,58px);line-height:1.05}.cgpo-hero p{margin:0;color:#d5dee7;font-size:17px;line-height:1.75}.cgpo-gate{max-width:720px;margin:34px auto 0;background:#fff;border:1px solid #e0e6ec;border-radius:20px;padding:48px 38px;text-align:center;box-shadow:0 14px 45px rgba(7,29,51,.07)}.cgpo-gate-icon{width:82px;height:82px;border-radius:50%;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;background:#fff5d9;color:#d4a537;font-size:34px}.cgpo-gate h2{font-size:28px;color:#071d33;margin:0 0 10px}.cgpo-gate p{color:#667587;line-height:1.7;margin:0 auto 22px;max-width:580px}.cgpo-code-form{display:flex;gap:10px;max-width:520px;margin:0 auto}.cgpo-code-form input{flex:1;min-width:0;height:50px;border:1px solid #dbe2e9;border-radius:10px;padding:0 14px;font:inherit}.cgpo-code-form button,.cgpo-primary-btn{height:50px;border:0;border-radius:10px;padding:0 20px;background:#d4a537;color:#071d33!important;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.cgpo-error{margin:0 auto 18px;max-width:560px;padding:12px 14px;border-radius:9px;background:#fff0f0;color:#b42318;border:1px solid #ffc9c7}.cgpo-access-bar{margin:26px 0 0;background:#eaf9f1;border:1px solid #bce8d0;border-radius:13px;padding:13px 18px;display:flex;justify-content:space-between;align-items:center;gap:16px;color:#087443;font-weight:700}.cgpo-access-bar a{color:#071d33;text-decoration:none}.cgpo-products-section{margin-top:28px}.cgpo-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.cgpo-section-head span{color:#c08a18;font-size:12px;font-weight:900;letter-spacing:.8px}.cgpo-section-head h2{margin:4px 0 0;color:#071d33;font-size:28px}.cgpo-section-head>strong{background:#071d33;color:#fff;border-radius:999px;padding:8px 13px;font-size:13px}.cgpo-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cgpo-product-card{background:#fff;border:1px solid #e1e7ed;border-radius:16px;overflow:hidden;box-shadow:0 9px 25px rgba(7,29,51,.05);display:flex;flex-direction:column}.cgpo-image-wrap{position:relative;aspect-ratio:1/1.18;background:#f7f8fa;overflow:hidden}.cgpo-image-wrap img{width:100%;height:100%;object-fit:contain;display:block;padding:12px}.cgpo-private-badge,.cgpo-discount{position:absolute;z-index:2;top:12px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.cgpo-private-badge{left:12px;background:#071d33;color:#fff}.cgpo-discount{right:12px;background:#ef4444;color:#fff}.cgpo-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.cgpo-card-body h3{color:#071d33;font-size:16px;line-height:1.35;margin:0 0 14px;min-height:43px}.cgpo-price-row{display:flex;align-items:center;gap:10px;margin-bottom:15px}.cgpo-price-row del{color:#8794a2;font-size:14px}.cgpo-price-row strong{color:#071d33;font-size:23px}.cgpo-add-form{margin-top:auto}.cgpo-add-form button,.cgpo-soldout{width:100%;min-height:46px;border:0;border-radius:9px;font-weight:900}.cgpo-add-form button{background:#d4a537;color:#071d33;cursor:pointer}.cgpo-soldout{background:#edf0f3;color:#84909d}.cgpo-empty{background:#fff;border:1px solid #e2e7ed;border-radius:16px;text-align:center;padding:60px 20px;color:#718092}.cgpo-empty i{font-size:40px;color:#d4a537}.cgpo-empty p{margin:12px 0 0}@media(max-width:1150px){.cgpo-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.cgpo-container{width:min(100% - 26px,1500px)}.cgpo-page{padding-top:18px}.cgpo-hero{min-height:220px;padding:28px;border-radius:16px}.cgpo-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cgpo-gate{padding:34px 22px}.cgpo-code-form{flex-direction:column}.cgpo-code-form button{width:100%}.cgpo-access-bar{align-items:flex-start;flex-direction:column}.cgpo-section-head{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.cgpo-products-grid{grid-template-columns:1fr}.cgpo-hero h1{font-size:34px}.cgpo-hero p{font-size:15px}.cgpo-card-body h3{min-height:0}.cgpo-section-head h2{font-size:24px}}
.cgpo-countdown{margin-top:22px;display:inline-flex;flex-direction:column;gap:5px;padding:12px 18px;border:1px solid rgba(224,173,53,.5);border-radius:12px;background:rgba(0,0,0,.28);backdrop-filter:blur(6px)}.cgpo-countdown span{font-size:11px;font-weight:900;color:#e0ad35;letter-spacing:1px}.cgpo-countdown strong{font-size:21px;color:#fff;direction:ltr}.cgpo-limit{margin:-3px 0 12px;padding:8px 10px;border-radius:8px;background:#fff7df;color:#77540b;font-size:12px;font-weight:800}
