*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:Poppins,sans-serif}h1,h2,h3{font-family:Russo One,sans-serif}section{padding:0 40px}.navbar{background-color:#fef7f4;position:-webkit-sticky;position:sticky;top:0;z-index:1000;transition:all .3s ease}.navbar-scrolled{box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:hsla(18,83%,98%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-wrap{justify-content:space-between;gap:40px;max-width:1360px;margin:0 auto;padding:15px 20px;transform:translateY(-100%);animation:slideIn 1.2s ease-out forwards}.logo-container,.navbar-wrap{display:flex;align-items:center;position:relative}.logo-container{height:25px;z-index:10}.logo-container a{display:flex;align-items:center;height:100%}.logo-container img{max-height:100%;width:auto}.logo-container .logo-dark{display:none}@media (prefers-color-scheme:dark){.logo-container .logo-light{display:none}.logo-container .logo-dark{display:block}}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.desktop-links{display:flex;align-items:center;gap:20px}.nav-link{font-size:14px;line-height:21px;font-weight:500;color:#1e1e1e;text-decoration:none;transition:all .3s ease;padding:8px 12px;border-radius:4px;position:relative}.nav-link:hover{color:#eb5f2a}.nav-link:after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:2px;background-color:#eb5f2a;transform:scaleX(0);transition:transform .3s ease}.nav-link:hover:after{transform:scaleX(1)}.login-link{margin-left:10px}.cta-button{display:inline-block;padding:10px 20px;background-color:#eb5f2a;color:#fff;font-weight:600;font-size:14px;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px rgba(235,95,42,.2)}.cta-button:hover{background-color:#d45525;transform:translateY(-2px);box-shadow:0 6px 12px rgba(235,95,42,.3)}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-menu span{width:100%;height:2px;background-color:#1e1e1e;transition:all .3s ease;transform-origin:left}.hamburger-menu.open span:first-child{transform:rotate(45deg)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:last-child{transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fef7f4;z-index:9;transition:right .3s ease;display:flex;flex-direction:column;padding-top:80px;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-content{display:flex;flex-direction:column;padding:20px;gap:20px}.mobile-link{font-size:18px;font-weight:500;color:#1e1e1e;text-decoration:none;padding:15px 0;border-bottom:1px solid rgba(30,30,30,.1);transition:all .3s ease}.mobile-link:hover{color:#eb5f2a}.mobile-cta{margin-top:20px;display:inline-block;padding:15px 20px;background-color:#eb5f2a;color:#fff;font-weight:600;font-size:16px;border-radius:8px;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px rgba(235,95,42,.2)}.mobile-cta:hover{background-color:#d45525;box-shadow:0 6px 12px rgba(235,95,42,.3)}@media screen and (max-width:992px){.nav-link{padding:8px}.cta-button{padding:8px 16px}}@media screen and (max-width:768px){.desktop-links{display:none}.hamburger-menu{display:flex}}.horizontal-divider{width:100%;height:1px;background-color:rgba(30,30,30,.08);max-width:1360px;margin:0 auto}.hero{background-color:#fef7f4;padding-top:100px;padding-bottom:90px;align-items:center}.container{max-width:940px;margin:0 auto}.hero .container{opacity:0;animation:fadeIn 1.2s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:100%}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero .testimonials{display:flex;gap:35px;align-items:center;justify-content:center}.hero .testimonials .card{max-width:225px;flex-direction:column}.hero .testimonials .card,.hero .testimonials .card .stars{display:flex;align-items:center;gap:4px}.hero .testimonials .card p{font-size:16px;line-height:24px;font-weight:500;font-style:italic;color:rgba(30,30,30,.5)}.hero h1{text-align:center;margin:20px auto;font-size:60px;font-weight:400;color:#1e1e1e;line-height:72px}.hero h2{font-size:24px;text-align:center;margin:0 auto 20px;color:#555}.dynamic-text{font-size:36px;font-weight:700;background:linear-gradient(90deg,#eb5f2a,#ff7a59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;min-width:235px;text-align:center}.underline{font-style:italic}.border,.underline{font-weight:700;color:#eb5f2a}.border{border:1px solid #eb5f2a;padding:2px 4px;border-radius:3px}.hero .key-features{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:800px;margin:0 auto 50px}.hero .key-features .feature-item{display:flex;align-items:center;gap:10px;background-color:rgba(235,95,42,.05);border-radius:50px;padding:10px 20px;transition:all .3s ease}.hero .key-features .feature-item:hover{background-color:rgba(235,95,42,.1);transform:translateY(-2px)}.hero .key-features .feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;color:#eb5f2a;background-color:rgba(235,95,42,.1);border-radius:50%;margin-right:5px}.hero .key-features .feature-item span{font-size:16px;font-weight:500;color:#1e1e1e;white-space:nowrap}@media screen and (max-width:768px){.hero .key-features{gap:15px}.hero .key-features .feature-item{padding:8px 16px}.hero .key-features .feature-item span{font-size:14px}}@media screen and (max-width:480px){.hero .key-features{flex-direction:column;align-items:center;gap:10px}.hero .key-features .feature-item{width:100%;max-width:280px;justify-content:center}}.hero form{max-width:555px;width:100%;display:flex;gap:10px;align-items:center;margin:0 auto;padding:6px;border-radius:50px;background-color:#fff;justify-content:space-between;font-family:400;border:1px solid rgba(30,30,30,.1);overflow:hidden;transition:all .25s linear}::placeholder{color:rgba(30,30,30,.3)}.hero form button{background-color:#1e1e1e;padding:10px 26px;border-radius:60px;cursor:pointer;transition:all .25s linear;font-size:18px;line-height:28px;font-weight:400;color:#fff;border:none;outline:none;box-shadow:inset 0 4px 4px hsla(0,0%,100%,.15),0 4px 4px rgba(0,0,0,.15);text-wrap:nowrap}.hero form button:hover{background-color:#eb5f2a;box-shadow:inset 0 -4px 4px hsla(0,0%,100%,.15),0 -2px 4px rgba(0,0,0,.15)}.hero form input{width:100%;padding:12px 0 12px 16px;outline:none;border:none;color:rgba(30,30,30,.8);font-size:16px;line-height:24px}.hero .trust-section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:15px auto 0;text-align:center}.hero .obgyn-trust{font-size:16px;line-height:24px;color:rgba(30,30,30,.3);font-weight:400;margin-bottom:10px}.hero .partner-logos{display:flex;align-items:center;justify-content:center;gap:20px}.hero .microsoft-logo{height:60px;transition:transform .3s ease}.hero .microsoft-logo:hover{transform:translateY(-2px)}.demo{background-image:url(/assets/imgs/hero-demo-background.svg);background-position:50%;background-size:cover;background-repeat:no-repeat}.demo img{width:100%;padding:12px;background-color:#f6f6f6;border:1px solid rgba(30,30,30,.1);border-radius:15px;transform:translateY(30%);animation:slideUp 1.2s ease-out forwards}@keyframes slideUp{0%{transform:translateY(30%)}to{transform:translateY(0)}}.features{padding-top:100px}.features h2{text-align:center;margin:0 auto 100px;max-width:720px;font-size:50px;line-height:60px;color:#1e1e1e;font-weight:400}.features .feature{display:flex;width:100%;justify-content:space-between;align-items:center;gap:50px;margin-bottom:120px}.features .feature .graphic{max-width:521px}.features .feature .graphic img{width:100%}.features .feature .content{max-width:369px}.features .feature .content h3{margin:0 0 20px;color:#1e1e1e;font-size:40px;line-height:48px;font-weight:400}.features .feature .content p{margin:0 0 30px;font-size:18px;line-height:26px;font-weight:400;color:rgba(30,30,30,.8)}.features .feature .content a{text-decoration:none;font-size:20px;line-height:30px;font-weight:600;color:rgba(30,30,30,.8);position:relative;transition:all .25s ease-out}.features .feature .content a:hover{color:#1e1e1e}.features .feature .content a .underline{position:absolute;left:0;right:0;bottom:-4px;height:4px;transition:all .25s ease-out;background-image:linear-gradient(90deg,#eb5f2a,rgba(235,95,42,.5))}.testimonials-wrap{background-image:url(/assets/imgs/linear-testimonial-transition.svg);background-position:top;background-size:cover;background-repeat:no-repeat;padding-top:120px;padding-bottom:100px}.testimonials-wrap h2{text-align:center;margin:0 auto 60px;max-width:720px;font-size:50px;line-height:60px;color:#1e1e1e;font-weight:400}.testimonial-slider-container{width:100%;overflow:hidden;position:relative;margin:0 auto;padding:40px 0;height:500px}.testimonial-slider-container:after,.testimonial-slider-container:before{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.testimonial-slider-container:before{left:0;background:linear-gradient(90deg,hsla(0,0%,100%,.95),transparent)}.testimonial-slider-container:after{right:0;background:linear-gradient(270deg,hsla(0,0%,100%,.95),transparent)}.testimonial-slider{display:flex;gap:30px;width:max-content;position:relative;animation:scrollWithPause 60s linear infinite;align-items:center;height:100%}@keyframes scrollWithPause{0%{transform:translateX(0)}5%{transform:translateX(-5%)}15%{transform:translateX(-15%)}20%{transform:translateX(-20%)}25%{transform:translateX(-25%)}30%{transform:translateX(-30%)}35%{transform:translateX(-35%)}40%{transform:translateX(-40%)}45%{transform:translateX(-45%)}50%{transform:translateX(-50%)}to{transform:translateX(-100%)}}.testimonial-card{width:320px;min-width:320px;background-color:#fff;border-radius:12px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:1px solid rgba(30,30,30,.1);transition:all .5s ease;position:relative;transform-origin:center center;height:350px;display:flex;flex-direction:column}.testimonial-card:nth-child(3n+1){transform:scale(1.2);z-index:10;box-shadow:0 10px 30px rgba(0,0,0,.1)}.testimonial-card:nth-child(3n),.testimonial-card:nth-child(3n+2){transform:scale(.9);opacity:.8}.testimonial-card:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px rgba(0,0,0,.15);z-index:20}.testimonial-header{margin-bottom:15px;border-bottom:1px solid rgba(30,30,30,.1);padding-bottom:15px}.testimonial-name{margin:0;font-size:18px;font-weight:600;color:#1e1e1e}.testimonial-title{margin:5px 0 0;font-size:14px;color:#eb5f2a;font-weight:500}.testimonial-content{font-size:16px;line-height:1.6;color:rgba(30,30,30,.8);flex-grow:1;overflow:hidden}.testimonial-content .underline{color:#eb5f2a;font-weight:500;text-decoration:none;border-bottom:2px solid rgba(235,95,42,.3);padding-bottom:1px}@media screen and (max-width:768px){.testimonial-slider-container{height:450px}.testimonial-card{width:280px;min-width:280px;padding:20px;height:320px}.testimonial-card:nth-child(3n+1){transform:scale(1.15)}}@media screen and (max-width:480px){.testimonial-slider-container{height:400px}.testimonial-card{width:250px;min-width:250px;height:300px}.testimonial-card:nth-child(3n+1){transform:scale(1.1)}}.faq{padding-top:60px;padding-bottom:135px}.faq h2{text-align:center;margin:0 auto 80px;max-width:720px;font-size:50px;line-height:60px;color:#1e1e1e;font-weight:400}.faq .question-list .q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:30px;cursor:pointer}.faq .question-list .q p{font-size:22px;line-height:33px;font-weight:500;color:#1e1e1e}.faq .question-list .q .icon{width:16px;height:16px;min-width:16px;display:flex;align-items:center;justify-content:center;position:relative}.faq .question-list .q .icon .h,.faq .question-list .q .icon .v{width:16px;height:2px;background-color:#1e1e1e;border-radius:1px;transition:all .2s ease-out}.faq .question-list .q .icon .v{transform:rotate(90deg);position:absolute}.faq .question-list .a{width:100%;margin-top:14px;font-size:16px;line-height:24px;font-weight:400;color:rgba(30,30,30,.8);transition:all .25s ease-out}.faq .question-list .q-divider{width:100%;height:1px;margin:35px 0 25px;background-color:rgba(30,30,30,.25)}.cta-section{position:relative;padding:100px 0;background:linear-gradient(135deg,#eb5f2a,#ff7a59);overflow:hidden;text-align:center}.cta-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/assets/imgs/pattern-bg.svg);background-size:cover;opacity:.1;z-index:1}.cta-section .container{position:relative;z-index:2}.cta-content{max-width:900px;margin:0 auto;padding:0 20px}.cta-section h2{color:#fff;font-size:48px;line-height:1.2;margin-bottom:20px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cta-section h3{color:hsla(0,0%,100%,.9);font-size:24px;line-height:1.4;margin-bottom:40px;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}.cta-benefits{display:flex;justify-content:center;gap:30px;margin-bottom:50px;flex-wrap:wrap}.cta-benefits .benefit{display:flex;align-items:flex-start;gap:15px;background-color:hsla(0,0%,100%,.1);border-radius:12px;padding:20px;max-width:280px;text-align:left;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease}.cta-benefits .benefit:hover{transform:translateY(-5px);background-color:hsla(0,0%,100%,.15);box-shadow:0 10px 20px rgba(0,0,0,.1)}.benefit-icon{background-color:hsla(0,0%,100%,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon img{width:24px;height:24px;filter:brightness(0) invert(1)}.benefit-text h4{color:#fff;font-size:18px;margin:0 0 5px;font-weight:600}.benefit-text p{color:hsla(0,0%,100%,.8);font-size:14px;line-height:1.4;margin:0}.cta-form-container{background-color:#fff;border-radius:16px;padding:30px;max-width:550px;margin:0 auto;box-shadow:0 15px 30px rgba(0,0,0,.15)}.cta-form-header{margin-bottom:20px;text-align:center}.limited-offer{display:inline-block;background-color:#ffecdc;color:#eb5f2a;font-size:14px;font-weight:600;padding:5px 15px;border-radius:20px;margin-bottom:10px}.cta-form-header h4{font-size:24px;color:#1e1e1e;margin:0}#cta-form{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}#cta-form input{width:100%;padding:15px 20px;border-radius:8px;border:1px solid rgba(30,30,30,.2);font-size:16px;transition:all .3s ease}#cta-form input:focus{border-color:#eb5f2a;box-shadow:0 0 0 3px rgba(235,95,42,.2)}#cta-form button{width:100%;padding:15px 20px;border-radius:8px;background-color:#eb5f2a;color:#fff;font-size:18px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px rgba(235,95,42,.2)}#cta-form button:hover{background-color:#d45525;transform:translateY(-2px);box-shadow:0 6px 12px rgba(235,95,42,.3)}.hero .status-message{padding:12px 20px;border-radius:50px;margin:15px auto;font-size:16px;font-weight:500;text-align:center;max-width:555px;box-shadow:0 2px 8px rgba(0,0,0,.05);animation:fadeIn .3s ease-out}.hero .status-message.success{background-color:rgba(40,167,69,.1);color:#28a745;border:1px solid rgba(40,167,69,.2)}.hero .status-message.error{background-color:rgba(220,53,69,.1);color:#dc3545;border:1px solid rgba(220,53,69,.2)}.guarantee{display:flex;align-items:center;justify-content:center;gap:5px;font-size:14px;color:rgba(30,30,30,.7)}.guarantee span{color:#28a745;font-weight:600}.guarantee .dot{color:rgba(30,30,30,.3);margin:0 5px}@media screen and (max-width:768px){.cta-section{padding:70px 0}.cta-section h2{font-size:36px}.cta-section h3{font-size:20px}.cta-benefits{flex-direction:column;align-items:center}.cta-benefits .benefit{max-width:100%;width:100%}}@media screen and (max-width:480px){.cta-section{padding:50px 0}.cta-section h2{font-size:28px}.cta-form-container{padding:20px}}.footer{padding-top:50px;padding-bottom:50px}.footer-wrap{margin:0 auto;max-width:1360px}.footer-wrap .divider{width:100%;height:1px;background-color:rgba(30,30,30,.1);margin:0 0 40px}.footer-wrap .main{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:45px}.footer-wrap .main .left{display:flex;align-items:center;gap:40px}.footer-wrap .main .left .logo-container{height:25px;position:relative;display:flex;align-items:center}.footer-wrap .main .left .logo-container img{max-height:100%;width:auto}.footer-wrap .main .left .logo-container .logo-dark{display:none}@media (prefers-color-scheme:dark){.footer-wrap .main .left .logo-container .logo-light{display:none}.footer-wrap .main .left .logo-container .logo-dark{display:block}}.footer-wrap .main .left .links{display:flex;align-items:center;gap:30px}.footer-wrap .main .left .links a{text-decoration:none;transition:all .2s linear;font-size:14px;line-height:21px;font-weight:400;color:#1e1e1e}.footer-wrap .main .left .links a:hover{color:rgba(30,30,30,.6)}.footer-wrap .main .right{display:flex;align-items:center;gap:30px}.footer-wrap .main .right a{text-decoration:none;transition:all .2s linear;font-size:14px;line-height:21px;font-weight:400;color:#1e1e1e}.footer-wrap .main .right a:hover{color:rgba(30,30,30,.6)}.footer-wrap .main .right button{padding:10px 30px;border-radius:50px;background-color:#1e1e1e;box-shadow:inset 0 4px 4px hsla(0,0%,100%,.15),0 4px 4px rgba(0,0,0,.15);border:none;color:#fff;font-size:14px;line-height:21px;font-weight:400;cursor:pointer;transition:all .25s linear}.footer-wrap .main .right button:hover{background-color:#eb5f2a;box-shadow:inset 0 -4px 4px hsla(0,0%,100%,.15),0 -2px 4px rgba(0,0,0,.15)}.footer-wrap .copy{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-wrap .copy p{font-size:16px;line-height:19px;font-weight:500;color:rgba(30,30,30,.4)}.footer-wrap .copy a{font-size:16px;line-height:19px;transition:all .2s linear;color:rgba(30,30,30,.6)}.footer-wrap .copy a:hover{color:#1e1e1e}@media screen and (max-width:920px){.features .feature{flex-direction:column;align-items:start}.features .feature .graphic{max-width:none;width:100%;order:1}.features .feature .content{max-width:420px;order:0}#remove-tablet{display:none}}@media screen and (max-width:780px){.footer-wrap .main{gap:20px}.footer-wrap .main,.footer-wrap .main .left{align-items:start;flex-direction:column}}@media screen and (max-width:700px){section{padding-left:25px;padding-right:25px}.hero h1{text-align:center;margin:20px auto;font-size:46px;font-weight:400;color:#1e1e1e;line-height:60px}.hero h2{font-size:24px;text-align:center;margin:0 auto 20px;color:#555}.dynamic-text{font-size:36px;font-weight:700;background:linear-gradient(90deg,#eb5f2a,#ff7a59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;min-width:250px;text-align:center}.demo img{padding:8px}.features h2{margin:0 auto 80px;font-size:36px;line-height:50px}.features .feature .content h3{margin:0 0 15px;font-size:28px;line-height:34px}.features .feature .content a{font-size:18px;line-height:26px;font-weight:500}.features .feature .content p{margin-bottom:20px}.testimonials-wrap h2{font-size:36px;line-height:50px}.faq{padding-bottom:100px}.faq h2{font-size:36px;line-height:50px}.faq .question-list .q p{font-size:20px;line-height:30px}.bottom-cta h2{font-size:46px;font-weight:400;line-height:60px}}@media screen and (max-width:580px){#remove-mobile{display:none}.testimonial-flex{flex-direction:column}.navbar-wrap .links a{display:none}}@media screen and (max-width:460px){.hero h1{text-align:center;margin:15px auto;font-size:36px;line-height:44px}.hero #tagline,.hero h1{font-weight:400;color:#1e1e1e}.hero #tagline{margin:0 auto 30px;font-size:16px;line-height:22px}.hero form{flex-direction:column;border-radius:20px}.hero form button{width:100%;border-radius:15px}.hero{padding-top:80px}.navbar-wrap .links button{display:none}#responsive-button{display:block}.features h2{margin:0 auto 60px;font-size:30px;line-height:40px}.features .feature .content h3{margin:0 0 15px;font-size:24px;line-height:30px}.faq h2,.testimonials-wrap h2{font-size:30px;line-height:40px}.faq h2{margin-bottom:60px}.bottom-cta h2{font-size:30px;line-height:40px}.bottom-cta{padding-top:40px;padding-bottom:40px}.bottom-cta form{flex-direction:column;border-radius:20px}.bottom-cta form button{width:100%;border-radius:15px}.bottom-cta p,.hero .microsoft{font-size:14px;line-height:18px}.hero .microsoft{margin-top:10px}.navbar-wrap{gap:20px}.footer-wrap .main .left .links,.footer-wrap .main .right{gap:20px;flex-direction:column;align-items:start}.footer-wrap .copy p{font-size:12px;line-height:15px;font-weight:500;color:rgba(30,30,30,.4)}}@media screen and (max-width:400px){.hero h1{text-align:center;margin:15px auto;font-size:32px;font-weight:400;color:#1e1e1e;line-height:40px}}