.wholesale-page *{box-sizing:border-box}.wholesale-page{font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);line-height:1.6;color:var(--color-foreground, #333)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-foreground, #1a1a1a)}.btn-primary,.btn-secondary{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-align:center;min-width:160px}.btn-primary{background:linear-gradient(135deg,#108474,#0a5c52);color:#fff;box-shadow:0 4px 12px #1084744d}.btn-primary:hover{background:linear-gradient(135deg,#0a5c52,#074439);transform:translateY(-2px);box-shadow:0 6px 20px #10847466;color:#fff}.btn-secondary{background:transparent;color:var(--color-foreground, #333);border:2px solid var(--color-foreground, #333)}.btn-secondary:hover{background:var(--color-foreground, #333);color:var(--color-background, white);transform:translateY(-2px)}.wholesale-hero{min-height:50vh;padding:3rem 2rem;background:linear-gradient(135deg,#f8fffe,#e8f5f3);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.wholesale-hero.has-background{position:relative}.wholesale-hero.has-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#f8fffeb3,#e8f5f3b3);z-index:1}.wholesale-hero.has-background .hero-content{position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:800px;margin:0 auto;text-align:center}.hero-text{z-index:2;text-align:center}.hero-tag{display:inline-block;padding:.5rem 1rem;background:#1084741a;color:#108474;border-radius:20px;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#108474,#0a5c52);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:var(--color-foreground, #555);opacity:.9}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center}.value-props{padding:6rem 0;background:var(--color-background, white)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.benefit-card{background:var(--color-background, white);padding:0;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:1px solid rgba(16,132,116,.1);min-height:400px;display:flex;flex-direction:column;overflow:hidden}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f;border-color:#10847433}.benefit-image{width:100%!important;height:70%!important;overflow:hidden;background:#f5f5f5;position:relative;margin:0!important;padding:0!important}.benefit-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.benefit-card:hover .benefit-image img{transform:scale(1.05)}.benefit-icon{font-size:3rem;display:flex;align-items:center;justify-content:center;width:100%;height:70%;background:#f5f5f5}.benefit-content{height:30%;padding:1.5rem 2rem 2rem;background:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center}.benefit-card h3{font-size:1.5rem!important;font-weight:700;margin-bottom:.75rem;color:var(--color-foreground, #1a1a1a)}.benefit-card p{color:var(--color-foreground, #666);line-height:1.5;font-size:1.125rem!important;margin:0}.process-steps{padding:6rem 0;background:linear-gradient(135deg,#f8fffe,#e8f5f3)}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;position:relative}.step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--color-background, white);border-radius:12px;box-shadow:0 2px 12px #0000000d;transition:all .3s ease;position:relative}.step:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.step-number{background:linear-gradient(135deg,#108474,#0a5c52);color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 12px #1084744d}.step-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--color-foreground, #1a1a1a)}.step-content p{color:var(--color-foreground, #666);line-height:1.5;margin:0}.trust-section{padding:6rem 0;background:var(--color-background, white)}.trust-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:3rem 0 4rem}.stat{text-align:center;padding:2rem 1rem;border-radius:12px;background:linear-gradient(135deg,#f8fffe,#e8f5f3)}.stat-number{font-size:3rem;font-weight:800;color:#108474;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--color-foreground, #666);font-weight:500;letter-spacing:.3px}.partner-logos{margin-top:4rem;text-align:center}.partner-logos-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--color-foreground, #333)}.logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:800px;margin:0 auto;align-items:center}.partner-logo{display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;min-height:80px}.partner-logo:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.partner-logo img{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.partner-logo:hover img{filter:grayscale(0%) opacity(1)}.form-section{padding:6rem 0;background:linear-gradient(135deg,#f8fffe,#e8f5f3)}.form-header{text-align:center;margin-bottom:3rem}.form-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.form-header p{font-size:1.125rem;color:var(--color-foreground, #666);max-width:600px;margin:0 auto}.form-container{max-width:800px;margin:0 auto;background:var(--color-background, white);padding:3rem;border-radius:16px;box-shadow:0 8px 32px #00000014}#hubspot-form-wholesale{text-align:center}.wholesale-form{display:grid;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:var(--color-foreground, #333);font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:1rem;border:2px solid #e1e1e1;border-radius:8px;font-size:1rem;font-family:inherit;background:var(--color-background, white);transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#108474;box-shadow:0 0 0 3px #1084741a}.form-group textarea{min-height:120px;resize:vertical}.final-cta{padding:6rem 0;background:linear-gradient(135deg,#108474,#0a5c52);color:#fff;text-align:center}.cta-content h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.final-cta .btn-primary{background:#0a5c52;color:#fff}.final-cta .btn-primary:hover{background:#074439;color:#fff}.final-cta .btn-secondary{border-color:#fff;color:#fff}.final-cta .btn-secondary:hover{background:#fff;color:#108474}@media screen and (max-width: 968px){.container{padding:0 2rem}.wholesale-hero{padding:3rem 2rem}.hero-content{max-width:600px}.benefits-grid,.steps-container{grid-template-columns:1fr;gap:1.5rem}.trust-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-container{padding:2rem}}@media screen and (max-width: 640px){.container{padding:0 1.5rem}.wholesale-hero{padding:2.5rem 1.5rem;min-height:50vh}.hero-text{text-align:center}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn-primary,.hero-cta .btn-secondary{width:100%;max-width:280px}.value-props,.process-steps,.trust-section,.form-section,.final-cta{padding:4rem 0}.section-title{margin-bottom:2rem}.benefit-card{margin:0!important;padding:0!important}.benefit-image{width:100%!important;height:70%!important;margin:0!important;padding:0!important}.benefit-content{padding:2rem 1.5rem 2.5rem!important}.benefit-card h3{font-size:1.375rem!important}.benefit-card p{font-size:1.125rem!important}.step{flex-direction:column;text-align:center}.stat-number{font-size:2.5rem}.testimonial{padding:1.5rem}.testimonial p{font-size:1.125rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:280px}}@media screen and (max-width: 480px){.hero-title{font-size:2rem}.hero-description{font-size:1.125rem}.benefit-card{padding:1.5rem 1rem}.form-container{padding:1.5rem;margin:0 1rem}}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}@media (prefers-color-scheme: dark){.wholesale-page{--color-background: #1a1a1a;--color-foreground: #e1e1e1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation:fadeInUp .6s ease-out forwards}@media (prefers-contrast: high){.btn-primary,.btn-secondary{border-width:3px}.benefit-card,.step{border-width:2px;border-color:var(--color-foreground, #333)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/wholesale.css.map */
