.features-section{padding:4rem 0;background-color:#fff}.section-padding{max-width:1300px;margin:0 auto;padding:1rem}.features-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.feature-item{display:flex;align-items:center;gap:1.25rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.feature-item.feature-visible{opacity:1;transform:translateY(0)}.feature-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.feature-icon span{font-size:3rem}.feature-content{display:flex;flex-direction:column;gap:.5rem;width:17rem}.feature-title{font-size:1.25rem;font-weight:700;color:#333}.feature-description{font-size:.8rem;color:#6b7280}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.hero-section{background-color:var(--lightBg,#f2ffff);padding-bottom:2em;overflow:hidden;position:relative}.container-section{width:100%;max-width:1300px;margin:0 auto;padding:0 1rem;position:relative}.hero-content{padding-top:2rem}.hero-content,.text-content{display:flex;flex-direction:column;align-items:flex-start}.text-content{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;z-index:2;text-align:left;width:100%}.text-content.fade-in{opacity:1;transform:translateY(0)}.hero-image-container{opacity:0;transform:scale(.8);transition:opacity .6s ease,transform .6s ease;padding:2rem;display:flex;justify-content:center;width:100%}.hero-image-container.scale-in{opacity:1;transform:scale(1)}.headline-row{color:var(--primary,#068aa7)}.hero-title{font-size:2.5rem}.primary-text{color:var(--primary,#068aa7)}.secondary-text{color:var(--secondary,#f81f1f)}.hero-description{display:none;color:var(--gray,#6b7280);margin-bottom:2rem;max-width:32rem}.primary-button{width:-moz-fit-content;width:fit-content;display:none;background-color:var(--primary,#44b0ff);color:#fff;font-weight:500;border-radius:9999px;padding:.75rem 2rem;border:none;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 6px 12px rgba(0,0,0,.2)}.primary-button:hover{background-color:var(--primary-hover,#60bdff);box-shadow:0 8px 15px rgba(0,0,0,.25)}.hero-image{width:100%;height:auto;border-radius:.5rem}@media (min-width:1024px){.hero-content{flex-direction:row;align-items:center;justify-content:space-between;padding:2rem 0}.text-content{width:50%;padding-right:2rem;text-align:left;align-items:flex-start;margin:0}.hero-image-container{width:40%;margin-top:0;justify-content:flex-end}.hero-title{width:100%;margin-top:0;padding-top:0;white-space:normal;display:flex;flex-direction:column}.hero-image{width:100%;margin-right:0}}.hero-description-mobile{display:block;color:var(--gray,#6b7280);margin-top:2rem;margin-bottom:2rem;max-width:32rem;text-align:center;align-self:center}.primary-button-mobile{display:block;background-color:var(--primary,#44b0ff);color:#fff;font-weight:500;border-radius:9999px;padding:.75rem 2rem;border:none;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 6px 12px rgba(0,0,0,.2);align-self:center}.primary-button-mobile:hover{background-color:var(--primary-hover,#60bdff);box-shadow:0 8px 15px rgba(0,0,0,.25)}@media (min-width:768px){.hero-title{display:flex;flex-direction:column;font-size:2.25rem;text-align:left}.headline-row{margin-bottom:.35rem}.hero-description,.primary-button{display:block}.hero-description-mobile,.primary-button-mobile{display:none}.container-section{padding:0 1.5rem}}.hero-title{display:flex;flex-direction:column;text-align:left;letter-spacing:-.02em}.headline-row{display:block;width:100%;white-space:nowrap;margin-bottom:.25rem;line-height:1.1;font-size:2.5rem}.secondary-text{color:#f81f1f;font-weight:700}@media (max-width:767px){.headline-row{white-space:normal;font-size:2rem}.hero-title{line-height:1}}