.section-header{text-align:center;margin-bottom:16px}.section-header::after{content:'';display:block;width:60px;height:3px;background:var(--printigly-primary);margin:16px auto 0;border-radius:2px}.section-title{font-size:34px;font-weight:800;color:#1a1a2e;text-align:center;margin-bottom:12px}.section-subtitle{text-align:center;color:#666;max-width:600px;margin:0 auto 16px;font-size:16px}.section-divider{width:60px;height:3px;background:#FF6B35;margin:0 auto 50px;border-radius:2px}.hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0a0a0a 100%)!important;padding:140px 40px 80px;color:#fff;position:relative;overflow:hidden;width:100%}.hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 70%,rgb(255 107 53 / .08) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgb(255 107 53 / .05) 0%,transparent 50%);z-index:0;pointer-events:none}.hero>*{position:relative;z-index:1}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text{text-align:left}.hero-label{display:inline-block;background:rgb(255 107 53 / .15);color:var(--printigly-primary);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:8px 20px;border-radius:50px;margin-bottom:28px}.hero h1{font-size:50px;font-weight:800;line-height:1.15;color:#fff;margin-bottom:20px;letter-spacing:.5px}.hero h1 span{color:var(--printigly-primary)}.hero-subtitle{font-size:17px;color:rgb(255 255 255 / .65);line-height:1.7;max-width:520px;margin:0 0 36px}.hero-search{display:flex;max-width:520px;margin:0 0 40px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .15);border-radius:60px;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color 0.3s,box-shadow 0.3s}.hero-search:focus-within{border-color:rgb(255 107 53 / .5);box-shadow:0 0 30px rgb(255 107 53 / .15)}.hero-search input{flex:1;padding:16px 24px;border:none;background:#fff0;font-size:15px;font-family:var(--printigly-font);color:#fff;outline:none}.hero-search input::placeholder{color:rgb(255 255 255 / .4)}.hero-search button{padding:16px 28px;background:var(--printigly-primary);color:#fff;border:none;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--printigly-font);display:flex;align-items:center;gap:8px;transition:background 0.3s;white-space:nowrap}.hero-search button:hover{background:#e55a28}.hero-badges{display:flex;flex-wrap:wrap;gap:16px}.hero-badge{display:flex;align-items:center;gap:8px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .1);padding:10px 20px;border-radius:12px;font-size:13px;font-weight:700;color:rgb(255 255 255 / .85)}.badge-emoji{font-size:16px}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;padding-top:10px}.hero-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:480px}.hero-product-card{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .1);border-radius:16px;padding:20px;text-align:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform 0.3s,background 0.3s;text-decoration:none;display:block;color:#fff}.hero-product-card:hover{background:rgb(255 255 255 / .12);transform:translateY(-4px);color:#fff}.hero-product-card.featured{grid-row:span 2;display:flex;flex-direction:column;justify-content:center;padding:28px 20px;background:rgb(255 107 53 / .12);border-color:rgb(255 107 53 / .25)}.hero-product-card.featured .hero-product-emoji{font-size:64px;margin-bottom:16px}.hero-product-card.featured .hero-product-name{font-size:16px}.hero-product-card.featured .hero-product-price{font-size:15px}.hero-product-card.featured img{width:100%;max-width:180px;height:auto}.hero-product-card[href*="custom-bookmarks"]{grid-column:span 2;grid-row:span 1}.hero-product-card[href*="custom-bookmarks"] img{width:100%;height:140px;max-width:100%;object-fit:cover}.hero-product-tag{display:inline-block;background:#FF6B35;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.hero-product-card img{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-bottom:0}.hero-product-emoji{font-size:48px;display:block;margin-bottom:0}.hero-product-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}.hero-product-price{font-size:13px;font-weight:700;color:#FF6B35}.hero-float{position:absolute;border-radius:12px;padding:10px 16px;font-size:12px;font-weight:700;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);white-space:nowrap;animation:heroFloat 3s ease-in-out infinite;z-index:2}.hero-float-1{background:rgb(20 143 208 / .85);top:10%;right:-10px;animation-delay:0s}.hero-float-2{background:rgb(233 69 54 / .85);bottom:15%;left:-15px;animation-delay:1.5s}.hero-float-3{background:rgb(252 209 83 / .9);color:#1a1a2e;bottom:5%;right:5%;animation-delay:0.8s}@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.categories-section{padding:80px 40px;background:#f8f9fa;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.category-card{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:1 / 1;display:block;text-decoration:none;cursor:pointer}.category-card .category-thumb{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e0d8,#c4d4e0)}.category-card .category-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.category-card:hover .category-thumb img{transform:scale(1.08)}.category-thumb .category-icon-fallback{font-size:48px;color:#fff;opacity:.5;z-index:1}.category-card .category-info{position:absolute;bottom:0;left:0;right:0;padding:14px 18px;background:rgb(255 255 255 / .3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 -4px 20px rgb(255 255 255 / .15);border-top:1px solid rgb(255 255 255 / .25);z-index:2}.category-card h3{font-size:.95rem;font-weight:700;color:var(--printigly-cat-bar-text,#ffffff);margin:0;text-shadow:0 1px 4px rgb(0 0 0 / .4)}.view-all-link{text-align:center;margin-top:40px}.view-all-link a{font-size:16px;font-weight:700;color:var(--printigly-primary);transition:color 0.2s}.view-all-link a:hover{color:#e55a2b}.trust-section{padding:80px 40px;background:#fff;text-align:center;width:100%}.trust-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trust-card{background:#f8f9fa;border-radius:16px;padding:32px 24px;text-align:center;transition:transform 0.3s,box-shadow 0.3s}.trust-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgb(0 0 0 / .08)}.trust-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:22px}.trust-icon.orange{background:rgb(255 107 53 / .12);color:#FF6B35}.trust-icon.yellow{background:rgb(252 209 83 / .18);color:#b89a2a}.trust-icon.blue{background:rgb(20 143 208 / .12);color:#148FD0}.trust-icon.red{background:rgb(233 69 54 / .12);color:#E94536}.trust-card h3{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:6px}.trust-card p{font-size:14px;color:#666;line-height:1.5;margin:0}.bestsellers-section{padding:80px 40px;background:#f8f9fa;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto}.product-card{border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgb(0 0 0 / .05);transition:transform 0.3s,box-shadow 0.3s;cursor:pointer}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 45px rgb(0 0 0 / .1)}.product-card__link{text-decoration:none;display:block;color:var(--text-dark)}.product-card__image{position:relative;overflow:hidden;background:#eef0f3;min-height:200px;display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:250px;object-fit:cover;display:block;transition:transform 0.3s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--printigly-red,#E94536);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:50px;text-transform:uppercase}.product-card__info{padding:20px;text-align:center}.product-card__name{font-size:16px;font-weight:700;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:16px;font-weight:800;color:var(--printigly-primary);margin-bottom:10px}.product-card__price del{color:#999;font-weight:400;font-size:13px}.product-card__price ins{text-decoration:none}.product-card__atc{display:block;text-align:center;padding:12px;background:var(--bg-light);color:var(--text-dark);font-size:13px;font-weight:700;border-top:1px solid #eee;text-decoration:none;transition:all 0.3s;border-radius:0 0 16px 16px}.product-card__atc:hover{background:var(--printigly-primary);color:#fff}.how-section{padding:80px 40px;background:#fff;text-align:center}.how-grid{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:1000px;margin:0 auto;position:relative}.how-step{flex:1;text-align:center;padding:0 28px;position:relative}.how-step:not(:last-child)::after{content:'';position:absolute;top:40px;right:0;width:calc(100% - 100px);height:2px;border-top:3px dashed rgb(255 107 53 / .3);transform:translateX(50%);z-index:0}.step-big-num{font-size:72px;font-weight:800;color:rgb(26 26 46 / .06);line-height:1;margin-bottom:-20px;position:relative;z-index:0}.how-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:24px;color:#fff;position:relative;z-index:1}.how-icon.orange{background:linear-gradient(135deg,#FF6B35,#e55a2b);box-shadow:0 6px 25px rgb(255 107 53 / .3)}.how-icon.blue{background:linear-gradient(135deg,#148FD0,#0a6fa0);box-shadow:0 6px 25px rgb(20 143 208 / .3)}.how-icon.green{background:linear-gradient(135deg,#30AD6E,#27905c);box-shadow:0 6px 25px rgb(48 173 110 / .3)}.how-step h3{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.how-step p{font-size:14px;color:#666;line-height:1.6;margin:0}.design-cta{padding:70px 40px;background:linear-gradient(135deg,#FF6B35 0%,#E94536 100%);text-align:center;position:relative;overflow:hidden}.design-cta::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:rgb(255 255 255 / .05);border-radius:50%;pointer-events:none}.design-cta>*{position:relative;z-index:1}.design-cta .cta-icon{font-size:48px;color:rgb(255 255 255 / .9);margin-bottom:20px}.design-cta h2{font-size:32px;font-weight:800;color:#fff;margin-bottom:14px}.design-cta p{font-size:17px;color:rgb(255 255 255 / .85);max-width:550px;margin:0 auto 32px;line-height:1.6}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn-white{background:#fff;color:#1a1a2e;font-size:14px;font-weight:700;padding:14px 32px;border-radius:50px;border:none;cursor:pointer;transition:transform 0.2s,box-shadow 0.3s;font-family:var(--printigly-font);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(0 0 0 / .2);background:#fff;color:#1a1a2e}.btn-outline-white{background:#fff0;color:#fff;font-size:14px;font-weight:700;padding:14px 32px;border-radius:50px;border:2px solid rgb(255 255 255 / .6);cursor:pointer;transition:background 0.3s,border-color 0.3s;font-family:var(--printigly-font);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-outline-white:hover{background:rgb(255 255 255 / .15);border-color:#fff;color:#fff}.testimonial-section{padding:80px 40px;background:#f8f9fa;width:100%;overflow:hidden}.testimonial-google-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#333;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.testimonial-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.testimonial-card{background:var(--bg-white,#fff);border-radius:16px;padding:24px 20px 20px;box-shadow:0 4px 20px rgb(0 0 0 / .06);border:1px solid rgb(0 0 0 / .04);display:flex;flex-direction:column;transition:box-shadow 0.3s,transform 0.3s}.testimonial-card:hover{box-shadow:0 8px 30px rgb(0 0 0 / .1);transform:translateY(-3px)}.testimonial-card-stars{color:#FBBC05;font-size:14px;display:flex;gap:2px;margin-bottom:12px}.testimonial-card-text{font-size:13px;color:#444;line-height:1.6;margin-bottom:14px;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.testimonial-card-author{display:flex;align-items:center;gap:12px;border-top:1px solid #f0f0f0;padding-top:14px;margin-top:auto}.testimonial-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.testimonial-author-name{font-size:13px;font-weight:700;color:var(--text-dark,#1a1a2e)}.testimonial-author-service{font-size:11px;color:#888;margin-top:2px}.bulk-cta{background:linear-gradient(135deg,#148FD0 0%,#0a6fa0 100%);padding:80px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.bulk-cta::before{content:'';position:absolute;bottom:-30%;left:-10%;width:350px;height:350px;background:rgb(255 255 255 / .04);border-radius:50%;pointer-events:none}.bulk-cta>*{position:relative;z-index:1}.bulk-cta h2{font-size:34px;font-weight:800;color:#fff;margin-bottom:14px}.bulk-cta p{font-size:17px;color:rgb(255 255 255 / .8);max-width:600px;margin:0 auto 28px;line-height:1.6}.bulk-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:32px}.bulk-pill{display:inline-flex;align-items:center;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .25);color:#fff;font-size:13px;font-weight:700;padding:8px 20px;border-radius:50px}.btn-yellow{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FCD153,#FF6B35);color:var(--text-dark);font-size:15px;font-weight:700;padding:16px 40px;border-radius:50px;border:none;cursor:pointer;transition:transform 0.2s,box-shadow 0.3s;font-family:var(--printigly-font);text-decoration:none}.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(252 209 83 / .4);color:var(--text-dark)}.faq-section{padding:80px 40px;background:#fff;text-align:center}.faq-list{max-width:780px;margin:0 auto;text-align:left}.faq-item{border-bottom:1px solid #eee}.faq-question{width:100%;padding:22px 0;font-weight:700;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-dark);transition:color 0.2s;font-family:var(--printigly-font);text-align:left;background:none;border:none}.faq-question:hover{color:var(--printigly-primary)}.faq-question i{transition:transform 0.3s;font-size:14px;color:var(--printigly-primary);flex-shrink:0}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.faq-item.active .faq-answer{max-height:300px;padding-bottom:22px}.faq-answer p{color:#555;line-height:1.7;font-size:15px;margin:0}.payment-bar{padding:40px 40px 30px;background:#fff;border-top:1px solid #eee;text-align:center}.payment-methods{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:24px}.payment-method{font-size:13px;font-weight:700;color:#666;padding:8px 16px;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;gap:6px}.payment-method i{font-size:16px}.payment-method.secure{color:#30AD6E;background:rgb(48 173 110 / .08)}.seo-block{max-width:800px;margin:0 auto}.seo-block p{font-size:13px;color:#999;line-height:1.7}.hero .btn,.categories-section .btn,.bestsellers-section .btn,.how-section .btn,.faq-section .btn,.section-cta .btn{border-radius:50px}.section-cta .btn-outline{border-radius:50px}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:42px}.hero-inner{gap:40px}.hero-product-grid{max-width:380px;gap:12px}.hero-product-card{padding:16px}.hero-product-emoji{font-size:36px}.hero-product-card.featured .hero-product-emoji{font-size:48px}}@media (max-width:768px){.hero{padding:130px 20px 60px}.hero-inner{grid-template-columns:1fr;gap:40px;text-align:center}.hero-text{text-align:center}.hero h1{font-size:36px}.hero-subtitle{font-size:16px;margin:0 auto 30px}.hero-search{margin:0 auto 36px;flex-direction:column;border-radius:16px}.hero-search input{padding:16px 20px}.hero-search button{justify-content:center;border-radius:0 0 16px 16px;padding:14px}.hero-badges{justify-content:center;gap:10px}.hero-badge{font-size:12px;padding:8px 14px}.hero-visual{order:-1}.hero-product-grid{max-width:360px;margin:0 auto}.hero-float{display:none}.section-title{font-size:28px}.categories-section,.trust-section,.bestsellers-section,.how-section,.faq-section,.testimonial-section{padding:60px 20px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:14px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:16px}.trust-card{padding:24px 16px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.how-grid{flex-direction:column;gap:40px}.how-step:not(:last-child)::after{display:none}.design-cta,.bulk-cta{padding:60px 20px}.design-cta h2{font-size:26px}.bulk-cta h2{font-size:28px}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:14px}.testimonial-card{padding:18px 16px}.testimonial-card-text{font-size:12.5px;-webkit-line-clamp:3}.faq-question{padding:18px 0;font-size:15px}.faq-answer p{font-size:14px}.bulk-pills{gap:10px}.bulk-pill{font-size:12px;padding:7px 16px}.payment-methods{gap:10px}.payment-method{font-size:12px;padding:6px 12px}.payment-bar{padding:30px 20px 20px}}@media (max-width:480px){.hero h1{font-size:28px}.hero-subtitle{font-size:15px}.hero-product-grid{grid-template-columns:1fr 1fr;gap:10px}.hero-product-card{padding:14px 10px}.hero-product-emoji{font-size:30px;margin-bottom:8px}.hero-product-card.featured .hero-product-emoji{font-size:40px}.hero-product-name{font-size:12px}.hero-product-price{font-size:11px}.hero-badges{flex-wrap:wrap;justify-content:center;gap:10px}.section-title{font-size:24px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card .category-info{padding:14px}.category-card h3{font-size:.85rem}.trust-grid{grid-template-columns:1fr 1fr;gap:12px}.trust-card{padding:24px 16px}.products-grid{grid-template-columns:1fr}.product-card__image img{height:200px}.step-big-num{font-size:56px}.bulk-pills{flex-direction:column;align-items:center}.cta-buttons{flex-direction:column;align-items:center}.btn-white,.btn-outline-white,.btn-yellow{width:100%;justify-content:center}.payment-methods{gap:10px}.payment-method{font-size:12px;padding:6px 12px}.testimonial-section{padding:40px 12px}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:10px}.testimonial-card{padding:14px 12px}.testimonial-card-text{font-size:11.5px;-webkit-line-clamp:3}.testimonial-card-stars{font-size:11px;margin-bottom:6px}.testimonial-avatar{width:28px;height:28px;font-size:10px}.testimonial-author-name{font-size:11px}.testimonial-author-service{font-size:10px}.testimonial-google-badge{font-size:12px;padding:5px 12px}}