*{box-sizing:border-box}.children-hats-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;position:relative;overflow-x:hidden;width:100%;max-width:100vw}.children-hats-hero__container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:100vh;padding:80px 20px}.children-hats-hero__content{z-index:2;position:relative;width:100%;box-sizing:border-box}.children-hats-hero__badge{display:inline-block;margin-bottom:24px}.children-hats-hero__badge-text{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #3b82f64d}.children-hats-hero__headline{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:24px;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.children-hats-hero__subheadline{font-size:1.25rem;line-height:1.6;color:#6b7280;margin-bottom:40px;max-width:500px}.children-hats-hero__benefits{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:48px}.children-hats-hero__benefit{display:flex;align-items:center;gap:12px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.children-hats-hero__benefit:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.children-hats-hero__benefit-icon{font-size:24px;line-height:1}.children-hats-hero__benefit-text{font-weight:600;color:#374151;font-size:14px}.children-hats-hero__form-container{margin-bottom:40px;width:100%;box-sizing:border-box}.children-hats-hero__form-group{display:flex;gap:12px;max-width:500px;margin-bottom:16px;width:100%;box-sizing:border-box}.children-hats-hero__email-input{flex:1;padding:16px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fff}.children-hats-hero__email-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.children-hats-hero__submit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;min-width:160px;justify-content:center}.children-hats-hero__submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.children-hats-hero__submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.children-hats-hero__spinner{width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.children-hats-hero__form-disclaimer{font-size:14px;color:#6b7280;line-height:1.5}.children-hats-hero__success-message{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:16px 24px;border-radius:12px;display:flex;align-items:center;gap:12px;margin-bottom:16px;box-shadow:0 4px 12px #10b9814d;scroll-margin-top:0;scroll-behavior:auto}.children-hats-hero__success-icon{font-size:20px;font-weight:700}.children-hats-hero__success-text{font-weight:600;font-size:16px}.children-hats-hero__social-proof{margin-top:48px}.children-hats-hero__social-proof-stats{display:flex;gap:48px}.children-hats-hero__stat{text-align:center}.children-hats-hero__stat-number{display:block;font-size:2rem;font-weight:800;color:#1f2937;line-height:1;margin-bottom:4px}.children-hats-hero__stat-label{font-size:14px;color:#6b7280;font-weight:500}.children-hats-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.children-hats-hero__image-container{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px #00000026;background:#fff;padding:20px;width:100%;max-width:500px;box-sizing:border-box}.children-hats-hero__hero-image{width:100%;height:auto;border-radius:16px;display:block}.children-hats-hero__placeholder{width:100%;max-width:400px;height:300px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:24px;display:flex;align-items:center;justify-content:center;border:2px dashed #d1d5db;box-sizing:border-box}.children-hats-hero__placeholder-content{text-align:center}.children-hats-hero__placeholder-icon{font-size:48px;margin-bottom:16px}.children-hats-hero__placeholder-text{color:#6b7280;font-weight:500}.children-hats-hero__floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.children-hats-hero__floating-element{position:absolute;font-size:24px;animation:float 6s ease-in-out infinite}.children-hats-hero__floating-element--1{top:20%;right:10%;animation-delay:0s}.children-hats-hero__floating-element--2{top:60%;left:5%;animation-delay:2s}.children-hats-hero__floating-element--3{bottom:20%;right:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media(max-width:768px){.children-hats-hero__container{grid-template-columns:1fr;gap:40px;padding:40px 16px;text-align:center}.children-hats-hero__visual{order:-1}.children-hats-hero__content{width:100%;padding:0}.children-hats-hero__form-group{flex-direction:column;width:100%;max-width:100%}.children-hats-hero__benefits{justify-content:center;flex-direction:column;align-items:center;gap:16px}.children-hats-hero__benefit{width:100%;max-width:300px;min-width:auto}.children-hats-hero__social-proof-stats{justify-content:center;gap:32px;flex-wrap:wrap}.children-hats-hero__floating-elements{display:none}.children-hats-hero__visual{width:100%;padding:0 16px}.children-hats-hero__image-container{width:100%;max-width:100%}}@media(max-width:480px){.children-hats-hero__container{padding:0 12px}.children-hats-hero__container{padding:20px 12px}.children-hats-hero__headline{font-size:1.8rem;line-height:1.2}.children-hats-hero__subheadline{font-size:1rem;line-height:1.5}.children-hats-hero__benefit{padding:12px 16px;width:100%;max-width:100%}.children-hats-hero__submit-btn{padding:14px 24px;font-size:14px;width:100%}.children-hats-hero__email-input{width:100%;font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/86/assets/section-children-hats-hero.css.map */
