.hero-section{background-color:transparent;padding:0}.hero-section__container{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;padding:4rem 0}.hero-section__content{display:flex;flex-direction:column;gap:2.5rem;align-self:center}.hero-section__top-badge{display:inline-flex;align-items:center;gap:.75rem;background-color:#f8f8f8;border:1px solid rgb(26 61 26 / 20%);border-radius:25px;padding:.5rem 1.5rem;font-size:12px;color:#1a3d1a;width:fit-content}.hero-section__top-badge:before{content:"";width:10px;height:10px;background-color:#1a3d1a;border-radius:50%}.hero-section__headline{display:flex;flex-direction:column;line-height:1.1;margin:0}.hero-section__headline-line{font-size:50px;font-weight:700;color:#000}.hero-section__headline-line--green{color:#1a3d1a}.hero-section__headline-line--underline{position:relative}.hero-section__description{line-height:1.6;color:#4b5563;max-width:550px;font-size:15px}.hero-section__buttons{display:flex;gap:1.5rem;align-items:center;flex-wrap:nowrap;justify-content:flex-start}.hero-section__button{display:inline-flex;align-items:center;gap:.75rem;padding:.6rem 1.5rem;border-radius:50px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;min-height:40px;width:fit-content;justify-content:center}.hero-section__button--primary{background-color:#1a3d1a;color:#fff;box-shadow:0 2px 8px #1a3d1a33}.hero-section__button--primary:hover{transform:scale(1.02);background-color:#0f2a0f;box-shadow:0 4px 16px #1a3d1a4d}.hero-section__button--secondary{background-color:transparent;color:#1a3d1a;border:2px solid #1a3d1a}.hero-section__button--secondary:hover{transform:scale(1.02);background-color:#1a3d1a;color:#fff;box-shadow:0 4px 16px #1a3d1a33}.hero-section__features{display:flex;gap:4rem;padding-top:2rem;justify-content:space-around;border-top:1px solid rgb(229 231 235)}.hero-section__feature{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-section__feature-icon{width:24px;height:24px;color:#1a3d1a}.hero-section__feature-icon svg{width:100%;height:100%;color:inherit}.hero-section__feature-number{font-size:clamp(1.5rem,3vw,1.4375rem);font-weight:700;color:#333;line-height:1}.hero-section__feature-label{font-size:12px;color:#666;text-align:center;line-height:1.2}.hero-section__image-container{position:relative;display:flex;justify-content:center;align-items:flex-start}.hero-section__image-placeholder{width:100%;max-height:600px;aspect-ratio:4/3;background-color:#f0f0f0;border-radius:25px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;object-fit:cover}.hero-section__image-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:25px;display:block;max-height:600px}.hero-section__image-placeholder:before{content:"";width:100px;height:100px;background-color:#e0e0e0;border-radius:50%;background-image:radial-gradient(circle,#e0e0e0 30%,transparent 30%);background-size:25px 25px;background-position:center}.hero-section__image-placeholder:has(img):before{display:none}.hero-section__badge{position:absolute;display:inline-flex;align-items:center;gap:.75rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.1rem 1.5rem;font-size:12px;font-weight:600;color:#333;box-shadow:0 4px 12px #0000001a}.hero-section__badge--top-right{top:3rem;right:3rem}.hero-section__badge--top-right:before{content:"";width:10px;height:10px;background-color:#22c55e;border-radius:50%}.hero-section__badge--bottom-left{bottom:3rem;left:3rem;display:flex;align-items:center;gap:0;padding:1.5rem;min-width:200px}.hero-section__badge--bottom-left .animal-icon{width:28px;height:28px;background-color:#1a3d1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;margin-right:-8px;border:2px solid white}.hero-section__badge--bottom-left .animal-icon:nth-child(1){z-index:3}.hero-section__badge--bottom-left .animal-icon:nth-child(2){z-index:2}.hero-section__badge--bottom-left .animal-icon:nth-child(3){z-index:1}.hero-section__badge--bottom-left .badge-text{margin-left:1.2rem;display:flex;flex-direction:column;gap:.1rem}.hero-section__badge--bottom-left .badge-text .badge-title{font-size:12px;font-weight:700;line-height:1.2}.hero-section__badge--bottom-left .badge-text .badge-subtitle{font-size:11px;font-weight:400;color:#4b5563;line-height:1.2}.hero-section__badge--top-right{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@media screen and (max-width: 1200px){.hero-section__container{gap:4rem}.hero-section__headline-line{font-size:clamp(3.5rem,7vw,5.5rem)}}@media screen and (max-width: 990px){.hero-section__container{grid-template-columns:1fr;grid-template-rows:auto auto;gap:3rem;text-align:center;padding:3rem 0}.hero-section__image-container{order:-1;grid-row:1}.hero-section__content{order:1;grid-row:2}.hero-section__headline-line{font-size:clamp(3.5rem,9vw,4.5rem)}.hero-section__description{font-size:clamp(1.5rem,4vw,1.75rem)}.hero-section__buttons{justify-content:center;flex-direction:row;align-items:center;flex-wrap:wrap}.hero-section__button{width:auto;min-width:180px;font-size:12px;padding:.6rem 1.5rem;min-height:40px}.hero-section__features{justify-content:center}.hero-section__image-placeholder{aspect-ratio:16/9;max-height:500px}.hero-section__badge--top-right,.hero-section__badge--bottom-left{position:absolute;margin:0;width:fit-content}.hero-section__badge--top-right{top:2rem;right:2rem}.hero-section__badge--bottom-left{bottom:2rem;left:2rem}}@media screen and (max-width: 750px){.hero-section__container{gap:2rem;padding:2rem 0}.hero-section__headline-line{font-size:clamp(3.5rem,10vw,4rem)}.hero-section__description{font-size:clamp(1.5rem,4.5vw,1.75rem)}.hero-section__features{gap:2rem;flex-direction:row;align-items:center;justify-content:space-around}.hero-section__feature-number{font-size:clamp(1.5rem,4vw,2rem)}.hero-section__image-placeholder{aspect-ratio:1/1;max-height:450px}.hero-section__buttons{gap:1rem;flex-direction:row;justify-content:center}.hero-section__button{padding:.6rem 1.25rem;min-height:40px;font-size:12px;min-width:160px}.hero-section__badge--top-right,.hero-section__badge--bottom-left{position:absolute}.hero-section__badge--top-right{top:2rem;right:2rem}.hero-section__badge--bottom-left{bottom:2rem;left:2rem}.hero-section__badge--bottom-left{padding:.8rem;min-width:140px}.hero-section__badge--bottom-left .animal-icon{width:18px;height:18px;font-size:11px;margin-right:-5px}.hero-section__badge--bottom-left .badge-text{margin-left:.6rem}.hero-section__top-badge{margin:0 auto}}@media screen and (max-width: 480px){.hero-section__container{gap:1.5rem;padding:1.5rem 0}.hero-section__headline-line{font-size:clamp(3rem,11vw,3.5rem)}.hero-section__description{font-size:1.5rem}.hero-section__image-placeholder{max-height:400px}.hero-section__badge--bottom-left{min-width:130px;padding:.75rem}.hero-section__badge--bottom-left .animal-icon{width:21px;height:21px;font-size:10px;margin-right:-4px}.hero-section__badge--bottom-left .badge-text{margin-left:1rem}.hero-section__feature-number{font-size:1.5rem}.hero-section__button{min-width:140px;padding:.6rem 1rem;font-size:12px;min-height:40px}.hero-section__buttons{flex-direction:row;gap:.75rem}}.hero-section__badge--bottom-left .badge-text{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-section.css.map */
