html,body{width:100%;overflow-x:hidden}.container{max-width:1200px;margin-inline:auto;padding-inline:20px}@media(max-width:480px){.container{padding-inline:10px}}:root{--maximum-yellow-red: hsl(37, 100%, 68%);--royal-blue-dark: hsl(231, 61%, 22%);--silver-chalice: hsl(0, 0%, 70%);--oxford-blue: hsl(231, 100%, 8%);--bittersweet: hsl(2, 100%, 69%);--french-rose: hsl(342, 90%, 61%);--davys-gray: hsl(180, 3%, 28%);--cool-gray: hsl(240, 13%, 62%);--platinum: hsl(0, 0%, 92%);--white-2: hsl(0, 0%, 98%);--white: hsl(0, 0%, 100%);--black: hsl(0, 0%, 0%);--rythm: hsl(240, 9%, 53%);--ff-poppins: "Poppins", sans-sarif;--fs-1: 32px;--fs-2: 26px;--fs-3: 22px;--fs-4: 18px;--fs-5: 15px;--fs-6: 14px;--fw-700: 700;--fw-600: 600;--fw-500: 500;--transition: .25s ease-in-out}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}li{list-style:none}a{text-decoration:none}a,img,button,span,ion-icon,label,input,textarea{display:block}button{font:inherit;background:none;border:none;cursor:pointer}textarea,input{font:inherit;background:none;border:none;width:100%}:is(input,textarea):focus{outline:none}:focus{outline-offset:4px}html{font-family:var(--ff-poppins);scroll-behavior:smooth}body{background:var(--white);overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--white)}::-webkit-scrollbar-thumb{background:gray}.container{padding:0 15px}.h1,.h2,.h3{font-weight:var(--fw-600);line-height:1.3;text-transform:capitalize}.h1{color:var(--oxford-blue);font-size:var(--fs-1)}.h2{font-size:var(--fs-2)}.h3{color:var(--oxford-blue);font-size:var(--fs-3)}.h4{color:var(--royal-blue-dark);font-size:var(--fs-5);font-weight:var(--fw-600)}.btn{font-size:var(--fs-6);text-transform:uppercase;font-weight:var(--fw-600);padding:10px 40px;border:1px solid;border-radius:6px}.btn-primary{background:var(--bittersweet);border-color:var(--bittersweet);color:var(--white)}.btn-primary:is(:hover,:focus){--bittersweet: hsl(2, 90%, 65%)}.btn-secondary:is(:hover,:focus){background:#ffffff1a}.navbar-menu-btn{font-size:30px;padding:5px}.navbar{position:absolute;top:calc(100% - 15px);left:15px;right:15px;background:var(--maximum-yellow-red);max-height:0;visibility:hidden;pointer-events:none;transition:var(--transition);transform-origin:top;overflow:hidden}.navbar.active{visibility:visible;pointer-events:all;max-height:280px}.navbar-list{padding:10px}.nav-item:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.2)}.nav-link{font-size:var(--fs-6);color:var(--royal-blue-dark);font-weight:var(--fw-600);padding:15px 10px;opacity:0;transition:opacity var(--transition)}.nav-link:is(:hover,:focus){background:#ff66614d}.navbar.active .nav-link{transition-delay:.2s;opacity:1}.navbar .btn-primary{display:none}header{position:relative;padding:35px 0;z-index:2}header .container{display:flex;justify-content:space-between;align-items:center}.logo img{width:70px;height:auto;max-width:100%;display:block}.logo img{width:100px;height:auto;display:block;max-width:100%}.logo{display:flex;align-items:center;justify-content:center;min-width:50px;min-height:50px}@keyframes cat-shake{0%{transform:rotate(0)}25%{transform:rotate(-3deg)}50%{transform:rotate(3deg)}75%{transform:rotate(-2deg)}to{transform:rotate(0)}}.logo:hover img{animation:cat-shake .3s ease-in-out forwards}@media(max-width:1024px){header .container{align-items:center;gap:12px}.navbar-menu-btn{margin-left:auto}.navbar{position:absolute;top:calc(100% + 10px);left:0;right:0;margin:0;background:var(--white);border-radius:14px;box-shadow:0 18px 45px #0000001f;max-height:0;overflow:hidden}.navbar.active{max-height:80vh;visibility:visible;pointer-events:all;padding-bottom:8px}.navbar-list{display:flex;flex-direction:column;gap:6px;padding:12px 16px}.nav-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.06)}.nav-link{color:var(--oxford-blue);opacity:1;padding:12px 6px}.navbar .btn-primary{display:block;margin:12px 16px 16px;text-align:center}}@media(min-width:1025px){.navbar{position:static;background:transparent;max-height:none;visibility:visible;pointer-events:auto;display:flex;align-items:center;gap:18px;box-shadow:none;transform:none}.navbar-list{display:flex;padding:0;gap:10px}.nav-item:not(:last-child){border:none}.nav-link{opacity:1;padding:10px 12px}.navbar .btn-primary{display:inline-block}.navbar-menu-btn{display:none}}.hero{position:relative;padding:130px 0 140px;z-index:1;min-height:80vh}.hero-content{text-align:center}.hero-title,.hero-text{margin-bottom:40px}.hero-text{font-size:var(--fs-4);color:var(--oxford-blue)}.hero .btn-primary{margin-inline:auto}.hero-banner{display:none}.shape-content{position:absolute;width:900px;top:-230px;right:-300px;z-index:-1}.btn-primary{color:#fff;text-decoration:none;display:inline-block;padding:10px 20px;background-color:#ff6661;border-radius:5px;transition:background-color .3s ease,transform .3s ease}.btn-primary:hover{background-color:#e55a55;transform:translateY(-2px)}.reveal-item{opacity:0;transition:opacity .3s ease-out,transform .3s ease-out;will-change:opacity,transform}.slide-from-left{transform:translate(-30px)}.slide-from-right{transform:translate(30px)}.fade-in-up{transform:translateY(20px)}.reveal-item.is-visible{opacity:1;transform:translate(0)}.hero-title.reveal-item{transition-delay:0s}.hero-text.reveal-item{transition-delay:.05s}.hero .btn-primary.reveal-item{transition-delay:.1s}.about{position:relative;z-index:1;background:url(/assets/images/about-bg.png) no-repeat;background-position:center;background-size:cover;padding:110px 0;text-align:left}.about-top{margin-bottom:90px;text-align:left}.about .h2{color:var(--white)}.about-top .section-title{margin-bottom:16px}.about-top .section-text{color:var(--white);font-size:var(--fs-4);margin-bottom:36px}.about-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;align-items:stretch}.about-card{background:var(--white);padding:28px;border-radius:14px;box-shadow:0 8px 24px #00000014;display:flex;gap:16px;align-items:flex-start;text-align:left}.card-icon{color:var(--bittersweet);font-size:42px;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff4f1;flex-shrink:0;margin:0}.card-icon-img{width:40px;height:40px;object-fit:contain}.about-card .card-title{margin-bottom:10px}.about-card .card-text{color:var(--davys_gray, #4a4a4a);line-height:1.6}.about-bottom-banner{margin-bottom:90px}.about-bottom-banner img{width:100%;height:100%}.about-bottom .section-title{margin-bottom:16px}.about-bottom .section-text{color:var(--white);font-size:var(--fs-4);margin-bottom:26px}.about-bottom .btn-secondary{color:var(--black);margin-inline:0}.container{max-width:1200px;margin:0 auto;padding:20px}.about-top{margin-bottom:40px}.section-title{font-size:2.5rem;margin-bottom:20px;color:#333}.section-text{font-size:1.1rem;color:#666;max-width:800px;margin:0 auto 40px;line-height:1.6}.about-list{list-style:none;padding:0}.about-card:hover{transform:translateY(-6px)}.about-bottom{display:flex;align-items:center;gap:40px;margin-top:60px}.about-bottom-banner{flex:0 0 40%;max-width:480px}.about-banner{width:100%;border-radius:16px;box-shadow:0 10px 30px #0000001f}.about-bottom-content{flex:1;min-width:0;text-align:left}.btn{display:inline-block;padding:12px 30px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-tertiary{background-color:var(--white);color:var(--black)}.btn-tertiary:is(:hover,:focus){background-color:var(--royal-blue-dark);color:var(--white)}.btn-secondary{background:#4e54c8;color:#fff;border:2px solid #4e54c8}.btn-secondary:hover{background:transparent;color:#4e54c8}@media(max-width:900px){.about{padding:80px 0}.about-top{margin-bottom:60px}.about .section-title{font-size:2rem;line-height:1.25}.about .section-text{font-size:1.05rem}.about-list{grid-template-columns:1fr;gap:18px}.about-card{padding:22px;flex-direction:column;align-items:flex-start;gap:12px}.card-icon{width:56px;height:56px;margin-bottom:4px}.about-bottom{flex-direction:column;align-items:flex-start}.about-bottom-banner{width:100%;max-width:100%;min-width:0;order:2}.about-bottom-content{width:100%;order:1}}html{scroll-behavior:smooth}.about-bottom-banner{flex:0 1 50%;min-width:300px}.about-bottom-content{flex:0 1 50%}.about-bottom{display:flex;justify-content:space-between;align-items:center;gap:40px}.about-bottom-banner{flex:0 0 40%;max-width:500px}.about-bottom-content{flex:1;min-width:50%}.section-title{font-size:2.8rem}.section-text{font-size:1.3rem}.about-top .section-title.reveal-item{transition-delay:0s}.about-top .section-text.reveal-item{transition-delay:.05s}.about-list li:nth-child(1) .about-card.reveal-item{transition-delay:.1s}.about-list li:nth-child(2) .about-card.reveal-item{transition-delay:.15s}.about-list li:nth-child(3) .about-card.reveal-item{transition-delay:.2s}.about-bottom-banner.reveal-item{transition-delay:0s}.about-bottom-content .section-title.reveal-item{transition-delay:.05s}.about-bottom-content .section-text.reveal-item{transition-delay:.1s}.about-bottom-content .btn-secondary.reveal-item{transition-delay:.15s}.features-item .item-text{color:var(--rythm);font-size:var(--fs-4)}.features{padding:120px 0;text-align:center}.features .section-title{color:var(--royal-blue-dark);margin-bottom:20px}.features .section-text{color:var(--rythm);font-size:var(--fs-4);margin-bottom:120px}.features-item:first-child{margin-bottom:100px}.features-item-banner{max-width:350px;margin-inline:auto;margin-bottom:60px}.features-item-banner img{width:100%}.features-item .item-title{color:var(--royal-blue-dark);margin-bottom:20px}.features-item .item-text{color:var(--rythm);font-size:var(--fs-4);margin-bottom:15px}.features-item .item-text:last-child{margin-bottom:0}.features .section-title.reveal-item{transition-delay:.1s}.features .section-text.reveal-item{transition-delay:.2s}.features-item:nth-child(1) .features-item-banner.reveal-item{transition-delay:.3s}.features-item:nth-child(1) .item-title.reveal-item{transition-delay:.4s}.features-item:nth-child(1) .item-text:nth-of-type(1).reveal-item{transition-delay:.5s}.features-item:nth-child(1) .item-text:nth-of-type(2).reveal-item{transition-delay:.6s}.features-item:nth-child(2) .features-item-banner.reveal-item{transition-delay:.7s}.features-item:nth-child(2) .item-title.reveal-item{transition-delay:.8s}.features-item:nth-child(2) .item-text:nth-of-type(1).reveal-item{transition-delay:.9s}.features-item:nth-child(2) .item-text:nth-of-type(2).reveal-item{transition-delay:1s}:root{--bittersweet: #FF6B6B;--french-rose: #FF9A8B;--white: #FFFFFF;--fs-1: 2.5rem;--fs-6: 1.1rem;--fw-600: 600}.cta{padding:60px 0;width:100%}.container{max-width:960px;margin:0 auto;padding:0 20px}.cta-card{background:linear-gradient(to top,var(--bittersweet) 0%,var(--french-rose) 100%);padding:80px 36px;border-radius:20px;text-align:center;box-shadow:0 10px 20px #00000026}.cta-title{color:var(--white);font-size:var(--fs-1);font-weight:var(--fw-600);line-height:1.3;margin-bottom:20px}.cta-text{color:var(--white);font-size:var(--fs-6);margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}.cta-form{display:flex;flex-direction:column;align-items:center;gap:20px}.cta input[type=email]{background-color:#fff3;color:var(--white);padding:15px 20px;border:1px solid rgba(255,255,255,.5);border-radius:10px;width:100%;max-width:400px;outline:none;transition:border-color .3s ease,background-color .3s ease}.cta input[type=email]:focus{border-color:var(--white);background-color:#ffffff4d}.cta input::placeholder{color:#fffc}.btn-secondary{background-color:var(--white);color:var(--bittersweet);padding:15px 30px;border:none;border-radius:10px;font-size:var(--fs-6);font-weight:var(--fw-600);cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .2s ease,opacity .2s ease;box-shadow:0 5px 10px #0000001a}.btn-secondary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.btn-secondary:disabled{opacity:.7;cursor:not-allowed;transform:translateY(0)}#successMessage{display:none;background:#e6ffe6;color:#28a745;padding:15px;border-radius:10px;border-left:5px solid #28a745;margin-top:25px;font-weight:500;text-align:left;width:100%;max-width:400px;box-shadow:0 2px 5px #0000000d}@media(max-width:768px){.cta-card{padding:60px 20px}.cta-title{font-size:2rem}.cta-text{font-size:1rem}.cta input[type=email],.btn-secondary,#successMessage{max-width:100%}}@media(max-width:480px){.cta-title{font-size:1.8rem}.cta-text{font-size:.9rem}}.cta-card .cta-title.reveal-item{transition-delay:.1s}.cta-card .cta-text.reveal-item{transition-delay:.2s}.cta-card .cta-form.reveal-item{transition-delay:.3s}.contact{margin-bottom:120px}.contact-content{margin-bottom:50px}.contact-title{color:var(--royal-blue-dark);margin-bottom:60px;text-align:center;font-weight:var(--fw-500)!important}.contact-banner img{width:100%}.input-wrapper{margin-bottom:30px}.input-label{color:var(--oxford-blue);font-size:var(--fs-6);font-weight:var(--fw-600);margin-bottom:10px}.input-field{border-bottom:1px solid var(--platinum);padding:7px 0;font-size:var(--fs-6)}.input-field::placeholder{color:var(--silver-chalice)}textarea{max-height:300px;min-height:100px;height:100px;resize:vertical}footer{background:var(--white-2)}.footer-top{padding:80px 0 50px}.footer-brand{margin-bottom:20px}footer .logo{margin-bottom:30px}.footer-text{color:var(--rythm);font-size:var(--fs-6);margin-bottom:20px}.social-list{display:flex;justify-content:flex-start;gap:20px}.social-link{color:var(--rythm);font-size:var(--fs-4);margin-bottom:10px}.social-link:is(:hover,:focus){color:var(--french-rose)}.footer-link-list:not(:last-child){margin-bottom:30px}.footer-link-list .link-title{margin-bottom:15px}.footer-link{color:var(--cool-gray);font-size:var(--fs-6);margin-bottom:10px;max-width:150px}.footer-link:is(:hover,:focus){color:var(--french-rose)}.footer-bottom{padding:20px 15px;border-top:1px solid hsla(0,0%,18%,.2)}.copyright{color:var(--cool-gray);text-align:center;font-size:var(--fs-6)}.copyright a{display:inline-block;color:var(--cool-gray)}.copyright a:is(:hover,:focus){color:var(--french-rose)}.go-top{position:fixed;bottom:30px;right:30px;z-index:5;width:50px;height:50px;background:linear-gradient(-45deg,var(--maximum-yellow-red),var(--french-rose));box-shadow:0 2px 4px #00000040;display:grid;place-items:center;border-radius:50%;color:var(--white);font-size:22px;opacity:0;visibility:hidden;pointer-events:none;transition:var(--transition)}.go-top.active{opacity:1;visibility:visible;pointer-events:all}@media(min-width:450px){:root{--fs-1: 60px}.h1,.h2{font-weight:var(--fw-700)}.btn{padding-block:15px}.navbar{left:auto;width:300px}.hero{padding:140px 0 160px}.shape-content{top:-70px;right:-260px}.about-card .card-title{padding-inline:40px}.about-bottom-banner{max-width:400px;margin-inline:auto;margin-bottom:40px}.about-bottom-content{padding-inline:50px}.features .h2{--fs-2: 32px}.cta-title{--fs-1: 42px}.cta-form{display:flex;justify-content:center;align-items:flex-end;gap:30px}.cta input{margin-bottom:0}.cta .btn-secondary{min-width:max-content}.contact-title{--fs-2: 32px}.contact-banner{max-width:300px;margin-inline:auto}}@media(min-width:560px){.container{max-width:550px;margin-inline:auto}.navbar-wrapper{position:relative}.navbar{top:calc(100% + 15px);right:0}.hero-content,.about-bottom-content{text-align:left}.hero .btn-primary,.about-bottom .btn-secondary{margin-inline:0}.shape-content{top:-156px;right:-152px}.footer-brand{margin-bottom:40px}.footer-link-box{display:grid;grid-template-columns:1fr 1fr}}@media(min-width:768px){:root{--fs-2: 35px;--fs-4: 20px}.container{max-width:740px}.about-list{grid-template-columns:1fr 1fr}.about-card{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.about-card .card-title{padding-inline:0}.contact-title{--fs-2: 42px}}@media(min-width:1024px){.container{max-width:950px}.navbar-menu-btn{display:none}.navbar{max-height:unset;visibility:visible;position:static;width:auto;background:none;pointer-events:all;overflow:visible;display:flex}.navbar-list{display:flex;align-items:center;gap:10px;margin-right:20px}.nav-link{opacity:1;padding:0 15px}.navbar .btn-primary{display:block}.hero-content{max-width:550px}.hero-banner{display:block;position:absolute;top:50%;right:0;transform:translateY(-50%);width:500px;padding-top:500px;background:url(/assets/images/hero-banner.png) no-repeat;background-size:contain}.about-top .section-text{max-width:650px;margin-inline:auto}.about-list{grid-template-columns:repeat(3,1fr)}.about-bottom{display:flex;justify-content:space-between;align-items:center}.about-bottom-banner{margin-bottom:0;height:330px}.about-bottom-content{padding-inline:0;width:50%}.features :is(.section-title,.section-text){max-width:650px;margin-inline:auto}.features-item{display:flex;align-items:center;gap:50px}.features-item-banner{margin-inline:0;margin-bottom:0}.feature-item-content{width:50%;text-align:left}.features-item:last-child{flex-direction:row-reverse}.cta-card>*{max-width:500px;margin-inline:auto}.contact .container{display:flex;justify-content:space-between;align-items:center;gap:50px}.contact-content{max-width:400px}.contact-title{text-align:left}.contact-form{width:50%}.footer-top .container{display:flex;justify-content:space-between;align-items:center;gap:50px}.footer-brand,.footer-link-list:not(:last-child){margin-bottom:0}.footer-link-box{grid-template-columns:repeat(4,1fr);gap:50px}}@media(min-width:1200px){:root{--fs-2: 42px}.container{max-width:1150px}.hero-banner{right:100px}.about-bottom-banner{height:400px}.features .h2{--fs-2: 42px}.features :is(.section-title,.section-text){max-width:850px}}.go-top{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#ff6b6b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9998;box-shadow:0 2px 10px #0003;transition:opacity .3s}.go-top{right:auto;left:20px}
