:root{--sky-blue:#4a90d9;--purple:#6c3cb0;--navy:#1a2a4a;--yellow:#f5c842;--gray-500:#6b7280;--gray-600:#4b5563}.Hero-module__PycF7W__hero{align-items:center;min-height:100vh;padding-top:140px;padding-bottom:90px;display:flex;position:relative;overflow:hidden}.Hero-module__PycF7W__bgImage{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.Hero-module__PycF7W__bgImage img{object-fit:cover;width:100%;height:100%}.Hero-module__PycF7W__overlay{z-index:1;background:linear-gradient(90deg,#0a1428bf 0%,#1a2a4a80 50%,#0a14284d 100%);position:absolute;inset:0}.Hero-module__PycF7W__grid{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__PycF7W__left{color:#fff;flex-direction:column;display:flex}.Hero-module__PycF7W__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;align-items:center;gap:10px;width:max-content;margin-bottom:28px;padding:10px 22px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 18px 40px #4a90d938}.Hero-module__PycF7W__title{color:#fff;letter-spacing:-2px;text-shadow:0 2px 20px #0000004d;margin-bottom:24px;font-size:4rem;font-weight:800;line-height:1.08;animation:.8s Hero-module__PycF7W__titleFade}.Hero-module__PycF7W__subtitle{color:var(--yellow);text-shadow:0 2px 10px #0003;margin-bottom:24px;font-size:2rem;font-weight:700;animation:1s Hero-module__PycF7W__titleFade}.Hero-module__PycF7W__description{color:#ffffffe6;text-shadow:0 1px 10px #0003;max-width:620px;margin-bottom:50px;font-size:1.15rem;line-height:1.9;animation:1.2s Hero-module__PycF7W__titleFade}.Hero-module__PycF7W__categoryGrid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.Hero-module__PycF7W__categoryCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px 18px;transition:all .35s;display:flex;position:relative;overflow:hidden}.Hero-module__PycF7W__categoryCard:before{content:"";opacity:0;background:#ffffff0d;transition:all .35s;position:absolute;inset:0}.Hero-module__PycF7W__categoryCard:hover:before{opacity:1}.Hero-module__PycF7W__categoryCard:after{content:"";background:#ffffff26;border-radius:50%;width:240px;height:240px;transition:all .6s;position:absolute;top:-140px;left:-140px;transform:rotate(30deg)}.Hero-module__PycF7W__categoryCard:hover:after{top:180px;left:180px}.Hero-module__PycF7W__categoryCard:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-8px)}.Hero-module__PycF7W__categoryCard:hover svg{color:var(--yellow);transform:scale(1.15)}.Hero-module__PycF7W__categoryCard svg{color:#fff;width:34px;height:34px;transition:all .35s}.Hero-module__PycF7W__categoryCard span{color:#fff;font-size:.9rem;font-weight:600;line-height:1.4}.Hero-module__PycF7W__right{justify-content:center;align-items:center;display:flex}.Hero-module__PycF7W__formCard{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffeb;border:1px solid #ffffff73;border-radius:32px;width:100%;max-width:460px;padding:38px;transition:transform .3s,box-shadow .3s;animation:.8s Hero-module__PycF7W__cardFade;position:relative;box-shadow:0 25px 70px #0000004d}.Hero-module__PycF7W__formCard:before{content:"";background:linear-gradient(90deg, var(--sky-blue), var(--purple), var(--yellow));border-radius:32px 32px 0 0;width:100%;height:5px;position:absolute;top:0;left:0}.Hero-module__PycF7W__formCard:after{content:"";filter:blur(35px);pointer-events:none;background:#ffffff2e;border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-80px}.Hero-module__PycF7W__formCard:hover{transform:translateY(-6px);box-shadow:0 35px 90px #00000059}.Hero-module__PycF7W__formCard h2{color:var(--navy);margin-bottom:10px;font-size:2rem;font-weight:800}.Hero-module__PycF7W__formCard p{color:var(--gray-600);margin-bottom:30px;line-height:1.7}.Hero-module__PycF7W__formCard form{flex-direction:column;gap:18px;display:flex}.Hero-module__PycF7W__inputGroup{background:#fff;border:1px solid #4a90d914;border-radius:16px;align-items:center;gap:14px;height:58px;padding:0 18px;transition:all .3s;display:flex}.Hero-module__PycF7W__inputGroup:hover{border-color:#4a90d938}.Hero-module__PycF7W__inputGroup:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f}.Hero-module__PycF7W__inputGroup svg{color:var(--sky-blue);flex-shrink:0}.Hero-module__PycF7W__inputGroup input{color:var(--navy);background:0 0;border:none;outline:none;flex:1;font-size:15px}.Hero-module__PycF7W__inputGroup input::placeholder{color:var(--gray-500)}.Hero-module__PycF7W__select{width:100%;height:58px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #4a90d914;border-radius:16px;outline:none;padding:0 18px;font-size:15px;transition:all .3s}.Hero-module__PycF7W__select:hover{border-color:#4a90d938}.Hero-module__PycF7W__select:focus{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f}.Hero-module__PycF7W__formCard textarea{resize:none;background:#fff;border:1px solid #4a90d914;border-radius:18px;outline:none;width:100%;min-height:120px;padding:18px;font-family:inherit;font-size:15px;transition:all .3s}.Hero-module__PycF7W__formCard textarea:hover{border-color:#4a90d938}.Hero-module__PycF7W__formCard textarea:focus{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f}.Hero-module__PycF7W__joinButton{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--yellow), #f59e0b);border:none;border-radius:18px;justify-content:center;align-items:center;gap:12px;height:60px;font-size:16px;font-weight:700;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #f5c84259}.Hero-module__PycF7W__joinButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:120%;height:100%;transition:all .8s;position:absolute;top:0;left:-120%}.Hero-module__PycF7W__joinButton:hover:before{left:130%}.Hero-module__PycF7W__joinButton:hover{transform:translateY(-4px);box-shadow:0 28px 60px #f5c84273}.Hero-module__PycF7W__joinButton svg{width:20px;height:20px}.Hero-module__PycF7W__formCard small{text-align:center;color:var(--gray-500);margin-top:18px;font-size:.82rem;line-height:1.6;display:block}@keyframes Hero-module__PycF7W__cardFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PycF7W__titleFade{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1440px){.Hero-module__PycF7W__grid{gap:60px}.Hero-module__PycF7W__title{font-size:3.6rem}.Hero-module__PycF7W__formCard{padding:32px}}@media (max-width:1200px){.Hero-module__PycF7W__hero{padding-top:120px}.Hero-module__PycF7W__grid{grid-template-columns:1fr;gap:70px}.Hero-module__PycF7W__left{order:1}.Hero-module__PycF7W__right{order:2}.Hero-module__PycF7W__formCard{max-width:600px;margin:0 auto}.Hero-module__PycF7W__categoryGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.Hero-module__PycF7W__hero{padding-top:110px;padding-bottom:80px}.Hero-module__PycF7W__title{text-align:center;font-size:3rem}.Hero-module__PycF7W__subtitle{text-align:center;font-size:1.7rem}.Hero-module__PycF7W__description{text-align:center;margin-inline:auto}.Hero-module__PycF7W__badge{margin-inline:auto}.Hero-module__PycF7W__categoryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Hero-module__PycF7W__hero{padding-top:100px;padding-bottom:70px}.Hero-module__PycF7W__grid{gap:55px}.Hero-module__PycF7W__title{letter-spacing:-1px;text-align:center;font-size:2.4rem}.Hero-module__PycF7W__subtitle{text-align:center;font-size:1.35rem}.Hero-module__PycF7W__description{text-align:center;font-size:1rem;line-height:1.8}.Hero-module__PycF7W__categoryGrid{grid-template-columns:repeat(2,1fr);gap:14px}.Hero-module__PycF7W__categoryCard{padding:18px 14px}.Hero-module__PycF7W__categoryCard span{font-size:.82rem}.Hero-module__PycF7W__formCard{border-radius:24px;padding:28px}.Hero-module__PycF7W__formCard h2{font-size:1.5rem}.Hero-module__PycF7W__inputGroup{height:54px}.Hero-module__PycF7W__joinButton{height:56px}}@media (max-width:480px){.Hero-module__PycF7W__hero{padding-top:90px;padding-bottom:60px}.Hero-module__PycF7W__title{font-size:2rem}.Hero-module__PycF7W__subtitle{font-size:1.15rem}.Hero-module__PycF7W__description{font-size:.95rem}.Hero-module__PycF7W__categoryGrid{grid-template-columns:1fr}.Hero-module__PycF7W__categoryCard{text-align:left;flex-direction:row;justify-content:flex-start;gap:18px}.Hero-module__PycF7W__formCard{padding:22px}.Hero-module__PycF7W__formCard h2{font-size:1.35rem}.Hero-module__PycF7W__formCard p{font-size:.92rem}.Hero-module__PycF7W__joinButton{font-size:15px}}.Hero-module__PycF7W__inputGroup input:focus,.Hero-module__PycF7W__select:focus,.Hero-module__PycF7W__formCard textarea:focus,.Hero-module__PycF7W__joinButton:focus{outline:none}.Hero-module__PycF7W__joinButton:focus-visible{outline-offset:4px;outline:3px solid #4a90d959}
.EarlyAccessForm-module__JliULG__form{flex-direction:column;gap:1rem;width:100%;display:flex}.EarlyAccessForm-module__JliULG__field input,.EarlyAccessForm-module__JliULG__field select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.EarlyAccessForm-module__JliULG__field input:focus,.EarlyAccessForm-module__JliULG__field select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.EarlyAccessForm-module__JliULG__submitButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,opacity .2s;display:flex}.EarlyAccessForm-module__JliULG__submitButton:hover:not(:disabled){background:#1d4ed8}.EarlyAccessForm-module__JliULG__submitButton:disabled{opacity:.7;cursor:not-allowed}.EarlyAccessForm-module__JliULG__successMessage{color:#16a34a;background:#dcfce7;border-radius:8px;margin-top:.5rem;padding:.75rem 1rem;font-size:.95rem}.EarlyAccessForm-module__JliULG__errorMessage{color:#dc2626;background:#fee2e2;border-radius:8px;margin-top:.5rem;padding:.75rem 1rem;font-size:.95rem}
.BusinessPlans-module__0EH_Ia__businessSection{background:linear-gradient(#fff 0%,#f8fbff 45%,#fff 100%);padding:120px 0;position:relative;overflow:hidden}.BusinessPlans-module__0EH_Ia__businessSection:before{content:"";pointer-events:none;background-image:linear-gradient(#4a90d908 1px,#0000 1px),linear-gradient(90deg,#4a90d908 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.BusinessPlans-module__0EH_Ia__sectionHeader{z-index:2;text-align:center;max-width:820px;margin:0 auto 80px;position:relative}.BusinessPlans-module__0EH_Ia__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:28px;padding:10px 24px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 18px 40px #4a90d92e}.BusinessPlans-module__0EH_Ia__title{color:var(--navy);letter-spacing:-1px;margin-bottom:26px;font-size:3.2rem;font-weight:800;line-height:1.15}.BusinessPlans-module__0EH_Ia__title span{color:var(--sky-blue)}.BusinessPlans-module__0EH_Ia__description{color:var(--gray-600);font-size:1.1rem;line-height:1.9}.BusinessPlans-module__0EH_Ia__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.BusinessPlans-module__0EH_Ia__card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #4a90d914;border-radius:28px;flex-direction:column;align-items:flex-start;min-height:340px;padding:38px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #1a2a4a14}.BusinessPlans-module__0EH_Ia__card:hover{border-color:#4a90d947;transform:translateY(-12px);box-shadow:0 35px 90px #4a90d92e}.BusinessPlans-module__0EH_Ia__card:before{content:"";background:linear-gradient(90deg, var(--sky-blue), var(--purple), var(--yellow));width:100%;height:5px;position:absolute;top:0;left:0}.BusinessPlans-module__0EH_Ia__card:after{content:"";filter:blur(40px);pointer-events:none;background:#ffffff2e;border-radius:50%;width:260px;height:260px;transition:all .5s;position:absolute;top:-140px;right:-100px}.BusinessPlans-module__0EH_Ia__card:hover:after{top:-100px;right:-60px}.BusinessPlans-module__0EH_Ia__iconWrapper{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:22px;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:28px;transition:all .35s;display:flex;box-shadow:0 20px 40px #4a90d940}.BusinessPlans-module__0EH_Ia__card:hover .BusinessPlans-module__0EH_Ia__iconWrapper{transform:rotate(-8deg)scale(1.08)}.BusinessPlans-module__0EH_Ia__iconWrapper svg{width:34px;height:34px}.BusinessPlans-module__0EH_Ia__card h3{color:var(--navy);margin-bottom:18px;font-size:1.45rem;font-weight:800}.BusinessPlans-module__0EH_Ia__card p{color:var(--gray-600);flex:1;margin-bottom:28px;font-size:1rem;line-height:1.9}.BusinessPlans-module__0EH_Ia__learnMore{color:var(--sky-blue);align-items:center;gap:10px;font-weight:700;transition:all .3s;display:inline-flex}.BusinessPlans-module__0EH_Ia__learnMore svg{transition:all .3s}.BusinessPlans-module__0EH_Ia__learnMore:hover{color:var(--purple)}.BusinessPlans-module__0EH_Ia__learnMore:hover svg{transform:translate(6px)}.BusinessPlans-module__0EH_Ia__card:hover{background:#ffffffeb}.BusinessPlans-module__0EH_Ia__card:hover h3{color:var(--sky-blue)}.BusinessPlans-module__0EH_Ia__card:hover .BusinessPlans-module__0EH_Ia__learnMore{color:var(--purple)}.BusinessPlans-module__0EH_Ia__card{animation:.7s both BusinessPlans-module__0EH_Ia__fadeUp}.BusinessPlans-module__0EH_Ia__card:nth-child(2){animation-delay:80ms}.BusinessPlans-module__0EH_Ia__card:nth-child(3){animation-delay:.16s}.BusinessPlans-module__0EH_Ia__card:nth-child(4){animation-delay:.24s}.BusinessPlans-module__0EH_Ia__card:nth-child(5){animation-delay:.32s}.BusinessPlans-module__0EH_Ia__card:nth-child(6){animation-delay:.4s}.BusinessPlans-module__0EH_Ia__card:nth-child(7){animation-delay:.48s}.BusinessPlans-module__0EH_Ia__card:nth-child(8){animation-delay:.56s}.BusinessPlans-module__0EH_Ia__card:nth-child(9){animation-delay:.64s}.BusinessPlans-module__0EH_Ia__businessSection:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#4a90d91a,#6c3cb00d,#0000 72%);border-radius:50%;width:700px;height:700px;animation:14s ease-in-out infinite BusinessPlans-module__0EH_Ia__blobMove;position:absolute;bottom:-280px;right:-280px}@media (max-width:1200px){.BusinessPlans-module__0EH_Ia__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.BusinessPlans-module__0EH_Ia__businessSection{padding:100px 0}.BusinessPlans-module__0EH_Ia__sectionHeader{margin-bottom:60px}.BusinessPlans-module__0EH_Ia__title{font-size:2.6rem}.BusinessPlans-module__0EH_Ia__description{font-size:1rem}}@media (max-width:768px){.BusinessPlans-module__0EH_Ia__grid{grid-template-columns:1fr;gap:24px}.BusinessPlans-module__0EH_Ia__title{font-size:2.2rem}.BusinessPlans-module__0EH_Ia__card{min-height:auto;padding:28px}.BusinessPlans-module__0EH_Ia__iconWrapper{width:64px;height:64px}.BusinessPlans-module__0EH_Ia__iconWrapper svg{width:30px;height:30px}.BusinessPlans-module__0EH_Ia__card h3{font-size:1.3rem}}@media (max-width:480px){.BusinessPlans-module__0EH_Ia__businessSection{padding:80px 0}.BusinessPlans-module__0EH_Ia__badge{padding:8px 18px;font-size:.8rem}.BusinessPlans-module__0EH_Ia__title{font-size:1.9rem}.BusinessPlans-module__0EH_Ia__description{font-size:.95rem}.BusinessPlans-module__0EH_Ia__card{border-radius:22px;padding:24px}.BusinessPlans-module__0EH_Ia__learnMore{font-size:.95rem}}.BusinessPlans-module__0EH_Ia__learnMore:focus-visible{outline-offset:4px;border-radius:8px;outline:3px solid #4a90d959}.BusinessPlans-module__0EH_Ia__card:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f,0 25px 60px #4a90d926}@keyframes BusinessPlans-module__0EH_Ia__fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes BusinessPlans-module__0EH_Ia__blobMove{0%{transform:translate(0)}50%{transform:translate(-40px,-30px)}to{transform:translate(0)}}
.Highlights-module__KDMENq__highlights{background:radial-gradient(circle at 0 0,#4a90d914,#0000 35%),radial-gradient(circle at 100% 100%,#6c3cb014,#0000 40%),linear-gradient(#fff 0%,#f7fbff 50%,#fff 100%);padding:140px 0;position:relative;overflow:hidden}.Highlights-module__KDMENq__highlights:before{content:"";pointer-events:none;background-image:linear-gradient(#4a90d908 1px,#0000 1px),linear-gradient(90deg,#4a90d908 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.Highlights-module__KDMENq__header{z-index:2;text-align:center;max-width:850px;margin:0 auto 90px;position:relative}.Highlights-module__KDMENq__imageWrapper{width:100%;max-width:430px;height:860px;position:relative}.Highlights-module__KDMENq__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:28px;padding:10px 24px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 20px 45px #4a90d92e}.Highlights-module__KDMENq__title{color:var(--navy);letter-spacing:-1px;margin-bottom:24px;font-size:3.3rem;font-weight:800;line-height:1.15}.Highlights-module__KDMENq__title span{color:var(--sky-blue)}.Highlights-module__KDMENq__description{color:var(--gray-600);font-size:1.1rem;line-height:1.9}.Highlights-module__KDMENq__showcase{z-index:2;grid-template-columns:320px 1fr 320px;align-items:center;gap:60px;display:grid;position:relative}.Highlights-module__KDMENq__leftColumn,.Highlights-module__KDMENq__rightColumn{flex-direction:column;gap:22px;display:flex}.Highlights-module__KDMENq__phoneWrapper{justify-content:center;align-items:center;min-height:850px;display:flex;position:relative}.Highlights-module__KDMENq__phoneGlow{filter:blur(80px);background:radial-gradient(circle,#4a90d933,#6c3cb01a,#0000 72%);border-radius:50%;width:620px;height:620px;animation:10s ease-in-out infinite Highlights-module__KDMENq__phoneGlow;position:absolute}.Highlights-module__KDMENq__phoneImage{z-index:2;filter:drop-shadow(0 35px 80px #1a2a4a38);width:100%;max-width:430px;height:auto;animation:7s ease-in-out infinite Highlights-module__KDMENq__phoneFloat;position:relative}.Highlights-module__KDMENq__featureCard{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;background:#ffffffd1;border:1px solid #4a90d914;border-radius:22px;align-items:center;gap:18px;min-height:92px;padding:22px 24px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #1a2a4a14}.Highlights-module__KDMENq__featureCard:before{content:"";background:linear-gradient(90deg, var(--sky-blue), var(--purple), var(--yellow));width:100%;height:4px;position:absolute;top:0;left:0}.Highlights-module__KDMENq__featureCard:after{content:"";filter:blur(28px);background:#ffffff2e;border-radius:50%;width:180px;height:180px;transition:all .5s;position:absolute;top:-80px;right:-70px}.Highlights-module__KDMENq__featureCard:hover{border-color:#4a90d947;transform:translateY(-8px)translate(6px);box-shadow:0 28px 70px #4a90d92e}.Highlights-module__KDMENq__featureCard:hover:after{right:-40px}.Highlights-module__KDMENq__icon{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;transition:all .35s;display:flex;box-shadow:0 18px 35px #4a90d938}.Highlights-module__KDMENq__icon svg{width:28px;height:28px}.Highlights-module__KDMENq__featureCard:hover .Highlights-module__KDMENq__icon{transform:rotate(-10deg)scale(1.08)}.Highlights-module__KDMENq__featureCard span{color:var(--navy);font-size:1.05rem;font-weight:700;line-height:1.5;transition:all .3s}.Highlights-module__KDMENq__featureCard:hover span{color:var(--sky-blue)}.Highlights-module__KDMENq__leftColumn .Highlights-module__KDMENq__featureCard:first-child{margin-left:0}.Highlights-module__KDMENq__leftColumn .Highlights-module__KDMENq__featureCard:nth-child(2){margin-left:30px}.Highlights-module__KDMENq__leftColumn .Highlights-module__KDMENq__featureCard:nth-child(3){margin-left:12px}.Highlights-module__KDMENq__leftColumn .Highlights-module__KDMENq__featureCard:nth-child(4){margin-left:40px}.Highlights-module__KDMENq__leftColumn .Highlights-module__KDMENq__featureCard:nth-child(5){margin-left:18px}.Highlights-module__KDMENq__rightColumn .Highlights-module__KDMENq__featureCard:first-child{margin-right:20px}.Highlights-module__KDMENq__rightColumn .Highlights-module__KDMENq__featureCard:nth-child(2){margin-right:42px}.Highlights-module__KDMENq__rightColumn .Highlights-module__KDMENq__featureCard:nth-child(3){margin-right:10px}.Highlights-module__KDMENq__rightColumn .Highlights-module__KDMENq__featureCard:nth-child(4){margin-right:34px}.Highlights-module__KDMENq__rightColumn .Highlights-module__KDMENq__featureCard:nth-child(5){margin-right:18px}.Highlights-module__KDMENq__featureCard{animation:.7s both Highlights-module__KDMENq__fadeCard}.Highlights-module__KDMENq__featureCard:nth-child(2){animation-delay:80ms}.Highlights-module__KDMENq__featureCard:nth-child(3){animation-delay:.16s}.Highlights-module__KDMENq__featureCard:nth-child(4){animation-delay:.24s}.Highlights-module__KDMENq__featureCard:nth-child(5){animation-delay:.32s}@media (max-width:1400px){.Highlights-module__KDMENq__showcase{grid-template-columns:280px 1fr 280px;gap:40px}.Highlights-module__KDMENq__phoneImage{max-width:390px}}@media (max-width:1200px){.Highlights-module__KDMENq__highlights{padding:120px 0}.Highlights-module__KDMENq__showcase{grid-template-columns:1fr;gap:60px}.Highlights-module__KDMENq__leftColumn,.Highlights-module__KDMENq__rightColumn{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.Highlights-module__KDMENq__phoneWrapper{order:-1;min-height:auto}.Highlights-module__KDMENq__phoneImage{max-width:360px}.Highlights-module__KDMENq__leftColumn .Highlights-module__KDMENq__featureCard,.Highlights-module__KDMENq__rightColumn .Highlights-module__KDMENq__featureCard{margin:0}}@media (max-width:992px){.Highlights-module__KDMENq__header{margin-bottom:60px}.Highlights-module__KDMENq__title{font-size:2.6rem}.Highlights-module__KDMENq__description{font-size:1rem}.Highlights-module__KDMENq__phoneImage{max-width:320px}.Highlights-module__KDMENq__phoneGlow{width:480px;height:480px}}@media (max-width:768px){.Highlights-module__KDMENq__highlights{padding:90px 0}.Highlights-module__KDMENq__title{font-size:2.2rem}.Highlights-module__KDMENq__showcase{gap:40px}.Highlights-module__KDMENq__leftColumn,.Highlights-module__KDMENq__rightColumn{grid-template-columns:1fr}.Highlights-module__KDMENq__featureCard{min-height:80px;padding:18px 20px}.Highlights-module__KDMENq__icon{width:56px;height:56px}.Highlights-module__KDMENq__icon svg{width:24px;height:24px}.Highlights-module__KDMENq__featureCard span{font-size:1rem}.Highlights-module__KDMENq__phoneImage{max-width:280px}}@media (max-width:480px){.Highlights-module__KDMENq__highlights{padding:80px 0}.Highlights-module__KDMENq__badge{padding:8px 18px;font-size:.8rem}.Highlights-module__KDMENq__title{font-size:1.8rem}.Highlights-module__KDMENq__description{font-size:.95rem}.Highlights-module__KDMENq__phoneImage{max-width:240px}.Highlights-module__KDMENq__phoneGlow{width:320px;height:320px}.Highlights-module__KDMENq__featureCard{border-radius:18px;padding:16px}.Highlights-module__KDMENq__icon{border-radius:14px;width:48px;height:48px}.Highlights-module__KDMENq__icon svg{width:22px;height:22px}}.Highlights-module__KDMENq__featureCard:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f,0 25px 60px #4a90d92e}@keyframes Highlights-module__KDMENq__phoneFloat{0%{transform:translateY(0)}50%{transform:translateY(-16px)}to{transform:translateY(0)}}@keyframes Highlights-module__KDMENq__phoneGlow{0%{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}to{opacity:.9;transform:scale(1)}}@keyframes Highlights-module__KDMENq__fadeCard{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.Highlights-module__KDMENq__highlights:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#6c3cb014,#4a90d90f,#0000 72%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-250px;left:-250px}
.CTASection-module__z7ux0G__ctaSection{background-image:linear-gradient(135deg,#122648db,#3459b6c7,#6c3cb0b3),url(/Hero/cta-images.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;padding:140px 0;position:relative;overflow:hidden}.CTASection-module__z7ux0G__overlay{pointer-events:none;background:radial-gradient(circle at 0 0,#4a90d929,#0000 38%),radial-gradient(circle at 100% 100%,#6c3cb02e,#0000 42%);position:absolute;inset:0}.CTASection-module__z7ux0G__content{z-index:2;text-align:center;max-width:900px;margin:auto;position:relative}.CTASection-module__z7ux0G__badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;background:#ffffff24;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-bottom:34px;padding:12px 26px;font-size:.9rem;font-weight:700;display:inline-flex}.CTASection-module__z7ux0G__title{color:#fff;letter-spacing:-1px;margin-bottom:30px;font-size:3.6rem;font-weight:800;line-height:1.15}.CTASection-module__z7ux0G__description{color:#ffffffe0;max-width:760px;margin:0 auto 48px;font-size:1.15rem;line-height:1.9}.CTASection-module__z7ux0G__form{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-bottom:60px;display:flex}.CTASection-module__z7ux0G__inputWrapper{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #ffffff59;border-radius:20px;align-items:center;gap:14px;width:100%;max-width:520px;height:64px;padding:0 22px;transition:all .35s;display:flex;box-shadow:0 20px 45px #00000026}.CTASection-module__z7ux0G__inputWrapper:hover{border-color:#4a90d959}.CTASection-module__z7ux0G__inputWrapper:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 5px #4a90d92e,0 24px 55px #0000002e}.CTASection-module__z7ux0G__inputWrapper svg{color:var(--sky-blue);flex-shrink:0}.CTASection-module__z7ux0G__inputWrapper input{color:var(--navy);background:0 0;border:none;outline:none;flex:1;font-size:1rem;font-weight:500}.CTASection-module__z7ux0G__inputWrapper input::placeholder{color:var(--gray-500)}.CTASection-module__z7ux0G__button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ffd447,#ffb100);border:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;height:64px;padding:0 34px;font-size:1rem;font-weight:700;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px #ffd44759}.CTASection-module__z7ux0G__button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:120%;height:100%;transition:all .8s;position:absolute;top:0;left:-120%}.CTASection-module__z7ux0G__button:hover{transform:translateY(-4px);box-shadow:0 28px 60px #ffd44773}.CTASection-module__z7ux0G__button:hover:before{left:130%}.CTASection-module__z7ux0G__button svg{width:20px;height:20px}.CTASection-module__z7ux0G__audience{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.CTASection-module__z7ux0G__audienceItem{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;padding:14px 22px;font-size:.95rem;font-weight:600;transition:all .35s;display:flex}.CTASection-module__z7ux0G__audienceItem svg{color:var(--yellow);flex-shrink:0}.CTASection-module__z7ux0G__audienceItem:hover{background:#ffffff2e;border-color:#ffffff59;transform:translateY(-4px);box-shadow:0 20px 45px #0000002e}.CTASection-module__z7ux0G__ctaSection:before{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#4a90d92e,#6c3cb01a,#0000 72%);border-radius:50%;width:650px;height:650px;animation:14s ease-in-out infinite CTASection-module__z7ux0G__blobLeft;position:absolute;top:-220px;left:-220px}.CTASection-module__z7ux0G__ctaSection:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#ffd44726,#6c3cb014,#0000 72%);border-radius:50%;width:700px;height:700px;animation:16s ease-in-out infinite CTASection-module__z7ux0G__blobRight;position:absolute;bottom:-240px;right:-240px}@keyframes CTASection-module__z7ux0G__blobLeft{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,30px)scale(1.08)}to{transform:translate(0)scale(1)}}@keyframes CTASection-module__z7ux0G__blobRight{0%{transform:translate(0)}50%{transform:translate(-50px,-35px)}to{transform:translate(0)}}@media (max-width:1200px){.CTASection-module__z7ux0G__title{font-size:3rem}}@media (max-width:992px){.CTASection-module__z7ux0G__ctaSection{background-attachment:scroll;padding:110px 0}.CTASection-module__z7ux0G__title{font-size:2.6rem}.CTASection-module__z7ux0G__description{font-size:1rem}}@media (max-width:768px){.CTASection-module__z7ux0G__ctaSection{padding:90px 0}.CTASection-module__z7ux0G__title{font-size:2.2rem}.CTASection-module__z7ux0G__form{flex-direction:column}.CTASection-module__z7ux0G__inputWrapper{max-width:100%}.CTASection-module__z7ux0G__button{width:100%}.CTASection-module__z7ux0G__audience{gap:14px}.CTASection-module__z7ux0G__audienceItem{justify-content:center;width:100%}}@media (max-width:480px){.CTASection-module__z7ux0G__ctaSection{padding:80px 0}.CTASection-module__z7ux0G__badge{padding:8px 18px;font-size:.8rem}.CTASection-module__z7ux0G__title{font-size:1.8rem}.CTASection-module__z7ux0G__description{font-size:.95rem;line-height:1.8}.CTASection-module__z7ux0G__inputWrapper{border-radius:16px;height:58px}.CTASection-module__z7ux0G__button{border-radius:16px;height:58px;font-size:.95rem}.CTASection-module__z7ux0G__audienceItem{padding:12px 18px;font-size:.88rem}}.CTASection-module__z7ux0G__button:focus-visible,.CTASection-module__z7ux0G__inputWrapper:focus-within{outline:none}.CTASection-module__z7ux0G__audienceItem:focus-visible,.CTASection-module__z7ux0G__button:focus-visible{outline-offset:4px;outline:3px solid #ffffff59}.CTASection-module__z7ux0G__modalContent{padding:.5rem 0}.CTASection-module__z7ux0G__modalTitle{color:#111;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.CTASection-module__z7ux0G__modalSubtitle{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}
.Modal-module__KOiEYG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Modal-module__KOiEYG__modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.Modal-module__KOiEYG__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.Modal-module__KOiEYG__closeButton:hover{color:#111}
.WhyRiseHome-module__UV3oaa__section{background:radial-gradient(circle at 0 0,#4a90d914,#0000 35%),radial-gradient(circle at 100% 100%,#6c3cb014,#0000 40%),linear-gradient(#fff 0%,#f8fbff 55%,#fff 100%);padding:150px 0;position:relative;overflow:hidden}.WhyRiseHome-module__UV3oaa__section:before{content:"";pointer-events:none;background-image:linear-gradient(#4a90d908 1px,#0000 1px),linear-gradient(90deg,#4a90d908 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.WhyRiseHome-module__UV3oaa__header{z-index:5;text-align:center;max-width:860px;margin:0 auto 100px;position:relative}.WhyRiseHome-module__UV3oaa__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:30px;padding:12px 26px;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 20px 45px #4a90d92e}.WhyRiseHome-module__UV3oaa__title{color:var(--navy);letter-spacing:-1px;margin-bottom:28px;font-size:3.5rem;font-weight:800;line-height:1.1}.WhyRiseHome-module__UV3oaa__title span{color:var(--sky-blue)}.WhyRiseHome-module__UV3oaa__description{color:var(--gray-600);font-size:1.12rem;line-height:1.9}.WhyRiseHome-module__UV3oaa__ecosystem{z-index:5;grid-template-columns:360px 1fr 360px;align-items:center;gap:70px;display:grid;position:relative}.WhyRiseHome-module__UV3oaa__leftColumn,.WhyRiseHome-module__UV3oaa__rightColumn{flex-direction:column;gap:30px;display:flex}.WhyRiseHome-module__UV3oaa__center{justify-content:center;align-items:center;min-height:720px;display:flex;position:relative}.WhyRiseHome-module__UV3oaa__circleOuter{background:linear-gradient(135deg,#4a90d91f,#6c3cb014);border:1px solid #4a90d91f;border-radius:50%;justify-content:center;align-items:center;width:520px;height:520px;animation:40s linear infinite WhyRiseHome-module__UV3oaa__rotateOuter;display:flex;position:relative}.WhyRiseHome-module__UV3oaa__circleOuter:before{content:"";border:2px dashed #4a90d92e;border-radius:50%;position:absolute;inset:-35px}.WhyRiseHome-module__UV3oaa__circleOuter:after{content:"";filter:blur(80px);z-index:-1;background:radial-gradient(circle,#4a90d929,#6c3cb01a,#0000 72%);border-radius:50%;width:700px;height:700px;position:absolute}.WhyRiseHome-module__UV3oaa__circleMiddle{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:360px;height:360px;animation:25s linear infinite reverse WhyRiseHome-module__UV3oaa__rotateInner;display:flex;box-shadow:0 35px 80px #1a2a4a1f}.WhyRiseHome-module__UV3oaa__circleInner{background:linear-gradient(135deg, var(--sky-blue), var(--purple));text-align:center;color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;animation:8s ease-in-out infinite WhyRiseHome-module__UV3oaa__floatCircle;display:flex;box-shadow:0 30px 80px #4a90d94d}.WhyRiseHome-module__UV3oaa__circleInner h2{margin-bottom:10px;font-size:2rem;font-weight:800}.WhyRiseHome-module__UV3oaa__circleInner span{opacity:.92;font-size:.95rem;line-height:1.6}.WhyRiseHome-module__UV3oaa__center:before{content:"";background:var(--yellow);border-radius:50%;width:28px;height:28px;animation:8s ease-in-out infinite WhyRiseHome-module__UV3oaa__orbOne;position:absolute;top:70px;left:70px;box-shadow:0 0 30px #ffd44780}.WhyRiseHome-module__UV3oaa__center:after{content:"";background:var(--sky-blue);border-radius:50%;width:18px;height:18px;animation:10s ease-in-out infinite WhyRiseHome-module__UV3oaa__orbTwo;position:absolute;bottom:110px;right:80px;box-shadow:0 0 30px #4a90d973}.WhyRiseHome-module__UV3oaa__circleOuter{overflow:visible}.WhyRiseHome-module__UV3oaa__circleOuter .WhyRiseHome-module__UV3oaa__ring{border-radius:50%;position:absolute}@keyframes WhyRiseHome-module__UV3oaa__rotateOuter{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes WhyRiseHome-module__UV3oaa__rotateInner{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes WhyRiseHome-module__UV3oaa__floatCircle{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes WhyRiseHome-module__UV3oaa__orbOne{0%{transform:translate(0)}50%{transform:translate(-18px,20px)}to{transform:translate(0)}}@keyframes WhyRiseHome-module__UV3oaa__orbTwo{0%{transform:translate(0)}50%{transform:translate(20px,-18px)}to{transform:translate(0)}}.WhyRiseHome-module__UV3oaa__card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #4a90d914;border-radius:28px;align-items:flex-start;gap:20px;padding:28px;transition:all .35s;animation:.7s both WhyRiseHome-module__UV3oaa__cardFade;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #1a2a4a14}.WhyRiseHome-module__UV3oaa__card:nth-child(2){animation-delay:80ms}.WhyRiseHome-module__UV3oaa__card:nth-child(3){animation-delay:.16s}.WhyRiseHome-module__UV3oaa__card:nth-child(4){animation-delay:.24s}.WhyRiseHome-module__UV3oaa__card:before{content:"";background:linear-gradient(90deg, var(--sky-blue), var(--purple), var(--yellow));width:100%;height:4px;position:absolute;top:0;left:0}.WhyRiseHome-module__UV3oaa__card:after{content:"";filter:blur(35px);background:#ffffff2e;border-radius:50%;width:220px;height:220px;transition:all .5s;position:absolute;top:-100px;right:-80px}.WhyRiseHome-module__UV3oaa__card:hover{border-color:#4a90d940;transform:translateY(-10px);box-shadow:0 28px 70px #4a90d92e}.WhyRiseHome-module__UV3oaa__card:hover:after{top:-60px;right:-40px}.WhyRiseHome-module__UV3oaa__icon{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;transition:all .35s;display:flex;box-shadow:0 18px 40px #4a90d938}.WhyRiseHome-module__UV3oaa__card:hover .WhyRiseHome-module__UV3oaa__icon{transform:rotate(-10deg)scale(1.08)}.WhyRiseHome-module__UV3oaa__icon svg{width:30px;height:30px}.WhyRiseHome-module__UV3oaa__card h3{color:var(--navy);margin-bottom:12px;font-size:1.3rem;font-weight:800;transition:all .3s}.WhyRiseHome-module__UV3oaa__card:hover h3{color:var(--sky-blue)}.WhyRiseHome-module__UV3oaa__card p{color:var(--gray-600);font-size:.95rem;line-height:1.8}@media (max-width:1400px){.WhyRiseHome-module__UV3oaa__ecosystem{grid-template-columns:320px 1fr 320px;gap:50px}.WhyRiseHome-module__UV3oaa__circleOuter{width:450px;height:450px}.WhyRiseHome-module__UV3oaa__circleMiddle{width:310px;height:310px}.WhyRiseHome-module__UV3oaa__circleInner{width:200px;height:200px}}@media (max-width:1200px){.WhyRiseHome-module__UV3oaa__ecosystem{grid-template-columns:1fr;gap:60px}.WhyRiseHome-module__UV3oaa__center{order:-1;min-height:auto}.WhyRiseHome-module__UV3oaa__leftColumn,.WhyRiseHome-module__UV3oaa__rightColumn{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}}@media (max-width:992px){.WhyRiseHome-module__UV3oaa__section{padding:110px 0}.WhyRiseHome-module__UV3oaa__header{margin-bottom:70px}.WhyRiseHome-module__UV3oaa__title{font-size:2.7rem}.WhyRiseHome-module__UV3oaa__description{font-size:1rem}}@media (max-width:768px){.WhyRiseHome-module__UV3oaa__section{padding:90px 0}.WhyRiseHome-module__UV3oaa__title{font-size:2.2rem}.WhyRiseHome-module__UV3oaa__leftColumn,.WhyRiseHome-module__UV3oaa__rightColumn{grid-template-columns:1fr}.WhyRiseHome-module__UV3oaa__circleOuter{width:340px;height:340px}.WhyRiseHome-module__UV3oaa__circleMiddle{width:240px;height:240px}.WhyRiseHome-module__UV3oaa__circleInner{width:165px;height:165px}.WhyRiseHome-module__UV3oaa__circleInner h2{font-size:1.5rem}.WhyRiseHome-module__UV3oaa__circleInner span{font-size:.82rem}.WhyRiseHome-module__UV3oaa__card{padding:22px}}@media (max-width:480px){.WhyRiseHome-module__UV3oaa__section{padding:80px 0}.WhyRiseHome-module__UV3oaa__badge{padding:8px 18px;font-size:.8rem}.WhyRiseHome-module__UV3oaa__title{font-size:1.85rem}.WhyRiseHome-module__UV3oaa__description{font-size:.95rem}.WhyRiseHome-module__UV3oaa__circleOuter{width:280px;height:280px}.WhyRiseHome-module__UV3oaa__circleMiddle{width:190px;height:190px}.WhyRiseHome-module__UV3oaa__circleInner{width:130px;height:130px}.WhyRiseHome-module__UV3oaa__circleInner h2{font-size:1.2rem}.WhyRiseHome-module__UV3oaa__circleInner span{display:none}.WhyRiseHome-module__UV3oaa__icon{width:56px;height:56px}.WhyRiseHome-module__UV3oaa__icon svg{width:24px;height:24px}}.WhyRiseHome-module__UV3oaa__card:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f,0 25px 60px #4a90d92e}@keyframes WhyRiseHome-module__UV3oaa__cardFade{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}
.Statistics-module__RdAeXq__statistics{background:radial-gradient(circle at 0 0,#4a90d914,#0000 35%),radial-gradient(circle at 100% 100%,#6c3cb014,#0000 40%),linear-gradient(#fff 0%,#f8fbff 55%,#fff 100%);padding:150px 0;position:relative;overflow:hidden}.Statistics-module__RdAeXq__statistics:before{content:"";pointer-events:none;background-image:linear-gradient(#4a90d908 1px,#0000 1px),linear-gradient(90deg,#4a90d908 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.Statistics-module__RdAeXq__header{z-index:5;text-align:center;max-width:860px;margin:0 auto 90px;position:relative}.Statistics-module__RdAeXq__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:30px;padding:12px 26px;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 18px 40px #4a90d92e}.Statistics-module__RdAeXq__title{letter-spacing:-1px;color:var(--navy);margin-bottom:28px;font-size:3.5rem;font-weight:800;line-height:1.1}.Statistics-module__RdAeXq__title span{color:var(--sky-blue)}.Statistics-module__RdAeXq__description{color:var(--gray-600);font-size:1.12rem;line-height:1.9}.Statistics-module__RdAeXq__grid{z-index:5;grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.Statistics-module__RdAeXq__card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #4a90d914;border-radius:28px;flex-direction:column;align-items:flex-start;min-height:320px;padding:36px;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 55px #1a2a4a14}.Statistics-module__RdAeXq__card:before{content:"";background:linear-gradient(90deg, var(--sky-blue), var(--purple), var(--yellow));width:100%;height:4px;position:absolute;top:0;left:0}.Statistics-module__RdAeXq__card:after{content:"";filter:blur(40px);background:#ffffff2e;border-radius:50%;width:240px;height:240px;transition:all .5s;position:absolute;top:-120px;right:-80px}.Statistics-module__RdAeXq__card:hover{border-color:#4a90d940;transform:translateY(-12px);box-shadow:0 32px 80px #4a90d92e}.Statistics-module__RdAeXq__card:hover:after{top:-70px;right:-30px}.Statistics-module__RdAeXq__icon{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:30px;transition:all .35s;display:flex;box-shadow:0 20px 40px #4a90d938}.Statistics-module__RdAeXq__card:hover .Statistics-module__RdAeXq__icon{transform:rotate(-10deg)scale(1.08)}.Statistics-module__RdAeXq__icon svg{width:32px;height:32px}.Statistics-module__RdAeXq__number{background:linear-gradient(135deg, var(--sky-blue), var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:3.2rem;font-weight:800;line-height:1}.Statistics-module__RdAeXq__card h4{color:var(--navy);margin-bottom:16px;font-size:1.35rem;font-weight:800;transition:all .3s}.Statistics-module__RdAeXq__card:hover h4{color:var(--sky-blue)}.Statistics-module__RdAeXq__card p{color:var(--gray-600);margin-top:auto;font-size:.98rem;line-height:1.9}.Statistics-module__RdAeXq__card{animation:.7s both Statistics-module__RdAeXq__fadeUp}.Statistics-module__RdAeXq__card:nth-child(2){animation-delay:80ms}.Statistics-module__RdAeXq__card:nth-child(3){animation-delay:.16s}.Statistics-module__RdAeXq__card:nth-child(4){animation-delay:.24s}.Statistics-module__RdAeXq__card:nth-child(5){animation-delay:.32s}.Statistics-module__RdAeXq__card:nth-child(6){animation-delay:.4s}@media (max-width:1400px){.Statistics-module__RdAeXq__grid{gap:28px}}@media (max-width:1200px){.Statistics-module__RdAeXq__statistics{padding:120px 0}.Statistics-module__RdAeXq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.Statistics-module__RdAeXq__header{margin-bottom:70px}.Statistics-module__RdAeXq__title{font-size:2.7rem}.Statistics-module__RdAeXq__description{font-size:1rem}}@media (max-width:768px){.Statistics-module__RdAeXq__statistics{padding:90px 0}.Statistics-module__RdAeXq__grid{grid-template-columns:1fr;gap:24px}.Statistics-module__RdAeXq__title{font-size:2.2rem}.Statistics-module__RdAeXq__card{min-height:auto;padding:28px}.Statistics-module__RdAeXq__icon{width:64px;height:64px}.Statistics-module__RdAeXq__icon svg{width:28px;height:28px}.Statistics-module__RdAeXq__number{font-size:2.7rem}}@media (max-width:480px){.Statistics-module__RdAeXq__statistics{padding:80px 0}.Statistics-module__RdAeXq__badge{padding:8px 18px;font-size:.8rem}.Statistics-module__RdAeXq__title{font-size:1.9rem}.Statistics-module__RdAeXq__description{font-size:.95rem}.Statistics-module__RdAeXq__card{border-radius:22px;padding:24px}.Statistics-module__RdAeXq__icon{border-radius:18px;width:56px;height:56px}.Statistics-module__RdAeXq__icon svg{width:24px;height:24px}.Statistics-module__RdAeXq__number{font-size:2.3rem}.Statistics-module__RdAeXq__card h4{font-size:1.2rem}}.Statistics-module__RdAeXq__card:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f,0 25px 60px #4a90d92e}.Statistics-module__RdAeXq__statistics:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#4a90d91a,#6c3cb00f,#0000 72%);border-radius:50%;width:720px;height:720px;animation:14s ease-in-out infinite Statistics-module__RdAeXq__statsGlow;position:absolute;bottom:-260px;right:-260px}@keyframes Statistics-module__RdAeXq__fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes Statistics-module__RdAeXq__statsGlow{0%{transform:translate(0)scale(1)}50%{transform:translate(-40px,-30px)scale(1.08)}to{transform:translate(0)scale(1)}}
.Network-module__s2mAea__network{background:radial-gradient(circle at 0 0,#4a90d914,#0000 35%),radial-gradient(circle at 100% 100%,#6c3cb014,#0000 40%),linear-gradient(#fff 0%,#f7fbff 55%,#fff 100%);padding:140px 0;position:relative;overflow:hidden}.Network-module__s2mAea__network:before{content:"";pointer-events:none;background-image:linear-gradient(#4a90d908 1px,#0000 1px),linear-gradient(90deg,#4a90d908 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0}.Network-module__s2mAea__header{z-index:2;text-align:center;max-width:920px;margin:0 auto 90px;position:relative}.Network-module__s2mAea__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:28px;padding:12px 28px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 20px 45px #4a90d938}.Network-module__s2mAea__title{letter-spacing:-1.5px;color:var(--navy);margin-bottom:26px;font-size:clamp(2.6rem,5vw,4rem);font-weight:800;line-height:1.08}.Network-module__s2mAea__title span{background:linear-gradient(135deg, var(--sky-blue), var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Network-module__s2mAea__description{max-width:760px;color:var(--gray-600);margin:auto;font-size:1.1rem;line-height:1.9}.Network-module__s2mAea__layout{z-index:2;grid-template-columns:1fr 500px 1fr;align-items:stretch;gap:42px;display:grid;position:relative}.Network-module__s2mAea__left,.Network-module__s2mAea__center,.Network-module__s2mAea__right{flex-direction:column;display:flex}.Network-module__s2mAea__left h3{color:var(--navy);margin-bottom:28px;font-size:1.9rem;font-weight:800}.Network-module__s2mAea__partnerGrid{grid-template-columns:1fr;gap:18px;display:grid}.Network-module__s2mAea__partnerCard{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #4a90d914;border-radius:40px;align-items:center;gap:18px;padding:22px 24px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #1a2a4a14}.Network-module__s2mAea__partnerCard:before{content:"";background:linear-gradient(180deg, var(--sky-blue), var(--purple));width:4px;height:100%;position:absolute;top:0;left:0}.Network-module__s2mAea__partnerCard:hover{border-color:#4a90d938;transform:translate(8px);box-shadow:0 30px 70px #4a90d92e}.Network-module__s2mAea__partnerCard svg{color:var(--sky-blue);flex-shrink:0}.Network-module__s2mAea__partnerCard span{color:var(--navy);font-size:1rem;font-weight:700}.Network-module__s2mAea__mapCard{text-align:center;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffe6;border:1px solid #4a90d914;border-radius:40px;flex-direction:column;justify-content:flex-start;align-items:center;padding:28px 28px 34px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 70px #1a2a4a1a}.Network-module__s2mAea__mapCard:before{content:"";pointer-events:none;background:radial-gradient(circle at top,#4a90d91a,#0000 45%);position:absolute;inset:0}.Network-module__s2mAea__mapCard:after{content:"";filter:blur(30px);z-index:0;background:radial-gradient(circle,#4a90d92e,#0000 72%);border-radius:50%;width:340px;height:340px;position:absolute;top:40px;left:50%;transform:translate(-50%)}.Network-module__s2mAea__indiaMap{z-index:2;object-fit:contain;filter:drop-shadow(0 22px 45px #4a90d92e);width:100%;max-width:420px;height:auto;margin-bottom:24px;transition:transform .4s;position:relative}.Network-module__s2mAea__mapCard:hover .Network-module__s2mAea__indiaMap{transform:scale(1.03)}.Network-module__s2mAea__mapCard h2{z-index:2;background:linear-gradient(135deg, var(--sky-blue), var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:5rem;font-weight:900;line-height:1;position:relative}.Network-module__s2mAea__mapCard p{z-index:2;color:var(--gray-600);text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;font-size:.8rem;font-weight:700;position:relative}.Network-module__s2mAea__mapCard h3{z-index:2;color:var(--navy);margin-bottom:4px;font-size:1.45rem;font-weight:700;position:relative}.Network-module__s2mAea__mapText{z-index:2;max-width:280px;color:var(--gray-600);margin-top:16px;font-size:.96rem;line-height:1.8;position:relative}.Network-module__s2mAea__foundingCard{color:#fff;background:linear-gradient(145deg,#14203cfa,#284173f2);border-radius:40px;height:100%;padding:48px 40px;position:relative;overflow:hidden;box-shadow:0 30px 80px #14203c38}.Network-module__s2mAea__foundingCard:before{content:"";background:radial-gradient(circle,#ffffff1f,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-120px;right:-100px}.Network-module__s2mAea__partnerBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;margin-bottom:28px;padding:10px 22px;font-size:.9rem;font-weight:700;display:inline-flex}.Network-module__s2mAea__foundingCard h3{color:#fff;letter-spacing:-.5px;max-width:300px;margin:12px 0 24px;font-size:2.2rem;font-weight:800;line-height:1.2}.Network-module__s2mAea__foundingCard p{color:#ffffffd1;margin:0 0 32px;line-height:1.9}.Network-module__s2mAea__benefits{flex-direction:column;gap:18px;margin-bottom:36px;display:flex}.Network-module__s2mAea__benefits div{color:#fffffff2;align-items:center;gap:14px;font-weight:600;display:flex}.Network-module__s2mAea__benefits svg{color:var(--yellow);flex-shrink:0}.Network-module__s2mAea__button{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--sky-blue), var(--purple));border:none;border-radius:18px;justify-content:center;align-items:center;gap:12px;width:100%;height:62px;font-size:1rem;font-weight:700;transition:all .35s;display:flex;box-shadow:0 18px 45px #4a90d94d}.Network-module__s2mAea__button:hover{transform:translateY(-4px);box-shadow:0 30px 60px #4a90d966}.Network-module__s2mAea__button svg{transition:transform .35s}.Network-module__s2mAea__button:hover svg{transform:translate(4px)}.Network-module__s2mAea__network:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#4a90d91a,#6c3cb014,#0000 72%);border-radius:50%;width:700px;height:700px;animation:14s ease-in-out infinite Network-module__s2mAea__networkGlow;position:absolute;bottom:-220px;right:-220px}@media (max-width:1400px){.Network-module__s2mAea__layout{grid-template-columns:1fr 460px 1fr}}@media (max-width:1200px){.Network-module__s2mAea__layout{grid-template-columns:1fr;gap:40px}.Network-module__s2mAea__center{order:-1}.Network-module__s2mAea__partnerGrid{grid-template-columns:repeat(2,1fr)}.Network-module__s2mAea__mapCard{padding:32px 28px 38px}.Network-module__s2mAea__indiaMap{max-width:340px}}@media (max-width:992px){.Network-module__s2mAea__network{padding:100px 0}.Network-module__s2mAea__title{font-size:2.7rem}.Network-module__s2mAea__description{font-size:1rem}}@media (max-width:768px){.Network-module__s2mAea__network{padding:90px 0}.Network-module__s2mAea__partnerGrid{grid-template-columns:1fr}.Network-module__s2mAea__title{font-size:2.3rem}.Network-module__s2mAea__mapCard{padding:24px 20px 30px}.Network-module__s2mAea__indiaMap{max-width:280px}.Network-module__s2mAea__mapCard h2{font-size:4rem}.Network-module__s2mAea__foundingCard{padding:32px}.Network-module__s2mAea__foundingCard h3{max-width:100%;font-size:1.8rem}}@media (max-width:480px){.Network-module__s2mAea__network{padding:80px 0}.Network-module__s2mAea__badge{padding:8px 18px;font-size:.8rem}.Network-module__s2mAea__title{font-size:1.9rem}.Network-module__s2mAea__mapCard h2{font-size:3rem}.Network-module__s2mAea__mapCard p{letter-spacing:2px;font-size:.7rem}.Network-module__s2mAea__button{height:56px;font-size:.95rem}}.Network-module__s2mAea__button:focus-visible{outline-offset:4px;outline:3px solid #ffffff59}.Network-module__s2mAea__partnerCard:focus-within{border-color:var(--sky-blue);box-shadow:0 0 0 4px #4a90d91f}@keyframes Network-module__s2mAea__networkGlow{0%{transform:translate(0)scale(1)}50%{transform:translate(-40px,-30px)scale(1.08)}to{transform:translate(0)scale(1)}}
.EarlyAccess-module__4hPFWa__earlyAccess{background:radial-gradient(circle at 100% 0,#4a90d914,#0000 35%),radial-gradient(circle at 0 100%,#6c3cb014,#0000 40%),linear-gradient(#fff 0%,#f8fbff 55%,#fff 100%);padding:140px 0;position:relative;overflow:hidden}.EarlyAccess-module__4hPFWa__earlyAccess:before{content:"";pointer-events:none;background-image:linear-gradient(#4a90d908 1px,#0000 1px),linear-gradient(90deg,#4a90d908 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0}.EarlyAccess-module__4hPFWa__wrapper{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;display:grid;position:relative}.EarlyAccess-module__4hPFWa__left{max-width:680px}.EarlyAccess-module__4hPFWa__right{justify-content:center;display:flex}.EarlyAccess-module__4hPFWa__badge{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:28px;padding:12px 28px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 20px 45px #4a90d938}.EarlyAccess-module__4hPFWa__left h2{letter-spacing:-1px;color:var(--navy);margin-bottom:28px;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:800;line-height:1.08}.EarlyAccess-module__4hPFWa__left h2 span{background:linear-gradient(135deg, var(--sky-blue), var(--purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.EarlyAccess-module__4hPFWa__left p{max-width:620px;color:var(--gray-600);margin-bottom:42px;font-size:1.08rem;line-height:1.9}.EarlyAccess-module__4hPFWa__form{flex-direction:column;gap:18px;display:flex}.EarlyAccess-module__4hPFWa__form input,.EarlyAccess-module__4hPFWa__form select{width:100%;height:64px;color:var(--navy);background:#fff;border:1px solid #4a90d91a;border-radius:18px;outline:none;padding:0 22px;font-size:1rem;transition:all .35s;box-shadow:0 12px 35px #1a2a4a0d}.EarlyAccess-module__4hPFWa__form input:focus,.EarlyAccess-module__4hPFWa__form select:focus{border-color:var(--sky-blue);box-shadow:0 0 0 5px #4a90d91f}.EarlyAccess-module__4hPFWa__form input::placeholder{color:#9aa7bc}.EarlyAccess-module__4hPFWa__form button{cursor:pointer;background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border:none;border-radius:20px;justify-content:center;align-items:center;gap:12px;width:100%;height:66px;margin-top:8px;font-size:1rem;font-weight:700;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 20px 50px #4a90d947}.EarlyAccess-module__4hPFWa__form button:hover{transform:translateY(-4px);box-shadow:0 30px 70px #4a90d961}.EarlyAccess-module__4hPFWa__form button svg{transition:transform .35s}.EarlyAccess-module__4hPFWa__form button:hover svg{transform:translate(4px)}.EarlyAccess-module__4hPFWa__card{color:#fff;background:linear-gradient(145deg,#14203cfa,#2a4478f5);border-radius:40px;width:100%;max-width:470px;padding:48px 42px;position:relative;overflow:hidden;box-shadow:0 35px 90px #14203c3d}.EarlyAccess-module__4hPFWa__card:before{content:"";background:radial-gradient(circle,#ffffff1f,#0000 72%);border-radius:50%;width:320px;height:320px;position:absolute;top:-140px;right:-120px}.EarlyAccess-module__4hPFWa__cardBadge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;margin-bottom:28px;padding:10px 24px;font-size:.9rem;font-weight:700;display:inline-flex}.EarlyAccess-module__4hPFWa__card h3{z-index:2;margin-bottom:24px;font-size:2.2rem;font-weight:800;line-height:1.2;position:relative}.EarlyAccess-module__4hPFWa__card p{z-index:2;color:#ffffffd1;margin-bottom:36px;line-height:1.9;position:relative}.EarlyAccess-module__4hPFWa__benefits{flex-direction:column;gap:18px;margin-bottom:42px;display:flex}.EarlyAccess-module__4hPFWa__benefit{color:#fff;align-items:center;gap:16px;padding:14px 0;font-weight:600;display:flex}.EarlyAccess-module__4hPFWa__benefit svg{color:var(--yellow);flex-shrink:0}.EarlyAccess-module__4hPFWa__stats{z-index:2;grid-template-columns:repeat(3,1fr);gap:18px;display:grid;position:relative}.EarlyAccess-module__4hPFWa__stats div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;padding:22px 18px;transition:all .35s;display:flex}.EarlyAccess-module__4hPFWa__stats div:hover{background:#ffffff1f;transform:translateY(-6px)}.EarlyAccess-module__4hPFWa__stats strong{color:#fff;margin-bottom:8px;font-size:2rem;font-weight:800}.EarlyAccess-module__4hPFWa__stats span{letter-spacing:1px;text-transform:uppercase;color:#ffffffbf;font-size:.82rem}.EarlyAccess-module__4hPFWa__earlyAccess:after{content:"";filter:blur(90px);pointer-events:none;background:radial-gradient(circle,#4a90d91f,#6c3cb014,#0000 72%);border-radius:50%;width:700px;height:700px;animation:14s ease-in-out infinite EarlyAccess-module__4hPFWa__floatingGlow;position:absolute;bottom:-240px;left:-240px}@media (max-width:1200px){.EarlyAccess-module__4hPFWa__wrapper{grid-template-columns:1fr;gap:60px}.EarlyAccess-module__4hPFWa__left{max-width:100%}.EarlyAccess-module__4hPFWa__right{justify-content:flex-start}.EarlyAccess-module__4hPFWa__card{max-width:100%}}@media (max-width:992px){.EarlyAccess-module__4hPFWa__earlyAccess{padding:110px 0}.EarlyAccess-module__4hPFWa__left h2{font-size:2.8rem}}@media (max-width:768px){.EarlyAccess-module__4hPFWa__earlyAccess{padding:90px 0}.EarlyAccess-module__4hPFWa__left h2{font-size:2.3rem}.EarlyAccess-module__4hPFWa__card{padding:36px 28px}.EarlyAccess-module__4hPFWa__card h3{font-size:1.8rem}.EarlyAccess-module__4hPFWa__stats{grid-template-columns:1fr}}@media (max-width:480px){.EarlyAccess-module__4hPFWa__earlyAccess{padding:80px 0}.EarlyAccess-module__4hPFWa__badge{padding:8px 18px;font-size:.8rem}.EarlyAccess-module__4hPFWa__left h2{font-size:1.9rem}.EarlyAccess-module__4hPFWa__form input,.EarlyAccess-module__4hPFWa__form select,.EarlyAccess-module__4hPFWa__form button{height:58px;font-size:.95rem}.EarlyAccess-module__4hPFWa__card{border-radius:28px;padding:30px 22px}.EarlyAccess-module__4hPFWa__card h3{font-size:1.55rem}}.EarlyAccess-module__4hPFWa__form button:focus-visible{outline-offset:4px;outline:3px solid #4a90d94d}.EarlyAccess-module__4hPFWa__form input:focus-visible,.EarlyAccess-module__4hPFWa__form select:focus-visible{outline:none}@keyframes EarlyAccess-module__4hPFWa__floatingGlow{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,-35px)scale(1.08)}to{transform:translate(0)scale(1)}}.EarlyAccess-module__4hPFWa__successMessage{color:#16a34a;background:#dcfce7;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem}.EarlyAccess-module__4hPFWa__errorMessage{color:#dc2626;background:#fee2e2;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem}
.Footer-module__JGhRua__footer{color:#fff;background:linear-gradient(#162544 0%,#101c34 100%);padding:120px 0 40px;position:relative;overflow:hidden}.Footer-module__JGhRua__footer:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0}.Footer-module__JGhRua__grid{z-index:2;border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr repeat(4,1fr);gap:50px;padding-bottom:70px;display:grid;position:relative}.Footer-module__JGhRua__brand{max-width:340px}.Footer-module__JGhRua__logoImage{width:120px;height:auto}.Footer-module__JGhRua__brand img{margin-bottom:30px}.Footer-module__JGhRua__brand p{color:#ffffffbf;margin-bottom:28px;line-height:1.9}.Footer-module__JGhRua__brand h4{color:#fff;font-size:2rem;font-weight:800;line-height:1.2}.Footer-module__JGhRua__grid h5{color:#fff;margin-bottom:28px;font-size:1.15rem;font-weight:700}.Footer-module__JGhRua__grid ul{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__JGhRua__grid a{color:#ffffffb3;text-decoration:none;transition:all .3s}.Footer-module__JGhRua__grid a:hover{color:var(--sky-blue)}.Footer-module__JGhRua__contact{flex-direction:column;gap:18px;display:flex}.Footer-module__JGhRua__contact div{color:#ffffffc7;align-items:center;gap:14px;display:flex}.Footer-module__JGhRua__contact svg{color:var(--sky-blue);flex-shrink:0}.Footer-module__JGhRua__socials{flex-wrap:wrap;gap:14px;margin-top:20px;display:flex}.Footer-module__JGhRua__socials a{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff14;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .35s,background .35s,border-color .35s,box-shadow .35s;display:flex}.Footer-module__JGhRua__socials a:hover{background:linear-gradient(135deg, var(--sky-blue), var(--purple));color:#fff;border-color:#0000;transform:translateY(-5px);box-shadow:0 16px 40px #4a90d959}.Footer-module__JGhRua__bottomBar{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding-top:50px;display:flex;position:relative}.Footer-module__JGhRua__bottomBar p{color:#ffffffb3;margin:0;line-height:1.8}.Footer-module__JGhRua__poweredBy{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.Footer-module__JGhRua__poweredBy span{color:#ffffffa6;font-size:.95rem}.Footer-module__JGhRua__poweredBy a{color:#fff;font-size:1.15rem;font-weight:800;text-decoration:none;transition:all .35s}.Footer-module__JGhRua__poweredBy a:hover{color:var(--sky-blue)}.Footer-module__JGhRua__tagline{letter-spacing:.5px;color:#ffffffd9;font-size:1rem;font-weight:600}.Footer-module__JGhRua__footer:after{content:"";filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#4a90d91f,#6c3cb014,#0000 72%);border-radius:50%;width:700px;height:700px;animation:16s ease-in-out infinite Footer-module__JGhRua__footerGlow;position:absolute;top:-250px;right:-250px}@media (max-width:1200px){.Footer-module__JGhRua__grid{grid-template-columns:repeat(2,1fr);gap:50px}.Footer-module__JGhRua__brand{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.Footer-module__JGhRua__footer{padding:90px 0 35px}.Footer-module__JGhRua__grid{grid-template-columns:1fr;gap:40px}.Footer-module__JGhRua__brand{text-align:center}.Footer-module__JGhRua__brand img{margin:0 auto 28px}.Footer-module__JGhRua__brand h4{font-size:1.8rem}.Footer-module__JGhRua__grid h5{margin-bottom:20px}.Footer-module__JGhRua__contact{align-items:flex-start}.Footer-module__JGhRua__socials{justify-content:flex-start}}@media (max-width:480px){.Footer-module__JGhRua__footer{padding:80px 0 30px}.Footer-module__JGhRua__brand h4{font-size:1.55rem}.Footer-module__JGhRua__brand p{font-size:.95rem}.Footer-module__JGhRua__grid{gap:34px}.Footer-module__JGhRua__socials{gap:10px}.Footer-module__JGhRua__socials a{width:44px;height:44px}.Footer-module__JGhRua__bottomBar{gap:12px;padding-top:36px}.Footer-module__JGhRua__poweredBy{flex-direction:column;gap:6px}.Footer-module__JGhRua__poweredBy a{font-size:1rem}.Footer-module__JGhRua__tagline{font-size:.92rem}}.Footer-module__JGhRua__grid a:focus-visible,.Footer-module__JGhRua__socials a:focus-visible{outline-offset:4px;border-radius:12px;outline:3px solid #4a90d959}@keyframes Footer-module__JGhRua__footerGlow{0%{transform:translate(0)scale(1)}50%{transform:translate(-45px,35px)scale(1.08)}to{transform:translate(0)scale(1)}}
