@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#0a0f24;color:#1a1f36}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;transition:background-color .4s ease,box-shadow .4s ease,opacity .8s ease,transform .8s ease;background:transparent;opacity:0;transform:translateY(-20px)}.navbar--visible{opacity:1;transform:translateY(0)}.navbar--scrolled{background:#0a0f24f2;box-shadow:0 2px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar__logo{display:flex;align-items:baseline;gap:2px;animation:fadeInDown .8s ease forwards;cursor:pointer}.navbar__logo-v{font-size:1.8rem;font-weight:300;color:#fff;letter-spacing:2px;font-family:Inter,sans-serif}.navbar__logo-text{font-size:1.8rem;font-weight:700;color:#fff;letter-spacing:3px;font-family:Inter,sans-serif}.navbar__logo-tagline{font-size:.5rem;color:#fff9;letter-spacing:1.5px;margin-left:8px;text-transform:uppercase}.navbar__links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;animation:fadeInDown .8s ease .2s forwards;opacity:0}.navbar__link{color:#ffffffd9;text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:1.5px;position:relative;padding-bottom:4px;transition:color .3s ease}.navbar__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#4facfe,#00f2fe);transition:width .3s ease}.navbar__link:hover{color:#fff}.navbar__link:hover:after{width:100%}.navbar__link--active{color:#fff}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.navbar__hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.navbar__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.navbar__hamburger{display:flex}.navbar__links{position:fixed;top:0;right:-100%;width:70%;height:100vh;flex-direction:column;background:#0a0f24fa;padding:5rem 2rem 2rem;gap:2rem;transition:right .4s ease;opacity:1;animation:none}.navbar__links--open{right:0}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;animation:zoomBg 20s alternate infinite ease-in-out}@keyframes zoomBg{0%{transform:scale(1)}to{transform:scale(1.15)}}.hero__overlay{position:absolute;inset:0;background:radial-gradient(circle at center,#0a0f2466,#0a0f24d9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.hero__content{position:relative;z-index:2;text-align:center;padding:3rem 4rem;max-width:900px;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;align-items:center}.hero__badge{background:#2563eb26;color:#60a5fa;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(37,99,235,.3);letter-spacing:1px;text-transform:uppercase;display:inline-block}.hero__title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-1.5px}.hero__gradient-text{background:linear-gradient(to right,#4facfe,#00f2fe,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shine 4s linear infinite}@keyframes shine{to{background-position:200% center}}.hero__subtitle{font-size:1.25rem;color:#fffc;line-height:1.6;margin-bottom:2.5rem;font-weight:300;max-width:700px}.hero__cta{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;box-shadow:0 0 20px #2563eb80;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero__cta:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px #2563ebb3}.hero__cta:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 60%);transform:scale(0);transition:transform .6s}.hero__cta:hover:after{transform:scale(1)}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:5;opacity:.7}.mouse{width:26px;height:42px;border:2px solid rgba(255,255,255,.6);border-radius:20px;position:relative}.wheel{width:4px;height:8px;background:#fff;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollMouse 1.5s infinite}.scroll-text{font-size:.75rem;color:#fff9;letter-spacing:1px;text-transform:uppercase}@keyframes scrollMouse{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,15px);opacity:0}}.hero__anim{opacity:0;transform:translateY(30px);transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1)}.hero--visible .hero__anim--1{opacity:1;transform:translateY(0);transition-delay:.2s}.hero--visible .hero__anim--2{opacity:1;transform:translateY(0);transition-delay:.4s}.hero--visible .hero__anim--3{opacity:1;transform:translateY(0);transition-delay:.6s}.hero--visible .hero__anim--4{opacity:1;transform:translateY(0);transition-delay:.8s}@media(max-width:768px){.hero__title{font-size:2.8rem}.hero__content{padding:2rem 1.5rem;margin:1rem;background:#0a0f2499}.hero__subtitle{font-size:1rem}}.painpoint{position:relative;padding:4rem 2rem;background:linear-gradient(135deg,#f0f9ff,#dbeafe);background-attachment:fixed;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center}.painpoint__content{position:relative;z-index:2;width:100%;max-width:1100px;height:80vh;display:flex;flex-direction:column;justify-content:center}.painpoint__card-wrapper{position:absolute;width:320px;opacity:0;z-index:1;transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1);perspective:1000px}.painpoint__card{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:2rem;box-shadow:0 15px 35px #0000000d;border:1px solid rgba(255,255,255,.6);width:100%;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease,background .4s ease}.painpoint__icon{font-size:2.5rem;margin-bottom:1rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.painpoint__card h3{font-size:1.4rem;color:#1a2550;margin-bottom:.8rem;font-weight:700}.painpoint__card p{font-size:1rem;color:#475569;line-height:1.6}.painpoint__card-wrapper--1{top:0%;left:2%;transform:translate(-50px) rotate(-3deg);z-index:1}.painpoint--visible .painpoint__card-wrapper--1{opacity:1;animation:enterCard1 1.2s cubic-bezier(.22,1,.36,1) forwards}.painpoint__card-wrapper--2{top:20%;right:-2%;transform:translate(50px) rotate(2deg);z-index:2}.painpoint__card-wrapper--2 .painpoint__card{border-left:4px solid #ef4444;background:linear-gradient(135deg,#fffc,#fef2f2cc)}.painpoint--visible .painpoint__card-wrapper--2{opacity:1;animation:enterCard2 1.2s cubic-bezier(.22,1,.36,1) .1s forwards}.painpoint__card-wrapper--3{bottom:5%;left:50%;width:600px;margin-left:-300px;transform:translateY(50px);z-index:5;padding-bottom:3rem}.painpoint__card-wrapper--3 .painpoint__card{text-align:center;background:linear-gradient(180deg,#ffffffe6,#eff6ff);border:1px solid rgba(37,99,235,.2);box-shadow:0 20px 50px #2563eb26}.painpoint--visible .painpoint__card-wrapper--3{opacity:1;animation:enterCard3 1.2s cubic-bezier(.22,1,.36,1) .2s forwards}.painpoint__card-wrapper:hover{z-index:50!important}.painpoint__card-wrapper:hover .painpoint__card{transform:scale(1.08) translateY(-10px) translateZ(20px);box-shadow:0 40px 80px #0003;background:#fff;border-color:#ffffffe6}.painpoint__highlight{font-size:1.5rem!important;color:#2563eb!important;font-weight:700;margin-bottom:1rem}@keyframes enterCard1{0%{opacity:0;transform:translate(-50px) rotate(-3deg) scale(.6) translateZ(-100px)}to{opacity:1;transform:translate(-50px) rotate(-3deg) scale(1) translateZ(0)}}@keyframes enterCard2{0%{opacity:0;transform:translate(50px) rotate(2deg) scale(.6) translateZ(-100px)}to{opacity:1;transform:translate(50px) rotate(2deg) scale(1) translateZ(0)}}@keyframes enterCard3{0%{opacity:0;transform:translateY(100px) scale(.6) translateZ(-100px)}to{opacity:1;transform:translateY(0) scale(1) translateZ(0)}}@keyframes floatCard1{0%,to{transform:translate(0) rotate(-3deg)}50%{transform:translateY(-10px) rotate(-2deg)}}@keyframes floatCard2{0%,to{transform:translate(0) rotate(2deg)}50%{transform:translateY(-10px) rotate(3deg)}}.painpoint__cta{display:inline-block;padding:1rem 3rem;margin-top:1.5rem;background:#0f172a;color:#fff;font-weight:600;border-radius:50px;text-decoration:none;box-shadow:0 10px 20px #0f172a33;transition:transform .3s ease,box-shadow .3s ease}.painpoint__cta:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 30px #2563eb4d}@media(max-width:900px){.painpoint{height:auto;min-height:auto;padding:4rem 1.5rem}.painpoint__content{height:auto;display:flex;flex-direction:column;gap:2rem;padding:2rem 0}.painpoint__card-wrapper{position:relative;width:100%;inset:auto!important;margin:0!important;transform:none!important}.painpoint__card{width:100%;transform:none!important}.painpoint--visible .painpoint__card-wrapper{animation:none!important;transform:none!important;opacity:1}.painpoint__card-wrapper--3{width:100%;margin-left:0}}.difference{padding:2rem;background:linear-gradient(135deg,#f0f9ff,#dbeafe);background-attachment:fixed;text-align:center;overflow:hidden;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.difference__title{font-size:3rem;font-weight:800;color:#1a2550;margin-bottom:2rem;line-height:1.1;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;position:relative;z-index:2}.difference--visible .difference__title{opacity:1;transform:translateY(0)}.difference__highlight{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.difference__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto 2rem;position:relative;z-index:2}.difference__card{background:linear-gradient(145deg,#fff,#f1f7ff);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 1.5rem;border-radius:16px;box-shadow:0 10px 20px -5px #0000000d,0 5px 10px -5px #00000005;transition:transform 1s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,border-color .4s ease;display:flex;flex-direction:column;align-items:center;opacity:0;cursor:default;border:1px solid rgba(255,255,255,.8)}.difference__card:nth-child(1){transform:translate(-50vw,-50vh)}.difference__card:nth-child(2){transform:translateY(-50vh)}.difference__card:nth-child(3){transform:translate(50vw,-50vh)}.difference__card:nth-child(4){transform:translate(-50vw,50vh)}.difference__card:nth-child(5){transform:translateY(50vh)}.difference__card:nth-child(6){transform:translate(50vw,50vh)}.difference--visible .difference__card{opacity:1;transform:translate(0)}.difference__card:hover{transform:translateY(-12px);box-shadow:0 25px 50px -12px #2563eb40;border-color:#2563eb4d;z-index:10}.difference__icon-wrapper{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;padding:1.2rem;border-radius:50%;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #2563eb1a}.difference__icon-wrapper svg{animation:floatIcon 3s ease-in-out infinite}.difference__card:nth-child(odd) .difference__icon-wrapper svg{animation-duration:3.5s}.difference__card:nth-child(2n) .difference__icon-wrapper svg{animation-duration:4s;animation-delay:.5s}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.difference__card:hover .difference__icon-wrapper{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;transform:scale(1.15) rotate(5deg);box-shadow:0 10px 20px -5px #2563eb66}.difference__card:hover .difference__icon-wrapper svg{animation:none}.difference--visible .difference__card{opacity:1;transform:translate(0);animation:cardBreathe 5s ease-in-out infinite alternate}.difference__card:nth-child(2n){animation-delay:1s}.difference__card:nth-child(3n){animation-delay:2s}@keyframes cardBreathe{0%{box-shadow:0 10px 20px -5px #0000000d,0 5px 10px -5px #00000005}to{box-shadow:0 15px 30px -5px #2563eb1a,0 8px 15px -5px #2563eb0d}}.difference__text{color:#334155;font-size:.95rem;line-height:1.5;font-weight:500}.difference__footer{max-width:700px;margin:0 auto;color:#475569;font-size:1rem;line-height:1.6;opacity:0;transform:translateY(20px);transition:opacity .8s ease .6s,transform .8s ease .6s;position:relative;z-index:2}.difference--visible .difference__footer{opacity:1;transform:translateY(0)}@media(max-width:900px){.difference__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.difference__grid{grid-template-columns:1fr}.difference__title{font-size:2rem}}.ease{min-height:100vh;padding:6rem 2rem;background:linear-gradient(135deg,#f0f9ff,#dbeafe);background-attachment:fixed;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.ease__container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}.ease__content{position:relative}.ease__title,.ease__tagline,.ease__text,.ease__benefit{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,.8,.2,1)}.ease-visible .ease__title{opacity:1;transform:translateY(0);transition-delay:.1s}.ease-visible .ease__tagline{opacity:1;transform:translateY(0);transition-delay:.3s}.ease-visible .ease__text{opacity:1;transform:translateY(0);transition-delay:.5s}.ease-visible .ease__benefit:nth-child(1){opacity:1;transform:translate(0);transform:translateY(0);transition-delay:.7s}.ease-visible .ease__benefit:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.9s}.ease__title{font-size:3.5rem;font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:.5rem;letter-spacing:-.02em}.ease__subtitle-highlight{display:block;font-size:1.8rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-top:.5rem;letter-spacing:-.01em}.ease__tagline{font-size:1.5rem;font-weight:500;color:#475569;margin-bottom:2.5rem;position:relative;padding-left:1.5rem;border-left:5px solid #3b82f6;margin-top:1.5rem}.ease__text{font-size:1.1rem;color:#64748b;line-height:1.8;margin-bottom:2.5rem;max-width:90%}.ease__highlight{color:#1e293b;font-weight:700;position:relative;z-index:1}.ease__highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:#3b82f633;z-index:-1;transform:skew(-10deg)}.ease__benefits{display:flex;flex-direction:column;gap:1.2rem}.ease__benefit{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:#334155;font-weight:600;padding:.8rem 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;width:fit-content;transform:translate(-20px);opacity:0}.ease__benefit{transform:translate(-20px)}.ease-visible .ease__benefit{transform:translate(0)}.ease__benefit:hover{transform:translate(10px)!important;box-shadow:0 10px 15px -3px #0000001a;border-color:#bfdbfe;transition-delay:0s}.ease__icon{color:#22c55e;min-width:24px}.ease__image-wrapper{position:relative;width:100%;height:550px;opacity:0;transform:translate(50px);transition:all 1s cubic-bezier(.2,.8,.2,1) .2s}.ease-visible .ease__image-wrapper{opacity:1;transform:translate(0)}.ease__image-wrapper:before{content:"";position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:2px dashed #cbd5e1;border-radius:30px;z-index:0}.ease__image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:30px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000026;border:1px solid rgba(255,255,255,.5);z-index:1}.ease__person-mockup{position:absolute;bottom:0;right:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80) center/cover no-repeat;transition:transform .8s ease}.ease__image-wrapper:hover .ease__person-mockup{transform:scale(1.05)}.ease__float-card{position:absolute;top:60%;left:-15%;width:360px;background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.8rem;border-radius:24px;box-shadow:0 25px 50px #00000026;border:1px solid rgba(255,255,255,.6);display:flex;gap:1.2rem;align-items:flex-start;z-index:10;opacity:0;transform:translateY(30px) scale(.9);transition:all .6s cubic-bezier(.34,1.56,.64,1) .8s}.ease__float-card:after{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(135deg,#fffc,#fff3);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.ease-visible .ease__float-card{opacity:1;transform:translateY(0) scale(1);animation:float 6s ease-in-out infinite 2s}.ease__float-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;padding:1rem;border-radius:16px;box-shadow:0 4px 6px #2563eb1a}.ease__float-content h4{font-size:1.2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.ease__float-content p{font-size:.95rem;color:#64748b;line-height:1.6}@keyframes float{0%,to{transform:translateY(0);box-shadow:0 25px 50px #00000026}50%{transform:translateY(-12px);box-shadow:0 35px 60px #0003}}@media(max-width:968px){.ease__container{grid-template-columns:1fr;gap:4rem}.ease{padding:4rem 1.5rem}.ease__title{font-size:2.5rem}.ease__image-wrapper{height:400px;order:1}.ease__float-card{left:50%;transform:translate(-50%) translateY(20px)!important;width:90%;bottom:-30px;top:auto}.ease-visible .ease__float-card{transform:translate(-50%) translateY(0)!important;animation:none}}.impact{min-height:auto;padding:3rem 2rem;background:linear-gradient(135deg,#f0f9ff,#dbeafe);background-attachment:fixed;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;text-align:center}.impact__container{max-width:1300px;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;gap:3rem}.impact__header{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,.8,.2,1)}.impact-visible .impact__header{opacity:1;transform:translateY(0)}.impact__title{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.impact__subtitle{font-size:1.6rem;font-weight:600;color:#3b82f6;margin-bottom:1rem}.impact__description{font-size:1.1rem;color:#64748b;max-width:800px;margin:0 auto;line-height:1.5}.impact__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;justify-content:center;perspective:1000px}@keyframes impactEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.impact__card{background:#fff;border-radius:16px 4px;padding:1.8rem 1rem;box-shadow:0 10px 30px #0000000d;border:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;min-height:220px;opacity:0;transition:all .5s cubic-bezier(.2,.8,.2,1)}.impact-visible .impact__card{animation:impactEntrance .8s cubic-bezier(.2,.8,.2,1) forwards}.impact__card:nth-child(1){animation-delay:0ms}.impact__card:nth-child(2){animation-delay:.15s}.impact__card:nth-child(3){animation-delay:.3s}.impact__card:nth-child(4){animation-delay:.45s}.impact__card:nth-child(5){animation-delay:.6s}.impact__card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000001a}.impact__icon{color:#334155;padding:1rem;border:2px solid #e2e8f0;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.impact__card:hover .impact__icon{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.impact__text{font-size:.95rem;font-weight:600;color:#475569;line-height:1.4}.impact__card--highlight{background:#1e3a8a;border:none;box-shadow:0 15px 35px #1e3a8a4d;z-index:2;transform:scale(1.05) translateY(30px)}.impact-visible .impact__card--highlight{transform:scale(1.05) translateY(0)}.impact__card--highlight:hover{transform:scale(1.08) translateY(-8px);box-shadow:0 20px 40px #1e3a8a66}.impact__card--highlight .impact__icon{color:#fff;border-color:#ffffff4d}.impact__card--highlight:hover .impact__icon{border-color:#fff;background:#ffffff26;color:#fff}.impact__card--highlight .impact__text{color:#e2e8f0}.impact__footer{opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.2,.8,.2,1) .6s;margin-top:-1rem}.impact-visible .impact__footer{opacity:1;transform:translateY(0)}.impact__footer p{font-size:1rem;color:#475569;line-height:1.6}.impact__footer strong{color:#0f172a;font-weight:700;display:block;margin-top:.3rem;font-size:1.1rem}@media(max-width:1200px){.impact__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:800px){.impact__grid{grid-template-columns:repeat(2,1fr)}.impact__title{font-size:2.5rem}}@media(max-width:600px){.impact__grid{grid-template-columns:1fr;gap:1.5rem}.impact__container{gap:3rem}.impact-visible .impact__card--highlight{transform:scale(1) translateY(0)}.impact__card--highlight:hover{transform:translateY(-5px)}}.reach{min-height:auto;padding:4rem 0;background:linear-gradient(135deg,#f0f9ff,#dbeafe);background-attachment:fixed;position:relative;overflow:hidden;text-align:center}.reach__container{width:100%;position:relative;z-index:1;display:flex;flex-direction:column;gap:3rem}.reach__header{max-width:1000px;margin:0 auto;padding:0 2rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,.8,.2,1)}.reach-visible .reach__header{opacity:1;transform:translateY(0)}.reach__title{font-size:3.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.reach__title-highlight{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.reach__subtitle{font-size:1.8rem;font-weight:600;color:#334155;margin-bottom:1.5rem}.reach__description{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:800px;margin:0 auto}.reach__marquee-wrapper{width:100%;overflow:hidden;padding:1rem 0;position:relative;display:flex}.reach__marquee-wrapper:before,.reach__marquee-wrapper:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.reach__marquee-wrapper:before{left:0;background:linear-gradient(to right,#f8fafc 0%,transparent 100%)}.reach__marquee-wrapper:after{right:0;background:linear-gradient(to left,#f8fafc 0%,transparent 100%)}.reach__marquee{display:flex;gap:1.5rem;width:max-content;animation:scroll 30s linear infinite}.reach__marquee:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.reach__card{width:320px;height:180px;border-radius:16px;overflow:hidden;position:relative;flex-shrink:0;cursor:default;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease}.reach__card:hover{transform:scale(1.05)}.reach__card-bg{width:100%;height:100%;background-size:cover;background-position:center;position:absolute;top:0;left:0;transition:transform .5s ease}.reach__card:hover .reach__card-bg{transform:scale(1.1)}.reach__card-overlay{position:absolute;inset:0;background:#0033a0;opacity:.85;mix-blend-mode:multiply;transition:opacity .3s ease}.reach__card-flag{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.2;filter:grayscale(100%) contrast(1.2);z-index:1;pointer-events:none;transform:scale(1.2) rotate(-5deg)}.reach__card-title{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:.05em;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(max-width:768px){.reach__title{font-size:2.5rem}.reach__subtitle{font-size:1.4rem}.reach__card{width:260px;height:150px}}.feature-intro{position:relative;padding:3.5rem 2rem;background:linear-gradient(180deg,#f0f5ff,#e8effe,#f0f5ff);color:#0f172a;overflow:hidden;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center}.feature-intro__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.feature-intro__orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.feature-intro__orb--1{width:500px;height:500px;background:#2563eb14;top:-15%;left:-10%;animation:featureOrb1 12s ease-in-out infinite}.feature-intro__orb--2{width:400px;height:400px;background:#06b6d40f;bottom:-10%;right:-5%;animation:featureOrb2 15s ease-in-out infinite}.feature-intro__orb--3{width:300px;height:300px;background:#7c3aed0d;top:40%;right:20%;animation:featureOrb1 10s ease-in-out infinite reverse}@keyframes featureOrb1{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}@keyframes featureOrb2{0%,to{transform:translate(0)}50%{transform:translate(-30px,20px)}}.feature-intro__container{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.feature-intro__header{text-align:center;max-width:700px}.feature-intro__eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#2563eb;margin-bottom:1.25rem;padding:.45rem 1.4rem;border:1px solid rgba(37,99,235,.2);border-radius:50px;background:#2563eb0f}.feature-intro__title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;line-height:1.05;color:#0f172a;margin-bottom:1.25rem;letter-spacing:-2px}.feature-intro__title-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4 60%,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-intro__subtitle{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:.5rem}.feature-intro__divider{width:80px;height:3px;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:2px;margin:0 auto}.feature-intro__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.feature-intro__card{position:relative;padding:1.25rem;border-radius:16px;background:#ffffffb3;border:1px solid rgba(37,99,235,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:.6rem;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;overflow:hidden;cursor:default}.feature-intro__card:hover{background:#fff;border-color:#2563eb26;box-shadow:0 20px 50px -15px #2563eb1f}.feature-intro__card-glow{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#2563eb,#06b6d4,transparent);opacity:0;transition:opacity .4s ease}.feature-intro__card:hover .feature-intro__card-glow{opacity:1}.feature-intro__card-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2563eb1a,#06b6d414);border:1px solid rgba(37,99,235,.08);display:flex;align-items:center;justify-content:center;color:#2563eb;transition:transform .4s ease,background .4s ease}.feature-intro__card:hover .feature-intro__card-icon{transform:scale(1.1);background:linear-gradient(135deg,#2563eb26,#06b6d41f)}.feature-intro__card-content{display:flex;flex-direction:column;gap:.5rem}.feature-intro__card-title{font-size:.95rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.feature-intro__card-desc{font-size:.82rem;color:#64748b;line-height:1.5}.feature-intro__bottom{text-align:center;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:1rem}.feature-intro__statement{font-size:1.05rem;color:#64748b;line-height:1.7}.feature-intro__statement-highlight{color:#0f172a;font-weight:600}.feature-intro__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border:none;border-radius:50px;cursor:pointer;text-decoration:none;letter-spacing:.3px;transition:transform .3s ease,box-shadow .3s ease}.feature-intro__cta:hover{transform:translateY(-3px);box-shadow:0 12px 30px #2563eb40}@media(max-width:1024px){.feature-intro{padding:5rem 1.5rem;min-height:auto}.feature-intro__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.feature-intro__title{font-size:2.5rem;letter-spacing:-1px}.feature-intro__grid{grid-template-columns:1fr;gap:1rem}.feature-intro__card{padding:1.5rem}}@media(max-width:480px){.feature-intro__title{font-size:2rem}.feature-intro__subtitle{font-size:1rem}}.philosophy{position:relative;padding:6rem 2rem;background:linear-gradient(180deg,#f8faff,#f0f5ff);color:#0f172a;overflow:hidden}.philosophy__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.philosophy__orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.philosophy__orb--1{width:450px;height:450px;background:#2563eb0f;top:-100px;right:-100px;animation:phOrb 10s ease-in-out infinite}.philosophy__orb--2{width:350px;height:350px;background:#7c3aed0a;bottom:-80px;left:-80px;animation:phOrb 14s ease-in-out infinite reverse}@keyframes phOrb{0%,to{transform:translate(0)}50%{transform:translate(25px,-25px)}}.philosophy__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.philosophy__left{display:flex;flex-direction:column;gap:1.5rem}.philosophy__eyebrow{display:inline-block;width:fit-content;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#2563eb;padding:.45rem 1.4rem;border:1px solid rgba(37,99,235,.2);border-radius:50px;background:#2563eb0f}.philosophy__headline{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;color:#0f172a;letter-spacing:-1px}.philosophy__headline-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.philosophy__divider{width:70px;height:3px;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:2px}.philosophy__problem{font-size:1.05rem;color:#64748b;line-height:1.75;max-width:500px}.philosophy__right{display:flex;justify-content:center}.philosophy__solution-card{position:relative;padding:2.5rem;border-radius:24px;background:#ffffffd9;border:1px solid rgba(37,99,235,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 30px #2563eb0f;overflow:hidden;width:100%;max-width:480px}.philosophy__solution-glow{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#2563eb,#06b6d4,transparent)}.philosophy__solution-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.philosophy__benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.philosophy__benefit-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#475569}.philosophy__benefit-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#2563eb1a,#06b6d414);color:#2563eb;flex-shrink:0}.philosophy__solution-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(37,99,235,.08);font-size:.92rem;color:#64748b;line-height:1.6}.philosophy__solution-footer strong{color:#0f172a}@media(max-width:1024px){.philosophy__container{grid-template-columns:1fr;gap:3rem;text-align:center}.philosophy__left{align-items:center}.philosophy__problem{max-width:600px}.philosophy__solution-card{max-width:550px}}@media(max-width:768px){.philosophy{padding:4rem 1.5rem}.philosophy__headline{font-size:1.8rem}.philosophy__solution-card{padding:2rem 1.5rem}}.how-it-works{position:relative;padding:6rem 2rem;background:linear-gradient(180deg,#e8effe,#f0f5ff,#e8effe);color:#0f172a;overflow:hidden}.how-it-works__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.how-it-works__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}.how-it-works__header{text-align:center;max-width:700px}.how-it-works__eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#2563eb;padding:.45rem 1.4rem;border:1px solid rgba(37,99,235,.2);border-radius:50px;background:#2563eb0f;margin-bottom:1.25rem}.how-it-works__headline{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:1rem;letter-spacing:-1px}.how-it-works__headline-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-it-works__description{font-size:1.05rem;color:#64748b;line-height:1.7}.how-it-works__timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;width:100%}.how-it-works__line{position:absolute;top:28px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.2) 15%,rgba(37,99,235,.2) 85%,transparent);z-index:0}.how-it-works__step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.how-it-works__step-number{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid rgba(37,99,235,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;z-index:2;box-shadow:0 4px 12px #2563eb0f;transition:border-color .4s ease,box-shadow .4s ease}.how-it-works__step:hover .how-it-works__step-number{border-color:#2563eb;box-shadow:0 4px 20px #2563eb26}.how-it-works__step-number span{font-size:.85rem;font-weight:700;color:#2563eb;letter-spacing:1px}.how-it-works__step-card{padding:1.75rem 1.25rem;border-radius:20px;background:#fffc;border:1px solid rgba(37,99,235,.06);text-align:center;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease,transform .4s ease;width:100%}.how-it-works__step:hover .how-it-works__step-card{background:#fff;border-color:#2563eb1f;box-shadow:0 16px 40px -10px #2563eb1a;transform:translateY(-4px)}.how-it-works__step-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#2563eb1a,#06b6d414);display:flex;align-items:center;justify-content:center;color:#2563eb;margin:0 auto 1rem;transition:transform .4s ease}.how-it-works__step:hover .how-it-works__step-icon{transform:scale(1.1)}.how-it-works__step-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.how-it-works__step-desc{font-size:.82rem;color:#64748b;line-height:1.6}.how-it-works__bottom{text-align:center}.how-it-works__bottom-text{font-size:1.05rem;color:#64748b;margin-bottom:.5rem}.how-it-works__bottom-highlight{font-size:1.15rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){.how-it-works__timeline{grid-template-columns:repeat(3,1fr)}.how-it-works__line{display:none}}@media(max-width:768px){.how-it-works{padding:4rem 1.5rem}.how-it-works__timeline{grid-template-columns:1fr 1fr;gap:1.25rem}.how-it-works__step-number{width:44px;height:44px}}@media(max-width:480px){.how-it-works__timeline{grid-template-columns:1fr}}.key-modules{position:relative;padding:6rem 2rem;background:linear-gradient(180deg,#f0f5ff,#e8effe,#f0f5ff);color:#0f172a;overflow:hidden}.key-modules__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.key-modules__orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.key-modules__orb--1{width:400px;height:400px;background:#2563eb0f;top:10%;left:-8%;animation:kmOrb 12s ease-in-out infinite}.key-modules__orb--2{width:350px;height:350px;background:#06b6d40d;bottom:5%;right:-5%;animation:kmOrb 15s ease-in-out infinite reverse}@keyframes kmOrb{0%,to{transform:translate(0)}50%{transform:translate(30px,-20px)}}.key-modules__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3.5rem}.key-modules__header{text-align:center;max-width:600px}.key-modules__eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#2563eb;padding:.45rem 1.4rem;border:1px solid rgba(37,99,235,.2);border-radius:50px;background:#2563eb0f;margin-bottom:1.25rem}.key-modules__headline{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-1px}.key-modules__headline-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.key-modules__description{font-size:1.05rem;color:#64748b;line-height:1.7}.key-modules__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;width:100%}.key-modules__card{position:relative;padding:1.75rem 1.5rem;border-radius:20px;background:#ffffffbf;border:1px solid rgba(37,99,235,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;gap:.75rem;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;overflow:hidden;cursor:default}.key-modules__card:hover{background:#fff;border-color:#2563eb1f;box-shadow:0 16px 40px -10px #2563eb1a}.key-modules__card-glow{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#2563eb,#06b6d4,transparent);opacity:0;transition:opacity .4s ease}.key-modules__card:hover .key-modules__card-glow{opacity:1}.key-modules__card-top{display:flex;align-items:center;justify-content:space-between}.key-modules__card-icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#2563eb1a,#06b6d414);border:1px solid rgba(37,99,235,.06);display:flex;align-items:center;justify-content:center;color:#2563eb;transition:transform .4s ease}.key-modules__card:hover .key-modules__card-icon{transform:scale(1.1)}.key-modules__card-number{font-size:2rem;font-weight:800;color:#2563eb14;line-height:1;letter-spacing:-1px;transition:color .4s ease}.key-modules__card:hover .key-modules__card-number{color:#2563eb26}.key-modules__card-title{font-size:1rem;font-weight:700;color:#0f172a}.key-modules__card-desc{font-size:.85rem;color:#64748b;line-height:1.6}@media(max-width:1024px){.key-modules__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.key-modules{padding:4rem 1.5rem}.key-modules__grid{grid-template-columns:1fr}}.controls-section{position:relative;padding:6rem 2rem;background:linear-gradient(180deg,#f8faff,#f0f5ff);color:#0f172a;overflow:hidden}.controls-section__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.controls-section__orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.controls-section__orb--1{width:400px;height:400px;background:#2563eb0d;bottom:-100px;left:-80px;animation:ctrlOrb 12s ease-in-out infinite}.controls-section__orb--2{width:300px;height:300px;background:#7c3aed0a;top:-60px;right:-60px;animation:ctrlOrb 15s ease-in-out infinite reverse}@keyframes ctrlOrb{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.controls-section__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.controls-section__left{display:flex;flex-direction:column;gap:1.5rem}.controls-section__eyebrow{display:inline-block;width:fit-content;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#2563eb;padding:.45rem 1.4rem;border:1px solid rgba(37,99,235,.2);border-radius:50px;background:#2563eb0f}.controls-section__headline{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;letter-spacing:-1px}.controls-section__headline-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.controls-section__intro{font-size:1.05rem;color:#64748b;line-height:1.7}.controls-section__list{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.controls-section__item{display:flex;align-items:center;gap:.75rem}.controls-section__item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#2563eb1a,#06b6d414);color:#2563eb;flex-shrink:0;transition:transform .3s ease}.controls-section__item:hover .controls-section__item-icon{transform:scale(1.1)}.controls-section__item-text{font-size:.95rem;color:#475569}.controls-section__quote{display:flex;align-items:stretch;gap:1rem;margin-top:1rem;padding:1.25rem 1.5rem;border-radius:16px;background:#ffffffb3;border:1px solid rgba(37,99,235,.06);box-shadow:0 4px 12px #2563eb0a}.controls-section__quote-bar{width:3px;border-radius:2px;background:linear-gradient(to bottom,#2563eb,#06b6d4);flex-shrink:0}.controls-section__quote p{font-size:.92rem;color:#64748b;line-height:1.65}.controls-section__quote strong{color:#0f172a}.controls-section__right{display:flex;align-items:center;justify-content:center}.controls-section__visual{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center}.controls-section__visual-ring{position:absolute;border-radius:50%;border:1px solid rgba(37,99,235,.1)}.controls-section__visual-ring--1{width:100%;height:100%;animation:ringPulse 4s ease-in-out infinite}.controls-section__visual-ring--2{width:75%;height:75%;border-color:#2563eb26;animation:ringPulse 4s ease-in-out infinite .5s}.controls-section__visual-ring--3{width:50%;height:50%;border-color:#2563eb33;animation:ringPulse 4s ease-in-out infinite 1s}@keyframes ringPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}.controls-section__visual-lock{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 16px 40px #2563eb33;z-index:1}@media(max-width:1024px){.controls-section__container{grid-template-columns:1fr;gap:3rem;text-align:center}.controls-section__left{align-items:center}.controls-section__item{justify-content:center}.controls-section__quote{text-align:left}.controls-section__visual{width:220px;height:220px}}@media(max-width:768px){.controls-section{padding:4rem 1.5rem}.controls-section__headline{font-size:1.8rem}}.roi{position:relative;padding:6rem 2rem;background:linear-gradient(180deg,#e8effe,#f0f5ff,#f8faff);color:#0f172a;overflow:hidden}.roi__bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.roi__orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.roi__orb--1{width:350px;height:350px;background:#2563eb0f;top:-80px;left:20%;animation:roiOrb 10s ease-in-out infinite}.roi__orb--2{width:300px;height:300px;background:#06b6d40a;bottom:-60px;right:10%;animation:roiOrb 14s ease-in-out infinite reverse}@keyframes roiOrb{0%,to{transform:translate(0)}50%{transform:translate(25px,-15px)}}.roi__container{position:relative;z-index:1;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3.5rem}.roi__header{text-align:center;max-width:650px}.roi__eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#2563eb;padding:.45rem 1.4rem;border:1px solid rgba(37,99,235,.2);border-radius:50px;background:#2563eb0f;margin-bottom:1.25rem}.roi__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-1px}.roi__title-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.roi__subtitle{font-size:1.15rem;font-weight:600;color:#334155;margin-bottom:.75rem}.roi__description{font-size:1rem;color:#64748b;line-height:1.7}.roi__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.roi__card{position:relative;padding:2rem 1.5rem;border-radius:20px;background:#ffffffbf;border:1px solid rgba(37,99,235,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:background .4s ease,border-color .4s ease,box-shadow .4s ease;overflow:hidden;cursor:default}.roi__card:hover{background:#fff;border-color:#2563eb1f;box-shadow:0 16px 40px -10px #2563eb1a}.roi__card-glow{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#2563eb,#06b6d4,transparent);opacity:0;transition:opacity .4s ease}.roi__card:hover .roi__card-glow{opacity:1}.roi__card-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#2563eb1a,#06b6d414);border:1px solid rgba(37,99,235,.06);display:flex;align-items:center;justify-content:center;color:#2563eb;transition:transform .4s ease}.roi__card:hover .roi__card-icon{transform:scale(1.1)}.roi__card-title{font-size:1.05rem;font-weight:700;color:#0f172a}.roi__card-desc{font-size:.88rem;color:#64748b;line-height:1.6}.roi__footer{text-align:center;max-width:600px}.roi__footer-text{font-size:1rem;color:#64748b;line-height:1.7}.roi__footer-text strong{color:#0f172a}@media(max-width:768px){.roi{padding:4rem 1.5rem}.roi__cards{grid-template-columns:1fr;gap:1rem}}.cta-section{position:relative;padding:6rem 1.5rem;color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a,#1e40af);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2940&auto=format&fit=crop);background-size:cover;background-position:center;opacity:.15;mix-blend-mode:overlay;z-index:0}.cta-content{position:relative;z-index:1;max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-headline{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.2,.8,.2,1)}.cta-headline span{color:#60a5fa}.cta-subtext{font-size:1.25rem;color:#e2e8f0;max-width:600px;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.2,.8,.2,1) .2s}.cta-button{background-color:#fff;color:#1e3a8a;font-size:1.25rem;font-weight:700;padding:1rem 3rem;border-radius:50px;border:none;cursor:pointer;box-shadow:0 10px 25px #0003;transition:all .3s ease;margin-top:1rem;opacity:0;transform:translateY(20px) scale(.9);transition:opacity .8s cubic-bezier(.2,.8,.2,1) .4s,transform .3s cubic-bezier(.2,.8,.2,1) .4s,box-shadow .3s ease,background-color .3s ease}.cta-button:hover{transform:translateY(-3px) scale(.95);box-shadow:0 15px 35px #0000004d;background-color:#f8fafc}.cta-button:active{transform:translateY(1px) scale(.95)}.cta-footer-text{font-size:1rem;color:#94a3b8;margin-top:1rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.2,.8,.2,1) .5s}.cta-visible .cta-headline,.cta-visible .cta-subtext,.cta-visible .cta-button,.cta-visible .cta-footer-text{opacity:1;transform:translateY(0)}.cta-visible .cta-button{transform:translateY(0) scale(1)}.cta-visible .cta-button:hover{transform:translateY(-3px) scale(1.02)}@media(max-width:768px){.cta-headline{font-size:2.2rem}.cta-subtext{font-size:1.1rem}.cta-button{width:100%;max-width:300px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;justify-content:center;align-items:center;padding:2rem}.modal-container{background:#fff;width:100%;max-width:1100px;height:90vh;border-radius:12px;position:relative;box-shadow:0 25px 50px -12px #00000040;display:flex;overflow:hidden}.modal-close{position:absolute;top:1rem;right:1.5rem;background:transparent;border:none;cursor:pointer;z-index:100;color:#4b5563;padding:.5rem;border-radius:50%;transition:background .2s}.modal-close:hover{background:#0000000d}.modal-layout{display:flex;width:100%;height:100%}.modal-left{width:45%;background:linear-gradient(135deg,#fff5e6,#e6f3ff);position:relative;overflow:hidden;display:flex;flex-direction:column}.modal-left__content{padding:3rem;position:relative;z-index:2;height:100%;display:flex;flex-direction:column;overflow-y:auto}.modal-brand{display:flex;align-items:baseline;gap:.2rem;margin-bottom:3rem;color:#1a1a1a}.modal-brand__logo-v{font-weight:500;font-size:2rem;color:#fff;color:#111827;margin-right:.1rem}.modal-brand__text{font-weight:700;font-size:2rem;letter-spacing:.1em;color:#111827;margin-right:1rem}.modal-brand__tagline{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#6b7280;text-transform:uppercase;align-self:center;margin-left:.5rem;border-left:1px solid #9ca3af;padding-left:.75rem;line-height:1.2}.modal-left__title{font-size:2.5rem;font-weight:700;line-height:1.1;color:#111827;margin-bottom:1.5rem;font-family:inherit}.modal-left__description{font-size:1.125rem;line-height:1.6;color:#374151;margin-bottom:3rem}.modal-left__features h3{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#111827}.modal-left__features ul{list-style:none;padding:0;margin:0}.modal-left__features li{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:1rem;padding-left:1.25rem;position:relative}.modal-left__features li:before{content:"•";position:absolute;left:0;color:#6b7280}.modal-left__footer{margin-top:auto;font-size:.95rem;color:#4b5563;padding-top:2rem}.modal-right{width:55%;padding:2.5rem 3rem;overflow-y:auto;background:#fff;display:flex;flex-direction:column}.modal-title{font-size:2rem;font-weight:600;color:#111827;margin-bottom:2rem}.demo-form{display:flex;flex-direction:column;gap:1.25rem}.form-group--full{width:100%}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none;display:flex;align-items:center}.input-icon--top{top:1rem;align-items:flex-start}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#111827;background-color:#fff;transition:all .2s ease;outline:none;font-family:inherit}.form-select{padding-left:1rem}.input-with-icon .form-select{padding-left:3rem}.form-select{color:#4b5563}.form-select:valid{color:#111827}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#d1d5db}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-textarea{resize:vertical;min-height:80px}::placeholder{color:#9ca3af;opacity:1}.submit-btn{background-color:#f7553b;background-color:#ea4335;color:#fff;border:none;padding:1rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem;width:100%}.submit-btn:hover{background-color:#d93025}.modal-right::-webkit-scrollbar,.modal-left__content::-webkit-scrollbar{width:8px}.modal-right::-webkit-scrollbar-track,.modal-left__content::-webkit-scrollbar-track{background:transparent}.modal-right::-webkit-scrollbar-thumb,.modal-left__content::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:4px}@media(max-width:900px){.modal-container{flex-direction:column;height:auto;max-height:90vh;overflow-y:auto}.modal-layout{flex-direction:column}.modal-left,.modal-right{width:100%;overflow:visible}.modal-left__content,.modal-right{padding:2rem}.modal-close{color:#111;top:.5rem;right:.5rem}}.about-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0f24,#0d1b3e 40%,#132856)}.about-hero__bg-pattern{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(79,172,254,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,242,254,.06) 0%,transparent 50%),radial-gradient(circle at 60% 80%,rgba(79,172,254,.04) 0%,transparent 50%);z-index:1}.about-hero__grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(79,172,254,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(79,172,254,.03) 1px,transparent 1px);background-size:60px 60px;z-index:1}.about-hero__content{position:relative;z-index:2;text-align:center;padding:8rem 2rem 4rem;max-width:900px}.about-hero__eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#4facfe;margin-bottom:1.5rem;padding:.5rem 1.5rem;border:1px solid rgba(79,172,254,.3);border-radius:50px;background:#4facfe0d}.about-hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.about-hero__title-highlight{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero__subtitle{font-size:1.15rem;color:#ffffffa6;line-height:1.7;max-width:650px;margin:0 auto}.about-hero__subtitle strong{color:#ffffffe6}.about-hero__orb{position:absolute;border-radius:50%;filter:blur(80px);z-index:0}.about-hero__orb--1{width:400px;height:400px;background:#4facfe1f;top:-100px;right:-100px;animation:orbFloat 8s ease-in-out infinite}.about-hero__orb--2{width:300px;height:300px;background:#00f2fe14;bottom:-80px;left:-80px;animation:orbFloat 10s ease-in-out infinite reverse}@keyframes orbFloat{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.about-story{padding:6rem 2rem;background:#fff}.about-story__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story__image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #00000026}.about-story__image-wrapper:before{content:"";position:absolute;inset:0;border-radius:20px;padding:3px;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1}.about-story__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.about-story__text{display:flex;flex-direction:column;gap:1.5rem}.about-story__label{font-size:.75rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#4facfe}.about-story__heading{font-size:2.5rem;font-weight:800;color:#0a0f24;line-height:1.2}.about-story__heading span{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-story__paragraph{font-size:1.05rem;color:#4a5568;line-height:1.8}.about-story__paragraph strong{color:#0a0f24;font-weight:600}.about-story__divider{width:60px;height:3px;background:linear-gradient(90deg,#4facfe,#00f2fe);border:none;border-radius:2px}.about-why{padding:5rem 2rem;background:#f8faff}.about-why__container{max-width:1000px;margin:0 auto;text-align:center}.about-why__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0a0f24;margin-bottom:1rem}.about-why__title-highlight{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-why__subtitle{font-size:1.05rem;color:#4a5568;max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.about-why__pain-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;position:relative}.about-why__alert-icon{width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,#4facfe1a,#00f2fe1a);border:2px solid rgba(79,172,254,.2);display:flex;align-items:center;justify-content:center;color:#4facfe;margin:0 auto .5rem;flex-basis:100%}.about-why__pain-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:12px;background:linear-gradient(135deg,#0d1b3e,#132856);color:#fff;font-size:.92rem;font-weight:500;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0d1b3e26}.about-why__pain-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0d1b3e40}.about-why__pain-icon{display:flex;align-items:center;color:#4facfe;flex-shrink:0}.about-why__bottom{max-width:700px;margin:0 auto}.about-why__bottom-text{font-size:1.05rem;color:#4a5568;line-height:1.7;margin-bottom:1.5rem}.about-why__bottom-highlight{font-size:1.2rem;font-weight:700;color:#0d1b3e;font-style:italic}.about-why__bottom-highlight strong{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-what{padding:5rem 2rem;background:#fff}.about-what__container{max-width:1100px;margin:0 auto;text-align:center}.about-what__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0a0f24;margin-bottom:1rem}.about-what__title-highlight{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-what__subtitle{font-size:1.05rem;color:#4a5568;max-width:650px;margin:0 auto .5rem;line-height:1.7}.about-what__from{font-size:1.15rem;font-weight:700;color:#0a0f24;margin-bottom:2.5rem}.about-what__journey{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:3rem;flex-wrap:wrap}.about-what__step{display:flex;flex-direction:column;align-items:center;position:relative;flex:0 0 auto}.about-what__step-image{width:140px;height:120px;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #0000001a;margin-bottom:.75rem;border:2px solid rgba(79,172,254,.15);transition:transform .3s ease}.about-what__step:hover .about-what__step-image{transform:scale(1.05)}.about-what__step-image img{width:100%;height:100%;object-fit:cover}.about-what__step-label{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;border-radius:8px;background:linear-gradient(135deg,#0d1b3e,#132856);color:#fff;font-size:.82rem;font-weight:600;white-space:nowrap}.about-what__step-label svg{color:#4facfe;flex-shrink:0;width:18px;height:18px}.about-what__step-arrow{position:absolute;right:-18px;top:50px;font-size:1.5rem;color:#4facfe;font-weight:300;z-index:1}.about-what__tagline{font-size:1.15rem;font-weight:600;color:#0a0f24;line-height:1.7}.about-diff{padding:5rem 2rem;background:#f8faff}.about-diff__container{max-width:1000px;margin:0 auto;text-align:center}.about-diff__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0a0f24;margin-bottom:1rem}.about-diff__title-highlight{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-diff__subtitle{font-size:1.05rem;color:#4a5568;line-height:1.7;margin-bottom:.5rem}.about-diff__sub2{font-size:1.05rem;font-weight:600;color:#0a0f24;margin-bottom:2.5rem}.about-diff__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-diff__card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:16px;background:#fff;border:1px solid rgba(79,172,254,.1);box-shadow:0 4px 20px #0000000a;text-align:left;transition:transform .4s ease,box-shadow .4s ease}.about-diff__card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #4facfe1f}.about-diff__card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#4facfe1a,#00f2fe1a);color:#4facfe;flex-shrink:0}.about-diff__card-text{font-size:.95rem;color:#2d3748;font-weight:500;line-height:1.5}.about-team{padding:5rem 2rem;background:#fff}.about-team__container{max-width:1000px;margin:0 auto;text-align:center}.about-team__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0a0f24;margin-bottom:3rem}.about-team__title-highlight{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-team__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about-team__card{padding:2.5rem;border-radius:20px;background:#f8faff;border:1px solid rgba(79,172,254,.1);text-align:left;transition:transform .4s ease,box-shadow .4s ease;position:relative;overflow:hidden}.about-team__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4facfe,#00f2fe)}.about-team__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #4facfe1a}.about-team__card-name{font-size:1.5rem;font-weight:800;color:#0a0f24;margin-bottom:.25rem}.about-team__card-role{display:inline-block;font-size:.85rem;font-weight:600;color:#4facfe;letter-spacing:1px;margin-bottom:1.25rem}.about-team__card-desc{font-size:.95rem;color:#4a5568;line-height:1.75}.about-cta{padding:5rem 2rem;background:linear-gradient(135deg,#0a0f24,#0d1b3e,#132856);text-align:center;position:relative;overflow:hidden}.about-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(79,172,254,.1) 0%,transparent 60%)}.about-cta__container{position:relative;z-index:1;max-width:700px;margin:0 auto}.about-cta__title{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem}.about-cta__subtitle{font-size:1.05rem;color:#fff9;margin-bottom:2.5rem;line-height:1.6}.about-cta__button{display:inline-block;padding:1rem 2.5rem;font-size:1rem;font-weight:600;color:#0a0f24;background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;border-radius:50px;cursor:pointer;letter-spacing:.5px;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.about-cta__button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #4facfe59}@media(max-width:1024px){.about-diff__grid{grid-template-columns:repeat(2,1fr)}.about-what__step-image{width:110px;height:95px}.about-what__step-arrow{right:-14px;top:40px;font-size:1.2rem}}@media(max-width:768px){.about-hero__content{padding:7rem 1.5rem 3rem}.about-hero__title{font-size:2.2rem}.about-story__container{grid-template-columns:1fr;gap:2.5rem}.about-story__heading{font-size:2rem}.about-diff__grid,.about-team__grid{grid-template-columns:1fr}.about-what__journey{gap:1.5rem}.about-what__step-arrow{display:none}.about-what__step-image{width:100px;height:85px}.about-cta__title{font-size:1.6rem}}@media(max-width:480px){.about-why__pain-card{width:100%;justify-content:center}.about-hero__subtitle{font-size:1rem}.about-what__step-image{width:80px;height:70px}.about-what__step-label{font-size:.72rem;padding:.4rem .8rem}}.app{width:100%;min-height:100vh;overflow-x:hidden}
