.st-hero{margin-top:0;padding-top:calc(114px+32px);position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:flex-end}.st-hero .banner-image{position:absolute;top:0;left:0;width:100%;height:100%}.st-hero .banner-image img{width:100%;height:100%;object-fit:cover}.st-hero .banner-image::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to top,rgba(0,0,0,.65),transparent)}.st-hero .banner-content{position:relative;z-index:2;padding-bottom:60px;color:#fff}.st-hero .banner-title{gap:4px;flex-direction:column;display:flex}.st-hero .sub-title{color:rgba(255,255,255,.65)}.st-hero .sub-text{color:rgba(255,255,255,.85);margin-top:12px;max-width:580px}.st-hero .btn-wrap .btn{background:#fff;color:#1a1a1a;border-color:#fff}.st-hero .btn-wrap .btn:hover{background:transparent;color:#fff}.st-intro{background:#fdf0e3}.st-stats{display:flex;justify-content:center;gap:48px;margin-top:56px;flex-wrap:wrap}.st-stat{text-align:center;display:flex;flex-direction:column;gap:8px}.st-stat-num{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#1a1a1a;line-height:1;letter-spacing:-0.02em}.st-stat-label{font-size:.8125rem;color:#6b6259;font-weight:500}.st-features{padding:100px 0;background:#faf6f1}.st-features-alt{padding:100px 0;background:#fdf0e3}.st-feature-row{display:flex;gap:64px;align-items:center}.st-feature-row.reverse{flex-direction:row-reverse}.st-feature-img{flex:0 0 480px}.st-feature-img .img-cover{border-radius:20px;aspect-ratio:4/3}.st-feature-text{flex:1}.st-feature-text .title{margin-bottom:16px}.st-feature-text p{color:#6b6259;font-size:.9375rem;line-height:1.8;margin-bottom:20px}.st-feature-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.st-feature-list li{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:#1a1a1a;font-weight:500}.st-feature-list li i{color:#4a7c59;font-size:1.125rem;flex-shrink:0}.st-products{background:#faf6f1}.st-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.st-card{background:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.st-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.07)}.st-card-img{aspect-ratio:16/10;overflow:hidden}.st-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.st-card:hover .st-card-img img{transform:scale(1.04)}.st-card-body{padding:28px;display:flex;flex-direction:column;flex:1}.st-card-icon{width:40px;height:40px;border-radius:10px;background:#fdf0e3;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#1a1a1a;margin-bottom:14px}.st-card-body h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:10px;line-height:1.4}.st-card-body p{font-size:.8125rem;color:#6b6259;line-height:1.8;flex:1;margin-bottom:16px}.st-card-tag{display:inline-block;padding:5px 14px;font-size:.6875rem;font-weight:600;background:#fdf0e3;border-radius:999px;color:#6b6259;align-self:flex-start}.st-app-section{position:relative;overflow:hidden;padding:120px 0;color:#fff}.st-app-bg{position:absolute;top:0;left:0;width:100%;height:100%}.st-app-bg img{width:100%;height:100%;object-fit:cover}.st-app-bg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(20,18,15,.8)}.st-app-content{position:relative;z-index:2;max-width:680px}.st-app-content .sub-title{color:rgba(255,255,255,.6)}.st-app-content .title{margin-bottom:16px}.st-app-content .text-lg{color:rgba(255,255,255,.78);line-height:1.8;margin-bottom:32px}.st-app-features{display:flex;flex-wrap:wrap;gap:16px 32px}.st-app-feat{display:flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:500;color:rgba(255,255,255,.9)}.st-app-feat i{font-size:1.25rem;color:rgba(255,255,255,.6)}.st-how{background:#fdf0e3}.st-steps{display:flex;gap:32px;margin-top:48px}.st-step{-moz-border-radius:20px;background:#fff;flex:1;border-radius:20px;text-align:center;padding:36px}.st-step-num{font-size:2.5rem;font-weight:900;color:#e0d6ca;line-height:1;margin-bottom:20px;display:block}.st-step h3{font-size:1.0625rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.st-step p{font-size:.8125rem;color:#6b6259;line-height:1.8}.st-cta{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center}.st-cta-bg{position:absolute;top:0;height:100%;left:0;width:100%}.st-cta-bg img{width:100%;height:100%;object-fit:cover}.st-cta-bg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(20,18,15,.55)}.st-cta-content{position:relative;z-index:2;text-align:center;color:#fff;padding:60px 24px;max-width:700px;margin:0 auto}.st-cta-content .sub-title{color:rgba(255,255,255,.6)}.st-cta-content .h1{margin-bottom:16px}.st-cta-content .text-lg{color:rgba(255,255,255,.8);margin-bottom:8px}@media(max-width:1024px){.st-feature-row,.st-feature-row.reverse{flex-direction:column;gap:40px}.st-feature-img{flex:0 0 auto;width:100%}.st-grid{grid-template-columns:repeat(2,1fr);gap:24px}.st-steps{flex-wrap:wrap}.st-step{flex:1 1 calc(50% - 16px);min-width:240px}}@media(max-width:768px){.st-hero{min-height:50vh;padding-top:calc(80px+20px)}.st-hero .banner-title{font-size:clamp(2rem,7vw,3rem)}.st-features,.st-features-alt{padding:64px 0}.st-stats{gap:24px}.st-stat{flex:0 0 calc(50% - 12px)}.st-grid{grid-template-columns:1fr}.st-app-section{padding:80px 0}.st-steps{flex-direction:column;gap:20px}.st-step{flex:1 1 100%}.st-cta{min-height:380px}}@media(max-width:480px){.st-step{padding:28px 20px}.st-card-body{padding:20px}.st-cta-content{padding:40px 16px}}