@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
.footer-content{color:#1a1a1a;flex-direction:column;gap:40px;padding:40px 0;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.footer-logo{flex:200px}.footer-logo img{max-width:120px;height:auto}.social-icons{gap:12px;margin-top:12px;display:flex}.footer-links{flex:150px}.footer-links h6{color:#1a1a1a;margin-bottom:12px}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links ul li{margin-bottom:8px}.footer-links ul li a{color:#1a1a1a;text-decoration:none;transition:color .2s ease-in-out}.footer-links ul li a:hover{color:#4a148c}.footer-bottom{color:#1a1a1a;border-top:1px solid rgba(0,0,0,.1);flex-direction:column;align-items:center;gap:12px;padding-top:16px;font-size:14px;display:flex}.footer-bottom-links{flex-wrap:wrap;gap:8px;display:flex}.footer-bottom-links a{color:#1a1a1a;text-decoration:none}.footer-bottom-links a:hover{color:#4a148c}@media screen and (max-width:768px){.footer-top{flex-direction:column;gap:24px}.footer-logo,.footer-links{flex:100%}.footer-bottom{font-size:13px}}
body{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.box{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.sans-class{color:#fff;margin:0;font-family:Poppins,sans-serif;font-weight:500}.btn-unstyled{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit}.gradient-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#4a148c 0%,#7b1fa2 35%,#ff6b9d 70%,#56c4b0 100%) 0 0/200% 200%;border:none;border-radius:12px;padding:14px 32px;font-family:Poppins,sans-serif;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px rgba(74,20,140,.35),0 2px 8px rgba(255,107,157,.15)}.gradient-btn:hover{background-position:100% 100%;transform:translateY(-2px);box-shadow:0 12px 36px rgba(74,20,140,.5),0 4px 16px rgba(255,107,157,.25)}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}*{transition:color .25s,background .25s,border-color .25s,opacity .25s}button,a{font-family:Poppins,sans-serif!important}a{color:inherit;text-decoration:none;transition:color .25s ease-in-out}a:hover{color:#56c4b0;letter-spacing:.2px}img,svg{max-width:100%;height:auto}.hide-mobile{display:block}.show-mobile{display:none}@media screen and (max-width:768px){.hide-mobile{display:none}.show-mobile{display:block}}.footer-content{color:#1a1a1a;flex-direction:column;gap:40px;padding:40px 0;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.footer-logo{flex:200px}.footer-logo img{max-width:120px;height:auto}.social-icons{gap:12px;margin-top:12px;display:flex}.footer-links{flex:150px}.footer-links h6{color:#1a1a1a;margin-bottom:12px}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links ul li{margin-bottom:8px}.footer-links ul li a{color:#1a1a1a;text-decoration:none;transition:color .25s ease-in-out}.footer-links ul li a:hover{color:#56c4b0}.footer-bottom{color:#1a1a1a;border-top:1px solid rgba(0,0,0,.2);flex-direction:column;align-items:center;gap:12px;padding-top:16px;font-size:14px;display:flex}.footer-bottom-links{flex-wrap:wrap;gap:8px;display:flex}.footer-bottom-links a{color:#1a1a1a;text-decoration:none}.footer-bottom-links a:hover{color:#56c4b0}@media screen and (max-width:768px){.footer-top{flex-direction:column;gap:24px}.footer-logo,.footer-links{flex:100%}.footer-bottom{font-size:13px}}
header{z-index:100;-webkit-backdrop-filter:blur(20px);background:rgba(255,255,255,.82);border-bottom:1px solid rgba(74,20,140,.07);transition:background .35s,box-shadow .35s;position:-webkit-sticky;position:sticky;top:0}header.scrolled{background:rgba(255,255,255,.96);box-shadow:0 2px 28px rgba(74,20,140,.1)}.nav-inner{justify-content:space-between;align-items:center;gap:32px;height:72px;display:flex}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-links{flex:1;justify-content:center;align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#3a3a4c;letter-spacing:.2px;border-radius:8px;align-items:center;gap:7px;padding:8px 14px;font-family:Poppins,sans-serif;font-size:15px;font-weight:450;text-decoration:none;transition:color .22s;display:inline-flex;position:relative}.nav-link:after{content:"";transform-origin:0;background:linear-gradient(90deg,#4a148c,#ff6b9d);border-radius:2px;height:2px;transition:transform .25s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:3px;left:14px;right:14px;transform:scaleX(0)}.nav-link:hover{color:#4a148c}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:#4a148c;font-weight:500}.nav-badge{letter-spacing:.5px;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#4a148c,#ff6b9d);border-radius:20px;padding:2px 7px;font-size:9.5px;font-weight:700;line-height:1.5}.nav-actions{flex-shrink:0}.nav-cta{letter-spacing:.35px;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#4a148c 0%,#7b1fa2 50%,#ff6b9d 100%) 0%/200% 200%;border-radius:50px;align-items:center;gap:6px;padding:10px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background-position .4s,box-shadow .3s,transform .2s;display:inline-flex;box-shadow:0 4px 18px rgba(74,20,140,.28)}.nav-cta:hover{color:#fff;background-position:100%;transform:translateY(-1px);box-shadow:0 6px 28px rgba(74,20,140,.4)}.nav-cta:active{transform:translateY(0)}.nav-hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;transition:background .2s;display:none}.nav-hamburger:hover{background:rgba(74,20,140,.06)}.nav-hamburger__bar{background:#3a3a4c;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-backdrop{-webkit-backdrop-filter:blur(3px);z-index:200;opacity:0;pointer-events:none;background:rgba(10,6,20,.4);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.nav-backdrop.is-open{opacity:1;pointer-events:auto}.nav-drawer{z-index:300;background:#fff;flex-direction:column;width:min(320px,88vw);transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-drawer:before{content:"";background:linear-gradient(90deg,#4a148c,#7b1fa2,#ff6b9d,#56c4b0);flex-shrink:0;height:4px;display:block}.nav-drawer.is-open{transform:translate(0);box-shadow:-8px 0 56px rgba(74,20,140,.18)}.nav-drawer__header{border-bottom:1px solid rgba(74,20,140,.07);justify-content:space-between;align-items:center;padding:20px 24px 18px;display:flex}.nav-drawer__close{cursor:pointer;color:#5a5a6e;background:rgba(74,20,140,.05);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.nav-drawer__close:hover{color:#4a148c;background:rgba(74,20,140,.12)}.nav-drawer__links{flex-direction:column;flex:1;gap:2px;margin:0;padding:20px 16px;list-style:none;display:flex}.nav-drawer__link{color:#3a3a4c;letter-spacing:.15px;border-radius:12px;align-items:center;gap:8px;padding:13px 16px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;text-decoration:none;transition:background .2s,color .2s,font-weight .1s;display:flex}.nav-drawer__link:hover,.nav-drawer__link.active{color:#4a148c;background:rgba(74,20,140,.06);font-weight:500}.nav-drawer__footer{border-top:1px solid rgba(74,20,140,.07);padding:20px 24px 28px}.nav-cta--full{border-radius:14px;justify-content:center;width:100%;padding:14px 22px;font-size:15px}@media screen and (max-width:900px){.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}.nav-inner{height:64px}}
