body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.hero-banner{background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden;width:100%}.hero-banner__inner{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:60px 24px}.hero-banner__content{flex:1 1;max-width:560px}.hero-banner__subtitle{color:hsla(0,0%,100%,.6);font-size:12px;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.hero-banner__title{color:#fff;font-size:40px;font-weight:700;line-height:1.2;margin-bottom:16px}.hero-banner__desc{color:hsla(0,0%,100%,.7);font-size:16px;line-height:1.6;margin-bottom:28px}.hero-banner__btn{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-size:15px;font-weight:600;margin-bottom:28px;padding:12px 28px;text-decoration:none;transition:background .2s}.hero-banner__btn:hover{background:#1d4ed8;color:#fff;text-decoration:none}.hero-banner__badges{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.hero-badge{align-items:center;border-radius:6px;color:#fff;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;padding:6px 16px}.hero-badge--hp{background:#0096d6;padding:8px 16px}.hero-badge--partner{background:#2563eb;font-size:11px;line-height:1.3;text-align:center}.hero-badge--trustpilot{background:#00b67a;font-size:12px}.hero-banner__image{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:480px}.hero-banner__image img{height:auto;max-width:100%}.section-title{color:#111827;font-size:28px;font-weight:700;margin-bottom:8px;text-align:center}.section-subtitle{color:#6b7280;font-size:15px;margin-bottom:40px;text-align:center}.categories-section{background:#fff;padding:64px 24px}.categories-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.category-card{border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:28px 20px;text-align:center;transition:box-shadow .2s,border-color .2s}.category-card:hover{border-color:#2563eb;box-shadow:0 4px 16px rgba(37,99,235,.1)}.category-card__title{color:#111827;font-size:16px;font-weight:600;margin-bottom:6px}.category-card__desc{color:#6b7280;font-size:13px;margin:0}.featured-section{background:#f9fafb;padding:64px 24px}.products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}.product-card__image{align-items:center;background:#f9fafb;display:flex;justify-content:center;min-height:180px;padding:20px;position:relative}.product-card__image img{max-height:150px;max-width:100%;object-fit:contain}.product-card__badge{background:#f59e0b;border-radius:4px;color:#fff;font-size:10px;font-weight:700;left:12px;padding:4px 8px;position:absolute;text-transform:uppercase;top:12px}.product-card__body{flex:1 1;padding:16px}.product-card__title{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:8px}.product-card__title a{color:#111827;text-decoration:none}.product-card__title a:hover{color:#2563eb;text-decoration:none}.product-card__desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:12px;line-height:1.5;margin-bottom:12px;overflow:hidden}.product-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.product-tag{background:#f3f4f6;border-radius:4px;color:#4b5563;display:inline-block;font-size:11px;font-weight:500;padding:3px 8px}.product-card__footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:8px;justify-content:space-between;padding:12px 16px 16px}.product-card__price{color:#111827;font-size:18px;font-weight:700}.product-card__btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:8px 16px;text-decoration:none;transition:background .2s}.product-card__btn--add{background:#2563eb;color:#fff}.product-card__btn--add:hover{background:#1d4ed8}.product-card__btn--remove{background:#ef4444;color:#fff;font-size:12px;padding:6px 10px}.product-card__btn--remove:hover{background:#dc2626}.product-card__btn--go{background:#16a34a;color:#fff;font-size:12px;padding:6px 10px}.product-card__btn--go:hover{background:#15803d;color:#fff;text-decoration:none}.product-card__cart-actions{display:flex;gap:6px}.about-section{background:#fff;padding:80px 24px;text-align:center}.about-section__label{color:#6b7280;font-size:12px;letter-spacing:2px;margin-bottom:8px;text-transform:uppercase}.about-section__title{color:#111827;font-size:28px;font-weight:700;margin-bottom:24px}.about-section__content{margin:0 auto 32px;max-width:720px;text-align:left}.about-section__content p{color:#4b5563;font-size:15px;line-height:1.7;margin-bottom:16px}.about-section__btn{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-size:15px;font-weight:600;padding:12px 28px;text-decoration:none;transition:background .2s}.about-section__btn:hover{background:#1d4ed8;color:#fff;text-decoration:none}.faq-section{background:#f9fafb;padding:80px 24px}.faq-layout{align-items:flex-start;display:flex;gap:40px;margin:0 auto;max-width:1000px}.faq-image{align-items:center;background:#e8edf5;border-radius:12px;display:flex;flex:1 1;justify-content:center;min-height:320px;overflow:hidden}.faq-image img{border-radius:12px;height:auto;object-fit:cover;width:100%}.faq-accordion{flex:1 1}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;overflow:hidden}.faq-item__question{align-items:center;background:none;border:none;color:#111827;cursor:pointer;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding:16px 20px;text-align:left;width:100%}.faq-item--open .faq-item__question{color:#2563eb}.faq-item__icon{color:#6b7280;flex-shrink:0;font-size:20px;font-weight:400;margin-left:12px}.faq-item__answer{padding:0 20px 16px}.faq-item__answer p{color:#4b5563;font-size:14px;line-height:1.6;margin:0}.testimonials-section{background:#fff;padding:80px 24px}.testimonials-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 24px}.testimonial-card__text{color:#374151;font-size:14px;font-style:italic;line-height:1.6;margin-bottom:20px}.testimonial-card__author{display:flex;flex-direction:column}.testimonial-card__author strong{color:#111827;font-size:14px}.testimonial-card__author span{color:#6b7280;font-size:12px}@media (max-width:1024px){.hero-banner__inner{flex-direction:column;padding:40px 24px;text-align:center}.hero-banner__content{max-width:100%}.hero-banner__badges{justify-content:center}.hero-banner__image{max-width:360px}.products-grid{grid-template-columns:repeat(3,1fr)}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-banner__title{font-size:28px}.products-grid{grid-template-columns:repeat(2,1fr)}.faq-layout{flex-direction:column}.faq-image{min-height:200px}.testimonials-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-banner__title{font-size:24px}.categories-grid,.products-grid{grid-template-columns:1fr}.product-card__footer{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.bea7d069.css.map*/