@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}.red-rose{font-family:Red Rose,cursive}body{background-color:#fff;color:#1a1a1a}button{cursor:pointer}.navbar{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:20px 60px;position:fixed;top:0;width:100%;z-index:1000}.logo img{height:auto;width:150px}.nav-links{display:flex;gap:40px;list-style:none}.nav-links li{cursor:pointer;transition:color .2s}.nav-links li:hover,.signup-btn{color:#ff9100}.signup-btn{background:none;border:2px solid #ff9100;border-radius:10px;cursor:pointer;padding:10px 25px;transition:.3s}.signup-btn:hover{background:#ff9100;color:#fff}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.bar{background:#333;height:3px;transition:.3s;width:28px}.bar1.open{transform:translateY(8px) rotate(45deg)}.bar2.open{opacity:0}.bar3.open{transform:translateY(-8px) rotate(-45deg)}@media (max-width:900px){.navbar{padding:20px 30px}.nav-links{align-items:center;background:#fff;box-shadow:0 4px 20px #00000014;display:none;flex-direction:column;gap:25px;padding:30px 0;position:absolute;right:0;top:80px;width:100%}.hamburger,.nav-links.open{display:flex}.signup-btn{display:none}}@media (max-width:500px){.logo img{width:130px}}.hero{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-left:auto;margin-right:auto;margin-top:81px;max-width:1400px;min-height:calc(100vh - 81px);overflow:hidden;padding:40px 60px 80px;position:relative}.hero-bg-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;justify-content:center;min-height:750px;order:2;width:115%;z-index:1}.hero-bg-accent{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#ff91001f 0,#ff910000 70%);border-radius:50%;height:800px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:800px;z-index:1}@keyframes float{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}.hero-content{align-items:flex-start;animation:fadeInUp 1s ease-out;display:flex;flex-direction:column;gap:40px;max-width:600px;order:1;text-align:left;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{animation:slideInDown .8s ease-out;background:linear-gradient(135deg,#ff91001a,#ff910026);border:1.5px solid #ff91004d;border-radius:50px;color:#ff9100;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.headline{animation:fadeInUp 1s ease-out .2s backwards;font-size:72px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.orange{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff9100,#ff7a00);-webkit-background-clip:text;background-clip:text;color:#ff9100;display:block;font-size:1.15em;margin-bottom:10px;position:relative}.subtext{animation:fadeInUp 1s ease-out .4s backwards;color:#444;font-size:20px;font-weight:400;line-height:1.6;max-width:550px}.hero-cta{align-items:flex-start;animation:fadeInUp 1s ease-out .6s backwards;display:flex;flex-direction:column;gap:24px;width:100%}.shop-btn{background:linear-gradient(135deg,#ff9100,#ff7a00);border:none;border-radius:14px;box-shadow:0 6px 30px #ff910040;color:#fff;cursor:pointer;font-size:18px;font-weight:600;overflow:hidden;padding:18px 48px;position:relative;transition:all .3s ease}.shop-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.shop-btn:hover:before{left:100%}.shop-btn:hover{box-shadow:0 10px 40px #ff910066;transform:translateY(-3px)}.shop-btn:active{transform:translateY(-1px)}.hero-stats{align-items:center;display:flex;gap:40px;justify-content:flex-start}.stat-item{align-items:flex-start;display:flex;flex-direction:column;gap:6px}.stat-number{color:#ff9100;font-size:32px;font-weight:700;line-height:1}.stat-label{color:#777;font-size:15px;font-weight:500}.stat-divider{background:linear-gradient(180deg,#0000,#ff91004d,#0000);height:40px;width:1px}@media (max-width:1024px){.hero{gap:40px;padding:40px 40px 60px}.headline{font-size:60px}.subtext{font-size:18px}.hero-bg-image{min-height:650px;width:105%}.hero-bg-accent{height:600px;width:600px}}@media (max-width:768px){.hero{grid-template-columns:1fr;padding:40px 32px 80px}.hero-content{align-items:center;gap:32px;order:1;text-align:center}.hero-bg-image{max-height:500px;min-height:500px;order:2;width:100%}.headline{font-size:48px}.orange{font-size:1.15em}.subtext{font-size:18px}.hero-cta{align-items:center;gap:24px;width:100%}.shop-btn{font-size:18px;max-width:300px;padding:18px 44px;width:100%}.hero-stats{gap:32px;justify-content:center}.stat-item{align-items:center}.stat-number{font-size:24px}.stat-label{font-size:14px}.hero-bg-accent{height:500px;width:500px}}@media (max-width:480px){.hero{padding:60px 24px}.headline{font-size:42px}.shop-btn,.subtext{font-size:16px}.shop-btn{padding:16px 40px}.hero-stats{flex-wrap:wrap;gap:24px}.stat-number{font-size:24px}.stat-label{font-size:12px}.stat-divider{display:none}.hero-badge{font-size:12px;padding:10px 20px}.hero-bg-accent{height:400px;width:400px}}.testimonials{background-color:#fff4ee;padding:80px 60px}.testimonials h2{font-size:36px;font-weight:700;margin-bottom:40px}.testimonials .orange{color:#e77653}.testimonial-box{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000008;padding:40px 50px;width:60%}.testimonial-box p{color:#333;font-size:18px;line-height:1.7;margin-bottom:24px}.testimonial-box h4{font-size:20px;font-weight:600;margin-bottom:5px}.testimonial-box small{color:#777;font-size:14px}@media (max-width:900px){.testimonial-box{padding:30px;width:90%}.testimonials{padding:60px 20px}.testimonials h2{font-size:28px}.testimonial-box p{font-size:16px}}@media (max-width:500px){.testimonials h2{text-align:center}.testimonial-box{padding:25px;width:100%}.testimonial-box p{font-size:15px}}.how{background:#fff;padding:90px 60px;text-align:center}.how h2{font-size:36px;font-weight:700;margin-bottom:10px}.subtitle{color:#666;font-size:18px;margin-top:-10px}.how .orange{color:#e77653}.how-container{align-items:center;display:flex;gap:40px;justify-content:space-between;margin-top:50px}.steps{display:flex;flex:1 1;flex-direction:column;gap:25px}.step{background:#fff4ee;border-radius:20px;box-shadow:0 4px 20px #00000008;padding:35px 30px;text-align:left}.number{align-items:center;background:#ff9100;border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.number,.step h3{font-size:20px;font-weight:600}.step h3{margin-bottom:10px}.step p{color:#444;font-size:16px;line-height:1.5}.phone-area{flex:1 1;text-align:center}.phone-image{max-width:350px;width:90%}.store-buttons{display:flex;gap:18px;justify-content:center;margin-left:30px;margin-right:30px;margin-top:25px}.badge{align-items:center;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;gap:12px;height:56px;max-width:100%;min-width:180px;padding:10px 18px;text-decoration:none;transition:transform .15s ease}.badge-icon{flex-shrink:0}.badge-text{min-width:0;white-space:nowrap}@media (max-width:480px){.badge{gap:10px;justify-content:center;width:100%}.badge-text{text-align:center;white-space:normal}}.badge:hover{transform:translateY(-3px)}.app-store-badge{background:#000;color:#fff}.google-play-badge{background:#fff;border:1.5px solid #d6d6d6;color:#000}.badge-icon{height:28px;width:auto}.badge-text{display:flex;flex-direction:column;line-height:1.1}.badge-text .small{font-size:12px;font-weight:400;margin-bottom:2px;opacity:.75}.badge-text .big{font-size:16px;font-weight:600}@media (max-width:900px){.how-container{flex-direction:column}}.socials{align-items:flex-end;background-color:#111;color:#fff;display:flex;justify-content:space-between;padding:60px;position:relative}.socials-left{width:50%}.socials h2{font-size:38px;font-weight:700;line-height:1.3;margin-bottom:40px}.icons{align-items:center;display:flex;gap:35px}.icons i{background:#1c1c1c;border-radius:50%;color:#fff;cursor:pointer;font-size:34px;padding:18px;transition:.3s ease}.icons i:hover{background:#ff9100;color:#000;transform:translateY(-3px)}.socials-right{align-items:flex-end;display:flex;justify-content:flex-end;width:50%}.phone-img{bottom:-40px;position:absolute;right:60px;width:300px}@media (max-width:900px){.socials{flex-direction:column;padding:100px 20px;text-align:center}.socials-left{width:100%}.socials-right{justify-content:center;margin-top:40px;width:100%}.phone-img{top:-20px;width:280px}}@media (max-width:500px){.socials h2{font-size:26px}.icons{gap:20px}.icons i{font-size:26px;padding:14px}}
/*# sourceMappingURL=main.882bdb4c.css.map*/