.best-sellers-section{padding:8rem var(--pd-x);background-color:#fff;width:100%;margin-bottom:0}.section-title{font-size:var(--fs-2);color:#111;letter-spacing:-.02em;margin-bottom:3rem;font-weight:400}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:space-between;height:100%;padding:1rem;transition:box-shadow .2s;display:flex}.product-card:hover{box-shadow:0 10px 30px #0000000f}.product-image-container{aspect-ratio:1;background:#f9fafb;border-radius:8px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.product-image{object-fit:contain}.product-info{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.product-title{font-size:var(--fs-body-sm);color:#374151;margin-bottom:.5rem;font-weight:400;line-height:1.5}.variant-label{color:#9ca3af;margin-top:auto;font-size:.75rem}.product-action{margin-top:1rem}.btn-details{color:#374151;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#f3f4f6;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:.75rem;font-weight:600;transition:background-color .2s}.btn-details:hover{background-color:#e5e7eb}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.section-title{font-size:1.75rem}}
.faq-section{padding:8rem var(--pd-x);background-color:#fff;width:100%;margin-bottom:0}.faq-grid{flex-direction:column;gap:1rem;max-width:100%;display:flex}.faq-title{font-size:var(--fs-2);color:#111;letter-spacing:-.02em;margin-bottom:3rem;font-weight:400}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.faq-trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.faq-question{font-size:var(--fs-5);color:#1f2937;padding-right:1rem}.faq-icon{background-color:var(--color-primary);color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s;display:flex}.faq-answer{background-color:#f9fafb;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer-content{color:#4b5563;padding:0 1.5rem 1.5rem;line-height:1.6}.faq-item.open .faq-answer{max-height:200px}
.trust-section{padding:8rem var(--pd-x);background-color:#f9fafb;width:100%}.trust-container{width:100%}.trust-header{max-width:800px;margin-bottom:5rem}.trust-title{font-size:var(--fs-2);color:#000;letter-spacing:-.02em;margin-bottom:1.5rem;font-weight:400}.trust-description{font-size:var(--fs-5);color:#475467;line-height:1.6}.trust-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem;display:grid}.trust-item{border-right:1px solid #eaecf0;padding-right:3rem;position:relative}.trust-item.no-border{border-right:none;padding-right:0}.trust-number{color:#eaecf0;margin-bottom:1rem;font-size:5rem;font-weight:700;line-height:1}.trust-item-title{color:#101828;margin-bottom:1rem;font-size:1.5rem;font-weight:500;line-height:1.3}.trust-item-desc{color:#475467;font-size:1rem;line-height:1.6}.trust-cta{justify-content:flex-start;display:flex}@media (max-width:1024px){.trust-grid{grid-template-columns:1fr;gap:4rem}.trust-item{border-bottom:1px solid #eaecf0;border-right:none;padding-bottom:3rem;padding-right:0}.trust-item.no-border,.trust-item:last-child{border-bottom:none;padding-bottom:0}.trust-header{margin-bottom:3rem}}
.contact-section{padding:8rem var(--pd-x);background-color:#fff;flex-direction:column;width:100%;display:flex}.contact-container{width:100%;max-width:100%}.contact-title{font-size:var(--fs-2);color:#111;letter-spacing:-.02em;margin-bottom:3rem;font-weight:400}.contact-card{background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group.full-width{grid-column:span 2;margin-bottom:1.5rem}.form-label{font-size:var(--fs-6);color:#344054;font-weight:500}.form-input,.form-textarea{color:#101828;background-color:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input::placeholder,.form-textarea::placeholder{color:#98a2b3}.form-input:focus,.form-textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 4px #155dfc1a}.form-textarea{resize:vertical;min-height:150px}.btn-submit{background-color:var(--color-primary);color:#fff;cursor:pointer;font-weight:500;font-size:var(--fs-5);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s;display:inline-flex}.btn-submit:hover{background-color:#1a56db}@media (max-width:768px){.contact-card{padding:1.5rem}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}}

