.shop-page{background:#f8f9fc;min-height:80vh}.shop-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#0d1b2a 0%,#0c3cc3 100%);padding:80px 0 70px;position:relative;overflow:hidden}.shop-hero:before{content:"";pointer-events:none;background:radial-gradient(at 60% 0,#0c3cc366 0%,#0000 70%);position:absolute;inset:0}.shop-hero .container{z-index:1;position:relative}.shop-hero__tag{color:#a8d4ff;letter-spacing:1.5px;text-transform:uppercase;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}.shop-hero__title{letter-spacing:-1.5px;margin:0 0 16px;font-size:clamp(30px,5vw,54px);font-weight:800;line-height:1.1}.shop-hero__title-accent{background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shop-hero__sub{color:#ffffffb3;max-width:580px;margin:0 auto 32px;font-size:17px;line-height:1.7}.shop-hero__ctas{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:40px;display:flex}.shop-hero__cta{border-radius:50px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.shop-hero__cta--primary{color:#0c3cc3;background:#fff}.shop-hero__cta--primary:hover{color:#031e69;background:#e8f0ff;transform:translateY(-2px)}.shop-hero__cta--secondary{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff4d}.shop-hero__cta--secondary:hover{color:#fff;background:#ffffff2e;transform:translateY(-2px)}.shop-hero__stats{background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:24px;padding:12px 28px;display:inline-flex}.shop-hero__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.shop-hero__stat strong{color:#fff;font-size:18px;font-weight:800;line-height:1}.shop-hero__stat span{color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.shop-hero__stat-divider{background:#fff3;width:1px;height:32px}.shop-value-bar{background:#fff;border-bottom:1px solid #eef0f6;padding:24px 0}.shop-value-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.shop-value-item{align-items:flex-start;gap:12px;display:flex}.shop-value-icon{color:#0c3cc3;background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.shop-value-item strong{color:#111;margin-bottom:2px;font-size:14px;font-weight:700;display:block}.shop-value-item span{color:#888;font-size:12px;line-height:1.4}.shop-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:36px;display:flex}.shop-section-tag{color:#0c3cc3;letter-spacing:1px;text-transform:uppercase;background:#eef2ff;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-flex}.shop-section-tag--free{color:#15803d;background:#dcfce7}.shop-section-title{color:#111;letter-spacing:-.5px;margin:0 0 8px;font-size:clamp(22px,3vw,32px);font-weight:800}.shop-section-sub{color:#666;max-width:520px;margin:0;font-size:15px;line-height:1.6}.shop-products{padding:64px 0}.shop-products--free{background:#f0fdf4;border-top:1px solid #dcfce7;border-bottom:1px solid #dcfce7}.shop-products--premium{background:#f5f3ff;border-top:1px solid #e0d9ff;border-bottom:1px solid #e0d9ff}.shop-section-tag--premium{color:#6d28d9;background:#ede9fe}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px;display:grid}.product-card{background:#fff;border-radius:18px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #00000012}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.product-card__badge{color:#fff;letter-spacing:.5px;z-index:1;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.product-card__preview{cursor:pointer;background:linear-gradient(135deg,#f0f5ff 0%,#e8f0ff 100%);height:280px;position:relative;overflow:hidden}.product-card__preview-img{object-fit:cover;object-position:top center;transform-origin:top;width:100%;height:auto;min-height:100%;transition:transform 8s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.product-card:hover .product-card__preview-img{transform:translateY(calc(280px - 100%))}.product-card__preview-inner{background:#fff;border-radius:10px 10px 0 0;width:100%;padding:10px 12px;box-shadow:0 -4px 16px #00000014}.preview-bar{gap:5px;margin-bottom:10px;display:flex}.preview-bar span{background:#e0e0e0;border-radius:50%;width:8px;height:8px}.preview-bar span:first-child{background:#ff6b6b}.preview-bar span:nth-child(2){background:#ffd93d}.preview-bar span:nth-child(3){background:#6bcb77}.preview-lines{flex-direction:column;gap:6px;display:flex}.preview-line{background:#f0f0f0;border-radius:4px;height:8px}.preview-line--wide{width:80%}.preview-line--mid{width:55%}.preview-line--short{width:35%}.preview-blocks{gap:6px;margin-top:4px;display:flex}.preview-block{background:#e8f0fe;border-radius:6px;flex:1;height:28px}.product-card__body{flex-direction:column;flex:1;padding:22px 22px 20px;display:flex}.product-card__tagline{letter-spacing:1px;text-transform:uppercase;color:var(--theme-color,#0d6efd);margin:0 0 6px;font-size:11px;font-weight:600}.product-card__name{color:#1a1a1a;letter-spacing:-.3px;margin:0 0 8px;font-size:20px;font-weight:800}.product-card__eye-btn{color:#0c3cc3;cursor:pointer;background:#f4f7ff;border:1.5px solid #dde3f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s,border-color .2s,transform .2s;display:flex}.product-card__eye-btn:hover{color:#fff;background:#0c3cc3;border-color:#0c3cc3;transform:scale(1.1)}.product-card__desc{color:#666;margin:0 0 16px;font-size:14px;line-height:1.6}.product-card__features{flex-direction:column;gap:8px;margin:0 0 20px;padding:0;list-style:none;display:flex}.product-card__features li{color:#444;align-items:center;gap:8px;font-size:13px;display:flex}.feature-check{color:#198754;flex-shrink:0;font-size:13px}.feature-icon{color:var(--theme-color,#0d6efd);flex-shrink:0;display:flex}.product-card__footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.product-card__price{flex-direction:column;display:flex}.price-amount{color:#1a1a1a;font-size:26px;font-weight:800;line-height:1}.price-note{color:#aaa;margin-top:2px;font-size:11px}.product-card__btn{background:var(--theme-color,#0d6efd);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:7px;padding:11px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s,transform .15s;display:flex}.product-card__btn:hover{opacity:.88;color:#fff;transform:scale(1.02)}.product-card__btn--added{background:#198754}.product-card__btn--demo{color:#555;background:0 0;border:1.5px solid #ddd;padding:9px 14px;font-size:13px}.product-card__btn--demo:hover{color:#0d6efd;background:0 0;border-color:#0d6efd}.product-card__actions{align-items:center;gap:8px;display:flex}.shop-social-proof{background:#fff;padding:64px 0}.shop-reviews-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px;display:grid}.shop-review-card{background:#f8f9fc;border:1px solid #eef0f6;border-radius:16px;padding:28px 24px;transition:box-shadow .2s}.shop-review-card:hover{box-shadow:0 8px 28px #0c3cc314}.shop-review-stars{gap:3px;margin-bottom:14px;display:flex}.shop-review-text{color:#444;margin:0 0 20px;font-size:14px;font-style:italic;line-height:1.7}.shop-review-author{align-items:center;gap:12px;display:flex}.shop-review-avatar{color:#fff;background:linear-gradient(135deg,#0c3cc3,#60a5fa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.shop-review-author strong{color:#111;font-size:14px;display:block}.shop-review-author span{color:#888;font-size:12px}.shop-faq{background:#f8f9fc;padding:72px 0}.shop-faq-inner{grid-template-columns:1fr 2fr;align-items:start;gap:60px;display:grid}.shop-faq-left h2{color:#111;letter-spacing:-.5px;margin:0 0 12px;font-size:28px;font-weight:800}.shop-faq-left p{color:#666;margin:0 0 24px;font-size:15px;line-height:1.6}.shop-faq-cta{color:#0c3cc3;font-size:14px;font-weight:600;text-decoration:none}.shop-faq-cta:hover{text-decoration:underline}.shop-faq-item{border-bottom:1px solid #e8edf5}.shop-faq-q{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:18px 0;font-size:15px;font-weight:600;transition:color .15s;display:flex}.shop-faq-q:hover,.shop-faq-q.open{color:#0c3cc3}.shop-faq-q i{flex-shrink:0;font-size:14px}.shop-faq-a{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.shop-faq-a.open{max-height:200px;padding-bottom:16px}.shop-faq-a p{color:#555;margin:0;font-size:14px;line-height:1.7}.shop-cta-banner{background:linear-gradient(135deg,#031e69 0%,#0c3cc3 100%);padding:64px 0}.shop-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.shop-cta-text h2{color:#fff;letter-spacing:-.5px;margin:0 0 10px;font-size:clamp(22px,3vw,32px);font-weight:800}.shop-cta-text p{color:#ffffffbf;max-width:480px;margin:0;font-size:15px;line-height:1.6}.shop-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:14px;display:flex}.shop-cta-btn{white-space:nowrap;border-radius:50px;align-items:center;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.shop-cta-btn--primary{color:#0c3cc3;background:#fff}.shop-cta-btn--primary:hover{color:#031e69;background:#e8f0ff;transform:translateY(-2px)}.shop-cta-btn--secondary{color:#fff;background:#ffffff1f;border:1.5px solid #ffffff4d}.shop-cta-btn--secondary:hover{color:#fff;background:#fff3;transform:translateY(-2px)}.shop-trust{background:#fff;border-top:1px solid #f0f0f0;padding:28px 0}.shop-trust__grid{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.trust-item{color:#555;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}@media (max-width:600px){.shop-hero{padding:52px 0 44px}.shop-hero__stats{flex-direction:column;gap:12px;padding:16px 20px}.shop-hero__stat-divider{width:40px;height:1px}.shop-hero__ctas{flex-direction:column;align-items:center}.shop-products{padding:40px 0}.shop-grid{grid-template-columns:1fr}.shop-trust__grid{gap:18px}.shop-value-grid{grid-template-columns:1fr 1fr}.shop-reviews-grid{grid-template-columns:1fr}.shop-faq-inner{grid-template-columns:1fr;gap:32px}.shop-cta-inner{text-align:center;flex-direction:column}.shop-cta-actions{justify-content:center}}@media (max-width:900px){.shop-value-grid,.shop-reviews-grid{grid-template-columns:1fr 1fr}.shop-faq-inner{grid-template-columns:1fr;gap:32px}}.shop-lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s shopFadeIn;display:flex;position:fixed;inset:0}@keyframes shopFadeIn{0%{opacity:0}to{opacity:1}}.shop-lightbox__content{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;animation:.4s shopSlideUp;display:flex;position:relative;box-shadow:0 30px 80px #0000004d}@keyframes shopSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.shop-lightbox__close{cursor:pointer;z-index:10;color:#1a1a1a;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 15px #0003}.shop-lightbox__close:hover{background:#f3f4f6;transform:rotate(90deg)}.shop-lightbox__header{border-bottom:1px solid #f3f4f6;padding:30px 30px 20px}.shop-lightbox__header h3{color:#1a1a1a;letter-spacing:-.02em;margin:0 0 10px;font-size:24px;font-weight:700}.shop-lightbox__tag{color:var(--theme-color);background:linear-gradient(135deg,#f0f5ff 0%,#e8f0ff 100%);border:1px solid #0c3cc31a;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.shop-lightbox__img-wrap{background:#f9fafb;flex:1;padding:20px 30px;overflow-y:auto}.shop-lightbox__img-wrap::-webkit-scrollbar{width:8px}.shop-lightbox__img-wrap::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.shop-lightbox__img-wrap::-webkit-scrollbar-thumb{background:var(--theme-color);border-radius:10px}.shop-lightbox__img-wrap img{border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 10px 40px #0000001a}.shop-lightbox__footer{border-top:1px solid #f3f4f6;gap:15px;padding:20px 30px 30px;display:flex}.shop-lightbox__btn{cursor:pointer;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.shop-lightbox__btn--primary{color:#fff;background:linear-gradient(135deg,#0d4be1 0%,#0c3cc3 100%);box-shadow:0 8px 20px #0c3cc340}.shop-lightbox__btn--primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px #0c3cc359}.shop-lightbox__btn--secondary{color:#0c3cc3;background:#fff;border:2px solid #0c3cc3}.shop-lightbox__btn--secondary:hover{color:#fff;background:#0c3cc3;transform:translateY(-2px)}@media (max-width:768px){.shop-lightbox{padding:10px}.shop-lightbox__content{border-radius:20px;max-height:95vh}.shop-lightbox__footer{flex-direction:column}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-block,.skeleton-line,.skeleton-btn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s linear infinite shimmer}.product-card--skeleton .product-card__preview.skeleton-block{border-radius:0;height:200px}.skeleton-line{width:100%;height:10px;display:block}.skeleton-line--sm{width:45%}.skeleton-line--md{width:70%}.skeleton-line--lg{border-radius:8px;width:90%;height:18px}.skeleton-line--price{border-radius:8px;width:70px;height:28px}.skeleton-btn{border-radius:10px;width:110px;height:40px}.product-card__badge--free{left:auto;right:14px;background:#198754!important}.price-amount--free{color:#198754;font-size:22px;font-weight:800}.product-card__btn--free{background:#198754}.product-card__btn--free:hover{opacity:1;background:#157347}.shop-modal-backdrop{z-index:9000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;position:fixed;inset:0}.shop-modal{z-index:9001;text-align:center;background:#fff;border-radius:20px;width:min(420px,92vw);padding:36px 32px 32px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0000002e}.shop-modal__close{cursor:pointer;color:#555;background:#f0f0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background .15s;display:flex;position:absolute;top:14px;right:16px}.shop-modal__close:hover{background:#e0e0e0}.shop-modal__icon{margin-bottom:10px;font-size:40px}.shop-modal__title{color:#1a1a1a;margin:0 0 6px;font-size:22px;font-weight:800}.shop-modal__sub{color:#666;margin:0 0 20px;font-size:14px}.shop-modal__form{text-align:left}button.product-card__eye-btn{z-index:99;position:absolute;top:10px;right:10px}@media (max-width:640px){.shop-coming-soon__form{flex-direction:column}}
